/* SignUp.php Page Start */
#SignUp-div {
    width: 50%;
    margin: auto;
}
#SignUp-div input {
    width: 250px;
}
#SignUp-div input[type="checkbox"] {
    width: auto;
}
#SignUp-div input[type="radio"],
input[type="checkbox"] {
    width: auto;
}
.Span-Error {
    color: red;
    font-size: 10px;
    display: block;
}
/* SignUp.php Page End */
/* Main.php Page End */
#fields-div {
    text-align: center;
    margin: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.card {
    /* flex: 2 40% 50%; */
    margin-top: 40px;
}
/* Main.php Page End */
/* ResourcePage/php Page Start  */
.playlist-sidebar {
    display: inline-block;
    position: relative;
    margin-top: 50px;
    background-color: silver;
    height: 400px;
    width: 300px;
    overflow-y: scroll;
}
.iframe-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.iframe-div .btn-group {
    margin-top: 20px;
}

.comment-ul {
    background-color: azure;
    padding: 30px;
    list-style: none;
}
.comment-ul li {
    background-color: sandybrown;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
}
#Comment-Section-Div {
    background-color: azure;
}

/* ResourcePage/php Page End  */

.add-note-div,
.add-comment-div {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    text-align: center;
}
.reply-div {
    background-color: cadetblue;
    width: 300px;
    margin-left: 300px;
}
.track_name {
    text-align: center;
}
#start_track_btn {
    cursor: pointer;
}
#start_track_btn:hover {
    color: royalblue
}
#khub_idea {
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
}
#Solgan {
    text-align: center;
}
.team_members_img {
    cursor: pointer;
}
#Welcome {
    font-weight: bold;
}
input,
textarea,
p {
    unicode-bidi: plaintext;
}