body,
html {
    height: 100%;
}

body {
    font-family: "Mulish", sans-serif;
    color: #17161d;
    font-size: 14px;
}

.sidenav {
    height: 100%;
    width: 88px;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    background-color: #17161d;
    overflow: hidden;
    padding: 10px;
    transition: all 0.3s ease;
}

.main {
    margin-left: 88px;
    /* Same as the width of the sidenav */
    padding: 98px 30px 30px;
}

header {
    margin-left: 88px;
    /* Same as the width of the sidenav */
    height: 68px;
    background: #eef1f5;
    border-bottom: 1px solid #dddfe6;
    padding: 15px 30px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1040;
}

/*theme setting*/

.form-control::-webkit-input-placeholder {
    color: #bec6cc;
}

.form-control:-moz-placeholder {
    color: #bec6cc;
}

.form-control::-moz-placeholder {
    color: #bec6cc;
}

.form-control::placeholder {
    color: #bec6cc;
}

.form-control:-ms-input-placeholder {
    color: #bec6cc;
}

p {
    margin-bottom: 10px;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 10px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

small {
    font-size: 12px;
}

a.link {
    font-weight: 600;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

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

.font-18 {
    font-size: 18px;
}

.font-24 {
    font-size: 24px;
}

.form-control {
    font-size: 14px;
    border-radius: 6px;
}

.custom-control label {
    font-size: 14px;
    padding-top: 3px;
}

.form-control:focus {
    background-color: #fff;
    border-color: #dddfe6;
    outline: 0;
    box-shadow: none;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 6px 48px rgba(0, 0, 0, 0.15);
    border: 0px;
    padding: 10px;
}

.dropdown-item {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 14px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #eef1f5;
}

.btn.dropdown-toggle::after {
    background: url(../images/btn-arrow.svg) no-repeat right center;
    background-size: 12px;
    display: block;
    border: 0px;
    width: 12px;
    height: 7px;
    float: right;
    margin-top: 7px;
    margin-left: 10px;
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.btn {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

.btn.btn-primary {
    box-shadow: 0 3px 6px rgba(172, 40, 36, 0.3);
}

.btn.btn-secondary {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.btn.btn-secondary.btn-stroke {
    background-color: transparent;
    border-width: 1px;
    color: #17161d;
    box-shadow: none;
}

.btn img.align-icon {
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}

.btn.btn-icon {
    padding: 0px;
    width: 32px;
    height: 32px;
}

.btn:focus,
a.badge-secondary:focus,
a.badge-secondary:focus,
button:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    outline: none !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.nowrap {
    white-space: nowrap;
}

.text-gray {
    color: #a6acb3;
}

.form-group label {
    font-weight: 600;
}

/*badge color*/

.badge {
    font-size: 12px;
}

.badge:hover {
    cursor: pointer;
}

.badge-alert {
    background: rgba(172, 40, 36, 0.1);
    color: #ac2824;
    padding: 8px 10px;
}

.badge-alert:hover {
    color: #fff;
    background: rgba(172, 40, 36, 1);
}

.badge-secondary {
    background: rgba(221, 223, 230, 1);
    color: #17161d;
    padding: 8px 10px;
}

.badge-secondary:hover {
    color: #fff;
    background: rgba(23, 22, 29, 1);
}

.badge-inquiry,
.badge-analysis {
    background: rgba(65, 154, 255, 0.1);
    color: #419aff;
    padding: 8px 10px;
}

.badge-inquiry:hover {
    color: #fff;
    background: rgba(65, 154, 255, 1);
}

.badge-newsroom {
    background: rgba(42, 183, 107, 0.1);
    color: #2ab76b;
    padding: 8px 10px;
}

.badge-newsroom:hover {
    color: #fff;
    background: rgba(42, 183, 107, 1);
}

.badge-meeting {
    background: rgba(150, 111, 243, 0.1);
    color: #966ff3;
    padding: 8px 10px;
}

.badge-meeting:hover {
    color: #fff;
    background: rgba(150, 111, 243, 1);
}

.badge-green {
    background: rgba(42, 183, 107, 0.1);
    color: #2ab76b;
    padding: 8px 10px;
}

.badge-green:hover {
    color: #fff;
    background: rgba(42, 183, 107, 1);
}

.badge-blue {
    background: rgba(65, 154, 255, 0.1);
    color: #419aff;
    padding: 8px 10px;
}

.badge-blue:hover {
    color: #fff;
    background: rgba(65, 154, 255, 1);
}

.badge-gray {
    background: rgba(137, 144, 154, 0.1);
    color: #89909a;
    padding: 8px 10px;
}

.badge-gray:hover {
    color: #fff;
    background: rgba(137, 144, 154, 1);
}

.badge-yellow {
    background: rgba(255, 153, 0, 0.1);
    color: #ff9900;
    padding: 8px 10px;
}

.badge-yellow:hover {
    color: #fff;
    background: rgba(255, 153, 0, 1);
}

.badge-purple {
    background: rgba(150, 111, 243, 0.1);
    color: #966ff3;
    padding: 8px 10px;
}

.badge-purple:hover {
    color: #fff;
    background: rgba(150, 111, 243, 1);
}

/*login*/

.login {
    width: 100%;
    height: 100%;
    display: flex;
}

.login-bg {
    background: url(../images/login-bg.png) no-repeat right top;
    background-size: cover;
    height: 100vh;
    width: 70%;
}

.login-element {
    background: #eef1f5 url(../images/login-element.png) no-repeat right bottom;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    width: 280px;
    margin: 0 auto;
    height: 300px;
}

.login-box .logo {
    width: 200px;
    margin: 0% auto 30px;
}

.login-box .logo img {
    width: 200px;
}

/*sidenav*/

.sidenav .logo-symbol {
    width: 28px;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-top: 5px;
    float: left;
}

.sidenav .menu {
    width: 100%;
    float: left;
}

.sidenav .menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidenav .menu ul li {
    display: inline-block;
    margin-bottom: 5px;
}

.sidenav .menu ul li a {
    display: block;
    width: 68px;
    height: 68px;
    font-size: 10px;
    border-radius: 10px;
    background: #17161d;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.sidenav .menu ul li.active a,
.sidenav .menu ul li.active a:hover {
    background: #ac2824;
    box-shadow: 0 3px 6px rgba(172, 40, 36, 0.3);
}

.sidenav .menu ul li a:hover {
    background: #2f2e34;
    box-shadow: 0 3px 6px rgba(172, 40, 36, 0);
}

.sidenav .menu ul li a:hover,
.sidenav .menu ul li a:focus {
    text-decoration: none;
}

.sidenav .menu ul li i.icon {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0px auto 5px;
}

/*header*/

header .form-control.search {
    background: transparent url(../images/search.svg) no-repeat left center;
    background-size: 15px;
    padding-left: 30px;
    border: 0px;
}

header .btn.dropdown-toggle::after {
    display: none;
}

header .dropdown-toggle::after {
    display: none;
}

header .dropdown-menu {
    margin-top: 10px;
}

header .btn:focus,
header .btn.focus,
header input {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(172, 40, 36, 0) !important;
}

header .btn .badge {
    position: relative;
    top: 0px;
    left: 20px;
}

header .btn {
    font-size: 14px;
}

header .notification {
    padding: 0px;
    width: 275px;
}

header .notification .card {
    border-radius: 10px;
}

header .notification .card-header {
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 15px;
}

header .notification .card-body {
    padding: 10px;
    height: 300px;
    overflow-y: auto;
}

header .notification a {
    color: #17161d;
    padding: 10px;
    display: block;
    font-size: 14px;
    border-radius: 8px;
}

header .notification a:hover,
header .notification a:focus {
    text-decoration: none;
    background: #eef1f5;
}

header .btn.active {
    background: rgba(23, 22, 29, 0.1);
    border-radius: 4px !important;
}

header .search-box form.open {
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 60px;
    right: 0;
    left: 0;
    background-color: #eef1f5;
    transition: 0.5s;
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

/*mobile nav*/

.mobile-nav ul {
    margin: 0px;
    list-style: none;
    padding: 0;
}

.mobile-nav ul li {
    margin-right: 10px;
    display: inline-block;
}

.mobile-nav ul li:last-child {
    margin-right: 0px;
}

.menu-btn {
    display: none;
}

.close-btn {
    display: none;
}

/*autocomplete search*/

.list-autocomplete {
    padding: 0;
    max-height: 350px;
    overflow-y: auto;
}

.list-autocomplete em {
    font-style: normal;
    background-color: #e1f2f9;
}

.hasNoResults {
    color: #aaa;
}

.hasNoResults {
    display: block;
}

.hasNoResults {
    color: #aaa;
}

.btn-extra {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    margin-top: 15px;
}

.search-box .open > .dropdown-menu,
.search-box .show > .dropdown-menu {
    display: block;
    min-width: 250px;
}

/*select2*/

.select2-container--default .select2-selection--single {
    font-size: 14px;
}

/*Avatar*/

.avatar,
.header-avatar {
    min-width: 35px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    border-radius: 50%;
    font-family: sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.avatar:hover {
    cursor: pointer;
}

.avatar-group {
    display: inline-flex;
    margin-left: 0.8rem;
}

.avatar-group .avatar {
    margin-left: -0.8rem;
    transition: transform 0.2s;
}

.avatar.view {
    background-color: #ac2824 !important;
}

/*mCustomscroll*/

.mCSB_scrollTools {
    right: -6px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.mCS-light.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0);
}

.mCustomScrollbar:hover
    .mCS-light.mCSB_scrollTools
    .mCSB_dragger
    .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.3);
}

.mCS-light.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.5);
}

.mCS-light.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-light.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.5);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0);
}

