@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .btn-lobby #cancel-btn {
        margin-bottom: 0px;
    }
    .btn-lobby {
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }
    .lobby-online {
        min-height: 25em;
    }

    .btn-mic.slash,
    .btn-cam.slash,
    .btn-bg {
        padding: 11px 10px;
    }

    .lobby-bottom {
        gap: 20px;
    }

    .drawer-conten p {
        font-size: 18px;
    }

    .drawer_wrapper {
        width: 50%;
    }

    .btn-mic {
        height: 57px;
        width: 57px;
    }

    .btn-cam {
        height: 57px;
        width: 57px;
    }

    .meeting-main .panel-bottom {
        justify-content: space-between;
        padding: 0px 20px;
        height: 50px;
    }
    #clock-meeting {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 160px;
        padding: 5px 10px;
        border-radius: 5px;
        height: 45px;
    }

    .controll-meeting .controll-wrapper .controll-btn button,
    .controll-meeting .controll-wrapper .controll-menu button {
        height: 40px;
        width: 60px;
    }

    .panel-bottom .end-wrap .end-meeting button {
        height: 40px;
        width: 80px;
    }

    .panel-bottom .end-wrap .end-meeting {
        border-left: none;
        padding-left: 0px;
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    .controll-meeting .controll-wrapper.screen {
        display: flex;
    }

    .controll-meeting .controll-wrapper.screen .controll-btn button {
        border-radius: 10px;
    }

    .panel-bottom .end-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    .panel-bottom .running-wrapper {
        display: flex;
        border-radius: 10px;
        background: #565e64;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        height: 40px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 10px 15px;
        margin-left: 15px;
        width: 8.5em;
    }

    .meeting-body {
        min-height: calc(100vh - 90px);
    }

    .panel-bottom .running-wrapper i {
        color: #fff;
        font-size: 25px;
        margin-right: 10px;
    }

    .panel-bottom .running-wrapper span {
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .btn-lobby {
        margin-top: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        gap: 40px;
        position: absolute;
        right: 0;
        bottom: 100px;
    }

    .btn-lobby button {
    }

    .lobby-header {
        margin-top: 0px;
    }
    .lobby-meeting p,
    .lobby-meeting p font,
    .lobby-time p,
    .lobby-explore p,
    .lobby-explore a {
        font-size: 16px;
    }
    .lobby-back .lobby-info p {
        position: unset;
        font-size: 16px;
    }

    .spinner-wrapper p {
        font-size: 16px;
    }

    .form-main .form-input input,
    .form-main .form-input input::placeholder,
    .form-main .form-title label,
    .link-text {
        font-size: 16px;
    }

    .lobby-back .lobby-info h4 {
        font-size: 26px;
    }
    .lobby-back a i,
    .lobby-explore i {
        font-size: 30px;
    }

    .lobby-back a {
        margin-right: 18px;
    }

    .lobby-time {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .lobby-uname span,
    .lobby-center p,
    .btn-allow,
    .menu-loby-setting ul li a span {
        font-size: 16px;
    }

    .form-main .form-input {
        height: 60px;
    }
    .lobby-form {
        position: relative;
        height: 96%;
        margin-top: 20px;
        padding-left: 20px;
        margin-left: 0px;
        margin-right: 20px;
        padding-top: 0px;
        border-left: 1px solid #bbb;
    }

    .help-wrap {
        left: 20px;
    }
}

@media (min-width: 1024px) {
    .meeting-main .panel-header {
        padding: 0px 20px;
    }
    .contact-map {
        padding: 0px 39px;
        margin-top: 2rem;
        border-radius: 28px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .lobby-form {
        padding-bottom: 100px;
        padding-left: 50px;
        margin-left: 40px;
        margin-bottom: 13px;
        margin-right: 40px;
    }
    .help-wrap {
        left: 40px;
    }

    .btn-elipse i {
        font-size: 25px;
    }

    .btn-mic.slash i,
    .btn-cam.slash i {
        font-size: 25px;
    }
    .btn-bg i {
        font-size: 25px;
    }

    .lobby-explore {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .lobby-explore .d-flexs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .lobby-explore i {
        margin-bottom: 0px;
        margin-right: 10px;
    }
    .lobby-explore p {
        padding: 0;
        margin: 0;
    }
    .drawer_wrapper {
        width: 40%;
    }
}

@media (min-width: 1400px) {
    .lobby-online {
        min-height: 30em;
    }

    .drawer_wrapper {
        width: 30%;
    }
}

.contact-map {
    padding: 0px 60px;
    /* display: flex; */
    margin-top: 2rem;
    border-radius: 28px;
    overflow: hidden;
}
