/*==font-family: 'Montserrat', sans-serif;==*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    color: #505050;
    background-color: #fff;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

p {
    font-size: 14px;
    color: #505050;
    line-height: 1.6;
    margin: 0 0 15px;
    font-weight: 400;
}

a {
    color: #505050;
    text-decoration: none !important;
    transition: ease-in-out 0.3s;
    display: inline-block;
}

a:hover,
a:active,
a:focus {
    color: #ff4800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #505050;
    margin: 0;
    margin-bottom: 10px;
}

h1 {
    font-size: 30px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

ul {
    margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
    outline: none;
}

button {
    transition: ease-in-out 0.3s;
}

img {
    max-width: 100%;
}

header,
section,
footer {
    width: 100%;
}

.gap_40 {
    padding-top:50px;
    height: 200px;
}
.h_40 {
    height: 40px;
}
.h_60 {
    height: 60px;
}
.navbar {
    padding: 25px 0px;
}

.navbar-expand-lg .navbar-nav a,
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    color: #505050;
    font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ff4800;
}

.navbar-nav .dropdown {
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    border-radius: 0px;
    border: none;
    min-width: auto;
    padding: 5px 0px;
    margin-top: 0px;
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding: 1px 15px;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #ff4800;
    background-color: transparent;
}

.navbar-expand-lg .navbar-nav .nav-Btn {
    border: 1px #ff4800 solid;
    border-radius: 50px;
}

/*
.navbar-expand-lg .navbar-nav .nav-Btn:hover {
  background-color: #ff4800; color: #fff;
}
*/

.dropdown-toggle::after {
    border: none;
    width: 12px;
    height: 6px;
    background: url(../images/ic_arrow.png) center no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.navbar-brand {
}

.navbar-brand img {
}

.mainContent {
    padding: 15px 0px 30px;
}

.titleSelect {
    font-size: 20px;
    font-weight: 500;
    color: #505050;
    border: none;
}
.titleSelect option {
    font-size: 14px;
    font-weight: 500;
}

.searchCol {
    display: flex;
    width: 250px;
    margin-left: auto;
}
.searchCol input {
    width: 100%;
    border: none;
    border-bottom: 1px #707070 solid;
}
.searchCol button {
    color: #707070;
    padding: 5px;
    background: transparent;
    border: none;
    border-bottom: 1px #707070 solid;
}

.sideNavBar {
    width: 100%;
    padding: 25px 10px;
    background: #d8eeff;
    border-radius: 20px;
}
.sideNavBar .h6,
.sideNavBar .h6,
.sideNavBar h6 {
    font-size: 17px;
    font-weight: 700;
    padding: 5px 8px;
    display: block;
    color: #000000;
}
.sideNavBar .active {
    color: #fff;
    background-color: #0a105c;
    border-radius: 50px;
}
.sideNavBar .sideNav:last-child {
    margin-bottom: 0px;
}
.sideNav {
    margin-bottom: 25px;
}
.sideNav li {
}
.sideNav li a {
    font-weight: 500;
    padding: 2px 8px;
}

.sideNavBarFooter {
    padding: 8px;
}
.sideNavBarFooter p:last-child {
    margin-bottom: 0;
}

.actionBtnTd {
}
.actionBtnTd button {
    background: transparent;
    border: none;
    padding: 5px;
}
.actionBtnTd button:hover {
    color: #ff4800;
}

/* .table {
}
.table thead {
}
.table tr {
}
.table tr th {
    background-color: #dcffec;
}
.table tbody {
}
.table tbody tr {
} */
.table tbody td {
    vertical-align: middle;
    padding: 8px;
	font-weight:600 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #f6f6f6;
}
.table-hover tbody tr:hover {
    background-color: #f1f1f1;
}

.wrap_600 {
    width: 100%;
    max-width: 600px;
}

.formRow {
    display: flex;
    margin-bottom: 20px;
}
.formRow .labelCol {
    min-width: 170px;
    font-weight: 800;
    text-align: right;
    padding-right: 15px;
    margin: 5px 0px;
	color:#000;
	font-size: 15px;
}
.formRow .fieldCol {
    width: 100%;
}
.formRow .row {
    margin-left: -5px;
    margin-right: -5px;
}
.formRow .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

select,
input[type="text"],
input[type="date"] {
    width: 100%;
    border: none;
    border-bottom: 1px #707070 solid;
    padding: 5px 8px;
    background-color: transparent;
}
textarea {
    background-color: #f6f6f6;
    width: 100%;
    border-radius: 15px;
    min-height: 130px;
    border: none;
    padding: 5px 10px;
    resize: none;
	font-weight:600;
}

.btn {
    color: #fff;
    font-weight: 500;
    padding: 8px 15px;
    background: #0a105c;
    border: none;
    border-radius: 50px;
    min-width: 120px;
    text-align: center;
}
.btn:hover {
    color: #fff;
    background-color: #406e2e;
}
.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 17px;
}
.navbar-expand-lg .navbar-nav .nav-Btn {
    border: 0px #ff4800 solid;
    border-radius: 50px;
}

