@font-face {
  font-family: 'Fira Sans';
  src: local('Fira Sans'),
     url(/fonts/fira-sans-regular.woff2?adf4b1df34bccf750491cc0a870715e8) format('woff2'),
     url(/fonts/fira-sans-regular.woff?2bd791e07d6348ce2c90f6b45fc37f6f) format('woff');
  font-weight: normal;
  font-style: normal;
  }
@font-face {
  font-family: 'Fira Sans';
  src: local('Fira Sans Bold'),
     url(/fonts/fira-sans-bold.woff2?210844a88a9dab10d04215b0964d1031) format('woff2'),
     url(/fonts/fira-sans-bold.woff?3e91508a62042a1ddee2766f0e59beaf) format('woff');
  font-weight: bold;
  font-style: normal;
  }

html {
	font-size: 14px;
}
body {
	margin: 0;
	font-family: "Fira Sans",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	text-align: left;
	background-color: #181f27;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.8rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-gray-custom {
	color: #fff;
	background: #282f36 linear-gradient(180deg, #282f36, #262d34) repeat-x;
	border-color: #282f36;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.dz-default {
	color: #282f36;
}
.container-fluid {
	max-width: 1140px;
}
.text-primary {
	color: #e5bf5e!important;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #36404d;
	background-clip: padding-box;
	border: 1px solid #36404d;
	border-radius: 0.25rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .175);
}
.custom-control-label::before {
	width: 1.1rem;
	height: 1.1rem;
}

.btn {
	font-weight: bold;
}

.hidden {
    display: none;
}

.btn-gray-custom {
	color: #757e8b;
}
.btn-gray-custom:hover,
.btn-gray-custom:not(:disabled):not(.disabled).active,
.btn-gray-custom:not(:disabled):not(.disabled):active,
.show > .btn-gray-custom.dropdown-toggle {
	background: #e5bf5e linear-gradient(180deg, #e5bf5e, #c6a756) repeat-x;
	border-color: #e5bf5e;
	color: #212529;
}
.btn-gray-custom:hover .text-white {
	color: #212529 !important;
}

.b-min-width-150 {
	min-width: 150px;
}

.b-table-wrap {
	overflow: auto;
}

.table {
	font-size: 13px;
	color: #b2bccb;
}

.table thead th {
	border: none;
}

.b-header {
	background: #11181f;
}

.b-header-logo {
  display: block;
  width: 244px;
	max-width: 75%;
  height: 59px;
  line-height: 0;
  font-size: 0;
  background: url(/images/logo.svg?4538efbba0fd533adf6faaf7fa02ff8f) no-repeat 0 0;
  color: transparent;
  }

.b-small-logo {
	display: block;
  width: 161px;
  height: 39px;
  line-height: 0;
  font-size: 0;
  background: url(/images/logo.svg?4538efbba0fd533adf6faaf7fa02ff8f) no-repeat 0 0;
  color: transparent;
}

.b-user-pic {
	margin: -2px 0;
}

.nounderline {
	text-decoration: none!important;
}

.nav-filter {
	background: #505a68;
}

.border-dotted {
	border-style: dotted;
}

.form-control:disabled,
.form-control[readonly] {
	opacity: .5;
}

.card-footer {
	background: #2d3540;
}

.b-toggle-text.collapsing {
	display: none;
	transition: none;
	}


.thumb-list-link,
.thumb-list-item,
.thumb-list-add {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
}
.thumb-list-link,
.thumb-list-item {
	background: #1c232c;
}
.thumb-list-item {
	position: relative;
}
.thumb-list-link {
	opacity: .8;

}
.thumb-list-link:hover {
	opacity: 1;
}
.thumb-list-add {
	font-size: 30px;
	border: 1px solid #262d35;
	background: #262d35;
	color: #6e7a8a;
}
.thumb-list-add:hover {
	text-decoration: none;
	color: #d4a222;
}
.thumb-list-img {
	max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}
.thumb-list-close {
	position: absolute;
	top: 0;
	right: 0;
	margin: -8px -8px 0 0;
	padding: 0;
	height: 16px;
	width: 16px;
	font-size: 19px;
	line-height: 18px;
	background: #232a31;
	border: 0;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
}
.thumb-list-close:hover {
	color: #d4a222;
}
.thumb-list-close:focus {
	outline: none;
}

.b-tabbar {
	z-index: 1;
	position: relative;
	background: #3b4757;
}

.b-tab {
	font-size: 13px;
	font-weight: bold;
	border-left: 1px solid #272e35;
	background: #343d49;
	color: #b2bccb;
}
.b-tab:first-child {
	border-left: none;
	border-top-left-radius: .25rem!important;
}
.b-tab:last-child {
	border-top-right-radius: .25rem!important;
}
.b-tab.active {
	z-index: 1;
	position: relative;
	background: #3b4757;
	color: #fff;
}
.b-tab:hover {
	text-decoration: none;
	color: #fff;
}
.b-tab-svg {
	width: 35px;
	height: 35px;
	fill: #6e7a8a;
}
.b-tab:hover > .b-tab-svg,
.b-tab.active > .b-tab-svg {
	fill: #d9ae52;
}

