* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
.form-control {
    box-shadow: none !important;
    outline: none !important;

}

.sidebar {
    width: 240px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;   /* enable vertical scrolling */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.sidebar::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}



.sidebar ul {
    display: block;
    list-style-type: none;
    list-style: none;
    padding: 0;
}
.sidebar ul li {
    /* display: flex; */
    text-decoration: none;
    align-items: center;
    padding: 2px 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 12px 0px;
    font-size: 16px;
    font-weight: 500;
}
.sidebar ul li a{
    /* display: flex; */
    text-decoration: none;
   color: white;
}

.sidebar ul li a:hover,
.sidebar ul li a:hover i {
    color: #fe3a5c;
}

.border-dashed {
  border-style: dashed !important;
}


.btn-tiktok {
    border: transparent;
    outline: none;
    background-color: #fe2d54;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    height: 40px;
    min-width: 168px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.btn-tiktok:hover {
    background-color: #de2446;
    color: white;
}

.sidebar .search-bar {
    background-color: rgb(31, 31, 31);
    width: 100%;
    height: 2.5rem;
    border-radius: 999px;
    padding: 10px;
}
.sidebar .search-bar input {
    background: transparent;
    outline: none;
    border: none;
    color: white;
    padding-left: 10px;
}
.sidebar .search-bar input::placeholder {
    color: rgb(96, 96, 96);
    font-size: 14px;
}

h6 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #dedede !important;
}

.video-actions i {
    padding: 20px;
    height: 50px;
    width: 50px;
    font-size: 19px !important;
    border-radius: 50%;
    background-color: #1e1f1e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-actions span {
    font-size: 12px;
    font-weight: 700;
    color: #ffffffbf;
}

.btn-arrow {
    aspect-ratio: 1 / 1;
    padding: 0px;
    border-radius: 50%;
    background-color: #212020;
    transition-property: height, width;
    transition-duration: 300ms;
    transition-timing-function: linear;
    width: 3rem;
    height: 3rem;
    color: white;
    font-size: 30px;
    margin-bottom: 10px;
}
.btn-arrow:hover {
    background-color: #292828;
}

.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}

.fw-600{
    font-weight: 600 !important;
}.fw-500{
    font-weight: 500 !important;
}.fw-400{
    font-weight: 400 !important;
}

body {
    background-color: #000;
    color: #fff;
}

.sidebar {
    width: 60px;
}

.sidebar i {
    font-size: 1.5rem;
    color: #fff;
    margin: 20px 0;
    cursor: pointer;
}

.video-container {
    position: relative;
    max-width: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 80vh;
    border-radius: 10px;
    object-fit: cover;
}

.video-actions {
    position: absolute;
    right: -70px;
    bottom: 20%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.video-actions i {
    font-size: 2rem;
    cursor: pointer;
}

.video-info {
    position: absolute;
    bottom: 5%;
    left: 0;
    padding: 10px;
    width: 80%;
}

.video-info h6,
.video-info p {
    margin: 0;
}

.profile-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.profile-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .video-actions {
        right: 10px;
    }
}

.bg-black{ background: #131213 !important;
    border: transparent !important;}

.login-modal {
    background: #131213 !important;
    border: transparent !important;
}

.login-modal input {
    background: #2f2e2f !important;
    color: white !important;
    padding: 10px 20px;
    border: 3px solid transparent;  /* keep border size consistent */
    border-radius: 0;
    transition: border 0.3s ease-in, background 0.3s ease-in;
}
.bg-black input{
     background: #2f2e2f !important;
    color: white !important;
    padding: 10px 20px;
    border: 3px solid transparent;  /* keep border size consistent */
    border-radius: 0;
    transition: border 0.3s ease-in, background 0.3s ease-in;
}




.login-modal input:hover,
.login-modal input:focus {
    border: 3px solid #a3031e !important; /* red border on hover/focus */
    outline: none; /* remove default outline */
}

.bg-black input::placeholder {
    font-size: 14px !important;
    color: #585858 !important;
}
.login-modal input::placeholder{
   font-size: 14px !important;
    color: #585858 !important;
}

.bg-light-gray{
    background: #252525 !important;
}

.text-tiktok{
    color: #ff3b5c !important;
}

.content-section {
    margin-left: 280px; /* same as sidebar width */
    padding: 20px; /* optional, for spacing */
}