.mCustomScrollbar:hover
    .mCS-dark.mCSB_scrollTools
    .mCSB_dragger
    .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.3);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.5);
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.5);
}

/*table*/

.table {
    table-layout: auto !important;
    white-space: nowrap;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.table thead th,
.table tbody td {
    vertical-align: middle;
}

/*.table tbody td:last-child { width: 100% !important;}*/

.table thead th .form-control,
.table
    thead
    th
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    font-weight: 400;
}

.table-hover tbody tr:hover {
    color: #17161d;
    background-color: #f1f2f5 !important;
}

.table tbody tr:nth-child(even) {
    background-color: #fbfcff;
}

.table tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

.table a.link {
    color: #17161d;
    font-weight: 400;
}

.table a.link:hover {
    color: #ac2824;
}

.table .btn.btn-icon {
    width: 30px;
    height: 30px;
}

.table .dropdown-menu a.link {
    white-space: pre-line;
}

.table .dropdown-menu a.link span {
    margin-bottom: 8px;
}

/*main*/

.main-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.main-card-header {
    padding: 15px;
    margin-bottom: 0;
}

.main-card-header .title {
    font-weight: bold;
}

.main-card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 15px 15px;
    height: calc(100vh - 214px); /*height:720px;*/
    overflow-y: auto;
}
.meeting .main-card-body,
.newsroom .main-card-body {
    height: calc(100vh - 260px);
}

