.iphone-x {
    position: relative;
    margin: 20px auto;
    width: 420px;
    height: 80vh;
    background-color: #fff;
    border-radius: 40px;
    /* box-shadow: 0 0 0 11px #e6e6e6, 0 0 0 13px #e6e6e6, 0 0 0 20px #e6e6e6; */
    border: 2px solid #e6e6e6;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.iphone-x:before {
    top: 0;
    width: 56%;
    height: 30px;
    background-color: #e6e6e6;
    border-radius: 0 0 40px 40px;
    z-index: 99;
}

.iphone-x:after,
.iphone-x:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.iphone-x i.speaker {
    top: 0;
    left: 50%;
    transform: translate(-50%, 6px);
    height: 8px;
    width: 15%;
    background-color: #ced4da;
    border-radius: 8px;
    box-shadow: inset 0 -3px 3px 0 hsla(0, 0%, 100%, .2);
}

.iphone-x b.camera,
.iphone-x i.speaker,
.iphone-x span {
    position: absolute;
    display: block;
    color: transparent;
}

.iphone-x b.camera {
    left: 0;
    top: 0;
    transform: translate(100px, 4px);
    width: 12px;
    height: 12px;
    background-color: #ced4da;
    border-radius: 12px;
    box-shadow: inset 0 -3px 2px 0 hsla(0, 0%, 100%, .2);
}

.iphone-x b.camera,
.iphone-x i.speaker,
.iphone-x span {
    position: absolute;
    display: block;
    color: transparent;
    z-index: 999;
}

.Mobile {
    position: relative
}


/* .mobile-container {
    padding-top: 80px;
    background: #e5e5e5 url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205%205%22%3E%3Cg%20fill%3D%22%23D3DBE2%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) 0/5px 5px;
    height: 100%;
} */

.topbar-element {
    flex: 1;
}

.topbar .container {
    display: flex;
}

.pc-mobile-display.topbar-element {
    justify-content: center;
    align-items: center;
    display: flex;
}

.menu-control.topbar-element {
    justify-content: flex-end;
    display: flex;
}

.pc-mobile-display i {
    font-size: 20px;
    padding-right: 5px;
}

.pc-mobile-display .res-config {
    padding: 8px;
    display: flex;
    text-align: center;
    margin: 0 5px;
    color: #6c757d;
    border-radius: 4px;
    -webkit-transition: ease-in-out .2s;
    /* For Safari 3.1 to 6.0 */
    transition: ease-in-out .2s;
    font-size: 13px;
}

.pc-mobile-display .res-config:hover {
    color: #fff;
    /* background: #6c757d; */
    -webkit-transition: ease-in-out .2s;
    /* For Safari 3.1 to 6.0 */
    transition: ease-in-out .2s;
    cursor: pointer;
}

.menu-control button {
    margin: 0 5px;
}

.topbar-element .selected {
    color: #fff;
    background: #38393a;
}

.content_box {
    height: 100%;
    padding-top: 40px;
}

.rightMenu {
    height: 100vh;
}

.mobile-content {
    background: transparent;
    border: none;
}

.mobile-body {
    padding: 0;
}

.mobile-close {
    position: absolute;
    top: 12px;
    right: -20px;
    font-size: 20px;
    z-index: 9999;
    text-shadow: none;
}

.mobile-close i {
    font-size: 16px;
    color: #fff;
}