html {
    font-family: Helvetica, sans-serif;
}
body {
    margin: 0px;
}
.transparentsectionbox {
    padding: 40px 20px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    color: white;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.sectionbox {
    background-color: #0c0c0ce8;
    color: white;
    padding: 40px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.admintable {
    margin: 12px;
}
.admintable table {
    border-collapse: collapse;
}
.admintable table td, .admintable table th {
    padding: 4px 8px;
}
.admintable table td {
    border-bottom: 1px solid #717171;
}
goback {
    position: absolute;
    top: 0;
    left: 0;
    margin: 16px 32px;
}
topleftcontainer {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    margin: 18px;
    display: flex;
    border-radius: 8px;
    flex-direction:column;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 16px -4px black;
}
myprofile {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    margin: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgba(0,0,0,0.4);
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 0px 4px 16px -4px black;
}
myprofile:hover {
    box-shadow: 0px 0px 16px -4px black;
    background: rgba(0,0,0,0.8);
}
myprofile img {
    border-radius: 60px; 
    width: 40px;
    height: 40px;
    margin: 8px 16px;
}
.profilestoapprove > div {
    padding: 12px;
    margin: 4px 8px 8px 8px;
    background: rgb(255 144 0 / 65%);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.profilestoapprove > div:hover {
    box-shadow: 0px 0px 16px -4px black;
    background: rgb(255 144 0 / 47%);
}
.describeconsultant {
    display: flex;
    flex: 1 1;
}
.flexmobile {
    display: flex;
}
.myprofileinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 18px 18px 18px;
    background: rgba(0,0,0,0.2);
    box-shadow: 0px 4px 12px -4px black;
    border-radius: 4px;
    align-items: center;
    margin: 16px;
}
.myprofileinfo input {
    background-color: #ffffffdb;
}
.editprofilecontainer {
    display: flex;
    flex-direction: column;
}
label {
    padding: 6px;
    font-size: 18px;
}
.profilepermissionbtns {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    width: 400px;
}
systemmessagecontainer {
    bottom: 0;
    left: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}
messagecontainer {
    bottom: 0;
    margin-bottom: 40px;
    position: fixed;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
    width: 100%;
}
.helpsection {
    padding: 16px;
    text-align: center;
    color: white;
    font-size: 20px;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.requestafeature {
    background-color: #337ab7;
}
.requestafeature:hover {
    background-color: #286090;
}
.reportabug {
    background-color: #f0ad4e;
}
.reportabug:hover {
    background-color: #ec971f;
}
.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    min-height: 100vh;
    background: linear-gradient(180deg, #4f0077, #98139c) no-repeat center center fixed;
}
.maintable {
    display: flex;
    padding: 40px;
    border-radius: 64px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    min-width: 1050px;
}
.maintable table {
    border-spacing: 0px 20px;
    margin-top: 20px;
    padding: 20px 40px;
    border-radius: 12px;
    background-color: rgba(0,0,0,0.2);
    box-shadow: 0px 4px 12px -4px black;
}
.maintable table tr:nth-child(even) {
    background-color: #fce5ff !important;
}
.maintable tbody tr:hover:not(:first-child) {
    box-shadow: inset 0px 0px 4px 0px black;
    cursor: pointer;
}
.maintable table tbody tr:not(:first-child) {
    transition: all 0.1s ease;
    background-color: #fff;
    color: black;
    cursor: pointer;
}
.maintable table tbody tr th {
    padding: 0px 20px;
}
.filtercontainer {
    display: flex;
    flex-direction: column;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 12px;
    margin: 16px;
    border-radius: 12px;
    box-shadow: 0px 4px 12px -4px black;
}
.filterstructure {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 16px;
}
.filterflexcolumn {
    display: flex;
}
.filterbtn {
    margin-top: 8px;
    display: flex;
}
#consultlist {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.certificateslist, .competenceslist {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #c7c4c4;
    width: 100%;
}
.profilebasicinfo {
    padding: 20px;
    display: flex;
    border-radius: 4px;
    border-bottom: 1px solid #c7c4c4;
    margin: 16px;
    align-items: flex-start;
}
.profilebasicinfo > table {
    padding: 12px;
}
.profilebasicinfo table input {
    width: 250px;
}
.popUpWindow {
    opacity: 0;
    visibility: hidden;
    display: flex;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.popUpWindowFadeIn {
    opacity: 1 !important;
    visibility: visible !important;
}
.adminboxes {
    display: flex;
}
.consult {
    padding: 20px 20px 20px 40px;
    display: flex;
    align-items: center;
    max-width: 500px;
}
.consultcertificates {
    padding: 8px;
}
.consultcompetences {
    padding: 8px 24px 8px 8px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    max-width: 400px;
}
.manager {
    padding: 20px;
    max-width: 500px;
}
.consultimage {
    margin-right: 40px;
    display:  flex;
    flex-direction: column;
    align-items: center;
}
.consult img {
    border-radius: 60px; 
    width: 120px;
    height: 120px;
    box-shadow: 0px 0px 16px -4px black;
}
.openwindow {
    height: calc(100% - 60px);
    border: none;
    min-height: 70vh;
    width: 70vw;
}
.certificate {
    border-radius: 4px;
    padding: 2px 12px;
    color: white;
    margin: 4px;
    display: flex;
    justify-content: space-between;
}
.competence {
    border-radius: 4px;
    padding: 2px 12px;
    color: white;
    margin: 4px;
    display: flex;
    align-items:center;
}

.mycompetencesview {
    display: flex;
    justify-content:center;
    margin-top: 16px;
}

#mycertificates, #mycompetences {
    min-height: 100px;
    min-width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-height: 60vh;
    overflow: auto;
    box-shadow: inset 0px 0px 8px -4px black;
    padding: 8px;
}
#mycompetences table {
    padding: 16px;
    margin: 16px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px -4px black;
}
#mycompetences table th {
    text-align: left;
    padding: 8px;
}
#mycertificates > div, #mycompetences > div {
    position: relative;
}
#mycertificates > div {
    padding: 16px;
    margin: 16px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px -4px black;
}
#mycertificates .delete {
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 20px;
    padding: 4px;
    box-shadow: 0px 0px 12px -4px black;
}
#mycertificates .certificatetitle {
    padding: 0px 16px;
}
.validuntil, .validfrom {
    margin: 8px;
}
#mycompetences .delete {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px;
    padding: 4px;
    box-shadow: 0px 0px 12px -4px black;
}
.allmyprofilestable {
    max-height: 210px;
    overflow-y: auto;
}
.allmyprofilestable table {
    border-spacing: 0px 10px;
    padding: 0px 16px;
}
.allmyprofilestable table th {
    padding: 0px 20px;
}
.allmyprofilestable table tr td {
    background-color: #6b6b6b;
}
.allmyprofilestable table tr td:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.allmyprofilestable table tr td:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.allmyprofilestable table tr td {
    padding: 8px 20px;
}
.approvalprofilestable table {
    padding: 0px 16px;
    margin-bottom: 16px;
    border-spacing: 0px 16px;
}
.approvalprofilestable table tr td:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.approvalprofilestable table tr td:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.approvalprofilestable table tr:not(:first-child) {
    cursor: pointer;
    transition: all 0.2s ease;
    color: white;
}
.approvalprofilestable table tr:not(:first-child):hover {
    background-color: rgb(187, 76, 238);
}
.approvalprofilestable table tr td:last-child {
    padding: 8px 32px;
}

