.DeskTopMode {
    100% 100% no-repeat;
    background-size: cover !important;
    height: 100vh;
    overflow: hidden;
}

/* .appsHome {
    margin-left: 80px;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100px;
    height: inherit;
    padding-left: 10px;
} */

.appsHome {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    height: inherit;
    padding-left: 20px;
    padding-right: 20px;
}

/* .appBox {
    cursor: pointer;
    margin: 0.3rem;
    width: 5rem;
    height: 7rem;
    border-radius: 7px;
    text-align: center;
    padding: 4px;
} */

/* .appBox {
    cursor: pointer;
    margin: 0.3rem;
    width: 80px;
    height: 90px;
    border-radius: 7px;
    text-align: center;
    padding: 4px;
    position: absolute;
} */

.appBox {
cursor: pointer;
margin: 0.3rem;
width: 80px;
height: 90px;
border-radius: 7px;
display: flex;
align-items: center;
justify-content: center;
/* text-align: center; */
padding: 4px;
position: absolute;
}

/* New styles for different icon sizes */
.appBox.tiny {
width: 60px;
height: 70px;
}

.appBox.tiny .appiiicon img {
/* width: 30px; */
width: 45px;
}

.appBox.tiny .apptext {
font-size: 10px;
}

.appBox.smallicon {
width: 70px;
height: 80px;
}

.appBox.smallicon .appiiicon img {
/* width: 35px; */
width: 60px;
}

.appBox.smallicon .apptext {
font-size: 11px;
}

.appBox.micon {
width: 80px;
height: 90px;
}

.appBox.micon .appiiicon img {
/* width: 40px; */
width: 4rem;
}

.appBox.micon .apptext {
font-size: 12px;
}

.appBox.bicon {
width: 100px;
height: 110px;
}

.appBox.bicon .appiiicon img {
/* width: 50px; */
width: 90px;
}

.appBox.bicon .apptext {
font-size: 14px;
}

.appBox:hover {
    -ms-transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #d9dbdd7a;
}

.apptext {
    font-size: 13px;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    margin-top: 5px;
    line-height: 15px;
}

.appiiicon {
    display: table-cell;
    vertical-align: middle;
    font-size: 10px;
    line-height: 11px;
}

.appiiicon img {
    width: 4rem;
}

.page-content {
    padding: calc(-24px + 1.5rem) calc(1.5rem / 2) 0px calc(1.5rem / 2);
}


@media (max-width: 600px) {
    .appsHome {
        margin-left: 0px;
        margin-top: 50px;
        margin-top:
    }

    .page-content {
        padding: calc(-25px + 1.5rem) calc(1.5rem / 2) 0px calc(1.5rem / 2);
    }

    .DeskTopMode {
        margin-top: -50px;
    }

}





#contextMenu {
    position: absolute;
    display: none;
    background: #fff;
    /* height: 300px; */
    width: 210px;
    border-radius: 5px;
    z-index: 999999;
    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
        0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

#iconContextMenu {
    position: absolute;
    display: none;
    background: #fff;
    /* height: 300px; */
    width: 210px;
    border-radius: 5px;
    z-index: 999999;
    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
        0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.appBox .apptext input {
    background: transparent;
    /* padding: 2px; */
    border: none;
    color: inherit;
    font-family: inherit;
    text-align: center;
    outline: none;
    /* height: 5vh; */
}

.apptext:active {}

.appBox .apptext {
    word-break: break-word;
}

.appBox {
    cursor: pointer;
    margin: 0.3rem;
    width: 80px;
    height: 90px;
    border-radius: 7px;
    text-align: center;
    padding: 4px;
}

.wrap {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.child3 {
    display: none;
}

.child2 {
    display: block;
    padding: 10px;
    color: #727272;
}

.child2 li {
    margin: 10px;
    background-color: #fff;
    line-height: 30px;
    width: 100%;
    margin: 2px 0px 2px 0px;
    border-radius: 5px;
    display: block;
}

.child2 li a {
    color: #000;
}

.child2 li a {
    color: #000;
}

.parent2 {
    padding: 0px 5px 0px 5px;
    cursor: pointer;
}

.parent2:hover {
    background: #e7e7e7;
}

.child3 {
    background: white;
    margin-left: 180px;
    width: 150px;
    padding: 4px;
    margin-top: -35px;
    border-radius: 7px;
}

.parent2:hover ul {
    display: block;
}

.child3:hover {
    display: block;
}

.parent2 span {
    float: right;
    font-weight: 400;
    font-size: 10px;
}

.span2 {
    color: #958f9d;
    font-size: 11px;
}

.rightCImg {
    width: 18px;
    box-shadow: 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.child2 hr {
    margin: 0.3rem;
}

.mright {
    margin-right: 6px;
}

.mrightA {
    color: #958f9d;
}

.parent2 a {
    margin: 0px 10px 10px 10px;
    text-decoration: none;
}

.parent2:hover>ul {
    display: block;
    position: absolute;
    width: 180px;
    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
        0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.parent2:hover>ul li {
    margin-left: 15px;
    width: 150px;
}

.child3 {
    display: none;
}

.child3 li {
    background-color: #fff;
    line-height: 30px;
    width: 100%;
}

.child3 li a {
    color: #000;
}

.parent2 li ul ul {
    margin-left: 230px;
}

ul ul ul {
    left: 100%;
    top: 0;
}

li:hover {
    background-color: #fff;
}

.child3 .parent2 li:hover {
    background-color: #dfdfdf;
}

.child3 .parent2 ul:hover {
    background-color: #dfdfdf;
}

.parent2 .child li:hover {
    background-color: #dfdfdf;
    border-radius: 5px;
}

.paddingInsidePanel {
    padding: 0px !important
}

.jsPanel-content {
    padding: 0px 0px 0px 0px !important;
}

.panelMainMenu {
    width: 70%;
    height: 22px;
    left: 130px;
    z-index: 10000;
    background: none;
    position: absolute;
    white-space: nowrap;
    overflow-x: auto;
}

.panelChildMenu {
    display: inline-block;
    height: 20px;
    margin-left: 0.5px;
    padding: 0 10px;
    box-sizing: border-box;
}

.panelChildMenu img {
    width: 17px;
    margin-left: -9px;
    margin-top: 1px;
    border-radius: 5px;
}

.textHeder {
    cursor: pointer;
    font-size: x-small;
    padding: 5px;
}

.iconHeder {
    margin-right: -7px;
    margin-left: 7px;
    cursor: pointer;
    margin-right: -8px;
    font-size: 18;
    margin-top: 1px;
    float: right;
    padding: 0px;
    border-radius: 5px;
}

.iconHeder:hover {
    background: #5654572e;
}

.active22 {
    background: #fff;
}

