.dashboard-body {
    width: calc(100vw - 270px);
    margin-left: 270px;
    position: relative;
    padding: 70px 0 60px;
}
.sidebar-wrap {
    width: 270px;
    position: fixed;
    z-index: 1;
	top: 0;
	left: 0;

}
.dashboard-wrap {
    display: flex;
    height: calc(100vh - 60px) !important;
}

.dashboard-wrap .full-row {
    padding: 0 10px 20px;
}
.dashboard-wrap .navbar-expand-lg .navbar-toggler {
    display: block;
}

.footer-dash {
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 9;
}

.user-option a.dropdown-toggle i {
    font-size: 12px;
}

.dashboard-wrap header.header-unfix {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-left: 270px;
    z-index: 9;
}
/*===============================================================================
Deshboard Style Start
==================================================================================*/
.nav-light .navbar-nav .nav-link {
	color: var(--text-light-color);
}
.dashboard-nav .db-dropdown-menu li .nav-link {
	padding: 10px 20px;
}
.dashboard-nav .db-dropdown-menu li:last-child .nav-link {
	padding-bottom: 20px;
}
.dashboard-nav .navbar-nav .nav-link {
	font-size: 13px;
	padding: 10px 20px;
	border-left: 3px solid;
	border-color: transparent;
	position: relative;
}
.dashboard-nav .navbar-nav .nav-link:hover {
	color: #FFF;
}
.dashboard-nav .navbar-nav>.nav-item>.nav-link:hover {
	border-left: 3px solid;
	border-color: var(--theme-primary-color);
	background: var(--theme-extra-color);
}
.dashboard-nav .navbar-nav .nav-item.active>.nav-link {
	color: #FFF;
}
.dashboard-nav .navbar-nav>.nav-item.active>.nav-link {
	border-left: 3px solid;
	border-color: var(--theme-primary-color);
	background: var(--theme-extra-color);
}
.dashboard-nav .db-dropdown-menu>li>.nav-link {
	border-left: 3px solid;
	border-color: var(--theme-primary-color);
	background: var(--theme-extra-color);
}
.dashboard-nav .db-dropdown-menu {
	display: none;
}
.dashboard-nav .navbar-nav .db-dropdown .nav-link.dropdown-toggle:after {
	transform: translateY(-50%) rotate(90deg);
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 10px;
	top: 50%;
	right: 20px;
	display: block;
	border: none;
}
.user-option img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 10px;
}
.ball::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #fff;
	left: 15px;
	top: 35px;
	opacity: 0.3;
}
.msg-history, .active-chat-list {
    height: calc(100vh - 350px);
    overflow-y: scroll;
}
.msg-history li,
.active-chat-list li {
    display: flex;
    padding: 10px 0;
    align-items: center;
}
.msg-history li {
    align-items: flex-start;
    width: 75%
}
.msg-history li .avata {
    flex-shrink: 0
}
.active-chat-list li .chat-time {
    font-size: 13px;
}
.active-chat-list li.new-message .chat-time,
.active-chat-list li.new-message .chat-info {
    font-weight: 600;
    color: var(--theme-dark-color)
}
.active-chat-list li {
    min-width: 100%;
    line-height: 20px;
    cursor: pointer;
}
.msg-history li .avata,
.active-chat-list li .avata {
	position: relative;
	cursor: pointer;
	margin-right: 10px;
}
.active-chat-list li img {
    width: 50px;
    height: 50px;
}
.active-chat-list li .user-status {
	position: absolute;
    top: 32px;
    left: 35px;
}
.use-on-chat .chat-body {
    width: 100%
}

.active-chat-list li .user-status i {
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: 11px;
}
.active-chat-list li .un-read {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: var(--theme-primary-color);
    text-align: center;
    line-height: 19px;
    margin-left: auto;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}
.chatbox-head img {
	width: 70px;
	height: 70px;
}
.msg-history li.msg-replayer {
    flex-direction: row-reverse;
    margin-left: auto;
}
.msg-history li.msg-replayer .avata {
    margin-right: 0;
    margin-left: 10px;
}
.msg-history li.msg-replayer .chat-info {
    text-align: right;
}
.msg-history li .avata img {
	width: 40px;
	height: 40px
}
.chatbox-head .user-status {
	position: absolute;
	top: 50px;
	left: 50px;
}
.chatbox-head .user-status i {
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: 12px;
}
.chat-write-box button {
	position: absolute;
	right: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.chat-write-box input {
	padding-right: 105px !important;
}
.chat-write-box textarea {
    resize: none;
    padding-right: 115px;
}
.items-list tr {
	border-bottom: 10px solid #ececec;
	background-color: #fff
}
.items-list.bg-transparent tr {
	background-color: transparent;
	border-bottom: 1px solid #ececec;
}
.items-list tr td,
.items-list tr th {
	padding: 20px;
	font-weight: 400;
}
.items-list td img {
	width: 90px;
	float: left;
	margin-right: 15px;
}
.media-upload li.col {
	position: relative
}
.media-upload a {
	position: absolute;
	top: 10px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	display: block;
	background: var(--theme-primary-color);
	padding: 5px 8px;
	font-size: 11px;
	border-radius: 3px;
}
.fileupload_label {
	background: transparent;
	cursor: pointer;
	font-weight: 400;
	padding: 70px 0;
	text-align: center;
	background: var(--theme-light-color);
	width: 100%;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fileupload_label:hover {
	background: rgba(144, 201, 35, 0.05);
	border-color: rgba(144, 201, 35, 0.7);
}
.wrap-custom-file {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	text-align: center;
}
.wrap-custom-file input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	overflow: hidden;
	opacity: 0;
}
.wrap-custom-file label {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	background-color: var(--theme-light-color);
	background-size: cover;
	border-radius: 5px;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.wrap-custom-file label span {
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
	bottom: 20px;
	color: #484848;
	font-size: 14px;
	line-height: 2.2;
	height: 40px;
	line-height: 41px;
	left: 20px;
	position: absolute;
	width: 120px;
}
.compare-chart-classic .table tr th {
	background-color: var(--theme-light-color);
}
.compare-chart-classic .table tr th,
.compare-chart-classic .table tr td {
	border-color: var(--theme-gray-color)
}
.dashboard-nav-area {
	height: 100vh;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
label.d-ruby {
    width: 200px;
    padding: 0 15px;
}

.sidebar-wrap .navbar-brand h3 {
    padding: 14px 0 0;
    text-align: center;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

@media screen and (max-width: 991px) {
	.dashboard-body {
		width: calc(100vw - 60px);
		margin-left: 60px;
		padding: 45px 0;
	}
	.dashboard-wrap {
		height: calc(100vh - 0px) !important;
	}
	.sidebar-wrap {
		width: 60px;
	
	}
	.sidebar-wrap .navbar-brand h3 {
		
		width: 20px;
		overflow: hidden;
	}
	.dashboard-wrap header.header-unfix {
		margin-left: 60px;
	}
	.dashboard-nav .navbar-nav .nav-link span{
		display: none;
	}
}
.plus-icon {
    font-size: 14px;
}
.user-review .card-body {
    padding: 30px;
}

.dropdown-toggle {
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Sen', sans-serif;
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    color: #ff5a3c;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    line-height: 55px;
}
.navbar-nav ul.dropdown-menu {
	min-width: 200px;
	background-color: #fff;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
	
	border: 0;
	border-top: 1px solid;
	border-color: var(--theme-light-color);
	border-radius: 3px;
	left: -52px;
	top: 100%;
	margin-top: 0;
}