.b-panel {
	position: relative;
	border: 1px solid #424d5b;
}
.b-panel-title {
	position: absolute;
	bottom: 100%;
	margin: 0 0 -10px -4px;
	padding: 0 4px;
	font-weight: bold;
}
.b-panel-text {
	line-height: 13px;
	font-size: 11px;
	color: #b2bccb;
}
.b-upload-input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.b-tab-block {
	position: relative;
	background: #36404d linear-gradient(180deg, #3b4757, #36404d) repeat-x;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.hr-spacer {
	border-color: #526073;
}

.b-sidebar-list {
	max-height: 500px;
	overflow: auto;
}
.b-sidebar-list-item {
	margin-top: -1px;
	position: relative;
	color: #b2bccb;
}
.b-sidebar-list-item:hover {
	text-decoration: none;
	color: #b2bccb;
}
.b-sidebar-list-item:hover,
.b-sidebar-list-item.active {
	margin-bottom: 1px;
	background: #2c343f;
}
.b-sidebar-list-item:hover + .hr-spacer,
.b-sidebar-list-item.active + .hr-spacer {
	display: none;
}

.b-message-content-name {
	font-weight: bold;
	font-size: 17px;
	color: #e5bf5e;
}

.b-content-chat {
	max-height: 500px;
	overflow: auto;
}

.b-chat-message {
	display: flex;
	align-items: flex-start;
}
.b-chat-message-content {
	overflow: hidden;
}
.b-chat-message-content-text {
	width: 390px;
	max-width: 100%;
	font-size: 13px;
	line-height: 19px;
	background: #455163;
}
.b-chat-message-content-date {
	margin-top: 5px;
	font-size: 12px;
	color: #778499;
}
.b-chat-message.b-my {
	justify-content: flex-end;
	}
.b-chat-message.b-my .b-chat-message-content-text {
	background: #dfe5ed;
	color: #2c343f;
}

.modal-header {
	border-bottom-style: dotted;
}
.modal-footer {
	background: #4a5563;
}
.b-modal .form-control-lg {
	font-size: 1rem;
}
.b-modal-text {
	line-height: 16px;
	font-size: 12px;
	color: #757e8b;
}
.b-modal-close {
	line-height: 24px;
	font-size: 36px;
	font-weight: normal;
}

.b-login-logo {
  width: 360px;
  height: 87px;
  line-height: 0;
  font-size: 0;
  background: url(/images/logo.svg?4538efbba0fd533adf6faaf7fa02ff8f) no-repeat 0 0;
  color: transparent;
}

