body {
    display: flex;
    height: 100vh;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #444;

}
p {
    font-size: 14px;
    color: #444;
    font-family: "Montserrat", sans-serif;
}
a {
	color: #F2B10F;
    text-decoration: none;
}
img {
    max-width: 100%;
}

.form-control {
	background: #fff;
	color: #444;
	font-size: 12px;
	border-radius: 10px;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	min-height: 40px;
}
.form-select:focus,
.form-control:focus { 
	border-color: #f0dfc9;
	box-shadow: none;
}
.form-check-input:focus {
	box-shadow: none;
}
.form-select {
	font-size: 12px;
	min-height: 40px;
	border-radius: 10px;
	cursor: pointer;
}
  .form-control[type="file"] {
        min-height: auto;
    }
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.border-dashed {
    border: 1px dashed #dbdfe9;
}
.shadow {
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.12) !important;
}
.text-brown {
	color: #F2B10F;
}
.text-yellow {
	color: #f2b10f;
}

.custom-card {
	border: 1px solid #efefef;
	box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
}
.sidebar {
	height: 100%;
	width: 320px;
	position: fixed;
	top: 0;
	left: 0;
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
}

.sidebar.collapsed {
    transform: translateX(-250px);
}

.sidebar-logo {
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
	padding: 13px 15px;
	margin-bottom: 20px;
}
.sidebar .nav {
    min-height: calc(100% - 155px);
    overflow: auto;
}


.sidebar .nav .nav-item {
    margin-bottom: 5px;
    width: 100%;
}
.sidebar .nav-link {
    color: #444;
    font-size: 14px;
    padding-left: 15px;
}
.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    color: #fff;
  background: #f2b10f;
}
.sidebar .nav-link i {
    color: #f2b10f;
}
.sidebar .nav-link:hover i,
.sidebar .nav-link.active i {
	color:#fff;
}

  .sidebar .nav .nav-item>ul {
        background: #f2b10f17;
    }
    .sidebar ul ul .nav-link {
        font-size: 13px;
    }
    .sidebar ul ul .nav-link:hover,
    .sidebar ul ul .nav-link.active {
        background: transparent;
        color: inherit;
    }
    .sidebar ul ul .nav-link:hover i,
    .sidebar ul ul .nav-link.active i,
    .sidebar ul ul li.active .nav-link i {
        color: #f2b10f;
    }
    /* .sidebar ul ul li {
        background-color: #f2b10f;
    } */
    .sidebar ul ul li:hover,
    .sidebar ul ul li.active {
        background-color: #f2b10f;
    }
    .sidebar ul ul li:hover .nav-link,
    .sidebar ul ul li.active .nav-link {
        color: #fff;
    }
    .sidebar ul ul li:hover .nav-link i,
    .sidebar ul ul li.active .nav-link i {
        color: #fff;
    }
    .sidebar ul ul li .edit-category-btn:hover,
    .sidebar ul ul li .delete-data:hover {
        color: #000 !important;
    }
    .sidebar ul ul li:hover .edit-category-btn,
    .sidebar ul ul li:hover .delete-data,
    .sidebar ul ul li.active .edit-category-btn,
    .sidebar ul ul li.active .delete-data {
        color: #fff;
    }
    .sidebar ul ul li i.fa-circle {
        font-size: 6px;
        margin-top: 7px;
    }
    #sidebar-toggle {
        background: #F2B10F;
        color: #fff;
        font-size: 14px;
        padding: 5px 10px;
    }




.main-content {
    margin-left: 310px;
    padding: 42px 1rem 1rem 1rem; 
    width: 100%;
}

.header {
	background: white;
	position: fixed;
	top: 0;
	left: 340px;
	right: 0;
	transition: left 0.3s ease;
	z-index: 999;
	padding-top: 8px;
    padding-bottom: 5px;
}

.breadcrumb-item {
    font-size: 13px;
  }
  .breadcrumb-item a {
    color: #F2B10F;
    text-decoration: navajowhite;
  }

  .header-right-info .fa-bell{
    color: #F2B10F;
  }


  .dropdown-menu {
    padding:5px 0;
    border:0;
    border-radius:10px;
    background:#fff;
    box-shadow: 0px 0px 7px 1px #ececec;
}
.dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid #EFEFEF;
}

.dropdown-item {
	padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.dropdown-item i {
	color: #F2B10F;
}
.dropdown-menu li a.dropdown-item:hover {
	color: #F2B10F;
	background-color: transparent;
}

.user-dropdown .nav-link {
    font-size: 13px;
}
.avatar-name {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #F2B10F;
	border-radius: 50%;
	text-align: center;
	margin-right: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
    text-transform: uppercase;
}

.avatar-name img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 50%;
}


