diff --git a/public/css/style.css b/public/css/style.css index 192e860..a9faf65 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1 +1,1543 @@ -html{height:100vh;--main-scroll: #555;--panels-scroll: #2a2c2c;--accent-color: #0a84ff;--tag-background: #0062c4;--tag-text: #ffffff;--toast-background: #000000dd;--toast-secondary: #ffffff22;--toast-text: #ffffffde;--separator: #8f8f8f;--explicit-separator: 0.3125em}html[data-theme=light]{--main-background: #ffffff;--secondary-background: #eeeeee;--main-text: #333333;--main-text-inverted: #eeeeee;--panels-background: #222324;--panels-text: #ffffff;--accent-text: black;--table-bg: #ffffff;--table-zebra: #c9c9c9;--table-highlight: #8f8f8f}html[data-theme=dark]{--main-background: hsl(0, 0%, 8%);--secondary-background: hsl(0, 0%, 14%);--main-text: hsl(0, 0%, 93%);--main-text-inverted: hsl(0, 0%, 20%);--panels-background: hsl(0, 0%, 10%);--panels-text: hsl(0, 0%, 100%);--accent-text: hsl(0, 0%, 87%);--table-bg: hsl(0, 0%, 8%);--table-zebra: hsl(0, 0%, 14%);--table-highlight: hsl(0, 0%, 20%)}html[data-theme=purple]{--main-background: hsl(261, 74%, 6%);--secondary-background: hsl(257, 61%, 10%);--main-text: hsl(0, 0%, 93%);--accent-color: hsl(261, 85%, 37%);--main-text-inverted: hsl(258, 62%, 8%);--panels-background: hsl(257, 70%, 9%);--panels-text: hsl(0, 0%, 100%);--accent-text: hsl(0, 0%, 87%);--table-bg: hsl(261, 74%, 6%);--table-zebra: hsl(257, 61%, 10%);--table-highlight: hsl(257, 66%, 27%)}body{margin:0px;width:100%;height:100%;font-family:"Open Sans";overflow:hidden;background:var(--main-background);color:var(--main-text)}*{margin:0;padding:0;box-sizing:border-box}:root{font-size:16px}table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}table{border-collapse:collapse;border-spacing:0}input[type=text],input[type=password],input[type=number]{width:calc(100% - 16px);border:0px solid #000;line-height:36px;padding:0px 8px;border-radius:4px;background-color:var(--secondary-background);color:var(--primary-text);margin-bottom:8px}input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:none;border:2px solid gray;opacity:.5;border-radius:2px;padding:7px;margin:3px;display:inline-block;position:relative}input[type=checkbox]:checked{opacity:1;background-color:var(--accent-color);background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='3 3 18 18' width='18'%3E%3Cpath fill='%23ffffff' d='M 10,17 5,12 6.41,10.59 10,14.17 17.59,6.58 19,8 Z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-position:center center;border:0px solid var(--accent-color);border-radius:2px;padding:9px;margin:3px;color:var(--accent-text)}select{-webkit-appearance:none;appearance:none;width:100%;border:0px solid #000;line-height:36px;padding:0px 40px 0px 8px;border-radius:4px;background-color:var(--secondary-background);background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath style='fill%3A%23000000%3Bfill-opacity%3A0.25' d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:24px;background-position:calc(100% - 8px) center;background-clip:border-box;color:var(--primary-text);margin-bottom:8px}p{word-break:break-word}button{min-width:64px;color:var(--accent-text);position:relative;background-color:var(--accent-color);border:1px solid transparent;border-radius:4px;font-family:inherit;font-weight:600;font-size:14px;padding:0px 8px;margin-right:8px;height:36px;text-transform:uppercase;cursor:pointer;transition:transform 50ms ease-in-out,background-color 200ms ease}button:active{background-color:var(--accent-color);transform:scale(0.95)}button:hover{background:none;border:1px solid var(--accent-color)}#loading_overlay{justify-content:center;align-items:center;position:absolute;flex-direction:column;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:none;z-index:1000}#loading_overlay.active{display:flex}#loading_text{margin-bottom:20px}#main_content{margin-left:48px;width:calc(100% - 48px);height:100%;display:flex}img.rounded{border-radius:5px}img.circle{border-radius:50%}.coverart{background-color:var(--secondary-background)}.cover_container{position:relative}.cover_container .coverart{opacity:1;display:block;width:100%;height:auto;transition:.5s ease;backface-visibility:hidden}.cover_container .download_overlay{transition:.5s ease;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);text-align:center}.cover_container .download_overlay i{background-color:#000;color:#fff;border-radius:50%;padding:10px;cursor:pointer}.cover_container:hover .coverart{opacity:.75}.cover_container:hover .download_overlay{opacity:1}i.disabled{opacity:.5;cursor:default}i.explicit_icon{color:#ff3b30;margin-right:var(--explicit-separator)}span.tag{background-color:var(--tag-background);border-radius:2px;color:var(--tag-text);display:inline-block;font-size:10px;padding:3px 6px}a,a:visited{color:#1e90ff}.clickable{cursor:pointer}.toastify{display:flex;align-items:center;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(0,0,0,.3);background:var(--toast-background);color:var(--toast-text)}.inline-flex{display:flex;align-items:center}.inline-flex .right{margin-left:auto}button[disabled]{background-color:var(--secondary-background);color:var(--main-text);opacity:.75}button.selective{background-color:var(--main-background);color:var(--main-text)}button.selective.active{background-color:var(--accent-color);color:var(--accent-text)}button.with_icon{display:flex;align-items:center}button.with_icon i{margin-left:8px}.right{float:right}.fixed_footer footer{position:sticky;display:flex;align-items:center;flex-direction:row;justify-content:flex-end;background-color:var(--main-background);bottom:0px;height:64px;width:100%;margin-top:24px}.tab{margin:16px 0px}.fab{width:56px;height:56px;border-radius:28px;display:inline-block;background-color:var(--accent-color);color:var(--accent-text);cursor:pointer}.fab i{font-size:24px;padding:16px}.with_checkbox{display:flex;align-items:center}.with_checkbox [type=checkbox]{cursor:pointer}.with_checkbox .checkbox_text{margin-left:10px;cursor:pointer}.with_checkbox .checkbox_text::selection{background:none}.hide{display:none !important}.table{width:100%;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;--vertical-separator: 7px}.table tbody tr:not(.table__row-no-highlight):hover{background:var(--table-highlight)}.table tr{background:var(--table-bg);transition:background-color 175ms ease-in-out}.table tr:nth-child(even){background:var(--table-zebra);transition:background-color 175ms ease-in-out}.table tr:not(:last-child){border-bottom:1px solid var(--table-highlight)}.table td,.table th{vertical-align:middle}.table th .sortable{-webkit-user-select:none;user-select:none}.table th .sort-asc::after,.table th .sort-desc::after{font-size:.7em;padding-left:3px;line-height:.7em}.table th .sort-asc::after{content:"▲"}.table th .sort-desc::after{content:"▼"}.table td{padding:var(--vertical-separator) 10px}.table td:first-child{padding:var(--vertical-separator) 10px var(--vertical-separator) 20px}.table td:last-child{padding:var(--vertical-separator) 20px var(--vertical-separator) 10px}.table td img{vertical-align:middle}.table .table__icon{box-sizing:content-box;width:32px}.table .table__icon--big{width:48px;text-align:center}.table .table__cell--x-small{width:.32%}.table .table__cell--small{width:3.2%}.table .table__cell--medium{width:28.7%}.table .table__cell--large{width:50%}.table .table__cell--left{text-align:left}.table .table__cell--center{text-align:center}.table .table__cell--right{text-align:right}.table .table__cell--download{cursor:pointer}.table .table__cell--download i.material-icons{transition:color 175ms ease-in-out}.table .table__cell--download:hover i.material-icons{color:var(--table-bg)}.table .table__cell-content.table__cell-content--vertical-center{display:flex;align-items:center}.track_row>td>img{width:32px;height:32px}.track_row>td>a>img{width:56px;height:56px}.top-tracks-position{padding:12px;text-align:center;cursor:default}.table--tracks{border-collapse:collapse;--radius: 3px}.table--tracks thead{border-bottom:2px solid var(--table-highlight)}.table--tracks th{padding-bottom:10px;height:45px}.table--tracks td{height:35px}.table--tracks td.breakline{word-break:break-word}.table--tracks tr:first-child td:first-child{border-top-left-radius:var(--radius)}.table--tracks tr:first-child td:last-child{border-top-right-radius:var(--radius)}.table--tracks tr:last-child td:first-child{border-bottom-left-radius:var(--radius)}.table--tracks tr:last-child td:last-child{border-bottom-right-radius:var(--radius)}.table--tracklist thead{border-bottom:2px solid var(--table-highlight)}.table--tracklist th{height:45px;padding:var(--vertical-separator) 10px}.table--tracklist th:first-child{padding:var(--vertical-separator) 10px var(--vertical-separator) 20px}.table--tracklist th:last-child{padding:var(--vertical-separator) 20px var(--vertical-separator) 10px}.table--tracklist td{height:35px}.explicit_tracklist{margin-left:var(--explicit-separator)}.table--charts td{height:35px}.page_heading{font-size:2.5rem;margin-bottom:35px}.section_heading{font-size:1.75rem;margin-bottom:25px}#about_tab p{margin-bottom:8px}#about_tab h3{margin:8px 0px}#about_tab hr{margin:12px 0px}.charts_grid .release .coverart{width:156px;height:156px}#download_tab_container{height:100%;background-color:var(--panels-background);color:var(--panels-text);display:block;flex-direction:column}#toggle_download_tab{width:25px;height:25px;margin-left:20px}#toggle_download_tab::before{font-family:"Material Icons";font-style:normal;font-weight:400;content:"chevron_right"}.download_bar_icon{cursor:pointer;font-size:24px;margin:4px}#download_list{width:100%;height:calc(100% - 32px);padding:0px 8px 0px 28px;overflow-y:scroll}#download_list::-webkit-scrollbar{width:10px}#download_list::-webkit-scrollbar-track{background:var(--panels-background)}#download_list::-webkit-scrollbar-thumb{background:var(--panels-scroll);border-radius:4px;width:6px;padding:0px 2px}#download_list>.download_object{padding-bottom:8px}#download_list>.download_object .download_info{display:flex;align-items:center}#download_list>.download_object .download_info img{width:75px;height:75px;display:inline-block;flex-shrink:0}#download_list>.download_object .download_info .download_line{display:block}#download_list>.download_object .download_info .download_slim_separator{display:none}#download_list>.download_object .download_info_data{width:100%;margin-left:8px}#download_list>.download_object .download_info_status{margin-left:8px;width:80px}#download_list.slim>.download_object .download_info img{display:none}#download_list.slim>.download_object .download_info .download_line{display:inline-block}#download_list.slim>.download_object .download_info .download_slim_separator{display:inline-block}#download_list.slim>.download_object .download_info_data{width:calc(80% - 16px);display:inline-block;padding-left:0px}#download_list.slim>.download_object .download_info_status{width:20%;display:inline-block;float:right}#download_list.slim>.download_object .download_info{display:block}.download_object>.download_bar>.queue_icon{cursor:default;margin-left:8px}.download_object>.download_bar{display:flex;align-items:center;height:24px}.download_object>.download_bar>.progress{margin:0px}#download_tab_container #queue_buttons{position:absolute;top:0;right:0;opacity:1;visibility:visible;transition:all 250ms ease-in-out}#download_tab_container #download_tab_label{opacity:0;visibility:hidden;transition:all 250ms ease-in-out}#download_tab_drag_handler{width:15px;height:100%;position:absolute;background-color:#333;cursor:ew-resize}#download_tab_container.tab_hidden{width:32px}#download_tab_container.tab_hidden #toggle_download_tab{margin-left:4px}#download_tab_container.tab_hidden #download_tab_drag_handler{display:none}#download_tab_container.tab_hidden #toggle_download_tab::before{font-family:"Material Icons";font-style:normal;font-weight:400;content:"chevron_left"}#download_tab_container.tab_hidden::after{content:"downloads";display:flex;align-items:center;text-transform:capitalize;writing-mode:vertical-rl;line-height:32px}#download_tab_container.tab_hidden #queue_buttons{opacity:0;visibility:hidden}#download_tab_container.tab_hidden #download_list{display:none}#download_tab_container.tab_hidden #download_tab_label{opacity:1;visibility:visible}.favorites_tablinks.active{color:var(--accent-text)}#home_not_logged_text{margin-bottom:15px}.home_section{border-top:1px solid var(--separator);padding-top:25px;padding-bottom:25px}#main_search .search_section{float:none;padding-top:20px;padding-bottom:20px}#main_search .search_section:not(:first-child){border-top:1px solid var(--separator)}.search_header{display:inline-block;cursor:pointer;font-size:1.75rem;margin-bottom:25px}.search_header:not(.top_result_header){transition:color 200ms ease-in-out}.search_header:not(.top_result_header):hover{color:var(--accent-color)}.search_tablinks.active{color:var(--main-text-inverted)}#main_search .top_result_header{display:block;cursor:default;font-size:2rem;text-align:center}.top_result{display:flex;align-items:center;flex-direction:column}.top_result>.cover_container{width:156px;height:156px}.top_result .info_box{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:15px}.top_result .info_box .primary-text,.top_result .info_box .secondary-text{font-size:18px;text-align:center}.top_result .info_box .primary-text{margin-bottom:5px}.top_result .info_box .secondary-text{margin-bottom:10px}.top_result .info_box .tag{width:40px;text-align:center}.release .primary-text,.release .secondary-text{margin:0px;margin-bottom:4px}.release .secondary-text{opacity:.75;font-size:14px}.release .secondary-text .material-icons{font-size:17px !important;margin-left:4px}.release_grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(156px, 1fr));grid-gap:1rem}.release_grid.firstrow_only{grid-template-rows:1fr;grid-auto-rows:0;grid-row-gap:0px;overflow-y:hidden}#settings_picture{width:125px;height:125px}#logged_in_info{height:250px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}#log_info{display:flex;flex-direction:column;align-items:center}#open_login_prompt{margin:8px 0px}#login_input_arl{margin-bottom:0px}#settings_btn_copyArl{min-width:24px;width:48px;margin:0px 0px 0px 8px;padding:0px 4px}#settings_btn_copyArl i{padding:6px 0px}#spotify-icon{width:24px;height:24px;fill:#1db954;margin-right:15px}.settings-group{display:flex;flex-direction:column;justify-content:center;border-top:1px solid var(--separator);padding-top:20px;padding-bottom:20px}.settings-group>*{margin-bottom:15px}.settings-group__header{font-size:1.5rem;margin-bottom:25px}.settings-group__header--with-icon{display:inline-flex;align-items:center}.settings-group__header--with-icon i.material-icons{margin-right:15px}.settings-container{display:flex}.settings-container__half>*,.settings-container__third>*{margin-bottom:15px}.settings-container__half{width:50%}.settings-container__third{width:33%}.settings-container__third--only-checkbox{display:flex;flex-direction:column;justify-content:center;align-items:start}.input_group{margin-bottom:25px}.input_group .input_group_text{margin-bottom:7px}.with_checkbox+.input_group{margin-top:10px}.search_tabcontent,.main_tabcontent,.favorites_tabcontent{display:none}.main_tabcontent h1{margin-bottom:12px}.tab button{background-color:var(--primary-background);color:var(--main-text)}.tab button.active{background-color:var(--accent-color)}.release{display:inline-block;width:156px}.release .cover_container{width:156px;height:156px;margin-bottom:10px}.main_tablinks_text{overflow:hidden;white-space:nowrap}.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #fff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-color:#fff transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-0.45s}.lds-ring div:nth-child(2){animation-delay:-0.3s}.lds-ring div:nth-child(3){animation-delay:-0.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#middle_section{background-color:var(--main-background);width:100%;height:100%;min-width:10px}#search{background-color:var(--secondary-background);width:100%;padding:0 1em;margin-bottom:20px;margin-right:32px;display:flex;align-items:center;border:1px solid transparent;transition:border 200ms ease-in-out}#search .search__icon{width:2rem;height:2rem}#search .search__icon i{font-size:2rem;transition:color 250ms ease-in-out;color:var(--main-text)}#search .search__icon i::selection{background:none}#search:focus-within{border:1px solid var(--main-text)}#search #searchbar{height:calc(2rem + 1em);padding-left:.5em;border:0px;border-radius:0px;background-color:var(--secondary-background);color:var(--primary-text);font-size:2rem;font-family:"Open Sans";font-weight:300}#search #searchbar:focus{outline:none}#search #searchbar:-webkit-autofill,#search #searchbar:-webkit-autofill:hover,#search #searchbar:-webkit-autofill:focus,#search #searchbar:-webkit-autofill:active{-webkit-box-shadow:0 0 0 calc(2rem + 1em) var(--secondary-background) inset !important;box-shadow:0 0 0 calc(2rem + 1em) var(--secondary-background) inset !important}#content{background-color:var(--main-background);width:calc(100% - 10px);height:calc(100% - 93px);overflow-y:scroll;overflow-x:hidden;padding-left:10px}#content::-webkit-scrollbar{width:10px}#content::-webkit-scrollbar-track{background:var(--main-background)}#content::-webkit-scrollbar-thumb{background:var(--main-scroll);border-radius:4px;width:6px;padding:0px 2px}#container{margin:0 auto;max-width:1280px;width:90%}.smallmodal{display:none;position:fixed;z-index:1250;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4);animation-duration:.3s}.smallmodal-content{background-color:none;margin:auto;width:30%;align-items:center;position:relative;top:50%;transform:translateY(-50%)}.smallmodal-content button{width:100%;margin-bottom:8px}@media only screen and (min-width: 601px){#container,.smallmodal-content{width:85%}}@media only screen and (min-width: 993px){#container,.smallmodal-content{width:70%}}@media only screen and (max-width: 600px){#container,.smallmodal-content{width:100%}}.progress{position:relative;height:4px;display:block;width:100%;background-color:var(--secondary-background);border-radius:2px;margin:.5rem 0 1rem 0;overflow:hidden}.progress .determinate{position:absolute;top:0;left:0;bottom:0;background-color:var(--accent-color);-webkit-transition:width .3s linear;transition:width .3s linear}.progress .indeterminate{background-color:var(--accent-color)}.progress .indeterminate::before{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;-webkit-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite}.progress .indeterminate::after{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;-webkit-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-webkit-animation-delay:1.15s;animation-delay:1.15s}@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}.toast-icon{display:inline-block;margin-right:8px}.circle-loader{display:inline-block;border:2px solid var(--accent-color);border-radius:50%;border-bottom:2px solid var(--secondary-background);width:16px;height:16px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.toastify .circle-loader{border-bottom-color:var(--toast-secondary)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#sidebar{display:flex;flex-direction:column;width:48px;height:100%;position:absolute;top:0;left:0;background-color:var(--panels-background);color:var(--panels-text);transition:width 125ms ease-in-out 75ms;z-index:999}#sidebar:hover{width:200px}#sidebar .main_tablinks.active .side_icon{color:var(--accent-color)}#sidebar .main_tablinks:not(#theme_selector){display:flex;align-items:center;margin-top:5px;cursor:pointer}#sidebar .main_tablinks:not(#theme_selector):hover{background-color:#3e3e3e}#sidebar .main_tablinks_text{display:none;display:inline-block;margin-left:20px;opacity:0;visibility:hidden;transition:all 50ms ease-in-out 200ms}#sidebar .side_icon{font-size:30px;padding:9px}#sidebar .side_icon.side_icon--theme{cursor:default}#sidebar .side_icon::selection{background:none}#sidebar:hover #theme_togglers{position:relative;opacity:1;transition-delay:200ms}#sidebar:hover .main_tablinks_text{display:inline-block;opacity:1;visibility:visible}#theme_selector{margin-top:20px;display:flex;height:50px}#theme_togglers{display:flex;opacity:0;width:100%;justify-content:space-evenly;align-items:center;transition:all 50ms ease 0s}.theme_toggler{width:25px;height:25px;border-radius:1000px;border:1px solid var(--separator);cursor:pointer;transition:border 200ms ease-in-out}.theme_toggler--active{border-width:3px}.theme_toggler[data-theme-variant=light]{background:#fff}.theme_toggler[data-theme-variant=dark]{background:#141414}.theme_toggler[data-theme-variant=purple]{background:#460ead}.image_header header{background-position:0% 35%;background-size:cover;padding:220px 24px 8px;border-radius:8px 8px 0px 0px}.image_header header h1,.image_header header h2{margin:0px}.image_header header h2{font-size:18px;margin-bottom:12px}.preview_controls{opacity:0;display:block;background:rgba(0,0,0,.5);width:56px;height:56px;text-align:center;line-height:56px;position:absolute;border-radius:5px;top:0;right:0;transition:opacity 200ms ease-in-out}.preview_playlist_controls{cursor:pointer}a.single-cover{position:relative;display:inline-block;color:#fff} +@charset "UTF-8"; +html { + height: 100vh; + --main-scroll: #555; + --panels-scroll: #2a2c2c; + --accent-color: #0a84ff; + --tag-background: #0062c4; + --tag-text: #ffffff; + --toast-background: #000000dd; + --toast-secondary: #ffffff22; + --toast-text: #ffffffde; + --separator: #8f8f8f; + --explicit-separator: 0.3125em; +} + +html[data-theme=light] { + --main-background: #ffffff; + --secondary-background: #eeeeee; + --main-text: #333333; + --main-text-inverted: #eeeeee; + --panels-background: #222324; + --panels-text: #ffffff; + --accent-text: black; + --table-bg: #ffffff; + --table-zebra: #c9c9c9; + --table-highlight: #8f8f8f; +} + +html[data-theme=dark] { + --main-background: hsl(0, 0%, 8%); + --secondary-background: hsl(0, 0%, 14%); + --main-text: hsl(0, 0%, 93%); + --main-text-inverted: hsl(0, 0%, 20%); + --panels-background: hsl(0, 0%, 10%); + --panels-text: hsl(0, 0%, 100%); + --accent-text: hsl(0, 0%, 87%); + --table-bg: hsl(0, 0%, 8%); + --table-zebra: hsl(0, 0%, 14%); + --table-highlight: hsl(0, 0%, 20%); +} + +html[data-theme=purple] { + --main-background: hsl(261, 74%, 6%); + --secondary-background: hsl(257, 61%, 10%); + --main-text: hsl(0, 0%, 93%); + --accent-color: hsl(261, 85%, 37%); + --main-text-inverted: hsl(258, 62%, 8%); + --panels-background: hsl(257, 70%, 9%); + --panels-text: hsl(0, 0%, 100%); + --accent-text: hsl(0, 0%, 87%); + --table-bg: hsl(261, 74%, 6%); + --table-zebra: hsl(257, 61%, 10%); + --table-highlight: hsl(257, 66%, 27%); +} + +body { + margin: 0px; + width: 100%; + height: 100%; + font-family: "Open Sans"; + overflow: hidden; + background: var(--main-background); + color: var(--main-text); +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +:root { + font-size: 16px; +} + +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +input[type=text], +input[type=password], +input[type=number] { + width: calc(100% - 16px); + border: 0px solid black; + line-height: 36px; + padding: 0px 8px; + border-radius: 4px; + background-color: var(--secondary-background); + color: var(--primary-text); + margin-bottom: 8px; +} + +input[type=checkbox] { + -webkit-appearance: none; + appearance: none; + background-color: none; + border: 2px solid gray; + opacity: 0.5; + border-radius: 2px; + padding: 7px; + margin: 3px; + display: inline-block; + position: relative; +} + +input[type=checkbox]:checked { + opacity: 1; + background-color: var(--accent-color); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='3 3 18 18' width='18'%3E%3Cpath fill='%23ffffff' d='M 10,17 5,12 6.41,10.59 10,14.17 17.59,6.58 19,8 Z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); + background-position: center center; + border: 0px solid var(--accent-color); + border-radius: 2px; + padding: 9px; + margin: 3px; + color: var(--accent-text); +} + +select { + -webkit-appearance: none; + appearance: none; + width: 100%; + border: 0px solid black; + line-height: 36px; + padding: 0px 40px 0px 8px; + border-radius: 4px; + background-color: var(--secondary-background); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath style='fill%3A%23000000%3Bfill-opacity%3A0.25' d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); + background-repeat: no-repeat; + background-size: 24px; + background-position: calc(100% - 8px) center; + background-clip: border-box; + color: var(--primary-text); + margin-bottom: 8px; +} + +p { + word-break: break-word; +} + +button { + min-width: 64px; + color: var(--accent-text); + position: relative; + background-color: var(--accent-color); + border: 1px solid transparent; + border-radius: 4px; + font-family: inherit; + font-weight: 600; + font-size: 14px; + padding: 0px 8px; + margin-right: 8px; + height: 36px; + text-transform: uppercase; + cursor: pointer; + transition: transform 50ms ease-in-out, background-color 200ms ease; +} + +button:active { + background-color: var(--accent-color); + transform: scale(0.95); +} + +button:hover { + background: none; + border: 1px solid var(--accent-color); +} + +#loading_overlay { + justify-content: center; + align-items: center; + position: absolute; + flex-direction: column; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + background: rgba(0, 0, 0, 0.5); + display: none; + z-index: 1000; +} + +#loading_overlay.active { + display: flex; +} + +#loading_text { + margin-bottom: 20px; +} + +#main_content { + margin-left: 48px; + width: calc(100% - 48px); + height: 100%; + display: flex; +} + +img.rounded { + border-radius: 5px; +} + +img.circle { + border-radius: 50%; +} + +.coverart { + background-color: var(--secondary-background); +} + +.cover_container { + position: relative; +} + +.cover_container .coverart { + opacity: 1; + display: block; + width: 100%; + height: auto; + transition: 0.5s ease; + backface-visibility: hidden; +} + +.cover_container .download_overlay { + transition: 0.5s ease; + opacity: 0; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + text-align: center; +} + +.cover_container .download_overlay i { + background-color: #000000; + color: white; + border-radius: 50%; + padding: 10px; + cursor: pointer; +} + +.cover_container:hover .coverart { + opacity: 0.75; +} + +.cover_container:hover .download_overlay { + opacity: 1; +} + +i.disabled { + opacity: 0.5; + cursor: default; +} + +i.explicit_icon { + color: #ff3b30; + margin-right: var(--explicit-separator); +} + +span.tag { + background-color: var(--tag-background); + border-radius: 2px; + color: var(--tag-text); + display: inline-block; + font-size: 10px; + padding: 3px 6px; +} + +a, +a:visited { + color: dodgerblue; +} + +.clickable { + cursor: pointer; +} + +.toastify { + display: flex; + align-items: center; + box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(0, 0, 0, 0.3); + background: var(--toast-background); + color: var(--toast-text); +} + +.inline-flex { + display: flex; + align-items: center; +} + +.inline-flex .right { + margin-left: auto; +} + +button[disabled] { + background-color: var(--secondary-background); + color: var(--main-text); + opacity: 0.75; +} + +button.selective { + background-color: var(--main-background); + color: var(--main-text); +} + +button.selective.active { + background-color: var(--accent-color); + color: var(--accent-text); +} + +button.with_icon { + display: flex; + align-items: center; +} + +button.with_icon i { + margin-left: 8px; +} + +.right { + float: right; +} + +.fixed_footer footer { + position: sticky; + display: flex; + align-items: center; + flex-direction: row; + justify-content: flex-end; + background-color: var(--main-background); + bottom: 0px; + height: 64px; + width: 100%; + margin-top: 24px; +} + +.tab { + margin: 16px 0px; +} + +.fab { + width: 56px; + height: 56px; + border-radius: 28px; + display: inline-block; + background-color: var(--accent-color); + color: var(--accent-text); + cursor: pointer; +} + +.fab i { + font-size: 24px; + padding: 16px; +} + +.with_checkbox { + display: flex; + align-items: center; +} + +.with_checkbox [type=checkbox] { + cursor: pointer; +} + +.with_checkbox .checkbox_text { + margin-left: 10px; + cursor: pointer; +} + +.with_checkbox .checkbox_text::selection { + background: none; +} + +.hide { + display: none !important; +} + +.table { + width: 100%; + -webkit-border-horizontal-spacing: 0px; + -webkit-border-vertical-spacing: 0px; + --vertical-separator: 7px; +} +.table tbody tr:not(.table__row-no-highlight):hover { + background: var(--table-highlight); +} +.table tr { + background: var(--table-bg); + transition: background-color 175ms ease-in-out; +} +.table tr:nth-child(even) { + background: var(--table-zebra); + transition: background-color 175ms ease-in-out; +} +.table tr:not(:last-child) { + border-bottom: 1px solid var(--table-highlight); +} +.table td, +.table th { + vertical-align: middle; +} +.table th .sortable { + -webkit-user-select: none; + user-select: none; +} +.table th .sort-asc::after, +.table th .sort-desc::after { + font-size: 0.7em; + padding-left: 3px; + line-height: 0.7em; +} +.table th .sort-asc::after { + content: "▲"; +} +.table th .sort-desc::after { + content: "▼"; +} +.table td { + padding: var(--vertical-separator) 10px; +} +.table td:first-child { + padding: var(--vertical-separator) 10px var(--vertical-separator) 20px; +} +.table td:last-child { + padding: var(--vertical-separator) 20px var(--vertical-separator) 10px; +} +.table td img { + vertical-align: middle; +} +.table .table__icon { + box-sizing: content-box; + width: 32px; +} +.table .table__icon--big { + width: 48px; + text-align: center; +} +.table .table__cell--x-small { + width: 0.32%; +} +.table .table__cell--small { + width: 3.2%; +} +.table .table__cell--medium { + width: 28.7%; +} +.table .table__cell--large { + width: 50%; +} +.table .table__cell--left { + text-align: left; +} +.table .table__cell--center { + text-align: center; +} +.table .table__cell--right { + text-align: right; +} +.table .table__cell--download { + cursor: pointer; +} +.table .table__cell--download i.material-icons { + transition: color 175ms ease-in-out; +} +.table .table__cell--download:hover i.material-icons { + color: var(--table-bg); +} +.table .table__cell-content.table__cell-content--vertical-center { + display: flex; + align-items: center; +} + +.track_row > td > img { + width: 32px; + height: 32px; +} + +.track_row > td > a > img { + width: 56px; + height: 56px; +} + +.top-tracks-position { + padding: 12px; + text-align: center; + cursor: default; +} + +/* === Tracks Table === */ +.table--tracks { + border-collapse: collapse; + --radius: 3px; +} + +.table--tracks thead { + border-bottom: 2px solid var(--table-highlight); +} + +.table--tracks th { + padding-bottom: 10px; + height: 45px; +} + +.table--tracks td { + height: 35px; +} + +.table--tracks td.breakline { + word-break: break-word; +} + +.table--tracks tr:first-child td:first-child { + border-top-left-radius: var(--radius); +} + +.table--tracks tr:first-child td:last-child { + border-top-right-radius: var(--radius); +} + +.table--tracks tr:last-child td:first-child { + border-bottom-left-radius: var(--radius); +} + +.table--tracks tr:last-child td:last-child { + border-bottom-right-radius: var(--radius); +} + +/* === Tracklist Table === */ +/* .table--tracklist {} */ +.table--tracklist thead { + border-bottom: 2px solid var(--table-highlight); +} + +.table--tracklist th { + height: 45px; + padding: var(--vertical-separator) 10px; +} + +.table--tracklist th:first-child { + padding: var(--vertical-separator) 10px var(--vertical-separator) 20px; +} + +.table--tracklist th:last-child { + padding: var(--vertical-separator) 20px var(--vertical-separator) 10px; +} + +.table--tracklist td { + height: 35px; +} + +.explicit_tracklist { + margin-left: var(--explicit-separator); +} + +/* === Charts Table === */ +/* .table--charts {} */ +.table--charts td { + height: 35px; +} + +.page_heading { + font-size: 2.5rem; + margin-bottom: 35px; +} + +.section_heading { + font-size: 1.75rem; + margin-bottom: 25px; +} + +#about_tab p { + margin-bottom: 8px; +} + +#about_tab h3 { + margin: 8px 0px; +} + +#about_tab hr { + margin: 12px 0px; +} + +.charts_grid .release .coverart { + width: 156px; + height: 156px; +} + +#download_tab_container { + /* width: 300px; */ + height: 100%; + background-color: var(--panels-background); + color: var(--panels-text); + display: block; + flex-direction: column; +} + +#toggle_download_tab { + width: 25px; + height: 25px; + margin-left: 20px; +} + +#toggle_download_tab::before { + font-family: "Material Icons"; + font-style: normal; + font-weight: 400; + content: "chevron_right"; +} + +.download_bar_icon { + cursor: pointer; + font-size: 24px; + margin: 4px; +} + +#download_list { + width: 100%; + height: calc(100% - 32px); + padding: 0px 8px 0px 28px; + overflow-y: scroll; +} + +#download_list::-webkit-scrollbar { + width: 10px; +} + +#download_list::-webkit-scrollbar-track { + background: var(--panels-background); +} + +#download_list::-webkit-scrollbar-thumb { + background: var(--panels-scroll); + border-radius: 4px; + width: 6px; + padding: 0px 2px; +} + +#download_list > .download_object { + padding-bottom: 8px; +} + +#download_list > .download_object .download_info { + display: flex; + align-items: center; +} + +#download_list > .download_object .download_info img { + width: 75px; + height: 75px; + display: inline-block; + flex-shrink: 0; +} + +#download_list > .download_object .download_info .download_line { + display: block; +} + +#download_list > .download_object .download_info .download_slim_separator { + display: none; +} + +#download_list > .download_object .download_info_data { + width: 100%; + margin-left: 8px; +} + +#download_list > .download_object .download_info_status { + margin-left: 8px; + width: 80px; +} + +#download_list.slim > .download_object .download_info img { + display: none; +} + +#download_list.slim > .download_object .download_info .download_line { + display: inline-block; +} + +#download_list.slim > .download_object .download_info .download_slim_separator { + display: inline-block; +} + +#download_list.slim > .download_object .download_info_data { + width: calc(80% - 16px); + display: inline-block; + padding-left: 0px; +} + +#download_list.slim > .download_object .download_info_status { + width: 20%; + display: inline-block; + float: right; +} + +#download_list.slim > .download_object .download_info { + display: block; +} + +.download_object > .download_bar > .queue_icon { + cursor: default; + margin-left: 8px; +} + +.download_object > .download_bar { + display: flex; + align-items: center; + height: 24px; +} + +.download_object > .download_bar > .progress { + margin: 0px; +} + +#download_tab_container #queue_buttons { + position: absolute; + top: 0; + right: 0; + opacity: 1; + visibility: visible; + transition: all 250ms ease-in-out; +} + +#download_tab_container #download_list { + /* width: 300px; */ +} + +#download_tab_container #download_tab_label { + opacity: 0; + visibility: hidden; + transition: all 250ms ease-in-out; +} + +#download_tab_drag_handler { + width: 15px; + height: 100%; + position: absolute; + background-color: #333; + cursor: ew-resize; +} + +/* ===== Hidden tab styles ===== */ +#download_tab_container.tab_hidden { + width: 32px; +} + +#download_tab_container.tab_hidden #toggle_download_tab { + margin-left: 4px; +} + +#download_tab_container.tab_hidden #download_tab_drag_handler { + display: none; +} + +#download_tab_container.tab_hidden #toggle_download_tab::before { + font-family: "Material Icons"; + font-style: normal; + font-weight: 400; + content: "chevron_left"; +} + +#download_tab_container.tab_hidden::after { + content: "downloads"; + display: flex; + align-items: center; + text-transform: capitalize; + writing-mode: vertical-rl; + line-height: 32px; +} + +#download_tab_container.tab_hidden #queue_buttons { + opacity: 0; + visibility: hidden; +} + +#download_tab_container.tab_hidden #download_list { + display: none; +} + +#download_tab_container.tab_hidden #download_tab_label { + /* display: inline; */ + opacity: 1; + visibility: visible; +} + +.favorites_tablinks.active { + color: var(--accent-text); +} + +div.reload-button { + width: 36px; + height: 36px; +} + +div.reload-button i { + padding: 6px; +} + +div.reload-button.spin { + animation-name: spin; + animation-duration: 0.5s; + animation-iteration-count: infinite; + animation-timing-function: ease-out; +} + +@keyframes spin { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +} +#home_not_logged_text { + margin-bottom: 15px; +} + +.home_section { + border-top: 1px solid var(--separator); + padding-top: 25px; + padding-bottom: 25px; +} + +#main_search .search_section { + float: none; + padding-top: 20px; + padding-bottom: 20px; +} + +#main_search .search_section:not(:first-child) { + border-top: 1px solid var(--separator); +} + +.search_header { + display: inline-block; + cursor: pointer; + font-size: 1.75rem; + margin-bottom: 25px; +} + +.search_header:not(.top_result_header) { + transition: color 200ms ease-in-out; +} + +.search_header:not(.top_result_header):hover { + color: var(--accent-color); +} + +/* Tab links */ +.search_tablinks.active { + color: var(--main-text-inverted); +} + +/* Top Result */ +#main_search .top_result_header { + display: block; + cursor: default; + font-size: 2rem; + text-align: center; +} + +.top_result { + display: flex; + align-items: center; + flex-direction: column; +} + +.top_result > .cover_container { + width: 156px; + height: 156px; +} + +.top_result .info_box { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + margin-top: 15px; +} + +.top_result .info_box .primary-text, +.top_result .info_box .secondary-text { + font-size: 18px; + text-align: center; +} + +.top_result .info_box .primary-text { + margin-bottom: 5px; +} + +.top_result .info_box .secondary-text { + margin-bottom: 10px; +} + +.top_result .info_box .tag { + width: 40px; + text-align: center; +} + +/* Releases */ +.release .primary-text, +.release .secondary-text { + margin: 0px; + margin-bottom: 4px; +} + +.release .secondary-text { + opacity: 0.75; + font-size: 14px; +} + +.release .secondary-text .material-icons { + font-size: 17px !important; + margin-left: 4px; +} + +.release_grid { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(156px, 1fr)); + grid-gap: 1rem; +} + +.release_grid.firstrow_only { + grid-template-rows: 1fr; + grid-auto-rows: 0; + grid-row-gap: 0px; + overflow-y: hidden; +} + +#settings_picture { + width: 125px; + height: 125px; +} + +#logged_in_info { + height: 250px; + display: flex; + flex-direction: column; + justify-content: space-evenly; + align-items: center; +} + +#log_info { + display: flex; + flex-direction: column; + align-items: center; +} + +#open_login_prompt { + margin: 8px 0px; +} + +#login_input_arl { + margin-bottom: 0px; +} + +#settings_btn_copyArl { + min-width: 24px; + width: 48px; + margin: 0px 0px 0px 8px; + padding: 0px 4px; +} + +#settings_btn_copyArl i { + padding: 6px 0px; +} + +#spotify-icon { + width: 24px; + height: 24px; + fill: #1db954; + margin-right: 15px; +} + +/* Settings group */ +.settings-group { + display: flex; + flex-direction: column; + justify-content: center; + border-top: 1px solid var(--separator); + /* Need less opacity */ + padding-top: 20px; + padding-bottom: 20px; +} + +.settings-group > * { + margin-bottom: 15px; +} + +/* Settings group header */ +.settings-group__header { + font-size: 1.5rem; + margin-bottom: 25px; +} + +.settings-group__header--with-icon { + display: inline-flex; + align-items: center; +} + +.settings-group__header--with-icon i.material-icons { + margin-right: 15px; +} + +/* Settings container */ +.settings-container { + display: flex; +} + +.settings-container__half > *, +.settings-container__third > * { + margin-bottom: 15px; +} + +.settings-container__half { + width: 50%; +} + +.settings-container__third { + width: 33%; +} + +.settings-container__third--only-checkbox { + display: flex; + flex-direction: column; + justify-content: center; + align-items: start; +} + +/* Input group */ +.input_group { + margin-bottom: 25px; +} + +.input_group .input_group_text { + margin-bottom: 7px; +} + +.with_checkbox + .input_group { + margin-top: 10px; +} + +.search_tabcontent, +.main_tabcontent, +.favorites_tabcontent { + display: none; +} + +.main_tabcontent h1 { + margin-bottom: 12px; +} + +.tab button { + background-color: var(--primary-background); + color: var(--main-text); +} + +.tab button.active { + background-color: var(--accent-color); +} + +.release { + display: inline-block; + width: 156px; +} + +.release .cover_container { + width: 156px; + height: 156px; + margin-bottom: 10px; +} + +.main_tablinks_text { + overflow: hidden; + white-space: nowrap; +} + +/* Source: https://loading.io/css/ */ +.lds-ring { + display: inline-block; + position: relative; + width: 80px; + height: 80px; +} +.lds-ring div { + box-sizing: border-box; + display: block; + position: absolute; + width: 64px; + height: 64px; + margin: 8px; + border: 8px solid #fff; + border-radius: 50%; + animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; + border-color: #fff transparent transparent transparent; +} +.lds-ring div:nth-child(1) { + animation-delay: -0.45s; +} +.lds-ring div:nth-child(2) { + animation-delay: -0.3s; +} +.lds-ring div:nth-child(3) { + animation-delay: -0.15s; +} + +@keyframes lds-ring { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} +/* Middle section */ +#middle_section { + background-color: var(--main-background); + width: 100%; + height: 100%; + min-width: 10px; +} + +/* Center section */ +#search { + background-color: var(--secondary-background); + width: 100%; + padding: 0 1em; + margin-bottom: 20px; + margin-right: 32px; + display: flex; + align-items: center; + border: 1px solid transparent; + transition: border 200ms ease-in-out; +} +#search .search__icon { + width: 2rem; + height: 2rem; +} +#search .search__icon i { + font-size: 2rem; + transition: color 250ms ease-in-out; + color: var(--main-text); +} +#search .search__icon i::selection { + background: none; +} +#search:focus-within { + border: 1px solid var(--main-text); +} +#search #searchbar { + height: calc(2rem + 1em); + padding-left: 0.5em; + border: 0px; + border-radius: 0px; + background-color: var(--secondary-background); + color: var(--primary-text); + font-size: 2rem; + font-family: "Open Sans"; + font-weight: 300; +} +#search #searchbar:focus { + outline: none; +} +#search #searchbar:-webkit-autofill, #search #searchbar:-webkit-autofill:hover, #search #searchbar:-webkit-autofill:focus, #search #searchbar:-webkit-autofill:active { + -webkit-box-shadow: 0 0 0 calc(2rem + 1em) var(--secondary-background) inset !important; + box-shadow: 0 0 0 calc(2rem + 1em) var(--secondary-background) inset !important; +} + +#content { + background-color: var(--main-background); + width: calc(100% - 10px); + height: calc(100% - 93px); + overflow-y: scroll; + overflow-x: hidden; + padding-left: 10px; +} +#content::-webkit-scrollbar { + width: 10px; +} +#content::-webkit-scrollbar-track { + background: var(--main-background); +} +#content::-webkit-scrollbar-thumb { + background: var(--main-scroll); + border-radius: 4px; + width: 6px; + padding: 0px 2px; +} + +#container { + margin: 0 auto; + max-width: 1280px; + width: 90%; +} + +/* The Modal (background) */ +.smallmodal { + display: none; + /* Hidden by default */ + position: fixed; + /* Stay in place */ + z-index: 1250; + /* Sit on top */ + left: 0; + top: 0; + width: 100%; + /* Full width */ + height: 100%; + /* Full height */ + overflow: auto; + /* Enable scroll if needed */ + background-color: black; + /* Fallback color */ + background-color: rgba(0, 0, 0, 0.4); + /* Black w/ opacity */ + animation-duration: 0.3s; +} + +/* Modal Content */ +.smallmodal-content { + background-color: none; + margin: auto; + width: 30%; + align-items: center; + position: relative; + top: 50%; + transform: translateY(-50%); +} +.smallmodal-content button { + width: 100%; + margin-bottom: 8px; +} + +@media only screen and (min-width: 601px) { + #container, +.smallmodal-content { + width: 85%; + } +} +@media only screen and (min-width: 993px) { + #container, +.smallmodal-content { + width: 70%; + } +} +@media only screen and (max-width: 600px) { + #container, +.smallmodal-content { + width: 100%; + } +} +.progress { + position: relative; + height: 4px; + display: block; + width: 100%; + background-color: var(--secondary-background); + border-radius: 2px; + margin: 0.5rem 0 1rem 0; + overflow: hidden; +} +.progress .determinate { + position: absolute; + top: 0; + left: 0; + bottom: 0; + background-color: var(--accent-color); + -webkit-transition: width 0.3s linear; + transition: width 0.3s linear; +} +.progress .indeterminate { + background-color: var(--accent-color); +} +.progress .indeterminate::before { + content: ""; + position: absolute; + background-color: inherit; + top: 0; + left: 0; + bottom: 0; + will-change: left, right; + -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; + animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; +} +.progress .indeterminate::after { + content: ""; + position: absolute; + background-color: inherit; + top: 0; + left: 0; + bottom: 0; + will-change: left, right; + -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite; + animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite; + -webkit-animation-delay: 1.15s; + animation-delay: 1.15s; +} + +@-webkit-keyframes indeterminate { + 0% { + left: -35%; + right: 100%; + } + 60% { + left: 100%; + right: -90%; + } + 100% { + left: 100%; + right: -90%; + } +} +@keyframes indeterminate { + 0% { + left: -35%; + right: 100%; + } + 60% { + left: 100%; + right: -90%; + } + 100% { + left: 100%; + right: -90%; + } +} +@-webkit-keyframes indeterminate-short { + 0% { + left: -200%; + right: 100%; + } + 60% { + left: 107%; + right: -8%; + } + 100% { + left: 107%; + right: -8%; + } +} +@keyframes indeterminate-short { + 0% { + left: -200%; + right: 100%; + } + 60% { + left: 107%; + right: -8%; + } + 100% { + left: 107%; + right: -8%; + } +} +.toast-icon { + display: inline-block; + margin-right: 8px; +} + +.circle-loader { + display: inline-block; + border: 2px solid var(--accent-color); + border-radius: 50%; + border-bottom: 2px solid var(--secondary-background); + width: 16px; + height: 16px; + -webkit-animation: spin 1s linear infinite; + /* Safari */ + animation: spin 1s linear infinite; +} + +.toastify .circle-loader { + border-bottom-color: var(--toast-secondary); +} + +/* Safari */ +@-webkit-keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(360deg); + } +} +@keyframes spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} +#sidebar { + display: flex; + flex-direction: column; + width: 48px; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: var(--panels-background); + color: var(--panels-text); + transition: width 125ms ease-in-out 75ms; + z-index: 999; +} +#sidebar:hover { + width: 200px; +} +#sidebar .main_tablinks.active .side_icon { + color: var(--accent-color); +} +#sidebar .main_tablinks:not(#theme_selector) { + display: flex; + align-items: center; + margin-top: 5px; + cursor: pointer; +} +#sidebar .main_tablinks:not(#theme_selector):hover { + background-color: #3e3e3e; +} +#sidebar .main_tablinks_text { + display: none; + display: inline-block; + margin-left: 20px; + opacity: 0; + visibility: hidden; + transition: all 50ms ease-in-out 200ms; +} +#sidebar .side_icon { + font-size: 30px; + padding: 9px; +} +#sidebar .side_icon.side_icon--theme { + cursor: default; +} +#sidebar .side_icon::selection { + background: none; +} +#sidebar:hover #theme_togglers { + position: relative; + opacity: 1; + transition-delay: 200ms; +} +#sidebar:hover .main_tablinks_text { + display: inline-block; + opacity: 1; + visibility: visible; +} + +/* Theme selector */ +#theme_selector { + margin-top: 20px; + display: flex; + height: 50px; +} + +#theme_togglers { + display: flex; + opacity: 0; + width: 100%; + justify-content: space-evenly; + align-items: center; + transition: all 50ms ease 0s; +} + +.theme_toggler { + width: 25px; + height: 25px; + border-radius: 1000px; + border: 1px solid var(--separator); + cursor: pointer; + transition: border 200ms ease-in-out; +} +.theme_toggler--active { + border-width: 3px; +} +.theme_toggler[data-theme-variant=light] { + background: white; +} +.theme_toggler[data-theme-variant=dark] { + background: #141414; +} +.theme_toggler[data-theme-variant=purple] { + background: #460ead; +} + +.image_header header { + background-position: 0% 35%; + background-size: cover; + padding: 220px 24px 8px; + border-radius: 8px 8px 0px 0px; +} +.image_header header h1, +.image_header header h2 { + margin: 0px; +} +.image_header header h2 { + font-size: 18px; + margin-bottom: 12px; +} + +.preview_controls { + opacity: 0; + display: block; + background: rgba(0, 0, 0, 0.5); + width: 56px; + height: 56px; + text-align: center; + line-height: 56px; + position: absolute; + border-radius: 5px; + top: 0; + right: 0; + transition: opacity 200ms ease-in-out; +} + +.preview_playlist_controls { + cursor: pointer; +} + +a.single-cover { + position: relative; + display: inline-block; + color: white; +} + +/*# sourceMappingURL=style.css.map */ diff --git a/public/css/style.css.map b/public/css/style.css.map new file mode 100644 index 0000000..426cd6b --- /dev/null +++ b/public/css/style.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["../../src/styles/scss/base/_base.scss","../../src/styles/scss/base/_normalize.scss","../../src/styles/scss/globals/_globals.scss","../../src/styles/scss/globals/_tables.scss","../../src/styles/scss/globals/_typography.scss","../../src/styles/scss/tabs/_about-tab.scss","../../src/styles/scss/tabs/_charts-tab.scss","../../src/styles/scss/tabs/_download-tab.scss","../../src/styles/scss/tabs/_favorites-tab.scss","../../src/styles/scss/tabs/_home-tab.scss","../../src/styles/scss/tabs/_search-tab.scss","../../src/styles/scss/tabs/_settings-tab.scss","../../src/styles/scss/tabs/_tabs.scss","../../src/styles/scss/_animations.scss","../../src/styles/scss/_middle-section.scss","../../src/styles/scss/base/_mixins.scss","../../src/styles/scss/_progressbar.scss","../../src/styles/scss/_sidebar.scss","../../src/styles/scss/_stackedTabs.scss","../../src/styles/scss/_track-preview.scss"],"names":[],"mappings":";AAAA;EACC;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;;AClED;EACC;EACA;EACA;;;AAGD;EACC;;;AAGD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAQC;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;;;AC5BD;AAAA;AAAA;EAGC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;;AAGD;AAAA;EAEC;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;;;AAGD;EACC;EACA;;;AAGD;EACC;;;AAGD;EACC;;;ACtSD;EACC;EACA;EACA;EAEA;;AAGC;EACC;;AAIF;EACC;EACA;;AAEA;EACC;EACA;;AAGD;EACC;;AAIF;AAAA;EAEC;;AAIA;EACC;EACA;;AAKA;AAAA;EACC;EACA;EACA;;AAIF;EACC;;AAGD;EACC;;AAIF;EACC;;AAEA;EACC;;AAGD;EACC;;AAGD;EACC;;AAIF;EACC;EACA;;AAEA;EACC;EACA;;AAKD;EACC;;AAGD;EACC;;AAGD;EACC;;AAGD;EACC;;AAGD;EACC;;AAGD;EACC;;AAGD;EACC;;AAGD;EACC;;AAEA;EACC;;AAIA;EACC;;AAOH;EAGC;EACA;;;AAKH;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;EACA;;;AAGD;AACA;EACC;EAEA;;;AAGD;EACC;;;AAGD;EACC;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;AAEA;AAEA;EACC;;;AAGD;EACC;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;AAEA;AAEA;EACC;;;AClOD;EACC;EACA;;;AAGD;EACC;EACA;;;ACPD;EACC;;;AAED;EACC;;;AAED;EACC;;;ACPD;EACC;EACA;;;ACFD;AACC;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;;AAGD;AACC;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;;;AAGD;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;;;AAGD;AACC;EACA;EACA;;;ACnMD;EACC;;;AAGD;EACC;EACA;;;AAED;EACC;;;AAGD;EACC;EACC;EACA;EACA;;;AAGF;EACI;IACI;;EAEJ;IACI;;;ACxBR;EACC;;;AAGD;EACC;EACA;EACA;;;ACPD;EACC;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;AAEA;EACC;;;AAGD;AACA;EACC;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;;;AAGD;AAAA;EAEC;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;EACA;;;AAGD;AACA;AAAA;EAEC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;;;ACxGD;EACC;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;;;AAGD;AACA;EACC;EACA;EACA;EACA;AAAwC;EACxC;EACA;;;AAGD;EACC;;;AAGD;AACA;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;;;AAGD;AACA;EACC;;;AAGD;AAAA;EAEC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;;;AAGD;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AC7GD;AAAA;AAAA;EAGC;;;AAGD;EACC;;;AAGD;EACC;EACA;;;AAGD;EACC;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;EACA;;;AChCD;AACA;EACC;EACA;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;;AAGD;EACC;;AAGD;EACC;;;AAKH;EACC;IACC;;EAED;IACC;;;ACtCF;AACA;EACC;EACA;EACA;EACA;;;AAGD;AAGA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC,OAde;EAef,QAfe;;AAkBf;EACC,WAnBc;EAoBd;EACA;;AC7BF;EACC;;ADwCD;EACC;;AAKD;EACC,QAHkB;EAIlB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;;AAID;EAIC;EACA;;;AAKH;EACC;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;;AAGD;EACC;;AAGD;EACC;EACA;EACA;EACA;;;AAIF;EACC;EACA;EACA;;;AAGD;AACA;EACC;AAAe;EACf;AAAiB;EACjB;AAAe;EACf;EACA;EACA;AAAa;EACb;AAAc;EACd;AAAgB;EAChB;AAAgC;EAChC;AAAsC;EACtC;;;AAGD;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;EACA;;;AAIF;EACC;AAAA;IAEC;;;AAIF;EACC;AAAA;IAEC;;;AAIF;EACC;AAAA;IAEC;;;AExJF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKH;EACC;IACC;IACA;;EAED;IACC;IACA;;EAED;IACC;IACA;;;AAIF;EACC;IACC;IACA;;EAED;IACC;IACA;;EAED;IACC;IACA;;;AAIF;EACC;IACC;IACA;;EAED;IACC;IACA;;EAED;IACC;IACA;;;AAIF;EACC;IACC;IACA;;EAED;IACC;IACA;;EAED;IACC;IACA;;;AAIF;EACC;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;AAA4C;EAC5C;;;AAGD;EACC;;;AAGD;AACA;EACC;IACC;;EAED;IACC;;;AAIF;EACC;IACC;;EAED;IACC;;;AClJF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;;AAIA;EACC;;AAGD;EACC;EACA;EACA;EACA;;AAEA;EACC;;AAKH;EACC;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;;AAEA;EACC;;AAGD;EACC;;AAKD;EACC;EACA;EACA;;AAGD;EACC;EACA;EACA;;;AAKH;AAEA;EACC;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;;AAGD;EACC;;AAGD;EACC;;AAGD;EACC;;;AC5GD;EACC;EACA;EACA;EACA;;AAEA;AAAA;EAEC;;AAGD;EACC;EACA;;;ACdH;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA","file":"style.css","sourcesContent":["html {\n\theight: 100vh;\n\n\t--main-scroll: #555;\n\t--panels-scroll: #2a2c2c;\n\t--accent-color: #0a84ff;\n\t--tag-background: #0062c4;\n\t--tag-text: #ffffff;\n\t--toast-background: #000000dd;\n\t--toast-secondary: #ffffff22;\n\t--toast-text: #ffffffde;\n\t--separator: #8f8f8f;\n\n\t--explicit-separator: 0.3125em;\n}\n\nhtml[data-theme='light'] {\n\t--main-background: #ffffff;\n\t--secondary-background: #eeeeee;\n\t--main-text: #333333;\n\t--main-text-inverted: #eeeeee;\n\t--panels-background: #222324;\n\t--panels-text: #ffffff;\n\t--accent-text: black;\n\n\t--table-bg: #ffffff;\n\t--table-zebra: #c9c9c9;\n\t--table-highlight: #8f8f8f;\n}\n\nhtml[data-theme='dark'] {\n\t--main-background: hsl(0, 0%, 8%);\n\t--secondary-background: hsl(0, 0%, 14%);\n\t--main-text: hsl(0, 0%, 93%);\n\t--main-text-inverted: hsl(0, 0%, 20%);\n\t--panels-background: hsl(0, 0%, 10%);\n\t--panels-text: hsl(0, 0%, 100%);\n\t--accent-text: hsl(0, 0%, 87%);\n\n\t--table-bg: hsl(0, 0%, 8%);\n\t--table-zebra: hsl(0, 0%, 14%);\n\t--table-highlight: hsl(0, 0%, 20%);\n}\n\nhtml[data-theme='purple'] {\n\t--main-background: hsl(261, 74%, 6%);\n\t--secondary-background: hsl(257, 61%, 10%);\n\t--main-text: hsl(0, 0%, 93%);\n\t--accent-color: hsl(261, 85%, 37%);\n\t--main-text-inverted: hsl(258, 62%, 8%);\n\t--panels-background: hsl(257, 70%, 9%);\n\t--panels-text: hsl(0, 0%, 100%);\n\t--accent-text: hsl(0, 0%, 87%);\n\n\t--table-bg: hsl(261, 74%, 6%);\n\t--table-zebra: hsl(257, 61%, 10%);\n\t--table-highlight: hsl(257, 66%, 27%);\n}\n\nbody {\n\tmargin: 0px;\n\twidth: 100%;\n\theight: 100%;\n\tfont-family: 'Open Sans';\n\toverflow: hidden;\n\tbackground: var(--main-background);\n\tcolor: var(--main-text);\n}\n","* {\n\tmargin: 0;\n\tpadding: 0;\n\tbox-sizing: border-box;\n}\n\n:root {\n\tfont-size: 16px;\n}\n\ntable,\ncaption,\ntbody,\ntfoot,\nthead,\ntr,\nth,\ntd {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\tfont-size: 100%;\n\tfont: inherit;\n\tvertical-align: baseline;\n}\n\ntable {\n\tborder-collapse: collapse;\n\tborder-spacing: 0;\n}\n","input[type='text'],\ninput[type='password'],\ninput[type='number'] {\n\twidth: calc(100% - 16px);\n\tborder: 0px solid black;\n\tline-height: 36px;\n\tpadding: 0px 8px;\n\tborder-radius: 4px;\n\tbackground-color: var(--secondary-background);\n\tcolor: var(--primary-text);\n\tmargin-bottom: 8px;\n}\n\ninput[type='checkbox'] {\n\t-webkit-appearance: none;\n\tappearance: none;\n\tbackground-color: none;\n\tborder: 2px solid gray;\n\topacity: 0.5;\n\tborder-radius: 2px;\n\tpadding: 7px;\n\tmargin: 3px;\n\tdisplay: inline-block;\n\tposition: relative;\n}\n\ninput[type='checkbox']:checked {\n\topacity: 1;\n\tbackground-color: var(--accent-color);\n\tbackground-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='3 3 18 18' width='18'%3E%3Cpath fill='%23ffffff' d='M 10,17 5,12 6.41,10.59 10,14.17 17.59,6.58 19,8 Z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E\");\n\tbackground-position: center center;\n\tborder: 0px solid var(--accent-color);\n\tborder-radius: 2px;\n\tpadding: 9px;\n\tmargin: 3px;\n\tcolor: var(--accent-text);\n}\n\nselect {\n\t-webkit-appearance: none;\n\tappearance: none;\n\twidth: 100%;\n\tborder: 0px solid black;\n\tline-height: 36px;\n\tpadding: 0px 40px 0px 8px;\n\tborder-radius: 4px;\n\tbackground-color: var(--secondary-background);\n\tbackground-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath style='fill%3A%23000000%3Bfill-opacity%3A0.25' d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E\");\n\tbackground-repeat: no-repeat;\n\tbackground-size: 24px;\n\tbackground-position: calc(100% - 8px) center;\n\tbackground-clip: border-box;\n\tcolor: var(--primary-text);\n\tmargin-bottom: 8px;\n}\n\np {\n\tword-break: break-word;\n}\n\nbutton {\n\tmin-width: 64px;\n\tcolor: var(--accent-text);\n\tposition: relative;\n\tbackground-color: var(--accent-color);\n\tborder: 1px solid transparent;\n\tborder-radius: 4px;\n\tfont-family: inherit;\n\tfont-weight: 600;\n\tfont-size: 14px;\n\tpadding: 0px 8px;\n\tmargin-right: 8px;\n\theight: 36px;\n\ttext-transform: uppercase;\n\tcursor: pointer;\n\ttransition: transform 50ms ease-in-out, background-color 200ms ease;\n}\n\nbutton:active {\n\tbackground-color: var(--accent-color);\n\ttransform: scale(0.95);\n}\n\nbutton:hover {\n\tbackground: none;\n\tborder: 1px solid var(--accent-color);\n}\n\n#loading_overlay {\n\tjustify-content: center;\n\talign-items: center;\n\tposition: absolute;\n\tflex-direction: column;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100vw;\n\theight: 100vh;\n\tbackground: rgba(0, 0, 0, 0.5);\n\tdisplay: none;\n\tz-index: 1000;\n}\n\n#loading_overlay.active {\n\tdisplay: flex;\n}\n\n#loading_text {\n\tmargin-bottom: 20px;\n}\n\n#main_content {\n\tmargin-left: 48px;\n\twidth: calc(100% - 48px);\n\theight: 100%;\n\tdisplay: flex;\n}\n\nimg.rounded {\n\tborder-radius: 5px;\n}\n\nimg.circle {\n\tborder-radius: 50%;\n}\n\n.coverart {\n\tbackground-color: var(--secondary-background);\n}\n\n.cover_container {\n\tposition: relative;\n}\n\n.cover_container .coverart {\n\topacity: 1;\n\tdisplay: block;\n\twidth: 100%;\n\theight: auto;\n\ttransition: 0.5s ease;\n\tbackface-visibility: hidden;\n}\n\n.cover_container .download_overlay {\n\ttransition: 0.5s ease;\n\topacity: 0;\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\ttransform: translate(-50%, -50%);\n\t-ms-transform: translate(-50%, -50%);\n\ttext-align: center;\n}\n\n.cover_container .download_overlay i {\n\tbackground-color: #000000;\n\tcolor: white;\n\tborder-radius: 50%;\n\tpadding: 10px;\n\tcursor: pointer;\n}\n\n.cover_container:hover .coverart {\n\topacity: 0.75;\n}\n\n.cover_container:hover .download_overlay {\n\topacity: 1;\n}\n\ni.disabled {\n\topacity: 0.5;\n\tcursor: default;\n}\n\ni.explicit_icon {\n\tcolor: #ff3b30;\n\tmargin-right: var(--explicit-separator);\n}\n\nspan.tag {\n\tbackground-color: var(--tag-background);\n\tborder-radius: 2px;\n\tcolor: var(--tag-text);\n\tdisplay: inline-block;\n\tfont-size: 10px;\n\tpadding: 3px 6px;\n}\n\na,\na:visited {\n\tcolor: dodgerblue;\n}\n\n.clickable {\n\tcursor: pointer;\n}\n\n.toastify {\n\tdisplay: flex;\n\talign-items: center;\n\tbox-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(0, 0, 0, 0.3);\n\tbackground: var(--toast-background);\n\tcolor: var(--toast-text);\n}\n\n.inline-flex {\n\tdisplay: flex;\n\talign-items: center;\n}\n\n.inline-flex .right {\n\tmargin-left: auto;\n}\n\nbutton[disabled] {\n\tbackground-color: var(--secondary-background);\n\tcolor: var(--main-text);\n\topacity: 0.75;\n}\n\nbutton.selective {\n\tbackground-color: var(--main-background);\n\tcolor: var(--main-text);\n}\n\nbutton.selective.active {\n\tbackground-color: var(--accent-color);\n\tcolor: var(--accent-text);\n}\n\nbutton.with_icon {\n\tdisplay: flex;\n\talign-items: center;\n}\n\nbutton.with_icon i {\n\tmargin-left: 8px;\n}\n\n.right {\n\tfloat: right;\n}\n\n.fixed_footer footer {\n\tposition: sticky;\n\tdisplay: flex;\n\talign-items: center;\n\tflex-direction: row;\n\tjustify-content: flex-end;\n\tbackground-color: var(--main-background);\n\tbottom: 0px;\n\theight: 64px;\n\twidth: 100%;\n\tmargin-top: 24px;\n}\n\n.tab {\n\tmargin: 16px 0px;\n}\n\n.fab {\n\twidth: 56px;\n\theight: 56px;\n\tborder-radius: 28px;\n\tdisplay: inline-block;\n\tbackground-color: var(--accent-color);\n\tcolor: var(--accent-text);\n\tcursor: pointer;\n}\n\n.fab i {\n\tfont-size: 24px;\n\tpadding: 16px;\n}\n\n.with_checkbox {\n\tdisplay: flex;\n\talign-items: center;\n}\n\n.with_checkbox [type='checkbox'] {\n\tcursor: pointer;\n}\n\n.with_checkbox .checkbox_text {\n\tmargin-left: 10px;\n\tcursor: pointer;\n}\n\n.with_checkbox .checkbox_text::selection {\n\tbackground: none;\n}\n\n.hide {\n\tdisplay: none !important;\n}\n",".table {\n\twidth: 100%;\n\t-webkit-border-horizontal-spacing: 0px;\n\t-webkit-border-vertical-spacing: 0px;\n\n\t--vertical-separator: 7px;\n\n\ttbody {\n\t\ttr:not(.table__row-no-highlight):hover {\n\t\t\tbackground: var(--table-highlight);\n\t\t}\n\t}\n\n\ttr {\n\t\tbackground: var(--table-bg);\n\t\ttransition: background-color 175ms ease-in-out;\n\n\t\t&:nth-child(even) {\n\t\t\tbackground: var(--table-zebra);\n\t\t\ttransition: background-color 175ms ease-in-out;\n\t\t}\n\n\t\t&:not(:last-child) {\n\t\t\tborder-bottom: 1px solid var(--table-highlight);\n\t\t}\n\t}\n\n\ttd,\n\tth {\n\t\tvertical-align: middle;\n\t}\n\n\tth {\n\t\t.sortable {\n\t\t\t-webkit-user-select: none;\n\t\t\tuser-select: none;\n\t\t}\n\n\t\t.sort-asc,\n\t\t.sort-desc {\n\t\t\t&::after {\n\t\t\t\tfont-size: 0.7em;\n\t\t\t\tpadding-left: 3px;\n\t\t\t\tline-height: 0.7em;\n\t\t\t}\n\t\t}\n\n\t\t.sort-asc::after {\n\t\t\tcontent: '\\25b2';\n\t\t}\n\n\t\t.sort-desc::after {\n\t\t\tcontent: '\\25bc';\n\t\t}\n\t}\n\n\ttd {\n\t\tpadding: var(--vertical-separator) 10px;\n\n\t\t&:first-child {\n\t\t\tpadding: var(--vertical-separator) 10px var(--vertical-separator) 20px;\n\t\t}\n\n\t\t&:last-child {\n\t\t\tpadding: var(--vertical-separator) 20px var(--vertical-separator) 10px;\n\t\t}\n\n\t\timg {\n\t\t\tvertical-align: middle;\n\t\t}\n\t}\n\n\t.table__icon {\n\t\tbox-sizing: content-box;\n\t\twidth: 32px;\n\n\t\t&--big {\n\t\t\twidth: 48px;\n\t\t\ttext-align: center;\n\t\t}\n\t}\n\n\t.table__cell {\n\t\t&--x-small {\n\t\t\twidth: 0.32%;\n\t\t}\n\n\t\t&--small {\n\t\t\twidth: 3.2%;\n\t\t}\n\n\t\t&--medium {\n\t\t\twidth: 28.7%;\n\t\t}\n\n\t\t&--large {\n\t\t\twidth: 50%;\n\t\t}\n\n\t\t&--left {\n\t\t\ttext-align: left;\n\t\t}\n\n\t\t&--center {\n\t\t\ttext-align: center;\n\t\t}\n\n\t\t&--right {\n\t\t\ttext-align: right;\n\t\t}\n\n\t\t&--download {\n\t\t\tcursor: pointer;\n\n\t\t\ti.material-icons {\n\t\t\t\ttransition: color 175ms ease-in-out;\n\t\t\t}\n\n\t\t\t&:hover {\n\t\t\t\ti.material-icons {\n\t\t\t\t\tcolor: var(--table-bg);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.table__cell-content {\n\t\t&.table__cell-content--vertical-center {\n\t\t\t// Wrap cell content in this to center vertically cells\n\t\t\t// with material icons or both material icons and text\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t}\n\t}\n}\n\n.track_row > td > img {\n\twidth: 32px;\n\theight: 32px;\n}\n\n.track_row > td > a > img {\n\twidth: 56px;\n\theight: 56px;\n}\n\n.top-tracks-position {\n\tpadding: 12px;\n\ttext-align: center;\n\tcursor: default;\n}\n\n/* === Tracks Table === */\n.table--tracks {\n\tborder-collapse: collapse;\n\n\t--radius: 3px;\n}\n\n.table--tracks thead {\n\tborder-bottom: 2px solid var(--table-highlight);\n}\n\n.table--tracks th {\n\tpadding-bottom: 10px;\n\theight: 45px;\n}\n\n.table--tracks td {\n\theight: 35px;\n}\n\n.table--tracks td.breakline {\n\tword-break: break-word;\n}\n\n.table--tracks tr:first-child td:first-child {\n\tborder-top-left-radius: var(--radius);\n}\n\n.table--tracks tr:first-child td:last-child {\n\tborder-top-right-radius: var(--radius);\n}\n\n.table--tracks tr:last-child td:first-child {\n\tborder-bottom-left-radius: var(--radius);\n}\n\n.table--tracks tr:last-child td:last-child {\n\tborder-bottom-right-radius: var(--radius);\n}\n\n/* === Tracklist Table === */\n\n/* .table--tracklist {} */\n\n.table--tracklist thead {\n\tborder-bottom: 2px solid var(--table-highlight);\n}\n\n.table--tracklist th {\n\theight: 45px;\n\tpadding: var(--vertical-separator) 10px;\n}\n\n.table--tracklist th:first-child {\n\tpadding: var(--vertical-separator) 10px var(--vertical-separator) 20px;\n}\n\n.table--tracklist th:last-child {\n\tpadding: var(--vertical-separator) 20px var(--vertical-separator) 10px;\n}\n\n.table--tracklist td {\n\theight: 35px;\n}\n\n.explicit_tracklist {\n\tmargin-left: var(--explicit-separator);\n}\n\n/* === Charts Table === */\n\n/* .table--charts {} */\n\n.table--charts td {\n\theight: 35px;\n}\n",".page_heading {\n\tfont-size: 2.5rem;\n\tmargin-bottom: 35px;\n}\n\n.section_heading {\n\tfont-size: 1.75rem;\n\tmargin-bottom: 25px;\n}\n","#about_tab p {\n\tmargin-bottom: 8px;\n}\n#about_tab h3 {\n\tmargin: 8px 0px;\n}\n#about_tab hr {\n\tmargin: 12px 0px;\n}\n",".charts_grid .release .coverart {\n\twidth: 156px;\n\theight: 156px;\n}\n","#download_tab_container {\n\t/* width: 300px; */\n\theight: 100%;\n\tbackground-color: var(--panels-background);\n\tcolor: var(--panels-text);\n\tdisplay: block;\n\tflex-direction: column;\n}\n\n#toggle_download_tab {\n\twidth: 25px;\n\theight: 25px;\n\tmargin-left: 20px;\n}\n\n#toggle_download_tab::before {\n\tfont-family: 'Material Icons';\n\tfont-style: normal;\n\tfont-weight: 400;\n\tcontent: 'chevron_right';\n}\n\n.download_bar_icon {\n\tcursor: pointer;\n\tfont-size: 24px;\n\tmargin: 4px;\n}\n\n#download_list {\n\twidth: 100%;\n\theight: calc(100% - 32px);\n\tpadding: 0px 8px 0px 28px;\n\toverflow-y: scroll;\n}\n\n#download_list::-webkit-scrollbar {\n\twidth: 10px;\n}\n\n#download_list::-webkit-scrollbar-track {\n\tbackground: var(--panels-background);\n}\n\n#download_list::-webkit-scrollbar-thumb {\n\tbackground: var(--panels-scroll);\n\tborder-radius: 4px;\n\twidth: 6px;\n\tpadding: 0px 2px;\n}\n\n#download_list > .download_object {\n\tpadding-bottom: 8px;\n}\n\n#download_list > .download_object .download_info {\n\tdisplay: flex;\n\talign-items: center;\n}\n\n#download_list > .download_object .download_info img {\n\twidth: 75px;\n\theight: 75px;\n\tdisplay: inline-block;\n\tflex-shrink: 0;\n}\n\n#download_list > .download_object .download_info .download_line {\n\tdisplay: block;\n}\n\n#download_list > .download_object .download_info .download_slim_separator {\n\tdisplay: none;\n}\n\n#download_list > .download_object .download_info_data {\n\twidth: 100%;\n\tmargin-left: 8px;\n}\n\n#download_list > .download_object .download_info_status {\n\tmargin-left: 8px;\n\twidth: 80px;\n}\n\n#download_list.slim > .download_object .download_info img {\n\tdisplay: none;\n}\n\n#download_list.slim > .download_object .download_info .download_line {\n\tdisplay: inline-block;\n}\n\n#download_list.slim > .download_object .download_info .download_slim_separator {\n\tdisplay: inline-block;\n}\n\n#download_list.slim > .download_object .download_info_data {\n\twidth: calc(80% - 16px);\n\tdisplay: inline-block;\n\tpadding-left: 0px;\n}\n\n#download_list.slim > .download_object .download_info_status {\n\twidth: 20%;\n\tdisplay: inline-block;\n\tfloat: right;\n}\n\n#download_list.slim > .download_object .download_info {\n\tdisplay: block;\n}\n\n.download_object > .download_bar > .queue_icon {\n\tcursor: default;\n\tmargin-left: 8px;\n}\n\n.download_object > .download_bar {\n\tdisplay: flex;\n\talign-items: center;\n\theight: 24px;\n}\n\n.download_object > .download_bar > .progress {\n\tmargin: 0px;\n}\n\n#download_tab_container #queue_buttons {\n\tposition: absolute;\n\ttop: 0;\n\tright: 0;\n\topacity: 1;\n\tvisibility: visible;\n\ttransition: all 250ms ease-in-out;\n}\n\n#download_tab_container #download_list {\n\t/* width: 300px; */\n}\n\n#download_tab_container #download_tab_label {\n\topacity: 0;\n\tvisibility: hidden;\n\ttransition: all 250ms ease-in-out;\n}\n\n#download_tab_drag_handler {\n\twidth: 15px;\n\theight: 100%;\n\tposition: absolute;\n\tbackground-color: #333;\n\tcursor: ew-resize;\n}\n\n/* ===== Hidden tab styles ===== */\n#download_tab_container.tab_hidden {\n\twidth: 32px;\n}\n\n#download_tab_container.tab_hidden #toggle_download_tab {\n\tmargin-left: 4px;\n}\n\n#download_tab_container.tab_hidden #download_tab_drag_handler {\n\tdisplay: none;\n}\n\n#download_tab_container.tab_hidden #toggle_download_tab::before {\n\tfont-family: 'Material Icons';\n\tfont-style: normal;\n\tfont-weight: 400;\n\tcontent: 'chevron_left';\n}\n\n#download_tab_container.tab_hidden::after {\n\tcontent: 'downloads';\n\tdisplay: flex;\n\talign-items: center;\n\ttext-transform: capitalize;\n\twriting-mode: vertical-rl;\n\tline-height: 32px;\n}\n\n#download_tab_container.tab_hidden #queue_buttons {\n\topacity: 0;\n\tvisibility: hidden;\n}\n\n#download_tab_container.tab_hidden #download_list {\n\tdisplay: none;\n}\n\n#download_tab_container.tab_hidden #download_tab_label {\n\t/* display: inline; */\n\topacity: 1;\n\tvisibility: visible;\n}\n",".favorites_tablinks.active {\n\tcolor: var(--accent-text);\n}\n\ndiv.reload-button {\n\twidth: 36px;\n\theight: 36px;\n}\ndiv.reload-button i{\n\tpadding: 6px;\n}\n\ndiv.reload-button.spin {\n\tanimation-name: spin;\n animation-duration: 0.5s;\n animation-iteration-count: infinite;\n animation-timing-function: ease-out;\n}\n\n@keyframes spin {\n from {\n transform:rotate(0deg);\n }\n to {\n transform:rotate(360deg);\n }\n}\n","#home_not_logged_text {\n\tmargin-bottom: 15px;\n}\n\n.home_section {\n\tborder-top: 1px solid var(--separator);\n\tpadding-top: 25px;\n\tpadding-bottom: 25px;\n}\n","#main_search .search_section {\n\tfloat: none;\n\tpadding-top: 20px;\n\tpadding-bottom: 20px;\n}\n\n#main_search .search_section:not(:first-child) {\n\tborder-top: 1px solid var(--separator);\n}\n\n.search_header {\n\tdisplay: inline-block;\n\tcursor: pointer;\n\tfont-size: 1.75rem;\n\tmargin-bottom: 25px;\n}\n\n.search_header:not(.top_result_header) {\n\ttransition: color 200ms ease-in-out;\n}\n\n.search_header:not(.top_result_header):hover {\n\tcolor: var(--accent-color);\n}\n\n/* Tab links */\n\n.search_tablinks.active {\n\tcolor: var(--main-text-inverted);\n}\n\n/* Top Result */\n#main_search .top_result_header {\n\tdisplay: block;\n\tcursor: default;\n\tfont-size: 2rem;\n\ttext-align: center;\n}\n\n.top_result {\n\tdisplay: flex;\n\talign-items: center;\n\tflex-direction: column;\n}\n\n.top_result > .cover_container {\n\twidth: 156px;\n\theight: 156px;\n}\n\n.top_result .info_box {\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: center;\n\talign-items: center;\n\tmargin-top: 15px;\n}\n\n.top_result .info_box .primary-text,\n.top_result .info_box .secondary-text {\n\tfont-size: 18px;\n\ttext-align: center;\n}\n\n.top_result .info_box .primary-text {\n\tmargin-bottom: 5px;\n}\n\n.top_result .info_box .secondary-text {\n\tmargin-bottom: 10px;\n}\n\n.top_result .info_box .tag {\n\twidth: 40px;\n\ttext-align: center;\n}\n\n/* Releases */\n.release .primary-text,\n.release .secondary-text {\n\tmargin: 0px;\n\tmargin-bottom: 4px;\n}\n\n.release .secondary-text {\n\topacity: 0.75;\n\tfont-size: 14px;\n}\n\n.release .secondary-text .material-icons {\n\tfont-size: 17px !important;\n\tmargin-left: 4px;\n}\n\n.release_grid {\n\tdisplay: grid;\n\tgrid-template-columns: repeat(auto-fill, minmax(156px, 1fr));\n\tgrid-gap: 1rem;\n}\n\n.release_grid.firstrow_only {\n\tgrid-template-rows: 1fr;\n\tgrid-auto-rows: 0;\n\tgrid-row-gap: 0px;\n\toverflow-y: hidden;\n}\n","#settings_picture {\n\twidth: 125px;\n\theight: 125px;\n}\n\n#logged_in_info {\n\theight: 250px;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: space-evenly;\n\talign-items: center;\n}\n\n#log_info {\n\tdisplay: flex;\n\tflex-direction: column;\n\talign-items: center;\n}\n\n#open_login_prompt {\n\tmargin: 8px 0px;\n}\n\n#login_input_arl {\n\tmargin-bottom: 0px;\n}\n\n#settings_btn_copyArl {\n\tmin-width: 24px;\n\twidth: 48px;\n\tmargin: 0px 0px 0px 8px;\n\tpadding: 0px 4px;\n}\n\n#settings_btn_copyArl i {\n\tpadding: 6px 0px;\n}\n\n#spotify-icon {\n\twidth: 24px;\n\theight: 24px;\n\tfill: #1db954;\n\tmargin-right: 15px;\n}\n\n/* Settings group */\n.settings-group {\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: center;\n\tborder-top: 1px solid var(--separator); /* Need less opacity */\n\tpadding-top: 20px;\n\tpadding-bottom: 20px;\n}\n\n.settings-group > * {\n\tmargin-bottom: 15px;\n}\n\n/* Settings group header */\n.settings-group__header {\n\tfont-size: 1.5rem;\n\tmargin-bottom: 25px;\n}\n\n.settings-group__header--with-icon {\n\tdisplay: inline-flex;\n\talign-items: center;\n}\n\n.settings-group__header--with-icon i.material-icons {\n\tmargin-right: 15px;\n}\n\n/* Settings container */\n.settings-container {\n\tdisplay: flex;\n}\n\n.settings-container__half > *,\n.settings-container__third > * {\n\tmargin-bottom: 15px;\n}\n\n.settings-container__half {\n\twidth: 50%;\n}\n\n.settings-container__third {\n\twidth: 33%;\n}\n\n.settings-container__third--only-checkbox {\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: center;\n\talign-items: start;\n}\n\n/* Input group */\n.input_group {\n\tmargin-bottom: 25px;\n}\n\n.input_group .input_group_text {\n\tmargin-bottom: 7px;\n}\n\n.with_checkbox + .input_group {\n\tmargin-top: 10px;\n}\n",".search_tabcontent,\n.main_tabcontent,\n.favorites_tabcontent {\n\tdisplay: none;\n}\n\n.main_tabcontent h1 {\n\tmargin-bottom: 12px;\n}\n\n.tab button {\n\tbackground-color: var(--primary-background);\n\tcolor: var(--main-text);\n}\n\n.tab button.active {\n\tbackground-color: var(--accent-color);\n}\n\n.release {\n\tdisplay: inline-block;\n\twidth: 156px;\n}\n\n.release .cover_container {\n\twidth: 156px;\n\theight: 156px;\n\tmargin-bottom: 10px;\n}\n\n.main_tablinks_text {\n\toverflow: hidden;\n\twhite-space: nowrap;\n}\n","/* Source: https://loading.io/css/ */\n.lds-ring {\n\tdisplay: inline-block;\n\tposition: relative;\n\twidth: 80px;\n\theight: 80px;\n\n\tdiv {\n\t\tbox-sizing: border-box;\n\t\tdisplay: block;\n\t\tposition: absolute;\n\t\twidth: 64px;\n\t\theight: 64px;\n\t\tmargin: 8px;\n\t\tborder: 8px solid #fff;\n\t\tborder-radius: 50%;\n\t\tanimation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;\n\t\tborder-color: #fff transparent transparent transparent;\n\n\t\t&:nth-child(1) {\n\t\t\tanimation-delay: -0.45s;\n\t\t}\n\n\t\t&:nth-child(2) {\n\t\t\tanimation-delay: -0.3s;\n\t\t}\n\n\t\t&:nth-child(3) {\n\t\t\tanimation-delay: -0.15s;\n\t\t}\n\t}\n}\n\n@keyframes lds-ring {\n\t0% {\n\t\ttransform: rotate(0deg);\n\t}\n\t100% {\n\t\ttransform: rotate(360deg);\n\t}\n}\n","/* Middle section */\n#middle_section {\n\tbackground-color: var(--main-background);\n\twidth: 100%;\n\theight: 100%;\n\tmin-width: 10px;\n}\n\n/* Center section */\n$icon-dimension: 2rem;\n\n#search {\n\tbackground-color: var(--secondary-background);\n\twidth: 100%;\n\tpadding: 0 1em;\n\tmargin-bottom: 20px;\n\tmargin-right: 32px;\n\tdisplay: flex;\n\talign-items: center;\n\tborder: 1px solid transparent;\n\ttransition: border 200ms ease-in-out;\n\n\t.search__icon {\n\t\twidth: $icon-dimension;\n\t\theight: $icon-dimension;\n\t\t// cursor: pointer;\n\n\t\ti {\n\t\t\tfont-size: $icon-dimension;\n\t\t\ttransition: color 250ms ease-in-out;\n\t\t\tcolor: var(--main-text);\n\n\t\t\t@include removeSelectionBackground;\n\t\t}\n\n\t\t&:hover {\n\t\t\ti {\n\t\t\t\t// color: var(--accent-color);\n\t\t\t}\n\t\t}\n\t}\n\n\t&:focus-within {\n\t\tborder: 1px solid var(--main-text);\n\t}\n\n\t$searchbar-height: calc(2rem + 1em);\n\n\t#searchbar {\n\t\theight: $searchbar-height;\n\t\tpadding-left: 0.5em;\n\t\tborder: 0px;\n\t\tborder-radius: 0px;\n\t\tbackground-color: var(--secondary-background);\n\t\tcolor: var(--primary-text);\n\t\tfont-size: 2rem;\n\t\tfont-family: 'Open Sans';\n\t\tfont-weight: 300;\n\n\t\t&:focus {\n\t\t\toutline: none;\n\t\t}\n\n\t\t// Removing Chrome autofill color\n\t\t&:-webkit-autofill,\n\t\t&:-webkit-autofill:hover,\n\t\t&:-webkit-autofill:focus,\n\t\t&:-webkit-autofill:active {\n\t\t\t-webkit-box-shadow: 0 0 0 $searchbar-height var(--secondary-background) inset !important;\n\t\t\tbox-shadow: 0 0 0 $searchbar-height var(--secondary-background) inset !important;\n\t\t}\n\t}\n}\n\n#content {\n\tbackground-color: var(--main-background);\n\twidth: calc(100% - 10px);\n\theight: calc(100% - 93px);\n\toverflow-y: scroll;\n\toverflow-x: hidden;\n\tpadding-left: 10px;\n\n\t&::-webkit-scrollbar {\n\t\twidth: 10px;\n\t}\n\n\t&::-webkit-scrollbar-track {\n\t\tbackground: var(--main-background);\n\t}\n\n\t&::-webkit-scrollbar-thumb {\n\t\tbackground: var(--main-scroll);\n\t\tborder-radius: 4px;\n\t\twidth: 6px;\n\t\tpadding: 0px 2px;\n\t}\n}\n\n#container {\n\tmargin: 0 auto;\n\tmax-width: 1280px;\n\twidth: 90%;\n}\n\n/* The Modal (background) */\n.smallmodal {\n\tdisplay: none; /* Hidden by default */\n\tposition: fixed; /* Stay in place */\n\tz-index: 1250; /* Sit on top */\n\tleft: 0;\n\ttop: 0;\n\twidth: 100%; /* Full width */\n\theight: 100%; /* Full height */\n\toverflow: auto; /* Enable scroll if needed */\n\tbackground-color: rgb(0, 0, 0); /* Fallback color */\n\tbackground-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */\n\tanimation-duration: 0.3s;\n}\n\n/* Modal Content */\n.smallmodal-content {\n\tbackground-color: none;\n\tmargin: auto;\n\twidth: 30%;\n\talign-items: center;\n\tposition: relative;\n\ttop: 50%;\n\ttransform: translateY(-50%);\n\n\t& button {\n\t\twidth: 100%;\n\t\tmargin-bottom: 8px;\n\t}\n}\n\n@media only screen and (min-width: 601px) {\n\t#container,\n\t.smallmodal-content {\n\t\twidth: 85%;\n\t}\n}\n\n@media only screen and (min-width: 993px) {\n\t#container,\n\t.smallmodal-content {\n\t\twidth: 70%;\n\t}\n}\n\n@media only screen and (max-width: 600px) {\n\t#container,\n\t.smallmodal-content {\n\t\twidth: 100%;\n\t}\n}\n","@mixin removeSelectionBackground {\n\t&::selection {\n\t\tbackground: none;\n\t}\n}\n",".progress {\n\tposition: relative;\n\theight: 4px;\n\tdisplay: block;\n\twidth: 100%;\n\tbackground-color: var(--secondary-background);\n\tborder-radius: 2px;\n\tmargin: 0.5rem 0 1rem 0;\n\toverflow: hidden;\n\n\t.determinate {\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\tbottom: 0;\n\t\tbackground-color: var(--accent-color);\n\t\t-webkit-transition: width 0.3s linear;\n\t\ttransition: width 0.3s linear;\n\t}\n\n\t.indeterminate {\n\t\tbackground-color: var(--accent-color);\n\n\t\t&::before {\n\t\t\tcontent: '';\n\t\t\tposition: absolute;\n\t\t\tbackground-color: inherit;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\tbottom: 0;\n\t\t\twill-change: left, right;\n\t\t\t-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n\t\t\tanimation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n\t\t}\n\n\t\t&::after {\n\t\t\tcontent: '';\n\t\t\tposition: absolute;\n\t\t\tbackground-color: inherit;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\tbottom: 0;\n\t\t\twill-change: left, right;\n\t\t\t-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n\t\t\tanimation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n\t\t\t-webkit-animation-delay: 1.15s;\n\t\t\tanimation-delay: 1.15s;\n\t\t}\n\t}\n}\n\n@-webkit-keyframes indeterminate {\n\t0% {\n\t\tleft: -35%;\n\t\tright: 100%;\n\t}\n\t60% {\n\t\tleft: 100%;\n\t\tright: -90%;\n\t}\n\t100% {\n\t\tleft: 100%;\n\t\tright: -90%;\n\t}\n}\n\n@keyframes indeterminate {\n\t0% {\n\t\tleft: -35%;\n\t\tright: 100%;\n\t}\n\t60% {\n\t\tleft: 100%;\n\t\tright: -90%;\n\t}\n\t100% {\n\t\tleft: 100%;\n\t\tright: -90%;\n\t}\n}\n\n@-webkit-keyframes indeterminate-short {\n\t0% {\n\t\tleft: -200%;\n\t\tright: 100%;\n\t}\n\t60% {\n\t\tleft: 107%;\n\t\tright: -8%;\n\t}\n\t100% {\n\t\tleft: 107%;\n\t\tright: -8%;\n\t}\n}\n\n@keyframes indeterminate-short {\n\t0% {\n\t\tleft: -200%;\n\t\tright: 100%;\n\t}\n\t60% {\n\t\tleft: 107%;\n\t\tright: -8%;\n\t}\n\t100% {\n\t\tleft: 107%;\n\t\tright: -8%;\n\t}\n}\n\n.toast-icon {\n\tdisplay: inline-block;\n\tmargin-right: 8px;\n}\n\n.circle-loader {\n\tdisplay: inline-block;\n\tborder: 2px solid var(--accent-color);\n\tborder-radius: 50%;\n\tborder-bottom: 2px solid var(--secondary-background);\n\twidth: 16px;\n\theight: 16px;\n\t-webkit-animation: spin 1s linear infinite; /* Safari */\n\tanimation: spin 1s linear infinite;\n}\n\n.toastify .circle-loader {\n\tborder-bottom-color: var(--toast-secondary);\n}\n\n/* Safari */\n@-webkit-keyframes spin {\n\t0% {\n\t\t-webkit-transform: rotate(0deg);\n\t}\n\t100% {\n\t\t-webkit-transform: rotate(360deg);\n\t}\n}\n\n@keyframes spin {\n\t0% {\n\t\ttransform: rotate(0deg);\n\t}\n\t100% {\n\t\ttransform: rotate(360deg);\n\t}\n}\n","#sidebar {\n\tdisplay: flex;\n\tflex-direction: column;\n\twidth: 48px;\n\theight: 100%;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbackground-color: var(--panels-background);\n\tcolor: var(--panels-text);\n\ttransition: width 125ms ease-in-out 75ms;\n\tz-index: 999;\n\n\t&:hover {\n\t\twidth: 200px;\n\t}\n\n\t.main_tablinks {\n\t\t&.active .side_icon {\n\t\t\tcolor: var(--accent-color);\n\t\t}\n\n\t\t&:not(#theme_selector) {\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\tmargin-top: 5px;\n\t\t\tcursor: pointer;\n\n\t\t\t&:hover {\n\t\t\t\tbackground-color: #3e3e3e;\n\t\t\t}\n\t\t}\n\t}\n\n\t.main_tablinks_text {\n\t\tdisplay: none;\n\t\tdisplay: inline-block;\n\t\tmargin-left: 20px;\n\t\topacity: 0;\n\t\tvisibility: hidden;\n\t\ttransition: all 50ms ease-in-out 200ms;\n\t}\n\n\t.side_icon {\n\t\tfont-size: 30px;\n\t\tpadding: 9px;\n\n\t\t&.side_icon--theme {\n\t\t\tcursor: default;\n\t\t}\n\n\t\t&::selection {\n\t\t\tbackground: none;\n\t\t}\n\t}\n\n\t&:hover {\n\t\t#theme_togglers {\n\t\t\tposition: relative;\n\t\t\topacity: 1;\n\t\t\ttransition-delay: 200ms;\n\t\t}\n\n\t\t.main_tablinks_text {\n\t\t\tdisplay: inline-block;\n\t\t\topacity: 1;\n\t\t\tvisibility: visible;\n\t\t}\n\t}\n}\n\n/* Theme selector */\n\n#theme_selector {\n\tmargin-top: 20px;\n\tdisplay: flex;\n\theight: 50px;\n}\n\n#theme_togglers {\n\tdisplay: flex;\n\topacity: 0;\n\twidth: 100%;\n\tjustify-content: space-evenly;\n\talign-items: center;\n\ttransition: all 50ms ease 0s;\n}\n\n.theme_toggler {\n\twidth: 25px;\n\theight: 25px;\n\tborder-radius: 1000px;\n\tborder: 1px solid var(--separator);\n\tcursor: pointer;\n\ttransition: border 200ms ease-in-out;\n\n\t&--active {\n\t\tborder-width: 3px;\n\t}\n\n\t&[data-theme-variant='light'] {\n\t\tbackground: white;\n\t}\n\n\t&[data-theme-variant='dark'] {\n\t\tbackground: #141414;\n\t}\n\n\t&[data-theme-variant='purple'] {\n\t\tbackground: #460ead;\n\t}\n}\n",".image_header {\n\theader {\n\t\tbackground-position: 0% 35%;\n\t\tbackground-size: cover;\n\t\tpadding: 220px 24px 8px;\n\t\tborder-radius: 8px 8px 0px 0px;\n\n\t\th1,\n\t\th2 {\n\t\t\tmargin: 0px;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 18px;\n\t\t\tmargin-bottom: 12px;\n\t\t}\n\t}\n}\n",".preview_controls {\n\topacity: 0;\n\tdisplay: block;\n\tbackground: rgba(0, 0, 0, 0.5);\n\twidth: 56px;\n\theight: 56px;\n\ttext-align: center;\n\tline-height: 56px;\n\tposition: absolute;\n\tborder-radius: 5px;\n\ttop: 0;\n\tright: 0;\n\ttransition: opacity 200ms ease-in-out;\n}\n\n.preview_playlist_controls {\n\tcursor: pointer;\n}\n\na.single-cover {\n\tposition: relative;\n\tdisplay: inline-block;\n\tcolor: white;\n}\n"]} \ No newline at end of file diff --git a/public/index.html b/public/index.html index cec2cbf..f94b199 100644 --- a/public/index.html +++ b/public/index.html @@ -472,7 +472,11 @@

Favorites

+
+ sync +
+

No Playlists found

@@ -1415,4 +1419,4 @@

{{ metadata }} - \ No newline at end of file + diff --git a/public/js/bundle.js b/public/js/bundle.js index 66223ee..a4c36f7 100644 --- a/public/js/bundle.js +++ b/public/js/bundle.js @@ -1,4 +1,10 @@ -var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e,t){return e(t={exports:{}},t.exports),t.exports}var n=t((function(t){ +var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; + +function createCommonjsModule(fn, module) { + return module = { exports: {} }, fn(module, module.exports), module.exports; +} + +var jquery = createCommonjsModule(function (module) { /*! * jQuery JavaScript Library v3.5.1 * https://jquery.com/ @@ -12,7 +18,502 @@ var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?windo * * Date: 2020-05-04T22:49Z */ -!function(e,n){t.exports=e.document?n(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}}("undefined"!=typeof window?window:e,(function(e,t){var n=[],r=Object.getPrototypeOf,i=n.slice,o=n.flat?function(e){return n.flat.call(e)}:function(e){return n.concat.apply([],e)},a=n.push,s=n.indexOf,l={},u=l.toString,c=l.hasOwnProperty,d=c.toString,f=d.call(Object),p={},h=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},v=function(e){return null!=e&&e===e.window},m=e.document,g={type:!0,src:!0,nonce:!0,noModule:!0};function y(e,t,n){var r,i,o=(n=n||m).createElement("script");if(o.text=e,t)for(r in g)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function b(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[u.call(e)]||"object":typeof e}var _=function(e,t){return new _.fn.init(e,t)};function w(e){var t=!!e&&"length"in e&&e.length,n=b(e);return!h(e)&&!v(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}_.fn=_.prototype={jquery:"3.5.1",constructor:_,length:0,toArray:function(){return i.call(this)},get:function(e){return null==e?i.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=_.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return _.each(this,e)},map:function(e){return this.pushStack(_.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(i.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(_.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(_.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n elements + // (i.e., `typeof document.createElement( "object" ) === "function"`). + // We don't want to classify *any* DOM node as a function. + return typeof obj === "function" && typeof obj.nodeType !== "number"; + }; + + +var isWindow = function isWindow( obj ) { + return obj != null && obj === obj.window; + }; + + +var document = window.document; + + + + var preservedScriptAttributes = { + type: true, + src: true, + nonce: true, + noModule: true + }; + + function DOMEval( code, node, doc ) { + doc = doc || document; + + var i, val, + script = doc.createElement( "script" ); + + script.text = code; + if ( node ) { + for ( i in preservedScriptAttributes ) { + + // Support: Firefox 64+, Edge 18+ + // Some browsers don't support the "nonce" property on scripts. + // On the other hand, just using `getAttribute` is not enough as + // the `nonce` attribute is reset to an empty string whenever it + // becomes browsing-context connected. + // See https://github.com/whatwg/html/issues/2369 + // See https://html.spec.whatwg.org/#nonce-attributes + // The `node.getAttribute` check was added for the sake of + // `jQuery.globalEval` so that it can fake a nonce-containing node + // via an object. + val = node[ i ] || node.getAttribute && node.getAttribute( i ); + if ( val ) { + script.setAttribute( i, val ); + } + } + } + doc.head.appendChild( script ).parentNode.removeChild( script ); + } + + +function toType( obj ) { + if ( obj == null ) { + return obj + ""; + } + + // Support: Android <=2.3 only (functionish RegExp) + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call( obj ) ] || "object" : + typeof obj; +} +/* global Symbol */ +// Defining this global in .eslintrc.json would create a danger of using the global +// unguarded in another place, it seems safer to define global only for this module + + + +var + version = "3.5.1", + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }; + +jQuery.fn = jQuery.prototype = { + + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + + // Return all the elements in a clean array + if ( num == null ) { + return slice.call( this ); + } + + // Return just the one element from the set + return num < 0 ? this[ num + this.length ] : this[ num ]; + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + each: function( callback ) { + return jQuery.each( this, callback ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map( this, function( elem, i ) { + return callback.call( elem, i, elem ); + } ) ); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + even: function() { + return this.pushStack( jQuery.grep( this, function( _elem, i ) { + return ( i + 1 ) % 2; + } ) ); + }, + + odd: function() { + return this.pushStack( jQuery.grep( this, function( _elem, i ) { + return i % 2; + } ) ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: arr.sort, + splice: arr.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[ 0 ] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // Skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !isFunction( target ) ) { + target = {}; + } + + // Extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + + // Only deal with non-null/undefined values + if ( ( options = arguments[ i ] ) != null ) { + + // Extend the base object + for ( name in options ) { + copy = options[ name ]; + + // Prevent Object.prototype pollution + // Prevent never-ending loop + if ( name === "__proto__" || target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject( copy ) || + ( copyIsArray = Array.isArray( copy ) ) ) ) { + src = target[ name ]; + + // Ensure proper type for the source value + if ( copyIsArray && !Array.isArray( src ) ) { + clone = []; + } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { + clone = {}; + } else { + clone = src; + } + copyIsArray = false; + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend( { + + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + isPlainObject: function( obj ) { + var proto, Ctor; + + // Detect obvious negatives + // Use toString instead of jQuery.type to catch host objects + if ( !obj || toString.call( obj ) !== "[object Object]" ) { + return false; + } + + proto = getProto( obj ); + + // Objects with no prototype (e.g., `Object.create( null )`) are plain + if ( !proto ) { + return true; + } + + // Objects with prototype are plain iff they were constructed by a global Object function + Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; + return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; + }, + + isEmptyObject: function( obj ) { + var name; + + for ( name in obj ) { + return false; + } + return true; + }, + + // Evaluates a script in a provided context; falls back to the global one + // if not specified. + globalEval: function( code, options, doc ) { + DOMEval( code, { nonce: options && options.nonce }, doc ); + }, + + each: function( obj, callback ) { + var length, i = 0; + + if ( isArrayLike( obj ) ) { + length = obj.length; + for ( ; i < length; i++ ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } else { + for ( i in obj ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } + + return obj; + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArrayLike( Object( arr ) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + return arr == null ? -1 : indexOf.call( arr, elem, i ); + }, + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + for ( ; j < len; j++ ) { + first[ i++ ] = second[ j ]; + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var length, value, + i = 0, + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArrayLike( elems ) ) { + length = elems.length; + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return flat( ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +} ); + +if ( typeof Symbol === "function" ) { + jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; +} + +// Populate the class2type map +jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), +function( _i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +} ); + +function isArrayLike( obj ) { + + // Support: real iOS 8.2 only (not reproducible in simulator) + // `in` check used to prevent JIT error (gh-2145) + // hasOwn isn't used here due to false negatives + // regarding Nodelist length in IE + var length = !!obj && "length" in obj && obj.length, + type = toType( obj ); + + if ( isFunction( obj ) || isWindow( obj ) ) { + return false; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = /*! * Sizzle CSS Selector Engine v2.3.5 * https://sizzlejs.com/ @@ -23,7 +524,10336 @@ var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?windo * * Date: 2020-03-14 */ -function(e){var t,n,r,i,o,a,s,l,u,c,d,f,p,h,v,m,g,y,b,_="sizzle"+1*new Date,w=e.document,x=0,T=0,k=le(),C=le(),S=le(),A=le(),E=function(e,t){return e===t&&(d=!0),0},$={}.hasOwnProperty,O=[],j=O.pop,L=O.push,N=O.push,D=O.slice,I=function(e,t){for(var n=0,r=e.length;n+~]|"+P+")"+P+"*"),V=new RegExp(P+"|>"),W=new RegExp(F),G=new RegExp("^"+R+"$"),K={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+B),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+P+"*(even|odd|(([+-]|)(\\d*)n|)"+P+"*(?:([+-]|)"+P+"*(\\d+)|))"+P+"*\\)|)","i"),bool:new RegExp("^(?:"+M+")$","i"),needsContext:new RegExp("^"+P+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+P+"*((?:-\\d)?\\d*)"+P+"*\\)|)(?=[^-]|$)","i")},Q=/HTML$/i,J=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+P+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){f()},ae=_e((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{N.apply(O=D.call(w.childNodes),w.childNodes),O[w.childNodes.length].nodeType}catch(e){N={apply:O.length?function(e,t){L.apply(e,D.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function se(e,t,r,i){var o,s,u,c,d,h,g,y=t&&t.ownerDocument,w=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==w&&9!==w&&11!==w)return r;if(!i&&(f(t),t=t||p,v)){if(11!==w&&(d=Z.exec(e)))if(o=d[1]){if(9===w){if(!(u=t.getElementById(o)))return r;if(u.id===o)return r.push(u),r}else if(y&&(u=y.getElementById(o))&&b(t,u)&&u.id===o)return r.push(u),r}else{if(d[2])return N.apply(r,t.getElementsByTagName(e)),r;if((o=d[3])&&n.getElementsByClassName&&t.getElementsByClassName)return N.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!A[e+" "]&&(!m||!m.test(e))&&(1!==w||"object"!==t.nodeName.toLowerCase())){if(g=e,y=t,1===w&&(V.test(e)||U.test(e))){for((y=ee.test(e)&&ge(t.parentNode)||t)===t&&n.scope||((c=t.getAttribute("id"))?c=c.replace(re,ie):t.setAttribute("id",c=_)),s=(h=a(e)).length;s--;)h[s]=(c?"#"+c:":scope")+" "+be(h[s]);g=h.join(",")}try{return N.apply(r,y.querySelectorAll(g)),r}catch(t){A(e,!0)}finally{c===_&&t.removeAttribute("id")}}}return l(e.replace(H,"$1"),t,r,i)}function le(){var e=[];return function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}}function ue(e){return e[_]=!0,e}function ce(e){var t=p.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function de(e,t){for(var n=e.split("|"),i=n.length;i--;)r.attrHandle[n[i]]=t}function fe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function pe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function he(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function ve(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ae(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function me(e){return ue((function(t){return t=+t,ue((function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))}))}))}function ge(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=se.support={},o=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Q.test(t||n&&n.nodeName||"HTML")},f=se.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!=p&&9===a.nodeType&&a.documentElement?(h=(p=a).documentElement,v=!o(p),w!=p&&(i=p.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",oe,!1):i.attachEvent&&i.attachEvent("onunload",oe)),n.scope=ce((function(e){return h.appendChild(e).appendChild(p.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=ce((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=ce((function(e){return e.appendChild(p.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=Y.test(p.getElementsByClassName),n.getById=ce((function(e){return h.appendChild(e).id=_,!p.getElementsByName||!p.getElementsByName(_).length})),n.getById?(r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&v){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&v){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&v)return t.getElementsByClassName(e)},g=[],m=[],(n.qsa=Y.test(p.querySelectorAll))&&(ce((function(e){var t;h.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&m.push("[*^$]="+P+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||m.push("\\["+P+"*(?:value|"+M+")"),e.querySelectorAll("[id~="+_+"-]").length||m.push("~="),(t=p.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||m.push("\\["+P+"*name"+P+"*="+P+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||m.push(":checked"),e.querySelectorAll("a#"+_+"+*").length||m.push(".#.+[+~]"),e.querySelectorAll("\\\f"),m.push("[\\r\\n\\f]")})),ce((function(e){e.innerHTML="";var t=p.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&m.push("name"+P+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&m.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&m.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),m.push(",.*:")}))),(n.matchesSelector=Y.test(y=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ce((function(e){n.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),g.push("!=",F)})),m=m.length&&new RegExp(m.join("|")),g=g.length&&new RegExp(g.join("|")),t=Y.test(h.compareDocumentPosition),b=t||Y.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},E=t?function(e,t){if(e===t)return d=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e==p||e.ownerDocument==w&&b(w,e)?-1:t==p||t.ownerDocument==w&&b(w,t)?1:c?I(c,e)-I(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return d=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==p?-1:t==p?1:i?-1:o?1:c?I(c,e)-I(c,t):0;if(i===o)return fe(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?fe(a[r],s[r]):a[r]==w?-1:s[r]==w?1:0},p):p},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(f(e),n.matchesSelector&&v&&!A[t+" "]&&(!g||!g.test(t))&&(!m||!m.test(t)))try{var r=y.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){A(t,!0)}return se(t,p,null,[e]).length>0},se.contains=function(e,t){return(e.ownerDocument||e)!=p&&f(e),b(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=p&&f(e);var i=r.attrHandle[t.toLowerCase()],o=i&&$.call(r.attrHandle,t.toLowerCase())?i(e,t,!v):void 0;return void 0!==o?o:n.attributes||!v?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},se.escape=function(e){return(e+"").replace(re,ie)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,r=[],i=0,o=0;if(d=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(E),d){for(;t=e[o++];)t===e[o]&&(i=r.push(o));for(;i--;)e.splice(r[i],1)}return c=null,e},i=se.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[r++];)n+=i(t);return n},(r=se.selectors={cacheLength:50,createPseudo:ue,match:K,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return K.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&W.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=k[e+" "];return t||(t=new RegExp("(^|"+P+")"+e+"("+P+"|$)"))&&k(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(r){var i=se.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace(q," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,l){var u,c,d,f,p,h,v=o!==a?"nextSibling":"previousSibling",m=t.parentNode,g=s&&t.nodeName.toLowerCase(),y=!l&&!s,b=!1;if(m){if(o){for(;v;){for(f=t;f=f[v];)if(s?f.nodeName.toLowerCase()===g:1===f.nodeType)return!1;h=v="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&y){for(b=(p=(u=(c=(d=(f=m)[_]||(f[_]={}))[f.uniqueID]||(d[f.uniqueID]={}))[e]||[])[0]===x&&u[1])&&u[2],f=p&&m.childNodes[p];f=++p&&f&&f[v]||(b=p=0)||h.pop();)if(1===f.nodeType&&++b&&f===t){c[e]=[x,p,b];break}}else if(y&&(b=p=(u=(c=(d=(f=t)[_]||(f[_]={}))[f.uniqueID]||(d[f.uniqueID]={}))[e]||[])[0]===x&&u[1]),!1===b)for(;(f=++p&&f&&f[v]||(b=p=0)||h.pop())&&((s?f.nodeName.toLowerCase()!==g:1!==f.nodeType)||!++b||(y&&((c=(d=f[_]||(f[_]={}))[f.uniqueID]||(d[f.uniqueID]={}))[e]=[x,b]),f!==t)););return(b-=i)===r||b%r==0&&b/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return i[_]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?ue((function(e,n){for(var r,o=i(e,t),a=o.length;a--;)e[r=I(e,o[a])]=!(n[r]=o[a])})):function(e){return i(e,0,n)}):i}},pseudos:{not:ue((function(e){var t=[],n=[],r=s(e.replace(H,"$1"));return r[_]?ue((function(e,t,n,i){for(var o,a=r(e,null,i,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))})):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}})),has:ue((function(e){return function(t){return se(e,t).length>0}})),contains:ue((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||i(t)).indexOf(e)>-1}})),lang:ue((function(e){return G.test(e||"")||se.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=v?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ve(!1),disabled:ve(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return X.test(e.nodeName)},input:function(e){return J.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:me((function(){return[0]})),last:me((function(e,t){return[t-1]})),eq:me((function(e,t,n){return[n<0?n+t:n]})),even:me((function(e,t){for(var n=0;nt?t:n;--r>=0;)e.push(r);return e})),gt:me((function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function xe(e,t,n,r,i){for(var o,a=[],s=0,l=e.length,u=null!=t;s-1&&(o[u]=!(a[u]=d))}}else g=xe(g===a?g.splice(h,g.length):g),i?i(null,a,g,l):N.apply(a,g)}))}function ke(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],l=a?1:0,c=_e((function(e){return e===t}),s,!0),d=_e((function(e){return I(t,e)>-1}),s,!0),f=[function(e,n,r){var i=!a&&(r||n!==u)||((t=n).nodeType?c(e,n,r):d(e,n,r));return t=null,i}];l1&&we(f),l>1&&be(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(H,"$1"),n,l0,i=e.length>0,o=function(o,a,s,l,c){var d,h,m,g=0,y="0",b=o&&[],_=[],w=u,T=o||i&&r.find.TAG("*",c),k=x+=null==w?1:Math.random()||.1,C=T.length;for(c&&(u=a==p||a||c);y!==C&&null!=(d=T[y]);y++){if(i&&d){for(h=0,a||d.ownerDocument==p||(f(d),s=!v);m=e[h++];)if(m(d,a||p,s)){l.push(d);break}c&&(x=k)}n&&((d=!m&&d)&&g--,o&&b.push(d))}if(g+=y,n&&y!==g){for(h=0;m=t[h++];)m(b,_,a,s);if(o){if(g>0)for(;y--;)b[y]||_[y]||(_[y]=j.call(l));_=xe(_)}N.apply(l,_),c&&!o&&_.length>0&&g+t.length>1&&se.uniqueSort(l)}return c&&(x=k,u=w),b};return n?ue(o):o}(o,i))).selector=e}return s},l=se.select=function(e,t,n,i){var o,l,u,c,d,f="function"==typeof e&&e,p=!i&&a(e=f.selector||e);if(n=n||[],1===p.length){if((l=p[0]=p[0].slice(0)).length>2&&"ID"===(u=l[0]).type&&9===t.nodeType&&v&&r.relative[l[1].type]){if(!(t=(r.find.ID(u.matches[0].replace(te,ne),t)||[])[0]))return n;f&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(o=K.needsContext.test(e)?0:l.length;o--&&(u=l[o],!r.relative[c=u.type]);)if((d=r.find[c])&&(i=d(u.matches[0].replace(te,ne),ee.test(l[0].type)&&ge(t.parentNode)||t))){if(l.splice(o,1),!(e=i.length&&be(l)))return N.apply(n,i),n;break}}return(f||s(e,p))(i,t,!v,n,!t||ee.test(e)&&ge(t.parentNode)||t),n},n.sortStable=_.split("").sort(E).join("")===_,n.detectDuplicates=!!d,f(),n.sortDetached=ce((function(e){return 1&e.compareDocumentPosition(p.createElement("fieldset"))})),ce((function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")}))||de("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&ce((function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||de("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ce((function(e){return null==e.getAttribute("disabled")}))||de(M,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),se}(e);_.find=x,_.expr=x.selectors,_.expr[":"]=_.expr.pseudos,_.uniqueSort=_.unique=x.uniqueSort,_.text=x.getText,_.isXMLDoc=x.isXML,_.contains=x.contains,_.escapeSelector=x.escape;var T=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&_(e).is(n))break;r.push(e)}return r},k=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},C=_.expr.match.needsContext;function S(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function E(e,t,n){return h(t)?_.grep(e,(function(e,r){return!!t.call(e,r,e)!==n})):t.nodeType?_.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?_.grep(e,(function(e){return s.call(t,e)>-1!==n})):_.filter(t,e,n)}_.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?_.find.matchesSelector(r,e)?[r]:[]:_.find.matches(e,_.grep(t,(function(e){return 1===e.nodeType})))},_.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(_(e).filter((function(){for(t=0;t1?_.uniqueSort(n):n},filter:function(e){return this.pushStack(E(this,e||[],!1))},not:function(e){return this.pushStack(E(this,e||[],!0))},is:function(e){return!!E(this,"string"==typeof e&&C.test(e)?_(e):e||[],!1).length}});var $,O=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(_.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||$,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:O.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof _?t[0]:t,_.merge(this,_.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:m,!0)),A.test(r[1])&&_.isPlainObject(t))for(r in t)h(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=m.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):h(e)?void 0!==n.ready?n.ready(e):e(_):_.makeArray(e,this)}).prototype=_.fn,$=_(m);var j=/^(?:parents|prev(?:Until|All))/,L={children:!0,contents:!0,next:!0,prev:!0};function N(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}_.fn.extend({has:function(e){var t=_(e,this),n=t.length;return this.filter((function(){for(var e=0;e-1:1===n.nodeType&&_.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?_.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?s.call(_(e),this[0]):s.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(_.uniqueSort(_.merge(this.get(),_(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),_.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return T(e,"parentNode")},parentsUntil:function(e,t,n){return T(e,"parentNode",n)},next:function(e){return N(e,"nextSibling")},prev:function(e){return N(e,"previousSibling")},nextAll:function(e){return T(e,"nextSibling")},prevAll:function(e){return T(e,"previousSibling")},nextUntil:function(e,t,n){return T(e,"nextSibling",n)},prevUntil:function(e,t,n){return T(e,"previousSibling",n)},siblings:function(e){return k((e.parentNode||{}).firstChild,e)},children:function(e){return k(e.firstChild)},contents:function(e){return null!=e.contentDocument&&r(e.contentDocument)?e.contentDocument:(S(e,"template")&&(e=e.content||e),_.merge([],e.childNodes))}},(function(e,t){_.fn[e]=function(n,r){var i=_.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=_.filter(r,i)),this.length>1&&(L[e]||_.uniqueSort(i),j.test(e)&&i.reverse()),this.pushStack(i)}}));var D=/[^\x20\t\r\n\f]+/g;function I(e){return e}function M(e){throw e}function P(e,t,n,r){var i;try{e&&h(i=e.promise)?i.call(e).done(t).fail(n):e&&h(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}_.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return _.each(e.match(D)||[],(function(e,n){t[n]=!0})),t}(e):_.extend({},e);var t,n,r,i,o=[],a=[],s=-1,l=function(){for(i=i||e.once,r=t=!0;a.length;s=-1)for(n=a.shift();++s-1;)o.splice(n,1),n<=s&&s--})),this},has:function(e){return e?_.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||l()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!r}};return u},_.extend({Deferred:function(t){var n=[["notify","progress",_.Callbacks("memory"),_.Callbacks("memory"),2],["resolve","done",_.Callbacks("once memory"),_.Callbacks("once memory"),0,"resolved"],["reject","fail",_.Callbacks("once memory"),_.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return i.then(null,e)},pipe:function(){var e=arguments;return _.Deferred((function(t){_.each(n,(function(n,r){var i=h(e[r[4]])&&e[r[4]];o[r[1]]((function(){var e=i&&i.apply(this,arguments);e&&h(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)}))})),e=null})).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,l=arguments,u=function(){var e,u;if(!(t=o&&(r!==M&&(s=void 0,l=[e]),n.rejectWith(s,l))}};t?c():(_.Deferred.getStackHook&&(c.stackTrace=_.Deferred.getStackHook()),e.setTimeout(c))}}return _.Deferred((function(e){n[0][3].add(a(0,e,h(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,h(t)?t:I)),n[2][3].add(a(0,e,h(r)?r:M))})).promise()},promise:function(e){return null!=e?_.extend(e,i):i}},o={};return _.each(n,(function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add((function(){r=s}),n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith})),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),o=i.call(arguments),a=_.Deferred(),s=function(e){return function(n){r[e]=this,o[e]=arguments.length>1?i.call(arguments):n,--t||a.resolveWith(r,o)}};if(t<=1&&(P(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||h(o[n]&&o[n].then)))return a.then();for(;n--;)P(o[n],s(n),a.reject);return a.promise()}});var R=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;_.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&R.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},_.readyException=function(t){e.setTimeout((function(){throw t}))};var B=_.Deferred();function F(){m.removeEventListener("DOMContentLoaded",F),e.removeEventListener("load",F),_.ready()}_.fn.ready=function(e){return B.then(e).catch((function(e){_.readyException(e)})),this},_.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--_.readyWait:_.isReady)||(_.isReady=!0,!0!==e&&--_.readyWait>0||B.resolveWith(m,[_]))}}),_.ready.then=B.then,"complete"===m.readyState||"loading"!==m.readyState&&!m.documentElement.doScroll?e.setTimeout(_.ready):(m.addEventListener("DOMContentLoaded",F),e.addEventListener("load",F));var q=function(e,t,n,r,i,o,a){var s=0,l=e.length,u=null==n;if("object"===b(n))for(s in i=!0,n)q(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,h(r)||(a=!0),u&&(a?(t.call(e,r),t=null):(u=t,t=function(e,t,n){return u.call(_(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each((function(){Q.remove(this,e)}))}}),_.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=K.get(e,t),n&&(!r||Array.isArray(n)?r=K.access(e,t,_.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=_.queue(e,t),r=n.length,i=n.shift(),o=_._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,(function(){_.dequeue(e,t)}),o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return K.get(e,n)||K.access(e,n,{empty:_.Callbacks("once memory").add((function(){K.remove(e,[t+"queue",n])}))})}}),_.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]*)/i,fe=/^$|^module$|\/(?:java|ecma)script/i;!function(){var e=m.createDocumentFragment().appendChild(m.createElement("div")),t=m.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),p.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",p.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue,e.innerHTML="",p.option=!!e.lastChild}();var pe={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function he(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&S(e,t)?_.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function ge(e,t,n,r,i){for(var o,a,s,l,u,c,d=t.createDocumentFragment(),f=[],p=0,h=e.length;p-1)i&&i.push(o);else if(u=re(o),a=he(d.appendChild(o),"script"),u&&ve(a),n)for(c=0;o=a[c++];)fe.test(o.type||"")&&n.push(o);return d}var ye=/^key/,be=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,_e=/^([^.]*)(?:\.(.+)|)/;function we(){return!0}function xe(){return!1}function Te(e,t){return e===function(){try{return m.activeElement}catch(e){}}()==("focus"===t)}function ke(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)ke(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=xe;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return _().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=_.guid++)),e.each((function(){_.event.add(this,t,i,r,n)}))}function Ce(e,t,n){n?(K.set(e,t,!1),_.event.add(e,t,{namespace:!1,handler:function(e){var r,o,a=K.get(this,t);if(1&e.isTrigger&&this[t]){if(a.length)(_.event.special[t]||{}).delegateType&&e.stopPropagation();else if(a=i.call(arguments),K.set(this,t,a),r=n(this,t),this[t](),a!==(o=K.get(this,t))||r?K.set(this,t,!1):o={},a!==o)return e.stopImmediatePropagation(),e.preventDefault(),o.value}else a.length&&(K.set(this,t,{value:_.event.trigger(_.extend(a[0],_.Event.prototype),a.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===K.get(e,t)&&_.event.add(e,t,we)}_.event={global:{},add:function(e,t,n,r,i){var o,a,s,l,u,c,d,f,p,h,v,m=K.get(e);if(W(e))for(n.handler&&(n=(o=n).handler,i=o.selector),i&&_.find.matchesSelector(ne,i),n.guid||(n.guid=_.guid++),(l=m.events)||(l=m.events=Object.create(null)),(a=m.handle)||(a=m.handle=function(t){return void 0!==_&&_.event.triggered!==t.type?_.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(D)||[""]).length;u--;)p=v=(s=_e.exec(t[u])||[])[1],h=(s[2]||"").split(".").sort(),p&&(d=_.event.special[p]||{},p=(i?d.delegateType:d.bindType)||p,d=_.event.special[p]||{},c=_.extend({type:p,origType:v,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&_.expr.match.needsContext.test(i),namespace:h.join(".")},o),(f=l[p])||((f=l[p]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(p,a)),d.add&&(d.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?f.splice(f.delegateCount++,0,c):f.push(c),_.event.global[p]=!0)},remove:function(e,t,n,r,i){var o,a,s,l,u,c,d,f,p,h,v,m=K.hasData(e)&&K.get(e);if(m&&(l=m.events)){for(u=(t=(t||"").match(D)||[""]).length;u--;)if(p=v=(s=_e.exec(t[u])||[])[1],h=(s[2]||"").split(".").sort(),p){for(d=_.event.special[p]||{},f=l[p=(r?d.delegateType:d.bindType)||p]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=f.length;o--;)c=f[o],!i&&v!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(f.splice(o,1),c.selector&&f.delegateCount--,d.remove&&d.remove.call(e,c));a&&!f.length&&(d.teardown&&!1!==d.teardown.call(e,h,m.handle)||_.removeEvent(e,p,m.handle),delete l[p])}else for(p in l)_.event.remove(e,p+t[u],n,r,!0);_.isEmptyObject(l)&&K.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=new Array(arguments.length),l=_.event.fix(e),u=(K.get(this,"events")||Object.create(null))[l.type]||[],c=_.event.special[l.type]||{};for(s[0]=l,t=1;t=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(o=[],a={},n=0;n-1:_.find(i,this,null,[u]).length),a[i]&&o.push(r);o.length&&s.push({elem:u,handlers:o})}return u=this,l\s*$/g;function $e(e,t){return S(e,"table")&&S(11!==t.nodeType?t:t.firstChild,"tr")&&_(e).children("tbody")[0]||e}function Oe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function je(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(K.hasData(e)&&(s=K.get(e).events))for(i in K.remove(t,"handle events"),s)for(n=0,r=s[i].length;n1&&"string"==typeof m&&!p.checkClone&&Ae.test(m))return e.each((function(i){var o=e.eq(i);g&&(t[0]=m.call(this,i,o.html())),De(o,t,n,r)}));if(f&&(a=(i=ge(t,e[0].ownerDocument,!1,e,r)).firstChild,1===i.childNodes.length&&(i=a),a||r)){for(l=(s=_.map(he(i,"script"),Oe)).length;d0&&ve(a,!l&&he(e,"script")),s},cleanData:function(e){for(var t,n,r,i=_.event.special,o=0;void 0!==(n=e[o]);o++)if(W(n)){if(t=n[K.expando]){if(t.events)for(r in t.events)i[r]?_.event.remove(n,r):_.removeEvent(n,r,t.handle);n[K.expando]=void 0}n[Q.expando]&&(n[Q.expando]=void 0)}}}),_.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return q(this,(function(e){return void 0===e?_.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return De(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||$e(this,e).appendChild(e)}))},prepend:function(){return De(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=$e(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return De(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return De(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(_.cleanData(he(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return _.clone(this,e,t)}))},html:function(e){return q(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Se.test(e)&&!pe[(de.exec(e)||["",""])[1].toLowerCase()]){e=_.htmlPrefilter(e);try{for(;n3,ne.removeChild(t)),s}}))}();var He=["Webkit","Moz","ms"],ze=m.createElement("div").style,Ue={};function Ve(e){var t=_.cssProps[e]||Ue[e];return t||(e in ze?e:Ue[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=He.length;n--;)if((e=He[n]+t)in ze)return e}(e)||e)}var We=/^(none|table(?!-c[ea]).+)/,Ge=/^--/,Ke={position:"absolute",visibility:"hidden",display:"block"},Qe={letterSpacing:"0",fontWeight:"400"};function Je(e,t,n){var r=ee.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function Xe(e,t,n,r,i,o){var a="width"===t?1:0,s=0,l=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(l+=_.css(e,n+te[a],!0,i)),r?("content"===n&&(l-=_.css(e,"padding"+te[a],!0,i)),"margin"!==n&&(l-=_.css(e,"border"+te[a]+"Width",!0,i))):(l+=_.css(e,"padding"+te[a],!0,i),"padding"!==n?l+=_.css(e,"border"+te[a]+"Width",!0,i):s+=_.css(e,"border"+te[a]+"Width",!0,i));return!r&&o>=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-l-s-.5))||0),l}function Ye(e,t,n){var r=Pe(e),i=(!p.boxSizingReliable()||n)&&"border-box"===_.css(e,"boxSizing",!1,r),o=i,a=Fe(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Me.test(a)){if(!n)return a;a="auto"}return(!p.boxSizingReliable()&&i||!p.reliableTrDimensions()&&S(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===_.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===_.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+Xe(e,t,n||(i?"border":"content"),o,r,a)+"px"}function Ze(e,t,n,r,i){return new Ze.prototype.init(e,t,n,r,i)}_.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=V(t),l=Ge.test(t),u=e.style;if(l||(t=Ve(s)),a=_.cssHooks[t]||_.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:u[t];"string"===(o=typeof n)&&(i=ee.exec(n))&&i[1]&&(n=ae(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||l||(n+=i&&i[3]||(_.cssNumber[s]?"":"px")),p.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(l?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,r){var i,o,a,s=V(t);return Ge.test(t)||(t=Ve(s)),(a=_.cssHooks[t]||_.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Qe&&(i=Qe[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),_.each(["height","width"],(function(e,t){_.cssHooks[t]={get:function(e,n,r){if(n)return!We.test(_.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?Ye(e,t,r):Re(e,Ke,(function(){return Ye(e,t,r)}))},set:function(e,n,r){var i,o=Pe(e),a=!p.scrollboxSize()&&"absolute"===o.position,s=(a||r)&&"border-box"===_.css(e,"boxSizing",!1,o),l=r?Xe(e,t,r,s,o):0;return s&&a&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Xe(e,t,"border",!1,o)-.5)),l&&(i=ee.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=_.css(e,t)),Je(0,n,l)}}})),_.cssHooks.marginLeft=qe(p.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-Re(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),_.each({margin:"",padding:"",border:"Width"},(function(e,t){_.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+te[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(_.cssHooks[e+t].set=Je)})),_.fn.extend({css:function(e,t){return q(this,(function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Pe(e),i=t.length;a1)}}),_.Tween=Ze,Ze.prototype={constructor:Ze,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||_.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(_.cssNumber[n]?"":"px")},cur:function(){var e=Ze.propHooks[this.prop];return e&&e.get?e.get(this):Ze.propHooks._default.get(this)},run:function(e){var t,n=Ze.propHooks[this.prop];return this.options.duration?this.pos=t=_.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Ze.propHooks._default.set(this),this}},Ze.prototype.init.prototype=Ze.prototype,Ze.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=_.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){_.fx.step[e.prop]?_.fx.step[e.prop](e):1!==e.elem.nodeType||!_.cssHooks[e.prop]&&null==e.elem.style[Ve(e.prop)]?e.elem[e.prop]=e.now:_.style(e.elem,e.prop,e.now+e.unit)}}},Ze.propHooks.scrollTop=Ze.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},_.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},_.fx=Ze.prototype.init,_.fx.step={};var et,tt,nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){tt&&(!1===m.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,_.fx.interval),_.fx.tick())}function st(){return e.setTimeout((function(){et=void 0})),et=Date.now()}function lt(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=te[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function ut(e,t,n){for(var r,i=(ct.tweeners[t]||[]).concat(ct.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(e){return this.each((function(){_.removeAttr(this,e)}))}}),_.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?_.prop(e,t,n):(1===o&&_.isXMLDoc(e)||(i=_.attrHooks[t.toLowerCase()]||(_.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void _.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=_.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!p.radioValue&&"radio"===t&&S(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(D);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?_.removeAttr(e,n):e.setAttribute(n,n),n}},_.each(_.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=ft[t]||_.find.attr;ft[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ft[a],ft[a]=i,i=null!=n(e,t,r)?a:null,ft[a]=o),i}}));var pt=/^(?:input|select|textarea|button)$/i,ht=/^(?:a|area)$/i;function vt(e){return(e.match(D)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function gt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(D)||[]}_.fn.extend({prop:function(e,t){return q(this,_.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[_.propFix[e]||e]}))}}),_.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&_.isXMLDoc(e)||(t=_.propFix[t]||t,i=_.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=_.find.attr(e,"tabindex");return t?parseInt(t,10):pt.test(e.nodeName)||ht.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),p.optSelected||(_.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),_.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){_.propFix[this.toLowerCase()]=this})),_.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,l=0;if(h(e))return this.each((function(t){_(this).addClass(e.call(this,t,mt(this)))}));if((t=gt(e)).length)for(;n=this[l++];)if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){for(a=0;o=t[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,l=0;if(h(e))return this.each((function(t){_(this).removeClass(e.call(this,t,mt(this)))}));if(!arguments.length)return this.attr("class","");if((t=gt(e)).length)for(;n=this[l++];)if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){for(a=0;o=t[a++];)for(;r.indexOf(" "+o+" ")>-1;)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):h(e)?this.each((function(n){_(this).toggleClass(e.call(this,n,mt(this),t),t)})):this.each((function(){var t,i,o,a;if(r)for(i=0,o=_(this),a=gt(e);t=a[i++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==n||((t=mt(this))&&K.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":K.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var yt=/\r/g;_.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=h(e),this.each((function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,_(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=_.map(i,(function(e){return null==e?"":e+""}))),(t=_.valHooks[this.type]||_.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))}))):i?(t=_.valHooks[i.type]||_.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(yt,""):null==n?"":n:void 0}}),_.extend({valHooks:{option:{get:function(e){var t=_.find.attr(e,"value");return null!=t?t:vt(_.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],l=a?o+1:i.length;for(r=o<0?l:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),_.each(["radio","checkbox"],(function(){_.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=_.inArray(_(e).val(),t)>-1}},p.checkOn||(_.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),p.focusin="onfocusin"in e;var bt=/^(?:focusinfocus|focusoutblur)$/,_t=function(e){e.stopPropagation()};_.extend(_.event,{trigger:function(t,n,r,i){var o,a,s,l,u,d,f,p,g=[r||m],y=c.call(t,"type")?t.type:t,b=c.call(t,"namespace")?t.namespace.split("."):[];if(a=p=s=r=r||m,3!==r.nodeType&&8!==r.nodeType&&!bt.test(y+_.event.triggered)&&(y.indexOf(".")>-1&&(b=y.split("."),y=b.shift(),b.sort()),u=y.indexOf(":")<0&&"on"+y,(t=t[_.expando]?t:new _.Event(y,"object"==typeof t&&t)).isTrigger=i?2:3,t.namespace=b.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),n=null==n?[t]:_.makeArray(n,[t]),f=_.event.special[y]||{},i||!f.trigger||!1!==f.trigger.apply(r,n))){if(!i&&!f.noBubble&&!v(r)){for(l=f.delegateType||y,bt.test(l+y)||(a=a.parentNode);a;a=a.parentNode)g.push(a),s=a;s===(r.ownerDocument||m)&&g.push(s.defaultView||s.parentWindow||e)}for(o=0;(a=g[o++])&&!t.isPropagationStopped();)p=a,t.type=o>1?l:f.bindType||y,(d=(K.get(a,"events")||Object.create(null))[t.type]&&K.get(a,"handle"))&&d.apply(a,n),(d=u&&a[u])&&d.apply&&W(a)&&(t.result=d.apply(a,n),!1===t.result&&t.preventDefault());return t.type=y,i||t.isDefaultPrevented()||f._default&&!1!==f._default.apply(g.pop(),n)||!W(r)||u&&h(r[y])&&!v(r)&&((s=r[u])&&(r[u]=null),_.event.triggered=y,t.isPropagationStopped()&&p.addEventListener(y,_t),r[y](),t.isPropagationStopped()&&p.removeEventListener(y,_t),_.event.triggered=void 0,s&&(r[u]=s)),t.result}},simulate:function(e,t,n){var r=_.extend(new _.Event,n,{type:e,isSimulated:!0});_.event.trigger(r,null,t)}}),_.fn.extend({trigger:function(e,t){return this.each((function(){_.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return _.event.trigger(e,t,n,!0)}}),p.focusin||_.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){_.event.simulate(t,e.target,_.event.fix(e))};_.event.special[t]={setup:function(){var r=this.ownerDocument||this.document||this,i=K.access(r,t);i||r.addEventListener(e,n,!0),K.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this.document||this,i=K.access(r,t)-1;i?K.access(r,t,i):(r.removeEventListener(e,n,!0),K.remove(r,t))}}}));var wt=e.location,xt={guid:Date.now()},Tt=/\?/;_.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||_.error("Invalid XML: "+t),n};var kt=/\[\]$/,Ct=/\r?\n/g,St=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function Et(e,t,n,r){var i;if(Array.isArray(t))_.each(t,(function(t,i){n||kt.test(e)?r(e,i):Et(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)}));else if(n||"object"!==b(t))r(e,t);else for(i in t)Et(e+"["+i+"]",t[i],n,r)}_.param=function(e,t){var n,r=[],i=function(e,t){var n=h(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!_.isPlainObject(e))_.each(e,(function(){i(this.name,this.value)}));else for(n in e)Et(n,e[n],t,i);return r.join("&")},_.fn.extend({serialize:function(){return _.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=_.prop(this,"elements");return e?_.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!_(this).is(":disabled")&&At.test(this.nodeName)&&!St.test(e)&&(this.checked||!ce.test(e))})).map((function(e,t){var n=_(this).val();return null==n?null:Array.isArray(n)?_.map(n,(function(e){return{name:t.name,value:e.replace(Ct,"\r\n")}})):{name:t.name,value:n.replace(Ct,"\r\n")}})).get()}});var $t=/%20/g,Ot=/#.*$/,jt=/([?&])_=[^&]*/,Lt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Nt=/^(?:GET|HEAD)$/,Dt=/^\/\//,It={},Mt={},Pt="*/".concat("*"),Rt=m.createElement("a");function Bt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(D)||[];if(h(n))for(;r=o[i++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function Ft(e,t,n,r){var i={},o=e===Mt;function a(s){var l;return i[s]=!0,_.each(e[s]||[],(function(e,s){var u=s(t,n,r);return"string"!=typeof u||o||i[u]?o?!(l=u):void 0:(t.dataTypes.unshift(u),a(u),!1)})),l}return a(t.dataTypes[0])||!i["*"]&&a("*")}function qt(e,t){var n,r,i=_.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&_.extend(!0,e,r),e}Rt.href=wt.href,_.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:wt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(wt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Pt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":_.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?qt(qt(e,_.ajaxSettings),t):qt(_.ajaxSettings,e)},ajaxPrefilter:Bt(It),ajaxTransport:Bt(Mt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var r,i,o,a,s,l,u,c,d,f,p=_.ajaxSetup({},n),h=p.context||p,v=p.context&&(h.nodeType||h.jquery)?_(h):_.event,g=_.Deferred(),y=_.Callbacks("once memory"),b=p.statusCode||{},w={},x={},T="canceled",k={readyState:0,getResponseHeader:function(e){var t;if(u){if(!a)for(a={};t=Lt.exec(o);)a[t[1].toLowerCase()+" "]=(a[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=a[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return u?o:null},setRequestHeader:function(e,t){return null==u&&(e=x[e.toLowerCase()]=x[e.toLowerCase()]||e,w[e]=t),this},overrideMimeType:function(e){return null==u&&(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(u)k.always(e[k.status]);else for(t in e)b[t]=[b[t],e[t]];return this},abort:function(e){var t=e||T;return r&&r.abort(t),C(0,t),this}};if(g.promise(k),p.url=((t||p.url||wt.href)+"").replace(Dt,wt.protocol+"//"),p.type=n.method||n.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(D)||[""],null==p.crossDomain){l=m.createElement("a");try{l.href=p.url,l.href=l.href,p.crossDomain=Rt.protocol+"//"+Rt.host!=l.protocol+"//"+l.host}catch(e){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=_.param(p.data,p.traditional)),Ft(It,p,n,k),u)return k;for(d in(c=_.event&&p.global)&&0==_.active++&&_.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Nt.test(p.type),i=p.url.replace(Ot,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace($t,"+")):(f=p.url.slice(i.length),p.data&&(p.processData||"string"==typeof p.data)&&(i+=(Tt.test(i)?"&":"?")+p.data,delete p.data),!1===p.cache&&(i=i.replace(jt,"$1"),f=(Tt.test(i)?"&":"?")+"_="+xt.guid+++f),p.url=i+f),p.ifModified&&(_.lastModified[i]&&k.setRequestHeader("If-Modified-Since",_.lastModified[i]),_.etag[i]&&k.setRequestHeader("If-None-Match",_.etag[i])),(p.data&&p.hasContent&&!1!==p.contentType||n.contentType)&&k.setRequestHeader("Content-Type",p.contentType),k.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Pt+"; q=0.01":""):p.accepts["*"]),p.headers)k.setRequestHeader(d,p.headers[d]);if(p.beforeSend&&(!1===p.beforeSend.call(h,k,p)||u))return k.abort();if(T="abort",y.add(p.complete),k.done(p.success),k.fail(p.error),r=Ft(Mt,p,n,k)){if(k.readyState=1,c&&v.trigger("ajaxSend",[k,p]),u)return k;p.async&&p.timeout>0&&(s=e.setTimeout((function(){k.abort("timeout")}),p.timeout));try{u=!1,r.send(w,C)}catch(e){if(u)throw e;C(-1,e)}}else C(-1,"No Transport");function C(t,n,a,l){var d,f,m,w,x,T=n;u||(u=!0,s&&e.clearTimeout(s),r=void 0,o=l||"",k.readyState=t>0?4:0,d=t>=200&&t<300||304===t,a&&(w=function(e,t,n){for(var r,i,o,a,s=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){l.unshift(i);break}if(l[0]in n)o=l[0];else{for(i in n){if(!l[0]||e.converters[i+" "+l[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==l[0]&&l.unshift(o),n[o]}(p,k,a)),!d&&_.inArray("script",p.dataTypes)>-1&&(p.converters["text script"]=function(){}),w=function(e,t,n,r){var i,o,a,s,l,u={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)u[a.toLowerCase()]=e.converters[a];for(o=c.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=c.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(!(a=u[l+" "+o]||u["* "+o]))for(i in u)if((s=i.split(" "))[1]===o&&(a=u[l+" "+s[0]]||u["* "+s[0]])){!0===a?a=u[i]:!0!==u[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}(p,w,k,d),d?(p.ifModified&&((x=k.getResponseHeader("Last-Modified"))&&(_.lastModified[i]=x),(x=k.getResponseHeader("etag"))&&(_.etag[i]=x)),204===t||"HEAD"===p.type?T="nocontent":304===t?T="notmodified":(T=w.state,f=w.data,d=!(m=w.error))):(m=T,!t&&T||(T="error",t<0&&(t=0))),k.status=t,k.statusText=(n||T)+"",d?g.resolveWith(h,[f,T,k]):g.rejectWith(h,[k,T,m]),k.statusCode(b),b=void 0,c&&v.trigger(d?"ajaxSuccess":"ajaxError",[k,p,d?f:m]),y.fireWith(h,[k,T]),c&&(v.trigger("ajaxComplete",[k,p]),--_.active||_.event.trigger("ajaxStop")))}return k},getJSON:function(e,t,n){return _.get(e,t,n,"json")},getScript:function(e,t){return _.get(e,void 0,t,"script")}}),_.each(["get","post"],(function(e,t){_[t]=function(e,n,r,i){return h(n)&&(i=i||r,r=n,n=void 0),_.ajax(_.extend({url:e,type:t,dataType:i,data:n,success:r},_.isPlainObject(e)&&e))}})),_.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),_._evalUrl=function(e,t,n){return _.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){_.globalEval(e,t,n)}})},_.fn.extend({wrapAll:function(e){var t;return this[0]&&(h(e)&&(e=e.call(this[0])),t=_(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return h(e)?this.each((function(t){_(this).wrapInner(e.call(this,t))})):this.each((function(){var t=_(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=h(e);return this.each((function(n){_(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){_(this).replaceWith(this.childNodes)})),this}}),_.expr.pseudos.hidden=function(e){return!_.expr.pseudos.visible(e)},_.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},_.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Ht={0:200,1223:204},zt=_.ajaxSettings.xhr();p.cors=!!zt&&"withCredentials"in zt,p.ajax=zt=!!zt,_.ajaxTransport((function(t){var n,r;if(p.cors||zt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];for(a in t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Ht[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout((function(){n&&r()}))},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}})),_.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),_.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return _.globalEval(e),e}}}),_.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),_.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,i){t=_("