.main-card .card {
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #dddfe6;
}

.main-card-header .select2-container--default .select2-selection--single {
    border: 0 !important;
}

.main-card-header
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    text-align: right;
    padding-right: 30px;
    padding-left: 0px;
}

.breadcrumb {
    background: transparent;
    padding: 0px;
}

.breadcrumb a {
    color: #17161d;
    font-weight: 700;
}

.main-card .card a {
    font-weight: 600;
}

.card {
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border: 0px;
}

.card-body {
    padding: 15px;
}

.card-header {
    background: #fff;
    border-radius: 10px 10px 0 0 !important;
    padding: 15px;
}

.card-header .title {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.card-header .actions {
    text-align: right;
}

.inner-block {
    display: inline-block;
}

.custom-row {
    display: flex;
    padding: 15px 0;
    position: relative;
}

.custom-row .remove {
    position: absolute;
    right: 0px;
    bottom: 15px;
}

.selecta,
.iselecta,
.jselecta {
    width: 30%;
    position: relative;
    padding-right: 30px;
    display: flex;
}

.selectd,
.iselectd,
.jselectd {
    margin-right: 10px;
}

.comapny_screener_updated_at_div {
    margin-left: 10px;
    width: 100% !important;
}

div.iselectb span,
div.selectb span,
div.jselectb span {
    margin-right: 10px;
}

.selecta::after,
.iselecta::after,
.jselecta::after {
    content: "=";
    position: absolute;
    right: 10px;
    top: 5px;
}

.selectb,
.iselectb,
.jselectb {
    width: 30%;
    margin-right: 30px;
}

.alert-light {
    color: #17161d;
    background: #dddfe6;
}

.form-control.search {
    background: url(../images/search.svg) no-repeat 10px center;
    background-size: 15px;
    padding-left: 35px;
}

.btn.option {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.option.dropdown-toggle::after {
    display: none;
}

.info-card {
    padding: 15px;
    border: 1px solid #dddfe6;
    background: #fbfcff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.company-detail .main-card-body {
    height: 100%;
}

/*nav-tabs*/

.nav-tabs .nav-link {
    color: #6f7271;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    border-right: transparent;
    border-left: transparent;
    border-top: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ac2824;
    background-color: transparent;
    border-bottom: 2px solid #ac2824;
    font-weight: 700;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-right: transparent;
    border-left: transparent;
    border-top: transparent;
    color: #ac2824;
}

.tab-content {
    padding: 15px 0;
}

/*float-btn*/

.float-btn.dropup {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #ac2824;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(172, 40, 36, 0.3);
}

.float-btn.dropup .dropdown-toggle::after {
    display: none;
}

.float-btn.dropup .btn:focus,
.btn.focus {
    box-shadow: none;
}

.float-btn.dropup .btn .add-icon {
    background: url(../images/add.svg) no-repeat center center;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    transition: 0.5s;
}

.float-btn.dropup .dropdown-menu {
    top: -15px !important;
}

.float-btn.dropup.show .btn .add-icon {
    transform: rotate(45deg);
}

.float-btn.dropup .dropdown-menu {
    background: #17161d;
}

.float-btn.dropup .dropdown-menu a {
    color: #fff;
}

.float-btn.dropup .dropdown-menu a:hover {
    background: #2e2d33;
}

.float-btn.dropup .dropdown-menu p {
    color: #5d5c61;
    padding-left: 10px;
    padding-top: 5px;
}

.card.active {
    border: 1px solid #ac2824;
}

/*accordian*/

.accordion > a.collapsed .rotate-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion > a .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*chat comment*/

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 40px;
    padding-bottom: 5px;
    /* border-bottom: 1px dotted #B3A9A9; */
    margin-top: 10px;
    width: 80%;
}

.chat li .chat-body p {
    margin: 0;
    /* color: #777777; */
}

.chat-care {
    height: 250px;
    padding-bottom: 0px;
}

.chat-care .chat-body {
    display: inline-block;
    max-width: 80%;
    background-color: #89909a;
    border-radius: 12.5px;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.chat-care .admin {
    text-align: right;
    float: right;
}

.chat-care .admin p {
    text-align: left;
    color: #fff;
}

.chat-care small {
    font-size: 11px;
}

.chat-care .agent {
    text-align: left;
    float: left;
}

.chat-care .agent .chat-body {
    background-color: #fff;
    color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.clearfix {
    clear: both;
}

.comment-box .btn-icon {
    z-index: 1;
    position: relative;
}

.card.comment-box {
    background: #fbfcff;
    border: 1px solid #dddfe6;
    box-shadow: none;
}

.card.comment-box .card-footer {
    background-color: white;
    border-radius: 0 0 10px 10px;
}

.card.comment-box textarea {
    padding-left: 0px;
}

a.card {
    color: #17161d;
}

a.card:hover,
a.card:focus {
    text-decoration: none;
}

p strong {
    color: #17161d;
}

p {
    color: #808080;
}

/*Toggle switch*/

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #ac2824;
    box-shadow: none;
    color: #fff;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

/*datetimepicker*/

.bootstrap-datetimepicker-widget.dropdown-menu {
    border: 0px solid #34495e;
    border-radius: 10;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    margin: 10px 0 0 0;
    padding: 0;
    min-width: 300px;
    max-width: 100%;
    width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td,
.bootstrap-datetimepicker-widget.dropdown-menu table th {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.old,
.bootstrap-datetimepicker-widget.dropdown-menu table td.new {
    color: #bbb;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.today:before {
    border-bottom-color: #ac2824;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active {
    background-color: #ac2824;
    text-shadow: none;
    border-radius: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu
    table
    td.active:hover.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu
    table
    td
    span.active.today:before {
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th {
    height: 40px;
    padding: 0;
    width: 40px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th.picker-switch {
    width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th:hover,
table.table-condensed td span:hover {
    background-color: transparent !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu table tr:first-of-type th {
    border-bottom: 1px solid #ced4da;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.day {
    height: 32px;
    line-height: 32px;
    padding: 0;
    width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td span {
    border-radius: 0;
    height: 77px;
    line-height: 77px;
    margin: 0;
    width: 25%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
    padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.dropdown-menu
    .datepicker-decades
    tbody
    tr
    td
    span {
    display: block;
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px !important;
    padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu
    .datepicker-decades
    tbody
    tr
    td
    span:not(.decade) {
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td {
    padding: 0;
    width: 30%;
    height: 20px;
    line-height: 20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu
    .timepicker-picker
    table
    td:nth-child(2) {
    width: 10%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span,
.bootstrap-datetimepicker-widget.dropdown-menu
    .timepicker-picker
    table
    td
    button {
    border: none;
    border-radius: 0;
    height: 56px;
    line-height: 56px;
    padding: 0;
    width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu
    .timepicker-picker
    table
    td
    span {
    color: #333;
    margin-top: -1px;
}

.bootstrap-datetimepicker-widget.dropdown-menu
    .timepicker-picker
    table
    td
    button {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
}

.bootstrap-datetimepicker-widget.dropdown-menu
    .timepicker-picker
    table
    td
    button:hover {
    background-color: #eee;
    border-radius: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td {
    border-top: 1px solid #ced4da;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td span {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
}

.todayText:before {
    content: "Today's Date";
}

/*End*/

.settings ul.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.settings ul.list li {
    border-radius: 6px;
}

.settings ul.list li a {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    color: #17161d;
    font-weight: 600;
}

.settings ul.list li:hover a {
    background: #eef1f5;
    text-decoration: none;
    color: #17161d;
}

.settings ul.list li.active a {
    background: #eef1f5;
}

/*upload plugin css*/

.upload-btn {
    display: block;
    border: 1px dashed #dddfe6;
    padding: 20px 15px;
    text-align: center;
    color: #17161d;
    border-radius: 6px;
}

.upload-btn:hover {
    text-decoration: none;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.thumb {
    height: 100px;
    width: 100px;
    border: 1px solid #dddfe6;
    display: none;
}

ul.thumb-Images li {
    margin-right: 20px;
    float: left;
    display: inline-block;
    vertical-align: top;
}

.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.img-wrap .close:hover {
    color: #fff;
}

.img-wrap .close {
    position: absolute;
    top: 2px;
    left: 0px;
    z-index: 100;
    background-color: #eef1f5;
    padding: 5px 2px 2px;
    color: #333;
    font-weight: bolder;
    cursor: pointer;
    opacity: 1;
    font-size: 23px;
    line-height: 10px;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    text-align: center;
    text-shadow: none;
}

.img-wrap:hover .close {
    opacity: 1;
    background-color: #ac2824;
}

.FileNameCaptionStyle {
    font-size: 12px;
    padding-left: 25px;
}

ul#imgList {
    list-style: none;
    margin: 0;
    padding: 0;
}

#Filelist {
    margin-bottom: 15px;
}

/**/

.accordion.trade a.badge-secondary:hover,
.accordion.trade a.badge-secondary:focus {
    color: #fff;
    background: rgba(23, 22, 29, 1);
}

.accordion.trade a.badge-secondary:hover[aria-expanded="true"],
.accordion.trade a.badge-secondary:focus[aria-expanded="true"] {
    color: #fff;
    background: rgba(42, 183, 107, 1);
}

.accordion.trade a[aria-expanded="true"] {
    color: #fff;
    background: rgba(42, 183, 107, 1);
}

.radius6 {
    border-radius: 6px !important;
}

.people.media {
    display: flex;
    height: 35px;
    align-items: baseline;
    margin-bottom: 15px;
}

.people.media .avatar {
    margin-right: 5px;
}
.tab-content > .active {
    display: block;
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .main-card {
        margin-bottom: 30px;
    }
    .login-bg {
        width: 60%;
    }
    .login-element {
        width: 40%;
    }
    .settings ul.list {
        white-space: nowrap;
        overflow-x: auto;
    }
    .settings ul.list li {
        display: inline-block;
    }
    h1.font-24 {
        font-size: 18px;
        padding-top: 2px;
    }
}

@media screen and (max-width: 1023px) {
    .nav-tabs.scrollable {
        overflow-x: auto;
        flex-flow: row;
    }
    .nav-tabs.scrollable .nav-link {
        white-space: nowrap;
    }
    .menu-btn {
        cursor: pointer;
        float: right;
        display: block;
    }
    .mobile-nav {
        display: none;
    }
    .mobile-nav.show {
        display: block !important;
    }
    .mobile-nav {
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 60px;
        right: 0;
        left: 0;
        background-color: #eef1f5;
        transition: 0.5s;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
    .mobile-nav ul {
        margin: 0px;
        list-style: none;
        padding: 15px;
    }
    .mobile-nav ul li {
        margin-right: 15px;
    }
    .mobile-nav ul li:last-child {
        margin-right: 5px;
    }
    .sidenav {
        width: 0px;
        padding: 0px;
    }
    .sidenav.open {
        width: 88px;
        padding: 10px;
        z-index: 9999;
    }
    header {
        margin-left: 0px;
        padding: 15px;
        height: 68px;
    }
    header .btn img.align-icon {
        float: left;
        margin-top: 1px;
        margin-right: 0px;
    }
    .main {
        padding: 98px 15px 15px;
        margin-left: 0px;
    }
    .hide-mobile {
        display: none;
    }
    .login-bg {
        width: 60%;
        display: none;
    }
    .login-element {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .custom-row {
        display: block;
    }
    .selecta::after,
    .iselecta::after,
    .jselecta::after {
        display: none;
        content: "=";
        position: absolute;
        right: 50%;
        left: 50%;
        bottom: -2px;
        top: auto;
    }
    .selecta,
    .iselecta,
    .jselecta {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .selectb,
    .iselectb,
    .jselectb {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        display: inline-flex;
    }
    .col {
        flex-basis: 50%;
    }
    /*datetimepicker*/
    .input-group > .input-group-append > .btn,
    .input-group > .input-group-append > .input-group-text,
    .input-group > .input-group-prepend:not(:first-child) > .btn,
    .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
    .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
    .input-group
        > .input-group-prepend:first-child
        > .input-group-text:not(:first-child) {
        display: none;
    }
    .input-group > .form-control:not(:last-child),
    .input-group > .custom-select:not(:last-child) {
        border-radius: 6px;
    }
}
/*
.mCustomScrollBox {
  height: unset;
}
*/
/* chat */
/* .chat-wrapper::-webkit-scrollbar {
    width: 8px;
}
.chat-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6f6a91;
}
.chat-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
} */
.app-profile-box {
    border: 1px solid var(--box-border);
    background-color: var(--box-color);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 24px;
}
.app-profile-box img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.app-profile-box-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 4px 0;
    display: flex;
    align-items: center;
}
.app-profile-box-title {
    font-size: 12px;
    line-height: 16px;
    color: var(--text-light);
    margin: 0;
}

.app-main {
    flex: 3;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    transition: 0.2s;
    border: 1px solid #ddd;
}
.app-main-header {
    position: sticky;
    top: 0;
    background-color: var(--box-color);
    border: 1px solid var(--box-border);
}

.chat-wrapper {
    overflow: auto;
    height: 300px;
}

.chat-input {
    border: none;
    outline: none;
    height: 32px;
    flex: 1;
    margin-right: 4px;
    background-color: #fff;
    color: #000;
}
.chat-input:placeholder {
    color: var(--text-light);
    font-size: 12px;
}
.chat-input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: rgb(18 23 45 / 60%) 0px 8px 24px; */
    margin-top: auto;
    border-radius: 6px;
    padding: 12px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.input-wrapper {
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    flex: 1;
    overflow: hidden;
    padding: 0 6px 0 0;
    justify-content: space-between;
    margin: 0 8px;
    background-color: #fff;
    border: 0;
}

.emoji-btn {
    border: none;
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    color: #ac2824;
}

.chat-send-btn {
    height: 32px;
    color: #fff;
    background-color: #ac2824;
    border: none;
    border-radius: 4px;
    padding: 0 32px 0 10px;
    font-size: 12px;
    background-position: center right 8px;
    background-repeat: no-repeat;
    background-size: 14px;
    line-height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cdefs/%3E%3Cpath fill='%23fff' d='M481.508 210.336L68.414 38.926c-17.403-7.222-37.064-4.045-51.309 8.287C2.86 59.547-3.098 78.551 1.558 96.808L38.327 241h180.026c8.284 0 15.001 6.716 15.001 15.001 0 8.284-6.716 15.001-15.001 15.001H38.327L1.558 415.193c-4.656 18.258 1.301 37.262 15.547 49.595 14.274 12.357 33.937 15.495 51.31 8.287l413.094-171.409C500.317 293.862 512 276.364 512 256.001s-11.683-37.862-30.492-45.665z'/%3E%3C/svg%3E");
}

.chat-attachment-btn {
    border: none;
    padding: 0;
    background-color: transparent;
    color: #000;
    display: flex;
    align-items: center;
    opacity: 1;
}

.message-wrapper {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    margin: 0 15px;
}

.message-wrapper.reverse {
    justify-content: flex-end;
}
.message-wrapper.reverse .message-box {
    background-color: #ac2824;
    color: #fff;
}
.message-wrapper.reverse .message-box-wrapper {
    /* display: flex;
    flex-direction: column; */
    align-items: flex-end;
}
.message-wrapper.reverse .message-pp {
    order: 2;
}

.message-pp {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
}
.message-wrapper.reverse .message-box-wrapper span {
    align-items: end;
    justify-content: end;
    display: flex;
}

.message-wrapper .header-avatar {
    cursor: pointer;
}

.message-box {
    background-color: #89909a;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    width: auto;
    max-width: 100%;
    color: #fff;
}
.message-box-wrapper {
    margin: 0 12px;
}
.message-box-wrapper span {
    font-size: 10px;
    line-height: 16px;
    color: var(--text-light);
    opacity: 0.6;
}

.chat-wrapper::-webkit-scrollbar {
    width: 4px;
}

.chat-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.chat-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ac2824;
}

@media screen and (max-width: 680px) {
    .app-main {
        height: calc(100% - 48px);
    }
}

.toast-info {
    background-color: #ac2824;
}
