.window-module-window-cuHwn,
.window-module-window-cuHwn *,
.window-module-window-cuHwn *::before,
.window-module-window-cuHwn *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.window-module-window-cuHwn {
    overflow: hidden;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.window-module-wrapper-jKODO {
    margin: auto;
    width: 360px;
    height: 640px;
}

.item-module-wrapper-eabgW {
    position: relative;
    width: inherit;
    height: inherit;
    overflow: hidden;
}

.item-module-bg-layhi {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
}

.item-module-info-pdi9H {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1c1c1c;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 46px 24px 30px;
    min-height: 300px;
    text-align: center;
}

.item-module-fullname-h23_m {
    margin-bottom: 8px;
}

.item-module-item-name-BI5Km {
    margin-bottom: 12px;
}

.avatar-module-wrapper-ZcLzh {
    border: 4px solid #1c1c1c;
    border-radius: 50%;
    width: 102px;
    height: 102px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 26.56%);
            transform: translate(-50%, 26.56%);
    bottom: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.status-module-call-status-_PO8_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    margin-bottom: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.item-button-module-wrapper-cLVmY {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.item-button-module-btn-rdJ2l {
    border: 0;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    cursor: pointer;
}

.item-button-module-error-v9cU_ {
    background-color: #ff6163;
}

.item-button-module-error-v9cU_:hover {
    background-color: #ff4053;
}

.item-button-module-default-_m_pW {
    background-color: #858585;
}

.item-button-module-defaultInverse-pp_vv {
    background-color: #3d3d3d;
}

.item-button-module-default-_m_pW:hover,
.item-button-module-defaultInverse-pp_vv:hover {
    background-color: #525252;
}

.item-button-module-text-TEpgB {
    position: absolute;
    top: 100%;
    margin-top: 6px;
}

.item-buttons-module-wrapper-CxPlG {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.permission-popup-module-background-RryOu {
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .36;
}

.permission-popup-module-permissionPopup-md9M2 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 12px 6px;
    padding: 20px 24px;
    border-radius: 20px;
    background-color: #fff;
    text-align: left;
}

.notification-module-wrapper-S9Uku,
.notification-module-wrapper-S9Uku *,
.notification-module-wrapper-S9Uku *::before,
.notification-module-wrapper-S9Uku *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.notification-module-wrapper-S9Uku {
    padding: 14px 16px;
    background-color: #292929;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 375px;
}

.notification-module-info-LOXdi {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
}

.notification-image-module-wrapper-XKMEY {
    border-radius: 5px;
    width: 53px;
    height: 40px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.notification-info-module-wrapper-RBd4P {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.notification-status-module-wrapper-vmt_N {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.notification-button-module-btn-a9kDB {
    border: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.notification-button-module-error-TBAk8 {
    background-color: #ff6163;
}

.notification-button-module-error-TBAk8:hover {
    background-color: #ff4053;
}

.notification-button-module-default-_NK6b {
    background-color: #858585;
}

.notification-button-module-defaultInverse-Txr5V {
    background-color: #3d3d3d;
}

.notification-button-module-default-_NK6b:hover,
.notification-button-module-defaultInverse-Txr5V:hover {
    background-color: #525252;
}

.notification-buttons-module-wrapper-GS7cZ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