footer {
    padding: 25px 0px;
    background-color: #fff;
    text-align: center;
}
.footerLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
}
.footerLinks li {
    padding: 5px 10px;
    margin-bottom: 5px;
}
.footerLinks li a {
    font-weight: 700;
}
.copyRight {
    opacity: 0.8;
    margin: 0;
    text-align: center;
    width: 100%;
}

option.dis {
    color: red;
    font-weight: 500;
}

.dCate {
    display: flex;
    flex-wrap: wrap;
}
.dCate li {
    background-color: #d8eeff;
}
.dCate li:last-child {
    border-radius: 0px 50px 50px 0px;
}
.dCate li .active {
    color: #fff;
    background-color: #96a63c;
}
.dCate li a {
    color: #96a63c;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 0px 50px 50px 0px;
    border-right: 1px #fff solid;
}
.dCate li a:hover {
    color: #406e2e;
}
.dCate li .active:hover {
    color: #fff;
    background-color: #406e2e;
}

.selectBtn {
    color: #fff;
    font-weight: 500;
    padding: 5px 15px;
    background-color: #96a63c;
    border: none;
    border-radius: 50px;
    width: auto;
}

.labelList,
.labelList_BG {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.labelList li,
.labelList_BG li {
    font-size: 12px;
    border: 1px #707070 solid;
    border-radius: 50px;
    padding: 3px 10px;
    margin: 5px 8px;
    margin-left: 0px;
    font-weight: 700;
}

.labelList_BG {
    margin-bottom: 0px;
}
.labelList_BG li {
    border: none;
}
.labelList_BG li:nth-child(1) {
    background: #fbf49c;
    width: 120px;
}
.labelList_BG li:nth-child(2) {
    background: #dcffeb;
    width: 60px;
}
.labelList_BG li:nth-child(3) {
    background: #c3e5ff;
    width: 110px;
}

.hisList {
}
.hisList > li {
    display: flex;
    margin: 15px 0px 30px;
}
.imgHold__ {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    object-fit: cover;
}
.imgHold__ img {
    min-height: 100%;
    object-fit: cover;
}
.hisList .textHold__ {
    width: 100%;
    padding-left: 15px;
}

.date_ {
    font-weight: 500;
}
.name_ {
}

.networkList {
}
.networkList li {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}
.networkList .name_ {
    padding-left: 15px;
    font-weight: 500;
    font-size: 16px;
}

.CommentsList {
}
.CommentsList li {
    display: flex;
    margin: 10px 0px;
}
.CommentsList .textHold__ {
    padding-left: 15px;
    width: 100%;
}
.CommentsList .textHold__ p {
    margin-bottom: 8px;
}

.ReportList {
    display: flex;
    flex-wrap: wrap;
}
.ReportList li {
    padding: 5px;
    width: 150px;
}

.cardBg {
    padding: 20px 15px;
    background-color: #f8f8f8;
}

.userCard .formRow .labelCol {
    min-width: 100px;
}
.userCard .userImg__ {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f1f1f1;
    display: block;
    margin: 15px auto 30px;
}
.userCard .userImg__ img {
    object-fit: cover;
    min-height: 100%;
}

.messageCol {
    height: 340px;
    overflow-x: auto;
    padding-right: 10px;
}
.messageCol::-webkit-scrollbar,
.cardChatBody::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.messageCol::-webkit-scrollbar-track,
.cardChatBody::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.messageCol::-webkit-scrollbar-thumb,
.cardChatBody::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.messageCol::-webkit-scrollbar-thumb:hover,
.cardChatBody::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.messageCol > li {
    display: flex;
    margin-bottom: 15px;
}
.messageCol .imgHold__ {
    background-color: #595959;
}
.messageCol .textHold__ {
    width: 100%;
    padding-left: 15px;
}
.msg_textHead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}
.msg_textHead .msg_by {
    font-weight: bold;
    padding-right: 10px;
}
.msg_textHead .msg_time {
    opacity: 0.6;
}
.msg_text {
    position: relative;
    padding-right: 25px;
}
.msg_text p {
    opacity: 0.6;
    margin: 0;
}
.msg_text .msg_count {
    position: absolute;
    font-size: 12px;
    bottom: 0;
    right: 0;
    background-color: #97a63d;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.cardChat {
    background-color: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
}
.cardChatHead {
    display: flex;
    align-items: center;
    background-color: #96a53c;
    border-radius: 10px;
    padding: 10px;
}
.cardChatHead button {
    color: #fff;
    border: none;
    background-color: transparent;
}
.cardChatHead .msgBack {
}
.cardChatHead .msg_by {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.cardChatHead .msg_by .imgHold__ {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #fff;
}
.cardChatHead .msg_by .nameHold__ {
    font-weight: 600;
    color: #fff;
    padding-left: 10px;
}
.cardChatHead .msg_option {
    display: flex;
}
.cardChatHead .msg_option button {
    padding: 5px;
    margin: 0px 4px;
}
.cardChatHead .dropdown-toggle::after {
    display: none;
}

.cardChatBody {
    padding: 10px;
    margin: 8px;
    height: 350px;
    overflow-x: auto;
}
.cardChatBody .msg_From,
.cardChatBody .msg_Me {
    margin-bottom: 20px;
    width: 100%;
    max-width: 80%;
}
.cardChatBody .msg_From {
    color: #446b36;
}
.cardChatBody .msg_Me {
    color: #a9a9a9;
    text-align: right;
    margin-left: auto;
}
.cardChatBottom {
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    margin: 0 auto 15px;
}
.msgOption {
    display: flex;
    align-items: center;
    border: 1px #707070 solid;
    padding: 8px 10px;
    border-radius: 100px;
}
.msgOption input {
    width: 100%;
    border: none;
    font-weight: 500;
}
.msgOption button {
    padding: 5px;
    border: none;
    background-color: transparent;
    margin: 0px 2px;
}
.msgOption button:hover {
    color: #96a53c;
}
.msgSend {
    padding-left: 4px;
}
.msgSend button {
    width: 49px;
    height: 49px;
    border: 1px #707070 solid;
    border-radius: 100px;
    padding: 5px;
    background-color: transparent;
}
.msgSend button:hover {
    color: #fff;
    background-color: #96a53c;
    border-color: #96a53c;
}

h3.home_title {
    font-size: 45px;
    font-weight: 400;
}
.vertical-align-center .row {
    display: flex;
    align-items: center !important;
}
.bg-color-1 {
    background: #DCFFEC;
}
.pt-4, .pl-4 {
    padding-left: 8%;
    padding-top: 3%;
}
.bg-color-2 {
    background: #D8EEFF;
}



.number p span {
    background: aliceblue;
    padding: 6px 16px;
    border-radius: 50px;
        margin-left: 5px;
}

.number p {
    padding-right: 20px;
}
.number {
    display: flex;
    padding: 16px 0px;
    align-items: center !important;
}

td.list-Img img {
    width: 41px;
    border-radius: 100%;
}
td.action a {
    padding: 5px;
}

table.list-pg tr td {
    padding: 5px 0px 0px 14px;
}
table.list-pg tr th {
	background: #c2e4f7 !important;
	color: #000 !important;
	font-weight:700 !important; 
	
} 

.navbar-brand img {
    width: 38%;
}