@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
.reportHeader{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:linear-gradient(90deg, #0d6efd, #000e6a) !important;color:#f1f1f1;box-shadow:0 2px 4px rgba(0,0,0,.1)}.header-logo{display:flex;align-items:center}.header-actions{display:flex;align-items:center;margin-left:auto;gap:12px}.share-report-button{border:none;color:#00afef !important;font-size:14px;cursor:pointer}.custom-download-button{background:#0d6efd !important;border:2px solid;border-image-slice:1;border-image-source:linear-gradient(180deg, #75adff 0%, #1d2fa1 100%);box-shadow:-6px -6px 24px 0px rgba(117,173,255,.0392156863);color:#fff !important}.custom-download-button:hover{background:#0b5ed7 !important}
.vertical-breadcrumb{color:#191919 !important}.card_border{border:1px solid #d3d3d3 !important}
.button-link{font-weight:500 !important;font-size:16px !important;color:"#0D6EFD" !important}.card_border{border:1px solid #d3d3d3 !important}@media print{.print-only{display:inline !important}.screen-only{display:none !important}}@media screen{.print-only{display:none !important}.screen-only{display:inline !important}}
.trustInsightFont{font-weight:400;font-size:16px}
.progress-style{height:20px !important}.progress-style .ant-progress-inner{height:20px;box-shadow:-2px -4px 8px 0px hsla(0,0%,100%,.7490196078) inset,2px 4px 8px 0px rgba(13,39,80,.1490196078) inset}.progress-style .ant-progress-inner .ant-progress-bg{height:20px !important}
.report-custom-collapse{border:none !important;border-radius:4px !important;box-shadow:-8px -8px 24px 0px hsla(0,0%,100%,.7490196078) inset,2px 8px 10px 0px rgba(13,39,80,.1490196078) inset}.report-custom-collapse .ant-collapse-header{border-bottom:2px solid #d3d3d3;border-radius:4px 4px 0 0 !important;padding:12px !important}.report-custom-collapse .ant-collapse-item{border:none !important}.report-custom-collapse .ant-collapse-content{border-top:2px solid #fff}.report-custom-collapse .ant-collapse-content .ant-collapse-content>.ant-collapse-content-box{padding:16px !important}.report-custom-collapse .ant-collapse-panel .ant-collapse-header{font-weight:700;font-size:14px;line-height:22px;color:#0d6efd}.report-custom-collapse .no-feedback{font-style:italic !important}.report-custom-collapse .panel-header{display:flex;justify-content:space-between;width:100%}.report-custom-collapse .panel-header .title{font-weight:700;font-size:14px;line-height:22px;color:#0d6efd}.report-custom-collapse .panel-header .score{font-weight:500}.report-custom-collapse .no-feedback{font-style:italic !important}.custom-collapse .custom-feedback-list{padding-left:40px !important}.custom-collapse .custom-feedback-list li{margin-bottom:10px !important}
.custom-pagination{font-family:"Space Grotesk",sans-serif !important}.custom-pagination .ant-pagination-item{border-radius:4px !important;border:1px solid rgba(0,0,0,0) !important;opacity:1 !important;background:#fafafa !important;box-shadow:-2px -4px 8px 0px hsla(0,0%,100%,.7490196078) inset,2px 4px 8px 0px rgba(13,39,80,.1490196078) inset !important;padding:0 !important;gap:0px !important;color:#000 !important}.custom-pagination .ant-pagination-item-active{background:#0d6efd !important;border:1px solid #fff !important;color:#fff !important;box-shadow:-2px -4px 8px 0px rgba(117,173,255,.2509803922) inset,2px 4px 8px 0px rgba(0,14,106,.5019607843) inset !important}.custom-pagination .ant-pagination-item a{color:#191919 !important}.custom-pagination .ant-pagination-item-active a{color:#fff !important}.custom-pagination .ant-pagination-prev,.custom-pagination .ant-pagination-next{border:none !important;background-color:rgba(0,0,0,0) !important}.custom-pagination .ant-pagination-item-link{border:none !important;background-color:rgba(0,0,0,0) !important}
video{max-width:100%;height:auto;border-radius:10px}
div[data-id='file-explorer'],
div[data-id='file-explorer'][data-theme='light'] {
  --file-node-font: 'Helvetica Neue', 'Segoe UI', 'Arial', 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', sans-serif;
  --file-node-hover-bg: rgba(0, 0, 0, 0.04);
  --file-node-selected-bg: rgba(0, 0, 0, 0.08);
  --file-node-actions-text-hover: #000;
  --file-node-border: #1677ff;
  --file-node-bg: #1677ff1a;
  --file-node-text-base: #333;
  --file-node-text-hover: #222;
  --file-node-text-selected: #000;
}
div[data-id='file-explorer'][data-theme='dark'] {
  --file-node-hover-bg: rgba(255, 255, 255, 0.04);
  --file-node-selected-bg: rgba(255, 255, 255, 0.08);
  --file-node-actions-text-hover: #f0f0f0;
  --file-node-border: #1677ff;
  --file-node-bg: #1677ff1a;
  --file-node-text-base: #aaa;
  --file-node-text-hover: #ebebeb;
  --file-node-text-selected: #fff;
}
.file-explorer {
  font-family: var(--file-node-font);
}
.file-explorer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.file-explorer {
  padding: 0;
  margin: 0;
  list-style: none;
}
.file-explorer__node {
  position: relative;
  display: flex;
  height: 24px;
  font-size: 14px;
  align-items: center;
  color: var(--file-node-text-base);
}
.file-explorer__node--hover {
  color: var(--file-node-text-hover);
  background-color: var(--file-node-hover-bg);
}
.file-explorer__node--selected {
  color: var(--file-node-text-selected);
  background-color: var(--file-node-selected-bg);
}
.file-explorer__node-expand-icon-wrapper {
  position: relative;
  display: flex;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.file-explorer__node-expand-icon-wrapper.disabled {
  cursor: inherit;
}
.file-explorer__node-expand-icon {
  transition: transform linear 0.1s;
  transform: rotate(0deg);
}
.file-explorer__node-expand-icon.isOpen {
  transform: rotate(90deg);
}
.file-explorer__node-icon {
  display: flex;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.file-explorer__node-icon > img {
  max-width: 100%;
  max-height: 100%;
}
.file-explorer__node-content {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 0 0 2px;
  overflow: hidden;
  align-items: center;
  flex: 1 1;
  justify-content: space-between;
}
.file-explorer__node-text {
  display: inline-block;
  height: 18px;
  padding: 0 4px;
  overflow: hidden;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1;
}
.file-explorer__node-actions {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
.file-explorer__node-actions > span {
  display: flex;
  width: 18px;
  height: 18px;
  padding: 4px;
  font-size: 14px;
  color: var(--file-node-text-base);
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.file-explorer__node-actions > span:hover {
  color: var(--file-node-actions-text-hover);
}
.file-explorer__dropTarget.file-explorer {
  position: relative;
}
.file-explorer__dropTarget.file-explorer::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  pointer-events: none;
  background-color: var(--file-node-bg);
  border: 1px solid var(--file-node-border);
  content: '';
}
.file-explorer__dropTarget > .file-explorer__node {
  position: relative;
  color: var(--file-node-border);
}
.file-explorer__dropTarget > .file-explorer__node::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: var(--file-node-bg);
  border: 1px solid var(--file-node-border);
  content: '';
}
.file-explorer__placeholderContainer {
  position: relative;
}
.file-explorer__placeholderContainer .file-explorer__placeholder {
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  background-color: var(--file-node-border);
  transform: translateY(-50%);
}
.file-explorer__placeholderContainer .file-explorer__placeholder::after {
  position: absolute;
  top: -3px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--file-node-border);
  content: '';
}
.file-explorer__inputWrapper {
  width: 100%;
  padding: 0 1px;
}
.file-explorer__inputWrapper input {
  width: 100%;
  height: calc(100% - 12px);
  min-height: 20px;
  padding: 1px 2px;
  margin-left: 1px;
  font-family: var(--file-node-font);
  font-size: inherit;
  text-indent: 0;
  background-color: transparent;
  border: 1px solid var(--file-node-border);
  outline: none;
  flex: 1 1;
}
.file-explorer__inputWrapper > span {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sandpack-file-explorer {
  padding: 0;
  overflow: auto;
  font-family: var(--sp-font-body);
  background-color: #fff;
  background-color: var(--sp-colors-surface1, #fff);
}
.sandpack-file-explorer div[data-id='file-explorer'],
.sandpack-file-explorer div[data-id='file-explorer'][data-theme='light'],
.sandpack-file-explorer div[data-id='file-explorer'][data-theme='dark'] {
  --file-node-hover-bg: transparent;
  --file-node-selected-bg: var(--sp-colors-surface3);
  --file-node-actions-text-hover: var(--sp-colors-hover);
  --file-node-border: #1677ff;
  --file-node-bg: #1677ff1a;
  --file-node-text-base: var(--sp-colors-clickable);
  --file-node-text-hover: var(--sp-colors-hover);
  --file-node-text-selected: var(--sp-colors-accent);
}
.sandpack-file-explorer .file-explorer__node-icon {
  padding-left: 0;
  margin-left: 2px;
}
.sandpack-file-explorer .file-explorer__node-icon > img {
  max-width: 16px;
  max-height: 16px;
}
.sandpack-file-explorer .file-explorer__node svg {
  font-size: 12px;
}
.sandpack-file-explorer .file-explorer__node .file-explorer__node-content {
  padding: 0;
}
.sandpack-file-explorer .file-explorer__node .file-explorer__node-content .file-explorer__node-actions {
  gap: 1px;
}
.sandpack-file-explorer .file-explorer__node .file-explorer__node-content .file-explorer__node-actions > span {
  margin-right: 2px;
}
.sandpack-file-explorer .file-explorer__node .file-explorer__node-content .file-explorer__node-actions svg {
  font-size: 12px;
}
.sandpack-file-explorer .file-explorer__inputWrapper input {
  width: 100%;
  margin-left: 0;
}
.sandpack-file-explorer__header__actions {
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  display: none;
}
.sandpack-file-explorer__header__actions > span {
  position: relative;
  display: flex;
  padding: 0 4px;
  color: var(--sp-colors-clickable);
  cursor: pointer;
  align-items: center;
}
.sandpack-file-explorer__header__actions > span:hover {
  color: var(--sp-colors-hover);
}
.sandpack-file-explorer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--sp-space-3);
  border-bottom: 1px solid var(--sp-colors-surface2);
}
.sandpack-file-explorer__header:hover .sandpack-file-explorer__header__actions {
  display: flex;
}
.sandpack-file-explorer [data-id='file-explorer'] {
  height: calc(100% - 40px);
}
.sandpack-file-explorer [data-id='file-explorer'] > .file-explorer {
  height: 100%;
}

.d-flex{display:flex}.bold{font-weight:bold}.m-b20{margin-bottom:20px}.idsk-btn-primary{width:100%;color:#fff;font-size:18px;font-weight:700;height:56px;background:#0d6efd;border-width:2px;border-style:solid;border-color:currentColor;border-color:initial;border-image-source:linear-gradient(rgb(117, 173, 255) 0%, rgb(29, 47, 161) 100%);border-image-slice:1;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-radius:4px;cursor:pointer}body{margin:0}.creya-instructions-container{display:flex;flex-direction:row;color:#fff;font-family:"Tenor Sans",sans-serif;background-size:cover;background-repeat:no-repeat;width:100%;height:100vh}.creya-instructions-container .creya-instruction-txt{font-size:16px;color:#0d6efd;letter-spacing:15%}.creya-left-section,.creya-right-section{flex:1 1;padding:20px}.creya-left-section-container{max-width:420px;margin:160px auto 0}.creya-left-section-container .creya-powered-txt{font-size:16px;line-height:24px;margin-top:102px;font-family:"Space Grotesk",sans-serif}.creya-right-section{margin:20px;background-color:#f5f5f5;display:flex;flex-direction:column;color:#000;font-family:"Space Grotesk",sans-serif}.creya-welcome{font-size:48px;line-height:64px;font-weight:400;color:#edc01b}.creya-description{font-size:16px;line-height:22px;margin-top:10px;font-family:"Space Grotesk",sans-serif}.creya-detail-item{display:flex;justify-content:space-between;padding:16px 10px;font-size:14px;line-height:22px;background-color:#f5f5f5;margin-bottom:10px;color:#191919;border-radius:4px;font-family:"Space Grotesk",sans-serif}.creya-detail-item .creya-value{color:#0d6efd;font-weight:bold;font-size:14px;line-height:22px}.creya-right-section .creya-instruction-txt{font-size:16px;margin-bottom:20px;color:#0d6efd}.creya-right-section .creya-instruction-list{list-style:none;padding:0;font-size:20px;line-height:30px}.creya-right-section .creya-instruction-list li{margin-bottom:15px}.creya-right-section .creya-checklist{display:flex;align-items:center;margin-top:20px;font-size:18px}.creya-right-section .creya-checklist input[type=checkbox]{margin-right:10px}.creya-right-section .creya-start-btn{display:block;background-color:#0d6efd;color:#fff;font-size:20px;font-weight:bold;padding:10px 20px;margin-top:20px;border:none;border-radius:5px;cursor:pointer}.creya-right-section .creya-start-btn:hover{background-color:hsl(215.75,98.3606557377%,42.1568627451%);box-shadow:0 4px 6px rgba(0,0,0,.2)}.creya-test-instructions-container{overflow-y:auto;max-height:calc(100vh - 5rem);font-size:16px;padding:1.5rem;background-color:#f4f4f4;border-radius:8px}.creya-test-instructions-title{text-align:center;font-weight:bold;margin-bottom:20px;color:#4a4a4a}.creya-instruction-item{display:flex;align-items:flex-start;padding:10px 0}.creya-instruction-icon{border-radius:50%;height:50px;font-size:24px;margin-right:12px;color:#1890ff;background-color:#fafafa;box-shadow:-8px -8px 24px 0px hsla(0,0%,100%,.75) inset,2px 8px 10px 0px rgba(13,39,80,.15)}.creya-instruction-text{font-weight:500;color:#333}.creya-instruction-description{color:#888;font-size:14px;margin-left:36px}.creya-instructions-checkbox{margin-top:20px}.creya-start-test-button{width:100%;height:45px;background-color:#1890ff;color:#fff;font-size:16px;font-weight:bold;border-radius:4px;margin-top:20px}.creya-start-test-button:disabled{background-color:#d9d9d9;color:#a1a1a1}.creya-test-instruction-container .ant-space-item{display:flex;padding-left:10px}.creya-test-instruction-container .idsk-btn-primary{border:none;border-radius:10px;max-width:150px;background-color:#007bff;color:#fff;padding:10px 20px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.creya-test-instruction-container .idsk-btn-primary:hover{background-color:#0056b3}.creya-test-instruction-container .idsk-btn-primary:active{background-color:#00408d}.creya-test-instruction-container .creya-disabled-btn{border:none;cursor:not-allowed;background-color:gray;color:#fff;padding:10px 20px;font-size:16px}.creya-test-instruction-container .creya-disabled-btn:hover,.creya-test-instruction-container .creya-disabled-btn:active{background-color:gray}.creya-test-instruction-container .checkbox-name{font-size:14px;line-height:22px;font-weight:400}.checkbox-name .ant-checkbox-checked .ant-checkbox-inner{background-color:#0d6efd !important;border-color:#0d6efd !important}.checkbox-name .ant-checkbox-checked:hover .ant-checkbox-inner{background-color:#0d6efd !important;border-color:#0d6efd !important}.checkbox-name .ant-checkbox-inner{border-color:#0d6efd !important}.creya-footer-container{display:flex;flex-direction:column;gap:2rem}.creya-status-message.ant-alert-warning{background-color:#fd9c0d;border:1px solid #ffd89f}.creya-test-instruction-content .instruction-title{font-weight:500;font-size:16px}
.d-flex{display:flex}.bold{font-weight:bold}.m-b20{margin-bottom:20px}.idsk-btn-primary{width:100%;color:#fff;font-size:18px;font-weight:700;height:56px;background:#0d6efd;border-width:2px;border-style:solid;border-color:currentColor;border-color:initial;border-image-source:linear-gradient(rgb(117, 173, 255) 0%, rgb(29, 47, 161) 100%);border-image-slice:1;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-radius:4px;cursor:pointer}.creya-interview-screen{position:relative;height:100vh;overflow-y:auto;font-family:Arial,sans-serif;color:#fff;padding:10px;background-image:url("https://pp-arena.interviewdesk.in/stintcodebg.svg");background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed;border:1px solid hsla(0,0%,100%,.14);border-radius:14px;box-shadow:0 18px 45px rgba(0,0,0,.28);overflow:hidden}.creya-interview-screen::before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(135deg, rgba(15, 18, 28, 0.55), rgba(15, 18, 28, 0.25));backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2)}.creya-interview-screen>*{position:relative;z-index:1}.creya-interview-screen .creya-blur-background{filter:blur(5px);transition:filter .3s ease-in-out}.creya-interview-screen .creya-spinner-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:99;background-color:hsla(0,0%,100%,.7);backdrop-filter:blur(6px)}.creya-interview-screen .creya-interviewlayout-header{display:flex;justify-content:space-between;align-items:center;padding:10px 0;background-color:rgba(0,0,0,0);color:#fff;font-size:16px;margin-bottom:10px}.creya-interview-screen .creya-header-center{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0;margin-right:220px}.creya-interview-screen .status-wrap{max-width:min(56ch,92vw);min-width:0;display:flex;justify-content:center}.creya-interview-screen .status-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:650;line-height:1;white-space:nowrap;max-width:100%;min-width:0;background:rgba(15,18,28,.45);border:1px solid hsla(0,0%,100%,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 12px 26px rgba(0,0,0,.22);transition:transform 120ms ease,box-shadow 180ms ease,filter 180ms ease}.creya-interview-screen .status-pill:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(0,0,0,.28);filter:saturate(1.08)}.creya-interview-screen .status-emoji{font-size:16px;line-height:1}.creya-interview-screen .status-text{min-width:0;overflow:hidden;text-overflow:ellipsis}.creya-interview-screen .status-pill.is-success{background:rgba(16,185,129,.18);border-color:rgba(16,185,129,.35);color:hsla(0,0%,100%,.92)}.creya-interview-screen .status-pill.is-warn{background:rgba(245,158,11,.18);border-color:rgba(245,158,11,.35);color:hsla(0,0%,100%,.92)}.creya-interview-screen .status-pill.is-danger{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.4);color:hsla(0,0%,100%,.92)}.creya-interview-screen .status-pill.is-info{background:rgba(59,130,246,.18);border-color:rgba(59,130,246,.35);color:hsla(0,0%,100%,.92)}.creya-interview-screen .status-pill.is-neutral{background:rgba(148,163,184,.16);border-color:rgba(148,163,184,.28);color:hsla(0,0%,100%,.88)}.creya-interview-screen .creya-title{display:flex;align-items:center;font-family:"Space Grotesk",sans-serif;font-size:18px;margin-right:10px;margin-left:30px;min-width:0}.creya-interview-screen .creya-separator{margin-right:10px}.creya-interview-screen .creya-separator-inner{display:inline-flex;align-items:center;gap:8px}.creya-interview-screen .creya-title-text-col{min-width:0}.creya-interview-screen .creya-title-text{display:block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.creya-interview-screen .creya-timer-count{background:linear-gradient(180deg, rgba(245, 200, 76, 0.18), rgba(245, 200, 76, 0.08));border:1px solid rgba(245,200,76,.35);border-radius:999px;padding:6px 14px}.creya-interview-screen .creya-circle:before{content:" ●";font-size:22px;color:#e32929}.creya-interview-screen .creya-recorder{background:hsla(0,0%,100%,.1);color:#e32929;padding:6px;padding-left:4px;margin-left:15px;height:30px;display:flex;align-items:center;justify-content:center}.creya-interview-screen .creya-layoutSelected{height:30px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.1)}.creya-interview-screen .creya-layoutSelected:hover{cursor:pointer;background-color:gray;color:#fff}.creya-interview-screen .creya-rec{color:red;margin-left:5px}.creya-interview-screen .creya-question-section{background-color:rgba(0,0,0,0);padding:15px;margin:0px 0;display:flex;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.5)}.creya-interview-screen .creya-question-section .creya-question{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%;vertical-align:top}.creya-interview-screen .creya-question-section .creya-question-view{position:absolute;right:2rem;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:10px;font-size:13px;font-weight:650;line-height:1;color:#2a145a;background-color:#e9ddff;border:1px solid #cbb2ff;cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none;transition:transform 120ms ease,box-shadow 180ms ease,filter 180ms ease}.creya-interview-screen .creya-question-section .creya-question-view:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(0,0,0,.16);filter:saturate(1.05)}.creya-interview-screen .creya-question-section .creya-question-view:active{transform:translateY(0) scale(0.97);box-shadow:0 8px 16px rgba(0,0,0,.14) inset}.creya-interview-screen .creya-question-section .creya-question-view::after{display:none}.creya-interview-screen .creya-question-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-weight:700;font-size:12px;letter-spacing:.3px;line-height:1;border:1px solid hsla(0,0%,100%,.18);box-shadow:0 8px 18px rgba(0,0,0,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform 150ms ease,box-shadow 150ms ease,filter 150ms ease}.creya-interview-screen .creya-question-tag:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(0,0,0,.18);filter:saturate(1.08)}.creya-interview-screen .creya-question-tag::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.9}.creya-interview-screen .tag-communication{color:#0b3a6f;background:linear-gradient(180deg, #e6f6ff, #d4f0ff);border-color:#9ddcff}.creya-interview-screen .tag-coding{color:#243400;background-color:#dff326;border-color:#d6ea55}.creya-interview-screen .tag-evaluation{color:#4a2a00;background-color:#efa300;border-color:#ffc066}.creya-interview-screen .creya-question{color:#fff;font-weight:500;font-size:16px;margin-left:20px}.creya-interview-screen .hide-candidate-caption{display:none !important}.creya-interview-screen .creya-bot-message-container .creya-bot-caption{background:rgba(0,0,0,.5);position:absolute;bottom:40px;left:2rem;right:2rem;max-width:100%;color:#fff;padding:10px 20px;border-radius:5px;font-size:16px;max-height:9vh;overflow-y:auto;text-align:left;z-index:3}.creya-interview-screen .creya-bot-message-container .creya-bot-caption::-webkit-scrollbar{width:3px}.creya-interview-screen .creya-bot-message-container .creya-bot-caption::-webkit-scrollbar-track{background:rgba(245,245,245,.2196078431)}.creya-interview-screen .creya-bot-message-container .creya-bot-caption::-webkit-scrollbar-thumb{background-color:hsla(0,0%,60%,.9098039216);border-radius:4px}.creya-interview-screen .creya-bot-message-container .typing span::after{display:inline-block;margin-left:3px;animation:blink 1s steps(2, start) infinite}@keyframes blink{to{visibility:hidden}}.creya-interview-screen .creya-chat-transcription{width:30%}.creya-interview-screen .creya-question-container{width:30%}.creya-interview-screen .creya-video-section{background-color:rgba(0,0,0,0);color:#333;padding:20px;border-radius:10px;position:relative;overflow:hidden;width:70%;text-align:center}.creya-interview-screen .creya-video-section .creya-video{border-radius:10px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.creya-interview-screen .creya-interviewLayoutContainer{border:1px solid hsla(0,0%,100%,.5);border-radius:4px}.creya-interview-screen .creya-bot-name,.creya-interview-screen .creya-participant-name{position:absolute;top:16px;left:16px;z-index:2;display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:650;letter-spacing:.2px;color:hsla(0,0%,100%,.92);background:rgba(15,18,28,.45);border:1px solid hsla(0,0%,100%,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,.25)}.creya-interview-screen .creya-bot-name{background:rgba(32,148,232,.22);border-color:rgba(32,148,232,.35)}.creya-interview-screen .creya-participant-name{background:rgba(15,18,28,.45);border-color:hsla(0,0%,100%,.14)}.creya-interview-screen .creya-bot-name .ant-row,.creya-interview-screen .creya-participant-name .ant-row{align-items:center}.creya-interview-screen .creya-bot-name .ant-col,.creya-interview-screen .creya-participant-name .ant-col{display:inline-flex;align-items:center}.creya-interview-screen .creya-answer-timer{position:absolute;top:20px;right:20px;background-color:#fff;color:#333;padding:5px 10px;border-radius:5px;z-index:2}.creya-interview-screen .creya-webcamContainer{display:flex;padding-right:20px}.creya-interview-screen .creya-video-container{margin:0px 0;position:relative}.creya-interview-screen .creya-caption{width:-moz-fit-content;width:fit-content;background:rgba(0,0,0,.5);position:absolute;bottom:40px;left:2rem;right:2rem;color:#fff;padding:5px 10px;border-radius:5px;font-size:16px;max-height:9vh;overflow-y:auto;text-align:left}.creya-interview-screen .creya-caption::-webkit-scrollbar{width:3px}.creya-interview-screen .creya-caption::-webkit-scrollbar-track{background:rgba(245,245,245,.2196078431)}.creya-interview-screen .creya-caption::-webkit-scrollbar-thumb{background-color:hsla(0,0%,60%,.9098039216);border-radius:4px}.creya-interview-screen .creya-interviewlayout-controls{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:13px}.creya-interview-screen .creya-interviewlayout-controls .creya-small-video{position:relative;width:150px;height:80px;border-radius:10px;overflow:hidden;cursor:pointer}.creya-interview-screen .creya-interviewlayout-controls .creya-small-video .creya-video,.creya-interview-screen .creya-interviewlayout-controls .creya-small-video .creya-bot-avatar{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-color:#000;display:flex;justify-content:center;align-items:center}.creya-interview-screen .creya-interviewlayout-controls .creya-small-video .creya-video .creya-bot-image,.creya-interview-screen .creya-interviewlayout-controls .creya-small-video .creya-bot-avatar .creya-bot-image{height:7vh;width:7vh}.creya-interview-screen .creya-interviewlayout-controls .creya-small-video .creya-video.bot-typing-border,.creya-interview-screen .creya-interviewlayout-controls .creya-small-video .creya-bot-avatar.bot-typing-border{border:3px solid #fdc80d;animation:pulse-border 1.5s infinite ease-in-out}.creya-interview-screen .creya-interviewlayout-controls .creya-small-video .creya-video.socket-pending-border,.creya-interview-screen .creya-interviewlayout-controls .creya-small-video .creya-bot-avatar.socket-pending-border{border:3px solid red;animation:pulse-error-border 1.5s infinite ease-in-out}.creya-interview-screen .creya-interviewlayout-controls .creya-small-video .creya-video.socket-connected-border,.creya-interview-screen .creya-interviewlayout-controls .creya-small-video .creya-bot-avatar.socket-connected-border{border:3px solid #fdc80d;animation:pulse-border 1.5s infinite ease-in-out}@keyframes pulse-error-border{0%{box-shadow:0 0 15px red}50%{box-shadow:0 0 15px red}100%{box-shadow:0 0 15px red}}@keyframes pulse-border{0%{box-shadow:0 0 15px #fdc80d}50%{box-shadow:0 0 15px #fdc80d}100%{box-shadow:0 0 15px #fdc80d}}.creya-interview-screen .creya-interviewlayout-controls .creya-small-video .creya-name{position:absolute;bottom:5px;left:5px;background-color:rgba(0,0,0,.6);color:#fff;padding:2px 5px;border-radius:5px;font-size:12px}.creya-interview-screen .creya-interviewlayout-controls .creya-meeting-controls{display:flex;gap:20px;align-items:center;justify-content:center;padding-left:140px}.creya-interview-screen .creya-interviewlayout-controls .creya-auto-meeting-control{display:flex;align-items:center;gap:20px;width:100%}.creya-interview-screen .candidate-skip-btn{background:#fd9c0d;padding:12px;border-radius:25px;font-size:16px;font-weight:700;color:#fff;cursor:pointer}.creya-interview-screen .candidate-skip-btn.creya-inActive{background:#393939;box-shadow:-6px -6px 24px rgba(117,173,255,.04),6px 6px 24px rgba(29,47,161,.35);color:#fff}.creya-interview-screen .candidate-skip-btn.creya-active{background:#fd9c0d;box-shadow:-6px -6px 24px rgba(117,173,255,.04),6px 6px 24px rgba(29,47,161,.35);color:#fff}.creya-interview-screen .candidate-response-btn{padding:12px;border-radius:25px;font-size:16px;font-weight:700;color:#fff;cursor:pointer;transition:all .3s}.creya-interview-screen .candidate-response-btn.creya-inactive{background:#393939;-o-border-image:linear-gradient(to bottom, #6b6b6b 0%, #191919 100%) 1;border-image:linear-gradient(to bottom, #6b6b6b 0%, #191919 100%) 1;box-shadow:-6px -6px 24px rgba(117,173,255,.04),6px 6px 24px rgba(29,47,161,.35)}.creya-interview-screen .candidate-response-btn.creya-active{background:#0d6efd;-o-border-image:linear-gradient(#75adff 0%, #1d2fa1 100%) 1;border-image:linear-gradient(#75adff 0%, #1d2fa1 100%) 1;box-shadow:-6px -6px 24px rgba(117,173,255,.04),6px 6px 24px rgba(29,47,161,.35)}.creya-interview-screen .countdown-wrapper{position:relative;overflow:hidden;pointer-events:auto;z-index:5}.creya-interview-screen .countdown-wrapper span{position:relative;z-index:2}.creya-interview-screen .countdown-wrapper .progress-bar{height:100%;position:absolute;bottom:0;left:0;background-color:#1890ff;width:0%;transition:width 1s linear;z-index:1;pointer-events:none}.creya-interview-screen .countdown-wrapper.counting-down .progress-bar{width:100%}.creya-interview-screen .creya-control-btn{width:48px;height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none;transition:transform 120ms ease,box-shadow 180ms ease,background 180ms ease,border-color 180ms ease,filter 180ms ease;background:rgba(20,24,35,.55);border:1px solid hsla(0,0%,100%,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,.28)}.creya-interview-screen .creya-control-btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(0,0,0,.34);filter:saturate(1.08)}.creya-interview-screen .creya-control-btn:active{transform:translateY(0px) scale(0.94);box-shadow:0 6px 14px rgba(0,0,0,.28) inset,0 8px 18px rgba(0,0,0,.22)}.creya-interview-screen .creya-control-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(106,227,255,.25),0 14px 30px rgba(0,0,0,.34)}.creya-interview-screen .creya-control-btn.creya-inActive{background:rgba(35,40,58,.62);border-color:hsla(0,0%,100%,.16);color:#fff}.creya-interview-screen .creya-control-btn.creya-active{background:rgba(32,148,232,.58);border-color:rgba(106,227,255,.55);box-shadow:0 14px 30px rgba(0,0,0,.34),0 0 26px rgba(32,148,232,.32),0 0 0 1px rgba(106,227,255,.18) inset;color:#fff}.creya-interview-screen .creya-control-btn.creya-leaveMeet{background:rgba(229,41,41,.68);border-color:rgba(255,150,150,.62);box-shadow:0 14px 30px rgba(0,0,0,.34),0 0 26px rgba(229,41,41,.34),0 0 0 1px rgba(255,150,150,.18) inset;color:#fff}.creya-interview-screen .creya-control-btn.creya-inActive:hover{background:rgba(32,148,232,.38);border-color:rgba(106,227,255,.42)}.creya-interview-screen .creya-control-btn.creya-active:hover{background:rgba(32,148,232,.68);border-color:rgba(106,227,255,.65)}.creya-interview-screen .creya-control-btn.creya-leaveMeet:hover{background:rgba(229,41,41,.78);border-color:rgba(255,170,170,.72)}.creya-control-container{display:flex;gap:20px}.creya-layout-options{display:flex;flex-direction:column;gap:10px}.creya-layout-option{display:flex;align-items:center;padding:10px;border:1px solid rgba(0,0,0,0);border-radius:5px;cursor:pointer;transition:all .3s}.creya-layout-option span{margin-left:10px;font-size:16px}.creya-layout-option:hover{border-color:#1890ff;background:#e6f7ff}.creya-layout-option.creya-selected{border-color:#1890ff;background:#bae7ff;font-weight:bold}.creya-layout-option svg{font-size:20px}.creya-auto-layout{display:flex;justify-content:space-between;gap:10px;height:calc(100vh - 15rem);padding:15px}.creya-auto-layout .creya-participant-video,.creya-auto-layout .creya-bot-video{position:relative;flex:1 1;display:flex;flex-direction:column;justify-content:center;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.2);background:#000;overflow:hidden}.creya-auto-layout .creya-bot-video.avatar-static{align-items:center}.creya-auto-layout .creya-bot-video.avatar-streaming{align-items:stretch}.creya-auto-layout .creya-participant-video .creya-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background:rgba(0,0,0,0) !important}.creya-auto-layout .creya-bot-video__media{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border:0 !important;z-index:1;background:#000;pointer-events:none}.creya-auto-layout .creya-bot-video .creya-bot-avatar,.creya-auto-layout .creya-bot-video .creya-bot-name,.creya-auto-layout .creya-bot-video .creya-participant-name,.creya-auto-layout .creya-bot-video .creya-answer-timer,.creya-auto-layout .creya-bot-video .creya-bot-image{position:relative;z-index:2}.creya-auto-layout .creya-bot-video .creya-bot-name,.creya-auto-layout .creya-bot-video .creya-participant-name{position:absolute;top:16px;left:16px;z-index:2;display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:650;letter-spacing:.2px;color:hsla(0,0%,100%,.92);background:rgba(15,18,28,.45);border:1px solid hsla(0,0%,100%,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,.25)}.creya-auto-layout .creya-bot-video .creya-answer-timer{position:absolute;top:20px;right:20px;padding:5px 10px;border-radius:5px;font-size:14px}.creya-auto-layout .creya-bot-video.bot-typing-border{border:3px solid #fdc80d;animation:pulse-border 1.5s infinite ease-in-out}.creya-auto-layout .creya-participant-video.socket-pending-border{border:3px solid red;animation:pulse-error-border 1.5s infinite ease-in-out}.creya-auto-layout .creya-participant-video.socket-connected-border{border:3px solid #fdc80d;animation:pulse-border 1.5s infinite ease-in-out}@keyframes pulse-error-border{0%{box-shadow:0 0 15px red}50%{box-shadow:0 0 15px red}100%{box-shadow:0 0 15px red}}@keyframes pulse-border{0%{box-shadow:0 0 15px #fdc80d}50%{box-shadow:0 0 15px #fdc80d}100%{box-shadow:0 0 15px #fdc80d}}.creya-bot-avatar{position:relative;width:100%;height:100%;background:#000;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:14px}.creya-bot-avatar__content{position:relative;z-index:4;display:flex;justify-content:center;align-items:center}.creya-bot-avatar .ai-blob{position:absolute;inset:18%;z-index:1;border-radius:46% 54% 48% 52%/55% 45% 55% 45%;background:radial-gradient(circle at 30% 30%, rgba(106, 227, 255, 0.58), transparent 55%),radial-gradient(circle at 70% 60%, rgba(139, 123, 255, 0.58), transparent 58%),radial-gradient(circle at 50% 80%, rgba(106, 227, 255, 0.22), transparent 60%);filter:blur(12px);transform-origin:center;opacity:.95;animation:siri-breathe 2.8s ease-in-out infinite}.creya-bot-avatar .ai-aura{position:absolute;inset:-20%;z-index:2;background:radial-gradient(circle at 30% 30%, rgba(106, 227, 255, 0.55), transparent 45%),radial-gradient(circle at 70% 60%, rgba(139, 123, 255, 0.5), transparent 50%),radial-gradient(circle at 40% 80%, rgba(106, 227, 255, 0.2), transparent 55%);filter:blur(22px);transform:translate3d(0, 0, 0);opacity:.85;animation:ai-auraflow 6s ease-in-out infinite}.creya-bot-avatar .ai-ring{position:absolute;inset:12%;z-index:3;border-radius:999px;background:conic-gradient(from 180deg, rgba(106, 227, 255, 0), rgba(106, 227, 255, 0.6), rgba(139, 123, 255, 0.6), rgba(106, 227, 255, 0));filter:blur(1px);opacity:.75;animation:ai-spin 3.8s linear infinite;mask:radial-gradient(circle, transparent 60%, #000 62%);-webkit-mask:radial-gradient(circle, transparent 60%, #000 62%)}.creya-bot-avatar::after{content:"";position:absolute;inset:0;z-index:3;opacity:.1;background:repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 6px);animation:ai-scan 4.5s linear infinite;pointer-events:none}@keyframes siri-breathe{0%{transform:scale(0.92);border-radius:46% 54% 48% 52%/55% 45% 55% 45%;opacity:.75}50%{transform:scale(1.06);border-radius:58% 42% 60% 40%/42% 58% 40% 60%;opacity:.95}100%{transform:scale(0.92);border-radius:46% 54% 48% 52%/55% 45% 55% 45%;opacity:.75}}@keyframes ai-auraflow{0%{transform:scale(1.05) translate(-2%, -1%)}50%{transform:scale(1.12) translate(2%, 1%)}100%{transform:scale(1.05) translate(-2%, -1%)}}@keyframes ai-spin{to{transform:rotate(360deg)}}@keyframes ai-scan{0%{transform:translateY(-12%)}100%{transform:translateY(12%)}}.creya-bot-avatar .ai-blob,.creya-bot-avatar .ai-aura,.creya-bot-avatar .ai-ring,.creya-bot-avatar::after{opacity:.25;transition:opacity 380ms ease,filter 380ms ease,transform 380ms ease}.creya-bot-avatar .ai-blob{animation-duration:5.2s;transform:scale(0.96);filter:blur(14px)}.creya-bot-avatar .ai-aura{animation-duration:9s;filter:blur(26px)}.creya-bot-avatar .ai-ring{animation-duration:7.5s;opacity:.18}.creya-bot-avatar::after{opacity:.06}.creya-bot-avatar.ai-active .ai-blob,.creya-bot-avatar.ai-active .ai-aura,.creya-bot-avatar.ai-active .ai-ring,.creya-bot-avatar.ai-active::after{opacity:1}.creya-bot-avatar.ai-active .ai-blob{animation-duration:2.8s;transform:scale(1);filter:blur(12px)}.creya-bot-avatar.ai-active .ai-aura{animation-duration:6s;filter:blur(22px)}.creya-bot-avatar.ai-active .ai-ring{animation-duration:3.8s;opacity:.75}.creya-bot-avatar.ai-active::after{opacity:.1}@supports not (backdrop-filter: blur(0)){.creya-participant-video{background:#eef1f4}}.creya-tiled-layout{display:flex;padding:15px;justify-content:space-between;align-items:center;gap:20px;position:relative;height:calc(100vh - 16.2rem)}.creya-tiled-layout .creya-participant-video,.creya-tiled-layout .creya-bot-video{transition:all .5s ease;border-radius:10px;overflow:hidden;position:relative}.creya-tiled-layout .creya-participant-video.creya-main-video,.creya-tiled-layout .creya-bot-video.creya-main-video{background-color:#000;flex:3 1;height:100%;width:100%;display:flex;align-items:center;text-align:center}.creya-tiled-layout .creya-participant-video.creya-main-video .creya-bot-image,.creya-tiled-layout .creya-bot-video.creya-main-video .creya-bot-image{height:300px;width:280px}.creya-tiled-layout .creya-participant-video.creya-small-video,.creya-tiled-layout .creya-bot-video.creya-small-video{display:none !important;height:150px;width:150px;position:absolute;bottom:20px;left:20px;z-index:2;cursor:pointer}.creya-tiled-layout .creya-participant-video.creya-small-video .creya-bot-image,.creya-tiled-layout .creya-bot-video.creya-small-video .creya-bot-image{height:70px;width:60px}.creya-tiled-layout .creya-participant-video .creya-video,.creya-tiled-layout .creya-participant-video .creya-bot-avatar,.creya-tiled-layout .creya-bot-video .creya-video,.creya-tiled-layout .creya-bot-video .creya-bot-avatar{width:100%;-o-object-fit:cover;object-fit:cover}.creya-tiled-layout .creya-participant-video .creya-participant-name,.creya-tiled-layout .creya-participant-video .creya-bot-name,.creya-tiled-layout .creya-bot-video .creya-participant-name,.creya-tiled-layout .creya-bot-video .creya-bot-name{position:absolute;top:16px;left:16px;z-index:2;display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:650;letter-spacing:.2px;color:hsla(0,0%,100%,.92);background:rgba(15,18,28,.45);border:1px solid hsla(0,0%,100%,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,.25)}.creya-tiled-layout .creya-participant-video .creya-answer-timer,.creya-tiled-layout .creya-bot-video .creya-answer-timer{position:absolute;top:20px;right:20px;padding:5px 10px;border-radius:5px;font-size:14px}.creya-tiled-layout .creya-participant-video.bot-typing-border,.creya-tiled-layout .creya-bot-video.bot-typing-border{border:3px solid #fdc80d;animation:pulse-border 1.5s infinite ease-in-out}.creya-tiled-layout .creya-participant-video.socket-pending-border,.creya-tiled-layout .creya-bot-video.socket-pending-border{border:3px solid red;animation:pulse-error-border 1.5s infinite ease-in-out}.creya-tiled-layout .creya-participant-video.socket-connected-border,.creya-tiled-layout .creya-bot-video.socket-connected-border{border:3px solid #fdc80d;animation:pulse-border 1.5s infinite ease-in-out}@keyframes pulse-error-border{0%{box-shadow:0 0 15px red}50%{box-shadow:0 0 15px red}100%{box-shadow:0 0 15px red}}@keyframes pulse-border{0%{box-shadow:0 0 15px #fdc80d}50%{box-shadow:0 0 15px #fdc80d}100%{box-shadow:0 0 15px #fdc80d}}.creya-audio-icon{position:absolute;top:5px;left:5px;font-size:18px;color:#0d6efd;background-color:rgba(0,0,0,.5);padding:2px;border-radius:50%}.creya-blink{animation:blink-animation 1s steps(10, start) infinite;-webkit-animation:blink-animation 1s steps(10, start) infinite}.ant-modal-title{font-size:20px;font-weight:600}@keyframes blink-animation{to{visibility:hidden}}.creya-countdown-overlay{position:fixed;bottom:20px;right:20px;background-color:rgba(0,0,0,.7);color:#fff;padding:10px 20px;border-radius:5px;z-index:1000}.creya-status-message.ant-alert-warning{background:linear-gradient(90deg, #f8d7da 0%, #f44336 100%);border:1px solid #f44336;color:#fff}@keyframes blink-alert{0%{opacity:1}50%{opacity:.3}100%{opacity:1}}.blinking-alert{animation:blink-alert 2s infinite}.avatar-loading-container{display:flex;align-items:center;justify-content:center;flex-direction:row;font-size:1.2rem;text-align:center;height:100%}.avatar-loading-container .loading-dots{display:inline-block;position:relative;font-size:1.2rem}.avatar-loading-container .loading-dots span{display:inline-block;width:8px;height:8px;margin:0 2px;border-radius:50%;background-color:#edc01b;animation:loadingAnimation 1.5s infinite ease-in-out}.avatar-loading-container .loading-dots span:nth-child(1){animation-delay:0s}.avatar-loading-container .loading-dots span:nth-child(2){animation-delay:.2s}.avatar-loading-container .loading-dots span:nth-child(3){animation-delay:.4s}@keyframes loadingAnimation{0%,100%{transform:scale(0.6)}50%{transform:scale(1)}}
.d-flex{display:flex}.bold{font-weight:bold}.m-b20{margin-bottom:20px}.idsk-btn-primary{width:100%;color:#fff;font-size:18px;font-weight:700;height:56px;background:#0d6efd;border-width:2px;border-style:solid;border-color:currentColor;border-color:initial;border-image-source:linear-gradient(rgb(117, 173, 255) 0%, rgb(29, 47, 161) 100%);border-image-slice:1;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-radius:4px;cursor:pointer}.creya-allow-recording-container{margin:auto;justify-content:center;align-items:center;flex-direction:column;width:-moz-fit-content;width:fit-content}.creya-recording-card{width:400px;padding:20px;text-align:center;background-color:#fff;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.creya-allow-title{font-size:24px;font-weight:bold;color:#fc0;font-family:"Space Grotesk",sans-serif;margin-top:0;margin-bottom:8px}.creya-description{font-size:14px;color:#fafafa;margin-bottom:20px;max-width:400px;line-height:22px;margin-top:0;margin-bottom:22px}.creya-webcam-preview{margin-bottom:15px}.creya-webcam-image{width:100%;height:auto;border-radius:8px;max-height:176px;max-width:372px}.creya-webcam-video{width:100%;height:auto;border-radius:8px}.creya-webcam-selector{margin-bottom:15px}.creya-webcam-selector label{display:block;margin-bottom:5px;font-weight:500;text-align:left}.creya-webcam-selector .creya-webcam-select{width:100%}.creya-mic-selector{margin-bottom:15px}.creya-mic-selector label{display:block;margin-bottom:5px;font-weight:500;text-align:left}.audioSettingContainer{margin-bottom:15px}.audioSettingContainer label{display:block;margin-bottom:5px;font-weight:500;text-align:left}.creya-privacy-notice{font-family:sans-serif;font-size:13px;font-weight:450;line-height:20px;color:#262626;margin-bottom:20px;padding-left:20px;padding-right:0px;text-align:left}.creya-privacy-notice a{color:#2094e8;text-decoration:none}.creya-authorize-button{width:100%;font-weight:bold}.creya-preview-container{font-size:16px;line-height:24px;margin-bottom:10px}.creya-webcam-selector .ant-select-selection-search{display:none}.creya-webcam-selector .ant-select{display:flex;justify-content:space-between;font-size:14px;line-height:22px}.creya-status-message.ant-alert-warning{background-color:#fd9c0d;border:1px solid #ffd89f}
.preview-box-wrapper{background-color:#fff;min-height:80vh;padding:20px;border-radius:8px;box-shadow:0px 2px 10px rgba(0,0,0,.1)}.preview-title{font-size:16px;font-weight:bold;color:var(--primary-color)}.preview-subtitle{font-size:16px;font-weight:normal;text-decoration:underline;color:var(--text-color);display:block;margin-top:10px}.preview-description{font-size:14px;color:var(--text-color);margin-top:10px}.title_style{text-decoration:underline}
.creya-select .ant-select-selection-item{font-weight:700}
.preview-container{display:flex;flex-direction:column;align-items:center;border:2px solid #e0e0e0;border-radius:10px;padding:20px 10px 10px}.styled-row{text-align:center;margin-bottom:20px}.styled-typography{color:var(--primary-color);font-weight:500;font-size:16px}.preview-content{display:flex;justify-content:center;align-items:center}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.scheduleJd{width:100%;height:354px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;border-radius:4px !important;border:1px solid #e2e2e2 !important}.scheduleJd .ant-card-actions{display:flex;margin:0;padding:0;list-style:none;background:#fff;border-top:1px solid #bfbfbf !important}.scheduleJd .ant-card-body{padding:10px}.card_cover{height:139px;display:flex;flex-direction:column;justify-content:space-between}.card_cover.published{background-color:rgba(117,173,255,.21)}.card_cover.draft{background-color:#f5f5f5}.questionBasis{font-size:12px;line-height:18px;font-weight:400;color:#0d6efd !important}.seperator{font-size:10px;line-height:18px;font-weight:300}.role{font-size:14px;width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal}.activeBadge{background-color:#9fffb1 !important;border-color:#18c338 !important;color:#00400c !important;border:1px solid #18c338 !important;font-size:12px;font-weight:600}.row-container{height:58px;background:#f0f0f0;box-shadow:-4px -4px 8px 0px hsla(0,0%,100%,.75) inset,2px 4px 9px 0px rgba(25,25,25,.15) inset;border-radius:4px;margin-bottom:10px}.column{text-align:center}.vertical-line{border-left:1px solid #ccc;height:38px}.container_topic{font-size:12px;color:#575757;font-weight:400;line-height:18px;white-space:nowrap}.profile-candidates{font-size:14px;color:#0d6efd !important;line-height:22px;text-align:center;margin-top:4px;font-weight:700}@keyframes slideIn{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.date_time{font-weight:600;font-size:11.5px;line-height:18px;color:#191919;animation:slideIn .8s ease-out forwards;display:inline-block}.start_end{font-size:12px;font-weight:400;color:#575757}.not_started{font-size:12px;font-weight:400;line-height:18px;color:#939393}.badge-scheduled{background-color:#75adff;border:1px solid #0d6efd;color:#1d2fa1}.badge-active{background-color:#9fffb1;border:1px solid #18c338;color:#00400c}.badge-expired{background-color:#ffb1b1;border:1px solid #e32929;color:#810000}.badge-draft{background-color:#e2e2e2;border:1px solid #bfbfbf;color:#575757}.badge-completed{background:linear-gradient(0deg, #00400c, #00400c),linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));border:1px solid;border-image-source:linear-gradient(0deg, #00400c, #00400c),linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));color:#9fffb1}.badge-on-hold{background-color:#ffd89f;border:1px solid #fd9c0d;color:#7b4900}.popover-button-style{display:flex;align-items:flex-start !important;justify-content:flex-start !important;text-align:left;width:100%}.popover-button-style:hover{color:#1890ff}
.loader{height:12px;aspect-ratio:2.5;--_g: no-repeat radial-gradient(farthest-side, rgb(13, 110, 253) 90%, rgb(236, 237, 240));background:var(--_g),var(--_g),var(--_g),var(--_g);background-size:20% 50%;animation:l43 1s infinite linear}@keyframes l43{0%{background-position:0% 50%,33.3333333333% 50%,66.6666666667% 50%,100% 50%}16.67%{background-position:0% 0,33.3333333333% 50%,66.6666666667% 50%,100% 50%}33.33%{background-position:0% 100%,33.3333333333% 0,66.6666666667% 50%,100% 50%}50%{background-position:0% 50%,33.3333333333% 100%,66.6666666667% 0,100% 50%}66.67%{background-position:0% 50%,33.3333333333% 50%,66.6666666667% 100%,100% 0}83.33%{background-position:0% 50%,33.3333333333% 50%,66.6666666667% 50%,100% 100%}100%{background-position:0% 50%,33.3333333333% 50%,66.6666666667% 50%,100% 50%}}
.email-upload-container{display:flex;flex-direction:column;gap:12px;width:100%;border:1px solid #ddd;border-radius:4px;padding:8px}.email-upload-container .email-textarea{width:100%;min-height:60px;padding:8px;border:none;resize:vertical;border:2px solid #fff;box-shadow:-8px -8px 24px 0px hsla(0,0%,100%,.7490196078) inset;box-shadow:2px 8px 10px 0px rgba(13,39,80,.1490196078) inset;font-family:inherit}.email-upload-container .email-textarea:focus{outline:none !important;border:none !important}.email-upload-container .email-textarea:hover{outline:none !important;border:none !important}.email-upload-container .email-tags-container{display:flex;flex-wrap:wrap;gap:8px;min-height:30px}.email-upload-container .email-tag{background-color:#e8f0fe;border:1px solid #c7cbff;border-radius:16px;padding:4px 12px;display:inline-flex;align-items:center;gap:6px}.email-upload-container .email-tag .email-text{color:#1a73e8;font-size:14px}.email-upload-container .email-tag .clear-all{color:#d93025;font-size:14px}.email-upload-container .email-tag .remove-button{background:none;border:none;color:#5f6368;cursor:pointer;font-size:16px;padding:0;display:flex;align-items:center;justify-content:center}.email-upload-container .email-tag .remove-button:hover{color:#d93025}.email-upload-container .email-tag-clear-all{background-color:#fff2f0;border:1px solid #ffccc7;border-radius:20px;padding:6px 12px;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease}.email-upload-container .email-tag-clear-all:hover{background-color:#fff1f0;border-color:#ffa39e}.email-upload-container .email-tag-clear-all .clear-all{color:#cf1322;font-size:14px;font-weight:500}.email-upload-container .email-tag-clear-all .remove-all-button{background:none;border:none;cursor:pointer;padding:2px 8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.email-upload-container .email-tag-clear-all .remove-all-button:hover{color:#a8071a}.email-upload-container .email-tag.disabled{background-color:#f5f5f5;cursor:not-allowed}.email-upload-container .email-tag.disabled .email-text.grey{color:#5f6368;border-color:#5f6368}.clearEmail .ant-btn-primary{color:#fff;background:linear-gradient(#0d6efd, #0d6efd),linear-gradient(180deg, #75adff 0%, #1d2fa1 100%) !important;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px 0 rgba(0,0,0,.045);border:0px solid #fff;border-radius:1px}
.custom-questions-field .custom-table-row{background:#f5f5f5 !important;border-radius:5px;margin-bottom:10px}.custom-questions-field .custom-table-row>td{border:none;padding:10px}.custom-questions-field .custom-questions-field .ant-checkbox-inner{border-color:blue !important}.custom-questions-field .custom-questions-field .ant-checkbox-checked .ant-checkbox-inner{background-color:blue !important;border-color:blue !important}.custom-questions-field .custom-questions-field .ant-checkbox-inner::after{content:"";position:absolute;top:50%;left:50%;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%, -60%) rotate(45deg);opacity:1}
.custom-modal .ant-modal-header,.custom-modal .ant-modal-footer,.custom-modal .ant-modal-body{background-color:#f0f0f0 !important}.custom-modal .ant-modal-header{border-bottom:.5px solid #d9d9d9}.custom-modal .ant-modal-footer{border-top:.5px solid #d9d9d9}.custom-modal .anticon svg{color:#191919}
.icon{font-size:30px;margin-right:10px;transition:transform .5s ease-in-out}.ql-editor::before{white-space:pre-wrap !important;word-wrap:break-word !important;overflow:hidden;display:block}.animated-button:hover .icon{animation:bounce .6s ease-in-out}@keyframes rotate{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}
svg.w-heatmap rect:hover {
  stroke: rgba(0, 0, 0, 0.14);
  stroke: var(--rhm-rect-hover-stroke, rgba(0, 0, 0, 0.14));
  stroke-width: 1px;
}
svg.w-heatmap rect:active {
  fill: #196127;
  fill: var(--rhm-rect-active, #196127);
  stroke-width: 0;
}

.ant-select-custom.ant-select:not(.ant-select-customize-input) .ant-select-selector{position:relative;background-color:#fff;border:1px solid #fff;border-radius:2px;transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1);box-shadow:-8px -8px 24px 0px hsla(0,0%,100%,.75) inset;box-shadow:2px 8px 10px 0px rgba(13,39,80,.15) inset}.creya_dragger.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:#fafafa;border:1px dashed #0d6efd !important;border-radius:2px;cursor:pointer;transition:border-color .3s}.creya_dragger.ant-upload.ant-upload-drag .anticon svg{display:inline-block;color:#0d6efd !important}.creya_alert_font{font-size:16px !important}
.employment-details{overflow:hidden;max-height:0;opacity:0;transition:max-height .5s ease,opacity .5s ease}.employment-details.open{max-height:1000px;opacity:1}.info_padding{padding-right:5px;color:#0d6efd !important}
.job-description{font-size:16px;line-height:1.6}.job-description strong{display:block;font-weight:600;color:#000;font-size:16px;margin:16px 0 4px}.job-description ul{padding-left:20px;margin-bottom:12px}.job-description li{margin-bottom:4px}.job-description br{display:none}
.AiInterviews{width:100%;height:190px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;border-bottom-right-radius:4px !important;border-bottom-left-radius:4px !important;border:1px solid #bfbfbf !important;background-color:#fff !important}.AiInterviews .ant-card-body{padding:15px}.hoverable-container:hover .MiniCard{box-shadow:#fff 1px -5px 0px,rgba(191,191,191,.7) 3px -8px 0px 0px,#fff 5px -12px 0px,rgba(191,191,191,.7) 7px -16px 0px -1px;transition:box-shadow .5s ease}.MiniCard{display:flex;position:relative;border-radius:15px;color:#fff !important;border-radius:4px !important}.MiniCard .ant-card-body{padding:10px}.MiniCard.published{background:linear-gradient(180deg, #0d6efd 0%, #1a1a40 100%) !important}.MiniCard.draft{background:linear-gradient(180deg, #bfbfbf 0%, #575757 100%) !important}.badge-custom{font-size:12px;font-weight:600}.row-container-ai{height:58px;margin-bottom:10px}.row-container-ai-lower{height:35px;margin-bottom:10px}.column-ai{text-align:center}.vertical-line-ai{border-left:1px solid #ccc;height:38px}.container_topic-ai{font-size:12px;color:#575757;font-weight:400;line-height:18px;white-space:nowrap}.profile-candidates-ai-lower{font-size:14px;color:#191919 !important;line-height:22px;text-align:center;margin-top:4px;font-weight:700}.profile-candidates-ai{font-size:14px;color:#0d6efd !important;line-height:22px;text-align:center;margin-top:4px;font-weight:700}.text-ellipsis{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;line-height:1.5em;max-height:3em;width:100%;color:#fff !important}.creya-input-transparent .ant-input-affix-wrapper{padding:0 !important;background:rgba(0,0,0,0) !important}.creya-input-transparent .ant-input{padding:0 !important;background:rgba(0,0,0,0) !important}.creya-input-transparent .ant-input-affix-wrapper>.ant-input:not(textarea){padding:0 !important;background:rgba(0,0,0,0) !important}.blur-background{filter:blur(4px);transition:filter .3s ease;pointer-events:none}
.candidate-listing-table .ant-menu-item-selected{background-color:#fff !important}.candidate-listing-table .ant-table{border-radius:20px}.candidate-listing-table .ant-table-thead>tr>th{background:rgba(191,191,191,.7490196078);height:76px;font-size:16px}.candidate-listing-table .ant-table.ant-table-bordered th,.candidate-listing-table .ant-table.ant-table-bordered td,.candidate-listing-table .ant-table.ant-table-bordered th:hover,.candidate-listing-table .ant-table.ant-table-bordered td:hover{border:1px solid #bfbfbf;border-right:1px solid #bfbfbf !important}.candidate-listing-table .ant-table-column-sorter-inner{color:#939393}.candidate-listing-table .ant-table-column-title{font-weight:700}.candidate-listing-table .ant-table-cell-row-hover{transition:all .1s ease;box-shadow:0 8px 12px -6px rgba(0,0,0,.2);transform:scale(1.02);z-index:1}.candidate-listing-table .ant-checkbox-inner{width:16px;height:16px;border:2px solid #bfbfbf;border-radius:2px;box-shadow:-8px -8px 24px 0px hsla(0,0%,100%,.75) inset}.candidate-listing-table .ant-checkbox-inner::after{content:"";left:22%;width:4.5px;height:8px;border:2px solid #fff;transform:rotate(45deg) scale(1) translate(-50%, -50%)}.candidate-listing-table .ant-checkbox-checked .ant-checkbox-inner{background-color:#0d6efd;border-color:#0d6efd;box-shadow:4px 4px 12px 0px rgba(13,39,80,.3019607843) inset}.candidate-listing-table .ant-checkbox-indeterminate .ant-checkbox-inner{border-color:#0d6efd}.candidate-listing-table .ant-checkbox-indeterminate .ant-checkbox-inner::after{background-color:#0d6efd}.candidate-listing-table .ant-checkbox-wrapper:hover .ant-checkbox-inner,.candidate-listing-table .ant-checkbox:hover .ant-checkbox-inner,.candidate-listing-table .ant-checkbox-input:focus+.ant-checkbox-inner{border-color:#0d6efd}.candidate-listing-table .ant-pagination-item{background-color:#fff;border:1px solid #fff;border-radius:6px;box-shadow:-2px -4px 8px 0px hsla(0,0%,100%,.7490196078) inset,2px 4px 8px 0px rgba(13,39,80,.1490196078) inset}.candidate-listing-table .ant-pagination-item-active,.candidate-listing-table .ant-pagination-item:hover{border:1px solid #0d6efd}.candidate-listing-table .ant-pagination-item-active a,.candidate-listing-table .ant-pagination-item:hover a{color:#0d6efd}.candidate-listing-table .ant-pagination-next>button:nth-child(1),.candidate-listing-table .ant-pagination-prev>button:nth-child(1){border-color:#fff;box-shadow:-2px -4px 8px 0px hsla(0,0%,100%,.75) inset,2px 4px 8px 0px rgba(13,39,80,.15) inset}.candidate-listing-table th.ant-table-cell:nth-child(7){font-weight:700;height:96px !important;font-size:16px !important}.candidate-listing-table td{font-size:15px}.candidate-listing-table .ant-typography{font-size:15px}.candidate-listing-table .ant-table-thead>tr>th{font-size:15px}.candidate_overflow .ant-table-wrapper{clear:both;max-width:100%;overflow-x:hidden !important}.creya-input-transparent .ant-input-affix-wrapper{padding:0 !important;background:rgba(0,0,0,0) !important}.creya-input-transparent .ant-input{padding:0 !important;background:rgba(0,0,0,0) !important}.creya-input-transparent .ant-input-affix-wrapper>.ant-input:not(textarea){padding:0 !important;background:rgba(0,0,0,0) !important}
body{margin:0px;overflow:auto !important;-webkit-print-color-adjust:exact !important;print-color-adjust:exact !important;font-optical-sizing:auto;font-size:100% !important}.AddSectionText{color:#0d3f4b !important}
.ant-select-custom.ant-select:not(.ant-select-customize-input) .ant-select-selector{position:relative;background-color:#fff;border:1px solid #fff;border-radius:2px;transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1);box-shadow:-8px -8px 24px 0px hsla(0,0%,100%,.75) inset;box-shadow:2px 8px 10px 0px rgba(13,39,80,.15) inset}.blueColor{color:#0d6efd !important}.tabHeadings{font-weight:400;font-size:24px;line-height:36px}
.leaderboard-alert{height:66px;display:flex;align-items:center;border-radius:8px !important}.leaderboard-alert .ant-alert-icon{margin-inline-end:8px}.leaderboard-alert .ant-alert-content{width:100%;display:flex;align-items:center;justify-content:space-between}.leaderboard-alert .ant-alert-message{margin:0;line-height:1.2}.leaderboard-name{font-size:18px;font-weight:500;margin-top:10px;font-family:"Space Grotesk",system-ui,-apple-system,"Segoe UI",sans-serif}.leaderboard-score-badge .leaderboard-score-chip{background:#f0f0f0;border:1px solid #939393;color:#000;font-weight:600;border-radius:12px;padding:2px 8px;line-height:1;display:inline-block;font-family:"Space Grotesk",system-ui,-apple-system,"Segoe UI",sans-serif}.leaderboard-score-badge .ant-badge-count{background:rgba(0,0,0,0);box-shadow:none}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/


/* Default standalone editor fonts */
.monaco-editor {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", system-ui, "Ubuntu", "Droid Sans", sans-serif;
	--monaco-monospace-font: "SF Mono", Monaco, Menlo, Consolas, "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
}

.monaco-menu .monaco-action-bar.vertical .action-item .action-menu-item:focus .action-label {
	stroke-width: 1.2px;
}

.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,
.monaco-editor.hc-black .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,
.monaco-editor.hc-light .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label {
	stroke-width: 1.2px;
}

.monaco-hover p {
	margin: 0;
}

/* See https://github.com/microsoft/monaco-editor/issues/2168#issuecomment-780078600 */
.monaco-aria-container {
	position: absolute !important;
	top: 0; /* avoid being placed underneath a sibling element */
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
}

.monaco-editor, .monaco-diff-editor .synthetic-focus,
.monaco-editor, .monaco-diff-editor [tabindex="0"]:focus,
.monaco-editor, .monaco-diff-editor [tabindex="-1"]:focus,
.monaco-editor, .monaco-diff-editor button:focus,
.monaco-editor, .monaco-diff-editor input[type=button]:focus,
.monaco-editor, .monaco-diff-editor input[type=checkbox]:focus,
.monaco-editor, .monaco-diff-editor input[type=search]:focus,
.monaco-editor, .monaco-diff-editor input[type=text]:focus,
.monaco-editor, .monaco-diff-editor select:focus,
.monaco-editor, .monaco-diff-editor textarea:focus {
	outline-width: 1px;
	outline-style: solid;
	outline-offset: -1px;
	outline-color: var(--vscode-focusBorder);
	opacity: 1
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-workbench .workbench-hover {
	position: relative;
	font-size: 13px;
	line-height: 19px;
	/* Must be higher than sash's z-index and terminal canvases */
	z-index: 40;
	overflow: hidden;
	max-width: 700px;
	background: var(--vscode-editorHoverWidget-background);
	border: 1px solid var(--vscode-editorHoverWidget-border);
	border-radius: 3px;
	color: var(--vscode-editorHoverWidget-foreground);
	box-shadow: 0 2px 8px var(--vscode-widget-shadow);
}

.monaco-workbench .workbench-hover hr {
	border-bottom: none;
}

.monaco-workbench .workbench-hover:not(.skip-fade-in) {
	animation: fadein 100ms linear;
}

.monaco-workbench .workbench-hover.compact {
	font-size: 12px;
}

.monaco-workbench .workbench-hover.compact .hover-contents {
	padding: 2px 8px;
}

.monaco-workbench .workbench-hover-container.locked .workbench-hover {
	outline: 1px solid var(--vscode-editorHoverWidget-border);
}
.monaco-workbench .workbench-hover-container.locked .workbench-hover:focus,
.monaco-workbench .workbench-hover-lock:focus {
	outline: 1px solid var(--vscode-focusBorder);
}
.monaco-workbench .workbench-hover-container.locked .workbench-hover-lock:hover {
	background: var(--vscode-toolbar-hoverBackground);
}

.monaco-workbench .workbench-hover-pointer {
	position: absolute;
	/* Must be higher than workbench hover z-index */
	z-index: 41;
	pointer-events: none;
}

.monaco-workbench .workbench-hover-pointer:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: var(--vscode-editorHoverWidget-background);
	border-right: 1px solid var(--vscode-editorHoverWidget-border);
	border-bottom: 1px solid var(--vscode-editorHoverWidget-border);
}
.monaco-workbench .locked .workbench-hover-pointer:after {
	width: 4px;
	height: 4px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

.monaco-workbench .workbench-hover-pointer.left   { left: -3px; }
.monaco-workbench .workbench-hover-pointer.right  { right: 3px; }
.monaco-workbench .workbench-hover-pointer.top    { top: -3px; }
.monaco-workbench .workbench-hover-pointer.bottom { bottom: 3px; }

.monaco-workbench .workbench-hover-pointer.left:after {
	transform: rotate(135deg);
}

.monaco-workbench .workbench-hover-pointer.right:after {
	transform: rotate(315deg);
}

.monaco-workbench .workbench-hover-pointer.top:after {
	transform: rotate(225deg);
}

.monaco-workbench .workbench-hover-pointer.bottom:after {
	transform: rotate(45deg);
}

.monaco-workbench .workbench-hover a {
	color: var(--vscode-textLink-foreground);
}

.monaco-workbench .workbench-hover a:focus {
	outline: 1px solid;
	outline-offset: -1px;
	text-decoration: underline;
	outline-color: var(--vscode-focusBorder);
}

.monaco-workbench .workbench-hover a:hover,
.monaco-workbench .workbench-hover a:active {
	color: var(--vscode-textLink-activeForeground);
}

.monaco-workbench .workbench-hover code {
	background: var(--vscode-textCodeBlock-background);
}

.monaco-workbench .workbench-hover .hover-row .actions {
	background: var(--vscode-editorHoverWidget-statusBarBackground);
}

.monaco-workbench .workbench-hover.right-aligned {
	/* The context view service wraps strangely when it's right up against the edge without this */
	left: 1px;
}

.monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions {
	flex-direction: row-reverse;
}

.monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions .action-container {
	margin-right: 0;
	margin-left: 16px;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* Arrows */
.monaco-scrollable-element > .scrollbar > .scra {
	cursor: pointer;
	font-size: 11px !important;
}

.monaco-scrollable-element > .visible {
	opacity: 1;

	/* Background rule added for IE9 - to allow clicks on dom node */
	background:rgba(0,0,0,0);

	transition: opacity 100ms linear;
	/* In front of peek view */
	z-index: 11;
}
.monaco-scrollable-element > .invisible {
	opacity: 0;
	pointer-events: none;
}
.monaco-scrollable-element > .invisible.fade {
	transition: opacity 800ms linear;
}

/* Scrollable Content Inset Shadow */
.monaco-scrollable-element > .shadow {
	position: absolute;
	display: none;
}
.monaco-scrollable-element > .shadow.top {
	display: block;
	top: 0;
	left: 3px;
	height: 3px;
	width: 100%;
	box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset;
}
.monaco-scrollable-element > .shadow.left {
	display: block;
	top: 3px;
	left: 0;
	height: 100%;
	width: 3px;
	box-shadow: var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset;
}
.monaco-scrollable-element > .shadow.top-left-corner {
	display: block;
	top: 0;
	left: 0;
	height: 3px;
	width: 3px;
}
.monaco-scrollable-element > .shadow.top.left {
	box-shadow: var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset;
}

.monaco-scrollable-element > .scrollbar > .slider {
	background: var(--vscode-scrollbarSlider-background);
}

.monaco-scrollable-element > .scrollbar > .slider:hover {
	background: var(--vscode-scrollbarSlider-hoverBackground);
}

.monaco-scrollable-element > .scrollbar > .slider.active {
	background: var(--vscode-scrollbarSlider-activeBackground);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-hover {
	cursor: default;
	position: absolute;
	overflow: hidden;
	-moz-user-select: text;
	     user-select: text;
	-webkit-user-select: text;
	box-sizing: border-box;
	animation: fadein 100ms linear;
	line-height: 1.5em;
	white-space: normal;
	white-space: var(--vscode-hover-whiteSpace, normal);
}

.monaco-hover.hidden {
	display: none;
}

.monaco-hover a:hover:not(.disabled) {
	cursor: pointer;
}

.monaco-hover .hover-contents:not(.html-hover-contents) {
	padding: 4px 8px;
}

.monaco-hover .markdown-hover > .hover-contents:not(.code-hover-contents) {
	max-width: 500px;
	max-width: var(--vscode-hover-maxWidth, 500px);
	word-wrap: break-word;
}

.monaco-hover .markdown-hover > .hover-contents:not(.code-hover-contents) hr {
	min-width: 100%;
}

.monaco-hover p,
.monaco-hover .code,
.monaco-hover ul,
.monaco-hover h1,
.monaco-hover h2,
.monaco-hover h3,
.monaco-hover h4,
.monaco-hover h5,
.monaco-hover h6 {
	margin: 8px 0;
}

.monaco-hover h1,
.monaco-hover h2,
.monaco-hover h3,
.monaco-hover h4,
.monaco-hover h5,
.monaco-hover h6 {
	line-height: 1.1;
}

.monaco-hover code {
	font-family: var(--monaco-monospace-font);
}

.monaco-hover hr {
	box-sizing: border-box;
	border-left: 0px;
	border-right: 0px;
	margin-top: 4px;
	margin-bottom: -4px;
	margin-left: -8px;
	margin-right: -8px;
	height: 1px;
}

.monaco-hover p:first-child,
.monaco-hover .code:first-child,
.monaco-hover ul:first-child {
	margin-top: 0;
}

.monaco-hover p:last-child,
.monaco-hover .code:last-child,
.monaco-hover ul:last-child {
	margin-bottom: 0;
}

/* MarkupContent Layout */
.monaco-hover ul {
	padding-left: 20px;
}
.monaco-hover ol {
	padding-left: 20px;
}

.monaco-hover li > p {
	margin-bottom: 0;
}

.monaco-hover li > ul {
	margin-top: 0;
}

.monaco-hover code {
	border-radius: 3px;
	padding: 0 0.4em;
}

.monaco-hover .monaco-tokenized-source {
	white-space: pre-wrap;
	white-space: var(--vscode-hover-sourceWhiteSpace, pre-wrap);
}

.monaco-hover .hover-row.status-bar {
	font-size: 12px;
	line-height: 22px;
}

.monaco-hover .hover-row.status-bar .info {
	font-style: italic;
	padding: 0px 8px;
}

.monaco-hover .hover-row.status-bar .actions {
	display: flex;
	padding: 0px 8px;
	width: 100%;
}

.monaco-hover .hover-row.status-bar .actions .action-container {
	margin-right: 16px;
	cursor: pointer;
}

.monaco-hover .hover-row.status-bar .actions .action-container .action .icon {
	padding-right: 4px;
}

.monaco-hover .hover-row.status-bar .actions .action-container a {
	color: var(--vscode-textLink-foreground);
	-webkit-text-decoration: var(--text-link-decoration);
	        text-decoration: var(--text-link-decoration);
}

.monaco-hover .markdown-hover .hover-contents .codicon {
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
}

.monaco-hover .hover-contents a.code-link:hover,
.monaco-hover .hover-contents a.code-link {
	color: inherit;
}

.monaco-hover .hover-contents a.code-link:before {
	content: '(';
}

.monaco-hover .hover-contents a.code-link:after {
	content: ')';
}

.monaco-hover .hover-contents a.code-link > span {
	text-decoration: underline;
	/** Hack to force underline to show **/
	border-bottom: 1px solid transparent;
	text-underline-position: under;
	color: var(--vscode-textLink-foreground);
}

.monaco-hover .hover-contents a.code-link > span:hover {
	color: var(--vscode-textLink-activeForeground);
}

/** Spans in markdown hovers need a margin-bottom to avoid looking cramped: https://github.com/microsoft/vscode/issues/101496 **/
.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span {
	margin-bottom: 4px;
	display: inline-block;
}

.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span.codicon {
	margin-bottom: 2px;
}

.monaco-hover-content .action-container a {
	-webkit-user-select: none;
	-moz-user-select: none;
	     user-select: none;
}

.monaco-hover-content .action-container.disabled {
	pointer-events: none;
	opacity: 0.4;
	cursor: default;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .rendered-markdown kbd {
	background-color: var(--vscode-keybindingLabel-background);
	color: var(--vscode-keybindingLabel-foreground);
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	border-color: var(--vscode-keybindingLabel-border);
	border-bottom-color: var(--vscode-keybindingLabel-bottomBorder);
	box-shadow: inset 0 -1px 0 var(--vscode-widget-shadow);
	vertical-align: middle;
	padding: 1px 3px;
}

.rendered-markdown li:has(input[type=checkbox]) {
	list-style-type: none;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-aria-container {
	position: absolute; /* try to hide from window but not from screen readers */
	left:-999em;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.context-view {
	position: absolute;
}

.context-view.fixed {
	animation: none 0s ease 0s 1 normal none running;
	backface-visibility: visible;
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	border: medium none currentColor;
	border-collapse: separate;
	-o-border-image: none;
	   border-image: none;
	border-radius: 0;
	border-spacing: 0;
	bottom: auto;
	box-shadow: none;
	box-sizing: content-box;
	caption-side: top;
	clear: none;
	clip: auto;
	color: #000;
	-moz-columns: auto;
	     columns: auto;
	-moz-column-count: auto;
	     column-count: auto;
	-moz-column-fill: balance;
	     column-fill: balance;
	-moz-column-gap: normal;
	     column-gap: normal;
	-moz-column-rule: medium none currentColor;
	     column-rule: medium none currentColor;
	-moz-column-span: 1;
	     column-span: 1;
	-moz-column-width: auto;
	     column-width: auto;
	content: normal;
	counter-increment: none;
	counter-reset: none;
	cursor: auto;
	direction: ltr;
	display: inline;
	empty-cells: show;
	float: none;
	font-family: serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	line-height: normal;
	height: auto;
	hyphens: none;
	left: auto;
	letter-spacing: normal;
	list-style: disc outside none;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	opacity: 1;
	orphans: 2;
	outline: medium none invert;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
	padding: 0;
	page-break-after: auto;
	page-break-before: auto;
	page-break-inside: auto;
	perspective: none;
	perspective-origin: 50% 50%;
	position: static;
	right: auto;
	-moz-tab-size: 8;
	  -o-tab-size: 8;
	     tab-size: 8;
	table-layout: auto;
	text-align: left;
	-moz-text-align-last: auto;
	     text-align-last: auto;
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	top: auto;
	transform: none;
	transform-origin: 50% 50% 0;
	transform-style: flat;
	transition: none 0s ease 0s;
	unicode-bidi: normal;
	vertical-align: baseline;
	visibility: visible;
	white-space: normal;
	widows: 2;
	width: auto;
	word-spacing: normal;
	z-index: auto;
	all: initial;
	font-family: inherit;
	font-size: 13px;
	position: fixed;
	color: inherit;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-list {
	position: relative;
	height: 100%;
	width: 100%;
	white-space: nowrap;
}

.monaco-list.mouse-support {
	-moz-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}

.monaco-list > .monaco-scrollable-element {
	height: 100%;
}

.monaco-list-rows {
	position: relative;
	width: 100%;
	height: 100%;
}

.monaco-list.horizontal-scrolling .monaco-list-rows {
	width: auto;
	min-width: 100%;
}

.monaco-list-row {
	position: absolute;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}

.monaco-list.mouse-support .monaco-list-row {
	cursor: pointer;
	touch-action: none;
}

/* Make sure the scrollbar renders above overlays (sticky scroll) */
.monaco-list .monaco-scrollable-element > .scrollbar.vertical,
.monaco-pane-view > .monaco-split-view2.vertical > .monaco-scrollable-element > .scrollbar.vertical {
	z-index: 14;
}

/* for OS X ballistic scrolling */
.monaco-list-row.scrolling {
	display: none !important;
}

/* Focus */
.monaco-list.element-focused,
.monaco-list.selection-single,
.monaco-list.selection-multiple {
	outline: 0 !important;
}

/* Dnd */
.monaco-drag-image {
	display: inline-block;
	padding: 1px 7px;
	border-radius: 10px;
	font-size: 12px;
	position: absolute;
	z-index: 1000;
}

/* Filter */

.monaco-list-type-filter-message {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 40px 1em 1em 1em;
	text-align: center;
	white-space: normal;
	opacity: 0.7;
	pointer-events: none;
}

.monaco-list-type-filter-message:empty {
	display: none;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* Use custom CSS vars to expose padding into parent select for padding calculation */
.monaco-select-box-dropdown-padding {
	--dropdown-padding-top: 1px;
	--dropdown-padding-bottom: 1px;
}

.hc-black .monaco-select-box-dropdown-padding,
.hc-light .monaco-select-box-dropdown-padding {
	--dropdown-padding-top: 3px;
	--dropdown-padding-bottom: 4px;
}

.monaco-select-box-dropdown-container {
	display: none;
	box-sizing:	border-box;
}

.monaco-select-box-dropdown-container > .select-box-details-pane > .select-box-description-markdown * {
	margin: 0;
}

.monaco-select-box-dropdown-container > .select-box-details-pane > .select-box-description-markdown a:focus {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: -1px;
}

.monaco-select-box-dropdown-container > .select-box-details-pane > .select-box-description-markdown code {
	line-height: 15px; /** For some reason, this is needed, otherwise <code> will take up 20px height */
	font-family: var(--monaco-monospace-font);
}


.monaco-select-box-dropdown-container.visible {
	display: flex;
	flex-direction: column;
	text-align: left;
	width: 1px;
	overflow: hidden;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.monaco-select-box-dropdown-container > .select-box-dropdown-list-container {
	flex: 0 0 auto;
	align-self: flex-start;
	padding-top: var(--dropdown-padding-top);
	padding-bottom: var(--dropdown-padding-bottom);
	padding-left: 1px;
	padding-right: 1px;
	width: 100%;
	overflow: hidden;
	box-sizing:	border-box;
}

.monaco-select-box-dropdown-container > .select-box-details-pane {
	padding: 5px;
}

.hc-black .monaco-select-box-dropdown-container > .select-box-dropdown-list-container {
	padding-top: var(--dropdown-padding-top);
	padding-bottom: var(--dropdown-padding-bottom);
}

.monaco-select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row {
	cursor: pointer;
}

.monaco-select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row > .option-text {
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 3.5px;
	white-space: nowrap;
	float: left;
}

.monaco-select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row > .option-detail {
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 3.5px;
	white-space: nowrap;
	float: left;
	opacity: 0.7;
}

.monaco-select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row > .option-decorator-right {
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
	white-space: nowrap;
	float: right;
}


/* Accepted CSS hiding technique for accessibility reader text  */
/* https://webaim.org/techniques/css/invisiblecontent/ */

.monaco-select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row > .visually-hidden {
		position: absolute;
		left: -10000px;
		top: auto;
		width: 1px;
		height: 1px;
		overflow: hidden;
}

.monaco-select-box-dropdown-container > .select-box-dropdown-container-width-control {
	flex: 1 1 auto;
	align-self: flex-start;
	opacity: 0;
}

.monaco-select-box-dropdown-container > .select-box-dropdown-container-width-control > .width-control-div {
	overflow: hidden;
	max-height: 0px;
}

.monaco-select-box-dropdown-container > .select-box-dropdown-container-width-control > .width-control-div > .option-text-width-control {
	padding-left: 4px;
	padding-right: 8px;
	white-space: nowrap;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-select-box {
	width: 100%;
	cursor: pointer;
	border-radius: 2px;
}

.monaco-select-box-dropdown-container {
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}

/** Actions */

.monaco-action-bar .action-item.select-container {
	cursor: default;
}

.monaco-action-bar .action-item .monaco-select-box {
	cursor: pointer;
	min-width: 100px;
	min-height: 18px;
	padding: 2px 23px 2px 8px;
}

.mac .monaco-action-bar .action-item .monaco-select-box {
	font-size: 11px;
	border-radius: 5px;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-action-bar {
	white-space: nowrap;
	height: 100%;
}

.monaco-action-bar .actions-container {
	display: flex;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
	align-items: center;
}

.monaco-action-bar.vertical .actions-container {
	display: inline-block;
}

.monaco-action-bar .action-item {
	display: block;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;  /* DO NOT REMOVE - this is the key to preventing the ghosting icon bug in Chrome 42 */
}

.monaco-action-bar .action-item.disabled {
	cursor: default;
}

.monaco-action-bar .action-item .icon,
.monaco-action-bar .action-item .codicon {
	display: block;
}

.monaco-action-bar .action-item .codicon {
	display: flex;
	align-items: center;
	width: 16px;
	height: 16px;
}

.monaco-action-bar .action-label {
	display: flex;
	font-size: 11px;
	padding: 3px;
	border-radius: 5px;
}

.monaco-action-bar .action-item.disabled .action-label,
.monaco-action-bar .action-item.disabled .action-label::before,
.monaco-action-bar .action-item.disabled .action-label:hover {
	color: var(--vscode-disabledForeground);
}

/* Vertical actions */

.monaco-action-bar.vertical {
	text-align: left;
}

.monaco-action-bar.vertical .action-item {
	display: block;
}

.monaco-action-bar.vertical .action-label.separator {
	display: block;
	border-bottom: 1px solid #bbb;
	padding-top: 1px;
	margin-left: .8em;
	margin-right: .8em;
}

.monaco-action-bar .action-item .action-label.separator {
	width: 1px;
	height: 16px;
	margin: 5px 4px !important;
	cursor: default;
	min-width: 1px;
	padding: 0;
	background-color: #bbb;
}

.secondary-actions .monaco-action-bar .action-label {
	margin-left: 6px;
}

/* Action Items */
.monaco-action-bar .action-item.select-container {
	overflow: hidden; /* somehow the dropdown overflows its container, we prevent it here to not push */
	flex: 1 1;
	max-width: 170px;
	min-width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.monaco-action-bar .action-item.action-dropdown-item {
	display: flex;
}

.monaco-action-bar .action-item.action-dropdown-item > .action-dropdown-item-separator {
	display: flex;
	align-items: center;
	cursor: default;
}

.monaco-action-bar .action-item.action-dropdown-item > .action-dropdown-item-separator > div {
	width: 1px;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-dropdown {
	height: 100%;
	padding: 0;
}

.monaco-dropdown > .dropdown-label {
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.monaco-dropdown > .dropdown-label > .action-label.disabled {
	cursor: default;
}

.monaco-dropdown-with-primary {
	display: flex !important;
	flex-direction: row;
	border-radius: 5px;
}

.monaco-dropdown-with-primary > .action-container > .action-label {
	margin-right: 0;
}

.monaco-dropdown-with-primary > .dropdown-action-container > .monaco-dropdown > .dropdown-label .codicon[class*='codicon-'] {
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 16px;
	margin-left: -3px;
}

.monaco-dropdown-with-primary > .dropdown-action-container > .monaco-dropdown > .dropdown-label > .action-label {
	display: block;
	background-size: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-action-bar .action-item.menu-entry .action-label.icon {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 16px;
}

.monaco-action-bar .action-item.menu-entry.text-only .action-label {
	color: var(--vscode-descriptionForeground);
	overflow: hidden;
	border-radius: 2px;
}

.monaco-action-bar .action-item.menu-entry.text-only.use-comma:not(:last-of-type) .action-label::after {
	content: ', ';
}

.monaco-action-bar .action-item.menu-entry.text-only + .action-item:not(.text-only) > .monaco-dropdown .action-label {
	color: var(--vscode-descriptionForeground);
}

.monaco-dropdown-with-default {
	display: flex !important;
	flex-direction: row;
	border-radius: 5px;
}

.monaco-dropdown-with-default > .action-container > .action-label {
	margin-right: 0;
}

.monaco-dropdown-with-default > .action-container.menu-entry > .action-label.icon {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 16px;
}

.monaco-dropdown-with-default:hover {
	background-color: var(--vscode-toolbar-hoverBackground);
}

.monaco-dropdown-with-default > .dropdown-action-container > .monaco-dropdown > .dropdown-label .codicon[class*='codicon-'] {
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 16px;
	margin-left: -3px;
}

.monaco-dropdown-with-default > .dropdown-action-container > .monaco-dropdown > .dropdown-label > .action-label {
	display: block;
	background-size: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.quick-input-widget {
	font-size: 13px;
}

.quick-input-widget .monaco-highlighted-label .highlight,
.quick-input-widget .monaco-highlighted-label .highlight {
	color: #0066BF;
}

.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight,
.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight {
	color: #9DDDFF;
}

.vs-dark .quick-input-widget .monaco-highlighted-label .highlight,
.vs-dark .quick-input-widget .monaco-highlighted-label .highlight {
	color: #0097fb;
}

.hc-black .quick-input-widget .monaco-highlighted-label .highlight,
.hc-black .quick-input-widget .monaco-highlighted-label .highlight {
	color: #F38518;
}

.hc-light .quick-input-widget .monaco-highlighted-label .highlight,
.hc-light .quick-input-widget .monaco-highlighted-label .highlight {
	color: #0F4A85;
}

.monaco-keybinding > .monaco-keybinding-key {
	background-color: rgba(221, 221, 221, 0.4);
	border: solid 1px rgba(204, 204, 204, 0.4);
	border-bottom-color: rgba(187, 187, 187, 0.4);
	box-shadow: inset 0 -1px 0 rgba(187, 187, 187, 0.4);
	color: #555;
}

.hc-black .monaco-keybinding > .monaco-keybinding-key {
	background-color: transparent;
	border: solid 1px rgb(111, 195, 223);
	box-shadow: none;
	color: #fff;
}

.hc-light .monaco-keybinding > .monaco-keybinding-key {
	background-color: transparent;
	border: solid 1px #0F4A85;
	box-shadow: none;
	color: #292929;
}

.vs-dark .monaco-keybinding > .monaco-keybinding-key {
	background-color: rgba(128, 128, 128, 0.17);
	border: solid 1px rgba(51, 51, 51, 0.6);
	border-bottom-color: rgba(68, 68, 68, 0.6);
	box-shadow: inset 0 -1px 0 rgba(68, 68, 68, 0.6);
	color: #ccc;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-custom-toggle {
	margin-left: 2px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid transparent;
	padding: 1px;
	box-sizing:	border-box;
	-moz-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}

.monaco-custom-toggle:hover {
	background-color: var(--vscode-inputOption-hoverBackground);
}

.hc-black .monaco-custom-toggle:hover,
.hc-light .monaco-custom-toggle:hover {
	border: 1px dashed var(--vscode-focusBorder);
}

.hc-black .monaco-custom-toggle,
.hc-light .monaco-custom-toggle {
	background: none;
}

.hc-black .monaco-custom-toggle:hover,
.hc-light .monaco-custom-toggle:hover {
	background: none;
}

.monaco-custom-toggle.monaco-checkbox {
	height: 18px;
	width: 18px;
	border: 1px solid transparent;
	border-radius: 3px;
	margin-right: 9px;
	margin-left: 0px;
	padding: 0px;
	opacity: 1;
	background-size: 16px !important;
}

.monaco-action-bar .checkbox-action-item {
	display: flex;
	align-items: center;
	border-radius: 2px;
	padding-right: 2px;
}

.monaco-action-bar .checkbox-action-item:hover {
	background-color: var(--vscode-toolbar-hoverBackground);
}

.monaco-action-bar .checkbox-action-item > .monaco-custom-toggle.monaco-checkbox {
	margin-right: 4px;
}

.monaco-action-bar .checkbox-action-item > .checkbox-label {
	font-size: 12px;
}

/* hide check when unchecked */
.monaco-custom-toggle.monaco-checkbox:not(.checked)::before {
	visibility: hidden;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.quick-input-widget {
	position: absolute;
	width: 600px;
	z-index: 2550;
	left: 50%;
	margin-left: -300px;
	-webkit-app-region: no-drag;
	border-radius: 6px;
}

.quick-input-titlebar {
	display: flex;
	align-items: center;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.quick-input-left-action-bar {
	display: flex;
	margin-left: 4px;
	flex: 1 1;
}

.quick-input-inline-action-bar {
	margin: 2px 0 0 5px;
}

.quick-input-title {
	padding: 3px 0px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
}

.quick-input-right-action-bar {
	display: flex;
	margin-right: 4px;
	flex: 1 1;
}

.quick-input-right-action-bar > .actions-container {
	justify-content: flex-end;
}

.quick-input-titlebar .monaco-action-bar .action-label.codicon {
	background-position: center;
	background-repeat: no-repeat;
	padding: 2px;
}

.quick-input-description {
	margin: 6px 6px 6px 11px;
}

.quick-input-header .quick-input-description {
	margin: 4px 2px;
	flex: 1 1;
}

.quick-input-header {
	display: flex;
	padding: 8px 6px 2px 6px;
}

.quick-input-widget.hidden-input .quick-input-header {
	/* reduce margins and paddings when input box hidden */
	padding: 0;
	margin-bottom: 0;
}

.quick-input-and-message {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	min-width: 0;
	position: relative;
}

.quick-input-check-all {
	align-self: center;
	margin: 0;
}

.quick-input-filter {
	flex-grow: 1;
	display: flex;
	position: relative;
}

.quick-input-box {
	flex-grow: 1;
}

.quick-input-widget.show-checkboxes .quick-input-box,
.quick-input-widget.show-checkboxes .quick-input-message {
	margin-left: 5px;
}

.quick-input-visible-count {
	position: absolute;
	left: -10000px;
}

.quick-input-count {
	align-self: center;
	position: absolute;
	right: 4px;
	display: flex;
	align-items: center;
}

.quick-input-count .monaco-count-badge {
	vertical-align: middle;
	padding: 2px 4px;
	border-radius: 2px;
	min-height: auto;
	line-height: normal;
}

.quick-input-action {
	margin-left: 6px;
}

.quick-input-action .monaco-text-button {
	font-size: 11px;
	padding: 0 6px;
	display: flex;
	height: 25px;
	align-items: center;
}

.quick-input-message {
	margin-top: -1px;
	padding: 5px;
	overflow-wrap: break-word;
}

.quick-input-message > .codicon {
	margin: 0 0.2em;
	vertical-align: text-bottom;
}

/* Links in descriptions & validations */
.quick-input-message a {
	color: inherit;
}

.quick-input-progress.monaco-progress-container {
	position: relative;
}

.quick-input-list {
	line-height: 22px;
}

.quick-input-widget.hidden-input .quick-input-list {
	margin-top: 4px; /* reduce margins when input box hidden */
	padding-bottom: 4px;
}

.quick-input-list .monaco-list {
	overflow: hidden;
	max-height: calc(20 * 22px);
	padding-bottom: 5px;
}

.quick-input-list .monaco-scrollable-element {
	padding: 0px 5px;
}

.quick-input-list .quick-input-list-entry {
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	padding: 0 6px;
}

.quick-input-list .quick-input-list-entry.quick-input-list-separator-border {
	border-top-width: 1px;
	border-top-style: solid;
}

.quick-input-list .monaco-list-row {
	border-radius: 3px;
}

.quick-input-list .monaco-list-row[data-index="0"] .quick-input-list-entry.quick-input-list-separator-border {
	border-top-style: none;
}

.quick-input-list .quick-input-list-label {
	overflow: hidden;
	display: flex;
	height: 100%;
	flex: 1 1;
}

.quick-input-list .quick-input-list-checkbox {
	align-self: center;
	margin: 0;
}

.quick-input-list .quick-input-list-icon {
	background-size: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-right: 6px;
	width: 16px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quick-input-list .quick-input-list-rows {
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex: 1 1;
	margin-left: 5px;
}

.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows {
	margin-left: 10px;
}

.quick-input-widget .quick-input-list .quick-input-list-checkbox {
	display: none;
}
.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox {
	display: inline;
}

.quick-input-list .quick-input-list-rows > .quick-input-list-row {
	display: flex;
	align-items: center;
}

.quick-input-list .quick-input-list-rows > .quick-input-list-row .monaco-icon-label,
.quick-input-list .quick-input-list-rows > .quick-input-list-row .monaco-icon-label .monaco-icon-label-container > .monaco-icon-name-container {
	flex: 1 1; /* make sure the icon label grows within the row */
}

.quick-input-list .quick-input-list-rows > .quick-input-list-row .codicon[class*='codicon-'] {
	vertical-align: text-bottom;
}

.quick-input-list .quick-input-list-rows .monaco-highlighted-label > span {
	opacity: 1;
}

.quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding {
	margin-right: 8px; /* separate from the separator label or scrollbar if any */
}

.quick-input-list .quick-input-list-label-meta {
	opacity: 0.7;
	line-height: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* preserve list-like styling instead of tree-like styling */
.quick-input-list .monaco-list .monaco-list-row .monaco-highlighted-label .highlight {
	font-weight: bold;
	background-color: transparent;
	background-color: initial;
	color: var(--vscode-list-highlightForeground) !important;
}

/* preserve list-like styling instead of tree-like styling */
.quick-input-list .monaco-list .monaco-list-row.focused .monaco-highlighted-label .highlight {
	color: var(--vscode-list-focusHighlightForeground) !important;
}

.quick-input-list .quick-input-list-entry .quick-input-list-separator {
	margin-right: 4px; /* separate from keybindings or actions */
}

.quick-input-list .quick-input-list-entry-action-bar {
	display: flex;
	flex: 0 1;
	overflow: visible;
}

.quick-input-list .quick-input-list-entry-action-bar .action-label {
	/*
	 * By default, actions in the quick input action bar are hidden
	 * until hovered over them or selected.
	 */
	display: none;
}

.quick-input-list .quick-input-list-entry-action-bar .action-label.codicon {
	margin-right: 4px;
	padding: 2px;
}

.quick-input-list .quick-input-list-entry-action-bar {
	margin-top: 1px;
}

.quick-input-list .quick-input-list-entry-action-bar {
	margin-right: 4px; /* separate from scrollbar */
}

.quick-input-list .quick-input-list-entry .quick-input-list-entry-action-bar .action-label.always-visible,
.quick-input-list .quick-input-list-entry:hover .quick-input-list-entry-action-bar .action-label,
.quick-input-list .quick-input-list-entry.focus-inside .quick-input-list-entry-action-bar .action-label,
.quick-input-list .monaco-list-row.focused .quick-input-list-entry-action-bar .action-label,
.quick-input-list .monaco-list-row.passive-focused .quick-input-list-entry-action-bar .action-label {
	display: flex;
}

/* focused items in quick pick */
.quick-input-list .monaco-list-row.focused .monaco-keybinding-key,
.quick-input-list .monaco-list-row.focused .quick-input-list-entry .quick-input-list-separator {
	color: inherit
}
.quick-input-list .monaco-list-row.focused .monaco-keybinding-key {
	background: none;
}

.quick-input-list .quick-input-list-separator-as-item {
	padding: 4px 6px;
	font-size: 12px;
}

/* Quick input separators as full-row item */
.quick-input-list .quick-input-list-separator-as-item .label-name {
	font-weight: 600;
}

.quick-input-list .quick-input-list-separator-as-item .label-description {
	/* Override default description opacity so we don't have a contrast ratio issue. */
	opacity: 1 !important;
}

/* Hide border when the item becomes the sticky one */
.quick-input-list .monaco-tree-sticky-row .quick-input-list-entry.quick-input-list-separator-as-item.quick-input-list-separator-border {
	border-top-style: none;
}

/* Give sticky row the same padding as the scrollable list */
.quick-input-list .monaco-tree-sticky-row {
	padding: 0 5px;
}

/* Hide the twistie containers so that there isn't blank indent */
.quick-input-list .monaco-tl-twistie {
	display: none !important;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-text-button {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	padding: 4px;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	border: 1px solid transparent;
	border: 1px solid var(--vscode-button-border, transparent);
	line-height: 18px;
}

.monaco-text-button:focus {
	outline-offset: 2px !important;
}

.monaco-text-button:hover {
	text-decoration: none !important;
}

.monaco-button.disabled:focus,
.monaco-button.disabled {
	opacity: 0.4 !important;
	cursor: default;
}

.monaco-text-button .codicon {
	margin: 0 0.2em;
	color: inherit !important;
}

.monaco-text-button.monaco-text-button-with-short-label {
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 4px;
	overflow: hidden;
	height: 28px;
}

.monaco-text-button.monaco-text-button-with-short-label > .monaco-button-label {
	flex-basis: 100%;
}

.monaco-text-button.monaco-text-button-with-short-label > .monaco-button-label-short {
	flex-grow: 1;
	width: 0;
	overflow: hidden;
}

.monaco-text-button.monaco-text-button-with-short-label > .monaco-button-label,
.monaco-text-button.monaco-text-button-with-short-label > .monaco-button-label-short {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	font-style: inherit;
	padding: 4px 0;
}

.monaco-button-dropdown {
	display: flex;
	cursor: pointer;
}

.monaco-button-dropdown.disabled {
	cursor: default;
}

.monaco-button-dropdown > .monaco-button:focus {
	outline-offset: -1px !important;
}

.monaco-button-dropdown.disabled > .monaco-button.disabled,
.monaco-button-dropdown.disabled > .monaco-button.disabled:focus,
.monaco-button-dropdown.disabled > .monaco-button-dropdown-separator {
	opacity: 0.4 !important;
}

.monaco-button-dropdown > .monaco-button.monaco-text-button {
	border-right-width: 0 !important;
}

.monaco-button-dropdown .monaco-button-dropdown-separator {
	padding: 4px 0;
	cursor: default;
}

.monaco-button-dropdown .monaco-button-dropdown-separator > div {
	height: 100%;
	width: 1px;
}

.monaco-button-dropdown > .monaco-button.monaco-dropdown-button {
	border: 1px solid transparent;
	border: 1px solid var(--vscode-button-border, transparent);
	border-left-width: 0 !important;
	border-radius: 0 2px 2px 0;
	display: flex;
	align-items: center;
}

.monaco-button-dropdown > .monaco-button.monaco-text-button {
	border-radius: 2px 0 0 2px;
}

.monaco-description-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 4px 5px; /* allows button focus outline to be visible */
}

.monaco-description-button .monaco-button-description {
	font-style: italic;
	font-size: 11px;
	padding: 4px 20px;
}

.monaco-description-button .monaco-button-label,
.monaco-description-button .monaco-button-description {
	display: flex;
	justify-content: center;
	align-items: center;
}

.monaco-description-button .monaco-button-label > .codicon,
.monaco-description-button .monaco-button-description > .codicon {
	margin: 0 0.2em;
	color: inherit !important;
}

/* default color styles - based on CSS variables */

.monaco-button.default-colors,
.monaco-button-dropdown.default-colors > .monaco-button{
	color: var(--vscode-button-foreground);
	background-color: var(--vscode-button-background);
}

.monaco-button.default-colors:hover,
.monaco-button-dropdown.default-colors > .monaco-button:hover {
	background-color: var(--vscode-button-hoverBackground);
}

.monaco-button.default-colors.secondary,
.monaco-button-dropdown.default-colors > .monaco-button.secondary {
	color: var(--vscode-button-secondaryForeground);
	background-color: var(--vscode-button-secondaryBackground);
}

.monaco-button.default-colors.secondary:hover,
.monaco-button-dropdown.default-colors > .monaco-button.secondary:hover {
	background-color: var(--vscode-button-secondaryHoverBackground);
}

.monaco-button-dropdown.default-colors .monaco-button-dropdown-separator {
	background-color: var(--vscode-button-background);
	border-top: 1px solid var(--vscode-button-border);
	border-bottom: 1px solid var(--vscode-button-border);
}

.monaco-button-dropdown.default-colors .monaco-button.secondary + .monaco-button-dropdown-separator {
	background-color: var(--vscode-button-secondaryBackground);
}

.monaco-button-dropdown.default-colors .monaco-button-dropdown-separator > div {
	background-color: var(--vscode-button-separator);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-count-badge {
	padding: 3px 6px;
	border-radius: 11px;
	font-size: 11px;
	min-width: 18px;
	min-height: 18px;
	line-height: 11px;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}

.monaco-count-badge.long {
	padding: 2px 3px;
	border-radius: 2px;
	min-height: auto;
	line-height: normal;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-progress-container {
	width: 100%;
	height: 2px;
	overflow: hidden; /* keep progress bit in bounds */
}

.monaco-progress-container .progress-bit {
	width: 2%;
	height: 2px;
	position: absolute;
	left: 0;
	display: none;
}

.monaco-progress-container.active .progress-bit {
	display: inherit;
}

.monaco-progress-container.discrete .progress-bit {
	left: 0;
	transition: width 100ms linear;
}

.monaco-progress-container.discrete.done .progress-bit {
	width: 100%;
}

.monaco-progress-container.infinite .progress-bit {
	animation-name: progress;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	transform: translate3d(0px, 0px, 0px);
	animation-timing-function: linear;
}

.monaco-progress-container.infinite.infinite-long-running .progress-bit {
	/*
		The more smooth `linear` timing function can cause
		higher GPU consumption as indicated in
		https://github.com/microsoft/vscode/issues/97900 &
		https://github.com/microsoft/vscode/issues/138396
	*/
	animation-timing-function: steps(100);
}

/**
 * The progress bit has a width: 2% (1/50) of the parent container. The animation moves it from 0% to 100% of
 * that container. Since translateX is relative to the progress bit size, we have to multiple it with
 * its relative size to the parent container:
 * parent width: 5000%
 *    bit width: 100%
 * translateX should be as follow:
 *  50%: 5000% * 50% - 50% (set to center) = 2450%
 * 100%: 5000% * 100% - 100% (do not overflow) = 4900%
 */
@keyframes progress { from { transform: translateX(0%) scaleX(1) } 50% { transform: translateX(2500%) scaleX(3) } to { transform: translateX(4900%) scaleX(1) } }

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-inputbox {
	position: relative;
	display: block;
	padding: 0;
	box-sizing:	border-box;
	border-radius: 2px;

	/* Customizable */
	font-size: inherit;
}

.monaco-inputbox > .ibwrapper > .input,
.monaco-inputbox > .ibwrapper > .mirror {

	/* Customizable */
	padding: 4px 6px;
}

.monaco-inputbox > .ibwrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.monaco-inputbox > .ibwrapper > .input {
	display: inline-block;
	box-sizing:	border-box;
	width: 100%;
	height: 100%;
	line-height: inherit;
	border: none;
	font-family: inherit;
	font-size: inherit;
	resize: none;
	color: inherit;
}

.monaco-inputbox > .ibwrapper > input {
	text-overflow: ellipsis;
}

.monaco-inputbox > .ibwrapper > textarea.input {
	display: block;
	scrollbar-width: none; /* Firefox: hide scrollbars */
	outline: none;
}

.monaco-inputbox > .ibwrapper > textarea.input::-webkit-scrollbar {
	display: none; /* Chrome + Safari: hide scrollbar */
}

.monaco-inputbox > .ibwrapper > textarea.input.empty {
	white-space: nowrap;
}

.monaco-inputbox > .ibwrapper > .mirror {
	position: absolute;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	white-space: pre-wrap;
	visibility: hidden;
	word-wrap: break-word;
}

/* Context view */

.monaco-inputbox-container {
	text-align: right;
}

.monaco-inputbox-container .monaco-inputbox-message {
	display: inline-block;
	overflow: hidden;
	text-align: left;
	width: 100%;
	box-sizing:	border-box;
	padding: 0.4em;
	font-size: 12px;
	line-height: 17px;
	margin-top: -1px;
	word-wrap: break-word;
}

/* Action bar support */
.monaco-inputbox .monaco-action-bar {
	position: absolute;
	right: 2px;
	top: 4px;
}

.monaco-inputbox .monaco-action-bar .action-item {
	margin-left: 2px;
}

.monaco-inputbox .monaco-action-bar .action-item .codicon {
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
/* ---------- Find input ---------- */

.monaco-findInput {
	position: relative;
}

.monaco-findInput .monaco-inputbox {
	font-size: 13px;
	width: 100%;
}

.monaco-findInput > .controls {
	position: absolute;
	top: 3px;
	right: 2px;
}

.vs .monaco-findInput.disabled {
	background-color: #E1E1E1;
}

/* Theming */
.vs-dark .monaco-findInput.disabled {
	background-color: #333;
}

/* Highlighting */
.monaco-findInput.highlight-0 .controls,
.hc-light .monaco-findInput.highlight-0 .controls {
	animation: monaco-findInput-highlight-0 100ms linear 0s;
}

.monaco-findInput.highlight-1 .controls,
.hc-light .monaco-findInput.highlight-1 .controls {
	animation: monaco-findInput-highlight-1 100ms linear 0s;
}

.hc-black .monaco-findInput.highlight-0 .controls,
.vs-dark  .monaco-findInput.highlight-0 .controls {
	animation: monaco-findInput-highlight-dark-0 100ms linear 0s;
}

.hc-black .monaco-findInput.highlight-1 .controls,
.vs-dark  .monaco-findInput.highlight-1 .controls {
	animation: monaco-findInput-highlight-dark-1 100ms linear 0s;
}

@keyframes monaco-findInput-highlight-0 {
	0% { background: rgba(253, 255, 0, 0.8); }
	100% { background: transparent; }
}
@keyframes monaco-findInput-highlight-1 {
	0% { background: rgba(253, 255, 0, 0.8); }
	/* Made intentionally different such that the CSS minifier does not collapse the two animations into a single one*/
	99% { background: transparent; }
}

@keyframes monaco-findInput-highlight-dark-0 {
	0% { background: rgba(255, 255, 255, 0.44); }
	100% { background: transparent; }
}
@keyframes monaco-findInput-highlight-dark-1 {
	0% { background: rgba(255, 255, 255, 0.44); }
	/* Made intentionally different such that the CSS minifier does not collapse the two animations into a single one*/
	99% { background: transparent; }
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

:root {
	--vscode-sash-size: 4px;
	--vscode-sash-hover-size: 4px;
}

.monaco-sash {
	position: absolute;
	z-index: 35;
	touch-action: none;
}

.monaco-sash.disabled {
	pointer-events: none;
}

.monaco-sash.mac.vertical {
	cursor: col-resize;
}

.monaco-sash.vertical.minimum {
	cursor: e-resize;
}

.monaco-sash.vertical.maximum {
	cursor: w-resize;
}

.monaco-sash.mac.horizontal {
	cursor: row-resize;
}

.monaco-sash.horizontal.minimum {
	cursor: s-resize;
}

.monaco-sash.horizontal.maximum {
	cursor: n-resize;
}

.monaco-sash.disabled {
	cursor: default !important;
	pointer-events: none !important;
}

.monaco-sash.vertical {
	cursor: ew-resize;
	top: 0;
	width: 4px;
	width: var(--vscode-sash-size);
	height: 100%;
}

.monaco-sash.horizontal {
	cursor: ns-resize;
	left: 0;
	width: 100%;
	height: 4px;
	height: var(--vscode-sash-size);
}

.monaco-sash:not(.disabled) > .orthogonal-drag-handle {
	content: " ";
	height: calc(4px * 2);
	height: calc(var(--vscode-sash-size) * 2);
	width: calc(4px * 2);
	width: calc(var(--vscode-sash-size) * 2);
	z-index: 100;
	display: block;
	cursor: all-scroll;
	position: absolute;
}

.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)
	> .orthogonal-drag-handle.start,
.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)
	> .orthogonal-drag-handle.end {
	cursor: nwse-resize;
}

.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)
	> .orthogonal-drag-handle.end,
.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)
	> .orthogonal-drag-handle.start {
	cursor: nesw-resize;
}

.monaco-sash.vertical > .orthogonal-drag-handle.start {
	left: calc(4px * -0.5);
	left: calc(var(--vscode-sash-size) * -0.5);
	top: calc(4px * -1);
	top: calc(var(--vscode-sash-size) * -1);
}
.monaco-sash.vertical > .orthogonal-drag-handle.end {
	left: calc(4px * -0.5);
	left: calc(var(--vscode-sash-size) * -0.5);
	bottom: calc(4px * -1);
	bottom: calc(var(--vscode-sash-size) * -1);
}
.monaco-sash.horizontal > .orthogonal-drag-handle.start {
	top: calc(4px * -0.5);
	top: calc(var(--vscode-sash-size) * -0.5);
	left: calc(4px * -1);
	left: calc(var(--vscode-sash-size) * -1);
}
.monaco-sash.horizontal > .orthogonal-drag-handle.end {
	top: calc(4px * -0.5);
	top: calc(var(--vscode-sash-size) * -0.5);
	right: calc(4px * -1);
	right: calc(var(--vscode-sash-size) * -1);
}

.monaco-sash:before {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
}

.monaco-workbench:not(.reduce-motion) .monaco-sash:before {
	transition: background-color 0.1s ease-out;
}

.monaco-sash.hover:before,
.monaco-sash.active:before {
	background: var(--vscode-sash-hoverBorder);
}

.monaco-sash.vertical:before {
	width: 4px;
	width: var(--vscode-sash-hover-size);
	left: calc(50% - (4px / 2));
	left: calc(50% - (var(--vscode-sash-hover-size) / 2));
}

.monaco-sash.horizontal:before {
	height: 4px;
	height: var(--vscode-sash-hover-size);
	top: calc(50% - (4px / 2));
	top: calc(50% - (var(--vscode-sash-hover-size) / 2));
}

.pointer-events-disabled {
	pointer-events: none !important;
}

/** Debug **/

.monaco-sash.debug {
	background: cyan;
}

.monaco-sash.debug.disabled {
	background: rgba(0, 255, 255, 0.2);
}

.monaco-sash.debug:not(.disabled) > .orthogonal-drag-handle {
	background: red;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-split-view2 {
	position: relative;
	width: 100%;
	height: 100%;
}

.monaco-split-view2 > .sash-container {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.monaco-split-view2 > .sash-container > .monaco-sash {
	pointer-events: initial;
}

.monaco-split-view2 > .monaco-scrollable-element {
	width: 100%;
	height: 100%;
}

.monaco-split-view2 > .monaco-scrollable-element > .split-view-container {
	width: 100%;
	height: 100%;
	white-space: nowrap;
	position: relative;
}

.monaco-split-view2 > .monaco-scrollable-element > .split-view-container > .split-view-view {
	white-space: normal;
	white-space: initial;
	position: absolute;
}

.monaco-split-view2 > .monaco-scrollable-element > .split-view-container > .split-view-view:not(.visible) {
	display: none;
}

.monaco-split-view2.vertical > .monaco-scrollable-element > .split-view-container > .split-view-view {
	width: 100%;
}

.monaco-split-view2.horizontal > .monaco-scrollable-element > .split-view-container > .split-view-view {
	height: 100%;
}

.monaco-split-view2.separator-border > .monaco-scrollable-element > .split-view-container > .split-view-view:not(:first-child)::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	pointer-events: none;
	background-color: var(--separator-border);
}

.monaco-split-view2.separator-border.horizontal > .monaco-scrollable-element > .split-view-container > .split-view-view:not(:first-child)::before {
	height: 100%;
	width: 1px;
}

.monaco-split-view2.separator-border.vertical > .monaco-scrollable-element > .split-view-container > .split-view-view:not(:first-child)::before {
	height: 1px;
	width: 100%;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-table {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.monaco-table > .monaco-split-view2 {
	border-bottom: 1px solid transparent;
}

.monaco-table > .monaco-list {
	flex: 1 1;
}

.monaco-table-tr {
	display: flex;
	height: 100%;
}

.monaco-table-th {
	width: 100%;
	height: 100%;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}

.monaco-table-th,
.monaco-table-td {
	box-sizing: border-box;
	flex-shrink: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.monaco-table > .monaco-split-view2 .monaco-sash.vertical::before {
	content: "";
	position: absolute;
	left: calc(var(--vscode-sash-size) / 2);
	width: 0;
	border-left: 1px solid transparent;
}

.monaco-workbench:not(.reduce-motion) .monaco-table > .monaco-split-view2,
.monaco-workbench:not(.reduce-motion) .monaco-table > .monaco-split-view2 .monaco-sash.vertical::before {
	transition: border-color 0.2s ease-out;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-tl-row {
	display: flex;
	height: 100%;
	align-items: center;
	position: relative;
}

.monaco-tl-row.disabled {
	cursor: default;
}
.monaco-tl-indent {
	height: 100%;
	position: absolute;
	top: 0;
	left: 16px;
	pointer-events: none;
}

.hide-arrows .monaco-tl-indent {
	left: 12px;
}

.monaco-tl-indent > .indent-guide {
	display: inline-block;
	box-sizing: border-box;
	height: 100%;
	border-left: 1px solid transparent;
}

.monaco-workbench:not(.reduce-motion) .monaco-tl-indent > .indent-guide {
	transition: border-color 0.1s linear;
}

.monaco-tl-twistie,
.monaco-tl-contents {
	height: 100%;
}

.monaco-tl-twistie {
	font-size: 10px;
	text-align: right;
	padding-right: 6px;
	flex-shrink: 0;
	width: 16px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transform: translateX(3px);
}

.monaco-tl-contents {
	flex: 1 1;
	overflow: hidden;
}

.monaco-tl-twistie::before {
	border-radius: 20px;
}

.monaco-tl-twistie.collapsed::before {
	transform: rotate(-90deg);
}

.monaco-tl-twistie.codicon-tree-item-loading::before {
	/* Use steps to throttle FPS to reduce CPU usage */
	animation: codicon-spin 1.25s steps(30) infinite;
}

.monaco-tree-type-filter {
	position: absolute;
	top: 0;
	display: flex;
	padding: 3px;
	max-width: 200px;
	z-index: 100;
	margin: 0 6px;
	border: 1px solid var(--vscode-widget-border);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.monaco-workbench:not(.reduce-motion) .monaco-tree-type-filter {
	transition: top 0.3s;
}

.monaco-tree-type-filter.disabled {
	top: -40px !important;
}

.monaco-tree-type-filter-grab {
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: grab;
	margin-right: 2px;
}

.monaco-tree-type-filter-grab.grabbing {
	cursor: grabbing;
}

.monaco-tree-type-filter-input {
	flex: 1 1;
}

.monaco-tree-type-filter-input .monaco-inputbox {
	height: 23px;
}

.monaco-tree-type-filter-input .monaco-inputbox > .ibwrapper > .input,
.monaco-tree-type-filter-input .monaco-inputbox > .ibwrapper > .mirror {
	padding: 2px 4px;
}

.monaco-tree-type-filter-input .monaco-findInput > .controls {
	top: 2px;
}

.monaco-tree-type-filter-actionbar {
	margin-left: 4px;
}

.monaco-tree-type-filter-actionbar .monaco-action-bar .action-label {
	padding: 2px;
}

.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 13; /* Settings editor uses z-index: 12 */

	/* Backup color in case the tree does not provide the background color */
	background-color: var(--vscode-sideBar-background);
}

.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row.monaco-list-row{
	position: absolute;
	width: 100%;
	opacity: 1 !important; /* Settings editor uses opacity < 1 */
	overflow: hidden;

	/* Backup color in case the tree does not provide the background color */
	background-color: var(--vscode-sideBar-background);
}

.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row:hover{
	background-color: var(--vscode-list-hoverBackground) !important;
	cursor: pointer;
}

.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container.empty,
.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container.empty .monaco-tree-sticky-container-shadow {
	display: none;
}

.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-container-shadow {
	position: absolute;
	bottom: -3px;
	left: 0px;
	height: 0px; /* heigt is 3px and only set when there is a treeStickyScrollShadow color */
	width: 100%;
}

.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container[tabindex="0"]:focus{
	outline: none;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* ---------- Icon label ---------- */

.monaco-icon-label {
	display: flex; /* required for icons support :before rule */
	overflow: hidden;
	text-overflow: ellipsis;
}

.monaco-icon-label::before {

	/* svg icons rendered as background image */
	background-size: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-right: 6px;
	width: 16px;
	height: 22px;
	line-height: inherit !important;
	display: inline-block;

	/* fonts icons */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;

	flex-shrink: 0; /* fix for https://github.com/microsoft/vscode/issues/13787 */
}

.monaco-icon-label-iconpath {
	width: 16px;
	height: 16px;
	padding-left: 2px;
	margin-top: 2px;
	display: flex;
}

.monaco-icon-label-container.disabled {
	color: var(--vscode-disabledForeground);
}
.monaco-icon-label > .monaco-icon-label-container {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1 1;
}

.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-name-container > .label-name {
	color: inherit;
	white-space: pre; /* enable to show labels that include multiple whitespaces */
}

.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-name-container > .label-name > .label-separator {
	margin: 0 2px;
	opacity: 0.5;
}

.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-suffix-container > .label-suffix {
	opacity: .7;
	white-space: pre;
}

.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {
	opacity: .7;
	margin-left: 0.5em;
	font-size: 0.9em;
	white-space: pre; /* enable to show labels that include multiple whitespaces */
}

.monaco-icon-label.nowrap > .monaco-icon-label-container > .monaco-icon-description-container > .label-description{
	white-space: nowrap
}

.vs .monaco-icon-label > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {
	opacity: .95;
}

.monaco-icon-label.italic > .monaco-icon-label-container > .monaco-icon-name-container > .label-name,
.monaco-icon-label.italic > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {
	font-style: italic;
}

.monaco-icon-label.deprecated {
	text-decoration: line-through;
	opacity: 0.66;
}

/* make sure apply italic font style to decorations as well */
.monaco-icon-label.italic::after {
	font-style: italic;
}

.monaco-icon-label.strikethrough > .monaco-icon-label-container > .monaco-icon-name-container > .label-name,
.monaco-icon-label.strikethrough > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {
	text-decoration: line-through;
}

.monaco-icon-label::after {
	opacity: 0.75;
	font-size: 90%;
	font-weight: 600;
	margin: auto 16px 0 5px; /* https://github.com/microsoft/vscode/issues/113223 */
	text-align: center;
}

/* make sure selection color wins when a label is being selected */
.monaco-list:focus .selected .monaco-icon-label, /* list */
.monaco-list:focus .selected .monaco-icon-label::after
{
	color: inherit !important;
}

.monaco-list-row.focused.selected .label-description,
.monaco-list-row.selected .label-description {
	opacity: .8;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-keybinding {
	display: flex;
	align-items: center;
	line-height: 10px;
}

.monaco-keybinding > .monaco-keybinding-key {
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 11px;
	padding: 3px 5px;
	margin: 0 2px;
}

.monaco-keybinding > .monaco-keybinding-key:first-child {
	margin-left: 0;
}

.monaco-keybinding > .monaco-keybinding-key:last-child {
	margin-right: 0;
}

.monaco-keybinding > .monaco-keybinding-key-separator {
	display: inline-block;
}

.monaco-keybinding > .monaco-keybinding-key-chord-separator {
	width: 6px;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* -------------------- IE10 remove auto clear button -------------------- */

::-ms-clear {
	display: none;
}

/* All widgets */
/* I am not a big fan of this rule */
.monaco-editor .editor-widget input {
	color: inherit;
}

/* -------------------- Editor -------------------- */

.monaco-editor {
	position: relative;
	overflow: visible;
	-webkit-text-size-adjust: 100%;
	color: var(--vscode-editor-foreground);
	background-color: var(--vscode-editor-background);
	overflow-wrap: initial;
}
.monaco-editor-background {
	background-color: var(--vscode-editor-background);
}
.monaco-editor .rangeHighlight {
	background-color: var(--vscode-editor-rangeHighlightBackground);
	box-sizing: border-box;
	border: 1px solid var(--vscode-editor-rangeHighlightBorder);
}
.monaco-editor.hc-black .rangeHighlight, .monaco-editor.hc-light .rangeHighlight {
	border-style: dotted;
}
.monaco-editor .symbolHighlight {
	background-color: var(--vscode-editor-symbolHighlightBackground);
	box-sizing: border-box;
	border: 1px solid var(--vscode-editor-symbolHighlightBorder);
}
.monaco-editor.hc-black .symbolHighlight, .monaco-editor.hc-light .symbolHighlight {
	border-style: dotted;
}

/* -------------------- Misc -------------------- */

.monaco-editor .overflow-guard {
	position: relative;
	overflow: hidden;
}

.monaco-editor .view-overlays {
	position: absolute;
	top: 0;
}

.monaco-editor .view-overlays > div, .monaco-editor .margin-view-overlays > div {
	position: absolute;
	width: 100%;
}

/*
.monaco-editor .auto-closed-character {
	opacity: 0.3;
}
*/


.monaco-editor .squiggly-error {
	border-bottom: 4px double var(--vscode-editorError-border);
}
.monaco-editor .squiggly-error::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: var(--vscode-editorError-background);
}
.monaco-editor .squiggly-warning {
	border-bottom: 4px double var(--vscode-editorWarning-border);
}
.monaco-editor .squiggly-warning::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: var(--vscode-editorWarning-background);
}
.monaco-editor .squiggly-info {
	border-bottom: 4px double var(--vscode-editorInfo-border);
}
.monaco-editor .squiggly-info::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: var(--vscode-editorInfo-background);
}
.monaco-editor .squiggly-hint {
	border-bottom: 2px dotted var(--vscode-editorHint-border);
}
.monaco-editor.showUnused .squiggly-unnecessary {
	border-bottom: 2px dashed var(--vscode-editorUnnecessaryCode-border);
}
.monaco-editor.showDeprecated .squiggly-inline-deprecated {
	text-decoration: line-through;
	text-decoration-color: inherit;
	text-decoration-color: var(--vscode-editor-foreground, inherit);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .inputarea {
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	outline: none !important;
	resize: none;
	border: none;
	overflow: hidden;
	color: transparent;
	background-color: transparent;
	z-index: -10;
}
/*.monaco-editor .inputarea {
	position: fixed !important;
	width: 800px !important;
	height: 500px !important;
	top: initial !important;
	left: initial !important;
	bottom: 0 !important;
	right: 0 !important;
	color: black !important;
	background: white !important;
	line-height: 15px !important;
	font-size: 14px !important;
	z-index: 10 !important;
}*/
.monaco-editor .inputarea.ime-input {
	z-index: 10;
	caret-color: var(--vscode-editorCursor-foreground);
	color: var(--vscode-editor-foreground);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .margin-view-overlays .line-numbers {
	bottom: 0;
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
	position: absolute;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: default;
}

.monaco-editor .relative-current-line-number {
	text-align: left;
	display: inline-block;
	width: 100%;
}

.monaco-editor .margin-view-overlays .line-numbers.lh-odd {
	margin-top: 1px;
}

.monaco-editor .line-numbers {
	color: var(--vscode-editorLineNumber-foreground);
}

.monaco-editor .line-numbers.active-line-number {
	color: var(--vscode-editorLineNumber-activeForeground);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .margin {
	background-color: var(--vscode-editorGutter-background);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-mouse-cursor-text {
	cursor: text;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .blockDecorations-container {
	position: absolute;
	top: 0;
	pointer-events: none;
}

.monaco-editor .blockDecorations-block {
	position: absolute;
	box-sizing: border-box;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .view-overlays .current-line {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	height: 100%;
}

.monaco-editor .margin-view-overlays .current-line {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	height: 100%;
}

.monaco-editor
	.margin-view-overlays
	.current-line.current-line-margin.current-line-margin-both {
	border-right: 0;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/*
	Keeping name short for faster parsing.
	cdr = core decorations rendering (div)
*/
.monaco-editor .lines-content .cdr {
	position: absolute;
	height: 100%;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .glyph-margin {
	position: absolute;
	top: 0;
}

/*
	Keeping name short for faster parsing.
	cgmr = core glyph margin rendering (div)
*/
.monaco-editor .glyph-margin-widgets .cgmr {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*
	Ensure spinning icons are pixel-perfectly centered and avoid wobble.
	This is only applied to icons that spin to avoid unnecessary
	GPU layers and blurry subpixel AA.
*/
.monaco-editor .glyph-margin-widgets .cgmr.codicon-modifier-spin::before  {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .lines-content .core-guide {
	position: absolute;
	box-sizing: border-box;
	height: 100%;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* Uncomment to see lines flashing when they're painted */
/*.monaco-editor .view-lines > .view-line {
	background-color: none;
	animation-name: flash-background;
	animation-duration: 800ms;
}
@keyframes flash-background {
	0%   { background-color: lightgreen; }
	100% { background-color: none }
}*/

.mtkcontrol {
	color: rgb(255, 255, 255) !important;
	background: rgb(150, 0, 0) !important;
}

.mtkoverflow {
	background-color: var(--vscode-editor-background);
	background-color: var(--vscode-button-background, var(--vscode-editor-background));
	color: var(--vscode-editor-foreground);
	color: var(--vscode-button-foreground, var(--vscode-editor-foreground));
	border-width: 1px;
	border-style: solid;
	border-color: var(--vscode-contrastBorder);
	border-radius: 2px;
	padding: 4px;
	cursor: pointer;
}
.mtkoverflow:hover {
	background-color: var(--vscode-button-hoverBackground);
}

.monaco-editor.no-user-select .lines-content,
.monaco-editor.no-user-select .view-line,
.monaco-editor.no-user-select .view-lines {
	-moz-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}
/* Use user-select: text for lookup feature on macOS */
/* https://github.com/microsoft/vscode/issues/85632 */
.monaco-editor.mac .lines-content:hover,
.monaco-editor.mac .view-line:hover,
.monaco-editor.mac .view-lines:hover {
	-moz-user-select: text;
	     user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
}

.monaco-editor.enable-user-select {
	-moz-user-select: initial;
	     user-select: initial;
	-webkit-user-select: initial;
}

.monaco-editor .view-lines {
	white-space: nowrap;
}

.monaco-editor .view-line {
	position: absolute;
	width: 100%;
}

/* There are view-lines in view-zones. We have to make sure this rule does not apply to them, as they don't set a line height */
.monaco-editor .lines-content > .view-lines > .view-line > span {
	top: 0;
	bottom: 0;
	position: absolute;
}

.monaco-editor .mtkw {
	color: var(--vscode-editorWhitespace-foreground) !important;
}

.monaco-editor .mtkz {
	display: inline-block;
	color: var(--vscode-editorWhitespace-foreground) !important;
}

/* TODO@tokenization bootstrap fix */
/*.monaco-editor .view-line > span > span {
	float: none;
	min-height: inherit;
	margin-left: inherit;
}*/

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
.monaco-editor .lines-decorations {
	position: absolute;
	top: 0;
	background: white;
}

/*
	Keeping name short for faster parsing.
	cldr = core lines decorations rendering (div)
*/
.monaco-editor .margin-view-overlays .cldr {
	position: absolute;
	height: 100%;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/*
	Keeping name short for faster parsing.
	cmdr = core margin decorations rendering (div)
*/
.monaco-editor .margin-view-overlays .cmdr {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* START cover the case that slider is visible on mouseover */
.monaco-editor .minimap.slider-mouseover .minimap-slider {
	opacity: 0;
	transition: opacity 100ms linear;
}
.monaco-editor .minimap.slider-mouseover:hover .minimap-slider {
	opacity: 1;
}
.monaco-editor .minimap.slider-mouseover .minimap-slider.active {
	opacity: 1;
}
/* END cover the case that slider is visible on mouseover */
.monaco-editor .minimap-slider .minimap-slider-horizontal {
	background: var(--vscode-minimapSlider-background);
}
.monaco-editor .minimap-slider:hover .minimap-slider-horizontal {
	background: var(--vscode-minimapSlider-hoverBackground);
}
.monaco-editor .minimap-slider.active .minimap-slider-horizontal {
	background: var(--vscode-minimapSlider-activeBackground);
}
.monaco-editor .minimap-shadow-visible {
	box-shadow: var(--vscode-scrollbar-shadow) -6px 0 6px -6px inset;
}
.monaco-editor .minimap-shadow-hidden {
	position: absolute;
	width: 0;
}
.monaco-editor .minimap-shadow-visible {
	position: absolute;
	left: -6px;
	width: 6px;
}
.monaco-editor.no-minimap-shadow .minimap-shadow-visible {
	position: absolute;
	left: -1px;
	width: 1px;
}

/* 0.5s fade in/out for the minimap */
.minimap.autohide {
	opacity: 0;
	transition: opacity 0.5s;
}
.minimap.autohide:hover {
	opacity: 1;
}

.monaco-editor .minimap {
	z-index: 5;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
.monaco-editor .overlayWidgets {
	position: absolute;
	top: 0;
	left:0;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .view-ruler {
	position: absolute;
	top: 0;
	box-shadow: 1px 0 0 0 var(--vscode-editorRuler-foreground) inset;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .scroll-decoration {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/*
	Keeping name short for faster parsing.
	cslr = core selections layer rendering (div)
*/
.monaco-editor .lines-content .cslr {
	position: absolute;
}

.monaco-editor .focused .selected-text {
	background-color: var(--vscode-editor-selectionBackground);
}

.monaco-editor .selected-text {
	background-color: var(--vscode-editor-inactiveSelectionBackground);
}

.monaco-editor			.top-left-radius		{ border-top-left-radius: 3px; }
.monaco-editor			.bottom-left-radius		{ border-bottom-left-radius: 3px; }
.monaco-editor			.top-right-radius		{ border-top-right-radius: 3px; }
.monaco-editor			.bottom-right-radius	{ border-bottom-right-radius: 3px; }

.monaco-editor.hc-black .top-left-radius		{ border-top-left-radius: 0; }
.monaco-editor.hc-black .bottom-left-radius		{ border-bottom-left-radius: 0; }
.monaco-editor.hc-black .top-right-radius		{ border-top-right-radius: 0; }
.monaco-editor.hc-black .bottom-right-radius	{ border-bottom-right-radius: 0; }

.monaco-editor.hc-light .top-left-radius		{ border-top-left-radius: 0; }
.monaco-editor.hc-light .bottom-left-radius		{ border-bottom-left-radius: 0; }
.monaco-editor.hc-light .top-right-radius		{ border-top-right-radius: 0; }
.monaco-editor.hc-light .bottom-right-radius	{ border-bottom-right-radius: 0; }

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
.monaco-editor .cursors-layer {
	position: absolute;
	top: 0;
}

.monaco-editor .cursors-layer > .cursor {
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
}

/* -- smooth-caret-animation -- */
.monaco-editor .cursors-layer.cursor-smooth-caret-animation > .cursor {
	transition: all 80ms;
}

/* -- block-outline-style -- */
.monaco-editor .cursors-layer.cursor-block-outline-style > .cursor {
	background: transparent !important;
	border-style: solid;
	border-width: 1px;
}

/* -- underline-style -- */
.monaco-editor .cursors-layer.cursor-underline-style > .cursor {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background: transparent !important;
}

/* -- underline-thin-style -- */
.monaco-editor .cursors-layer.cursor-underline-thin-style > .cursor {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background: transparent !important;
}

@keyframes monaco-cursor-smooth {
	0%,
	20% {
		opacity: 1;
	}
	60%,
	100% {
		opacity: 0;
	}
}

@keyframes monaco-cursor-phase {
	0%,
	20% {
		opacity: 1;
	}
	90%,
	100% {
		opacity: 0;
	}
}

@keyframes monaco-cursor-expand {
	0%,
	20% {
		transform: scaleY(1);
	}
	80%,
	100% {
		transform: scaleY(0);
	}
}

.cursor-smooth {
	animation: monaco-cursor-smooth 0.5s ease-in-out 0s 20 alternate;
}

.cursor-phase {
	animation: monaco-cursor-phase 0.5s ease-in-out 0s 20 alternate;
}

.cursor-expand > .cursor {
	animation: monaco-cursor-expand 0.5s ease-in-out 0s 20 alternate;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .mwh {
	position: absolute;
	color: var(--vscode-editorWhitespace-foreground) !important;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .diff-hidden-lines-widget {
	width: 100%;
}

.monaco-editor .diff-hidden-lines {
	height: 0px; /* The children each have a fixed height, the transform confuses the browser */
	transform: translate(0px, -10px);
	font-size: 13px;
	line-height: 14px;
}

.monaco-editor .diff-hidden-lines:not(.dragging) .top:hover,
.monaco-editor .diff-hidden-lines:not(.dragging) .bottom:hover,
.monaco-editor .diff-hidden-lines .top.dragging,
.monaco-editor .diff-hidden-lines .bottom.dragging {
	background-color: var(--vscode-focusBorder);
}

.monaco-editor .diff-hidden-lines .top,
.monaco-editor .diff-hidden-lines .bottom {
	transition: background-color 0.1s ease-out;
	height: 4px;
	background-color: transparent;
	background-clip: padding-box;
	border-bottom: 2px solid transparent;
	border-top: 4px solid transparent;
	/*cursor: n-resize;*/
}

.monaco-editor.draggingUnchangedRegion.canMoveTop:not(.canMoveBottom) *,
.monaco-editor .diff-hidden-lines .top.canMoveTop:not(.canMoveBottom),
.monaco-editor .diff-hidden-lines .bottom.canMoveTop:not(.canMoveBottom) {
	cursor: n-resize !important;
}

.monaco-editor.draggingUnchangedRegion:not(.canMoveTop).canMoveBottom *,
.monaco-editor .diff-hidden-lines .top:not(.canMoveTop).canMoveBottom,
.monaco-editor .diff-hidden-lines .bottom:not(.canMoveTop).canMoveBottom {
	cursor: s-resize !important;
}

.monaco-editor.draggingUnchangedRegion.canMoveTop.canMoveBottom *,
.monaco-editor .diff-hidden-lines .top.canMoveTop.canMoveBottom,
.monaco-editor .diff-hidden-lines .bottom.canMoveTop.canMoveBottom {
	cursor: ns-resize !important;
}

.monaco-editor .diff-hidden-lines .top {
	transform: translate(0px, 4px);
}

.monaco-editor .diff-hidden-lines .bottom {
	transform: translate(0px, -6px);
}

.monaco-editor .diff-unchanged-lines {
	background: var(--vscode-diffEditor-unchangedCodeBackground);
}

.monaco-editor .noModificationsOverlay {
	z-index: 1;
	background: var(--vscode-editor-background);

	display: flex;
	justify-content: center;
	align-items: center;
}


.monaco-editor .diff-hidden-lines .center {
	background: var(--vscode-diffEditor-unchangedRegionBackground);
	color: var(--vscode-diffEditor-unchangedRegionForeground);
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;

	height: 24px;
	box-shadow: inset 0 -5px 5px -7px var(--vscode-diffEditor-unchangedRegionShadow), inset 0 5px 5px -7px var(--vscode-diffEditor-unchangedRegionShadow);
}

.monaco-editor .diff-hidden-lines .center span.codicon {
	vertical-align: middle;
}

.monaco-editor .diff-hidden-lines .center a:hover .codicon {
	cursor: pointer;
	color: var(--vscode-editorLink-activeForeground) !important;
}

.monaco-editor .diff-hidden-lines div.breadcrumb-item {
	cursor: pointer;
}

.monaco-editor .diff-hidden-lines div.breadcrumb-item:hover {
	color: var(--vscode-editorLink-activeForeground);
}

.monaco-editor .movedOriginal {
	border: 2px solid var(--vscode-diffEditor-move-border);
}

.monaco-editor .movedModified {
	border: 2px solid var(--vscode-diffEditor-move-border);
}

.monaco-editor .movedOriginal.currentMove, .monaco-editor .movedModified.currentMove {
	border: 2px solid var(--vscode-diffEditor-moveActive-border);
}

.monaco-diff-editor .moved-blocks-lines path.currentMove {
	stroke: var(--vscode-diffEditor-moveActive-border);
}

.monaco-diff-editor .moved-blocks-lines path {
	pointer-events: visiblestroke;
}

.monaco-diff-editor .moved-blocks-lines .arrow {
	fill: var(--vscode-diffEditor-move-border);
}

.monaco-diff-editor .moved-blocks-lines .arrow.currentMove {
	fill: var(--vscode-diffEditor-moveActive-border);
}

.monaco-diff-editor .moved-blocks-lines .arrow-rectangle {
	fill: var(--vscode-editor-background);
}

.monaco-diff-editor .moved-blocks-lines {
	position: absolute;
	pointer-events: none;
}

.monaco-diff-editor .moved-blocks-lines path {
	fill: none;
	stroke: var(--vscode-diffEditor-move-border);
	stroke-width: 2;
}

.monaco-editor .char-delete.diff-range-empty {
	margin-left: -1px;
	border-left: solid var(--vscode-diffEditor-removedTextBackground) 3px;
}

.monaco-editor .char-insert.diff-range-empty {
	border-left: solid var(--vscode-diffEditor-insertedTextBackground) 3px;
}

.monaco-editor .fold-unchanged {
	cursor: pointer;
}

.monaco-diff-editor .diff-moved-code-block {
	display: flex;
	justify-content: flex-end;
	margin-top: -4px;
}

.monaco-diff-editor .diff-moved-code-block .action-bar .action-label.codicon {
	width: 12px;
	height: 12px;
	font-size: 12px;
}

/* ---------- DiffEditor ---------- */

.monaco-diff-editor .diffOverview {
	z-index: 9;
}

.monaco-diff-editor .diffOverview .diffViewport {
	z-index: 10;
}

/* colors not externalized: using transparancy on background */
.monaco-diff-editor.vs			.diffOverview { background: rgba(0, 0, 0, 0.03); }
.monaco-diff-editor.vs-dark		.diffOverview { background: rgba(255, 255, 255, 0.01); }

.monaco-scrollable-element.modified-in-monaco-diff-editor.vs		.scrollbar { background: rgba(0,0,0,0); }
.monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark	.scrollbar { background: rgba(0,0,0,0); }
.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black	.scrollbar { background: none; }
.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-light	.scrollbar { background: none; }

.monaco-scrollable-element.modified-in-monaco-diff-editor .slider {
	z-index: 10;
}
.modified-in-monaco-diff-editor				.slider.active { background: rgba(171, 171, 171, .4); }
.modified-in-monaco-diff-editor.hc-black	.slider.active { background: none; }
.modified-in-monaco-diff-editor.hc-light	.slider.active { background: none; }

/* ---------- Diff ---------- */

.monaco-editor .insert-sign,
.monaco-diff-editor .insert-sign,
.monaco-editor .delete-sign,
.monaco-diff-editor .delete-sign {
	font-size: 11px !important;
	opacity: 0.7 !important;
	display: flex !important;
	align-items: center;
}
.monaco-editor.hc-black .insert-sign,
.monaco-diff-editor.hc-black .insert-sign,
.monaco-editor.hc-black .delete-sign,
.monaco-diff-editor.hc-black .delete-sign,
.monaco-editor.hc-light .insert-sign,
.monaco-diff-editor.hc-light .insert-sign,
.monaco-editor.hc-light .delete-sign,
.monaco-diff-editor.hc-light .delete-sign {
	opacity: 1;
}

.monaco-editor .inline-deleted-margin-view-zone {
	text-align: right;
}
.monaco-editor .inline-added-margin-view-zone {
	text-align: right;
}

.monaco-editor .arrow-revert-change {
	z-index: 10;
	position: absolute;
}

.monaco-editor .arrow-revert-change:hover {
	cursor: pointer;
}

/* ---------- Inline Diff ---------- */

.monaco-editor .view-zones .view-lines .view-line span {
	display: inline-block;
}

.monaco-editor .margin-view-zones .lightbulb-glyph:hover {
	cursor: pointer;
}

.monaco-editor .char-insert, .monaco-diff-editor .char-insert {
	background-color: var(--vscode-diffEditor-insertedTextBackground);
}

.monaco-editor .line-insert, .monaco-diff-editor .line-insert {
	background-color: var(--vscode-diffEditor-insertedTextBackground);
	background-color: var(--vscode-diffEditor-insertedLineBackground, var(--vscode-diffEditor-insertedTextBackground));
}

.monaco-editor .line-insert,
.monaco-editor .char-insert {
	box-sizing: border-box;
	border: 1px solid var(--vscode-diffEditor-insertedTextBorder);
}
.monaco-editor.hc-black .line-insert, .monaco-editor.hc-light .line-insert,
.monaco-editor.hc-black .char-insert, .monaco-editor.hc-light .char-insert {
	border-style: dashed;
}

.monaco-editor .line-delete,
.monaco-editor .char-delete {
	box-sizing: border-box;
	border: 1px solid var(--vscode-diffEditor-removedTextBorder);
}
.monaco-editor.hc-black .line-delete, .monaco-editor.hc-light .line-delete,
.monaco-editor.hc-black .char-delete, .monaco-editor.hc-light .char-delete {
	border-style: dashed;
}

.monaco-editor .inline-added-margin-view-zone,
.monaco-editor .gutter-insert, .monaco-diff-editor .gutter-insert {
	background-color: var(--vscode-diffEditor-insertedLineBackground), var(--vscode-diffEditor-insertedTextBackground);
	background-color: var(--vscode-diffEditorGutter-insertedLineBackground, var(--vscode-diffEditor-insertedLineBackground), var(--vscode-diffEditor-insertedTextBackground));
}

.monaco-editor .char-delete, .monaco-diff-editor .char-delete, .monaco-editor .inline-deleted-text {
	background-color: var(--vscode-diffEditor-removedTextBackground);
}

.monaco-editor .inline-deleted-text {
	text-decoration: line-through;
}

.monaco-editor .line-delete, .monaco-diff-editor .line-delete {
	background-color: var(--vscode-diffEditor-removedTextBackground);
	background-color: var(--vscode-diffEditor-removedLineBackground, var(--vscode-diffEditor-removedTextBackground));
}

.monaco-editor .inline-deleted-margin-view-zone,
.monaco-editor .gutter-delete, .monaco-diff-editor .gutter-delete {
	background-color: var(--vscode-diffEditor-removedLineBackground), var(--vscode-diffEditor-removedTextBackground);
	background-color: var(--vscode-diffEditorGutter-removedLineBackground, var(--vscode-diffEditor-removedLineBackground), var(--vscode-diffEditor-removedTextBackground));
}

.monaco-diff-editor.side-by-side .editor.modified {
	box-shadow: -6px 0 5px -5px var(--vscode-scrollbar-shadow);
	border-left: 1px solid var(--vscode-diffEditor-border);
}

.monaco-diff-editor.side-by-side .editor.original {
	box-shadow: 6px 0 5px -5px var(--vscode-scrollbar-shadow);
	border-right: 1px solid var(--vscode-diffEditor-border);
}

.monaco-diff-editor .diffViewport {
	background: var(--vscode-scrollbarSlider-background);
}

.monaco-diff-editor .diffViewport:hover {
	background: var(--vscode-scrollbarSlider-hoverBackground);
}

.monaco-diff-editor .diffViewport:active {
	background: var(--vscode-scrollbarSlider-activeBackground);
}

.monaco-editor .diagonal-fill {
	background-image: linear-gradient(
		-45deg,
		var(--vscode-diffEditor-diagonalFill) 12.5%,
		#0000 12.5%, #0000 50%,
		var(--vscode-diffEditor-diagonalFill) 50%, var(--vscode-diffEditor-diagonalFill) 62.5%,
		#0000 62.5%, #0000 100%
	);
	background-size: 8px 8px;
}

.monaco-diff-editor .gutter {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	flex-grow: 0;

	& > div {
		position: absolute;
	}

	.gutterItem {
		opacity: 0;
		transition: opacity 0.7s;

		&.showAlways {
			opacity: 1;
			transition: none;
		}

		&.noTransition {
			transition: none;
		}
	}

	&:hover .gutterItem {
		opacity: 1;
		transition: opacity 0.1s ease-in-out;
	}

	.gutterItem {
		.background {
			position: absolute;
			height: 100%;
			left: 50%;
			width: 1px;

			border-left: 2px var(--vscode-menu-border) solid;
		}

		.buttons {
			position: absolute;
			/*height: 100%;*/
			width: 100%;

			display: flex;
			justify-content: center;
			align-items: center;

			.monaco-toolbar {
				height: -moz-fit-content;
				height: fit-content;
				.monaco-action-bar  {
					line-height: 1;

					.actions-container {
						width: -moz-fit-content;
						width: fit-content;
						border-radius: 4px;
						background: var(--vscode-editorGutter-commentRangeForeground);

						.action-item {
							&:hover {
								background: var(--vscode-toolbar-hoverBackground);
							}

							.action-label {
								padding: 1px 2px;
							}
						}
					}
				}
			}
		}
	}
}


.monaco-diff-editor .diff-hidden-lines-compact {
	display: flex;
	height: 11px;
	.line-left, .line-right {
		height: 1px;
		border-top: 1px solid;
		border-color: var(--vscode-editorCodeLens-foreground);
		opacity: 0.5;
		margin: auto;
		width: 100%;
	}

	.line-left {
		width: 20px;
	}

	.text {
		color: var(--vscode-editorCodeLens-foreground);
		text-wrap: nowrap;
		font-size: 11px;
		line-height: 11px;
		margin: 0 4px;
	}
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-component.diff-review {
	-moz-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
	z-index: 99;
}

.monaco-diff-editor .diff-review {
	position: absolute;

}

.monaco-component.diff-review .diff-review-line-number {
	text-align: right;
	display: inline-block;
	color: var(--vscode-editorLineNumber-foreground);
}

.monaco-component.diff-review .diff-review-summary {
	padding-left: 10px;
}

.monaco-component.diff-review .diff-review-shadow {
	position: absolute;
	box-shadow: var(--vscode-scrollbar-shadow) 0 -6px 6px -6px inset;
}

.monaco-component.diff-review .diff-review-row {
	white-space: pre;
}

.monaco-component.diff-review .diff-review-table {
	display: table;
	min-width: 100%;
}

.monaco-component.diff-review .diff-review-row {
	display: table-row;
	width: 100%;
}

.monaco-component.diff-review .diff-review-spacer {
	display: inline-block;
	width: 10px;
	vertical-align: middle;
}

.monaco-component.diff-review .diff-review-spacer > .codicon {
	font-size: 9px !important;
}

.monaco-component.diff-review .diff-review-actions {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 2px;
	z-index: 100;
}

.monaco-component.diff-review .diff-review-actions .action-label {
	width: 16px;
	height: 16px;
	margin: 2px 0;
}

.monaco-component.diff-review .revertButton {
	cursor: pointer;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-toolbar {
	height: 100%;
}

.monaco-toolbar .toolbar-toggle-more {
	display: inline-block;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-component.multiDiffEditor {
	background: var(--vscode-multiDiffEditor-background);

	position: relative;

	height: 100%;
	width: 100%;

	overflow-y: hidden;

	> div {
		position: absolute;
		top: 0px;
		left: 0px;

		height: 100%;
		width: 100%;

		&.placeholder {
			visibility: hidden;

			&.visible {
				visibility: visible;
			}

			display: grid;
			place-items: center;
			place-content: center;
		}
	}

	.active {
		--vscode-multiDiffEditor-border: var(--vscode-focusBorder);
	}

	.multiDiffEntry {
		display: flex;
		flex-direction: column;
		flex: 1 1;
		overflow: hidden;


		.collapse-button {
			margin: 0 5px;
			cursor: pointer;

			a {
				display: block;
			}
		}

		.header {
			z-index: 1000;
			background: var(--vscode-editor-background);

			&:not(.collapsed) .header-content {
				border-bottom: 1px solid var(--vscode-sideBarSectionHeader-border);
			}

			.header-content {
				margin: 8px 0px 0px 0px;
				padding: 4px 5px;

				border-top: 1px solid var(--vscode-multiDiffEditor-border);

				display: flex;
				align-items: center;

				color: var(--vscode-foreground);
				background: var(--vscode-multiDiffEditor-headerBackground);

				&.shadow {
					box-shadow: var(--vscode-scrollbar-shadow) 0px 6px 6px -6px;
				}

				.file-path {
					display: flex;
					flex: 1 1;
					min-width: 0;

					.title {
						font-size: 14px;
						line-height: 22px;

						&.original {
							flex: 1 1;
							min-width: 0;
							text-overflow: ellipsis;
						}
					}

					.status {
						font-weight: 600;
						opacity: 0.75;
						margin: 0px 10px;
						line-height: 22px;

						/*
							TODO@hediet: move colors from git extension to core!
						&.renamed {
							color: v ar(--vscode-gitDecoration-renamedResourceForeground);
						}

						&.deleted {
							color: v ar(--vscode-gitDecoration-deletedResourceForeground);
						}

						&.added {
							color: v ar(--vscode-gitDecoration-addedResourceForeground);
						}
						*/
					}
				}

				.actions {
					padding: 0 8px;
				}
			}


		}

		.editorParent {
			flex: 1 1;
			display: flex;
			flex-direction: column;

			border-bottom: 1px solid var(--vscode-multiDiffEditor-border);
			overflow: hidden;
		}

		.editorContainer {
			flex: 1 1;
		}
	}
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .selection-anchor {
	background-color: #007ACC;
	width: 2px !important;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .bracket-match {
	box-sizing: border-box;
	background-color: var(--vscode-editorBracketMatch-background);
	border: 1px solid var(--vscode-editorBracketMatch-border);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.inline-editor-progress-decoration {
	display: inline-block;
	width: 1em;
	height: 1em;
}

.inline-progress-widget  {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.inline-progress-widget .icon {
	font-size: 80% !important;
}

.inline-progress-widget:hover .icon {
	font-size: 90% !important;
	animation: none;
}

.inline-progress-widget:hover .icon::before {
	content: var(--vscode-icon-x-content);
	font-family: var(--vscode-icon-x-font-family);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .monaco-editor-overlaymessage {
	padding-bottom: 8px;
	z-index: 10000;
}

.monaco-editor .monaco-editor-overlaymessage.below {
	padding-bottom: 0;
	padding-top: 8px;
	z-index: 10000;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.monaco-editor .monaco-editor-overlaymessage.fadeIn {
	animation: fadeIn 150ms ease-out;
}

@keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
.monaco-editor .monaco-editor-overlaymessage.fadeOut {
	animation: fadeOut 100ms ease-out;
}

.monaco-editor .monaco-editor-overlaymessage .message {
	padding: 2px 4px;
	color: var(--vscode-editorHoverWidget-foreground);
	background-color: var(--vscode-editorHoverWidget-background);
	border: 1px solid var(--vscode-inputValidation-infoBorder);
	border-radius: 3px;
}

.monaco-editor .monaco-editor-overlaymessage .message p {
	margin-block: 0px;
}

.monaco-editor .monaco-editor-overlaymessage .message a {
	color: var(--vscode-textLink-foreground);
}

.monaco-editor .monaco-editor-overlaymessage .message a:hover {
	color: var(--vscode-textLink-activeForeground);
}

.monaco-editor.hc-black .monaco-editor-overlaymessage .message,
.monaco-editor.hc-light .monaco-editor-overlaymessage .message {
	border-width: 2px;
}

.monaco-editor .monaco-editor-overlaymessage .anchor {
	width: 0 !important;
	height: 0 !important;
	border-color: transparent;
	border-style: solid;
	z-index: 1000;
	border-width: 8px;
	position: absolute;
	left: 2px;
}

.monaco-editor .monaco-editor-overlaymessage .anchor.top {
	border-bottom-color: var(--vscode-inputValidation-infoBorder);
}

.monaco-editor .monaco-editor-overlaymessage .anchor.below {
	border-top-color: var(--vscode-inputValidation-infoBorder);
}

.monaco-editor .monaco-editor-overlaymessage:not(.below) .anchor.top,
.monaco-editor .monaco-editor-overlaymessage.below .anchor.below {
	display: none;
}

.monaco-editor .monaco-editor-overlaymessage.below .anchor.top {
	display: inherit;
	top: -8px;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.post-edit-widget {
	box-shadow: 0 0 8px 2px var(--vscode-widget-shadow);
	border: 1px solid transparent;
	border: 1px solid var(--vscode-widget-border, transparent);
	border-radius: 4px;
	background-color: var(--vscode-editorWidget-background);
	overflow: hidden;
}

.post-edit-widget .monaco-button {
	padding: 2px;
	border: none;
	border-radius: 0;
}

.post-edit-widget .monaco-button:hover {
	background-color: var(--vscode-button-secondaryHoverBackground) !important;
}

.post-edit-widget .monaco-button .codicon {
	margin: 0;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

@font-face {
	font-family: "codicon";
	font-display: block;
	src: url(/static/media/codicon.f6283f7ccaed1249d9eb.ttf) format("truetype");
}

.codicon[class*='codicon-'] {
	font: normal normal normal 16px/1 codicon;
	display: inline-block;
	text-decoration: none;
	text-rendering: auto;
	text-align: center;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}

/* icon rules are dynamically created by the platform theme service (see iconsStyleSheet.ts) */

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.codicon-wrench-subaction {
	opacity: 0.5;
}

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

.codicon-sync.codicon-modifier-spin,
.codicon-loading.codicon-modifier-spin,
.codicon-gear.codicon-modifier-spin,
.codicon-notebook-state-executing.codicon-modifier-spin {
	/* Use steps to throttle FPS to reduce CPU usage */
	animation: codicon-spin 1.5s steps(30) infinite;
}

.codicon-modifier-disabled {
	opacity: 0.4;
}

/* custom speed & easing for loading icon */
.codicon-loading,
.codicon-tree-item-loading::before {
	animation-duration: 1s !important;
	animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .codicon.codicon-symbol-array,
.monaco-workbench .codicon.codicon-symbol-array { color: var(--vscode-symbolIcon-arrayForeground); }
.monaco-editor .codicon.codicon-symbol-boolean,
.monaco-workbench .codicon.codicon-symbol-boolean { color: var(--vscode-symbolIcon-booleanForeground); }
.monaco-editor .codicon.codicon-symbol-class,
.monaco-workbench .codicon.codicon-symbol-class { color: var(--vscode-symbolIcon-classForeground); }
.monaco-editor .codicon.codicon-symbol-method,
.monaco-workbench .codicon.codicon-symbol-method { color: var(--vscode-symbolIcon-methodForeground); }
.monaco-editor .codicon.codicon-symbol-color,
.monaco-workbench .codicon.codicon-symbol-color { color: var(--vscode-symbolIcon-colorForeground); }
.monaco-editor .codicon.codicon-symbol-constant,
.monaco-workbench .codicon.codicon-symbol-constant { color: var(--vscode-symbolIcon-constantForeground); }
.monaco-editor .codicon.codicon-symbol-constructor,
.monaco-workbench .codicon.codicon-symbol-constructor { color: var(--vscode-symbolIcon-constructorForeground); }
.monaco-editor .codicon.codicon-symbol-value,
.monaco-workbench .codicon.codicon-symbol-value,
.monaco-editor .codicon.codicon-symbol-enum,
.monaco-workbench .codicon.codicon-symbol-enum { color: var(--vscode-symbolIcon-enumeratorForeground); }
.monaco-editor .codicon.codicon-symbol-enum-member,
.monaco-workbench .codicon.codicon-symbol-enum-member { color: var(--vscode-symbolIcon-enumeratorMemberForeground); }
.monaco-editor .codicon.codicon-symbol-event,
.monaco-workbench .codicon.codicon-symbol-event { color: var(--vscode-symbolIcon-eventForeground); }
.monaco-editor .codicon.codicon-symbol-field,
.monaco-workbench .codicon.codicon-symbol-field { color: var(--vscode-symbolIcon-fieldForeground); }
.monaco-editor .codicon.codicon-symbol-file,
.monaco-workbench .codicon.codicon-symbol-file { color: var(--vscode-symbolIcon-fileForeground); }
.monaco-editor .codicon.codicon-symbol-folder,
.monaco-workbench .codicon.codicon-symbol-folder { color: var(--vscode-symbolIcon-folderForeground); }
.monaco-editor .codicon.codicon-symbol-function,
.monaco-workbench .codicon.codicon-symbol-function { color: var(--vscode-symbolIcon-functionForeground); }
.monaco-editor .codicon.codicon-symbol-interface,
.monaco-workbench .codicon.codicon-symbol-interface { color: var(--vscode-symbolIcon-interfaceForeground); }
.monaco-editor .codicon.codicon-symbol-key,
.monaco-workbench .codicon.codicon-symbol-key { color: var(--vscode-symbolIcon-keyForeground); }
.monaco-editor .codicon.codicon-symbol-keyword,
.monaco-workbench .codicon.codicon-symbol-keyword { color: var(--vscode-symbolIcon-keywordForeground); }
.monaco-editor .codicon.codicon-symbol-module,
.monaco-workbench .codicon.codicon-symbol-module { color: var(--vscode-symbolIcon-moduleForeground); }
.monaco-editor .codicon.codicon-symbol-namespace,
.monaco-workbench .codicon.codicon-symbol-namespace { color: var(--vscode-symbolIcon-namespaceForeground); }
.monaco-editor .codicon.codicon-symbol-null,
.monaco-workbench .codicon.codicon-symbol-null { color: var(--vscode-symbolIcon-nullForeground); }
.monaco-editor .codicon.codicon-symbol-number,
.monaco-workbench .codicon.codicon-symbol-number { color: var(--vscode-symbolIcon-numberForeground); }
.monaco-editor .codicon.codicon-symbol-object,
.monaco-workbench .codicon.codicon-symbol-object { color: var(--vscode-symbolIcon-objectForeground); }
.monaco-editor .codicon.codicon-symbol-operator,
.monaco-workbench .codicon.codicon-symbol-operator { color: var(--vscode-symbolIcon-operatorForeground); }
.monaco-editor .codicon.codicon-symbol-package,
.monaco-workbench .codicon.codicon-symbol-package { color: var(--vscode-symbolIcon-packageForeground); }
.monaco-editor .codicon.codicon-symbol-property,
.monaco-workbench .codicon.codicon-symbol-property { color: var(--vscode-symbolIcon-propertyForeground); }
.monaco-editor .codicon.codicon-symbol-reference,
.monaco-workbench .codicon.codicon-symbol-reference { color: var(--vscode-symbolIcon-referenceForeground); }
.monaco-editor .codicon.codicon-symbol-snippet,
.monaco-workbench .codicon.codicon-symbol-snippet { color: var(--vscode-symbolIcon-snippetForeground); }
.monaco-editor .codicon.codicon-symbol-string,
.monaco-workbench .codicon.codicon-symbol-string { color: var(--vscode-symbolIcon-stringForeground); }
.monaco-editor .codicon.codicon-symbol-struct,
.monaco-workbench .codicon.codicon-symbol-struct { color: var(--vscode-symbolIcon-structForeground); }
.monaco-editor .codicon.codicon-symbol-text,
.monaco-workbench .codicon.codicon-symbol-text { color: var(--vscode-symbolIcon-textForeground); }
.monaco-editor .codicon.codicon-symbol-type-parameter,
.monaco-workbench .codicon.codicon-symbol-type-parameter { color: var(--vscode-symbolIcon-typeParameterForeground); }
.monaco-editor .codicon.codicon-symbol-unit,
.monaco-workbench .codicon.codicon-symbol-unit { color: var(--vscode-symbolIcon-unitForeground); }
.monaco-editor .codicon.codicon-symbol-variable,
.monaco-workbench .codicon.codicon-symbol-variable { color: var(--vscode-symbolIcon-variableForeground); }

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .lightBulbWidget {
	display: flex;
	align-items: center;
	justify-content: center;
}

.monaco-editor .lightBulbWidget:hover{
	cursor: pointer;
}

.monaco-editor .lightBulbWidget.codicon-light-bulb,
.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle {
	color: var(--vscode-editorLightBulb-foreground);
}

.monaco-editor .lightBulbWidget.codicon-lightbulb-autofix,
.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle-autofix {
	color: var(--vscode-editorLightBulb-foreground);
	color: var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground));
}

.monaco-editor .lightBulbWidget.codicon-sparkle-filled {
	color: var(--vscode-icon-foreground);
	color: var(--vscode-editorLightBulbAi-foreground, var(--vscode-icon-foreground));
}

.monaco-editor .lightBulbWidget:before {
	position: relative;
	z-index: 2;
}

.monaco-editor .lightBulbWidget:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: 1;
}

/* gutter decoration */
.monaco-editor .glyph-margin-widgets .cgmr[class*="codicon-gutter-lightbulb"] {
	display: block;
	cursor: pointer;
}

.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb,
.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle {
	color: var(--vscode-editorLightBulb-foreground);
}

.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-auto-fix,
.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-aifix-auto-fix {
	color: var(--vscode-editorLightBulb-foreground);
	color: var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground));
}

.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle-filled {
	color: var(--vscode-icon-foreground);
	color: var(--vscode-editorLightBulbAi-foreground, var(--vscode-icon-foreground));
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.action-widget {
	font-size: 13px;
	border-radius: 0;
	min-width: 160px;
	max-width: 80vw;
	z-index: 40;
	display: block;
	width: 100%;
	border: 1px solid var(--vscode-editorWidget-border) !important;
	border-radius: 5px;
	background-color: var(--vscode-editorActionList-background);
	color: var(--vscode-editorActionList-foreground);
	padding: 4px;
	box-shadow: 0 2px 8px var(--vscode-widget-shadow);
}

.context-view-block {
	position: fixed;
	cursor: auto;
	cursor: initial;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.context-view-pointerBlock {
	position: fixed;
	cursor: auto;
	cursor: initial;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.action-widget .monaco-list {
	-moz-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
	border: none !important;
	border-width: 0 !important;
}

.action-widget .monaco-list:focus:before {
	outline: 0 !important;
}

.action-widget .monaco-list .monaco-scrollable-element {
	overflow: visible;
}

/** Styles for each row in the list element **/
.action-widget .monaco-list .monaco-list-row {
	padding: 0 10px;
	white-space: nowrap;
	cursor: pointer;
	touch-action: none;
	width: 100%;
	border-radius: 4px;
}

.action-widget .monaco-list .monaco-list-row.action.focused:not(.option-disabled) {
	background-color: var(--vscode-editorActionList-focusBackground) !important;
	color: var(--vscode-editorActionList-focusForeground);
	outline: 1px solid transparent;
	outline: 1px solid var(--vscode-menu-selectionBorder, transparent);
	outline-offset: -1px;
}

.action-widget .monaco-list-row.group-header {
	color: var(--vscode-descriptionForeground) !important;
	font-weight: 600;
	font-size: 12px;
}

.action-widget .monaco-list-row.group-header:not(:first-of-type) {
	margin-top: 2px;
}

.action-widget .monaco-list .group-header,
.action-widget .monaco-list .option-disabled,
.action-widget .monaco-list .option-disabled:before,
.action-widget .monaco-list .option-disabled .focused,
.action-widget .monaco-list .option-disabled .focused:before {
	cursor: default !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	     user-select: none;
	background-color: transparent !important;
	outline: 0 solid !important;
}

.action-widget .monaco-list-row.action {
	display: flex;
	gap: 8px;
	align-items: center;
}

.action-widget .monaco-list-row.action.option-disabled,
.action-widget .monaco-list:focus .monaco-list-row.focused.action.option-disabled,
.action-widget .monaco-list-row.action.option-disabled .codicon,
.action-widget .monaco-list:not(.drop-target):not(.dragging) .monaco-list-row:hover:not(.selected):not(.focused).option-disabled {
	color: var(--vscode-disabledForeground);
}


.action-widget .monaco-list-row.action:not(.option-disabled) .codicon {
	color: inherit;
}

.action-widget .monaco-list-row.action .title {
	flex: 1 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.action-widget .monaco-list-row.action .monaco-keybinding > .monaco-keybinding-key {
		background-color: var(--vscode-keybindingLabel-background);
		color: var(--vscode-keybindingLabel-foreground);
		border-style: solid;
		border-width: 1px;
		border-radius: 3px;
		border-color: var(--vscode-keybindingLabel-border);
		border-bottom-color: var(--vscode-keybindingLabel-bottomBorder);
		box-shadow: inset 0 -1px 0 var(--vscode-widget-shadow);
}

/* Action bar */

.action-widget .action-widget-action-bar {
	background-color: var(--vscode-editorActionList-background);
	border-top: 1px solid var(--vscode-editorHoverWidget-border);
	margin-top: 2px;
}

.action-widget .action-widget-action-bar::before {
	display: block;
	content: "";
	width: 100%;
}

.action-widget .action-widget-action-bar .actions-container {
	padding: 3px 8px 0;
}

.action-widget-action-bar .action-label {
	color: var(--vscode-textLink-activeForeground);
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	pointer-events: all;
}

.action-widget-action-bar .action-item {
	margin-right: 16px;
	pointer-events: none;
}

.action-widget-action-bar .action-label:hover {
	background-color: transparent !important;
}

.monaco-action-bar .actions-container.highlight-toggled .action-label.checked {
	/* The important gives this rule precedence over the hover rule. */
	background: var(--vscode-actionBar-toggledBackground) !important;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .codelens-decoration {
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--vscode-editorCodeLens-foreground);
	line-height: var(--vscode-editorCodeLens-lineHeight);
	font-size: var(--vscode-editorCodeLens-fontSize);
	padding-right: calc(var(--vscode-editorCodeLens-fontSize)*0.5);
	font-feature-settings: var(--vscode-editorCodeLens-fontFeatureSettings);
	font-family: var(--vscode-editorCodeLens-fontFamily), var(--vscode-editorCodeLens-fontFamilyDefault);
}

.monaco-editor .codelens-decoration > span,
.monaco-editor .codelens-decoration > a {
	-moz-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
	white-space: nowrap;
	vertical-align: sub;
}

.monaco-editor .codelens-decoration > a {
	text-decoration: none;
}

.monaco-editor .codelens-decoration > a:hover {
	cursor: pointer;
	color: var(--vscode-editorLink-activeForeground) !important;
}

.monaco-editor .codelens-decoration > a:hover .codicon {
	color: var(--vscode-editorLink-activeForeground) !important;
}

.monaco-editor .codelens-decoration .codicon {
	vertical-align: middle;
	color: currentColor !important;
	color: var(--vscode-editorCodeLens-foreground);
	line-height: var(--vscode-editorCodeLens-lineHeight);
	font-size: var(--vscode-editorCodeLens-fontSize);
}

.monaco-editor .codelens-decoration > a:hover .codicon::before {
	cursor: pointer;
}

@keyframes fadein {
	0% {
		opacity: 0;
		visibility: visible;
	}

	100% {
		opacity: 1;
	}
}

.monaco-editor .codelens-decoration.fadein {
	animation: fadein 0.1s linear;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.colorpicker-widget {
	height: 190px;
	-moz-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}

/* Decoration */

.colorpicker-color-decoration,
.hc-light .colorpicker-color-decoration {
	border: solid 0.1em #000;
	box-sizing: border-box;
	margin: 0.1em 0.2em 0 0.2em;
	width: 0.8em;
	height: 0.8em;
	line-height: 0.8em;
	display: inline-block;
	cursor: pointer;
}

.hc-black .colorpicker-color-decoration,
.vs-dark .colorpicker-color-decoration {
	border: solid 0.1em #eee;
}

/* Header */

.colorpicker-header {
	display: flex;
	height: 24px;
	position: relative;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=);
	background-size: 9px 9px;
	image-rendering: pixelated;
}

.colorpicker-header .picked-color {
	width: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 24px;
	cursor: pointer;
	color: white;
	flex: 1 1;
	white-space: nowrap;
	overflow: hidden;
}

.colorpicker-header .picked-color .picked-color-presentation {
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
}

.colorpicker-header .picked-color .codicon {
	color: inherit;
	font-size: 14px;
}

.colorpicker-header .picked-color.light {
	color: black;
}

.colorpicker-header .original-color {
	width: 74px;
	z-index: inherit;
	cursor: pointer;
}

.standalone-colorpicker {
	color: var(--vscode-editorHoverWidget-foreground);
	background-color: var(--vscode-editorHoverWidget-background);
	border: 1px solid var(--vscode-editorHoverWidget-border);
}

.colorpicker-header.standalone-colorpicker {
	border-bottom: none;
}

.colorpicker-header .close-button {
	cursor: pointer;
	background-color: var(--vscode-editorHoverWidget-background);
	border-left: 1px solid var(--vscode-editorHoverWidget-border);
}

.colorpicker-header .close-button-inner-div {
	width: 100%;
	height: 100%;
	text-align: center;
}

.colorpicker-header .close-button-inner-div:hover {
	background-color: var(--vscode-toolbar-hoverBackground);
}

.colorpicker-header .close-icon {
	padding: 3px;
}

/* Body */

.colorpicker-body {
	display: flex;
	padding: 8px;
	position: relative;
}

.colorpicker-body .saturation-wrap {
	overflow: hidden;
	height: 150px;
	position: relative;
	min-width: 220px;
	flex: 1 1;
}

.colorpicker-body .saturation-box {
	height: 150px;
	position: absolute;
}

.colorpicker-body .saturation-selection {
	width: 9px;
	height: 9px;
	margin: -5px 0 0 -5px;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 100%;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
	position: absolute;
}

.colorpicker-body .strip {
	width: 25px;
	height: 150px;
}

.colorpicker-body .standalone-strip {
	width: 25px;
	height: 122px;
}

.colorpicker-body .hue-strip {
	position: relative;
	margin-left: 8px;
	cursor: grab;
	background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

.colorpicker-body .opacity-strip {
	position: relative;
	margin-left: 8px;
	cursor: grab;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=);
	background-size: 9px 9px;
	image-rendering: pixelated;
}

.colorpicker-body .strip.grabbing {
	cursor: grabbing;
}

.colorpicker-body .slider {
	position: absolute;
	top: 0;
	left: -2px;
	width: calc(100% + 4px);
	height: 4px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.71);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.85);
}

.colorpicker-body .strip .overlay {
	height: 150px;
	pointer-events: none;
}

.colorpicker-body .standalone-strip .standalone-overlay {
	height: 122px;
	pointer-events: none;
}

.standalone-colorpicker-body {
	display: block;
	border: 1px solid transparent;
	border-bottom: 1px solid var(--vscode-editorHoverWidget-border);
	overflow: hidden;
}

.colorpicker-body .insert-button {
	position: absolute;
	height: 20px;
	width: 58px;
	padding: 0px;
	right: 8px;
	bottom: 8px;
	background: var(--vscode-button-background);
	color: var(--vscode-button-foreground);
	border-radius: 2px;
	border: none;
	cursor: pointer;
}

.colorpicker-body .insert-button:hover{
	background: var(--vscode-button-hoverBackground);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .inlineSuggestionsHints.withBorder {
	z-index: 39;
	color: var(--vscode-editorHoverWidget-foreground);
	background-color: var(--vscode-editorHoverWidget-background);
	border: 1px solid var(--vscode-editorHoverWidget-border);
}

.monaco-editor .inlineSuggestionsHints a {
	color: var(--vscode-foreground);
}

.monaco-editor .inlineSuggestionsHints a:hover {
	color: var(--vscode-foreground);
}

.monaco-editor .inlineSuggestionsHints .keybinding {
	display: flex;
	margin-left: 4px;
	opacity: 0.6;
}

.monaco-editor .inlineSuggestionsHints .keybinding .monaco-keybinding-key {
	font-size: 8px;
	padding: 2px 3px;
}

.monaco-editor .inlineSuggestionsHints .availableSuggestionCount a {
	display: flex;
	min-width: 19px;
	justify-content: center;
}

.monaco-editor .inlineSuggestionStatusBarItemLabel {
	margin-right: 2px;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .peekview-widget .head {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.monaco-editor .peekview-widget .head .peekview-title {
	display: flex;
	align-items: baseline;
	font-size: 13px;
	margin-left: 20px;
	min-width: 0;
	text-overflow: ellipsis;
	overflow: hidden;
}

.monaco-editor .peekview-widget .head .peekview-title.clickable {
	cursor: pointer;
}

.monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty) {
	font-size: 0.9em;
	margin-left: 0.5em;
}

.monaco-editor .peekview-widget .head .peekview-title .meta {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.monaco-editor .peekview-widget .head .peekview-title .dirname {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.monaco-editor .peekview-widget .head .peekview-title .filename {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty)::before {
	content: '-';
	padding: 0 0.3em;
}

.monaco-editor .peekview-widget .head .peekview-actions {
	flex: 1 1;
	text-align: right;
	padding-right: 2px;
}

.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar {
	display: inline-block;
}

.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar,
.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar > .actions-container {
	height: 100%;
}

.monaco-editor .peekview-widget > .body {
	border-top: 1px solid;
	position: relative;
}

.monaco-editor .peekview-widget .head .peekview-title .codicon {
	margin-right: 4px;
	align-self: center;
}

.monaco-editor .peekview-widget .monaco-list .monaco-list-row.focused .codicon {
	color: inherit !important;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
.monaco-editor .zone-widget {
	position: absolute;
	z-index: 10;
}


.monaco-editor .zone-widget .zone-widget-container {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 0;
	border-bottom-width: 0;
	position: relative;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* -- zone widget */
.monaco-editor .zone-widget .zone-widget-container.reference-zone-widget {
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.monaco-editor .reference-zone-widget .inline {
	display: inline-block;
	vertical-align: top;
}

.monaco-editor .reference-zone-widget .messages {
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 3em 0;
}

.monaco-editor .reference-zone-widget .ref-tree {
	line-height: 23px;
	background-color: var(--vscode-peekViewResult-background);
	color: var(--vscode-peekViewResult-lineForeground);
}

.monaco-editor .reference-zone-widget .ref-tree .reference {
	text-overflow: ellipsis;
	overflow: hidden;
}

.monaco-editor .reference-zone-widget .ref-tree .reference-file {
	display: inline-flex;
	width: 100%;
	height: 100%;
	color: var(--vscode-peekViewResult-fileForeground);
}

.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file {
	color: inherit !important;
}

.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows > .monaco-list-row.selected:not(.highlighted) {
	background-color: var(--vscode-peekViewResult-selectionBackground);
	color: var(--vscode-peekViewResult-selectionForeground) !important;
}

.monaco-editor .reference-zone-widget .ref-tree .reference-file .count {
	margin-right: 12px;
	margin-left: auto;
}

.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight {
	background-color: var(--vscode-peekViewResult-matchHighlightBackground);
}

.monaco-editor .reference-zone-widget .preview .reference-decoration {
	background-color: var(--vscode-peekViewEditor-matchHighlightBackground);
	border: 2px solid var(--vscode-peekViewEditor-matchHighlightBorder);
	box-sizing: border-box;
}

.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background,
.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input {
	background-color: var(--vscode-peekViewEditor-background);
}

.monaco-editor .reference-zone-widget .preview .monaco-editor .margin {
	background-color: var(--vscode-peekViewEditorGutter-background);
}

/* High Contrast Theming */

.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file,
.monaco-editor.hc-light .reference-zone-widget .ref-tree .reference-file {
	font-weight: bold;
}

.monaco-editor.hc-black .reference-zone-widget .ref-tree .referenceMatch .highlight,
.monaco-editor.hc-light .reference-zone-widget .ref-tree .referenceMatch .highlight {
	border: 1px dotted transparent;
	border: 1px dotted var(--vscode-contrastActiveBorder, transparent);
	box-sizing: border-box;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .hoverHighlight {
	background-color: var(--vscode-editor-hoverHighlightBackground);
}

.monaco-editor .monaco-hover-content {
	padding-right: 2px;
	padding-bottom: 2px;
	box-sizing: border-box;
}

.monaco-editor .monaco-hover {
	color: var(--vscode-editorHoverWidget-foreground);
	background-color: var(--vscode-editorHoverWidget-background);
	border: 1px solid var(--vscode-editorHoverWidget-border);
	border-radius: 3px;
}

.monaco-editor .monaco-hover a {
	color: var(--vscode-textLink-foreground);
}

.monaco-editor .monaco-hover a:hover {
	color: var(--vscode-textLink-activeForeground);
}

.monaco-editor .monaco-hover .hover-row {
	display: flex;
}

.monaco-editor .monaco-hover .hover-row .hover-row-contents {
	min-width:0;
	display: flex;
	flex-direction: column;
}

.monaco-editor .monaco-hover .hover-row .verbosity-actions {
	display: flex;
	flex-direction: column;
	padding-left: 5px;
	padding-right: 5px;
	justify-content: end;
	border-right: 1px solid var(--vscode-editorHoverWidget-border);
}

.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon {
	cursor: pointer;
	font-size: 11px;
}

.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon.enabled {
	color: var(--vscode-textLink-foreground);
}

.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon.disabled {
	opacity: 0.6;
}

.monaco-editor .monaco-hover .hover-row .actions {
	background-color: var(--vscode-editorHoverWidget-statusBarBackground);
}

.monaco-editor .monaco-hover code {
	background-color: var(--vscode-textCodeBlock-background);
}



/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor.vs .dnd-target,
.monaco-editor.hc-light .dnd-target {
	border-right: 2px dotted black;
	color: white; /* opposite of black */
}
.monaco-editor.vs-dark .dnd-target {
	border-right: 2px dotted #AEAFAD;
	color: #51504f; /* opposite of #AEAFAD */
}
.monaco-editor.hc-black .dnd-target {
	border-right: 2px dotted #fff;
	color: #000; /* opposite of #fff */
}

.monaco-editor.mouse-default .view-lines,
.monaco-editor.vs-dark.mac.mouse-default .view-lines,
.monaco-editor.hc-black.mac.mouse-default .view-lines,
.monaco-editor.hc-light.mac.mouse-default .view-lines {
	cursor: default;
}
.monaco-editor.mouse-copy .view-lines,
.monaco-editor.vs-dark.mac.mouse-copy .view-lines,
.monaco-editor.hc-black.mac.mouse-copy .view-lines,
.monaco-editor.hc-light.mac.mouse-copy .view-lines {
	cursor: copy;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .findOptionsWidget {
	background-color: var(--vscode-editorWidget-background);
	color: var(--vscode-editorWidget-foreground);
	box-shadow: 0 0 8px 2px var(--vscode-widget-shadow);
	border: 2px solid var(--vscode-contrastBorder);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* Find widget */
.monaco-editor .find-widget {
	position: absolute;
	z-index: 35;
	height: 33px;
	overflow: hidden;
	line-height: 19px;
	transition: transform 200ms linear;
	padding: 0 4px;
	box-sizing: border-box;
	transform: translateY(calc(-100% - 10px)); /* shadow (10px) */
	box-shadow: 0 0 8px 2px var(--vscode-widget-shadow);
	color: var(--vscode-editorWidget-foreground);
	border-left: 1px solid var(--vscode-widget-border);
	border-right: 1px solid var(--vscode-widget-border);
	border-bottom: 1px solid var(--vscode-widget-border);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: var(--vscode-editorWidget-background);
}

.monaco-workbench.reduce-motion .monaco-editor .find-widget {
	transition: transform 0ms linear;
}

.monaco-editor .find-widget textarea {
	margin: 0px;
}

.monaco-editor .find-widget.hiddenEditor {
	display: none;
}

/* Find widget when replace is toggled on */
.monaco-editor .find-widget.replaceToggled > .replace-part {
	display: flex;
}

.monaco-editor .find-widget.visible  {
	transform: translateY(0);
}

/* This outline-color rule is used to override the outline color for synthetic-focus find input. */
.monaco-editor .find-widget .monaco-inputbox.synthetic-focus {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: -1px;
	outline-color: var(--vscode-focusBorder);
}

.monaco-editor .find-widget .monaco-inputbox .input {
	background-color: transparent;
	min-height: 0;
}

.monaco-editor .find-widget .monaco-findInput .input {
	font-size: 13px;
}

.monaco-editor .find-widget > .find-part,
.monaco-editor .find-widget > .replace-part {
	margin: 3px 25px 0 17px;
	font-size: 12px;
	display: flex;
}

.monaco-editor .find-widget > .find-part .monaco-inputbox,
.monaco-editor .find-widget > .replace-part .monaco-inputbox {
	min-height: 25px;
}


.monaco-editor .find-widget > .replace-part .monaco-inputbox > .ibwrapper > .mirror {
	padding-right: 22px;
}

.monaco-editor .find-widget > .find-part .monaco-inputbox > .ibwrapper > .input,
.monaco-editor .find-widget > .find-part .monaco-inputbox > .ibwrapper > .mirror,
.monaco-editor .find-widget > .replace-part .monaco-inputbox > .ibwrapper > .input,
.monaco-editor .find-widget > .replace-part .monaco-inputbox > .ibwrapper > .mirror {
	padding-top: 2px;
	padding-bottom: 2px;
}

.monaco-editor .find-widget > .find-part .find-actions {
	height: 25px;
	display: flex;
	align-items: center;
}

.monaco-editor .find-widget > .replace-part .replace-actions {
	height: 25px;
	display: flex;
	align-items: center;
}

.monaco-editor .find-widget .monaco-findInput {
	vertical-align: middle;
	display: flex;
	flex:1 1;
}

.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element {
	/* Make sure textarea inherits the width correctly */
	width: 100%;
}

.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element .scrollbar.vertical {
	/* Hide vertical scrollbar */
	opacity: 0;
}

.monaco-editor .find-widget .matchesCount {
	display: flex;
	flex: initial;
	margin: 0 0 0 3px;
	padding: 2px 0 0 2px;
	height: 25px;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	line-height: 23px;
}

.monaco-editor .find-widget .button {
	width: 16px;
	height: 16px;
	padding: 3px;
	border-radius: 5px;
	display: flex;
	flex: initial;
	margin-left: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* find in selection button */
.monaco-editor .find-widget .codicon-find-selection {
	width: 22px;
	height: 22px;
	padding: 3px;
	border-radius: 5px;
}

.monaco-editor .find-widget .button.left {
	margin-left: 0;
	margin-right: 3px;
}

.monaco-editor .find-widget .button.wide {
	width: auto;
	padding: 1px 6px;
	top: -1px;
}

.monaco-editor .find-widget .button.toggle {
	position: absolute;
	top: 0;
	left: 3px;
	width: 18px;
	height: 100%;
	border-radius: 0;
	box-sizing: border-box;
}

.monaco-editor .find-widget .button.toggle.disabled {
	display: none;
}

.monaco-editor .find-widget .disabled {
	color: var(--vscode-disabledForeground);
	cursor: default;
}

.monaco-editor .find-widget > .replace-part {
	display: none;
}

.monaco-editor .find-widget > .replace-part > .monaco-findInput {
	position: relative;
	display: flex;
	vertical-align: middle;
	flex: auto;
	flex-grow: 0;
	flex-shrink: 0;
}

.monaco-editor .find-widget > .replace-part > .monaco-findInput > .controls {
	position: absolute;
	top: 3px;
	right: 2px;
}

/* REDUCED */
.monaco-editor .find-widget.reduced-find-widget .matchesCount {
	display:none;
}

/* NARROW (SMALLER THAN REDUCED) */
.monaco-editor .find-widget.narrow-find-widget {
	max-width: 257px !important;
}

/* COLLAPSED (SMALLER THAN NARROW) */
.monaco-editor .find-widget.collapsed-find-widget {
	max-width: 170px !important;
}

.monaco-editor .find-widget.collapsed-find-widget .button.previous,
.monaco-editor .find-widget.collapsed-find-widget .button.next,
.monaco-editor .find-widget.collapsed-find-widget .button.replace,
.monaco-editor .find-widget.collapsed-find-widget .button.replace-all,
.monaco-editor .find-widget.collapsed-find-widget > .find-part .monaco-findInput .controls {
	display:none;
}

.monaco-editor .find-widget.no-results .matchesCount {
	color: var(--vscode-errorForeground);
}

.monaco-editor .findMatch {
	animation-duration: 0;
	animation-name: inherit !important;
	background-color: var(--vscode-editor-findMatchHighlightBackground);
}

.monaco-editor .currentFindMatch {
	background-color: var(--vscode-editor-findMatchBackground);
	border: 2px solid var(--vscode-editor-findMatchBorder);
	padding: 1px;
	box-sizing: border-box;
}

.monaco-editor .findScope {
	background-color: var(--vscode-editor-findRangeHighlightBackground);
}

.monaco-editor .find-widget .monaco-sash {
	left: 0 !important;
	background-color: var(--vscode-editorWidget-border);
	background-color: var(--vscode-editorWidget-resizeBorder, var(--vscode-editorWidget-border));
}

.monaco-editor.hc-black .find-widget .button:before {
	position: relative;
	top: 1px;
	left: 2px;
}

/* Action bars */
.monaco-editor .find-widget .button:not(.disabled):hover,
.monaco-editor .find-widget .codicon-find-selection:hover {
	background-color: var(--vscode-toolbar-hoverBackground) !important;
}

.monaco-editor.findMatch {
	background-color: var(--vscode-editor-findMatchHighlightBackground);
}

.monaco-editor.currentFindMatch {
	background-color: var(--vscode-editor-findMatchBackground);
}

.monaco-editor.findScope {
	background-color: var(--vscode-editor-findRangeHighlightBackground);
}

.monaco-editor.findMatch {
	background-color: var(--vscode-editorWidget-background);
}

/* Close button position. */
.monaco-editor .find-widget > .button.codicon-widget-close {
	position: absolute;
	top: 5px;
	right: 4px;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
.monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,
.monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,
.monaco-editor .margin-view-overlays .codicon-folding-expanded,
.monaco-editor .margin-view-overlays .codicon-folding-collapsed {
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 140%;
	margin-left: 2px;
}

.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,
.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,
.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-expanded,
.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-collapsed {
	transition: none 0s ease 0s;
	transition: initial;
}

.monaco-editor .margin-view-overlays:hover .codicon,
.monaco-editor .margin-view-overlays .codicon.codicon-folding-collapsed,
.monaco-editor .margin-view-overlays .codicon.codicon-folding-manual-collapsed,
.monaco-editor .margin-view-overlays .codicon.alwaysShowFoldIcons {
	opacity: 1;
}

.monaco-editor .inline-folded:after {
	color: var(--vscode-editor-foldPlaceholderForeground);
	margin: 0.1em 0.2em 0 0.2em;
	content: "\22EF"; /* ellipses unicode character */
	display: inline;
	line-height: 1em;
	cursor: pointer;
}

.monaco-editor .folded-background {
	background-color: var(--vscode-editor-foldBackground);
}

.monaco-editor .cldr.codicon.codicon-folding-expanded,
.monaco-editor .cldr.codicon.codicon-folding-collapsed,
.monaco-editor .cldr.codicon.codicon-folding-manual-expanded,
.monaco-editor .cldr.codicon.codicon-folding-manual-collapsed {
	color: var(--vscode-editorGutter-foldingControlForeground) !important;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .suggest-preview-additional-widget {
	white-space: nowrap;
}

.monaco-editor .suggest-preview-additional-widget .content-spacer {
	color: transparent;
	white-space: pre;
}

.monaco-editor .suggest-preview-additional-widget .button {
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
	text-underline-position: under;
}

.monaco-editor .ghost-text-hidden {
	opacity: 0;
	font-size: 0;
}

.monaco-editor .ghost-text-decoration, .monaco-editor .suggest-preview-text .ghost-text {
	font-style: italic;
}

.monaco-editor .inline-completion-text-to-replace {
	text-decoration: underline;
	text-underline-position: under;
}

.monaco-editor .ghost-text-decoration,
.monaco-editor .ghost-text-decoration-preview,
.monaco-editor .suggest-preview-text .ghost-text {
	color: var(--vscode-editorGhostText-foreground) !important;
	background-color: var(--vscode-editorGhostText-background);
	border: 1px solid var(--vscode-editorGhostText-border);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .snippet-placeholder {
	min-width: 2px;
	outline-style: solid;
	outline-width: 1px;
	background-color: transparent;
	background-color: var(--vscode-editor-snippetTabstopHighlightBackground, transparent);
	outline-color: transparent;
	outline-color: var(--vscode-editor-snippetTabstopHighlightBorder, transparent);
}

.monaco-editor .finish-snippet-placeholder {
	outline-style: solid;
	outline-width: 1px;
	background-color: transparent;
	background-color: var(--vscode-editor-snippetFinalTabstopHighlightBackground, transparent);
	outline-color: transparent;
	outline-color: var(--vscode-editor-snippetFinalTabstopHighlightBorder, transparent);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* Suggest widget*/

.monaco-editor .suggest-widget {
	width: 430px;
	z-index: 40;
	display: flex;
	flex-direction: column;
	border-radius: 3px;
}

.monaco-editor .suggest-widget.message {
	flex-direction: row;
	align-items: center;
}

.monaco-editor .suggest-widget,
.monaco-editor .suggest-details {
	flex: 0 1 auto;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: var(--vscode-editorSuggestWidget-border);
	background-color: var(--vscode-editorSuggestWidget-background);
}

.monaco-editor.hc-black .suggest-widget,
.monaco-editor.hc-black .suggest-details,
.monaco-editor.hc-light .suggest-widget,
.monaco-editor.hc-light .suggest-details {
	border-width: 2px;
}

/* Styles for status bar part */


.monaco-editor .suggest-widget .suggest-status-bar {
	box-sizing: border-box;
	display: none;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
	font-size: 80%;
	padding: 0 4px 0 4px;
	border-top: 1px solid var(--vscode-editorSuggestWidget-border);
	overflow: hidden;
}

.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar {
	display: flex;
}

.monaco-editor .suggest-widget .suggest-status-bar .left {
	padding-right: 8px;
}

.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label {
	color: var(--vscode-editorSuggestWidgetStatus-foreground);
}

.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label {
	margin-right: 0;
}

.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label::after {
	content: ', ';
	margin-right: 0.3em;
}

.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row > .contents > .main > .right > .readMore,
.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row.focused.string-label > .contents > .main > .right > .readMore {
	display: none;
}

.monaco-editor .suggest-widget.with-status-bar:not(.docs-side) .monaco-list .monaco-list-row:hover > .contents > .main > .right.can-expand-details > .details-label {
	width: 100%;
}

/* Styles for Message element for when widget is loading or is empty */

.monaco-editor .suggest-widget > .message {
	padding-left: 22px;
}

/** Styles for the list element **/

.monaco-editor .suggest-widget > .tree {
	height: 100%;
	width: 100%;
}

.monaco-editor .suggest-widget .monaco-list {
	-moz-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}

/** Styles for each row in the list element **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row {
	display: flex;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	white-space: nowrap;
	cursor: pointer;
	touch-action: none;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused {
	color: var(--vscode-editorSuggestWidget-selectedForeground);
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .codicon {
	color: var(--vscode-editorSuggestWidget-selectedIconForeground);
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents {
	flex: 1 1;
	height: 100%;
	overflow: hidden;
	padding-left: 2px;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main {
	display: flex;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
	justify-content: space-between;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .left,
.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .right {
	display: flex;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.focused) > .contents > .main .monaco-icon-label {
	color: var(--vscode-editorSuggestWidget-foreground);
}

.monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .highlight {
	font-weight: bold;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main .monaco-highlighted-label .highlight {
	color: var(--vscode-editorSuggestWidget-highlightForeground);
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused > .contents > .main .monaco-highlighted-label .highlight {
	color: var(--vscode-editorSuggestWidget-focusHighlightForeground);
}

/** ReadMore Icon styles **/

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .header > .codicon-close,
.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .right > .readMore::before {
	color: inherit;
	opacity: 1;
	font-size: 14px;
	cursor: pointer;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .header > .codicon-close {
	position: absolute;
	top: 6px;
	right: 2px;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .header > .codicon-close:hover,
.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .right > .readMore:hover {
	opacity: 1;
}

/** signature, qualifier, type/details opacity **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .right > .details-label {
	opacity: 0.7;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .left > .signature-label {
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0.6;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .left > .qualifier-label {
	margin-left: 12px;
	opacity: 0.4;
	font-size: 85%;
	line-height: normal;
	line-height: initial;
	text-overflow: ellipsis;
	overflow: hidden;
	align-self: center;
}

/** Type Info and icon next to the label in the focused completion item **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .right > .details-label {
	font-size: 85%;
	margin-left: 1.1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .right > .details-label > .monaco-tokenized-source {
	display: inline;
}

/** Details: if using CompletionItem#details, show on focus **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .right > .details-label {
	display: none;
}

.monaco-editor .suggest-widget:not(.shows-details) .monaco-list .monaco-list-row.focused > .contents > .main > .right > .details-label {
	display: inline;
}

/** Details: if using CompletionItemLabel#details, always show **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label) > .contents > .main > .right > .details-label,
.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused:not(.string-label) > .contents > .main > .right > .details-label {
	display: inline;
}

/** Ellipsis on hover **/

.monaco-editor .suggest-widget:not(.docs-side) .monaco-list .monaco-list-row.focused:hover > .contents > .main > .right.can-expand-details > .details-label {
	width: calc(100% - 26px);
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .left {
	flex-shrink: 1;
	flex-grow: 1;
	overflow: hidden;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .left > .monaco-icon-label {
	flex-shrink: 0;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label) > .contents > .main > .left > .monaco-icon-label {
	max-width: 100%;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label > .contents > .main > .left > .monaco-icon-label {
	flex-shrink: 1;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .right {
	overflow: hidden;
	flex-shrink: 4;
	max-width: 70%;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .right > .readMore {
	display: inline-block;
	position: absolute;
	right: 10px;
	width: 18px;
	height: 18px;
	visibility: hidden;
}

/** Do NOT display ReadMore when docs is side/below **/

.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row > .contents > .main > .right > .readMore {
	display: none !important;
}

/** Do NOT display ReadMore when using plain CompletionItemLabel (details/documentation might not be resolved) **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label > .contents > .main > .right > .readMore {
	display: none;
}

/** Focused item can show ReadMore, but can't when docs is side/below **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused.string-label > .contents > .main > .right > .readMore {
	display: inline-block;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused:hover > .contents > .main > .right > .readMore {
	visibility: visible;
}

/** Styles for each row in the list **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated {
	opacity: 0.66;
	text-decoration: none;
	text-decoration: initial;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated > .monaco-icon-label-container > .monaco-icon-name-container {
	text-decoration: line-through;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label::before {
	height: 100%;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon {
	display: block;
	height: 16px;
	width: 16px;
	margin-left: 2px;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide {
	display: none;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon {
	display: flex;
	align-items: center;
	margin-right: 4px;
}

.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon,
.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .suggest-icon::before {
	display: none;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan {
	margin: 0 0 0 0.3em;
	border: 0.1em solid #000;
	width: 0.7em;
	height: 0.7em;
	display: inline-block;
}

/** Styles for the docs of the completion item in focus **/

.monaco-editor .suggest-details-container {
	z-index: 41;
}

.monaco-editor .suggest-details {
	display: flex;
	flex-direction: column;
	cursor: default;
	color: var(--vscode-editorSuggestWidget-foreground);
}

.monaco-editor .suggest-details.focused {
	border-color: var(--vscode-focusBorder);
}

.monaco-editor .suggest-details a {
	color: var(--vscode-textLink-foreground);
}

.monaco-editor .suggest-details a:hover {
	color: var(--vscode-textLink-activeForeground);
}

.monaco-editor .suggest-details code {
	background-color: var(--vscode-textCodeBlock-background);
}

.monaco-editor .suggest-details.no-docs {
	display: none;
}

.monaco-editor .suggest-details > .monaco-scrollable-element {
	flex: 1 1;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .header > .type {
	flex: 2 1;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0.7;
	white-space: pre;
	margin: 0 24px 0 0;
	padding: 4px 0 12px 5px;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .header > .type.auto-wrap {
	white-space: normal;
	word-break: break-all;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .docs {
	margin: 0;
	padding: 4px 5px;
	white-space: pre-wrap;
}

.monaco-editor .suggest-details.no-type > .monaco-scrollable-element > .body > .docs {
	margin-right: 24px;
	overflow: hidden;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .docs.markdown-docs {
	padding: 0;
	white-space: normal;
	white-space: initial;
	min-height: calc(1rem + 8px);
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .docs.markdown-docs > div,
.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .docs.markdown-docs > span:not(:empty) {
	padding: 4px 5px;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .docs.markdown-docs > div > p:first-child {
	margin-top: 0;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .docs.markdown-docs > div > p:last-child {
	margin-bottom: 0;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .docs.markdown-docs .monaco-tokenized-source {
	white-space: pre;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .docs .code {
	white-space: pre-wrap;
	word-wrap: break-word;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .docs.markdown-docs .codicon {
	vertical-align: sub;
}

.monaco-editor .suggest-details > .monaco-scrollable-element > .body > p:empty {
	display: none;
}

.monaco-editor .suggest-details code {
	border-radius: 3px;
	padding: 0 0.4em;
}

.monaco-editor .suggest-details ul {
	padding-left: 20px;
}

.monaco-editor .suggest-details ol {
	padding-left: 20px;
}

.monaco-editor .suggest-details p code {
	font-family: var(--monaco-monospace-font);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .goto-definition-link {
	text-decoration: underline;
	cursor: pointer;
	color: var(--vscode-editorLink-activeForeground) !important;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* marker zone */

.monaco-editor .peekview-widget .head .peekview-title .severity-icon {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 4px;
}

.monaco-editor .marker-widget {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.monaco-editor .marker-widget > .stale {
	opacity: 0.6;
	font-style: italic;
}

.monaco-editor .marker-widget .title {
	display: inline-block;
	padding-right: 5px;
}

.monaco-editor .marker-widget .descriptioncontainer {
	position: absolute;
	white-space: pre;
	-moz-user-select: text;
	     user-select: text;
	-webkit-user-select: text;
	padding: 8px 12px 0 20px;
}

.monaco-editor .marker-widget .descriptioncontainer .message {
	display: flex;
	flex-direction: column;
}

.monaco-editor .marker-widget .descriptioncontainer .message .details {
	padding-left: 6px;
}

.monaco-editor .marker-widget .descriptioncontainer .message .source,
.monaco-editor .marker-widget .descriptioncontainer .message span.code {
	opacity: 0.6;
}

.monaco-editor .marker-widget .descriptioncontainer .message a.code-link {
	opacity: 0.6;
	color: inherit;
}

.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:before {
	content: '(';
}

.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:after {
	content: ')';
}

.monaco-editor .marker-widget .descriptioncontainer .message a.code-link > span {
	text-decoration: underline;
	/** Hack to force underline to show **/
	border-bottom: 1px solid transparent;
	text-underline-position: under;
	color: var(--vscode-textLink-activeForeground);
}

.monaco-editor .marker-widget .descriptioncontainer .filename {
	cursor: pointer;
	color: var(--vscode-textLink-activeForeground);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .zone-widget .codicon.codicon-error,
.markers-panel .marker-icon.error, .markers-panel .marker-icon .codicon.codicon-error,
.text-search-provider-messages .providerMessage .codicon.codicon-error,
.extensions-viewlet > .extensions .codicon.codicon-error,
.extension-editor .codicon.codicon-error,
.preferences-editor .codicon.codicon-error {
	color: var(--vscode-problemsErrorIcon-foreground);
}

.monaco-editor .zone-widget .codicon.codicon-warning,
.markers-panel .marker-icon.warning, .markers-panel .marker-icon .codicon.codicon-warning,
.text-search-provider-messages .providerMessage .codicon.codicon-warning,
.extensions-viewlet > .extensions .codicon.codicon-warning,
.extension-editor .codicon.codicon-warning,
.preferences-editor .codicon.codicon-warning {
	color: var(--vscode-problemsWarningIcon-foreground);
}

.monaco-editor .zone-widget .codicon.codicon-info,
.markers-panel .marker-icon.info, .markers-panel .marker-icon .codicon.codicon-info,
.text-search-provider-messages .providerMessage .codicon.codicon-info,
.extensions-viewlet > .extensions .codicon.codicon-info,
.extension-editor .codicon.codicon-info,
.preferences-editor .codicon.codicon-info {
	color: var(--vscode-problemsInfoIcon-foreground);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/


.monaco-editor.vs .valueSetReplacement {
	outline: solid 2px var(--vscode-editorBracketMatch-border);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .linked-editing-decoration {
	background-color: var(--vscode-editor-linkedEditingBackground);

	/* Ensure decoration is visible even if range is empty */
	min-width: 1px;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
.monaco-editor .detected-link,
.monaco-editor .detected-link-active {
	text-decoration: underline;
	text-underline-position: under;
}

.monaco-editor .detected-link-active {
	cursor: pointer;
	color: var(--vscode-editorLink-activeForeground) !important;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .focused .selectionHighlight {
	background-color: var(--vscode-editor-selectionHighlightBackground);
	box-sizing: border-box;
	border: 1px solid var(--vscode-editor-selectionHighlightBorder);
}
.monaco-editor.hc-black .focused .selectionHighlight, .monaco-editor.hc-light .focused .selectionHighlight {
	border-style: dotted;
}

.monaco-editor .wordHighlight {
	background-color: var(--vscode-editor-wordHighlightBackground);
	box-sizing: border-box;
	border: 1px solid var(--vscode-editor-wordHighlightBorder);
}
.monaco-editor.hc-black .wordHighlight, .monaco-editor.hc-light .wordHighlight {
	border-style: dotted;
}

.monaco-editor .wordHighlightStrong {
	background-color: var(--vscode-editor-wordHighlightStrongBackground);
	box-sizing: border-box;
	border: 1px solid var(--vscode-editor-wordHighlightStrongBorder);
}
.monaco-editor.hc-black .wordHighlightStrong, .monaco-editor.hc-light .wordHighlightStrong {
	border-style: dotted;
}

.monaco-editor .wordHighlightText {
	background-color: var(--vscode-editor-wordHighlightTextBackground);
	box-sizing: border-box;
	border: 1px solid var(--vscode-editor-wordHighlightTextBorder);
}
.monaco-editor.hc-black .wordHighlightText, .monaco-editor.hc-light .wordHighlightText {
	border-style: dotted;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .inline-edit-remove {
	background-color: var(--vscode-editorGhostText-background);
	font-style: italic;
}

.monaco-editor .inline-edit-hidden {
	opacity: 0;
	font-size: 0;
}

.monaco-editor .inline-edit-decoration, .monaco-editor .suggest-preview-text .inline-edit {
	font-style: italic;
}

.monaco-editor .inline-completion-text-to-replace {
	text-decoration: underline;
	text-underline-position: under;
}

.monaco-editor .inline-edit-decoration,
.monaco-editor .inline-edit-decoration-preview,
.monaco-editor .suggest-preview-text .inline-edit {
	color: var(--vscode-editorGhostText-foreground) !important;
	background-color: var(--vscode-editorGhostText-background);
	border: 1px solid var(--vscode-editorGhostText-border);
}



/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .inlineEditHints.withBorder {
	z-index: 39;
	color: var(--vscode-editorHoverWidget-foreground);
	background-color: var(--vscode-editorHoverWidget-background);
	border: 1px solid var(--vscode-editorHoverWidget-border);
}

.monaco-editor .inlineEditHints a {
	color: var(--vscode-foreground);
}

.monaco-editor .inlineEditHints a:hover {
	color: var(--vscode-foreground);
}

.monaco-editor .inlineEditHints .keybinding {
	display: flex;
	margin-left: 4px;
	opacity: 0.6;
}

.monaco-editor .inlineEditHints .keybinding .monaco-keybinding-key {
	font-size: 8px;
	padding: 2px 3px;
}

.monaco-editor .inlineEditStatusBarItemLabel {
	margin-right: 2px;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .inlineEditSideBySide {
	z-index: 39;
	color: var(--vscode-editorHoverWidget-foreground);
	background-color: var(--vscode-editorHoverWidget-background);
	border: 1px solid var(--vscode-editorHoverWidget-border);
	white-space: pre;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor div.inline-edits-widget {
	--widget-color: var(--vscode-notifications-background);

	.promptEditor .monaco-editor {
		--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground);
	}

	.toolbar, .promptEditor {
		opacity: 0;
		transition: opacity 0.2s ease-in-out;
	}
	&:hover, &.focused {
		.toolbar, .promptEditor {
			opacity: 1;
		}
	}

	.preview .monaco-editor {

		.mtk1 {
			/*color: rgba(215, 215, 215, 0.452);*/
			color: var(--vscode-editorGhostText-foreground);
		}
		.view-overlays .current-line-exact {
			border: none;
		}

		.current-line-margin {
			border: none;
		}

		--vscode-editor-background: var(--widget-color);
	}

	svg {
		.gradient-start {
			stop-color: var(--vscode-editor-background);
		}

		.gradient-stop {
			stop-color: var(--widget-color);
		}
	}
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .parameter-hints-widget {
	/* Must be higher than the sash's z-index and terminal canvases but lower than the suggest widget */
	z-index: 39;
	display: flex;
	flex-direction: column;
	line-height: 1.5em;
	cursor: default;
	color: var(--vscode-editorHoverWidget-foreground);
	background-color: var(--vscode-editorHoverWidget-background);
	border: 1px solid var(--vscode-editorHoverWidget-border);
}

.hc-black .monaco-editor .parameter-hints-widget,
.hc-light .monaco-editor .parameter-hints-widget {
	border-width: 2px;
}

.monaco-editor .parameter-hints-widget > .phwrapper {
	max-width: 440px;
	display: flex;
	flex-direction: row;
}

.monaco-editor .parameter-hints-widget.multiple {
	min-height: 3.3em;
	padding: 0;
}

.monaco-editor .parameter-hints-widget.multiple .body::before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	opacity: 0.5;
	border-left: 1px solid var(--vscode-editorHoverWidget-border);
}

.monaco-editor .parameter-hints-widget p,
.monaco-editor .parameter-hints-widget ul {
	margin: 8px 0;
}

.monaco-editor .parameter-hints-widget .monaco-scrollable-element,
.monaco-editor .parameter-hints-widget .body {
	display: flex;
	flex: 1 1;
	flex-direction: column;
	min-height: 100%;
}

.monaco-editor .parameter-hints-widget .signature {
	padding: 4px 5px;
	position: relative;
}

.monaco-editor .parameter-hints-widget .signature.has-docs::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	padding-top: 4px;
	opacity: 0.5;
	border-bottom: 1px solid var(--vscode-editorHoverWidget-border);
}

.monaco-editor .parameter-hints-widget .code {
	font-family: var(--vscode-parameterHintsWidget-editorFontFamily), var(--vscode-parameterHintsWidget-editorFontFamilyDefault);
}

.monaco-editor .parameter-hints-widget .docs {
	padding: 0 10px 0 5px;
	white-space: pre-wrap;
}

.monaco-editor .parameter-hints-widget .docs.empty {
	display: none;
}

.monaco-editor .parameter-hints-widget .docs a {
	color: var(--vscode-textLink-foreground);
}

.monaco-editor .parameter-hints-widget .docs a:hover {
	color: var(--vscode-textLink-activeForeground);
	cursor: pointer;
}

.monaco-editor .parameter-hints-widget .docs .markdown-docs {
	white-space: normal;
	white-space: initial;
}

.monaco-editor .parameter-hints-widget .docs code {
	font-family: var(--monaco-monospace-font);
	border-radius: 3px;
	padding: 0 0.4em;
	background-color: var(--vscode-textCodeBlock-background);
}

.monaco-editor .parameter-hints-widget .docs .monaco-tokenized-source,
.monaco-editor .parameter-hints-widget .docs .code {
	white-space: pre-wrap;
}

.monaco-editor .parameter-hints-widget .controls {
	display: none;
	flex-direction: column;
	align-items: center;
	min-width: 22px;
	justify-content: flex-end;
}

.monaco-editor .parameter-hints-widget.multiple .controls {
	display: flex;
	padding: 0 2px;
}

.monaco-editor .parameter-hints-widget.multiple .button {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.monaco-editor .parameter-hints-widget .button.previous {
	bottom: 24px;
}

.monaco-editor .parameter-hints-widget .overloads {
	text-align: center;
	height: 12px;
	line-height: 12px;
	font-family: var(--monaco-monospace-font);
}

.monaco-editor .parameter-hints-widget .signature .parameter.active {
	color: var(--vscode-editorHoverWidget-highlightForeground);
	font-weight: bold;
}

.monaco-editor .parameter-hints-widget .documentation-parameter > .parameter {
	font-weight: bold;
	margin-right: 0.5em;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor {
	--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground);

	.editorPlaceholder {
		top: 0px;
		position: absolute;
		overflow: hidden;
		text-overflow: ellipsis;
		text-wrap: nowrap;
		pointer-events: none;

		color: var(--vscode-editor-placeholder-foreground);
	}
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .rename-box {
	z-index: 100;
	color: inherit;
	border-radius: 4px;
}

.monaco-editor .rename-box.preview {
	padding: 4px 4px 0 4px;
}

.monaco-editor .rename-box .rename-input-with-button {
	padding: 3px;
	border-radius: 2px;
	width: calc(100% - 8px); /* 4px padding on each side */
}

.monaco-editor .rename-box .rename-input {
	width: calc(100% - 8px); /* 4px padding on each side */
	padding: 0;
}

.monaco-editor .rename-box .rename-input:focus {
	outline: none;
}

.monaco-editor .rename-box .rename-suggestions-button {
	display: flex;
	align-items: center;
	padding: 3px;
	background-color: transparent;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.monaco-editor .rename-box .rename-suggestions-button:hover {
	background-color: var(--vscode-toolbar-hoverBackground)
}

.monaco-editor .rename-box .rename-candidate-list-container .monaco-list-row {
	border-radius: 2px;
}

.monaco-editor .rename-box .rename-label {
	display: none;
	opacity: .8;
}

.monaco-editor .rename-box.preview .rename-label {
	display: inherit;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .sticky-widget {
	overflow: hidden;
}

.monaco-editor .sticky-widget-line-numbers {
	float: left;
	background-color: inherit;
}

.monaco-editor .sticky-widget-lines-scrollable {
	display: inline-block;
	position: absolute;
	overflow: hidden;
	width: var(--vscode-editorStickyScroll-scrollableWidth);
	background-color: inherit;
}

.monaco-editor .sticky-widget-lines {
	position: absolute;
	background-color: inherit;
}

.monaco-editor .sticky-line-number, .monaco-editor .sticky-line-content {
	color: var(--vscode-editorLineNumber-foreground);
	white-space: nowrap;
	display: inline-block;
	position: absolute;
	background-color: inherit;
}

.monaco-editor .sticky-line-number .codicon-folding-expanded,
.monaco-editor .sticky-line-number .codicon-folding-collapsed {
	float: right;
	transition: var(--vscode-editorStickyScroll-foldingOpacityTransition);
}

.monaco-editor .sticky-line-content {
	width: var(--vscode-editorStickyScroll-scrollableWidth);
	background-color: inherit;
	white-space: nowrap;
}

.monaco-editor .sticky-line-number-inner {
	display: inline-block;
	text-align: right;
}

.monaco-editor .sticky-widget {
	border-bottom: 1px solid var(--vscode-editorStickyScroll-border);
}

.monaco-editor .sticky-line-content:hover {
	background-color: var(--vscode-editorStickyScrollHover-background);
	cursor: pointer;
}

.monaco-editor .sticky-widget {
	width: 100%;
	box-shadow: var(--vscode-editorStickyScroll-shadow) 0 4px 2px -2px;
	z-index: 4;
	background-color: var(--vscode-editorStickyScroll-background);
	right: auto !important;
	right: initial !important;
}

.monaco-editor .sticky-widget.peek {
	background-color: var(--vscode-peekViewEditorStickyScroll-background);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .unicode-highlight {
	border: 1px solid var(--vscode-editorUnicodeHighlight-border);
	background-color: var(--vscode-editorUnicodeHighlight-background);
	box-sizing: border-box;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.editor-banner {
	box-sizing: border-box;
	cursor: default;
	width: 100%;
	font-size: 12px;
	display: flex;
	overflow: visible;

	height: 26px;

	background: var(--vscode-banner-background);
}


.editor-banner .icon-container {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: 0 6px 0 10px;
}

.editor-banner .icon-container.custom-icon {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	width: 16px;
	padding: 0;
	margin: 0 6px 0 10px;
}

.editor-banner .message-container {
	display: flex;
	align-items: center;
	line-height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.editor-banner .message-container p {
	margin-block-start: 0;
	margin-block-end: 0;
}

.editor-banner .message-actions-container {
	flex-grow: 1;
	flex-shrink: 0;
	line-height: 26px;
	margin: 0 4px;
}

.editor-banner .message-actions-container a.monaco-button {
	width: inherit;
	margin: 2px 8px;
	padding: 0px 12px;
}

.editor-banner .message-actions-container a {
	padding: 3px;
	margin-left: 12px;
	text-decoration: underline;
}

.editor-banner .action-container {
	padding: 0 10px 0 6px;
}

.editor-banner {
	background-color: var(--vscode-banner-background);
}

.editor-banner,
.editor-banner .action-container .codicon,
.editor-banner .message-actions-container .monaco-link {
	color: var(--vscode-banner-foreground);
}

.editor-banner .icon-container .codicon {
	color: var(--vscode-banner-iconForeground);
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-link {
	color: var(--vscode-textLink-foreground);
}

.monaco-link:hover {
	color: var(--vscode-textLink-activeForeground);
}


/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .iPadShowKeyboard {
	width: 58px;
	min-width: 0;
	height: 36px;
	min-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	resize: none;
	overflow: hidden;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjNDI0MjQyIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) center center no-repeat;
	border: 4px solid #F6F6F6;
	border-radius: 4px;
}

.monaco-editor.vs-dark .iPadShowKeyboard {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjQzVDNUM1Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) center center no-repeat;
	border: 4px solid #252526;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .tokens-inspect-widget {
	z-index: 50;
	-moz-user-select: text;
	     user-select: text;
	-webkit-user-select: text;
	padding: 10px;
	color: var(--vscode-editorHoverWidget-foreground);
	background-color: var(--vscode-editorHoverWidget-background);
	border: 1px solid var(--vscode-editorHoverWidget-border);
}
.monaco-editor.hc-black .tokens-inspect-widget, .monaco-editor.hc-light .tokens-inspect-widget {
	border-width: 2px;
}

.monaco-editor .tokens-inspect-widget .tokens-inspect-separator {
	height: 1px;
	border: 0;
	background-color: var(--vscode-editorHoverWidget-border);
}

.monaco-editor .tokens-inspect-widget .tm-token {
	font-family: var(--monaco-monospace-font);
}

.monaco-editor .tokens-inspect-widget .tm-token-length {
	font-weight: normal;
	font-size: 60%;
	float: right;
}

.monaco-editor .tokens-inspect-widget .tm-metadata-table {
	width: 100%;
}

.monaco-editor .tokens-inspect-widget .tm-metadata-value {
	font-family: var(--monaco-monospace-font);
	text-align: right;
}

.monaco-editor .tokens-inspect-widget .tm-token-type {
	font-family: var(--monaco-monospace-font);
}

.creya-question-ui{background-color:#000e6a;border:1px solid #ccc;border-radius:8px;overflow:auto;font-family:Arial,sans-serif}.creya-question-ui-header{color:#fff;display:flex;align-items:center;justify-content:space-between;padding:8px 16px}.creya-question-tag{display:inline-block;padding:5px 10px;border-radius:5px;font-weight:600;font-size:12px}.tag-communication{background-color:#00afef;color:#000e6a}.tag-coding{background-color:#dff326;color:#000e6a}.tag-evaluation{background-color:#efa300;color:#000e6a}.creya-question-ui-title{font-weight:bold}.creya-question-ui-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.creya-question-ui-message{display:flex;align-items:flex-start;padding:1rem;font-weight:400;font-size:15px;line-height:24px;height:calc(100vh - 22rem);overflow-y:auto;scrollbar-width:none}
.app-container{display:flex;flex-direction:column;justify-content:space-evenly;height:calc(100vh - 16.5rem);padding:.2rem 1rem}.app-container::-webkit-scrollbar{width:4px;height:4px}.app-container::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.app-container::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3);border-radius:2px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.app-container::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.5)}.app-container{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) rgba(0,0,0,0)}.codeapp-content{transition:all .3s ease;display:flex;height:98%}.codeapp-content.with-userinput{height:90%;max-height:98%}.left-panel{border-radius:4px;width:450px;background-color:#393939;padding:1rem;transition:all .3s ease;position:relative}.section-container{height:94%;overflow-y:auto}.section-container .section{margin-bottom:20px}.left-panel.collapsed{width:50px;overflow:hidden}.left-panel .collapse-toggle{position:absolute;right:7px;top:10px;padding:5px;border-radius:50%;cursor:pointer}.right-panel{flex:1 1;display:flex;flex-direction:column}.editor-top-bar{border-radius:4px 4px 0 0;min-height:50px;display:flex;justify-content:space-between;align-items:center;background-color:#393939;padding:.7rem 1rem}.editor-top-bar select{padding:.25rem;background:#fff;color:#000;border-radius:4px}.right-controls button{background:none;border:none;color:#fff;font-size:1rem;margin-left:10px;cursor:pointer}.editor-container{border-radius:0px 0px 4px 4px;position:relative;flex:1 1;transition:flex .3s ease,height .3s ease;overflow:auto;max-height:calc(100% - 100px)}.editor-container .monaco-editor{width:auto;height:auto;outline-color:rgba(0,0,0,0)}.editor-container.collapsed{flex:0 1 !important;height:0 !important;min-height:0;overflow:hidden}.tabs-container{border:4px;min-height:50px;background:#393939;display:flex;flex-direction:column;height:22vh;transition:flex .3s ease,height .3s ease}.tabs-container.expanded{flex:1 1;height:auto}.tabs-container.collapsed{flex:0 1 !important;height:0 !important;overflow:hidden;transition:height .3s ease}.tab-header{display:flex;align-items:baseline;padding:.7rem 1rem}.tab-button{font-size:18px;color:#bbb;margin-right:1.5rem;cursor:pointer}.tab-button.active{color:#fff}.count-badge{background:#f7b500;color:#000;border-radius:12px;padding:0 8px;font-size:.75rem;vertical-align:middle;margin-left:4px}.tab-actions{margin-left:auto}.tab-actions button{background:none;border:none;color:#fff;font-size:1rem;margin-left:.75rem;cursor:pointer}.tab-content{border-radius:0 0 4px 4px;flex:1 1;padding:0 .7rem .7rem;overflow-y:auto;background-color:#393939}.coding-candidate-creya-video{display:flex;flex-direction:row;gap:20px}.custom-wrapper{border-radius:5px;display:flex;height:100%;gap:1rem;padding:1rem;background-color:#000}.custom-panel{flex:1 1;display:flex;flex-direction:column}.panel-label{color:#fff;margin-bottom:.5rem;font-size:16px}.custom-panel textarea,.custom-panel pre{flex:1 1;background:#171717;color:#fff;border-radius:8px;padding:1rem;border:none;resize:none;overflow:auto}.custom-panel .panel-output{margin-bottom:inherit}.testcases-wrapper{background:#0f0f0f;border-radius:8px;padding:1rem;margin:1rem 0}.testcases-table{width:100%;border-collapse:separate;border-spacing:0 1rem}.testcases-table thead th{background:#212121;color:#fff;font-weight:normal;padding:.75rem 1rem;text-align:left}.testcases-table tbody tr{background:#1e1e1e;border-radius:8px}.testcases-table tbody tr td{padding:.75rem 1rem;color:#ddd;vertical-align:middle}.testcases-table tbody tr td.status{text-align:center}.testcases-table tbody tr td.status .icon{font-size:1.2rem}.testcases-table tbody tr td.status .passed{color:#4caf50}.testcases-table tbody tr td.status .failed{color:#f44336}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#000;width:80%;height:80%;position:relative;border-radius:8px;padding:1rem}.modal-close{position:absolute;top:.5rem;right:.5rem;font-size:1.5rem;color:#fff;background:none;border:none;cursor:pointer}.codeapp-speechinput{width:100%;height:4rem;padding:.5rem;background:rgba(25,25,25,.631372549);color:#fff;border:none;resize:none;overflow-y:auto;font-size:1rem;font-family:inherit}
.ProtectedRoute_creya-overlay__6TFsV{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(13, 109, 253, 0.705), rgba(0, 14, 106, 0.808));display:flex;justify-content:center;align-items:center;padding:10px;box-sizing:border-box;z-index:1000}.ProtectedRoute_creya-messageContainer__kYAGq{text-align:center;width:90%;max-width:500px;padding:30px 25px;border-radius:15px;background:hsla(0,0%,100%,.1);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.18);display:flex;flex-direction:column;align-items:center;animation:ProtectedRoute_fadeIn__TQTVn .5s ease-out}.ProtectedRoute_creya-message__2uuRg{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-weight:600;font-size:1.5rem;line-height:1.8rem;color:#fff;margin-top:20px;margin-bottom:20px;word-wrap:break-word}.ProtectedRoute_creya-button__FjTZ-{padding:12px 24px;font-weight:700;font-size:1rem;cursor:pointer;border-radius:8px;border:none;background-color:#007bff;color:#fff;transition:background-color .3s ease,transform .2s ease;margin-top:10px;min-width:150px}.ProtectedRoute_creya-button__FjTZ-:hover{background-color:#0056b3;transform:translateY(-2px)}.ProtectedRoute_creya-button__FjTZ-:active{transform:translateY(0);background-color:#004494}.ProtectedRoute_creya-metrics__CM28d{font-size:1.25rem;color:hsla(0,0%,100%,.8);margin-top:10px}.ProtectedRoute_creya-trackingPanel__5YRZK{font-size:1.25rem;color:hsla(0,0%,100%,.5882352941);margin:20px 0;display:flex;flex-direction:column;align-items:center;gap:10px}@media(max-width: 768px){.ProtectedRoute_creya-messageContainer__kYAGq{width:95%;padding:25px 20px}.ProtectedRoute_creya-message__2uuRg{font-size:1.25rem;line-height:1.6rem}.ProtectedRoute_creya-button__FjTZ-{font-size:.9rem;padding:10px 20px;min-width:120px}.ProtectedRoute_creya-metrics__CM28d,.ProtectedRoute_creya-trackingPanel__5YRZK{font-size:1rem}}@keyframes ProtectedRoute_fadeIn__TQTVn{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ProtectedRoute_creya-icon__J0Z3S{font-size:48px;color:#ff4d4f}.ProtectedRoute_creya-icon-error__Wafzd{color:#ff4d4f}.ProtectedRoute_creya-icon-info__sNxnx{color:#1890ff}.ProtectedRoute_creya-icon-success__8a8gC{color:#52c41a}
.creya-net-indicator{position:relative;top:auto;right:auto;width:44px;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(15,18,28,.55);border:1px solid hsla(0,0%,100%,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 12px 26px rgba(0,0,0,.28);transition:transform 120ms ease,box-shadow 180ms ease,filter 180ms ease}.creya-net-indicator .anticon{font-size:18px;color:hsla(0,0%,100%,.92)}.creya-net-indicator:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(0,0,0,.34);filter:saturate(1.1)}.creya-net-dot{position:absolute;right:10px;bottom:10px;width:8px;height:8px;border-radius:99px;box-shadow:0 0 0 2px rgba(15,18,28,.9)}.creya-net-warning{border-color:rgba(250,173,20,.35)}.creya-net-warning .creya-net-dot{background:#faad14;box-shadow:0 0 14px rgba(250,173,20,.45),0 0 0 2px rgba(15,18,28,.9)}.creya-net-error{border-color:rgba(229,0,70,.35)}.creya-net-error .creya-net-dot{background:#e50046;box-shadow:0 0 14px rgba(229,0,70,.45),0 0 0 2px rgba(15,18,28,.9)}
.creya-settings-modal{padding:0 24px}.creya-settings-modal .creya-settings-item{margin-bottom:24px}.creya-settings-modal .creya-settings-item .creya-settings-item-grid{display:grid;justify-content:space-between;align-items:baseline;grid-template-columns:80px 300px 100px}.creya-settings-modal .creya-settings-item .creya-settings-label{display:block;margin-bottom:8px;font-weight:700;font-size:14px;color:#1d2fa1}.creya-settings-modal .creya-settings-item .creya-settings-select{width:100%;margin-bottom:8px}.creya-settings-modal .creya-settings-item .creya-settings-select .ant-select-selector{height:40px !important;display:flex;align-items:center}.creya-settings-modal .creya-settings-item .creya-progress-container{width:63%;margin:auto}.creya-settings-modal .creya-settings-item .creya-test-button{padding:0;margin-top:5px;height:auto;line-height:1;color:#0d6efd}.creya-settings-modal .creya-settings-item .creya-test-button .ant-btn-link{padding:0;height:auto;line-height:1}.creya-settings-modal .creya-settings-item .ant-progress{margin-top:10px}.creya-settings-modal .creya-settings-item .creya-camera-preview{margin-top:10px}.creya-settings-modal .creya-settings-item .creya-camera-preview video{width:100%;height:auto;border:1px solid #d9d9d9;border-radius:4px}.creya-settings-modal .creya-ant-select{width:100%}.creya-settings-modal .creya-ant-select .ant-select-selector{height:40px !important;display:flex;align-items:center}.creya-settings-modal .creya-ant-btn-link{padding:0;height:auto;line-height:1}.creya-settings-modal .idsk-btn-primary{font-size:15px;height:40px;width:50%;display:flex;align-items:center;justify-content:center;margin:auto;box-shadow:none;border:none;border-radius:0px}
.creya-spinner-overlay{position:fixed;inset:0;display:grid;place-items:center;z-index:9999;background:rgba(0,0,0,.35);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.creya-modal .ant-modal-mask{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.creya-modal .ant-modal-content{border-radius:14px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.25)}.creya-modal .ant-modal-header{padding:18px 20px 14px;border-bottom:1px solid rgba(0,0,0,.06);background:rgba(0,0,0,0)}.creya-modal .ant-modal-title{font-size:20px;font-weight:750;line-height:1.25;letter-spacing:.2px}.creya-modal .ant-modal-body{padding:14px 20px 8px}.creya-modal .ant-modal-footer{padding:14px 20px 18px;border-top:0;display:flex;justify-content:flex-end;gap:10px}.creya-modal .creya-modal__title{display:inline-flex;align-items:center;gap:10px}.creya-modal .creya-modal__titleText{display:inline-block}.creya-modal .creya-modal__icon{font-size:20px;transform:translateY(1px)}.creya-modal .creya-modal__icon--info{color:#2094e8}.creya-modal .creya-modal__icon--warn{color:#faad14}.creya-modal .creya-modal__icon--danger{color:#e50046}.creya-modal .creya-modal__desc,.creya-modal p{margin:0;font-size:16px;line-height:1.65;color:rgba(0,0,0,.85)}.creya-modal b,.creya-modal strong{font-weight:750}.creya-modal .ant-btn{height:44px;padding:0 18px;font-size:15px;font-weight:650;border-radius:10px}.creya-modal .creya-modal__btn--primary,.creya-modal .ant-btn-primary{background:#2094e8;border-color:#2094e8}.creya-modal .creya-modal__btn--primary:hover,.creya-modal .ant-btn-primary:hover{background:#1a84d0;border-color:#1a84d0}.creya-modal .ant-btn-default:hover{border-color:rgba(32,148,232,.55);color:#1677ff}.creya-modal--info .ant-modal-content{background:#fff;border:1px solid rgba(32,148,232,.18)}.creya-modal--warn .ant-modal-content{background:#fff;border:1px solid rgba(250,173,20,.22)}.creya-modal--danger .ant-modal-content{background:#fff;border:1px solid rgba(229,0,70,.22)}.creya-modal--neutral .ant-modal-content{background:#fff;border:1px solid rgba(0,0,0,.08)}.creya-layout-options{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:12px;gap:12px}.creya-layout-option{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:12px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:transform 150ms ease,box-shadow 150ms ease,border-color 150ms ease}.creya-layout-option:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.12);border-color:rgba(32,148,232,.35)}.creya-layout-option.creya-selected{border-color:rgba(32,148,232,.8);box-shadow:0 10px 24px rgba(32,148,232,.18)}
.loader-container{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;align-items:center}.wave{height:30px;width:3px;margin-right:3px;background-color:#0d6efd;animation:loading 1s linear infinite;border-radius:10px}.wave:nth-child(1){animation-delay:.1s}.wave:nth-child(2){animation-delay:.2s}.wave:nth-child(3){animation-delay:.3s}.wave:nth-child(4){animation-delay:.4s}.wave:nth-child(5){animation-delay:.5s}@keyframes loading{0%{height:0}25%{height:10px}50%{height:15px}100%{height:0}}
.creya-chat-ui{display:flex;flex-direction:column;background:rgba(191,191,191,.3490196078);border:2.5px solid #bfbfbf;border-radius:8px;overflow:auto;font-family:Arial,sans-serif;height:calc(100vh - 275px)}.creya-chat-ui-header{color:#fff;display:flex;justify-content:space-between;padding:8px 16px}.creya-chat-ui-title{font-weight:bold}.creya-chat-ui-close{font-size:0px;padding:.5rem;background:none;border:none;color:#fff;cursor:pointer}.creya-chat-ui-message-wrapper{display:flex;flex-direction:column;gap:5px}.creya-chat-ui-message-wrapper .creya-chat-ui-avatar-name{font-weight:700}.creya-chat-ui-messages{display:flex;flex-direction:column;gap:25px;padding:30px;overflow-y:auto;height:auto}.creya-chat-ui-message{display:flex;flex-direction:row;gap:12px}.creya-chat-bot .creya-chat-ui-avatar,.creya-chat-user .creya-chat-ui-avatar{font-size:24px}.creya-chat-bot .creya-chat-ui-avatar{color:#0078d4}.creya-chat-user .creya-chat-ui-avatar{color:#555}.creya-chat-ui-content{background-color:rgba(25,25,25,.6);border-radius:12px;padding:10px}.creya-chat-bot .creya-chat-ui-content{background-color:rgba(57,57,57,.6)}.creya-chat-ui-timestamp{font-size:12px;color:#888;text-align:right}.creya-chat-ui-messages::-webkit-scrollbar{width:6px;height:30px;background-color:rgba(0,0,0,0)}.creya-chat-ui-messages::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.creya-chat-ui-messages::-webkit-scrollbar-track:hover{background-color:rgba(0,0,0,0)}.creya-chat-ui-messages::-webkit-scrollbar-thumb{background-color:#babac0;border-radius:16px;border:none}.creya-chat-ui-messages::-webkit-scrollbar-thumb:hover{background-color:#a0a0a5;border:none}.creya-chat-ui-messages::-webkit-scrollbar-button{display:none}
.creya-loading-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.creya-loading-container .creya-loading-text{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:"Roboto",sans-serif;font-weight:900;font-size:18px;letter-spacing:.125rem;position:relative;cursor:pointer;text-align:center;width:-moz-fit-content;width:fit-content;color:rgba(0,0,0,0);background-image:linear-gradient(91.1deg, rgb(0, 51, 153), rgb(255, 255, 255), rgb(255, 255, 255), rgb(0, 51, 153));background-size:200% 200%;background-size:200% 200%;background-clip:text;-webkit-background-clip:text;animation:move 5s linear infinite}.creya-loading-container .spinner-content{display:flex;align-items:center}.creya-loading-container .spinner-text{margin-left:8px;font-size:16px;color:#fff}
.creya-loading-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.creya-loading-text{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:"Roboto",sans-serif;font-weight:900;font-size:18px;letter-spacing:.125rem;position:relative;cursor:pointer;text-align:center;width:-moz-fit-content;width:fit-content;color:rgba(0,0,0,0);background-image:linear-gradient(91.1deg, rgb(0, 51, 153), rgb(255, 255, 255), rgb(255, 255, 255), rgb(0, 51, 153));background-size:200% 200%;background-size:200% 200%;background-clip:text;-webkit-background-clip:text;animation:move 5s linear infinite}@keyframes move{0%{background-position:0% center}100%{background-position:-200% center}}
.live-help-chat-container{position:fixed;bottom:90px;right:20px;width:480px;height:600px;border-radius:18px;overflow:hidden;z-index:99999;background:hsla(0,0%,100%,.12);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.18);box-shadow:0 12px 40px rgba(0,0,0,.28),0 0 0 1px hsla(0,0%,100%,.08) inset;display:flex;flex-direction:column;transform-origin:bottom right;animation:chatPop 220ms ease-out}@keyframes chatPop{from{opacity:0;transform:translateY(14px) scale(0.96);filter:blur(2px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.live-help-chat-header{padding:12px 14px;color:#fff;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg, rgba(13, 109, 253, 0.92), rgba(0, 14, 106, 0.92));position:relative}.live-help-chat-header::after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:1px;background:linear-gradient(90deg, rgba(106, 227, 255, 0.55), rgba(139, 123, 255, 0.55));opacity:.65}.live-help-title{font-weight:700;letter-spacing:.2px}.live-help-close{cursor:pointer;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.18);transition:transform 150ms ease,background 150ms ease}.live-help-close:hover{transform:scale(1.06);background:hsla(0,0%,100%,.22)}.live-help-chat-body{flex:1 1;padding:12px;overflow-y:auto;background:radial-gradient(circle at 20% 10%, rgba(106, 227, 255, 0.18), transparent 45%),radial-gradient(circle at 90% 35%, rgba(139, 123, 255, 0.16), transparent 55%),rgba(12,16,32,.92);scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.22) rgba(0,0,0,0)}.live-help-chat-body::-webkit-scrollbar{width:8px}.live-help-chat-body::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.18);border-radius:20px}.live-help-chat-body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.chat-message{padding:10px 12px;border-radius:14px;margin-bottom:10px;max-width:84%;font-size:14px;font-weight:500;line-height:1.35;animation:msgFade 120ms ease-out}@keyframes msgFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.user-msg{background:rgba(139,123,255,.58);color:#fff;align-self:flex-end;margin-left:auto;box-shadow:0 10px 24px rgba(139,123,255,.18);border:1px solid hsla(0,0%,100%,.16)}.bot-msg{background:rgba(106,227,255,.58);color:rgba(5,8,18,.92);align-self:flex-start;box-shadow:0 10px 24px rgba(106,227,255,.16);border:1px solid hsla(0,0%,100%,.16)}.bot-msg .bot-content{color:rgba(5,8,18,.92)}.bot-msg .bot-content p{margin:0 0 8px 0}.bot-msg .bot-content ul,.bot-msg .bot-content ol{margin:0;padding-left:18px}.bot-msg .bot-content li{margin-bottom:6px}.bot-msg .bot-content b,.bot-msg .bot-content strong{font-weight:800}.bot-msg .bot-content a{color:rgba(0,14,106,.95);text-decoration:underline;font-weight:800}.live-help-chat-footer{display:flex;gap:8px;padding:10px;align-items:center;background:hsla(0,0%,100%,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid hsla(0,0%,100%,.14)}.chat-input{flex:1 1;border:1px solid hsla(0,0%,100%,.18);outline:none;padding:10px 12px;border-radius:12px;background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.92);font-size:14px;transition:border 150ms ease,box-shadow 150ms ease}.chat-input::-moz-placeholder{color:hsla(0,0%,100%,.55)}.chat-input::placeholder{color:hsla(0,0%,100%,.55)}.chat-input:focus{border:1px solid rgba(106,227,255,.5);box-shadow:0 0 0 3px rgba(106,227,255,.14)}.send-btn{border:none;cursor:pointer;height:40px;padding:0 14px;border-radius:12px;color:#fff;background:linear-gradient(90deg, rgba(13, 109, 253, 0.92), rgba(139, 123, 255, 0.92));box-shadow:0 10px 24px rgba(13,109,253,.22);transition:transform 150ms ease,filter 150ms ease}.send-btn:hover{transform:translateY(-1px) scale(1.02);filter:brightness(1.05)}.send-btn:active{transform:translateY(0) scale(0.99)}
.creya-interviewstart-container{text-align:center;padding:60px 105px;height:100vh;display:flex;flex-direction:column;justify-content:center;gap:10px}.creya-interviewstart-header{color:#fc0;font-weight:bold;font-size:24px}.creya-sub-header{margin-top:10px;color:#dcdcdc;max-width:400px;margin:auto;font-size:14px}.creya-content{background:#f8f8f8;color:#333;border-radius:10px;padding:10px 0px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,.2);flex:1 1}.creya-content h1{color:#0052ff;font-size:40px}.creya-image-container{margin:0px 0;width:100%;height:100%}.creya-countdown{font-size:18px;margin-top:15px;padding-bottom:0px;cursor:pointer}.creya-countdown span{color:#0052ff;font-weight:bold}.creya-status-message.ant-alert-warning{background-color:#fd9c0d;border:1px solid #ffd89f}
.ThankYouCandidate_overlay__PmFyn{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(13, 109, 253, 0.705), rgba(0, 14, 106, 0.808));display:flex;justify-content:center;align-items:center;padding:10px;box-sizing:border-box;z-index:1000}.ThankYouCandidate_contentContainer__f1dRz{text-align:center;width:90%;max-width:500px;padding:30px 25px;border-radius:15px;background:hsla(0,0%,100%,.1);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.18);display:flex;flex-direction:column;align-items:center;animation:ThankYouCandidate_fadeIn__HuLva .5s ease-out}.ThankYouCandidate_icon__ZGdyy{font-size:64px;color:#52c41a;margin-bottom:20px}.ThankYouCandidate_title__vn3T0{margin:.5em;color:#eec52b !important;font-size:50px}.ThankYouCandidate_creya_paragraph__iAzCP{font-size:20px;margin-bottom:24px;color:#fff !important}@media(max-width: 480px){.ThankYouCandidate_contentContainer__f1dRz{padding:20px 15px}.ThankYouCandidate_icon__ZGdyy{font-size:48px;margin-bottom:15px}.ThankYouCandidate_title__vn3T0{font-size:24px}.ThankYouCandidate_creya_paragraph__iAzCP{font-size:14px;color:#fff !important}}@keyframes ThankYouCandidate_fadeIn__HuLva{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
.d-flex{display:flex}.bold{font-weight:bold}.m-b20{margin-bottom:20px}.idsk-btn-primary{width:100%;color:#fff;font-size:18px;font-weight:700;height:56px;background:#0d6efd;border-width:2px;border-style:solid;border-color:currentColor;border-color:initial;border-image-source:linear-gradient(rgb(117, 173, 255) 0%, rgb(29, 47, 161) 100%);border-image-slice:1;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-radius:4px;cursor:pointer}.invitation-container{width:100%;max-width:600px;margin:0 auto;padding:0;font-family:Arial,sans-serif;color:#333;background-color:#fff}.invitation-container .header{text-align:center;background:linear-gradient(90deg, #0D6EFD 0%, #000E6A 100%)}.invitation-container .header .logo{max-width:150px;margin:24px 0}.invitation-container .content p{margin:10px 0}.invitation-container .content{padding:20px}.invitation-container .content h3{color:#0056b3;margin-top:20px}.invitation-container .content ul{list-style-type:none;padding-left:0}.invitation-container .content ul li{margin:8px 0}.invitation-container .idsk-btn-primary{max-width:206px;font-size:14px;max-height:38px}.invitation-container .separator{height:1px;background-color:#bfbfbf;margin:16px 0}.invitation-container .footer{text-align:center;font-size:12px;color:#666;margin-top:20px}
.creya-spinner-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.7);display:flex;justify-content:center;align-items:center;z-index:1000}.report-layout{padding:0 24px 24px;background-color:#f0f2f5;min-height:100vh;box-sizing:border-box;overflow:auto !important}.summaryCard{display:flex;flex-direction:column;height:100%}.summaryCard .ant-card-body{flex:1 1;display:flex;flex-direction:column}.summaryCard .ant-card-actions{margin-top:auto}.summaryCard .ant-card-bordered{border:1px solid #f0f0f0 !important}.detailed-summary{background-color:#0d6efd !important;color:#fff !important;border-radius:6px !important;border:1px solid #0d6efd !important}.share-report{background-color:#e2e2e2 !important;color:#000 !important;border-radius:6px !important;border:1px solid #e2e2e2 !important}.display_center{display:flex;justify-content:center;align-items:center;height:100vh}.fade-in{opacity:0;transform:translateY(100px);animation:fadeInMoveUp .8s ease-out forwards}.fade-out{opacity:1;transform:translateY(0);animation:fadeOut .8s ease-out forwards}.fixed-video-player{position:fixed;bottom:16px;right:16px;z-index:1000;width:300px;height:auto}.download-icon-wrapper{display:inline-flex;justify-content:center;align-items:center;color:#fff;border-radius:50%;width:32px;height:32px;font-size:16px;cursor:pointer}.report-container{color:#000}@media print{.fade-in{min-height:0 !important;min-height:initial !important;height:auto !important}html,body{height:auto !important;overflow:visible !important}.ant-layout,.ant-layout-content,.print-container{height:auto !important;overflow:visible !important}}@keyframes fadeInMoveUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@media print{.print-only{display:inline !important}.screen-only{display:none !important}}
.container.content{margin-top:0px}.card{border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.card-header{background-color:#007bff;color:#fff;font-weight:bold;font-size:1.25rem;padding:10px 20px;border-top-left-radius:8px;border-top-right-radius:8px;cursor:pointer}.card-body.height2{flex-grow:1;padding:20px;background-color:#f8f9fa;overflow-y:auto}.chat-list{list-style:none;padding:0;margin:0}.chat-list li{display:flex;margin-bottom:20px;align-items:flex-start}.chat-list li.user{flex-direction:row}.chat-list li.user .chat-img{margin-right:15px}.chat-list li.user .chat-body{background-color:#e0f7fa;border-radius:10px;padding:10px;max-width:75%}.chat-list li.assistant{flex-direction:row-reverse}.chat-list li.assistant .chat-img{margin-left:15px}.chat-list li.assistant .chat-body{background-color:#f1f1f1;border-radius:10px;padding:10px;max-width:75%}.chat-img img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.chat-message h5{font-size:1rem;margin:0;font-weight:bold;color:#007bff}.chat-message p{font-size:1rem;margin-top:5px;color:#333;line-height:1.4}.error-message{color:red;font-size:1rem;margin-bottom:15px;padding:10px;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:5px}.card-body.height2::-webkit-scrollbar{width:8px}.card-body.height2::-webkit-scrollbar-thumb{background-color:#007bff;border-radius:10px}.card-body.height2::-webkit-scrollbar-track{background-color:#f1f1f1}@media screen and (max-width: 768px){.card-body.height2{max-height:300px}.chat-list li{flex-direction:column;align-items:flex-start}.chat-body{max-width:100%}}
.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
.course-list{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:16px}@keyframes card-rise-in{0%{opacity:0;transform:translateY(12px)}100%{opacity:1;transform:translateY(0)}}.course-card{flex-grow:1;flex-shrink:1;flex-basis:calc((100% - 64px)/5);max-width:calc((100% - 64px)/5);min-width:240px;width:auto}@media(max-width: 1400px){.course-card{flex-basis:calc((100% - 48px)/4);max-width:calc((100% - 48px)/4)}}@media(max-width: 1100px){.course-card{flex-basis:calc((100% - 32px)/3);max-width:calc((100% - 32px)/3)}}@media(max-width: 820px){.course-card{flex-basis:calc((100% - 16px)/2);max-width:calc((100% - 16px)/2)}}@media(max-width: 480px){.course-card{flex-basis:100%;max-width:100%;min-width:0}}.course-card{padding-bottom:15px;background:#fff;border-radius:5px;border:1px solid #e4e7f3;box-shadow:0 8px 24px rgba(15,35,90,.12);overflow:hidden;display:flex;flex-direction:column;height:auto;align-self:start;transition:transform .25s ease,box-shadow .25s ease;animation:card-rise-in .35s ease-out both}.course-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(15,35,90,.18)}.course-card--expired{opacity:.9}.course-card__header{position:relative;overflow:hidden}.course-card_footer{padding:10px;display:flex;justify-content:center;margin-top:10px}.course-card__image{width:100%;height:100px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .35s ease}.course-card:hover .course-card__image{transform:scale(1.03)}.course-card__chips{position:absolute;left:18px;bottom:18px;display:flex;gap:8px}.course-card__chip{padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#0f172a;box-shadow:0 6px 16px rgba(0,0,0,.18)}.course-card__chip--yellow{background:#ffd84b}.course-card__chip--blue{background:#3252ff;color:#fff}.course-card__chip--green{background:#00b894;color:#fff}.course-card__body{padding:18px 20px 0px}.course-card__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.course-card__meta-text{font-size:13px;color:#8a94a6}.course-card__rating{display:flex;gap:2px}.course-card__star{font-size:14px;color:#d3d7e4}.course-card__star--filled{color:#ffc94b}.course-card__title{font-size:18px;line-height:1.35;color:#1b2559;margin:4px 0 6px;font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.course-card__category{border:none;background:rgba(0,0,0,0);padding:0;font-size:14px;color:#1c63ff;font-weight:600;margin-bottom:16px;transition:color .2s ease;display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.course-card__category:hover{color:#0b4ad8}.course-card__details{display:flex;justify-content:space-between;gap:28px;padding-top:14px;flex-wrap:wrap}.course-card__info-block{flex:0 0 auto}.course-card__label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#8a94a6}.course-card__value{font-size:13px;font-weight:600;color:#1b2559}.course-card__progress-block{flex:1 1}.course-card__progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.course-card__progress-value{font-size:12px;font-weight:600;color:#1b2559;transition:color .2s ease}.course-card__progress-value--expired{color:#ff4b5c}.course-card__progress-bar{position:relative;width:100%;height:8px;border-radius:999px;background:#edf0f7;overflow:hidden}.course-card__progress-fill{position:absolute;left:0;top:0;bottom:0;border-radius:inherit;background:linear-gradient(90deg, #1c63ff, #0b4ad8);transition:width .3s ease-out,background .2s ease}.course-card__progress-fill--expired{background:linear-gradient(90deg, #ff4b5c, #ff6b6b)}.course-card__divider{margin:10px 20px 0;height:1px;background-color:#e4e7f3}@media(max-width: 480px){.course-card{max-width:100%}.course-card__details{flex-direction:column;gap:12px}}.course-card__chip--level{color:#fff}.course-card__chip--beginner{background-color:#2351ff}.course-card__chip--proficient{background-color:#5bc726}.course-card__chip--intermediate{background-color:#c2c2c2;color:#1b2559}.course-card__chip--advanced{background-color:#ff5658}.course-card__chip--mastery{background-color:#985de0}.course-card__chip--default{background-color:#006837}
.close-outlined{color:"#8C8C8C";font-size:"24px";cursor:"pointer";position:"relative";align-items:"flex-start";display:"flex";justify-content:"flex-start"}.custom-input{border-color:#bfbfbf !important}.custom-select .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector{cursor:text;border-color:#bfbfbf !important}.course__drawer .ant-drawer-header{padding:16px 4px !important}.no-resize{resize:none}
.custom-modal-width .ant-modal-content{width:800px}.large-options-list{font-size:16px}.large-options-list li{margin-bottom:10px}.large-options-list span{font-size:18px}.correct-option{color:green}.incorrect-option{color:red}.custom-modal-width .ant-modal-confirm-btns .ant-btn-default{display:none !important}
.ant-btn{border-radius:0}.add-button{background:#0d3f4b !important;border-color:#0d3f4b !important;color:#fff !important}.add-button:hover{background-color:#0d3f4b !important;border-color:#0d3f4b !important}.publish-button{background:#0d3f4b;border-color:#bfbfbf !important}.publish-button:hover{background-color:#0d3f4b;border-color:#bfbfbf !important}.edit-button{background:#fff !important;color:#000 !important;border-color:#bfbfbf !important}.link-button{background:rgba(0,0,0,0) !important;text-decoration:underline !important;color:#40a9ff !important;text-decoration-color:#40a9ff !important}
.custom__card{border-radius:20px;box-shadow:none !important}.custom__card .ant-card-body{padding:15px 8px 8px 15px}.custom__card__new .ant-card-body{padding:10px 8px 8px 10px}.more-outlined{font-size:20px}.ant-card-bordered{border:1px solid #d9d9d9 !important}.ant-card-bordered .ant-card-cover{border-bottom:1px solid #d9d9d9 !important}.ant-card-bordered .ant-card-cover{margin-top:1px !important;margin-right:1px !important;margin-left:1px !important}.hide-duplicate .anticon.anticon-more{display:none}.fourth-breadcrumb{color:gray !important}@media(min-width: 1300px)and (max-width: 1399px){.custom-col.ant-col-xl-4{flex:0 0 20% !important;max-width:20% !important}}@media(min-width: 1200px)and (max-width: 1299px){.custom-col.ant-col-xl-4{display:block;flex:0 0 25% !important;max-width:25% !important}}@media(min-width: 991px)and (max-width: 1099px){.custom-col.ant-col-xl-4{display:block;flex:0 0 33% !important;max-width:33% !important}}.cloneCourseModal .ant-modal-content{border-radius:16px;overflow:hidden}.cloneCourseModal .ant-modal-header{padding:18px 22px;border-bottom:1px solid #f0f0f0}.cloneCourseModal .ant-modal-header .ant-modal-title{font-size:16px;font-weight:700;color:#0d3f4b}.cloneCourseModal .ant-modal-body{padding:18px 22px 10px 22px}.cloneCourseModal .ant-modal-footer{padding:14px 22px 18px 22px;display:flex;justify-content:flex-end;gap:12px}.cloneCourseModal .ant-modal-footer .ant-space,.cloneCourseModal .ant-modal-footer .ant-space-item{display:inline-flex}.cloneCourseModal .ant-modal-footer button,.cloneCourseModal .ant-modal-footer .CustomButton{margin:0 !important}.cloneCourseModal .cloneModalText{line-height:1.55;font-size:14px;color:#1f2937}.cloneCourseModal .cloneModalError{margin-top:12px;padding:10px 12px;border-radius:12px;background:#fff1f0;border:1px solid #ffccc7}.cloneCourseModal .cloneLoaderWrap{display:flex;align-items:center;gap:14px;padding:8px 0}.cloneCourseModal .cloneLoaderTitle{font-weight:700;color:#0d3f4b;margin-bottom:2px;font-size:14px}.cloneCourseModal .cloneLoaderSub{font-size:12px;color:#6b7280}.cloneCourseModal .cloneLoader{width:44px;height:44px;border-radius:50%;position:relative;flex:0 0 auto}.cloneCourseModal .cloneLoader::before{content:"";position:absolute;inset:0;border-radius:50%;border:3px solid rgba(54,193,133,.25);border-top-color:#36c185;animation:cloneSpin .95s linear infinite}.cloneCourseModal .cloneLoader::after{content:"";position:absolute;width:10px;height:10px;border-radius:999px;left:50%;top:50%;transform:translate(-50%, -50%);background:#36c185;animation:clonePulse .9s ease-in-out infinite;box-shadow:0 8px 18px rgba(54,193,133,.35)}@keyframes cloneSpin{to{transform:rotate(360deg)}}@keyframes clonePulse{0%,100%{transform:translate(-50%, -50%) scale(0.9);opacity:.75}50%{transform:translate(-50%, -50%) scale(1.15);opacity:1}}.cloneCourseModal .cloneDoneBadge{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:8px 12px;border-radius:999px;background:rgba(54,193,133,.12);color:#0d3f4b;font-weight:600;font-size:13px}
.custom-breadcrumb .ant-breadcrumb-separator{display:inline-flex;align-items:center;height:24px !important}.fourth-breadcrumb{color:gray !important}.custom-breadcrumb{display:flex;align-items:center;flex-wrap:nowrap}.custom-breadcrumb .ant-breadcrumb-separator{margin:0 4px}.custom-breadcrumb .ant-breadcrumb-item{margin:0;font-size:14px;line-height:1}
.tab-name .ant-typography{color:#0d3f4b !important;word-break:break-word;font-size:15px}.search .ant-input-search,.search .ant-input-group,.search .ant-input-affix-wrapper:not(:last-child){border-top-left-radius:2px;border-bottom-left-radius:2px;border-color:#d9d9d9 !important}.search .ant-input-search .search .ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .search.ant-input-search-button:not(.search .ant-btn-primary),.search .ant-input-group .search .ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .search.ant-input-search-button:not(.search .ant-btn-primary),.search .ant-input-affix-wrapper:not(:last-child) .search .ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .search.ant-input-search-button:not(.search .ant-btn-primary){border-color:#d9d9d9 !important}.search .ant-input-search .ant-input-group .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary){border-color:#d9d9d9}.search .ant-input-search>.search .ant-input-group>.search .ant-input-group-addon:last-child .search .ant-input-search-button:not(.search .ant-btn-primary){color:rgba(0,0,0,.45);border-color:#d3d3d3}.search .ant-input-search-button:not(.search .ant-btn-primary){color:rgba(0,0,0,.45);border-color:#d3d3d3}
body{margin:0px;font-family:"DM Sans",sans-serif !important;overflow:hidden;-webkit-print-color-adjust:exact !important;print-color-adjust:exact !important;font-optical-sizing:auto}.AddSectionText{color:#0d3f4b !important}body{font-size:100% !important}.component-container{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px}.collapse-outer{display:flex;flex-direction:column;gap:40px;padding:30px 70px;overflow-y:auto}.panel-title{margin-bottom:4px}.panel-text{margin-top:0px}.pannel-container{display:flex;flex-direction:column;align-items:center;gap:20px}.icon-button{border:none !important;background:none !important;box-shadow:none !important;outline:none !important}.icon-button .anticon{font-size:26px;color:#8c8c8c}.search .ant-input{min-height:30px !important;border-color:#bfbfbf}.search .ant-input-search-button{height:40px !important;width:45px !important}.lesson-container .lesson-item{font-size:16px;padding:10px 0}.lesson-container .lesson-item:last-child{border-bottom:none}.arrow-outlined{font-size:20px}.component-container .AddSectionText{color:#0d3f4b !important}.collapse-outer .ant-input-affix-wrapper,.collapse-outer .ant-input,.collapse-outer .ant-select-selector{border:1px solid #bfbfbf !important;border-radius:2px !important;color:#262626 !important;font-size:14px !important}.collapse-outer .ant-input-affix-wrapper .ant-input,.collapse-outer .ant-input .ant-input,.collapse-outer .ant-select-selector .ant-input{border:none !important}.collapse-outer .ant-input-affix-wrapper-focused,.collapse-outer .ant-input,.collapse-outer .ant-select-selector{box-shadow:0 0 0 3px rgba(247,247,247,.2) !important}.collapse-outer .ant-btn{border-color:#bfbfbf !important}.collapse-outer h3.ant-typography{font-size:20px !important}.collapse-outer .ant-collapse{border:1px solid #d9d9d9 !important}.collapse-outer .ant-collapse-content{border-top:1px solid #d9d9d9 !important}.collapse-outer .ant-collapse>.ant-collapse-item{border-bottom:1px solid #d9d9d9 !important}.collapse-outer .lesson-container{border-bottom:1px solid #f3f3f3 !important}.collapse-outer .remove-img{border:none !important;text-align:right;width:100%}.lesson-item{transition:transform .3s ease-in-out}.icon-button{border:none;background:none;padding:0;cursor:pointer;padding-right:10px}
.popover{z-index:1 !important}
.close-outlined{color:"#8C8C8C";font-size:"24px";cursor:"pointer";right:"10px";position:"relative"}
.course-header .header-content{font-size:24px;display:flex;align-items:center}
.header-container{padding:1rem}.header-container .header-content{font-size:24px;display:flex;align-items:center}.header-container .header-icon{font-size:24px;margin-right:8px}
.thumbnail-upload .ant-upload-btn{height:300px !important}.setting__submit{border-color:#bfbfbf !important}.form-container{margin-left:20%}.form-item-thumbnail{width:100%}.thumbnail-info{color:gray}.thumbnail-upload{width:100%;height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden}.preview-container{display:flex;justify-content:center}.preview-image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.upload-instructions{display:flex;flex-direction:column;justify-content:center;align-items:center}.upload-info{color:gray}.remove-image-button{margin-top:8px}.form-item-tags{width:50%;height:20vh}.tags-info{color:gray}.random-image-container{text-align:center;cursor:pointer;width:50%;height:auto;border:1px solid #ccc;padding:10px;border-radius:4px}.random-image{max-width:100%;height:150px;-o-object-fit:cover;object-fit:cover}.random-image-text{margin-top:8px}
.custon__input{border-color:#bfbfbf !important}.custon__input .ant-input-group-addon{border-color:#bfbfbf !important}.custon__input .ant-input{border-right-width:1px;border-radius:0;border-color:#bfbfbf !important}
.ant-upload.ant-upload-drag{height:400px !important}
.close-outlined{color:"#8C8C8C";font-size:"24px";cursor:"pointer";right:"10px";position:"relative"}
*{border:0;box-sizing:border-box;margin:0;padding:0}:root{--hue: 223;--bg: hsl(var(--hue), 10%, 90%);--fg: hsl(var(--hue), 10%, 10%);--primary: hsl(var(--hue), 90%, 55%);--primary-l: hsl(var(--hue), 90%, 65%);--primary-d: hsl(var(--hue), 90%, 45%);--white: hsl(var(--hue), 10%, 100%);--white-d: hsl(var(--hue), 10%, 45%);font-size:calc(16px + 8*(100vw - 320px)/960)}body{background-color:hsl(223, 10%, 90%);background-color:var(--bg);color:hsl(223, 10%, 10%);color:var(--fg);font-family:"Space Grotesk" !important;height:100vh;display:grid}.book,.book__pg-shadow,.book__pg{animation:cover 7s ease-in-out infinite}.book{background-color:hsl(223, 90%, 65%);background-color:var(--primary-l);border-radius:.25em;box-shadow:0 .25em .5em rgba(0,0,0,.3),0 0 0 .25em hsl(223, 90%, 55%) inset;box-shadow:0 .25em .5em rgba(0,0,0,.3),0 0 0 .25em var(--primary) inset;padding:.25em;perspective:37.5em;position:relative;width:8em;height:6em;transform:translate3d(0, 0, 0);transform-style:preserve-3d}.book__pg-shadow,.book__pg{position:absolute;left:.25em;width:calc(50% - .25em)}.book__pg-shadow{animation-name:shadow;background-image:linear-gradient(-45deg, hsla(0, 0%, 0%, 0) 50%, hsla(0, 0%, 0%, 0.3) 50%);filter:blur(0.25em);top:calc(100% - .25em);height:3.75em;transform:scaleY(0);transform-origin:100% 0%}.book__pg{animation-name:pg1;background-color:hsl(223, 10%, 100%);background-color:var(--white);background-image:linear-gradient(90deg, hsla(223, 10%, 90%, 0) 87.5%, hsl(223, 10%, 90%));background-image:linear-gradient(90deg, hsla(var(--hue), 10%, 90%, 0) 87.5%, hsl(var(--hue), 10%, 90%));height:calc(100% - .5em);transform-origin:100% 50%}.book__pg--2,.book__pg--3,.book__pg--4{background-image:repeating-linear-gradient(hsl(223, 10%, 10%) 0 0.125em, hsla(223, 10%, 10%, 0) 0.125em 0.5em),linear-gradient(90deg, hsla(223, 10%, 90%, 0) 87.5%, hsl(223, 10%, 90%));background-image:repeating-linear-gradient(hsl(var(--hue), 10%, 10%) 0 0.125em, hsla(var(--hue), 10%, 10%, 0) 0.125em 0.5em),linear-gradient(90deg, hsla(var(--hue), 10%, 90%, 0) 87.5%, hsl(var(--hue), 10%, 90%));background-repeat:no-repeat;background-position:center;background-size:2.5em 4.125em,100% 100%}.book__pg--2{animation-name:pg2}.book__pg--3{animation-name:pg3}.book__pg--4{animation-name:pg4}.book__pg--5{animation-name:pg5}@media(prefers-color-scheme: dark){:root{--bg: hsl(var(--hue), 10%, 30%);--fg: hsl(var(--hue), 10%, 90%)}}@keyframes cover{from,5%,45%,55%,95%,to{animation-timing-function:ease-out;background-color:hsl(223, 90%, 65%);background-color:var(--primary-l)}10%,40%,60%,90%{animation-timing-function:ease-in;background-color:hsl(223, 90%, 45%);background-color:var(--primary-d)}}@keyframes shadow{from,10.01%,20.01%,30.01%,40.01%{animation-timing-function:ease-in;transform:translate3d(0, 0, 1px) scaleY(0) rotateY(0)}5%,15%,25%,35%,45%,55%,65%,75%,85%,95%{animation-timing-function:ease-out;transform:translate3d(0, 0, 1px) scaleY(0.2) rotateY(90deg)}10%,20%,30%,40%,50%,to{animation-timing-function:ease-out;transform:translate3d(0, 0, 1px) scaleY(0) rotateY(180deg)}50.01%,60.01%,70.01%,80.01%,90.01%{animation-timing-function:ease-in;transform:translate3d(0, 0, 1px) scaleY(0) rotateY(180deg)}60%,70%,80%,90%,to{animation-timing-function:ease-out;transform:translate3d(0, 0, 1px) scaleY(0) rotateY(0)}}@keyframes pg1{from,to{animation-timing-function:ease-in-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(0.4deg)}10%,15%{animation-timing-function:ease-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(180deg)}20%,80%{animation-timing-function:ease-in;background-color:hsl(223, 10%, 45%);background-color:var(--white-d);transform:translate3d(0, 0, 1px) rotateY(180deg)}85%,90%{animation-timing-function:ease-in-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(180deg)}}@keyframes pg2{from,to{animation-timing-function:ease-in;background-color:hsl(223, 10%, 45%);background-color:var(--white-d);transform:translate3d(0, 0, 1px) rotateY(0.3deg)}5%,10%{animation-timing-function:ease-in-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(0.3deg)}20%,25%{animation-timing-function:ease-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(179.9deg)}30%,70%{animation-timing-function:ease-in;background-color:hsl(223, 10%, 45%);background-color:var(--white-d);transform:translate3d(0, 0, 1px) rotateY(179.9deg)}75%,80%{animation-timing-function:ease-in-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(179.9deg)}90%,95%{animation-timing-function:ease-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(0.3deg)}}@keyframes pg3{from,10%,90%,to{animation-timing-function:ease-in;background-color:hsl(223, 10%, 45%);background-color:var(--white-d);transform:translate3d(0, 0, 1px) rotateY(0.2deg)}15%,20%{animation-timing-function:ease-in-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(0.2deg)}30%,35%{animation-timing-function:ease-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(179.8deg)}40%,60%{animation-timing-function:ease-in;background-color:hsl(223, 10%, 45%);background-color:var(--white-d);transform:translate3d(0, 0, 1px) rotateY(179.8deg)}65%,70%{animation-timing-function:ease-in-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(179.8deg)}80%,85%{animation-timing-function:ease-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(0.2deg)}}@keyframes pg4{from,20%,80%,to{animation-timing-function:ease-in;background-color:hsl(223, 10%, 45%);background-color:var(--white-d);transform:translate3d(0, 0, 1px) rotateY(0.1deg)}25%,30%{animation-timing-function:ease-in-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(0.1deg)}40%,45%{animation-timing-function:ease-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(179.7deg)}50%{animation-timing-function:ease-in;background-color:hsl(223, 10%, 45%);background-color:var(--white-d);transform:translate3d(0, 0, 1px) rotateY(179.7deg)}55%,60%{animation-timing-function:ease-in-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(179.7deg)}70%,75%{animation-timing-function:ease-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(0.1deg)}}@keyframes pg5{from,30%,70%,to{animation-timing-function:ease-in;background-color:hsl(223, 10%, 45%);background-color:var(--white-d);transform:translate3d(0, 0, 1px) rotateY(0)}35%,40%{animation-timing-function:ease-in-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(0deg)}50%{animation-timing-function:ease-in-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(179.6deg)}60%,65%{animation-timing-function:ease-out;background-color:hsl(223, 10%, 100%);background-color:var(--white);transform:translate3d(0, 0, 1px) rotateY(0)}}
.custom-breadcrumb .ant-breadcrumb-separator{display:inline-flex;align-items:center;height:24px !important}.fourth-breadcrumb{color:gray !important}.custom-breadcrumb{display:flex;align-items:center;flex-wrap:nowrap}.custom-breadcrumb .ant-breadcrumb-separator{margin:0 4px}.custom-breadcrumb .ant-breadcrumb-item{margin:0;font-size:14px;line-height:1}
.tab-name{font-size:15px;color:#0d3f4b}.student-courses-listing{margin:1%}.ant-pagination{bottom:0;z-index:10;width:100%;margin:0;padding:7px;display:flex;align-items:center;justify-content:center;gap:18px}.ant-pagination-item{background:#f7f7f7;box-shadow:inset 0 0 10px #c9c9c9}.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next,.ant-pagination-jump-prev,.ant-pagination-jump-next{border-radius:5px;background:#f3f4f6;border:1px solid #fff;display:flex;align-items:center;justify-content:center;margin:0}.ant-pagination-item a{color:#6b7280;line-height:1}.ant-pagination-prev .ant-pagination-item-link,.ant-pagination-next .ant-pagination-item-link{width:100%;height:100%;background:rgba(0,0,0,0);border:0;display:flex;align-items:center;justify-content:center;color:#111827}.ant-pagination-item:hover,.ant-pagination-prev:hover,.ant-pagination-next:hover{border-color:rgba(37,99,235,.35);background:#fff}.ant-pagination-item-active{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.18)}.ant-pagination-item-active a{color:#2563eb}.ant-pagination-disabled{opacity:.45}.ant-pagination-disabled .ant-pagination-item-link{color:#9ca3af}.ant-pagination-item a,.ant-pagination-prev .ant-pagination-item-link,.ant-pagination-next .ant-pagination-item-link{padding:0}@media(min-width: 1200px){.customCol .ant-col-xl-4{display:block;flex:0 0 16.66666667%;max-width:19.666667%}}.gradient-text{font-family:"Space Grotesk",sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:36px;letter-spacing:0;background:linear-gradient(90deg, #0D6EFD 0%, #000E6A 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}
.check-circle-filled{font-size:20px}
.panel-header{display:flex;justify-content:space-between;align-items:center}.breadcrumb-container{display:flex;align-items:center;gap:10px}.icon-container{margin-top:10px;display:flex;align-items:center}.section-collapse{border-radius:4px;padding:0px;padding-left:0px !important;padding-right:0px !important}.section-collapse .lesson-item{cursor:default}.section-collapse .lesson-item.clickable{cursor:pointer}.section-collapse .lesson-item.clickable:hover{background:rgba(15,35,90,.02)}.custom-collapse .ant-collapse-item .ant-collapse-header{align-items:center}.custom-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-arrow{display:inline-block;margin-right:7px;font-size:14px;vertical-align:middle !important;height:13px !important}.custom-collapse .ant-collapse-content{border-top:none !important}.custom-collapse{border-bottom:1px solid #e8e8e8;border-radius:5px;overflow:hidden;border:1px solid #bcbbbb}.custom-collapse .custom-panel{margin-bottom:1px;overflow:hidden;background:#f7f7f7;border:0px;border-radius:5px}.custom-collapse .custom-panel .ant-collapse-header{border-bottom:1px solid #e8e8e8}.panel-text{width:500 px;margin-top:5px}.lesson-item{cursor:pointer;padding:0px 15px;border-top:1px solid #ebebeb;font-size:12px}.lesson-item.selected{background-color:rgba(117,173,255,.2);border-right:6px solid #0d6efd;margin-left:-5px;margin-right:-5px}.lesson-item.selected .lesson-container{margin-left:0 !important;margin-right:0 !important}.section-duration{font-size:12px;color:#667085;font-weight:500;margin-left:12px;white-space:nowrap}.course-description-container .ant-collapse-expand-icon{line-height:50px}.ant-collapse-content>.ant-collapse-content-box{padding:0px !important}.section-title{font-weight:500;color:#0d3f4b;font-size:19px}.progress{margin-right:10px}.custom-panel.learning-mode .ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{display:inline-block;margin-right:7px;font-size:14px;vertical-align:middle !important;height:50px !important}.custom-panel.learning-mode .lesson-item{border-bottom:1px solid #e0e0e0;font-size:12px}.custom-panel.learning-mode .ant-collapse-header{background-color:#2a405c;color:#f7f7f7}.custom-panel.learning-mode .ant-collapse-header .ant-collapse-arrow svg{color:#f7f7f7}.custom-panel.learning-mode .panel-header{color:#f7f7f7}.custom-panel.learning-mode .panel-header .section-title{color:#f7f7f7;font-size:14px}.custom-panel.learning-mode .ant-collapse-content{padding:0px}.custom-panel.learning-mode .icon-container{color:#f7f7f7}.lesson-container .lesson-item{border:none !important}
.container{background-color:#fff;display:flex;flex-direction:column}.container.sidebar-open .main-content .content{transition:margin-left .3s ease-in-out}.container.sidebar-open .sidebar-column{width:250px;transition:width .3s ease-in-out}.container.sidebar-open.sidebar-collapsed .sidebar-column{width:80px;transition:width .3s ease-in-out}.container.sidebar-closed .sidebar-column{width:0;transition:width .3s ease-in-out}.container.sidebar-open .content-column{width:calc(100% - 250px);transition:width .3s ease-in-out}.container.sidebar-open.sidebar-collapsed .content-column{width:calc(100% - 80px);transition:width .3s ease-in-out}.container.sidebar-closed .content-column{width:100%;transition:width .3s ease-in-out}.header{position:fixed;top:0;right:0;left:0;height:62px;z-index:1000;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg, #ffebd1 0%, #ffffff 45%, #ffffff 75%, #d2e2fa 100%);border-bottom:1px solid #ddd}.header.navbar-open{width:calc(100% - 200px);left:200px}.header-left{display:flex;align-items:center;background:#0d6efd;padding:12px}.header .hamburger{background:none;border:none;font-size:20px;cursor:pointer;display:flex;gap:10px;align-items:center;color:#000}.header .hamburger .icon{transition:transform .3s ease-in-out}.header-title{flex-grow:1;text-align:center;font-size:x-large;font-weight:600;color:#000e6a}.header .course-progress{display:flex;flex-direction:column;align-items:flex-start;margin-right:30px}.header .course-progress span{font-size:12px;color:#666}.header .course-progress .ant-progress{width:200px;margin-top:3px}.header .course-progress .ant-progress .ant-progress-inner{background-color:#bfbfbf}.header .header-icons{display:flex;align-items:center;margin-right:10px}.header .header-icons button{margin-left:20px;font-size:20px;cursor:pointer;display:flex;align-items:center;padding:5px}.header .header-icons .close-icon{color:red}.header .header-icons .close-icon:hover{color:#ff6262}.submit-button{background-color:#2094e8 !important;border-color:#2094e8 !important;margin-bottom:5px !important}.submit-button:hover{background-color:hsl(205.2,81.3008130081%,46.7647058824%) !important;border-color:hsl(205.2,81.3008130081%,46.7647058824%) !important}.submit-button:disabled{background-color:#f5f5f5 !important;border-color:#d9d9d9 !important;color:#d9d9d9 !important}.main-content{display:flex;transition:all .3s ease-in-out;flex:1 1}.main-content .sidebar{width:250px;background-color:#333;color:#fff;padding:20px}.main-content .content{position:relative;border:1px solid #ddd;width:100%;min-height:calc(107vh - 140px);padding:1rem;justify-content:center;align-items:center;transition:margin-left .3s ease-in-out;background-color:#fff;box-shadow:inset 0px 1px 8px 1px rgba(181,177,177,.66)}.main-content .content.closed{margin:auto;border:none}.sidebar-column{height:calc(100vh - 60px);overflow-y:auto;padding:11px}.sidebar-column{height:calc(100vh - 60px);overflow-y:hidden;padding:0}.sidebar-column .sidebar-scroll-container{height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.sidebar-column .sidebar-scroll-container::-webkit-scrollbar{width:0px;background:rgba(0,0,0,0)}.footer{position:sticky;bottom:0;left:0;right:0;height:70px;background-color:#f5f5f5;display:flex;justify-content:space-between;align-items:center;padding:0 20px;z-index:1000}.checkbox-complete{border:1px dashed #72b972;background-color:rgba(0,0,0,.05);padding:6px !important;border-radius:6px;font-size:16px}.checkbox-content{color:#37890f}.completed-text{border:1px dashed #72b972;background-color:rgba(0,0,0,.05);padding:6px !important;border-radius:6px;color:#37890f;font-size:16px}.undo-icon{margin-left:5px}.loader{display:block;--height-of-loader: 4px;--loader-color: #0071e2;width:130px;height:var(--height-of-loader);border-radius:30px;background-color:rgba(0,0,0,.2);position:relative;margin-left:47%;margin-top:30%}.loader::before{content:"";position:absolute;background:var(--loader-color);top:0;left:0;width:0%;height:100%;border-radius:30px;animation:moving 1s ease-in-out infinite}@keyframes moving{50%{width:100%}100%{width:0;right:0;left:auto;left:initial}}
.ongoing-quiz{width:60%}.quiz-title{font-size:14px;color:#888}.quiz-subtitle{font-size:2em;font-weight:bold;color:#000e6a}.quiz-form{position:absolute;display:flex;flex-direction:column;gap:1rem;margin-top:2rem;height:93%;overflow-y:scroll}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content{padding:5px}.quiz-form::-webkit-scrollbar{width:0px !important}.quiz-instruction{font-size:1.2em;color:#000}.quiz-intro-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;padding:32px 0;width:100%}.quiz-intro-card{width:100%;max-width:720px;background:#fff;padding:0}.quiz-intro-course-label{font-size:13px;color:#888;margin:0 0 4px;font-weight:400}.quiz-intro-title{font-size:28px;font-weight:700;color:#000e6a;margin:0 0 20px;line-height:1.2}.quiz-intro-banner{display:flex;align-items:center;gap:10px;background:#e8f0fe;border:1px solid #c5d5f8;border-radius:8px;padding:14px 18px;font-size:15px;color:#1a2b6b;margin-bottom:24px}.quiz-intro-banner .quiz-intro-banner-icon{font-size:18px;flex-shrink:0}.quiz-intro-bullets{list-style:disc;padding-left:20px;margin:0 0 20px;display:flex;flex-direction:column;gap:6px}.quiz-intro-bullets li{font-size:14px;color:#333;line-height:1.6}.quiz-intro-summary{font-size:14px;color:#444;margin:0 0 20px;line-height:1.6}.quiz-intro-best{font-size:14px;font-weight:700;color:#222;margin:0 0 28px}.quiz-intro-actions{display:flex;align-items:center;gap:8px}.quiz-button{margin-top:20px;color:#fff !important;border-color:#fff !important;background:#2094e8 !important;border-radius:2px !important}.quiz-button:hover{color:#fff !important;background:#0081dd !important}.question-container{margin-bottom:3rem;max-width:100%;min-width:37vw}.question-title{font-weight:bold;margin-bottom:1.5em}.options-container .ant-radio-group{width:100%}.options-container .ant-checkbox-group{width:100%}.option-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;border:1px solid #d9d9d9;border-radius:5px;padding:8px 15px;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;width:50%}.option-item.selected{border-color:#2094e8}.option-item .ant-checkbox .ant-checkbox-inner{border:1px solid #d9d9d9}.option-item .ant-checkbox-checked .ant-checkbox-inner{background-color:#2094e8}.option-item:hover{color:#004085;background:#cce5ff;border:1px solid #b8daff}.option-item.correct{color:#155724;background:rgba(24,195,56,.0509803922);border:1px solid #18c338}.option-item.incorrect{color:#721c24;background:rgba(232,44,44,.0509803922);border:1px solid #e82c2c}.option-item.disabled{pointer-events:none}.correct-icon,.incorrect-icon{margin-left:10px;font-size:20px}.correct-icon{color:#18c338}.incorrect-icon{color:#e82c2c}.result-header{text-align:center;margin-bottom:20px;border:1px solid #18c338;background:rgba(24,195,56,.0509803922);display:flex;flex-direction:column;align-items:flex-start;padding:1rem}.result-header-child{font-size:16px;font-weight:700}.result-paragraph{font-size:24px;color:"#18C338";font-weight:700}.result-sub-paragraph{font-size:16px;font-weight:450}.explanation{margin-top:10px;font-style:italic;color:#888}footer{height:60px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d3d3d3}footer .total_que span{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}footer .total_que span p{font-weight:500;padding:0 5px}footer .total_que span p:first-child{padding-left:0px}footer button{height:40px;padding:0 13px;font-size:18px;font-weight:400;cursor:pointer;border:none;outline:none;color:#fff;border-radius:5px;background:#007bff;border:1px solid #007bff;line-height:10px;opacity:0;pointer-events:none;transform:scale(0.95);transition:all .3s ease}footer button:hover{background:#0263ca}footer button.show{opacity:1;pointer-events:auto;transform:scale(1)}.result_box{background:#fff;border-radius:5px;display:flex;padding:25px 30px;width:450px;align-items:center;flex-direction:column;justify-content:center;transform:translate(-50%, -50%) scale(0.9);opacity:0;pointer-events:none;transition:all .3s ease}.result_box .icon{font-size:100px;color:#007bff;margin-bottom:10px}.result_box .complete_text{font-size:20px;font-weight:500}.result_box .score_text span{display:flex;margin:10px 0;font-size:18px;font-weight:500}.result_box .score_text span p{padding:0 4px;font-weight:600}.result_box .buttons{display:flex;margin:20px 0}.result_box .buttons button{margin:0 10px;height:45px;padding:0 20px;font-size:18px;font-weight:500;cursor:pointer;border:none;outline:none;border-radius:5px;border:1px solid #007bff;transition:all .3s ease}.buttons button.restart{color:#fff;background:#007bff}.buttons button.restart:hover{background:#0263ca}.buttons button.quit{color:#007bff;background:#fff}.buttons button.quit:hover{color:#fff;background:#007bff}
.assessment-row{align-items:center}.assessment-col{display:flex;justify-content:space-between}.assessment-col>span{flex:1 1}.submit__button{background-color:#2094e8 !important;border-color:#2094e8 !important;top:34px !important}.submit__button:hover,.submit__button:focus,.submit__button:active{background-color:#2094e8 !important;border-color:#2094e8 !important}.spaced-table{padding-top:24px !important}.tabelColor .ant-table-thead>tr>th{position:relative;color:rgba(0,0,0,.85);font-weight:500;text-align:center !important;background:#fafad2 !important;border-bottom:1px solid #f0f0f0}.tabelColor .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;text-align:center !important}.centered-spin{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center}
*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.demo{position:absolute;left:50%;top:50%;width:500px;height:140px;margin-top:-70px;padding:10px;border-radius:20px;transform:translateX(-50%)}.demo__colored-blocks{overflow:hidden;position:absolute;left:50%;top:0;width:500px;height:100%;margin-left:-250px;padding:10px;border-radius:20px;perspective:1000px;animation:demoAnim 4s ease-in-out infinite,contAnim 4s infinite}.demo__colored-blocks-rotater{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:inherit;animation:rotation 1.3s linear infinite}.demo__colored-blocks-inner{overflow:hidden;position:relative;height:100%;background:#32386d;border-radius:inherit}.demo__colored-block{position:absolute;left:50%;top:50%;width:300%;height:300%;transform-origin:0 0}.demo__colored-block:nth-child(1){transform:rotate(0deg) skewX(-30deg);background-color:#fd3359}.demo__colored-block:nth-child(2){transform:rotate(120deg) skewX(-30deg);background-color:#f4d302}.demo__colored-block:nth-child(3){transform:rotate(240deg) skewX(-30deg);background-color:#21bdff}.demo__inner{overflow:hidden;position:relative;width:100%;height:100%}.demo__numbers{overflow:visible;position:absolute;left:50%;top:50%;width:100px;height:100px;margin-left:-50px;margin-top:-50px}.demo__numbers-path{fill:none;stroke-width:10px;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0,518.055065155;stroke-dashoffset:0;animation:numAnim 4s ease-in-out infinite;opacity:0}.demo__text{position:absolute;left:50%;top:0;width:500px;height:100%;margin-left:-250px;text-align:center;line-height:140px;font-size:100px;color:#fff;text-transform:uppercase;letter-spacing:15px;transform:translateX(10px);animation:hideText 4s infinite}@keyframes contAnim{15%,100%{margin-left:-250px;width:500px}25%,90%{margin-left:-70px;width:140px}}@keyframes numAnim{15%{stroke-dasharray:0,518.055065155;stroke-dashoffset:0;opacity:0}25%,41%{opacity:1;stroke-dasharray:144.4256591797,518.055065155;stroke-dashoffset:-40}53%,66%{stroke-dasharray:136.0216217041,518.055065155;stroke-dashoffset:-227.238697052}76%{stroke-dasharray:113.4751205444,518.055065155;stroke-dashoffset:-445.8995704651}88%,100%{stroke-dasharray:72.1554946899,518.055065155;stroke-dashoffset:-445.8995704651}92%{opacity:1}100%{opacity:0}}@keyframes rotation{to{transform:rotate(360deg)}}@keyframes demoAnim{15%{border-radius:20px;transform:rotate(0)}30%,43%{border-radius:50%;transform:rotate(360deg)}52%,65%{border-radius:0;transform:rotate(720deg)}78%,90%{border-radius:50%;transform:rotate(1080deg)}100%{border-radius:20px;transform:rotate(1440deg)}}@keyframes hideText{15%,100%{opacity:1}20%,96%{opacity:0}}
.section-title{font-size:14px;color:#888}.lessonContent-container{height:calc(100vh - 140px);overflow-y:auto}.lessonContent-container::-webkit-scrollbar{display:none !important}.lesson-render-content{margin-top:10px;font-size:16px}
.course-overview-layout{background:#f6f8fb}.course-overview-content{overflow-y:hidden}.custom-page-header{background:#fff;border-bottom:1px solid #eef1f5}.back-title{color:#0d3f4b;font-weight:600}.container-padding{padding:0 16px}@media(min-width: 992px){.container-padding{padding:0 24px}}.course-panel{background:rgba(0,0,0,0)}@media(min-width: 992px){.course-panel--sticky{position:sticky;top:16px;margin-top:16px}}.course-desc-card{border-radius:14px;box-shadow:0 6px 24px rgba(16,24,40,.06)}.course-name{color:#0d3f4b;margin-bottom:6px !important}.course-shortDesc{color:#5b6770}.course-meta-row{margin-top:16px}.course-actions{margin-top:18px}.course-btn{border-radius:10px}.course-card-wrap{display:flex;flex-direction:column;gap:16px}.course-summary-card{border-radius:14px;overflow:hidden;box-shadow:0 6px 24px rgba(16,24,40,.06)}.course-summary-card .ant-card-body{padding:16px}.course-cover{height:200px;width:100%;-o-object-fit:cover;object-fit:cover}@media(min-width: 992px){.course-cover{height:220px}}.summary-block{display:flex;flex-direction:column;gap:10px}.summary-row{gap:12px}.label{color:#667085;font-size:13px}.value{color:#101828;font-weight:600}.skills-block{background:#fff;border-radius:14px;padding:16px;box-shadow:0 6px 24px rgba(16,24,40,.06)}.skills-title{margin-bottom:10px !important;color:#0d3f4b}.tag-item{border-radius:999px;padding:4px 10px}.course-panel--scroll{max-height:calc(100vh - 140px);overflow-y:auto;overflow-x:hidden;height:78vh;scrollbar-width:none;-ms-overflow-style:none}.course-panel--scroll::-webkit-scrollbar{width:0;height:0}.fullscreen-loader{height:100vh;width:100%;display:flex;align-items:center;justify-content:center}
.course-page{width:100%;min-height:auto;background:rgba(0,0,0,0);display:block;box-sizing:border-box;text-align:left}.section-title{font-size:20px;font-weight:600;margin-bottom:10px;color:#000}.course-desc-card,.course-desc-card *{text-align:left}.course-desc-card{width:100%;background:#fff;border-radius:6px;box-shadow:0 1px 3px rgba(15,23,42,.06);box-sizing:border-box;display:flex;flex-direction:column;padding:20px;margin-top:16px}.course-header{border-bottom:1px solid #f0f0f0;padding-bottom:.9rem;margin-bottom:.3rem}.course-title-wrap{margin-bottom:.6rem}.course-title{font-weight:600;margin:0 0 .3rem;color:#000e6a;line-height:36px;font-size:36px}.course-subtitle{margin:0 0 .8rem;color:#4b5563;font-size:14px;max-width:92%;line-height:24px}.course-meta-bar{display:flex;flex-wrap:wrap;align-items:center;background:#fbfbfd;border-radius:5px;border:1px solid #eaecf0;padding:7px;color:#111827;gap:.75rem;height:46px;font-weight:400;font-size:14px}.course-meta-item{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.course-meta-item+.course-meta-item{padding-left:.85rem;margin-left:.35rem;border-left:1px solid #e5e7eb}.course-meta-icon{color:#2563eb}.course-meta-rating{display:inline-flex;align-items:center;gap:.4rem}.rating-value{font-weight:600}.rating-stars{display:inline-flex}.rating-stars .ant-rate-star-full,.rating-stars .ant-rate-star-half .ant-rate-star-first{color:#fbbf24}.rating-count-link{font-size:.8rem;color:#111827;text-decoration:underline;text-underline-offset:2px}.course-cta-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:.9rem}.start-button{border-radius:4px;font-weight:600;font-size:.9rem}.course-avatars{display:flex;align-items:center;gap:.5rem}.course-avatars .avatar-group{margin-right:.2rem}.course-avatars .students-text{font-size:.75rem;color:#6b7280}.learn-columns{display:flex;gap:4%;width:100%}.learn-column{width:48%}@media(max-width: 768px){.learn-columns{flex-direction:column;row-gap:.75rem}.learn-column{width:100%}}.learn-list{list-style:none;padding:0;margin:0}.learn-item{display:flex;align-items:flex-start;gap:.5rem;font-size:14px;color:#4b5563;margin-bottom:.6rem}.learn-item .learn-icon{font-size:14px;color:#10b981;margin-top:.2rem}.skills-wrap{display:flex;flex-wrap:wrap;gap:.5rem}.skill-pill{border-radius:3px;border:1px solid #e5e7eb;background:#fafafa;padding:.25rem .6rem;font-size:14px;color:#374151}.modules-section{margin-top:.5rem}.modules-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:.9rem;gap:1rem}.modules-header-left{display:flex;flex-direction:column;row-gap:.25rem}.modules-meta{font-size:12px;color:#6b7280}.expand-all-btn{border:none;background:rgba(0,0,0,0);color:#2563eb;font-size:14px;padding:0;cursor:pointer;text-decoration:underline}
.fourth-breadcrumb{display:flex;align-items:center;justify-content:space-between}.icon{font-size:16px}.icon.competency-level-icon{color:#36c2ce}.icon.lessons-icon{color:#e76f51}.icon.assessments-icon{color:#ff9eaa}.icon.hours-icon{color:#9bec00}.breadcrumb-space{height:18px;font-size:16px;display:flex;align-items:center}
.cc-label{font-family:"Space Grotesk",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px;letter-spacing:0%}.cc-value{font-family:"Space Grotesk",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px;letter-spacing:0%;text-align:right;display:inline-block;width:100%;color:#939393}
