﻿.outlined{
    height:100%;
    width:100%;
    border-radius:10px;
    padding:10px;
}
.stripe {
    background-color: #FFD78F;
    padding: 15px;
}
.heading {
    color: #FFB228;
    font-size:15px;
}
.images {
   height:15px; 
   width:25px; 
   margin-right: 8px;
}
.btn {
    background-color: #5FA9F0;
    color:#ffffff;
    text-align:center;
    border-radius:20px;
    padding: 5px 15px;
}
.btn1 {
    background-color: #5FA9F0;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 5px 15px;
}
.circleMessage {
    border-radius: 50%;
    background-color: #5FA9F0;
    align-items: center;
    border:none;
}
.messageicon{
    height:20px;
    width:20px;
    padding:5px;
}
.skilllabel{
    font-size:18px;
    font-weight:500;
}
.skilltab {
    background-color: #D9D9D9;
    color: #000000;
    text-align: center;
    border:none;
    border-radius:20px;
    padding: 5px 8px;
}
.project-info {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.info-row {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    padding: 5px 0; 
}

.info-label {
    font-weight: bold;
    color: #333; 
}

.info-value {
    color: #555;
    text-align: right; 
    min-width: 80px; 
}
.border1{
    border-radius:15px;
}
.drop{
    border-radius:10px;
}
.greenLabel {
    color: #3DB39E;
}
.Appliedbtn {
    background-color: #FFD78F;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
}
.Rejectedbtn {
    background-color: #F7827F;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
}
.Acceptedbtn {
    background-color: #3DB39E;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
}
.userdbtn {
    background-color: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 8px;
    width: 100%;
    margin-top: 5px;
}
.circle {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    align-content: center;
    overflow: hidden;
    background-color: #FFD78F;
}
.editCircle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #5FA9F0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Abandonner {
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 8px;
}
.uploadBox {
    height: 250px;
    width: 250px;
    background-color: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon {
    height: 30px;
    width: 30px;
}
.outsideDiv {
    border: 1px solid #757575;
    max-height: 70vh;
    overflow-y: auto;
}
.crossbutton {
    background-color: #FFD78F;
    border-radius: 20px;
}

.modal1 {
    position: absolute;
    height: auto;
    left: 50%; 
    top: 25%;
    transform: translateX(-50%); 
}
.modal2 {
    position: absolute;
    left: 40%;
    top: 10%;
    height: 500px;
    width: auto;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .modal1 {
        top: 20%; 
    }
    .modal2 {
        left: 50%;
        top: 15%;
        height: 400px;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .modal1 {
        top: 15%; 
    }
    .modal2 {
        left: 50%;
        top: 20%;
        height: 300px;
        transform: translateX(-50%);
    }
}
/*#messagesList {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.receiverMessage {
    align-self: flex-start;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    max-width: 80%;
    word-wrap: break-word;
    border: 1px solid #ccc;
}

.senderMessage {
    align-self: flex-end;
    background-color: #007bff;
    color: white;
    padding: 10px;
    border-radius: 5px;
    max-width: 80%;
    word-wrap: break-word;
    border: 1px solid #0056b3;
}
*/


#chatWindow {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#messageContainer {
    height: 400px;
    overflow-y: auto;
    flex-grow: 1;
    padding: 10px;
}

.input-group {
    padding: 10px;
    background-color: white;
}

#filterSection {
    overflow-y: auto;
/*    padding: 10px;*/
}
#messagesList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.senderMessage {
    background-color: #cce5ff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: right;
    align-self: flex-end;
    margin-left: auto;
}

.receiverMessage {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: left;
    align-self: flex-start;
    margin-right: auto; 
}

.not-available {
    margin: 4rem;
}
.userImage {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    border-radius: 50%; 
}

.profile-upload-label {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #D9D9D9;
    overflow: hidden;
    cursor: pointer;
}

.profile-upload-label:hover {
    opacity: 0.92;
}

.profile-upload-label .userImage,
.profile-upload-label .ProjectImage {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subscriptionButton {
    text-align: center;
    border-radius: 10px;
    padding: 5px 15px;
}


.subscription-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    max-height: 400px; 
    overflow-y: auto; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

#MyPlanModal {
    max-height: 80vh; 
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#MyPlanModal::-webkit-scrollbar {
    display: none;
}
.subscription-container::-webkit-scrollbar {
    display: none;
}

#AddNewReduction .modal-body,
#AdditionalTopUp .modal-body,
#AddNewFeature .modal-body {
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch;
}
.modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: hidden; 
}
#AddNewReduction::-webkit-scrollbar,
#AdditionalTopUp::-webkit-scrollbar,
#AddNewFeature::-webkit-scrollbar {
    display: none; 
}



.subscription-card {
    background-color: #ffffff; 
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    width: 320px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.badge-success {
    background-color: #28a745;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.badge-danger {
    background-color: #dc3545;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.labelText{
    font-size:16px;
}
.nodata {
    height: 300px;
    width: 350px;
}