.iti {
    width: 100%;
}
.main-title h1 {
	font-size: 24px;
	letter-spacing: 0;
	color: #444;
	margin: 0;
	font-weight: normal;
}
  .main-title p {
    font-weight: 300;
    font-size: 14px;
    color: #464646;
  }

  .dash-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    padding: 20px;
    border:1px solid #f0f0f0;
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
    border-radius:20px;
}
.dash-card .icon {
	width: 60px;
	height: 60px;
	background: #F2B10F;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dash-card h5 {
	font-size: 30px;
	font-weight: 700;
    margin: 0;
    color: #F2B10F;
}
.dash-card .info {
	font-size: 14px;
	color: #444;
}

.dash-card .btn {
    font-size: 12px;
    background: #F2B10F;
	color: #fff;
}
.dash-card .btn:hover {
	background: transparent;
	color: #444;
	border: 1px solid #bdbdbd;
}

@media (max-width: 768px) {
    .sidebar {
        width: 250px;
        z-index: 9999;
        left: -250px;
    }

    .sidebar.collapsed {
        transform: translateX(250px);
    }

    .header {
        left: 0px;
    }

    .main-content {
        margin-left: 0px;
    }
}



.btn-primary {
	--bs-btn-bg: #F2B10F;
	--bs-btn-border-color: #F2B10F;
	--bs-btn-hover-bg: #fff;
	--bs-btn-hover-border-color: #fff;
	--bs-btn-active-bg: #fff;
	--bs-btn-active-border-color: #333;
	--bs-btn-disabled-bg: #fff;
	--bs-btn-disabled-border-color: #F2B10F;
}
.btn-primary:hover {
	background-color: #fff;
  color: #444;
  border: 1px solid #bdbdbd;
}
.table-container {
    min-height: 450px;
    width: 100%;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > * {
	--bs-table-bg-type: #f8f9fa;
}
.table-bordered th:first-child,
.table-bordered td:first-child {
	border-left: 0;
}
.table-bordered th:last-child,
.table-bordered td:last-child {
	border-right: 0;
}
.table-toolbar {
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    align-items: center;
}
.table-actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5px;
}
.search-bar {
	max-width: 260px;
}
.search-bar .form-control {
	font-size: 12px;
	height: 38px;
    padding-right: 30px;
    background: #f8f9fa9c;
}
.search-bar i {
	position: absolute;
	right: 10px;
	top: 13px;
	color: #f2b10f;
}
table {
    font-size: 13px;
    font-weight: 300;
}
table th {
	font-weight: 500;
	background: #f1b00e2b !important;
	color: #444 !important;
}
table td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.actions {
    text-align: center;
    width: 160px;
}
.actions .btn {
	--bs-btn-padding-x: 5px;
	--bs-btn-padding-y: 0;
}
.actions .btn {
    color:#444;
    font-size: 13px;
}
.actions .btn:hover {
	color: #f2b10f;
}
th.status {
	width: 150px;
}
th.file {
	width: 110px;
}
.serial {
    max-width: 80px;
	width: 80px;
	text-align: center;
}
td .badge {
	min-width: 65px;
}
.file-icon-size {
	width: 25px;
}
.draft.text-bg-light {
	background-color: RGB(215, 215, 215) !important;
}