.btn-icon {
    margin-left: 4px;
    font-size: 20px
}

.attestprofileheader {
    display: flex;
    align-items: center;
}
.attestprofileinfo {
    padding: 20px;
    display: flex;
}
.attestprofiledescriptions {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}


/* STYLED TABLE */
.styledtable {
    padding: 20px;
}
.styledtable table {
    border-spacing: 0px 8px;
}
.styledtable table tr:first-child {
    background-color: white;
}
.styledtable table tr {
    background-color: #e8e8e8;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.styledtable table tr:nth-child(even) {
    background-color: rgb(190 190 190);
}
.styledtable table tr td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.styledtable table tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.styledtable table tr:hover:not(:first-child) {
    background-color: lightgrey;
}
.styledtable table td {
    padding: 8px 16px;
}
.styledtable table th {
    padding: 8px;
}
.tablesortbutton {
    transition: all 0.2s ease;
}

/* STANDARD INPUT DESIGNS */
input[type=text], input[type=number], input[type=date], input[type=datetime-local], select, textarea {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
}
input[type=checkbox] {
    transform: scale(1.8);
}

/* CHECKBOX DESIGN */
.checkbox-design .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 30px;
}

.checkbox-design .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}

.checkbox-design .ikxBAC,
.checkbox-design .ikxBAC::after {
    transition: all 100ms ease-out;
}

