.container-custom {
    width: 100%;
    max-width: 432px;
    height: 768px;
    padding: 20px;
    box-sizing: border-box;
}

.row-custom1 {
    height: 100%;
    margin-bottom: 5px;
}

.col-custom1 {
    position: relative;
    height: 100%;
    padding: 0;
    background-color: #2a8ef3;
    border-radius: 5px;
}

.col-custom1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgb(244, 247, 245);
}

.top {
    position: absolute;
    top: 1%;
    left: 1%;
    padding: 0;
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    color: aliceblue;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.select-top {
    position: relative;
}

#cameraSelect {
    position: relative;
    height: 35px;
    max-width: 155px;
    align-items: center;
    background-color: rgba(250, 250, 120, 0.937);
    color: blue;
    z-index: 10;
    border-radius: 5px;
}

.audioCheck {
    position: relative;
    width: 80px;
    color: rgb(2, 15, 88);
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

.overlay {
    position: relative;
}

.overlay h5 {
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: rgb(107, 3, 12);
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

.dropdown-container {
    position: absolute;
    top: 10%;
    right: 1%;
    display: inline-block;
}

.ellipsis-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;    
    border: 3px solid white;
    background-color: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 900;
    color: rgb(6, 163, 6);
    border-radius: 5%;
}

.dropdown {
    display: none;
    position: relative;
    padding: 5px;
    right: 25%;
    background-color: #f3dbdb;
    border: 1px solid #ccc;
    min-width: 160px;
    flex-direction: column;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10%;
    z-index: 100;
}

.dropdown button {
    background: none;
    border: none;
    padding: 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
}

.dropdown button:hover {
    background-color: #f0f0f0;
    border-radius: 10%;
}

.dropdown.show {
    display: flex;
}

.playPauseButton1 {
    position: absolute;
    padding: 0;
    border: none;
    top: 50%;
    left: 50%;
    border-radius: 5%;
    transform: translate(-50%, -50%);
    background: transparent;
    color: rgb(250, 3, 3);
    font-size: 48px;
    cursor: pointer;
    z-index: 10;
}

.owner {
    display: block;
    position: absolute;
    top: 10%;
    left: 39%;
    background-color: yellow;
    border: 2px solid red;
    border-radius: 10%;
    color: rgb(96, 3, 184);
    width: 100px;
    height: 88px;
    align-items: center;
    justify-content: space-around;
    font-size: 8px;
    font-family: 'Arial Narrow';
    text-align: center;
    line-height: 1.0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.owner:hover {
    background-color: #ffd700;
}

/* Text Kanan */
/* Text Suara */

/* VISIBILITY : HIDDEN */

.floating-icons {
    position: relative;
    bottom: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    z-index: 10;
}

.duration {
    position: relative;
}

.duration-url {
    position: absolute;
    top: 12%;
    height: 35px;
    background-color: #f1e3e3;
    color: #02203f;
    font-family: Arial Narrow;
    border: 4px solid white;
    border-radius: 5%;
}

.social-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
}

.icon {
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.3s;
}

.icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon:hover {
    transform: scale(1.1);
}

.hidden {
    visibility: hidden;
}

.name-activity {
    position: absolute;
    top: 20%;
    left: 0%;
    width: 300px;
    height: 300px;
}

.toggle-btn {
    cursor: pointer;
    background: #1511f1;
    color: white;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}

.container1 {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    display: none;
    background-color: aqua;
    border-radius: 5px;
}

#showInputLabel {
    position: absolute;
    right: 5px;
    top: 5%;
    cursor: pointer;
    color: blue;
    text-decoration: none;
}

#textInput {
    background: rgb(243, 247, 248);
    color: rgb(3, 116, 78);
    width: 100%;
    border-radius: 5px;
    border: none;
    font-size: small;
}
#saveButton {
    position: absolute;
    right: 5px;
    border-radius: 5px;
    border: none;
}

.hidden-display {
    display: none;
}

.output {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size: small;
}
.output2 {
    position: absolute;
    top: 85%;
    margin-top: 10px;
    border: none;
    padding: 5px;
    display: none;
    background: #c8f7bf;
    border-radius: 5px;
}
.username {
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
#outputText {
    font-size: small;
}
#outputText2 {
    font-size: small;
}
.timestamp {
    bottom: 5px;
    right: 10px;
    font-size: 8px;
    color: gray;
    justify-content: right;
}

.toggle-output2-btn {    
    position: absolute; 
    top: 65%;
    margin-top: 20px;
    padding: 5px 10px;
    background: #f74a92;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: block; 
}