.b-card-toggle {
	background: #3f4957 linear-gradient(to bottom, #4a5563 0%,#3f4957 16%);
	border-color: transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.b-card-toggle.active {
	border-color: #e5bf5e;
	box-shadow: 0 0 32px rgba(0, 0, 0, .5);
}
.b-card-toggle-wrap {
	display: block;
	background: url(/images/card-toggle-bg.svg?621e7706b728287c19134cd230627feb) no-repeat right bottom -20px;
	background-size: 50% 50%;
}
.b-card-toggle-text {
	line-height: 26px;
}
.b-card-toggle-control {
	display: none;
}
.b-card-toggle-footer {
	background: #4a5563;
}

.tooltip-inner {
	background: #000;
}
.bs-tooltip-top .arrow::before {
	border-top-color: #000;
}

.b-card {
	background-image: url(/images/card-toggle-bg.svg?621e7706b728287c19134cd230627feb);
	background-repeat: no-repeat;
	background-position: right bottom -2px;
	background-size: 50%;
}

.b-block {
	font-size: 13px;
	background: #3f4957 linear-gradient(to bottom, #4a5563 0%,#3f4957 16%);
	border-color: transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.b-block.b-dark {
	background: #2b333c;
}

.b-badges {
	font-size: 16px;
}

.b-text-wrap {
	white-space: normal;
}

.b-footer {
	line-height: 1.6;
	font-size: 11px;
	background: #0d0e10;
	color: #626b77;
  }
	.b-footer-container {
		background: url(/images/footer-bg.svg?11c61d67936e9efd72d341a2ab373ddf) no-repeat right bottom -10px;
		}
	.b-footer-text {
		line-height: 1.2;
		}
	.footer-title {
		font-size: 12px;
		text-transform: uppercase;
		}
	.b-footer-list {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		}
	.b-footer-list-item {
		line-height: 1.8;
		color: #626b77;
		}

	.b-footer-flag-icon {
		width: 33px;
		height: 25px;
		}

.b-actions {
	position: relative;
}
.b-buttons-group {
	position: absolute;
	bottom: 0;
	right: 0;
}

.b-card-body-header {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.b-button {
	font-weight: bold;
	background: rgba(44, 53, 65, .8);
	border: none;
	color: rgba(230, 235, 242, .8);
	cursor: pointer;
}
.b-button-text {
	display: block;
	line-height: 13px;
	font-size: 13px;
}
.b-button-subtext {
	display: block;
	font-size: 10px;
	line-height: 10px;
}

.nav-tabs .nav-link {
    border: 1px solid #526073;
}

.nav-tabs {
    border-bottom: 1px solid #526073;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #181f27;
    border-color: #343d49 #343d49 #526073;
}

.ck.ck-editor__editable {
    min-height: 150px;
    border: 1px solid #526073 !important;
}

.noUi-horizontal {
    height: 6px;
}

.noUi-connect {
    background: #e5bf5e;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    right: -17px;
    top: -5px;
}

.noUi-handle:after, .noUi-handle:before {
    left: 9px;
    height: 10px;
    top:    0;
}

.noUi-handle:after {
    left: 3px;
    height: 10px;
}

.slider {
    position:relative;
    width:100%;
    background:#fcfcfc;
    border-radius: 0.25rem;
    display:flex;
    align-items:center;

}
.slider {
    margin-top: 28px;
}
.slider p {
    color: #999;
    margin-bottom: 0;
}
.slider-input {
    width: 100%;
    margin-left: 25px;
    margin-right: 10px;
    border: none;
    border-bottom: 1px solid #999;
    padding-left: 10px;
    color: #999;
}
.slider-input:focus-visible, .slider-input:focus {

    border:none;
    outline: none;
    border-bottom: 1px solid #e5bf5e;
}
.slider input[type="range"] {
    -webkit-appearance:none !important;
    width:320px;
    height:2px;
    background:#e5bf5e;
    border:none;
    outline:none;
}
.slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance:none !important;
    width:12px;
    height:12px;
    background:#fcfcfc;
    border:2px solid #e5bf5e;
    border-radius:50%;
    cursor:pointer;
}
.slider input[type="range"]::-webkit-slider-thumb:hover {
    background:#e5bf5e;
}

.iti__country-list {
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #36404d;
    background-clip: padding-box;
    border: 1px solid #36404d;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
}

.chat__area-wrapper {
    background: #36404d linear-gradient(180deg, #3b4757, #36404d) repeat-x;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

.chat-profile--active {
    background: #36404d linear-gradient(180deg, #3b4757, #36404d) repeat-x;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

.chat__people-wrapper {
    background: #36404d linear-gradient(180deg, #3b4757, #36404d) repeat-x;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

.chat__people-wrapper .tab-content {
    background: #36404d linear-gradient(180deg, #3b4757, #36404d) repeat-x;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

.msg-info--active {
    background: #36404d linear-gradient(180deg, #3b4757, #36404d) repeat-x;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

.app-body .chat__area-text {
    background: #343d49 !important;
    border: none;
    box-shadow: none !important;
}

.chat__area-form .emojionearea.txtMessage.emojionearea-inline {
    border-color: #fff!important;
    background-color: #fff;
}

.chat-container__time {
    color: #fff;
}

.app-body .chat__area-header {
    background: #343d49;
}

.chat__people-wrapper-header {
    color: #fff;
}

.chat__no-archive-conversation {
    color: #fff;
}

.chat__area-title {
    color: #fff;
}

.chat__not-selected {
    color: #fff;
}

.open-profile-menu {
    color: #fff;
}

.app-body .chat-profile__column-title {
    color: #fff;
}
.chat-profile__person-last-seen {
    color: #fff;
}

.app-body button.open-report-user-modal {
    color: #fff;
}

.app-body .chat__tab-content {
    border-top: none;
}

.app-body .chat__tab-nav .nav-item a.active {
    border-color: transparent;
    border-bottom-color: #f5981c;
}

.app-body .chat__tab-nav .nav-item a.active:focus {
    border-color: transparent;
    border-bottom-color: #f5981c;
    background: #343d49;
}

.app-body .chat__person-box::before {
    background-color: #f5981c;
}

.chat__person-box-name {
    color: #fff;
}

.chat__person-box .chat__person-box-status {
    border: 2px solid #36404d;
}

.app-body .chat__person-box--active {
    background-color: #343d49;
}

.chat__person-box:hover .chat__person-box-status,
.chat__person-box--active .chat__person-box-status{
    border: 2px solid #fff;
}

.app-body .chat__person-box--active:after {
    border-right: 10px solid #394453;
}

.app-body .chat__person-box:hover {
    background-color: #343d49;
}

.chat__people-wrapper .chat__tab-nav .nav-link.active {
    color: #fff;
    background: #343d49;
}

#single-msg-section {
    color: #fff;
}

.app-body .msg-info__column-title {
    color: #fff;
}

.app-body .chat__text-preview {
    background: #343d49;
    border-top: none;
}
.chat-conversation__sender .chat-container__read-status--read {
    color: #009ef7;
}

