.city-map-container[data-v-283ddf3a]{width:100%;height:100%;overflow:hidden;font-family:var(--font-family-variable)}.city-map-container .city-map-img[data-v-283ddf3a]{width:calc(100% - 20px);height:100%;padding:var(--space-xxl)}.city-map-container[data-v-283ddf3a]{position:relative}.city-map-container .markers-layer[data-v-283ddf3a]{position:absolute;inset:0;pointer-events:none}.city-map-container .region-marker[data-v-283ddf3a]{position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:var(--radius-lg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--space-sm)}.city-map-container .region-marker-europe[data-v-283ddf3a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.city-map-container .region-marker-europe .dotContainer[data-v-283ddf3a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.city-map-container .region-marker-russia[data-v-283ddf3a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.city-map-container .region-marker-africa[data-v-283ddf3a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.city-map-container .region-marker-africa .dotContainer[data-v-283ddf3a]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.city-map-container .dotContainer[data-v-283ddf3a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.city-map-container .dotContainer .dot[data-v-283ddf3a]{width:var(--space-md);height:var(--space-md);border-radius:50%;display:inline-block;-ms-flex-negative:0;flex-shrink:0}.city-map-container .marker-header[data-v-283ddf3a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:var(--space-xxs);margin-bottom:var(--space-sm);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.city-map-container .marker-header .percent[data-v-283ddf3a]{color:var(--primary-black);font-weight:var(--font-weight-bold);font-size:var(--font-size-xl)}.city-map-container .marker-header .region-name[data-v-283ddf3a]{color:var(--primary-blue);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);min-width:90px;text-align:right}.city-map-container .country-list[data-v-283ddf3a]{display:grid;grid-template-columns:1fr auto;row-gap:var(--space-xxxs);-webkit-column-gap:2px;-moz-column-gap:2px;column-gap:2px}.city-map-container .country-list .country-item[data-v-283ddf3a]{display:contents;color:var(--primary-black);font-size:var(--font-size-sm)}.city-map-container .country-list .country-item .country-name[data-v-283ddf3a]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px;text-align:right}.city-map-container .country-list .country-item .country-count[data-v-283ddf3a]{justify-self:end}.sales-filter[data-v-479155bf]{font-size:var(--font-size-base);font-family:var(--font-family-variable);color:var(--primary-black);position:relative}.sales-filter .filter-trigger[data-v-479155bf]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-lg);background-color:transparent;border-radius:var(--radius-md);border:1px solid var(--primary-white);cursor:pointer;-webkit-transition:var(--transition-default);transition:var(--transition-default)}.sales-filter .filter-trigger img[data-v-479155bf]{height:var(--font-size-sm)}.sales-filter .filter-trigger .filter-text[data-v-479155bf]{font-weight:var(--font-weight-medium);color:var(--primary-blue)}.sales-filter .filter-trigger[data-v-479155bf]:hover{opacity:.8}.sales-filter .filter-trigger-active[data-v-479155bf]{background-color:var(--primary-white);-webkit-transition:var(--transition-default);transition:var(--transition-default)}.sales-filter .filter-trigger-active .filter-text[data-v-479155bf]{color:var(--primary-blue)}.sales-filter .filter-trigger-select[data-v-479155bf]{background-color:var(--secondary-cyan);border-color:var(--secondary-cyan);-webkit-transition:var(--transition-default);transition:var(--transition-default)}.sales-filter .filter-trigger-select .filter-text[data-v-479155bf]{color:var(--primary-blue)}.sales-filter .filter-popup-wrapper[data-v-479155bf]{position:absolute;top:calc(100% + var(--space-xs));left:0;z-index:1000}.sales-filter .filter-popup-wrapper .popup-overlay[data-v-479155bf]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;z-index:-1}.sales-filter .filter-popup-wrapper .filter-popup[data-v-479155bf]{position:relative;width:30vw;min-width:320px;background-color:var(--primary-white);border-radius:0 var(--radius-lg) var(--radius-lg) var(--radius-lg);padding:var(--space-xxl);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid var(--secondary-grey-1);overflow-y:auto}.sales-filter .filter-popup-wrapper .filter-popup .popup-header[data-v-479155bf]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:var(--space-xl)}.sales-filter .filter-popup-wrapper .filter-popup .popup-header .popup-title[data-v-479155bf]{font-size:var(--font-size-base);font-weight:var(--font-weight-bold);color:var(--primary-blue)}.sales-filter .filter-popup-wrapper .filter-popup .popup-header .reset-btn[data-v-479155bf]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--space-xs);cursor:pointer;color:var(--primary-grey);-webkit-transition:var(--transition-default);transition:var(--transition-default);font-weight:var(--font-weight-medium)}.sales-filter .filter-popup-wrapper .filter-popup .popup-header .reset-btn[data-v-479155bf]:hover{opacity:.8}.sales-filter .filter-popup-wrapper .filter-popup .popup-content[data-v-479155bf]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--space-xl);max-height:60vh;overflow-y:auto}@media(max-width:1500px){.sales-filter .filter-popup-wrapper .filter-popup .popup-content[data-v-479155bf]{max-height:40vh}}.sales-filter .filter-popup-wrapper .filter-popup .popup-content[data-v-479155bf]::-webkit-scrollbar{width:0}.sales-filter .filter-popup-wrapper .filter-popup .popup-content[data-v-479155bf]:hover::-webkit-scrollbar-track{background-color:#f1f1f0}.sales-filter .filter-popup-wrapper .filter-popup .popup-content[data-v-479155bf]:hover::-webkit-scrollbar-thumb{background-color:#d3cdcd}.sales-filter .filter-popup-wrapper .filter-popup .popup-content[data-v-479155bf]:hover::-webkit-scrollbar{width:3px}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--space-base)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section .section-title[data-v-479155bf]{font-weight:var(--font-weight-medium);color:var(--primary-black)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section .filter-list[data-v-479155bf]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--space-xs)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section .filter-list .filter-item[data-v-479155bf]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-base);background-color:var(--secondary-grey-3);color:var(--primary-black);border-radius:var(--radius-sm);cursor:pointer;-webkit-transition:var(--transition-default);transition:var(--transition-default);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);-webkit-box-sizing:border-box;box-sizing:border-box}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section .filter-list .filter-item i[data-v-479155bf]{font-size:var(--font-size-sm)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section .filter-list .filter-item.active[data-v-479155bf]{background-color:var(--primary-blue);color:var(--primary-white)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section .filter-list .filter-item[data-v-479155bf]:hover{opacity:.8}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section .filter-list .filter-item.location-item[data-v-479155bf]{padding:var(--space-sm);width:33px;height:33px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:var(--transition-default);transition:var(--transition-default)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section .filter-list .filter-item.location-item img[data-v-479155bf]{width:17px;height:17px}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section .filter-list .filter-item.location-item:first-child img[data-v-479155bf]{width:16px;height:10px}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section .filter-list .filter-item.location-item:last-child img[data-v-479155bf]{width:13px;height:12px}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section .filter-list .filter-item.location-item.active img[data-v-479155bf]{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-input .el-input__inner{background-color:var(--secondary-grey-3);border:none;border-radius:var(--radius-sm);padding:var(--space-sm) var(--space-base);color:var(--primary-black)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-input .el-input__inner::-webkit-input-placeholder{color:var(--primary-grey)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-input .el-input__inner::-moz-placeholder{color:var(--primary-grey)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-input .el-input__inner:-ms-input-placeholder{color:var(--primary-grey)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-input .el-input__inner::-ms-input-placeholder{color:var(--primary-grey)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-input .el-input__inner::placeholder{color:var(--primary-grey)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-input .el-input__prefix{color:var(--primary-grey)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-select{width:100%}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-select .el-input__inner{background-color:var(--secondary-grey-3);border:none;border-radius:var(--radius-sm);padding:var(--space-sm) var(--space-base);color:var(--primary-black)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-select .el-input__inner::-webkit-input-placeholder{color:var(--primary-grey)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-select .el-input__inner::-moz-placeholder{color:var(--primary-grey)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-select .el-input__inner:-ms-input-placeholder{color:var(--primary-grey)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-select .el-input__inner::-ms-input-placeholder{color:var(--primary-grey)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-select .el-input__inner::placeholder{color:var(--primary-grey)}.sales-filter .filter-popup-wrapper .filter-popup .popup-content .section[data-v-479155bf] .el-select .el-input__suffix{color:var(--primary-grey)}.sales-filter .filter-popup-wrapper .filter-popup .popup-footer[data-v-479155bf]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:var(--space-xl)}.sales-filter .filter-popup-wrapper .filter-popup .popup-footer .show-results-btn[data-v-479155bf]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--space-sm);padding:var(--space-base) var(--space-lg);background-color:var(--primary-blue);color:var(--primary-white);border:none;border-radius:var(--radius-full);font-weight:var(--font-weight-bold);cursor:pointer;-webkit-transition:var(--transition-default);transition:var(--transition-default)}.sales-filter .filter-popup-wrapper .filter-popup .popup-footer .show-results-btn[data-v-479155bf]:hover{opacity:.8}.inquiry-link[data-v-47304dbb]{color:var(--primary-blue);cursor:pointer;-webkit-transition:var(--transition-default);transition:var(--transition-default)}.inquiry-link[data-v-47304dbb]:hover{opacity:.8}.student-popover{border-radius:var(--radius-md)!important}.student-popover .student-list-container{max-height:200px;overflow:auto;padding:var(--space-base);min-width:180px;font-family:var(--font-family-variable)}.student-popover .student-list-container .student-list-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:var(--space-xs) var(--space-base);font-size:var(--font-size-base);font-weight:var(--font-weight-bold);color:var(--primary-blue);border-bottom:1px solid var(--secondary-grey-3)}.student-popover .student-list-container .student-list-header .header-label{font-weight:var(--font-weight-bold);color:var(--primary-blue)}.student-popover .student-list-container .student-list-item{padding:var(--space-xs) var(--space-base);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--font-size-base);color:var(--primary-black);font-family:var(--font-family-variable);word-break:break-word;font-weight:var(--font-weight-medium);border-bottom:1px solid var(--secondary-grey-3)}.student-popover .student-list-container .student-list-item:last-child{border-bottom:none}.student-popover .student-list-container .student-list-item:hover{background-color:var(--secondary-grey-3);color:var(--primary-blue)}.student-popover .student-list-container .student-list-item .student-name{-webkit-box-flex:1;-ms-flex:1;flex:1}.current-student-container[data-v-90c50886]{width:100%;height:100%;overflow-y:auto}.current-student-container .selector-area[data-v-90c50886]{background:var(--primary-blue);padding:var(--space-xs) var(--space-base);border-radius:var(--radius-md);-webkit-box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;box-sizing:border-box}.current-student-container .selector-area .filter-top-left[data-v-90c50886]{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--font-family-medium);gap:var(--space-base);color:var(--primary-white);border-right:1px solid var(--primary-white);margin-right:22px;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:190px;height:var(--btn-fixed-height);place-items:center}.current-student-container .selector-area .filter-top-left img[data-v-90c50886]{width:20px;height:20px}.current-student-container .current-student-content[data-v-90c50886]{padding:var(--space-xl);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--space-xxl);-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.current-student-container .current-student-content.content-is-refreshing[data-v-90c50886]{opacity:.72}.current-student-container .current-student-content .current-student-board[data-v-90c50886]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--space-lg)}.current-student-container .current-student-content .current-student-board .content-title[data-v-90c50886]{color:var(--primary-blue);font-size:var(--font-size-xxl);font-weight:var(--font-weight-bold)}.current-student-container .current-student-content .current-student-board .content-board-container[data-v-90c50886]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--space-xxxl);-ms-flex-wrap:wrap;flex-wrap:wrap}.current-student-container .current-student-content .current-student-board .content-board-container .content-board[data-v-90c50886]{min-width:600px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--space-base)}.current-student-container .current-student-content .current-student-board .content-board-container .content-board .board-all[data-v-90c50886]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--space-base);padding:var(--space-md);background-color:var(--secondary-grey-3);border-radius:var(--radius-md);-webkit-box-sizing:border-box;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.current-student-container .current-student-content .current-student-board .content-board-container .content-board .board-all .board-all-header[data-v-90c50886]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--space-base)}.current-student-container .current-student-content .current-student-board .content-board-container .content-board .board-all .board-all-header .board-all-header-item[data-v-90c50886]{min-width:200px}.current-student-container .current-student-content .current-student-board .content-board-container .content-board .board-all .board-all-header .board-all-header-item .board-all-title[data-v-90c50886]{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--primary-grey)}.current-student-container .current-student-content .current-student-board .content-board-container .content-board .board-all .board-all-header .board-all-header-item .board-all-value[data-v-90c50886]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--space-base)}.current-student-container .current-student-content .current-student-board .content-board-container .content-board .board-all .board-all-header .board-all-header-item .board-all-value .board-all-value-number[data-v-90c50886]{font-size:var(--font-size-xxxxl);font-weight:var(--font-weight-bold);color:var(--primary-blue)}.current-student-container .current-student-content .current-student-board .content-board-container .content-board .board-line[data-v-90c50886]{width:100%;height:1px;background-color:var(--secondary-grey-1)}.current-student-container .current-student-content .current-student-board .content-board-container .content-board .board-types[data-v-90c50886]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--space-base)}.current-student-container .current-student-content .current-student-board .content-board-container .content-board .board-types .board-types-item .board-types-item-title[data-v-90c50886],.current-student-container .current-student-content .current-student-board .content-board-container .content-board .board-types .board-types-item .board-types-item-value[data-v-90c50886]{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium)}.current-student-container .current-student-content .current-student-board .content-board-container .content-board .board-types .board-types-line[data-v-90c50886]{min-width:1px;background-color:var(--primary-white)}.current-student-container .current-student-content .current-student-board .content-board-container .content-line[data-v-90c50886]{width:1px;background-color:var(--secondary-grey-1)}@media(max-width:1500px){.current-student-container .current-student-content .current-student-board .content-board-container .content-line[data-v-90c50886]{display:none}}.current-student-container .current-student-content .current-student-board .content-board-container .current-student-age-table[data-v-90c50886]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:600px;max-width:800px}.current-student-container .current-student-content .current-student-board .content-board-container .current-student-age-table .current-student-age-table-title[data-v-90c50886]{color:var(--primary-black);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);margin-bottom:var(--space-base)}.current-student-container .current-student-content .current-student-country[data-v-90c50886]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--space-lg);-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.current-student-container .current-student-content .current-student-country .current-student-country-part[data-v-90c50886]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:600px;max-height:60vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.current-student-container .current-student-content .current-student-country .current-student-country-part[data-v-90c50886]::-webkit-scrollbar{display:none}.current-student-container .current-student-content .current-student-country .current-student-country-part .current-student-country-table-title[data-v-90c50886]{color:var(--primary-black);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);margin-bottom:var(--space-base)}.current-student-container .current-student-content .current-student-country .camp-student-part-extra[data-v-90c50886]{width:calc(40% - var(--space-xxl));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--space-lg);min-width:635px}@media(min-width:1680px){.current-student-container .current-student-content .current-student-country .camp-student-part-extra[data-v-90c50886]{min-width:650px}}@media(min-width:1920px){.current-student-container .current-student-content .current-student-country .camp-student-part-extra[data-v-90c50886]{min-width:850px}}.current-student-container .current-student-content .current-student-country .camp-student-part-extra .data-section[data-v-90c50886]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--space-lg)}.current-student-container .current-student-content .current-student-country .camp-student-part-extra .data-section .section-title[data-v-90c50886]{color:var(--primary-black);font-size:var(--font-size-base);font-weight:var(--font-weight-medium)}.current-student-container .current-student-content .current-student-country .camp-student-part-extra .data-section .section-content[data-v-90c50886],.current-student-container .current-student-content .current-student-country .camp-student-part-extra .table-section[data-v-90c50886]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--space-lg);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.current-student-container .current-student-content .current-student-country .camp-student-part-extra .table-section[data-v-90c50886]{overflow-x:auto;height:500px}@media(max-width:1500px){.current-student-container .current-student-content .current-student-country .camp-student-part-extra .table-section[data-v-90c50886]{height:380px}}.current-multi-student-popper{background-color:var(--primary-white);border-radius:var(--radius-sm);min-width:120px;max-height:400px;overflow:auto}.current-multi-student-popper .current-student-list{padding:var(--space-sm) 15px;width:auto}.current-multi-student-popper .current-student-list .current-student-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px;cursor:pointer}.current-multi-student-popper .current-student-list .current-student-list-item:hover{color:var(--primary-blue)}.current-multi-student-popper .current-student-list .current-student-list-item span{font-size:var(--font-size-base)}