.form-bg {
        background: #dbebff;
}
.form-bg .heading {
    color: #F2B10F;
}
.form-group label {
	font-size: 14px;
	color: #5e5e5e;
	margin-bottom: 5px;
}
/* .form-group .form-control {
	border-bottom: 2px solid #e6e6e6;
    border-color: #f0dfc9;
	font-size: 13px;
	height: 42px;
} */
.form-control::placeholder {
    color: rgb(138, 138, 138);
    opacity: 1; /* Firefox */
  }

  .form-control::-ms-input-placeholder { /* Edge 12-18 */
    color: rgb(138, 138, 138);
  }


  div#pagination-section {
    margin-top: 40px;
    margin-bottom: 40px;
}
    ul.pagination {
        justify-content: center;
    }
    .active>.page-link {
        background-color: #F2B10F;
        border-color: #F2B10F;
    }
    .page-link {
        color: #F2B10F;
    }
    .page-link:hover {
        color: #F2B10F;
    }
    .active .page-link:hover  {
        color: #fff;
    }
    .page-link:focus {
        box-shadow: none;
        color: inherit;
    }

    .profile-img-outer {
        width: 150px;
        height: 150px;
    }
    #image_preview {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .form-check-input:checked {
        background-color: #f1b00e;
        border-color: #f1b00e;
    }

    .status-btn i {
        color: #bdbdbd;
    }
     .status-btn.change_status i {
        color: #444;
    }
    .status-btn.change_status:hover i {
        color: #F2B10F;
    }
    /* .status-btn:hover i {
            color: #f1b00e;
        }
    */




    .chat-app .people-list {
        width: 320px;
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        z-index: 7
    }
    
    .chat-app .chat {
        margin-left: 320px;
        border-left: 1px solid #eaeaea
    }
    .chat-list {
        height: calc(100vh - 215px);
        overflow: auto;
    }
    .people-list {
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s
    }
    
    .people-list .chat-list li {
        padding: 8px 10px;
        list-style: none;
        border-radius: 10px;
        align-items: center;
        display: flex;
    }
    
    .people-list .chat-list li:hover {
        background: #f2b10f26;
        cursor: pointer
    }
    
    .people-list .chat-list li.active {
        background: #f2b10f26
    }
    
    .people-list .chat-list li .name {
        font-size: 13px
    }
    
    .people-list .chat-list img {
        width: 45px;
    }
    
    .people-list img {
        float: left;
    }
    
    .people-list .about {
        float: left;
        padding-left: 8px
    }
    
    .people-list .status {
        color: #999;
        font-size: 11px
    }
    
    .chat .chat-header {
        padding: 15px 20px;
        border-bottom: 1px solid #f4f7f6
    }
    
    .chat .chat-header img {
        float: left;
        width: 40px
    }
    
    .chat .chat-header .chat-about {
        float: left;
        padding-left: 10px
    }
    
    .chat .chat-history {
        padding: 20px;
        border-bottom: 2px solid #fff;
        height: calc(100vh - 290px);
        overflow: auto;
    }
    
    .chat .chat-history ul {
        padding: 0
    }
    
    .chat .chat-history ul li {
        list-style: none;
        margin-bottom: 30px
    }
    
    .chat .chat-history ul li:last-child {
        margin-bottom: 0px
    }
    
    .chat .chat-history .message-data {
        margin-bottom: 15px
    }
    
    .chat .chat-history .message-data img {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }
    
    .chat .chat-history .message-data-time {
        color: #797979;
        padding-left: 6px;
        font-size: 11px;
    }
    
    .chat .chat-history .message {
        color: #444;
        padding: 10px 15px;
        line-height: 1.2;
        font-size: 13px;
        border-radius: 7px;
        display: inline-block;
        position: relative;
    }
    
    .chat .chat-history .message:after {
        bottom: 100%;
        left: 7%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px
    }
    
    .chat .chat-history .my-message {
        background: #efefef
    }
    
    .chat .chat-history .my-message:after {
        bottom: 100%;
        left: 30px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #efefef;
        border-width: 10px;
        margin-left: -10px
    }
    
    .chat .chat-history .other-message {
        background: #e8f1f3;
        text-align: right
    }
    
    .chat .chat-history .other-message:after {
        border-bottom-color: #e8f1f3;
        left: 93%
    }
    
    .chat .chat-message {
        padding: 15px;
        background: #fbf1d8;
        border-top: 1px solid #e6e6e6;
    }
    .chat-message .form-control {
        border-radius: 50px;
        padding-top: 18px;
        height: 60px;
        padding-left: 30px;
        font-size: 14px;
    }
    .send-btn {
        width: 50px;
        height: 50px;
        display: inline-block;
        background: #f2b10f;
        border-radius: 50%;
        margin-left: 15px;
    }
    
    .online,
    .offline,
    .me {
        margin-right: 2px;
        font-size: 8px;
        vertical-align: middle
    }
    
    .online {
        color: #86c541
    }
    
    .offline {
        color: #e47297
    }
    
    .me {
        color: #1d8ecd
    }
    
    .float-right {
        float: right
    }
    
    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }
    
    @media only screen and (max-width: 767px) {
        .chat-app .people-list {
            height: 465px;
            width: 100%;
            overflow-x: auto;
            background: #fff;
            left: -400px;
            display: none
        }
        .chat-app .people-list.open {
            left: 0
        }
        .chat-app .chat {
            margin: 0
        }
        .chat-app .chat .chat-header {
            border-radius: 0.55rem 0.55rem 0 0
        }
        .chat-app .chat-history {
            height: 300px;
            overflow-x: auto
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 992px) {
        .chat-app .chat-list {
            height: 650px;
            overflow-x: auto
        }
        .chat-app .chat-history {
            height: 600px;
            overflow-x: auto
        }
    }
    
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
        .chat-app .chat-list {
            height: 480px;
            overflow-x: auto
        }
        .chat-app .chat-history {
            height: calc(100vh - 350px);
            overflow-x: auto
        }
    }
    /* Chat End */