/**
Old Active Color: rgb(22, 154, 116)
Current Active Color: #000
*/

/**
**** Common CSS ****
**/
.pagination {
    display: block;
    width: 90%;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.pagination a {
    color: #000;
    display: inline-block;
    padding: 25px;
    line-height: 18px;
}

.pagination a.current {
    font-weight: bold;
    /* margin-top: -3px; */
}


/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.spinner:before,
.spinner:after {
    position: absolute;
    content: '';
}

.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #c36;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #c36;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**
**** Common CSS ****
**/

#edshare-wrap,
#edshare-skill-wrap {
    margin: 50px 0;
}

#edshare-form,
#edshare-skill-form {
    padding: 30px 0;
}

.edshare-row,
.filter-1,
.filter-2 {
    display: flex;
    flex-direction: row;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    justify-content: center;
    gap: 15px;
}

.filter-1,
.filter-2 {
    margin: 10px 0;
}

.filter-1 label {
    margin: 16px 0;
    position: relative;
}

.filter-1 input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.filter-1 span {
    cursor: pointer;
    display: block;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #000;
    padding: 0 24px;
    height: 34px;
    line-height: 32px;
    min-width: 98px;
    text-align: center;
    font-size: 16px;
}

.filter-1 input[type="radio"]:checked+span {
    background: #000;
    color: #fff;
}

.search_box svg {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.filter-1 input[type="text"] {
    border: 0;
    padding: 0;
}

.filter-1 input[type="text"]:focus {
    outline: 0;
}

.filter-2 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px inset, rgba(0, 0, 0, 0.1) 0px 1px 0px inset;
    padding: 4px 0;
    margin: 8px 0;
    align-items: center;
    min-height: 45px;
}

.filter-2-opt-text {
    font-weight: 700;
}

.fTVOQZ {
    position: absolute;
    margin-top: 16px;
    z-index: 1;
    max-width: 500px;
}

.fTVOQZ::after,
.fTVOQZ::before {
    bottom: calc(100% - 1px);
    left: calc(10% + 20px);
    border: solid transparent;
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
}

.fTVOQZ::before {
    border-color: rgba(206, 245, 115, 0) rgba(206, 245, 115, 0) rgb(181, 180, 178);
    border-width: 14px;
    margin-left: -28px;
}

.fTVOQZ::after {
    border-color: rgba(213, 43, 105, 0) rgba(213, 43, 105, 0) rgb(255, 255, 255);
    border-width: 12px;
    margin-left: -26px;
}

.jyjugK {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 95%;
    background: transparent;
    border-radius: 0.5rem;
    border: none;
}

.kyAHRX {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    background: rgb(255, 255, 255);
    border-radius: 0.5rem;
    border: 1px solid rgb(181, 180, 178);
}

.ccPokw {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin: 20px 0px 10px;
    width: 90%;
    -webkit-box-align: center;
    align-items: center;
    height: 30px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    border: 1px solid rgb(181, 180, 178);
}

.jCmrzz {
    width: 5%;
    margin: 0px 10px;
}

.fTVOQZ .hukQBJ {
    width: 80%;
    border: none;
    padding: 0;
}

.fTVOQZ .hukQBJ:focus-visible {
    outline: none;
}

.AhPzM {
    display: flex;
    margin: 10px 0px;
    width: 90%;
    flex-direction: column;
    max-height: 280px;
    overflow: auto;
}

.iefcvu {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin: 10px 0px 0px;
    width: 100%;
    background: transparent;
    border-radius: 0.5rem;
    border: none;
}

.bJBwGH {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    background: transparent;
    border-radius: 0.5rem;
    border: none;
}

.hqEXga {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.iSQIrq {
    margin: 0px 0px 0px 1.5rem;
    padding: 0px;
    text-align: left;
    color: rgb(51, 51, 51);
    cursor: default;
    line-height: unset;
    /* white-space: pre-wrap; */
    word-break: break-word;
    font-weight: 400;
    font-size: 1rem;
    opacity: 1;
}

#edshare-results,
#edshare-skill-results {
    padding: 20px 0;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 30px;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#edshare-skill-results-default .create-coverage-btn {
    font-family: "Nimbus Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    fill: #F7F8FA;
    color: #F7F8FA;
    background-color: #212121;
    border: 0px;
    border-radius: 38px 38px 38px 38px;
    padding: 10px 25px 10px 25px;
}

#edshare-results-html,
#edshare-skill-results-html {
    display: flex;
    width: 100%;
    /* min-height: 100px; */
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#edshare-results-html>div,
#edshare-skill-results-html>div {
    align-items: center;
    width: 95%;
    font-size: 15px;
    padding: 12px;
    box-shadow: rgb(230, 230, 230) 0px -1px 0px inset;
}

#edshare-results-html>div:last-child,
#edshare-skill-results-html>div:last-child {
    box-shadow: none;
}

.edshare-row.heading-row {
    align-items: baseline;
    /* background: #d7572a1f; */
}

.heading-row .head {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

#edshare-results .edshare-col,
#edshare-skill-results-html .edshare-col {
    padding-right: 5px;
}

#edshare-results .edshare-col {
    /* flex-basis: 200px; */
    width: 15%;
}

#edshare-skill-results-html .edshare-col {
    /* flex-basis: 200px; */
}

#edshare-results .edshare-col.title-col {
    width: 25%;
}

#edshare-results .edshare-col.pert-col {
    width: 10%;
}

#edshare-results .edshare-col.period-time {
    width: 22%;
}

#edshare-results .edshare-col.createdAt {
    /* width: 20%; */
}

#edshare-results .edshare-col.handlingStarted {
    color: rgb(168, 167, 166);
    width: 20%;
}

#edshare-results .edshare-col.act_btns,
#edshare-skill-results-html .edshare-col.act_btns {
    cursor: pointer;
    text-align: right;
    width: auto;
    padding: 8px;
}

#edshare-skill-results-html .edshare-col.title-col,
#edshare-skill-results-html .edshare-col.period-time {
    width: 195px;
}

#edshare-skill-results-html .edshare-col.pert-col {
    width: 250px;
}

#edshare-skill-results-html .edshare-col.createdAt {
    width: 300px;
}

#edshare-skill-results-html .edshare-col.handlingStarted {
    color: rgb(168, 167, 166);
    width: 150px;
}

.maxParticipants {
    display: inline-block;
    background: #d2d2d2;
    width: 70%;
}

.bookedParticipants {
    display: inline-block;
    width: 0%;
    overflow: visible;
    background: #d7572a;
    text-align: center;
}

#edshare-skill-results-default {
    display: block;
    text-align: center;
    width: 90%;
    margin: auto;
}




#edshare-skill-results-default h6 {
    font-weight: 700;
}


.filter_buttons {
    text-align: center;
    width: 93%;
}

.filter_buttons button {
    height: auto;
    padding: 4px 0 0;
    width: 60px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 14px;
}

.group-id {
    color: gray;
}

@media screen and (max-width: 767px) {
    .filter-1 {
        flex-direction: column;
    }

    .filter-1 label {
        margin: 0;
    }

    .filter-1 label,
    .filter-1 span {
        margin: auto;
        width: 300px;
    }
}

@media screen and (max-width: 579px) {
    .edshare-row {
        flex-direction: column;
    }

    #edshare-results-html>div {
        align-items: baseline;
    }

    #edshare-results .edshare-col {
        text-align: left;
        width: 100% !important;
    }

    #edshare-results .edshare-col .head {
        display: block !important;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
    }
}