/* Load font */
@font-face {
  font-family: 'Noto Sans';
  src: url('./font/notosans-regular.woff2') format('woff2'),
       url('./font/notosans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'Noto Sans';
  src: url('./font/notosans-light.woff2') format('woff2'),
       url('./font/notosans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Noto Sans';
  src: url('./font/notosans-medium.woff2') format('woff2'),
       url('./font/notosans-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: 'Noto Sans';
  src: url('./font/notosans-semibold.woff2') format('woff2'),
       url('./font/notosans-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'Noto Sans';
  src: url('./font/notosans-italic.woff2') format('woff2'),
       url('./font/notosans-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Noto Sans';
  src: url('./font/notosans-bold.woff2') format('woff2'),
       url('./font/notosans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-heading-color: #3b2073;
  --secondary-heading-color: #b10fe2;
  --secondary-button-color: #b10fe3;
  --border-color: #f0f0f0;
}

/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block; width:100%;}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family: 'Noto Sans', Arial, sans-serif;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0; border-radius: 10px;}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
body {background-color: #f7f7f7;}
html,body{font-family: 'Noto Sans', Arial, sans-serif;font-weight:400;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.w3-serif{font-family:serif}.w3-sans-serif{font-family:sans-serif}.w3-cursive{font-family:cursive}.w3-monospace{font-family:monospace}
h1,h2,h3,h4,h5,h6{font-family: 'Noto Sans', Arial, sans-serif;font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
a {color: inherit;}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 0px;}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}

.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;position:relative;padding:0;outline:0;/*width:600px*/}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.w3-auto{max-width:95%}}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:450px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}

h3 {
  color: var(--primary-heading-color);
  font-size: 20px;
  font-weight: 600;
}

h4 {
  color: var(--primary-heading-color);
  font-size: 16px;
  font-weight: 600;
}

p {
  color: #374151;
}

.image img {
	width:100%;
}

.question-block {
	border: 1px solid #f0f0f0;
	padding:10px;
	border-radius:10px;
	padding: 20px;
}

.question-block label {
  font-weight: bold;
}

.menu {
  
    z-index: 9999;
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background-color: white;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.menu a {
  margin: 0;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  color: #374151;
  transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
  cursor: pointer;
}

.menu-logo {
    width: 111px;
}

  .breadcrumb {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    font-weight: 500;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

.profile-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-container button {
  margin-top: 0;
}

.sidebar-menu {
    width: 220px;
    background: white;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    border-right: 1px solid #f0f0f0;
    padding-top: 95px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar-inner {
    display: flex;
    flex-direction: column;
}

.sb-top {
    padding: 0 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 8px;
}
.sb-top a:hover {
    background: #761AC0;
}

.sb-section {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 4px;
}

.sb-section:last-child {
    border-bottom: none;
}

.sb-label {
    font-size: 11px;
    font-weight: 500;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0 16px;
}

.sb-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
    transition: background 0.1s, color 0.1s;
}

.sb-link:hover {
    background: #f9fafb;
    color: #111827;
}

.sb-link.active {
    /* background: #eff6ff; */
    color: #6b7280;
    font-weight: bold;
}

.sb-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0.6;
}

.sb-link.active .sb-icon {
    opacity: 1;
}

.sb-badge {
    margin-left: auto;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 11px;
    border-radius: 10px;
    padding: 1px 7px;
    min-width: 20px;
    text-align: center;
}

.sb-link.active .sb-badge {
    background: white;
    color: #1d6eca;
    border-color: #bfdbfe;
}

.sidebar-menu {
    transition: width 0.25s ease;
}

.sidebar-menu.collapsed {
    width: 66px;
}

/* Hide text/labels when collapsed */
.sidebar-menu.collapsed .sb-text {
    display: none;
}

/* Centre icons when collapsed */
.sidebar-menu.collapsed .sb-link {
    justify-content: center;
    padding: 8px;
    margin: 1px 4px;
}

.sidebar-menu.collapsed .sb-top {
    padding: 0 8px 20px;
}

.sidebar-menu.collapsed .sb-create-btn {
    justify-content: center;
    padding: 8px;
}

.sb-create-btn {
  margin-top: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.sb-create-btn .sb-text {
  margin-left: 2px;
}

/* Toggle button */
.sb-toggle {
    position: absolute;
    top: 60px;
    right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.sb-toggle svg {
    width: 12px;
    height: 12px;
    color: #6b7280;
    transition: transform 0.25s ease;
}

.sidebar-menu.collapsed .sb-toggle svg {
    transform: rotate(180deg);
}

.main-inner-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-body {
  width: 85%;
  float: right; 
  transition: width 0.25s ease;
}

body.sidebar-collapsed .main-body {
    width: calc(100% - 56px);
}

.main-spacing {
  padding: 0 2%;
}

.top-spacing {
  margin-top: 90px;
}

.select-company {
  margin-top: 90px;
  margin-bottom: 30px;
}

.filter-bttn {
  background: #707481;
}

#categoryFilter {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
  border: 1px solid #f0f0f0;
}

table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1, 
table.dataTable.display>tbody>tr.even>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1,
table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
  box-shadow: none !important;
}

.table-container {
  background-color: white;
  border-radius: 12px;
  padding: 45px;
  margin-bottom: 70px;
  border: 1px solid #f0f0f0;
}

.content-link, .underline {
  text-decoration: underline;
}

.truncate {
  max-width: 470px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button.logout-btn{
  color: #470D74; 
  background-color: #470d741d; 
  border-color: #313131; 
  border: 1px solid;
}

button.logout-btn:hover {
  box-shadow: 0 0 20px #470D74 !important;
  border-color: #470D74 !important;
}

.flip-card {
  background-color: transparent;
  width: 190px;
  height: 254px;
  perspective: 1000px;
  font-family: sans-serif;
}

.filter-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: flex-start;
}

 .filter-tabs {
    display: flex;
    gap: 0;
    /* border-bottom: 2px solid #e5e7eb; */
    background: #f8f8f8;
    border-radius: 8px;
}

.filter-tab {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: color 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
    border: 1px solid #f0f0f0
}

.filter-tab:hover {
    color: #4f6ef7;
    border-bottom-color: #c7d0fd;
}

.filter-tab.active {
    background: white;
    font-weight: bold;
}

.w3-filter-results{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.w3-flex-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
}
.push-input{
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    min-width: 0;
}
.deployments-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}
.deployments-modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  width: 500px;
  text-align: center;
}


.title {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid coral;
  border-radius: 1rem;
}

.flip-card-front {
  background: linear-gradient(120deg, bisque 60%, rgb(255, 231, 222) 88%,
     rgb(255, 211, 195) 40%, rgba(255, 127, 80, 0.603) 48%);
  color: coral;
}

.flip-card-back {
  background: linear-gradient(120deg, rgb(255, 174, 145) 30%, coral 88%,
     bisque 40%, rgb(255, 185, 160) 78%);
  color: black;
  transform: rotateY(180deg);
}

.login-left {
  width: 45%;
}

.login-right {
  width: 55%;
  height: 100%;
  background-image: url(../images/login-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 10%;
}

.login-right-bottom {
  margin-top: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-right h2 {
  font-size: 40px;
  color: #b10fe2;
  font-weight: 800;
  text-transform: none;
  line-height: 1.2em;
  margin-bottom: 0;
}

.login-right p, .login-right a {
  color: #4e0479 !important;
}

.login-form {
  padding: 0 100px;
}

.login-form p {
  margin-bottom: 5px;
}

.login-form-logo {
  margin-bottom: 20px;
  margin-top: -20px;
}

.login-form-container {
  height: 100vh;
  display: flex;
  align-items: center;
}

.login-form .message {
  text-align: left;
  margin-bottom: 5px;
}

.form {
  padding:20px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.form input, .form textarea {
  margin: 10px 0;
}

.form-user-name {
  display: flex;
  justify-content: flex-start;
}

.form-user-name div {
  width: 50%;
}

.full_length_form {
	width:100% !important;
}

.deployment-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

.deployment-description-alt {
  margin-bottom: 30px;
}

.deployment-description input, .deployment-description select{
  width: 100%;
}

.deployment-description p, #groups p, .deployment-description-alt p, .create-form p {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.deployment-description h4, .deployment-description-alt h4 {
  padding: 0;
  margin: 0;
}

#warning_modal_inline {
  display: none;
}

.active-dates {
  display: flex;
  align-items: center;
}

.title {
  font-size: 20px;
  /* color: #867979; */
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.title::before,.title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  /* background-color: #867979; */
}

.title::before {
  width: 18px;
  height: 18px;
  /* background-color: #867979; */
}

.title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.alert p {
  margin: 0;
  padding: 0;
}

.tiny-alert {
  padding: 5px 10px !important;
  width: fit-content;
}

.alert, .dataTables_empty {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success, .alert-Published, .alert-Active {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning, .dataTables_empty {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-Unpublished, .alert-Dormant, .alert-Published, .alert-Active {
  font-size: 12px;
}

.alert-Active {
  display: block;
  width: 51px;
  text-align: center;
  margin-bottom: 0;
}

.alert-Published {
  display: block;
  width: 72px;
  text-align: center;
  margin: 0;
}

.alert-danger, .alert-Unpublished, .alert-Dormant {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.message, .signin {
  color: rgba(88, 87, 87, 0.822);
  font-size: 16px;
}

.feedback_text {
	text-align: left;
}

.signin {
  text-align: center;
}

.signin a {
  color: royalblue;
}

.signin a:hover {
  text-decoration: underline royalblue;
}

.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}

.form label {
  position: relative;
}

.form label .input, input, select {
  width: 100%;
  padding: 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
}

textarea {
  width: 100%;
  height: 200px;
  border: 1px solid rgba(105, 105, 105, 0.397);
}

.form label .textarea {
  width: 100%;
  padding: 10px 10px 20px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
}

.form label .input + span {
  position: absolute;
  left: 10px;
  top: 15px;
  color: grey;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown + span {
  top: 15px;
  font-size: 0.9em;
}

.form label .input:focus + span,.form label .input:valid + span {
  top: 30px;
  font-size: 0.7em;
  font-weight: 600;
}

.form label .input:valid + span {
  color: green;
}

.submit {
  border: none;
  outline: none;
  background-color: royalblue;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: .3s ease;
}

.submit:hover {
  background-color: rgb(56, 90, 194);
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

.profile-container {
    position: relative;
    display: flex;
    align-items: center;
}

.profile-avatar {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #FE7E6A;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid rgba(255,255,255,0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    letter-spacing: 0.5px;
}

.profile-avatar:hover {
    transform: scale(1.06);
    box-shadow: 0 0 0 3px rgba(79, 110, 247, 0.25);
}

.profile-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 190px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 1000;
    overflow: hidden;
    animation: dropdownFade 0.15s ease;
}

@keyframes dropdownFade {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.profile-menu.open {
    display: block;
}

.profile-menu-header {
    padding: 12px 16px 10px;
}

.profile-menu-name {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    display: block;
}

.profile-menu-divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 0;
}

.sidebar-container {
  border: none;
  border-top: 1px solid #f0f0f0;
}

.profile-menu-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
    transition: background 0.1s;
}

.profile-menu-item:hover {
    background: #f5f7ff;
    color: #4f6ef7;
}

.profile-menu-item.logout {
    color: #e53935;
}

.profile-menu-item.logout:hover {
    background: #fff5f5;
    color: #e53935;
}

.inputGroup {
  font-family: 'Segoe UI', sans-serif;
  margin: 1em 0 1em 0;
  max-width: 100%;
  position: relative;
}

.inputGroup input {
  font-size: 100%;
  padding: 0.8em;
  outline: none;
  border: 2px solid rgb(200, 200, 200);
  background-color: transparent;
  width: 100%;
}

.inputGroup label {
  font-size: 100%;
  position: absolute;
  left: 0;
  padding: 0.8em;
  margin-left: 0.5em;
  pointer-events: none;
  transition: all 0.3s ease;
  color: rgb(100, 100, 100);
}

.inputGroup :is(input:focus, input:valid)~label {
  transform: translateY(-50%) scale(.9);
  margin: 0em;
  margin-left: 1.3em;
  padding: 0.4em;
  background-color: #e8e8e8;
}

.inputGroup :is(input:focus, input:valid) {
  border-color: rgb(150, 150, 200);
}

a {
	text-decoration: none;
}

.button {
  display: block;
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0;
  overflow: hidden;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  border: 0;
}

.button:before,
.button:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
}

.button:before {
  border: 4px solid #f0eeef;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button:after {
  border: 4px solid #470d74;
  transform: scale(1.3);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.button:hover:before,
.button:focus:before {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button:hover:after,
.button:focus:after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button-box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.button-elem {
  display: block;
  width: 20px;
  height: 20px;
  margin: 17px 18px 0 18px;
  transform: rotate(180deg);
  fill: #470d74;
}

.button:hover .button-box,
.button:focus .button-box {
  transition: 0.4s;
  transform: translateX(-56px);
}

.sticky-button {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	margin-right: 20px;
	display: block;
	width: 35px;
}

.content {
/*  display: flex;
  flex-direction: column;
  gap: 20px;*/
  /* color: #867979; */
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  width:100%;
}

.documentation p {
  margin: 5px 0px !important;
}

.submit-button-group {
  display: flex;
  align-items: center;
}

.submit-button-group input {
  margin-right: 15px;
}

.bttn {
  color: #e8e8e8;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: #470D74;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: fit-content;
  display: block;
  margin-top: 10px;
}

.bttn:hover {
  background-color: #761AC0;
}

.bttn:disabled {
  background-color: #b0b0b0;
  color: #e8e8e8;
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
  box-shadow: none;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.cancel {
  color: #470D74;
  border: 1px solid #470D74;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
  width: fit-content;
  display: block;
  margin-top: 10px;
}

.sort-content {
  border-radius: 12px !important;
  border: 1px solid #f0f0f0 !important;
}

.module {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Module Popup Menu */
.module-context-menu {
  display: none;
  position: absolute;
  /* right: 0; */
  top: 28px;
  background: white;
  border: 0.5px solid #f0f0f0;
  border-radius: 12px;
  min-width: 160px;
  z-index: 999;
  overflow: hidden;
}

.popup-menu img {
  width: 16px;
}

.module-context-menu.open { display: block; }

.ctx-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  font-size: 13px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.ctx-item:hover { background: #f5f5f5; }
.ctx-danger { color: #a94442; }
.ctx-success { color: #3c763d; }
.ctx-divider { height: 0.5px; background: #eee; margin: 4px 0; }

.content .btn {
  background-color: white;
  text-decoration: none;
  padding: 15px 20px;
  border: none;
  width:100%;
}

.content .btn_2 {
  color: #e8e8e8;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: red;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width:100%;
  display: block;
}

.secondary_btn {
  color: #e8e8e8;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: #707481;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width:150px;
  display: inline;
}

.full_width_secondary_btn {
  color: #e8e8e8;
  text-decoration: none;
  padding: 10px;
  border: none;
  cursor: pointer;
  background: var(--secondary-button-color);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width:100%;
  display: block;
}

.delete_btn {
  color: #e8e8e8;
  text-decoration: none;
  padding: 10px;
  border: none;
  cursor: pointer;
  background: red;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width:150px;
  display: inline;
}

.grey {
  background: #999ba1;
}

.secondary_selected_btn {
  color: white;
  text-decoration: none;
  padding: 10px;
  border: none;
  cursor: pointer;
  background: var(--secondary-button-color) !important;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width:150px;
  display: inline;
}

.para {
	width:100%;
	height:95px;
	background-color: #470d741d;
	padding:5px;
	border-radius: 5px;
	word-wrap: normal;
}


/***********CARDS******************/
.card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 32px;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #313131;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.card:hover {
  box-shadow: 0 0 20px #470D74;
  border-color: #470D74;
}

.content .btn:hover {
  outline: 2px solid #e8e8e8;
  background: transparent;
  /* color: #867979; */
}

.content .secondary_btn:hover {
  outline: 2px solid #e8e8e8;
  background: transparent;
  /* color: #867979; */
}

.content .full_width_secondary_btn:hover {
  outline: 2px solid #e8e8e8;
  background: transparent;
  /* color: #867979; */
}

.content .btn_2:hover {
  outline: 2px solid #e8e8e8;
  background: transparent;
  /* color: #867979; */
}


.content .btn:active {
  box-shadow: none;
}

/***********CARDS******************/

#editorjs {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
}

button {
  margin-top: 20px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  /* background-color: white; */
}

.w3-remove-btn {
  margin-top: 6px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  width: fit-content;
  padding: 7px 15px;
}

.w3-add-answer-button {
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: fit-content;
  padding: 7px 15px;
  margin: 8px 0;
}

.question-block, .answer-block {
  margin-bottom: 15px;
}

.right_spacer{
	margin-right:10px;
}

.main-contain {
	margin-top: -51px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom:100px;
}

.course-actions {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.multiple-actions {
    display: flex;
    align-items: center;
    width: fit-content;
    min-width: 30%;
    justify-content: flex-end;
}

.multiple-action-first {
    margin-right: 15px;
}

.multiple-actions a {
    width: fit-content;
}

.sort-content {
  cursor: all-scroll !important;
}

/* Customize the label (the checkbox-btn) */
.checkbox-btn {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-btn label {
  cursor: pointer;
  font-size: 14px;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2.5px solid #e4e4e4;
  transition: .2s linear;
}
.checkbox-btn input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: 40%;
  width: 10px;
  height: 14px;
  border: 2px solid #0ea021;
  filter: drop-shadow(0px 0px 10px #0ea021);
  border-width: 0 4.5px 4.5px 0;
  transition: .2s linear;
  transform: translate(-50%, -50%) rotate(-90deg) scale(0.2);
}

/* Show the checkmark when checked */
.checkbox-btn input:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  animation: pulse 1s ease-in;
}

.checkbox-btn input:checked ~ .checkmark {
  transform: rotate(45deg);
  border: none;
}

.cursor {
	cursor: pointer;
}

.editing_border {
	border: 2px solid #59ff00;
	padding:2px;
}


.multi-submission-container {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  width: fit-content;
}

.multi-submission-container input[type="checkbox"] {
  width: fit-content;
}

.first-container {
  margin-top: 6%;
}

.container-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.blokkie-container {
  display: flex;
  margin-bottom: 30px;
}

.blokkie {
  padding: 30px;
  width: 33%;
  background-color: white;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  margin-right: 10px;
  text-align: left;
}

.form-container {
  padding: 20px 0;
  background-color: white;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
}

.blokkie h3 {
  margin: 0;
  padding: 0;
}

.blokkie p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.subheading {
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  color: #9ca3af;
}

.blokkie h2, .form h2 {
  margin: 0;
  font-weight: bold;
  color: var(--secondary-heading-color);
}

/*RADIO BUTTON*/
.container form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.container label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  align-items: center;
}

.container  label input {
  position: absolute;
  left: -9999px;
}

.container label input:checked + span {
 /* background-color:#bedb74;
  color: white;*/
}

.container label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #0ea021;
}

.container label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
  color: #414181;
}

.container label span:hover {
  /* background-color: #d6d6e5; */
}

.container label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}

.worksheets-badge {
	border-radius:50%;
	background-color: red;
	height:10px;
	width:10px;
	display:inline-block;
}

.notices-badge {
	border-radius:50%;
	background-color: blue;
	height:10px;
	width:10px;
	display:inline-block;
}

.process-badge {
	border-radius:50%;
	background-color: green;
	height:10px;
	width:10px;
	display:inline-block;
}

.w3-modal-content-wide {
	width:860px;
	margin:auto;background-color:#fff;position:relative;padding:0;outline:0;
}

hr.pinko_lino {
	border-top: 2px solid #470D74;
}

.header_icon_size {
	width:50px;
}

.fifteen {
	width:10%;
	float:left;
}

.eighty_five {
	width:90%;
	float:left;
}

.red_text {
	color:#ff0f7b;
}

.narrow_btn{
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}

.builder-title p {
  margin: 0;
}

.form-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.form-creator-option {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border: 1px solid #f0f0f0;
  background-color: white;
  color: #374151;
  padding: 20px;
  flex: 0 0 calc(33.333% - 6px);
}

.form-creator-option:hover {
  background: #f9fafb;
  color: #111827;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
}

.form-creator-option svg {
  width: 19px;
  color: #9ca3af;
}

.form-creator-option div {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.approved_btn {
	background-color: green;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	border-radius: 15px;
	color:white;
}

.rejected_btn {
	background-color: red;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	border-radius: 15px;
	color:white;
}
.iframe-tool-iframe{
  width: 100%;
}
.drop-zone {
      border: 2px dashed #ccc;
      border-radius: 10px;
      padding: 40px;
      text-align: center;
      transition: background-color 0.3s ease;
    }

    .drop-zone.dragover {
      background-color: #f1f1f1;
      border-color: #3f51b5;
    }

    .file-info {
      margin-top: 10px;
    }
   /* Main container for inputs and word list */

        
        .iframe-tool-wrapper h3 {
          margin: 10px 0 8px 0;
          color: #495057;
          font-size: 20px;
          font-weight: 600;
        }
        
        .iframe-tool-wrapper p {
          margin: 0 0 15px 0;
          color: #6c757d;
          line-height: 1.5;
        }
        
        .iframe-tool-main {
          background: white;
          border-radius: 6px;
          padding: 20px;
          margin: 15px 0;
          box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        
        .add-words-container {
          display: flex;
          gap: 10px;
          margin-bottom: 20px;
          flex-wrap: wrap;
        }
        
        .add-words-container input {
          flex: 1;
          min-width: 200px;
          padding: 10px 12px;
          border: 1px solid #ced4da;
          border-radius: 4px;
          font-size: 14px;
          transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
        
        .add-words-container input:focus {
          outline: none;
          border-color: #80bdff;
          box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
        }
        
        .add-words-container button {
          color: white;
          text-decoration: none;
          padding: 10px;
          font-weight: 600;
          border: none;
          cursor: pointer;
          background: #FE7E6A;
          border-radius: 5px;
          transition: background-color 0.15s ease-in-out;
        }
        
        .add-words-container button:hover {
          background: #fd7661;
        }
        
        .words-list-container {
          max-height: 300px;
          overflow-y: auto;
          border: 1px solid #e9ecef;
          border-radius: 4px;
          background: #f8f9fa;
        }
        
        .word-entry {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 12px 15px;
          border-bottom: 1px solid #e9ecef;
          background: white;
          margin-bottom: 1px;
        }
        
        .word-entry:last-child {
          border-bottom: none;
        }
        
        .word-entry span {
          flex: 1;
          color: #495057;
          font-size: 14px;
        }
        
        .word-entry-actions {
          display: flex;
          gap: 8px;
        }
        
        .word-entry button {
          padding: 6px 12px;
          border: none;
          border-radius: 3px;
          font-size: 12px;
          cursor: pointer;
          font-weight: 500;
          transition: all 0.15s ease-in-out;
        }
        
        .btn-edit {
          background: #28a745;
          color: white;
        }
        
        .btn-edit:hover {
          background: #1e7e34;
        }
        
        .btn-delete {
          background: #dc3545;
          color: white;
        }
        
        .btn-delete:hover {
          background: #bd2130;
        }
        
        .blue_button {
          color: #e8e8e8;
          text-decoration: none;
          padding: 10px;
          font-weight: 600;
          border: none;
          cursor: pointer;
          background: #470D74;
          border-radius: 5px;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          transition: background-color 0.15s ease-in-out;
        }
        
        .blue_button:hover {
          background-color: #761AC0;
        }
        
        .hotspot-dropzone {
          border: 2px dashed #ced4da;
          border-radius: 6px;
          padding: 30px 20px;
          text-align: center;
          cursor: pointer;
          background: #f8f9fa;
          transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
        }

        .hotspot-dropzone:hover {
          border-color: #80bdff;
        }

        .hotspot-dropzone.dragover {
          border-color: #470D74;
          background: #f0e9f6;
        }

        .hotspot-dropzone-content {
          display: flex;
          flex-direction: column;
          gap: 4px;
          pointer-events: none;
        }

        .hotspot-dropzone-title {
          font-weight: 600;
          color: #495057;
        }

        .hotspot-dropzone-subtitle {
          font-size: 13px;
          color: #6c757d;
        }

        .quiz-form-group {
          margin-bottom: 15px;
        }
        
        .quiz-form-group label {
          display: block;
          margin-bottom: 5px;
          font-weight: 500;
          color: #495057;
        }
        
        .quiz-form-group input[type="text"] {
          width: 100%;
          padding: 10px 12px;
          border: 1px solid #ced4da;
          border-radius: 4px;
          font-size: 14px;
          box-sizing: border-box;
        }
        
        .quiz-form-group input[type="text"]:focus {
          outline: none;
          border-color: #80bdff;
          box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
        }
        
        .quiz-options {
          display: grid;
          grid-template-columns: 1fr;
          gap: 10px;
        }
        
        .quiz-option {
          display: flex;
          align-items: center;
          gap: 10px;
          padding: 8px 0;
        }
        
        .quiz-option input[type="text"] {
          flex: 1;
          padding: 8px 12px;
          border: 1px solid #ced4da;
          border-radius: 4px;
          font-size: 14px;
          min-width: 93%;
        }
        
        .quiz-option input[type="radio"] {
          margin: 0;
        }
        
        .time-selector {
          display: flex;
          gap: 15px;
          margin: 15px 0;
          flex-wrap: wrap;
        }
        
        .time-option {
          display: flex;
          align-items: center;
          gap: 5px;
          padding: 8px 15px;
          background: white;
          border: 1px solid #ced4da;
          border-radius: 4px;
          cursor: pointer;
          transition: all 0.15s ease-in-out;
        }
        
        .time-option:hover {
          background: #f8f9fa;
          border-color: #007bff;
        }
        
        .time-option input[type="radio"]:checked + label {
          color: #007bff;
          font-weight: 500;
        }
        
        .questions-list-container {
          max-height: 250px;
          overflow-y: auto;
          border: 1px solid #e9ecef;
          border-radius: 4px;
          background: #f8f9fa;
          margin-top: 15px;
        }
        
        .question-entry {
          background: white;
          border-bottom: 1px solid #e9ecef;
          padding: 15px;
          margin-bottom: 1px;
        }
        
        .question-entry:last-child {
          border-bottom: none;
        }
        
        .question-entry-header {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-bottom: 8px;
        }
        
        .question-entry-content {
          color: #6c757d;
          font-size: 14px;
          line-height: 1.4;
        }
        
        .question-entry-actions {
          display: flex;
          gap: 8px;
        }
        
        .modal {
          display: none;
          position: fixed;
          z-index: 1000;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0,0,0,0.5);
        }
        
        .modal-content {
          background-color: white;
          margin: 5% auto;
          padding: 20px;
          border-radius: 12px;
          width: 90%;
          max-width: 600px;
          max-height: 80vh;
          overflow-y: auto;
        }
        
        .modal-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 20px;
          padding-bottom: 15px;
          border-bottom: 1px solid #e9ecef;
        }
        
        .modal-header h4 {
          margin: 0;
          color: #495057;
        }
        
        .modal-close {
          background: none;
          border: none;
          font-size: 24px;
          cursor: pointer;
          color: #6c757d;
          padding: 0;
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        
        .modal-close:hover {
          color: #495057;
        }
        
        .modal-footer {
          margin-top: 20px;
          padding-top: 15px;
          border-top: 1px solid #e9ecef;
          display: flex;
          justify-content: flex-end;
          gap: 10px;
        }
        
        .btn-secondary {
          color: #470D74;
          border: 1px solid #470D74;
          text-decoration: none;
          padding: 10px 30px;
          font-weight: 600;
          cursor: pointer;
          border-radius: 5px;
          width: fit-content;
          display: block;
          background-color: #f0f0f0;
        }
        
        .btn-secondary:hover {
          background: #545b62;
        }
        
        .btn-primary {
          color: #e8e8e8;
          text-decoration: none;
          padding: 10px 30px;
          font-weight: 600;
          border: none;
          cursor: pointer;
          background: #470D74;
          border-radius: 5px;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        }
        
        .btn-primary:hover {
          background-color: #761AC0;
        }
   
        /* ── Responsive: tablet (≤ 992px) ── */
@media (max-width: 992px) {
  .sidebar-menu {
    display: none;
  }

  .main-body {
    width: 100% !important;
    float: none;
  }

  .main-spacing {
    padding: 0 4%;
  }

  .blokkie-container {
    flex-wrap: wrap;
  }

  .blokkie {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }

  .login-left {
    width: 100%;
  }

  .login-right {
    display: none;
  }

  .login-form {
    padding: 0 40px;
  }

  .table-container {
    padding: 20px;
  }
}

/* ── Responsive: mobile (≤ 600px) ── */
@media (max-width: 600px) {
  .blokkie {
    width: 100%;
    margin-right: 0;
  }

  .blokkie-container {
    flex-direction: column;
  }

  .container-row {
    flex-wrap: wrap;
  }

  .container-row .blokkie {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .course-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .multiple-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .top-spacing {
    margin-top: 30px;
  }

  .filter-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    justify-content: flex-start;
    flex-direction: column;
  }

  .menu {
    position: relative;
  }

  .main-spacing {
    padding: 0 3%;
  }

  .table-container {
    padding: 15px;
    overflow-x: auto;
  }

  .select-company {
    margin-top: 70px;
  }

  .login-form {
    padding: 0 20px;
  }

  .page-half {
    width: 100% !important;
  }
}

/* Hamburger menu for mobile */
.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin: 0;
  box-shadow: none;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  transition: background 0.15s ease;
}

.hamburger-btn:hover {
  background: #f3f4f6;
  box-shadow: none;
}

.hamburger-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #374151;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

.hamburger-btn.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger-btn.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger-btn.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 992px) {
  .hamburger-btn {
    display: flex;
  }
}

.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
  animation: fadeIn 0.2s ease;
}

.sidebar-overlay.visible {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Mobile sidebar behaviour */
@media (max-width: 992px) {
  .sidebar-menu {
    display: block !important;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    z-index: 999;
  }

  .sidebar-menu.mobile-open {
    transform: translateX(0);
  }
}

/* headcount API styles */
.hc-panel {
  background: #fff;
  border-radius: 12px;
  padding: 32px 40px;
  border: 1px solid #f0f0f0;
  margin-bottom: 24px;
}

.hc-panel h4 {
  margin: 0 0 4px;
  color: #3b2073;
  font-size: 15px;
  font-weight: 600;
}

.hc-panel .panel-sub {
  font-size: 13px;
  color: #888;
  margin: 0 0 20px;
}

.provider-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.provider-card {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  padding: 12px 18px;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: border-color 0.15s;
  user-select: none;
}

.provider-card:hover {
  border-color: #FE7E6A;
}

.provider-card.active {
  border-color: #FE7E6A;
  background: #FE7E6A;
  color: #fff;
}

.provider-card.disabled {
  cursor: default;
  opacity: 0.45;
}

.pbadge {
  font-size: 10px;
  font-weight: 700;
  border-radius: 3px;
  padding: 2px 6px;
  letter-spacing: 0.3px;
}

.pbadge-live {
  background: #470D74;
  color: #fff;
}

.pbadge-soon {
  background: #9e9e9e;
  color: #fff;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 680px) {
  .field-grid {
    grid-template-columns: 1fr;
  }
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field-group.full {
  grid-column: 1 / -1;
}

.field-group label {
  font-size: 13px;
  font-weight: 500;
  color: #555;
}

.field-group input,
.field-group select {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  background: #fafafa;
  outline: none;
  transition: border-color 0.15s;
}

.field-group input:focus,
.field-group select:focus {
  border-color: #470d74;
  background: #fff;
}

.field-group input[readonly] {
  background: #f0f0f0;
  color: #aaa;
  cursor: not-allowed;
}

.schedule-row {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.schedule-row .field-group {
  min-width: 150px;
}

.freq-hidden {
  display: none !important;
}

.panel-divider {
  border: none;
  border-top: 1px solid #f0f0f0;
  margin: 24px 0;
}

.pull-bar {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #ddd;
  border-top-color: #470d74;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  vertical-align: middle;
  margin-right: 5px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.preview-wrap {
  overflow-x: auto;
  margin-top: 16px;
}

.preview-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 700px;
}

.preview-table th {
  background: #3b2073;
  color: #fff;
  padding: 9px 12px;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
}

.preview-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #f5f5f5;
}

.preview-table tr:last-child td {
  border-bottom: none;
}

.preview-table tr:hover td {
  background: #fafafa;
}

.stat-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 14px 0 8px;
}

.stat-box {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 14px 22px;
  text-align: center;
}

.stat-box .sn {
  font-size: 24px;
  font-weight: 700;
}

.stat-box .sl {
  font-size: 11px;
  color: #888;
  margin-top: 2px;
}

.log-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.log-table th {
  text-align: left;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  border-bottom: 1px solid #eee;
}

.log-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #f5f5f5;
  vertical-align: middle;
}

.log-table tr:last-child td {
  border-bottom: none;
}

.tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 8px;
}

.tag-success {
  background: #e8f5e9;
  color: #2e7d32;
}

.tag-error {
  background: #fce4ec;
  color: #c62828;
}

.tag-warning {
  background: #fff8e1;
  color: #e65100;
}

.tag-manual {
  background: #ede7f6;
  color: #4527a0;
}

.tag-cron {
  background: #e3f2fd;
  color: #1565c0;
}

.status-pip {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

.pip-success {
  background: #4caf50;
}

.pip-error {
  background: #f44336;
}

.pip-none {
  background: #bbb;
}

.cron-box {
  background: #f3e5f5;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 13px;
  color: #4a148c;
  margin-top: 14px;
}

.cron-box code {
  display: block;
  margin-top: 8px;
  background: #1a1a2e;
  color: #cdd;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 12px;
  word-break: break-all;
}

.je-toggle {
  display: inline-block;
  font-size: 12px;
  color: #470d74;
  cursor: pointer;
  margin-bottom: 18px;
  user-select: none;
  text-decoration: none;
}

.je-toggle:hover {
  text-decoration: underline;
}

.je-panel {
  display: none;
  background: #16132b;
  border-radius: 10px;
  padding: 18px 22px;
  margin-bottom: 20px;
  overflow-x: auto;
}

.je-panel pre {
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
  color: #c8d3e0;
  font-family: 'Consolas', 'Courier New', monospace;
  white-space: pre;
}

.je-key {
  color: #ce9178;
}

.je-str {
  color: #98c379;
}

.je-num {
  color: #d19a66;
}

.je-note {
  color: #5c8a5c;
  font-style: italic;
}

.je-req {
  color: #e06c75;
  font-style: italic;
}

.je-head {
  font-size: 11px;
  color: #888;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.hc-toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}

.hc-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.hc-toggle-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #ddd;
  border-radius: 24px;
  transition: background 0.2s;
}

.hc-toggle-slider::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}

.hc-toggle-switch input:checked + .hc-toggle-slider {
  background: #470D74;
}

.hc-toggle-switch input:checked + .hc-toggle-slider::before {
  transform: translateX(20px);
}

.hc-toggle-switch input:disabled + .hc-toggle-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.org-list-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.org-list-table th {
  text-align: left;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  border-bottom: 1px solid #eee;
}

.org-list-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #f5f5f5;
  vertical-align: middle;
}

.org-list-table tr:last-child td {
  border-bottom: none;
}

.hc-header {
  width: 100%;
}

.hc-header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.org-switch {
  max-width: 350px;
  margin-left: auto;
}

.ticket-description {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.ticket-issue {
  background-color: white;
  text-decoration: none;
  padding: 15px 20px;
  margin-top: 20px;
  border: none;
  width: 100%;
}

.replies-container {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reply-item {
    padding: 12px;
    border-radius: 6px;
    background-color: #fcfeff;
    border: 1px solid #f0f0f0;
}

.reply-attachment {
    margin-top: 10px;
}

.reply-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    margin-bottom: 6px;
}

.reply-sender {
    font-weight: 600;
}

.reply-outer {
  display: none;
  background-color: white;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
}

.reply-section {
    bottom: 0;
    background-color: white;
}

.reply-textarea {
    width: 100%;
    min-height: 80px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: inherit;
    font-size: 14px;
    resize: vertical;
    box-sizing: border-box;
}

.reply-textarea:focus {
    outline: none;
    border-color: #888;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

.reply-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.send-button {
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

#reply-button {
  margin-bottom: 100px;
}


  .actions-dropdown-wrap {
    position: relative;
  }

  .actions-toggle {
    cursor: pointer;
  }

  .actions-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-width: 180px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
  }

  .actions-dropdown.open {
    display: block;
  }

  .actions-dropdown-item {
    display: block;
    padding: 9px 14px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
  }

  .actions-dropdown-item:hover {
    background: #f5f5f5;
  }

  .actions-dropdown-divider {
    height: 1px;
    background: #eee;
    margin: 3px 0;
  }

.status-actions-container {
    display: flex;
    align-items: center;
}

.page-description-heading {
  margin: 0;
}

@media (max-width: 600px) {
  .hc-header-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .org-switch {
    margin-left: 0;
    width: 100%;
  }
}


.engagement-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
}

.engagement-filters p {
  margin-bottom: 5px;
  padding: 0;
}

.engagement-card {
  margin-bottom: 20px;
}

.engagement-section {
  margin-top: 15px;
}

.engagement-section h4 {
  margin-bottom: 5px;
}

.engagement-section ul {
  margin: 0;
  padding-left: 20px;
}

  #content-title {
      text-transform: capitalize;
      margin-top: 20px;
  }

  .ce_image {
      display: flex;
      justify-content: center;
  }

  #confetti-canvas {
      position: fixed;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 9999;
  }

  .review-card {
      background-color: #fcfeff;
      border: 1px solid #f0f0f0;
      border-radius: 12px;
      padding: 24px 20px;
      margin-top: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .review-icon {
      width: 64px;
      height: 64px;
      border-radius: 14px;
      margin-bottom: 14px;
      object-fit: contain;
  }

  .review-course-name {
      font-size: 18px;
      font-weight: bold;
      color: var(--text-color);
      margin-bottom: 18px;
  }

  .review-stats {
      display: flex;
      width: 100%;
      justify-content: center;
      gap: 12px;
  }

  .review-stat {
      flex: 1;
      max-width: 160px;
      background: var(--body-background);
      border-radius: 10px;
      padding: 14px 10px;
  }

  .review-stat-label {
      font-size: 12px;
      color: #888;
      margin-bottom: 6px;
  }

  .review-stat-value {
      font-size: 16px;
      font-weight: bold;
      color: var(--text-color);
  }

  .review-score-value.passed {
      color: #1e8e3e;
  }

  .review-score-value.failed {
      color: #d93025;
  }

  .review-pass-pill {
      margin-top: 16px;
      font-size: 12px;
      font-weight: 600;
      padding: 5px 14px;
      border-radius: 999px;
      width: fit-content;
  }

  .review-pass-pill.passed {
      color: #1e8e3e;
      background-color: #e6f4ea;
  }

  .review-pass-pill.failed {
      color: #d93025;
      background-color: #fce8e6;
  }

   .ticket-attachment {
        margin: 15px 0;
    }

    .ticket-attachment-image {
        max-width: 300px;
        max-height: 300px;
        border-radius: 6px;
        display: block;
    }

    .alert {
    margin-bottom: 0;
  }

  .priority-select {
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
  }

  .priority-select.priority-not-set,
  .priority-select option.priority-not-set {
    color: #6c6c6c;
    background-color: #eeeeee;
    border-color: #dddddd;
  }

  .priority-select.priority-low,
  .priority-select option.priority-low {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }

  .priority-select.priority-medium,
  .priority-select option.priority-medium {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }

  .priority-select.priority-high,
  .priority-select option.priority-high {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }

  .status-select {
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
  }

  .status-select.status-inprogress,
  .status-select option.status-inprogress {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }

  .status-select.status-resolved,
  .status-select option.status-resolved {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }