.simbuilder {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 0px 30px 0px;
    flex-wrap: wrap;
    background-color: white;
}

.simbuilder a {
    text-decoration: none;
}

.yearsmenu * {
    direction: rtl;
}

.simsumcon {
    width: 63%;
    margin: 0 10px 0 0;
    position: relative;
}

.simsum {
    background: white;
    position: relative;
    box-shadow: 0 3px 12px rgb(0 0 0 / 25%);
    flex-wrap: wrap;
    display: flex;
    min-height: 615px;
    padding-top: 30px;
    padding-bottom: 69px;
    border-radius: 5px;
    justify-content: center;
    align-content: flex-start;
    border-top: 3px solid #379bff;
}

.yearsmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.yearsmenucon {
    width: 35%;
}

.yearsmenu {
    background: white;
    height: 615px;
    overflow: auto;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    direction: ltr;
    border-radius: 5px;
    border-top: 3px solid #FF6691;
}

.sectionbuildertitle {
    font-size: 20px;
    color: #686868;
    margin-bottom:10px;
}

.sectionbuilderdesc {
    font-size: 17px;
    color: #afafaf;

}

/* Styling top level items */

.navsim a,
.navsim label {
    display: block;
    padding: .85rem;
    color: #686868;
    background-color: white;
    box-shadow: inset 0 -1px #dedede;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.navsim a:focus,
.navsim a:hover,
.navsim label:focus,
.navsim label:hover {
    background: #dedede;
}

.navsim label {
    cursor: pointer;
    margin-bottom: 0;
}

/* Styling first level lists items */

.group-list a,
.group-list label {
    padding-right: 2rem;
    background: white;
    box-shadow: inset 0 -1px #dedede;
}

.group-list a:focus,
.group-list a:hover,
.group-list label:focus,
.group-list label:hover {
    background: #dedede;
}

.nav__list li>input[type=checkbox]:checked+label {
    background-color: #ecf3ff !important;
}

.sub-group-list li>input[type=checkbox]:checked+label {
    background-color: #b5d0ff !important;
}

/* Styling second level list items */

.sub-group-list a,
.sub-group-list label {
    padding-right: 4rem;
    background: white;
    box-shadow: inset 0 -1px #dedede;
}

.sub-group-list a:focus,
.sub-group-list a:hover,
.sub-group-list label:focus,
.sub-group-list label:hover {
    background: #dedede;
}

/* Styling third level list items */

.sub-sub-group-list a,
.sub-sub-group-list label {
    padding-right: 6rem;
    background: #454545;
    box-shadow: inset 0 -1px #575757;
}

.sub-sub-group-list label:focus,
.sub-sub-group-list label:hover {
    background: #333333;
}

.difclass .dif-1:after,
.difclass .dif-2:after,
.difclass .dif-3:after {
    content: '';
    display: block;
    width: 15px;
    text-indent: 19px;
    height: 15px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1em;
    float: left;
    margin-left: 38px;
    margin-top: 3px;
}

.difclass .dif-1:after {
    background-color: #93F27C;
    content: 'קל';
}

.difclass .dif-2:after {
    background-color: #F9D33E;
    content: 'בינוני';
}

.difclass .dif-3:after {
    background-color: #F27460;
    content: 'קשה';
}

.sub-group-list li {
    position: relative;

}

.sub-group-list input {
    position: absolute;
    top: 32%;
    right: 2.4rem;
}

/* Hide nested lists */

.group-list,
.sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
}

/*.nav__list> li > input[type=checkbox]:checked + label{
    background-color: rgb(99, 99, 99)!important;
  }*/

.nav__list input[type=checkbox]:checked+label+ul {
    /* reset the height when checkbox is checked */
    max-height: 3000px;
}

/* Rotating arrow icon */

.navsim label>svg {
    float: left;
    -webkit-transition: -webkit-transform .40s ease;
    transition: transform .40s ease;
}

.nav__list input[type=checkbox]:checked+label>svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* styling the scroll bar */
.simbuilder ::-webkit-scrollbar {
    width: 10px;
}

.simbuilder ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0 4px 5px 0;
}

.simbuilder ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0 4px 5px 0;
}

