#app {
    display: flex;
}
#header{
    background-color: #602074 !important; 
    color: #fff !important;
}
.btn-sm {
    background-color: #602074 !important;
    border: none !important;
    color: white !important;
}
.btn-small {
    background-color: #602074 !important;
    border: none !important;
    color: white !important;
}

.btn-blue {
    background-color: #52ccd7 !important;
    border: none !important;
    color: white !important;
}

.bo{
    height: 1rem !important;
    /* padding: 1rem; */
    /* padding-bottom: 0.5rem !important; */
    border-radius: 2px !important;
  
}


#content {
    flex-grow: 1;
}
.app-sidebar{
    background-color: #d1d2d3 !important; 
    color: #fff !important;
}
#right-sidebar {
    width: 20%;
    height: 100%;
    border-left: 1px solid rgb(194, 192, 192);
    position: fixed;
    right: 0;
}

.right-sidebar-content {
    padding: 10px;
    margin : 10px; 
}

.right-sidebar-title {
    font-size: 16px;
    font-weight: 600;
       
}
    

@media screen and (max-width: 768px) {
    #right-sidebar {
        display: none;
    }

    #app {
        display: block;
    }
}



.modal {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 50%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

#preview {
    position: relative;
    display: inline-block;
}

#imagePreview, #videoPreview {
    max-width: 100%;
    max-height: 200px;
}

.close-preview {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
}

#editStep {
    position: relative;
}

.timeline .timeline-content {
    margin-left: 12%;
}


.competition-header {
    margin-left: 10%;
    max-width: 700px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
}

.competition-item {
    display: flex;
    justify-content: space-between;
    margin-left: 8%;
    max-width: 700px;
    overflow: auto;
}

.competition-content {
    position: relative;
    font-size: 12px;
    border-radius: 5px;
    padding: 10px;
    margin: 1px;  
}

.competition-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.competition-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.competition-name {
    font-weight: 400;
    margin-top: 6px;
}

.competition-name a {
    text-decoration: none;
    color: var(--bs-dark);
}

.competition-button {
    width: 70%;
}

.connect-header {
    margin-bottom: 10px;
    margin-left: 12%;
    max-width: 640px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
}

.connect {
    flex-grow: 1;
}

.more {
    flex-grow: 1;
    text-align: right;
}


.connect-item {
    display: flex;
    justify-content: space-between;
    margin-left: 12%;
    max-width: 640px;
    overflow: auto;
}

.connect-content {
    position: relative;
    background: var(--bs-component-bg);
    font-size: 12px;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    
}

.connect-content:hover {
    background: var(--bs-component-bg-hover);

}

.connect-remove {
    position: absolute;
    top: 0;
    right: 0;
}

.connect-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    align-items: center !important;
    justify-content: center !important;
}

.connect-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.connect-name {
    font-weight: 400;
    margin-top: 10px;
}

.connect-name a {
    text-decoration: none;
    color: var(--bs-dark);
}

.connect-follow {
    margin-top: 10px;
}

@media (max-width:991.98px) {
    .connect-item, .competition-item  {
        margin-left:25%;
        margin-right:5%
    }

    .connect-header, .competition-header {
        margin-left:25%;
    }

    .timeline .timeline-content {
        margin-left: 2%;
    }
}

@media (max-width:767.98px) {
    .connect-item, .competition-item {
        margin-left: 0%;
        margin-right:0
    }

    .connect-header, .competition-header {
        margin-left: 2%;
    }

    .timeline .timeline-item {
        padding: 0px !important;
    }

    .connect-container {
        padding: 20px 0 0 0;
    }
}

@media (max-width:575.98px) {
    .connect-item, .competition-item {
        margin-left:0
    }

    .connect-header, .competition-header {
        margin-left:0;
    }
}

@media screen and (max-width: 768px) {
    .modal-content {
        width: 80%;
    }
}

.right-sidebar-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-sidebar-body ul li {
    padding: 10px;
    cursor: pointer;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-avatar {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-details {
    flex-grow: 1; 
}

.user-action {
    margin-left: auto; 
}

.text-purple-purple {
    color: #602074;
}

.image-label {
    position: relative;
}

.image-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
}
