.form-vertical {
    display: flex;
    flex-direction: column;
}

.form-vertical > div > div:first-child {
    width: 100%;
}

.form-vertical > div > div:first-child.text-right {
    text-align: left;
}

.form-vertical > div > div:not(:first-child) {
    width: 100%;
}

/* ---------13-09-2024 Start -----------*/

.admin_tab {
    padding: 0;
    margin: 0;
}

.admin_tab .nav-pills {
    padding: 0;
    margin: 0;
    border-radius: 0;
    width: 180px;
}

.admin_tab .nav-link {
    padding: 15px;
    font-size: 15px;
    text-align: left;
    color: #383b40;
    text-decoration: none;
    font-weight: 500;
    background: #fff;
    border-right: 4px solid #e3e2e7;
    border-bottom: 1px solid #e3e2e7;
    border-radius: 0;
}

.admin_tab .nav-link.active {
    padding: 15px;
    font-size: 15px;
    color: #ff9e0c;
    text-decoration: none;
    font-weight: 500;
    border-right: 4px solid #ff9e0c;
    background: #fff;
    border-radius: 0;
}

.admin_tabContent {
    background: #fff;
    padding: 20px;
    width: 100%;
    min-height: 300px;
}

.admin_tabContent h2.accordion-header {
    font-size: 13px;
    font-weight: 600;
    color: #383d43;

}

.accordion-button:focus {
    box-shadow: none;
}

.admin_tabContent .accordion-body {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #92909e;
    text-align: left;
}


.clientinfobox {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 3px rgb(0 0 0 / 10%);
}

.clientinfobox h2.page_title {
    background: #b4c6e7;
    border-radius: 5px 5px 0 0;
    color: #383d43;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 10px 20px;
}

.clientinfobox_content {
    padding: 20px;
}

.clientinfobox_content p {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #ff9e0c;

}

.clientinfobox_content p span {
    color: #383d43;
    display: inline-block;
    width: 20%;
}

.clientactivity_list {
    padding: 20px;
    margin: 0;
}

.clientactivity_list ul {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    border: 1px solid #e3e2e7;
    border-radius: 5px;
    display: flex;
}

.clientactivity_list ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #e3e2e7;
}

.clientactivity_list ul li:last-child {
    border: 0;
}

.clientactivity_list ul li p {
    font-size: 14px;
    color: #383b40;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0;
}

.clientactivity_list ul li h3 {
    font-size: 26px;
    color: #449af9;
    font-weight: 700;
    text-align: center;
    line-height: 42px;
    padding: 0;
    margin: 0;
}

.clientactivity_list ul li:nth-child(2) h3 {
    color: #fd8637;
}

.clientactivity_list ul li:nth-child(3) h3 {
    color: #08b77d;
}

.clientactivity_list ul li:nth-child(4) h3 {
    color: #08b77d;
}


/* ---------13-09-2024 End -----------*/

.ms-res-ctn.dropdown-menu {
    left: 0px !important;
    max-height: 150px !important;
    overflow-y: scroll;
}

#row-tag_id .col-lg-3.col-md-3.col-sm-6.col-xs-12.text-right {
    margin-top: 8px !important;
}

/* ---------13-09-2024 Start -----------*/

.admin_tab {
    padding: 0;
    margin: 0;
}

.admin_tab .nav-pills {
    padding: 0;
    margin: 0;
    border-radius: 0;
    width: 180px;
}

.admin_tab .nav-link {
    padding: 15px;
    font-size: 15px;
    text-align: left;
    color: #383b40;
    text-decoration: none;
    font-weight: 500;
    background: #fff;
    border-right: 4px solid #e3e2e7;
    border-bottom: 1px solid #e3e2e7;
    border-radius: 0;
}

.admin_tab .nav-link.active {
    padding: 15px;
    font-size: 15px;
    color: #ff9e0c;
    text-decoration: none;
    font-weight: 500;
    border-right: 4px solid #ff9e0c;
    background: #fff;
    border-radius: 0;
}

.admin_tabContent {
    background: #fff;
    padding: 20px;
    width: 100%;
    min-height: 300px;
}

.admin_tabContent h2.accordion-header {
    font-size: 13px;
    font-weight: 600;
    color: #383d43;

}

.accordion-button:focus {
    box-shadow: none;
}

.admin_tabContent .accordion-body {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #92909e;
    text-align: left;
}

/* ---------14-09-2024 Chat page start -----------*/
/* background: #FF9E0C; */

.chat_heading {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.chat_headingdescription {
    flex-grow: 1;
}

.chat_heading h3 {
    padding: 0 0 0px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #FF9E0C;
}

.chat_heading p {
    padding: 8px 0 0 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.chat_heading p span {
    color: #9d9d9d;
}

.chat_heading p a {
    color: #FF9E0C;
    text-decoration: none;
}

.close_case a {
    background: #FF9E0C;
    padding: 7px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
}

.chat_description_attachment {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.chat_description_attachment .chat_description h3 {
    padding: 0 0 0px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #FF9E0C;
}

.chat_description_attachment .chat_description p {
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.chat_description_attachment .chat_attachment {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
}

.chat_description_attachment .chat_attachment h3 {
    padding: 0 0 8px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #FF9E0C;
}

.chat_description_attachment .chat_attachment ol {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: decimal;
}

.chat_description_attachment .chat_attachment ol li:first-child {
    margin-top: 0;
}

.chat_description_attachment .chat_attachment ol li {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 20px;
}

.chat_description_attachment .chat_attachment ol li span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    min-width: 20%;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat_comments {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.chat_comments h3 {
    padding: 0 0 8px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #FF9E0C;
}

.comment_btn {
    background: #FF9E0C;
    padding: 7px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    border: 0;
    cursor: pointer;
}

.comment_area {
    margin: 10px 0;
    display: flex;
}

.comment_arealeft {
    width: 60px;
    flex-shrink: 0;
}

.comment_arealeftimg {
    width: 40px;
    height: 40px;
    background: #FF9E0C;
    border-radius: 100px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment_arealeftimg img {
    border-radius: 100px;
}

.comment_arearight {
    flex-grow: 1;
}

.comment_arearight h4 {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.comment_arearight .comment_name {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #FF9E0C;
}

.comment_arearight .comment_date {
    padding: 0 0 8px 0;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #9d9d9d;
}

.comment_arearight p {
    padding: 0 0 8px 0;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}

.comment_area .comment_arearight .comment_attachment {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
}

.comment_area .comment_arearight .comment_attachment ol {
    width: 100%;
    margin: 0;
    padding: 0;
}

.comment_area .comment_arearight .comment_attachment ol li:first-child {
    margin-top: 0;
}

.comment_area .comment_arearight .comment_attachment ol li {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 20px;
}

.comment_area .comment_arearight .comment_attachment ol li span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    min-width: 20%;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
}

textarea.form-control {
    resize: none;
    height: 80px;
}

.download_icon {
    width: 20px;
    height: 20px;
    background: #FF9E0C;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat_content {
    padding: 100px 0 0 0;
    background: #f9f9f9;
}

.chat_content_details {
    padding: 0 15px;
    background: #fff;
}
/* ---------14-09-2024 Chat page end -----------*/