.simbuilder ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width:995px) {
    .yearsmenucon {
        width: 100%;

    }

    .yearsmenu {
        height: 320px;

    }

    .simsum {
        min-height: 130px;

    }

    .simsumcon {
        width: 100%;
        margin: 15px 0 0 0;
    }
}

@media (max-width:760px) {

    .difclass .dif-1:after,
    .difclass .dif-2:after,
    .difclass .dif-3:after {
        content: '';
        margin-left: 8px;
        width: 15px;
        height: 15px;
    }

    .generate_container {
        display: flex;
        flex-direction: column;
    }

    .generetedlinkpdf {
        font-size: 16px;
    }
}

.selectedperek {
    background: white;
    box-shadow: 0 3px 12px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 10px;
    width: 90%;
    flex: 0 0 90%;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently*/
    cursor: pointer;
}

.selectedperekname {
    float: right;


}

.selectedperek svg {
    float: left;
    cursor: pointer;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;

}

.selectedperek svg:hover {
    color: #0a8eff;
}

.selectedperekdif {
    margin: 0 auto 0 0;
}

.dragableicon {
    color: #bfbfbf;
}

.sortable-ghost {
    opacity: 0.1;
}

.sortable-sim {
    transform: scale(1.06);
    opacity: 0.9;
}

.generatePDF {
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    background-color: #0a8eff;
    border-color: #0a8eff;
    border-radius: 5px;
    display: block;
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    padding: 0.3rem 3rem;
}

.generatePDF:hover,
.generatePDF:focus,
.generatePDF:active {
    background-color: #0e65af !important;
    border-color: #0e65af !important;
    color: white !important;

}

.generetedlinkpdf img {
    height: 50px;
    margin-left: 10px;
}

.generetedlinkpdf {
    border-radius: 5px;
    padding: 10px 10px 10px 15px;
    display: inline-flex;
    align-items: center;
    margin: 10px;
    transition: all 0.15s ease-in-out;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 17%);
    color: #686868;

}

.generetedlinkpdf:hover {
    background: #bfbfbf;
    text-decoration: none !important;
    color: #686868;
}

.shuffleprakim svg,
.removeAllChapterIcon svg {
    color: #0a8eff;
    margin-right: 10px;
    transition: all 0.15s ease-in-out;
}

.shuffleprakim,
.removeAllChapterIcon {
    color: #0a8eff !important;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 17%);
    border-radius: 5px;
    font-weight: 700;
    padding: 10px 10px 10px 15px;
    background-color: white;
    position: absolute;
    bottom: 10px;
    left: 10px;
    transition: all 0.15s ease-in-out;
}

.removeAllChapterIcon {
    left: unset;
    right: 10px;
}

.shuffleprakim:focus,
.removeAllChapterIcon:focus {
    box-shadow: 1px 1px 7px rgb(0 0 0 / 17%) !important;
}

.shuffleprakim:hover,
.removeAllChapterIcon:hover {
    background-color: #f3f3f3;
}

.shuffleprakim:active,
.removeAllChapterIcon:active {
    background-color: #0a8eff;
    color: white !important;
}

.shuffleprakim:active svg,
.removeAllChapterIcon:active svg {
    color: white !important;
}

.givaname {
    text-align: center;
    margin: 10px 0 15px 0;
}

.givaname label {
    color: #686868;
    font-size: 20px;
}

.givaname label small {
    color: #afafaf;
    font-size: 17px;
}

.givaname input {
    border-radius: 5px;
    border: 1px solid #afafaf;
}

.givaname input:focus-visible {
    outline: none;
    border: 1px solid #0a8eff;
    background-color: #eaf5ff;
}

.pereknumbers {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 15px;
    margin-top: 77px;
    list-style: decimal;
    font-size: 20px;
    color: #afafaf;
    padding-right: 30px;
    padding-left: 5px;
    border: 2px solid #f0f0f0;
    border-radius: 17px 0 0 17px;
    border-right: none;
}

.pereknumbers li {
    padding: 0px 0 27px 0;
}

.pereknumbers li:last-child {
    padding: 0px 0 17px 0;
}

@media (min-width:995px) {

    .simsum {
        padding-right: 24px;
    }
}

@media (max-width:995px) {
    .pereknumbers {
        display: none;
    }

}
.firststepbuilder{
    font-size: 33px;
    font-weight: 700;
    color: #379bff;
}
.firststepbuilder2{
    color:#ff619b;
}