@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
.main{
    margin-top: 0px;
    padding: 20px;
}
.main-heading{
    color: #088994;
    font-size: 18px;
    font-weight: bold;
}
.inheading{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}
.recent{
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    background-color: #2E6C9A;
    padding: 5px 10px;
    border-radius: 4px;
    width: max-content;
    height: max-content;
    color: white;
}
.fetching{
    border-radius: 10px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.main .all-details-head{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left:10px ;
}
.main .all-details-head .org-details{
    display: flex;
    align-items: center;
    gap: 30px;
}
.main .all-details-head .org-details figure{
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #bdbdbd;
}
.all-details-head .org-details figure img{
    background-color: white;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    object-fit: contain;
}
.all-details-head .org-details span{
    font-family: "Saira", sans-serif;
    font-size: 19px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    i{
        font-size: 16px;
    }
}
.main .all-details-head .this-heading{
    display: flex;
    align-items: center;
    padding:30px 40px;
    border-radius: 40px 0px 0px 40px;
    background-color: #10578B;
    height: 100%;
}
.main .all-details-head .this-heading div{
    font-size: 18px;
    font-weight: 500;
    color: white;
}
.main .all-details{
    border-top: 1px solid rgba(27, 31, 35, 0.264);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-between;
    font-size: 14px;
    gap: 10px;
}
.main .organisation-det{
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: rgb(113, 113, 113);
    max-width: 400px;
    width: 100%;
}
.main .all-details .details{
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    justify-content: flex-start;
    gap: 5px;
    .material-symbols-outlined{
        font-size: 20px;
    }
}

.main .all-details .enter-det{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    justify-content: space-evenly;
    font-size: 14px;
    color: rgb(113, 113, 113);
}
.all-details .enter-det .client input{
    width: 120px;
    padding: 5px;
    text-align: left;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 3px;
    outline: none;
    color: rgb(113, 113, 113);
}
.enter-det .client span:last-child{
    padding: 0px 7px;
}
.all-details .enter-det .client #fetch-details{
    background-color: #009944;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}
.all-details .main-client-det{
    display: none;
}
.all-details .cient-det{
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: rgb(113, 113, 113);
}
@media (max-width:768px) {
    .all-details-head{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: right;
        gap: 20px;
    }
    .main .all-details-head .this-heading{
        padding: 10px 20px;
        border-radius: 30px;
    }
    .main .all-details{
        justify-content: center;
        gap: 25px;
      }
}
.input-box .form{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;    
    gap: 20px;
    flex-wrap: wrap;
}
.form label{
    font-size: 14px;
}
.form .form-group{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    max-width: 400px;
    width: 100%;
}

.form-group input{
    padding: 8px;
    border-radius: 8px;
    outline: none;
    border: none;
    border: 1px solid gray;
    
    width: 100%;
}
.form-group input:hover{
    border: 1px solid rgb(17, 17, 17);
}
.form1{

    display: flex;
    justify-content: left;
    align-items: flex-start;
}
.form1 .form-group1{
    width: 100%;
    display: flex;
    justify-content: center;
}
.form-group1 #timeOfDay{
    text-align: center;
    font-size: 14px;
    padding: 5px;
    border-radius: 4px;
}
#timeOfDay option{
    padding: 2px 0px;
}
.main-textbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.textbox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.textbox p{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    max-width: 1250px;
    width: 100%;
}
.textbox p .heading{
    text-align: left;
    color: #000000;

}
.textbox textarea{
    padding: 10px;
    margin-top: 10px;
    max-width: 1250px;

    width: 100%;
    border-radius: 8px;
    border: 1px solid gray;
    height: max-content;
    width: 100%;
}
.form1{
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.form-group1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}



/* uploads area  */
.lastbox{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
    margin: 10px;

}
.uplod-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #e6f7ff;
    padding:10px 16px 10px 10px;
    margin-top: 20px;
    border-radius: 12px;
    border: 0.5px solid lightblue;
    max-width: 400px;
    width: 100%;
    height: max-content;
}
.uplod-box .header{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.upload-section {
    margin: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.uplod-box video{
    width: 100%;
}
.drop-area {
    border: 2px dashed #007BFF;
    border-radius: 5px;
    padding: 20px;
    cursor: pointer;
    max-width:  300px;
    width: 100%;
    text-align: center;
    position: relative;
}

.drop-area p {
    margin: 0;
    font-size: 14px;
}

.file-types, .file-size {
    font-size: 12px;
    color: #888;
}

.upload-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.preview {
    margin-top: 10px;
    display: block;
}

.preview img {
    max-width: 100px;
    width: 100%;
    height: auto;
}

.drag-over {
    background-color: #e6f7ff;
    border-color: #0056b3;
}
#fileDropArea {
    border: 2px dashed #007BFF;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
#fileDropArea.drag-over {
    border-color: #000;
}
#filePreview img , #videoPreview video {
    max-width: 100%;
    max-height: 300px; /* Adjust as needed for screen size */
    display: block;
    margin: 10px auto;
}
#filePreview img {
    max-width: 100%;
    max-height: 150px;
    margin-top: 10px;
}
#videoPreview video {
    max-width: 100%;
    margin-top: 10px;
}

/* btn */
.savebtn{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.btnbox{
    width: 80%;
    display: flex;
    justify-content: space-evenly;
}
.save{
    font-size: 14px;
    cursor: pointer;
    color: white;
    background-color: #008994;
    border-radius: 4px;
    padding: 4px 8px;
}
.save:hover{
    background-color:#036d7a;

}
.required {
    color: red;
}
.error-border {
    border: 1px solid red;
    border-color: red;
}