.checkbox-design .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
}

.checkbox-design input[type=checkbox] {
    cursor: default;
}

.checkbox-design .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
}

.checkbox-design .ikxBAC:checked {
    background-color: #337ab7;
}

.checkbox-design .ikxBAC:checked::after {
    background-color: #fff;
    left: 13px;
}

.checkbox-design :focus:not(.focus-visible) {
    outline: 0;
}

.checkbox-design .ikxBAC:checked:hover {
    background-color: #535db3;
}
@media only screen and (max-width: 1600px) {
    .adminboxes {
        flex-direction: column;
    }
}
@media only screen and (max-width: 1000px) {
    .mycompetencesview {
        flex-direction: column;
    }
    .flexmobile {
        flex-direction: column;
    }
    .maintable {
        padding: 40px 0px;
        width: 100%;
        min-width: 0px;
        border-radius: 0px;
    }
    .maintable table {
        padding: 8px 0px;
    }
    #consultlist {
        width: 100%;
    }
    #consultlist > table {
        width: 100%;
        text-align: center;
    }
    #consultlist > table td {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #consultlist .manager {
        display: none
    }
    .profilebasicinfo {
        flex-direction: column;
        align-items: flex-end;
    }
    .profilebasicinfo > table {
        padding: 0px;
    }
    .maintable table tbody tr {
        display: flex;
        flex-direction: column;
    }
    .maintable table tbody tr th:not(:first-child) {
        display: none;
    }
    .consult {
        flex-direction: column;
        padding: 20px;
    }
    .consult div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .consultimage {
        margin: 0px 0px 16px 0px;
    }
    .maintable table tbody tr th {
        padding-bottom: 20px;
    }
    .profilepermissionbtns {
        width: 100%;
    }
    .consultcompetences {
        padding: 8px;
        max-width: initial;
    }
    .editprofilecontainer {
        flex-direction: column;
    }
    topleftcontainer {
        position: relative;
    }
    myprofile {
        position: relative;
        margin: 20px 0px 0px 0px;
    }
    .filtercontainer {
        width: 100%;
        padding: 18px 0px;
    }
    .filterflexcolumn {
        flex-direction: column;
    }
    .openwindow {
        width: 100vw;
        min-height: calc(100vh - 60px) !important;
    }
    #mycompetences tr {
        display: flex;
        flex-direction: column;
    }
    .myprofileinfo {
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px;
    }
    .attestprofileheader {
        flex-direction: column;
    }
    .attestprofileinfo {
        flex-direction: column;
    }
    .attestprofiledescriptions {
        align-items: stretch;
        flex-direction: column;
    }
}


/* SPINNER */
lds-dual-ring {
    /* change color here */
    color: #1c4c5b
}
.lds-dual-ring, .lds-dual-ring:after {
    box-sizing: border-box;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6.4px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}