@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html body {
  background-color: #f3f3f3;
  color: #6a6a6a;
  overflow-x: hidden;
  width: 100%;
}

:root {
  --tx-theme-color: #c41c2d;
  --tx-alt-color: #ffcc66;
  --tx-dark-color: #2c343b;
}

body {
  color: #000;
  font-family: 'Poppins', sans-serif;
}

:focus {
  outline: none !important;
}

form label {
  color: #000;
  margin-bottom: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
}

form .form-control {
  color: #000;
  border: none;
}

html body a {
  color: var(--tx-theme-color);
}

html body a:hover {
  color: var(--tx-theme-color);
}

hr {
  border-top: 1px solid rgba(72, 94, 144, 0.16);
}

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

.navbar-semi-light .navbar-nav .nav-link {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h6 {
  color: #000;
}

.menu-collapsed .logo-md {
  display: none;
}

.menu-collapsed .logo-sm {
  display: block;
}

.menu-expanded .logo-md {
  display: block;
}
.dropdown-content {
  padding-inline-start: 0!important;
}
html body .content .content-wrapper .content-header-title {
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #000;
  font-size: 1.3125rem;
  margin-bottom: 0;
}

.flexbox-container {
  height: 100vh;
}

.menu-expanded .logo-sm {
  display: none;
}

.avatar-online i {
  background-color: #2fc1f2;
}

.main-menu.menu-dark .navigation>li>a {
  padding: 10px 8px 10px 5px;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation>li>a>i {
  margin-right: 6px;
}

.header-navbar .navbar-header .navbar-brand {
  padding: 8px 0;
}

.header-navbar {
  font-family: 'Poppins', sans-serif;
}

.navigation {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px
}

.breadcrumb {
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
}

nav.bg-info {
  background-color: #072a4a !important;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand {
  padding: 26px 0;
}

th {
  white-space: unset;
}

.header-navbar .navbar-header .navbar-brand .brand-logo.logo-white {
  display: none;
}

.navbar-semi-light .navbar-header {
  background-color: transparent;
  border-right: 1px solid rgba(72, 94, 144, 0.16);
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu {
  width: 240px;
}

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-header {
  width: 240px;
}

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-container {
  margin-left: 240px;
}

body.vertical-layout.vertical-menu.menu-expanded .content,
body.vertical-layout.vertical-menu.menu-expanded .footer {
  margin-left: 240px;
}

.main-menu.menu-dark .navigation>li ul li>a {
  padding: 8px 18px 8px 20px;
  font-size: 11px;
}

.main-menu.menu-dark .navigation>li.open>a {
  background: #2a2f34;
  border-right: 4px solid var(--tx-alt-color);

}

.table th,
.table td {
  color: #000;
}

.main-menu.menu-dark .navigation>li>ul {
  background: #1d3666;
}

.card {
  border-radius: 0;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0.25rem;
  box-shadow: none;
}

.card-header-table {
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-bottom: none;
}

.no-border {
  border: none !important;
}

.card .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  padding: 15px 20px;
}

.card .card-header h4.card-title {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 500;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
  margin-bottom: 0;
}

.header-navbar .navbar-container ul.nav li.nav-item a.dropdown-user-link {
  line-height: 35px;
}

.navbar-semi-light .navbar-nav li.nav-item {
  margin: 0 auto;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
  width: 175px;
  /*filter: brightness(0) invert(1);*/
}

.main-menu.menu-dark {
  background-color: var(--tx-dark-color);
}

.main-menu.menu-dark .navigation {
  background-color: var(--tx-dark-color);
}

.main-menu.menu-dark {
  color: #63a3fe;
}

.main-menu.menu-dark .navigation>li.active>a {
  border-right: 4px solid var(--tx-alt-color);
  background-color: #2a2f34;
}

.menu-collapsed .header-navbar .navbar-header .navbar-brand .brand-logo {
  width: 36px;
}

.btn-primary {
  color: #fff;
  border-color: #2fc1f2 !important;
  background-color: #2fc1f2 !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  color: #fff;
  border-color: #19b0e3 !important;
  background-color: #19b0e3 !important;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation>li>a {
  padding: 12px 0 12px 18px;
}

.menu-content {
  background-color: #2a2f34 !Important;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content span.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title {
  background-color: var(--tx-alt-color) !important;
}

.main-menu.menu-light .navigation>li.open>a {
  border-right: 4px solid #1e9ff2;
}

.main-menu.menu-dark .navigation li a {
  color: #fff;
  font-size: 10.5px;
}

.page-item.active .page-link {
  border-color: #2fc1f2;
  background-color: #2fc1f2;
}

.pagination .page-link {
  color: #2fc1f2;
}

.table-tlr {
  border-left: none;
  border-right: none;
  border-top: none;
}

.table .thead-dark th {
  border-color: #07456c;
  background-color: #07456c;
}

.mt-05 {
  margin-top: 0.5em !Important;
}

.table th,
.table td {
  padding: 10px;
  font-size: 13px;
}

.table.table-sm th,
.table.table-sm td {
  padding: .4rem;
  font-size: 12px;
}

.table-btn {
  padding: .2rem;
  display: inline-block;
  margin: 10px;
  border-radius: 0;
  color: #fff;
}

.table.table-sm td {
  padding: 0 !important;
}


.table-input .form-control {
  border: none !Important;
  border-radius: 0;
  padding: .75rem 0.5rem;
  font-size: 13px;
  background-color: transparent !Important;
}

.table.table-sm tfoot tr td {
  padding: 8px !Important;
}

.table-input tfoot button {
  border-radius: 0px;
}

.table-input tbody tr td p {
  padding: 7px 10px;
  margin-bottom: 0px;
}

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

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

.font-500 {
  font-weight: 500;
}

.status-badge {
  padding: 9px;
  border-radius: .21rem !important;
  margin: 0px 10px;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 15px 10px;
}

div.dataTables_wrapper div.dataTables_filter {
  margin: 0 10px;
}

div.dataTables_wrapper div.dataTables_length label {
  margin: 10px;
  margin-top: 1rem;
}

div.dataTables_wrapper div.dataTables_filter input {
  border-radius: 0px;
  height: 30px;
}

div.dataTables_wrapper div.dataTables_length select {
  height: 30px;
  border-radius: 0;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0em;
  margin: 10px;
}

body ::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

body ::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
  height: 6px;
}

body ::-webkit-scrollbar-thumb {
  background-color: #ced4da;
}

.match-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.dflex {
  display: flex;
  flex-direction: column;
}

.match-box .card {
  display: flex;
  height: 100%;
  width: 100%;
}

.form-control {
  border-radius: 0.25em;
  border: none;
  background-color: #f5f5f5;
  height: 40px;
  padding: .75rem 1rem;
}

.form-control:focus {
  background-color: #f5f5f5;
}

.bottom-btn {
  text-align: center;
}

/***********************
LOGIN PAGE CSSS
************************/
.bg-white {
  background-color: #fff;
}

.lg-box {
  width: 100%;
  height: 100%;
}

.lg-box .row-full {
  height: 100%;
  width: 100%;
  margin: 0px;
}

.login-left {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: var(--tx-alt-color);
  background-size: cover;
  background-position: center;
}

.login-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.flexbox-container {
  background-color: #fff;
}

.login-image img {
  width: 65%;
}

.login-caption {
  padding: 4rem 3rem;
  align-items: flex-end;
  display: flex;
  height: 100%;
  position: relative;
}

.login-left:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(6, 42, 73, 0.8) 0%, rgba(6, 42, 73, 0) 40%);
  position: absolute;
  left: 0px;
}

.login-caption h3 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 400;
  position: relative;
}

.login-caption h3:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: var(--tx-alt-color);
  bottom: -16px;
  left: 3px;
}

.login-caption h3 span {
  font-weight: 700;
}

.login-right {
  height: 100%;
  border-left: 1px solid #e3e3e3;
  background: #fff;
  width: 100%;
  position: relative;
  padding: 4rem 3rem;
  display: flex;
  align-items: center;
}

.no-gutter {
  padding-left: 0px;
  padding-right: 0px;
}

.owl-dots {
  margin-top: 1rem;
  text-align: center;
}

.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  /* border-radius: 50%; */
  border: 1px solid #666;
  background: transparent;
  margin: 3px;
  border-radius: 50%;
  display: inline-block;
}

.owl-dots .owl-dot.active {
  background: var(--tx-theme-color);
  border: 1px solid var(--tx-theme-color);
}

.lx-content {
  margin: 20px 0;
}

.lx-content h3 {
  font-weight: 700;
  margin-bottom: 0;
  color: var(--tx-theme-color);
}

.forgot-password {
  color: inherit;
  font-weight: 400;
}

.no-margin {
  margin: 0 !important;
}

.lg-box .form-group {
  margin-bottom: 2em;
}

.lg-box .form-control {
  height: 50px;
  border: 1px solid #d4d3d3;
}

.lg-box .btn-ihcl {
  width: 100%;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

div.dataTables_scrollBody table {
  width: 100% !important;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

div.dataTables_scrollHead table.table-bordered {
  width: 100% !important;
}

.btn-fullwidth {
  width: 100%;
}

.btn-tcl {
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.btn-tcl-1 {
  background-color: var(--tx-theme-color);
  border-color: var(--tx-theme-color);
  color: #fff;
}

.btn {
  border-radius: 3px;
}

.btn-tcl-1:hover,
.btn-tcl-1:focus,
.btn-tcl-1:active {
  color: #fff;
  background-color: var(--tx-theme-color);
  border-color: var(--tx-theme-color);
}

.btn-login {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-white {
  background: #fff;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.df-skin,
.df-mode {
  height: 20px;
  border: 1px solid rgba(72, 94, 144, 0.16);
  display: flex;
  margin-bottom: 5px;
  padding: 2px;
}

.df-skin-name {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #8392a5;
}

.light-mode .df-mode-default.active,
.light-mode .df-mode-default.active {
  border-color: #32cafe;
  box-shadow: 0 0 0 1px #32cafe;
  position: relative;
}

.theme-mode {
  padding: 10px;
}

.light-mode .df-mode-default.active::before,
.light-mode .df-mode-default.active::before {
  content: '\f17b';
  font-family: 'LineAwesome';
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  margin-left: -5px;
  margin-top: 0px;
  color: #32cafe;
}

.df-skin>span,
.df-mode>span {
  display: block;
  flex: 1;
}

.bg-gray-700 {
  background-color: #596882;
}

.bg-gray-900 {
  background-color: #1c273c;
}

.breadcrumb {
  margin-bottom: 5px !Important;
}

.breadcrumb .breadcrumb-item {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

footer.navbar-border {
  border-top: 1px solid rgba(72, 94, 144, 0.16)
}

.tx-primary {
  color: #0e63c5 !important;
}

.tx-success {
  color: #10b759 !important;
}

.tx-theme {
  color: var(--tx-theme-color) !important;
}

.tx-alt {
  color: var(--tx-alt-color) !important;
}

.tx-warning {
  color: #e68824 !important;
}

.tx-pink {
  color: #ca1f1f !important;
}

.tx-indigo {
  color: #5b47fb !important;
}

.tx-primary-bg {
  background-color: #0e63c5;
}

.tx-success-bg {
  background-color: #10b759;
}

.tx-warning-bg {
  background-color: #e68824;
}

.tx-pink-bg {
  background-color: #ca1f1f;
}

.tx-indigo-bg {
  background-color: #5b47fb;
}

.tx-btn-primary {
  background-color: #0e63c5;
  color: #fff;
  border: 1px solid #0e63c5;
}

.tx-btn-primary:hover,
.tx-btn-primary:focus,
.tx-btn-primary:active {
  background-color: #19b0e3;
  color: #fff;
  border: 1px solid #19b0e3;
}

.tx-btn-theme {
  background-color: var(--tx-theme-color);
  color: #fff;
  border: 1px solid var(--tx-theme-color);
}

.tx-btn-theme:hover,
.tx-btn-theme:focus,
.tx-btn-theme:active {
  background-color: var(--tx-theme-color);
  color: #fff;
  border: 1px solid var(--tx-theme-color);
}

.tx-btn-alt {
  background-color: var(--tx-alt-color);
  color: #fff;
  border: 1px solid var(--tx-alt-color);
}

.tx-btn-alt:hover,
.tx-btn-alt:focus,
.tx-btn-alt:active {
  background-color: var(--tx-alt-color);
  color: #fff;
  border: 1px solid var(--tx-alt-color);
}

.tx-btn-success {
  background-color: #10b759;
  color: #fff;
  border: 1px solid #10b759;
}

.tx-btn-success:hover,
.tx-btn-success:focus,
.tx-btn-success:active {
  background-color: #06a84d;
  color: #fff;
  border: 1px solid #06a84d;
}

.tx-btn-warning {
  background-color: #e68824;
  color: #fff;
  border: 1px solid #e68824;
}

.tx-btn-warning:hover,
.tx-btn-warning:focus,
.tx-btn-warning:active {
  background-color: #d57e21;
  color: #fff;
  border: 1px solid #d57e21;
}

.tx-btn-pink {
  background-color: #ca1f1f;
  color: #fff;
  border: 1px solid #ca1f1f;
}

.tx-btn-pink:hover,
.tx-btn-pink:focus,
.tx-btn-pink:active {
  background-color: #ba1c1c;
  color: #fff;
  border: 1px solid #ba1c1c;
}

.tx-btn-pink-outline {
  border: 1px solid #ca1f1f;
  color: #ca1f1f
}

.tx-btn-pink-outline:hover,
.tx-btn-pink-outline:focus,
.tx-btn-pink-outline:active {
  border: 1px solid #ca1f1f;
  color: #ca1f1f
}

.tx-btn-grey {
  background-color: #8392a5;
  color: #fff;
  border: 1px solid #8392a5;
}

.tx-btn-grey:hover,
.tx-btn-grey:focus,
.tx-btn-grey:active {
  background-color: #878787;
  color: #fff;
  border: 1px solid #878787;
}

.tcl-status {
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

.table-sm-btn {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}

.stat-box h6 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 11px;
  margin-bottom: 0px;
}

.stat-box h3 {
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0;
}

.graph-box {
  border-top: 1px solid rgba(72, 94, 144, 0.16);
  padding: 10px;
}

.graph-legends {
  margin-bottom: 10px;
}

.graph-box p {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0;
}

.tx-wt {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
}

.graph-box h5 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}

.tcl-title h5 {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 500;
}

.tcl-title {
  margin-bottom: 35px;
}

.boxed label {
  display: inline-flex;
  padding: 10px;
  border: 1px solid rgba(72, 94, 144, 0.16);
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.boxed input[type="radio"] {
  display: none;
}

.boxed input[type="radio"]:checked+label {
  border: solid 1px #0c84d1;
  background-color: #0c84d1;
  color: #fff;
}

.boxed.boxed-group label {
  width: auto;
  float: left;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
  border-color: transparent !important;
  border: none !important;
  border-radius: .25em;
  height: 40px;
   !Important;
  background-color: #f5f5f5;
}

.select2-dropdown {
  border: 1px solid rgba(72, 94, 144, 0.16);
}

.select2-container--classic.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none !important;
  background-color: #f5f5f5 !important;
}

.select2-container--classic .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: 40px;
   !Important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0px 6px !important;
  color: #fff;
  border-color: #0c84d1 !important;
  background-color: #0c84d1 !important;
  font-size: 13px;
  border-radius: 0px;
  font-weight: 500;
  line-height: 1.6;
}

.select2-container--classic .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  min-height: 40px;
   !Important;
  border: none !important;
  background-color: #f5f5f5 !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: #000;
  margin-top: 0px;
}

.form-control:focus {
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  color: #000;
  height: 100%;
  align-items: center;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__options .select2-results__option[aria-selected="true"] {
  background-color: #0c84d1 !Important
}

.mb-0 {
  margin-bottom: 0 !Important;
}

.table.tcl-table th,
.table.tcl-table td {
  border-color: rgba(72, 94, 144, 0.16);
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  padding: 10px 10px;
  font-size: 14px;
  vertical-align: middle;
}

.table-bordered {
  border-color: rgba(72, 94, 144, 0.16);
}

.table.tcl-table th {
  text-transform: uppercase;
}

.bb-none {
  border-bottom: none !important;
}

.thead-bg-1 th {
  background-color: #0e63c5;
  color: #fff;
}

.thead-bg-light th {
  background-color: #f5f6fa;
  color: #010101;
}

.table-sub-header td {
  text-transform: uppercase;
  font-size: 11px !important;
  letter-spacing: .5px;
  font-weight: 500;
}

.tcl-table tbody tr td.bold {
  color: #000;
  font-weight: 500;
}

.page-item.disabled .page-link {
  background-color: transparent;
  border-color: rgba(72, 94, 144, 0.16);
  color: #8392a5;
}

.tcl-box strong {
  color: #010101;
}

.df-title {
  font-size: 36px;
  letter-spacing: -.5px;
  text-indent: -2px;
  margin-bottom: 20px;
}

.no-padding {
  padding: 0 !Important
}

.setup-left {
  padding: 2.2rem;
  min-height: 90vh;
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
}

.setup-right {
  padding: 2.2rem;
  border-left: 1px solid rgba(72, 94, 144, 0.16);
  min-height: 90vh;
  height: 100%;
}

.df-lead {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
  margin-bottom: 0px;
}

.setup-label .sc-label {
  display: block;
  font-size: 11px;
  letter-spacing: .7px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8392a5;
  margin-bottom: 25px;
}

.sc-link a,
.sc-link p {
  margin-bottom: 5px;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #6a6a6a;
}

.sc-link a.active,
.sc-link p.active {
  color: #1e9ff2 !Important;
  font-weight: 600;
}

.sc-link p.active:before,
.sc-link a.active:before {
  content: "";
  width: 70px;
  position: absolute;
  top: 49%;
  right: -2.2em;
  height: 1px;
  background-color: #1e9ff2;
}

.tcl-title-md {
  font-weight: 500;
  letter-spacing: 0px;
  margin: 20px 0;
}

.text-link {
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.2px;
  font-size: 14px;
}

.text-link i {
  margin-left: 5px;
  font-size: 16px !important;
}

.hideDivs {
  display: none;
}

.boxed-checkbox label {
  display: flex;
  width: 100%;
  padding: 10px;
  border: 2px solid rgba(72, 94, 144, 0.16);
  transition: all 0.3s;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: -.2px;
  font-weight: 600;
}

.boxed-checkbox input[type="checkbox"] {
  display: none;
}

.boxed-checkbox input[type="checkbox"]:checked+label {
  border: solid 2px #43628a;
  background-color: #43628a;
  color: #fff;
}

.boxed-checkbox.box-checkbox-inline label {
  display: inline-flex;
  float: left;
  height: 25px;
  font-size: 12px;
  border: 1px solid rgba(72, 94, 144, 0.16);
  width: auto;
  border-right: none;
}

.conf-checklist .boxed-checkbox.box-checkbox-inline:last-child label {
  border-right: 1px solid rgba(72, 94, 144, 0.16);
}

.boxed-checkbox input[type="checkbox"]:checked+label {
  border: solid 1px #43628a;
}

.conf-checklist {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: flex-end;
}

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

.card-header .heading-elements,
.card-header .heading-elements-toggle {
  top: 13px;
}

.question-box {
  position: relative;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.question-content,
.question-field.question-field-view {
  padding: 15px;
  display: flex;
  height: 100%;
}

.question-content p,
.question-field-view p {
  margin: 0;
}

.question-answer {
  display: flex;
  height: 100%;
}

.question-field {
  display: flex;
  height: 100%;
}

.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.question-field .form-control {
  background-color: transparent !important;
  height: 100%;
  border-radius: 0;
  border-bottom: none !important;
  border-right: none !important;
  border-top: none !important;
}

.question-answer {
  padding: 15px;
}

.question-answer .boxed.boxed-group label {
  width: 55px;
}

.qt-box .question-box:nth-child(even) {
  background-color: #f1f1f1;
}

.qt-box .question-box:last-child {
  border-bottom: none;
}

.title-lc {
  margin-bottom: 20px;
}

.question-answer h3 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -.2px;
}

.fileuploader {
  background-color: transparent;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i::after {}

.fileuploader-popup {
  z-index: 9999;
  background-color: #212121;
}

.fileuploader-popup-button.button-success {
  background-color: var(--tx-theme-color);
  border-color: var(--tx-theme-color);
  color: #fff !important;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-edit i::after {
  content: "\f2b0";
  font-family: LineAwesome;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
  margin: 0 10px 16px;
}

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a[data-action=crop] i:after {
  content: "\f1ab" !important;
  font-family: LineAwesome !important;
}

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a[data-action=rotate-cw] i:after {
  content: "\f2e0" !important;
  font-family: LineAwesome !important;
}

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a[data-action=remove] i:after {
  content: "\f34c" !important;
  font-family: LineAwesome !important;
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success {
  background: #0e63c5;
  background: -moz-linear-gradient(-45deg, #0e63c5 0, #0e63c5 100%);
  background: -webkit-linear-gradient(-45deg, #0e63c5 0, #0e63c5 100%);
  background: linear-gradient(135deg, #0e63c5 0, #0e63c5 100%);
  background: none;
  background-color: var(--tx-theme-color);
}

.comment-box {
  min-height: 280px;
  position: relative;
  height: 280px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.chat-content {
  position: relative;
  display: block;
  padding: 8px 15px;
  clear: both;
  background-color: #1E9FF2;
  border-radius: 4px;
  text-align: left;
  float: left;
  background-color: #EDEEF0;
}

.chat-content:before {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  content: '';
  border: 5px solid transparent;
  right: auto;
  left: -10px;
  border-right-color: #EDEEF0;
  border-left-color: transparent;
}

.chat-content p {
  margin-bottom: 7px;
}

.chat-content em.time1 {
  padding-left: 50px;
  display: inline-block;
}

.media-list.comment-list .media {
  padding: 1.5rem 0px;
  padding-top: 0;
}

.comment-content {
  padding: 1.5rem;
}

.media-left i,
.media-right i {
  font-style: normal;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
}

.chat-right {
  background-color: #43628a !important;
  color: #fff;
  float: right;
}

.chat-right:before {
  right: -10px;
  border-left-color: #43628a !important;
  border-right-color: transparent !important;
  left: initial;
}

.chat-right.bg-color-3:before {
  border-left-color: #7928ca;
}

.chat-form {
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
}

.chat-form .input {
  box-sizing: border-box;
  flex-basis: 4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  padding: 0.5em;
}

.chat-form .input input.form-control {
  background-image: none;
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
  flex-grow: 2;
  font-weight: 400;
  letter-spacing: 0.025em;
  width: 70%;
  border-radius: 50px;
  height: 40px;
}

.chat-form a {
  width: 40px;
  background-color: #43628a;
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.chat-form a:hover,
.chat-form a:focus,
.chat-form a:active {
  color: #fff;
}

.no-comments {
  padding: 30px 15px;
  text-align: center;
}

.no-comments i {
  font-size: 8rem !important;
  color: rgba(72, 94, 144, 0.16);
}

.no-comments h3 {
  color: rgba(72, 94, 144, 0.16);
}

.files-data {
  text-align: center;
  background-color: #f3f3f3;
  border-radius: .25em;
  padding: 15px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.files-data img {
  width: 60px;
  height: 60px;
}

.files-data p {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  color: #6a6a6a;
}

.user-box {
  display: none;
}

.empty-box {
  height: 150px;
}

.overflow-inherit {
  overflow-x: inherit;
}

/***************
selectize
****************/
.tbl-unit {
  padding: 7px 10px;
}

.tbl-unit .boxed-checkbox label {
  display: flex;
  width: 100%;
  padding: 3px;
  border: 1px solid rgba(72, 94, 144, 0.16);
  transition: all 0.3s;
  height: auto;
  align-items: center;
  justify-content: inherit;
  text-transform: inherit;
  letter-spacing: -.2px;
  font-weight: normal;
  font-size: 0.9rem;
  text-align: left;
}

.selectize-control.multi .selectize-input [data-value] {
  background-color: var(--tx-theme-color) !important;
  border-color: var(--tx-theme-color) !important;
  border-radius: 0;
  min-height: 25px;
  line-height: 1.2rem;
  font-size: 1rem;
  letter-spacing: 0;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 0.15em;
}

.selectize-control .selectize-dropdown,
.selectize-control .selectize-input input {
  font-size: 0.9rem;
}

.tbl-selectize .selectize-control.multi .selectize-input [data-value] {
  width: 100%;
  color: #6a6a6a;
  background-color: transparent !important;
  border-color: rgba(72, 94, 144, 0.16) !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  border-left-color: #fff !important;
  color: #fff;
  margin-left: 10px;
  padding-left: 5px;
  border-left: 1px solid;
}

.tbl-selectize .selectize-control.plugin-remove_button [data-value] .remove {
  border-left-color: rgba(72, 94, 144, 0.16) !important;
}

.selectize-control .selectize-input {
  border: 1px solid rgba(72, 94, 144, 0.16) !important;
  box-shadow: none;
}

.table-input .selectize-control .selectize-input {
  border: none !important
}

.selectize-control .selectize-input.focus,
.selectize-control .selectize-input:focus {
  border: none !important;
}

.selectize-control.single .selectize-input::after {}

.selectize-control.single .selectize-input {
  box-shadow: none;
  background-color: #fff;
  background-image: none;
}

.table-input .selectize-control .selectize-input.focus,
.table-input .selectize-control .selectize-input:focus {
  border: none !important;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox+label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #b1aeae;
  background: transparent;
}

.styled-checkbox:hover+label:before {
  background: #2fc1f2;
}

.styled-checkbox:focus+label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
  background: #2fc1f2;
  border: 2px solid #2fc1f2;
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked+label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: #213c6e;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #213c6e, 4px 0 0 #213c6e, 4px -2px 0 #213c6e, 4px -4px 0 #213c6e, 4px -6px 0 #213c6e, 4px -8px 0 #213c6e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 16px;
  margin: 5px;
  display: table;
}

.radio .label {
  position: relative;
  display: inline-flex;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}

.radio .label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #225cff;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}

.radio:hover .label:after {
  transform: scale(3.6);
}

.radio input[type="radio"]:checked+.label {
  border-color: #225cff;
}

.radio.rd-orange input[type="radio"]:checked+.label {
  border-color: #2fc1f2;
}

.radio.rd-orange .label:after {
  background-color: #2fc1f2;
}

.radio input[type="radio"]:checked+.label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}

.radio span.label,
.radio span.lbl-text {
  display: table-cell;
  vertical-align: top;
}

.radio span.lbl-text {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.department-access {
  background-color: #213c6e;
  color: #fff;
  padding: 3px 6px;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1;
}

.boxed input[type="radio"]:checked+label.tx-success-checked {
  background-color: #06a84d;
  border-color: #06a84d;
}

.boxed input[type="radio"]:checked+label.tx-pink-checked {
  background-color: #ca1f1f;
  border-color: #ca1f1f;
}

.boxed input[type="radio"]:checked+label.tx-warning-checked {
  background-color: #e68824;
  border-color: #e68824;
}

.table-input-auto textarea.form-control {
  height: auto;
  min-height: 40px;
  ;
}

.pd-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.btn-white {
  background-color: #fff;
  border-color: #c0ccda;
  color: rgba(27, 46, 75, 0.7);
}

.btn-white:hover,
.btn-white:focus {
  border-color: #8392a5;
  color: #1b2e4b;
}

.btn-uppercase {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1.75;
}

.mg-r-5 {
  margin-right: 5px;
}

.mg-l-5 {
  margin-left: 5px;
}

.btn-uppercase.btn-sm,
.btn-group-sm>.btn-uppercase.btn,
.sp-container .btn-group-sm>button.btn-uppercase,
.ui-datepicker-buttonpane button.btn-uppercase {
  font-size: 13px;
  line-height: 1;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-white:hover,
.btn-white:focus {
  border-color: #8392a5;
  color: #1b2e4b !important;
}

.content-header-right {
  text-align: right;
}

.badge {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 85%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.42rem;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.badge {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
}

.badge-light-success {
  color: #10b759;
  background-color: rgba(123, 197, 27, 0.3);
}

.badge-light-danger {
  color: #F64E60;
  background-color: rgba(246, 78, 76, 0.3);
}

.badge-light-warning {
  color: #D85F00;
  background-color: #fbede3;
}

.badge-light-info {
  color: #8A50FC;
  background-color: #EEE5FF;
}

.badge-light-primary {
  color: #0e63c5;
  background-color: #cff3ff;
}

.m-l-auto {
  margin-left: auto;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  color: #a1a1a1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  border-top: none;
  border-bottom: none
}

.symbol {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  margin-right: 0;
  background-color: var(--tx-theme-color);
  color: #fff;
}

.btn-light-primary {
  color: #0e63c5;
  background-color: rgba(46, 197, 244, 0.3);
}

.btn-light-theme {
  color: var(--tx-theme-color);
  background-color: rgba(196, 28, 45, 0.1);
}

.btn.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.3rem + 2px);
  width: calc(1.5em + 1.3rem + 2px);
}

.dropdown .dropdown-divider {
  border-top: 1px solid #e4e5ec;
}

.btn.btn-light {
  color: #8b8b8a;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn.btn-icon.btn-sm,
.btn-group-sm>.btn.btn-icon {
  height: 30px;
  width: 30px;
  border-radius: 3px;
}

.btn.btn-light:hover {
  background-color: var(--tx-theme-color) !important;
  border-color: var(--tx-theme-color) !important;
  color: #fff;
}

.btn.btn-icon .svg-icon {
  margin: 0;
  padding: 0;
}

.svg-icon.svg-icon-2x svg {
  height: 1.6rem !important;
  width: 1.6rem !important;
}

.btn.btn-light .svg-icon svg g [fill] {
  fill: #c5c4c2;
}

.btn.btn-light:hover .svg-icon svg g [fill] {
  fill: #fff !important;
}

.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sidenav .switch {
  float: right;
  margin-left: 0px;
}

.switch {
  position: relative;
}

.switch label {
  cursor: pointer;
  margin: 0;
}

.switch [type="checkbox"],
.switch [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.switch [type="checkbox"]:not(:checked),
.switch [type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.switch label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever {
  background-color: rgba(150, 149, 149, 0.38);
  margin: 0;
}

.switch label input[type="checkbox"]:checked+.lever {
  background-color: #a3e3f9;
}

.switch label .lever::before,
.switch label .lever::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.switch label .lever::after {
  background-color: #F1F1F1;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.switch label .lever::before {
  background-color: rgba(38, 166, 154, 0.15);
}

.switch label input[type="checkbox"]:checked+.lever::before,
.switch label input[type="checkbox"]:checked+.lever::after {
  left: 18px;
}

.switch label input[type="checkbox"]:checked+.lever::after {
  background-color: #e68824;
}

.switch label input[type="checkbox"]:checked+.lever {
  background-color: #fbe0c2;
}

.boxes input[type="checkbox"] {
  display: none;
}

.boxes input[type="checkbox"]+label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.boxes input[type="checkbox"]+label:last-child {
  margin-bottom: 0;
}

.boxes input[type="checkbox"]+label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #2fc1f2;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.boxes input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal-title {
  color: #000;
}

.swal-text {
  color: #6a6a6a;
  font-weight: 300;
}

.swal-button {
  background-color: #2fc1f2;
}

.swal-button:active {
  background-color: #2fc1f2;
}

.swal-button--cancel {
  color: #fff;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f5f5f5;
}

.reset-pwd {
  text-align: center;
}

.reset-pwd h3 {
  font-size: 2rem;
  font-weight: 300;
  margin: 30px 0;
  margin-top: 0;
}

.reset-content p {
  margin: 0;
  font-size: 18px !important;
  line-height: 1.3;
  font-weight: 300;
}

.reset-content .media i {
  font-size: 2.5rem;
  color: #2fc1f2;
}

.reset-content hr {
  margin: 30px 0;
}

.reset-content h6 {
  font-weight: 500;
}

.reset-content .form-control {
  height: 50px;
}

.reset-content .btn {
  width: 100%;
  height: 50px;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reset-content .media .media-body h3 {
  font-size: 1.2rem;
  margin: 0;
}

.hideDivs {
  display: none;
}

.input-group-icon {
  position: relative;
}

.field-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border: 1px solid rgba(72, 94, 144, 0.16);
}

.list-group-item {
  padding: 0px;
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.avatar-1 {
  position: relative;
  width: 38px;
  height: 38px;
}

.avatar-initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8392a5;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-l-10 {
  padding-left: 10px;
}

.mg-b-0 {
  margin-bottom: 0px;
}

.tx-medium {
  font-weight: 500;
}

.mg-b-0 {
  margin-bottom: 0px;
}

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

.show>.dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--tx-theme-color);
}

.badge-noti {
  border-radius: 50%;
  background-color: var(--tx-theme-color);
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  right: 12px;
  top: 11px
}

.header-navbar .navbar-container ul.nav li .media-list {
  top: -4px;
  z-index: -1
}

.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header {
  background-color: #fff;
  z-index: 1;
}

.mg-l-auto {
  margin-left: auto;
}

.nav-icon-only {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-icon-only .nav-link {
  padding: 0;
  color: #8392a5;
}

.nav-icon-only .nav-link svg {
  width: 18px;
  height: 18px;
}

.list-group-title {
  font-size: 16px;
  line-height: 1;
}

.nav-icon-only p {
  font-size: 12px;
  margin: 0;
}

.nav-icon-only p span {
  padding-left: 20px;
  color: #6a6a6a;
  font-weight: 500;
}

.list-group-flush li .document-content {
  width: 100%;
  padding: 10px 15px;
}

.c-card {
  display: flex;
  width: 100%;
  height: 100%;
}

.compose-content {
  width: 100%;
}

.compose-btn {
  padding: 25px 10px;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.compose-btn a,
.compose-btn btn {
  width: 100%;
}

.compise-tb {
  padding: 15px;
}

.cp-tabs {
  padding: 25px 10px;
}

.cp-tabs li {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.cp-tabs .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  height: 40px;
  color: #6a6a6a;
  border-radius: 50px;
  position: relative;
}

.cp-tabs .nav .nav-item .nav-link.active {
  color: #fff;
  background-color: #27c2f0;
}

.documents.list .document .document-content {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding: .75rem .625rem;
  position: relative;
  display: inline-flex;
  min-width: 0;
  word-wrap: break-word;
  justify-content: space-between;
  border-radius: 0px;
  padding: 13px 18px;
  width: 100%;
  transition: all 0.35s ease;
  border: none;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.documents.list .document .document-profile {
  display: inline-flex;
  align-self: center;
  min-width: 250px;
}

.documents.list .document .document-profile i {
  font-size: 50px;
}

.documents.list .document .document-info {
  padding: 0px 15px;
}

.documents.list .document .document-email,
.documents.list .document .document-location {
  min-width: 130px;
}

.documents p {
  margin-bottom: 0px;
}

.documents.list .document .document-content .document-phone {
  white-space: nowrap;
}

.documents p {
  margin-bottom: 0px;
}

.documents.list .document .document-content>div:last-child {
  margin-left: 10px;
  display: flex;
}

.line-h-1 {
  line-height: 1;
}

.documents.list .document .document-content>div:last-child a {
  margin: 0px 10px;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.modal-content {
  border: none
}

.modal-header {
  border-bottom: none;
}

.color-black {
  color: #000 !important
}

.modal-content {
  border-radius: 0 !important
}

.modal-content .close {
  position: absolute;
  background-color: var(--tx-theme-color);
  opacity: 1;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  right: 25px;
  top: 25px;
  display: flex;
  color: #fff;
}

.modal-content .close:hover {
  color: #fff;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #fff;
}

.modal-dialog {}

.fileuploader-input-caption {
  height: 40px;
  padding: 8px 15px;
  display: block;
  width: 100%;
}

.fileuploader-input-button {
  display: inline-flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  border: none;
  outline: none;
  box-shadow: none;
}

.fileuploader-icon-main:before {
  font-size: 4rem;
}

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

.view-doc li {
  margin-bottom: 7px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  list-style: none;
}

.view-doc li:nth-child(even) {
  border: none;
  background-color: #f3f3f3;
}


.view-doc li .media {
  padding: 10px;
}

.view-doc li .media p {
  margin-bottom: 0;
}

.view-doc li .media-body {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 10px;
}

.view-doc li .media-left {
  border-radius: 50%;
  color: #fff;
}

.view-doc li .media-left i {
  border-radius: 50%;
  color: #fff;
}

.view-doc li h6 {
  margin-bottom: 0;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.access-btn {
  position: absolute;
  z-index: 2;
  height: 40px;
  top: 0;
  right: 0;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cp-tabs .nav .nav-item .nav-link.active+.access-btn {
  color: #fff !important;
}

.btn-mis {
  border: none;
  outline: none;
  font-size: 10px;
  letter-spacing: 0.2px;
}

.btn-mis:focus,
.btn-mis:hover,
.btn-mis:active {
  border: none;
  outline: none;
}

.btn-mis i {
  font-size: 10px !important;
}

.required {
  color: #ed1c24;
}

.profile-pic {
  text-align: center;
  margin: 0 20px;
}

.profile-pic .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.profile-pic .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;

}

.no-margin-file .fileuploader {
  margin: 0;
}

.pb-sm {
  padding-bottom: 0.5rem !important
}

.fileuploader-theme-thumbnails .fileuploader-item .actions-holder {
  width: auto;
  right: 5px;
  top: 5px;
}

.boxes-sm label span {
  display: inline-block;
  font-size: 13px !important;
  margin-top: 1px;
}

.ds-box {
  padding: 50px 0;
  text-align: center;
}

.ds-box i {
  font-size: 6rem;
  color: #ed1c24;
}

.ds-box h3 {
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}

.ds-box p a {
  font-weight: 600;
}

.table.tbl-raylogic thead tr th {
  color: #6b6f82;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  border-top: none;
  border-bottom: none;
}

.room-st {
  border-top: 1px solid rgba(72, 94, 144, 0.16);
}

.pb-0 {
  padding-bottom: 0;
}

.bootstrap-touchspin input.form-control {
  background-color: transparent;
  height: auto;
  padding: 0;
  max-width: 40px;
}

.bootstrap-touchspin .btn-primary {
  height: 20px;
  color: #0e63c5;
  border-color: #0e63c5 !important;
  background-color: transparent !important;
  font-size: 16px;
  padding: 0;
  display: inline-flex;
  width: 20px;
  border-radius: 50% !important;
  line-height: 1;
  justify-content: center;
  align-items: center;
}

.bootstrap-touchspin .btn-primary:hover,
.bootstrap-touchspin .btn-primary:focus,
.bootstrap-touchspin .btn-primary:active {
  color: #fff;
  background-color: #0e63c5 !important;
}

.form-control.tbl-input {
  height: 28px;
  padding: 10px;
  font-size: 13px;
}

.list-item {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bt-none {
  border-top: none !important;
}

.bb-none {
  border-bottom: none !important;
}

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

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

.room-bx {
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.nowrap {
  white-space: nowrap
}

.vw-details {
  margin-bottom: 20px;
}

.vw-details h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.vw-details h6 {
  font-weight: 500;
  font-size: 16px;
}

.rd-box {
  display: flex;
}

.rd-box label {
  display: flex;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 1rem;
  margin-right: 20px;
  /* Accessible outline */
  /* Remove comment to use */
  /*
  	&:focus-within {
  			outline: .125em solid $primary-color;
  	}
  */
}

.rd-box label input {
  position: absolute;
  left: -9999px;
}

.rd-box label input:checked+span {
  background-color: #f2f2f2;
}

.rd-box label input:checked+span:before {
  box-shadow: inset 0 0 0 0.4375em var(--tx-alt-color);
}

.rd-box label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}

.rd-box label span:hover {
  background-color: #d6d6e5;
}

.rd-box label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em var(--tx-alt-color);
}

.content-header-right .btn {
  font-size: 12px !important;
  height: 35px !important;
}

.issue-box .boxes-sm {
  margin-top: 10px;
}

.account-status {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.account-status i {
  margin-right: 5px;
}

.actions-holder .fileuploader-action.fileuploader-action-download {
  display: none !important;
}

.profile-pic .fileuploader-items-list li:nth-child(2) {
  display: none !important;
}

.btn-txt {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}

.warning-content {
  padding: 10px 20px;
  line-height: 1;
}

.input-group-text {
  background-color: #f5f5f5;
  border: none;
}

.ck-content {
  min-height: 180px;
}

.pc-para {
  margin-bottom: 1rem;
}

.pc-para strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.bg-theme {
  background-color: var(--tx-theme-color);
}

.notification .media-left i,
.notification .media-right i {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
}

.notification-text {
  line-height: 1.2;
  font-size: 16px !important;
}

.top-stats .media .media-body {
  padding-left: 1rem;
}

.top-stats .media .media-body h6 {
  margin: 0;
  font-size: 1rem;
}

.top-stats .media .media-left i {
  font-size: 2.5rem;
  font-weight: normal;
}

.top-stats .media {
  align-items: center;
}

.table.table-custom thead th {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  border-top: none;
  border-bottom: none;
}

.table-input tbody tr td {
  padding: 0;
}

.table-input tbody tr td p {
  padding: 10px;
  margin: 0;
}

.table-input .form-control {
  background-color: transparent;
  height: 35px;
  padding: 10px 10px;
  font-size: 14px;
}

.table-input textarea.form-control {
  min-height: 80px;
}

.table.vtop tbody td {
  vertical-align: top;
}

.table-input .select2-container--classic .select2-selection--single,
.table-input .select2-container--default .select2-selection--single {
  background-color: transparent;
}

.question-right {
  padding: 1.5rem;
  align-items: flex-start;
}

.question-left {
  padding: 1.5rem;
  border-right: 1px solid rgba(72, 94, 144, 0.16);
}

.service-box {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0.25em;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(72, 94, 144, 0.16);
}

.service-box:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: url('../../app-assets/images/custom/illustration-7.svg');
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat
}

.service-box i.st-icon {
  font-size: 4rem !important;
  color: #97a3b9;
}

.service-box h3 {
  font-size: 1.7em;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #8282882;
}

.service-box h3 span {
  font-weight: 300;
}

.service-box .card-body {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 50px 40px;
}

.service-box1 {
  background-color: #fff;
}

.service-box span {}

.table-input .input-group-text {
  background-color: #f4f4f4;
  height: 40px;
}

.selectize-control .selectize-input {
  border: none !important;
  box-shadow: none;
  background-color: #f5f5f5;
  min-height: 40px !important;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.25em;
  padding: .75rem 1rem;
}

.table.table-custom thead.table-header-alt tr th {
  background-color: var(--tx-alt-color);
  font-weight: 700;
  color: var(--tx-theme-color);
  font-size: 12px;
}

.company-logo img {
  height: 50px;
  width: auto;
}

.modal .fileuploader {
  margin-top: 0;
}

/*****************************
CHAT CSS
****************************/
#chat {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  overflow-y: scroll;
  height: 350px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#chat li {
  padding: 10px 30px;
}

#chat .entete {
  margin-bottom: 5px;
}

.green {
  background-color: #7d7d7d;
}

.status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
}

#chat h2,
#chat h3 {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
}

#chat h3 {
  color: #bbb;
}

#chat .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
}

#chat .you .triangle {
  border-color: transparent transparent #7d7d7d transparent;
  margin-left: 15px;
}

#chat .you .message {
  background-color: #7d7d7d;
}

#chat .message {
  padding: 20px;
  color: #fff;
  line-height: 25px;
  max-width: 90%;
  display: inline-block;
  text-align: left;
  border-radius: 5px;
}

#chat .me {
  text-align: right;
}

.blue {
  background-color: var(--tx-theme-color);
  margin-right: 0;
  margin-left: 7px;
}

#chat .me .triangle {
  border-color: transparent transparent var(--tx-theme-color) transparent;
  margin-right: 15px;
  margin-left: auto;
}

#chat .me .message {
  background-color: var(--tx-theme-color);
}

.card-form {
  padding: 1.5rem;
  border-top: 1px solid rgba(72, 94, 144, 0.16);
}

.chat-img {
  border: 3px solid #e3e3e3;
  display: inline-block;
  border-radius: 4px;
}

.kam-title {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  color: var(--tx-theme-color);
  position: relative;
  font-weight: 700;
}

.ques-box h3 {
  font-size: 14px;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 12px;
}

.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.result-media {
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px solid rgba(72, 94, 144, 0.16);
}

.result-media .media {
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.result-media .media:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.result-media .media .media-left {
  font-size: 2rem;
  font-weight: 700;
  width: 40px;
  text-align: center;
}

.result-media .media .media-body {
  padding-left: 1rem;
  align-items: center;
}

.result-media .media .media-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.result-media .media .media-body p:last-child {
  margin-bottom: 0;
}

.grand-total {
  text-align: left;
  font-weight: 400;
  margin: 0;
  font-size: 1.1rem;
  text-transform: capitalize;
}

.grand-total1 {
  text-align: right;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
  font-size: 1.1rem;
}

.fileuploader-input-caption {
  color: #000;
  font-weight: 400;
  border: none;
  background-color: #f5f5f5;
}

.sm-title {
  position: relative;
}

.sm-title span {
  position: relative;
  font-size: 11px;
  left: 1px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 700;
  margin-bottom: 10px;
  padding-right: 10px;
  background-color: #fff;
  z-index: 1;
  display: inline-block;
}

.sm-title:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(72, 94, 144, 0.16);
  top: 15px;
}

.result-feedback {
  border-top: none;
  margin: 0;
  padding: 0
}

.result-feedback .media {
  padding-top: 0;
}

.result-feedback .media h6 {
  font-size: 12px;
  margin-bottom: 2px;
}

.min-120 {
  min-height: 120px;
}

.lbl-label {
  text-align: right;
  font-size: 12px;
  display: block;
}

.progress {
  margin-bottom: 30px;
  height: 4px;
}

.pro-content p {
  margin: 0;
  font-size: 11px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 4px;
}

.pro-content h6 {
  margin: 0;
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 1;
  color: #000;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
}

.pro-content {
  margin-bottom: 20px;
}

.progress-bar.tx-theme {
  background-color: var(--tx-theme-color);
}

.progress-bar.tx-warning {
  background-color: #e68824;
}

.home-client-logo {
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.ct-logos {
  margin: 10px;
}

.selectize-control.single .selectize-input,
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background-color: #f5f5f5;
}

.single-selectize .selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
  background-color: #f5f5f5;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.vtop {
  vertical-align: top;
}

.table-input .form-control.selectize-control {
  padding: 0;
}

.table-input .selectize-control.single .selectize-input,
.table-input .selectize-input,
.table-input .selectize-control.single .selectize-input.input-active {
  background-color: transparent;
}

.table-input .form-control.selectize-dropdown {
  background-color: #fff;
}

.table-input .selectize-dropdown-content {
  background-color: #fff;
}

.table-input .selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 1;
}

.st-status-input {
  display: none;
}

.no-objectives {
  text-align: center;
}

.no-objectives h3 {
  font-size: 18px;
}

.content-header-right .switch {
  display: inline-block;
  padding-left: 10px;
}

.support {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 30px;
  font-size: 12px;
}

.form-group .selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
  width: 30px;
  background-color: #f5f5f5;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.self-title {
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--tx-theme-color);
}

.table.self-table td {
  font-size: 14px;
}

/* .table-input.self-table textarea.form-control {
  min-height: 150px;
} */

.grand-tlt {
  color: var(--tx-theme-color);
  font-weight: 800;
  font-size: 18px;
}

.download-link {
  color: var(--tx-theme-color);
  font-weight: 600;
  text-decoration: underline;
}

.Currency {
  display: none;
}

.tbl-actuals .form-control {
  height: 40px;
  background-color: #f4f4f4 !important;
}

.content-align {
  justify-content: space-between;
}

.txt-color {
  color: #c41c2d;
  font-weight: bold;
}

.plus {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  vertical-align: middle !important;
  text-align: center;
  margin: auto;
}

.plus-td {
  vertical-align: middle !important;
}

.pd-0 {
  padding: 0 !important;
}

.w-100 {
  width: 100%;
}

.v-align-m {
  vertical-align: middle !important;
}

.bg-none {
  background: none !important;
}

.eye-icon {
  background-color: #c41c2d;
  color: #fff;
  border: 1px solid var(--tx-theme-color);
}

.bd-top {
  border-top: 1px solid #e3ebf3;
}

.width-machine {
  /*   Sort of a magic number to add extra space for number spinner */
  padding: 0 1rem;
}

.plus-icon {
  background-color: var(--tx-theme-color);
  color: #fff;
  border: 1px solid var(--tx-theme-color);

  border-radius: 3px;
}

.plus-icon:hover {
  color: #fff;

}

.pointer {
  cursor: pointer;
}

.plusicon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tx-theme-color);
  color: #fff;
  border: 1px solid var(--tx-theme-color);
  border-radius: 3px;
  padding: 3px;
}

.view-more {
  height: 190px;
  overflow-y: auto;
  width: 100%;

}

.w-10 {
  width: 10% !important;
}

.w-28 {
  width: 25% !important;
}

.w-150px {
  width: 8% !important;
}

.w-180px {
  width: 9% !important;
}

.w-300px {
  width: 15% !important;
}

.w-120px {
  width: 6% !important;
}

.w-270px {
  width: 14% !important;
}

.w-280px {
  width: 280px !important;
}

.w-17 {
  width: 16% !important;
}

.w-28px {
  width: 28.5% !important;
}

.file-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-header {
  float: left;
  width: 79px;
}
body.vertical-layout.vertical-menu.menu-collapsed .main-menu {
  width: 79px;
}
.slide-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.rotate.left{
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}
.la.la-chevron-circle-right{
  color:#2c343b;
  margin: 0;
}
/* 
.textarea {
  display: block;
  width: 100%;
  overflow: hidden;
  resize: both;
  min-height: 40px;
  line-height: 20px;
} */

/********************
responsive
********************/
/* @media only screen and (max-width: 1600px){
  .self-assisment {
    width: 90% !important;
  }
}  */

.self-assisment {
  position: fixed;
  top: 71px;
  width: 93.55%;
  z-index: 4;
}
.head-color{
  background-color: #ffcc66 !important;
  color: #ca1f1f !important;
}
.head-color th{
  color: #ca1f1f !important;
  font-weight: 700 !important;
}
.fnt-wei-700{
  font-weight: 700 !important;
}
.bg-color{
  background-color: #d5d4d4 !important;
}

@media only screen and (max-width: 1650px) {
  .navbar-expand-md .navbar-nav {
    font-size: 10px !important;
    }

  .header-navbar .navbar-container ul.nav li.nav-item a.dropdown-user-link {
    line-height: 20px;
    font-size:12px !important;
  }

  .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 1rem 0.3rem;
  }

  .header-navbar .navbar-container ul.nav li > a.nav-link {
    font-size: 12px;
  }

  .self-assisment {
    width: 92% !important;
  }
  .wid-70 {
    width: 50%!important;
  }
  /* .txt-cen-updated {
    height: 120px!important;
  } */
  .collapse.navbar-collapse {
    padding: 10px;
  }
  .header-navbar .navbar-container {
    padding-left: 0;
  }
}





@media only screen and (min-width: 1610px) and (max-width: 1900px) {
  .self-assisment {
    width: 82% !important;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 690px;
  }
}

@media only screen and (max-width: 980px) {
  .blank-page .content-wrapper .flexbox-container {
    height: auto;
  }

  .login-left {
    min-height: 270px;
  }
}

@media only screen and (max-width: 767px) {
  .login-caption h3 {
    font-size: 2rem;
  }

  .header-navbar .navbar-header .navbar-brand .brand-logo.logo-sm {
    display: none !important;
  }

  .navbar-semi-light .navbar-nav li.nav-item {
    margin: 0;
  }
}

.la-plus {
  background-color: #c41c2d;
  color: #fff;
  border: 1px solid var(--tx-theme-color);
}

.ht-60 {
  height: 70px;
}

.bg-subproject {
  background: #efeeee!important;
}

/* .project-active .table.tcl-table td { 
  margin-bottom: 2rem!important;
  border-bottom: 4px solid rgb(72 94 144 / 16%);
} */

/* .w-9 {
  width: 11%;
}

.w-30 {
  width: 52%;
}

.w-20 {
  width: 20%;
}

.w-38 {
  width: 38%;
} */

/* table {
  table-layout: fixed ;
} */


.dropdown-menu {
  transform: translate3d(3px, 39px, 0px);
}

.upload-details .media {
  display: block;
  text-align: center;
  padding: 10px 15px;
  box-shadow: 4px 3px #e7e7e7;
}

.upload-details .media-left {
  padding-bottom: 8px;
}

/* .pd-20 {
  padding: 20px;
} */

.icon-eye:before:hover {
  color: #fff;
}

.bod-right {
  border-right: 1px dotted #a5a0a0;
  padding: 20px;
}

.flex-cen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-style {
  /* width: 90%; */
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: auto;
  /* border-bottom: 1px dotted #a5a0a0; */
  padding: 20px;
}

.bg-f5 {
  background-color: #f4f2f200;
  padding: 20px;
  margin: auto;
  box-shadow: 0px 0px 10px 1px #d8d8d8;
  margin: 20px;
  border-radius: 5px;
}

.font-wg-500 {
  font-weight: 500;
}

.upload-details .table-custom {
  display: none;
}

.txt-cen {
  text-align: center;
  border-bottom: 1px dotted #b6b2b2;
  height: 250px;
  overflow: scroll;
  padding-bottom: 80px;
  scrollbar-width: thin;
  overflow-x: hidden;
}

.txt-right {
  text-align: right;
}

.font-10 {
  font-size: 11px;
  margin: 0;
}

.progress-bar.tx-blue {
  background-color: #19b0e3;
}

.oly-team {
    width: 30%;
    /* margin: auto; */
    font-size: 20px;    
}

/* .oly-div {
    color: aliceblue;
    background: #f65a5a;
} */

.mb-0 {
  margin-bottom: 0;
}

.col-6.card {
  background-color: #e2edf6;
}

.layout.row {
  background-color: #fff;
}

.event-card-list {
  margin-top: 2em;
  padding-left: 15px;
}

.event-card-list li {
  list-style: none;
  margin: 2em 0;
}

.event-card {
  overflow: hidden;
  /* width: 630px; */

  border-radius: 0.3em;
}

.event-card img {
  width: 50%;
  height: 155px;

  object-fit: cover;
}

.event-card .name {
  font-size: 18px;
  font-weight: 400;
}

.event-card .name a {
  text-decoration: none;
  /*color: #212121;*/
}

.event-card .date {
  font-size: 1em;
  font-weight: 400;
  color: #6D6D6D;
}

.event-card .location {
  font-size: 1em;
  color: #757575;
}

.event-card .location i {
  font-size: 1.1em;
  padding-right: 0.3em;
  margin-bottom: 0.085em;
}

.event-card .desc {
  margin-bottom: 0.2em;
  font-size: 1.16em;
  padding-left: 0.1em;
  color: #000;
  margin-top: 20px;

}

.event-card .date-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  background: #FE453E;
  color: #fff;
  padding: 0.2em 1em;
  padding-bottom: 0;
  border-radius: 0;
}

.event-card .date-ribbon::before,
.event-card .date-ribbon::after {
  content: '';
  position: absolute;
  top: 83%;

  width: 50%;
  height: 30px;
}

.event-card .date-ribbon::before {
  left: 0;
  border-left: solid 2em #FE453E;
  border-top: solid 15px #FE453E;
  border-bottom: solid 15px transparent;
  border-right: solid 2em transparent;
}

.event-card .date-ribbon::after {
  right: 0;
  border-right: solid 2em #FE453E;
  border-top: solid 15px #FE453E;
  border-bottom: solid 15px transparent;
  border-left: solid 2em transparent;
}

.event-card .date-ribbon h2 {
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.07em;
  text-align: center;
}

.event-card .date-ribbon h1 {
  text-align: center;
  font-weight: 400;
  font-size: 1.4em;
  margin-top: -0.09em;
  line-height: 1em;
}

/* Below is page css. Not event card */

.wrapme {
  width: 70%;
  max-width: 650px;
}

.txt-clr-white {
  color: #fff;
}

.search-bar {
  margin-top: 5em;
  background: #fff;
  padding: 1em;
  width: 100%;
  border-radius: 10em;

  transition: box-shadow 300ms ease;
}

.search-bar input {
  width: 100%;
  border-style: none;

  color: inherit;
  background-color: transparent;

  padding-left: 1em;
  font-size: 1.3em;
}

.search-bar input:focus {
  outline: none;
}

.upcoming-events-filter-group {
  padding: 0 2.4em;

  position: relative;
  display: inline-block;
}

.upcoming-events-filter-group input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -999;
  left: -999;
}

.upcoming-events-filter-group label {
  cursor: pointer;
  font-size: 1.3em;
  margin: 0 0.3em;

  color: #9E9E9E;

  transition: color 300ms ease;
}

.upcoming-events-filter-group input:checked+label {
  color: #F07077;
}

.upcoming-events-filter-group .underline {
  position: absolute;
  bottom: -3px;
  left: 2.73em;

  height: 2px;
  width: 6em;
  background: #F07077;

  transition: 300ms ease;
}

.upcoming-events-filter-group #importantSelect:checked~.underline {
  left: 2.73em;
  width: 5.7em;
}

.upcoming-events-filter-group #upcomingSelect:checked~.underline {
  left: 9.45em;
  width: 6em;
}

.upcoming-events-filter-group #finishedSelect:checked~.underline {
  left: calc(100% - 2.7em - 5em);
  width: 5em;
}

/* .bg-blu {
  background: #e2edf6;
} */

.name {
  color: #c41c2d;
  font-weight: 500;
}

.span-element {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  background: #b5cee2;
  left: 43%;
  top: 8%;
}

.ribbon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  /* background: #b5cee2; */
  left: 26%;
  top: 44%;
  z-index: 999;
}

/* .single-service::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: url(../images/2680.jpg);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
} */

.carousel-inner {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ht-100 {
  height: 100px;
}

.fixed-bot {
  position: absolute;
  /* bottom: -125px; */
  /* top: 130px; */
  width: 100%;
  left: 0;
  padding: 0 1rem;
  bottom: 0px;
  background-color: #fff;
  margin: 0;
}

/* .div_holder {
  padding-bottom: 80px;
} */

.txt-cen-updated {
  text-align: center;
  height: 100px!important;
  /* overflow: scroll; */
  padding-bottom: 0px;
  padding-top: 15px;
  border-top: 1px dotted #d2d2d2;
}

.carousel-item {
  width: 100%;
  height: 100%;
}

.carousel-inner {
  width: 100%;
  height: 100%;
  margin: auto;
}
/*-------New dashboard---------*/

html body .content .content-wrapper {
  padding-top: 2.2rem;
  padding-left: 2.2rem;
  padding-right: 0px !important ;
}

.service-box .card-body {
  background: #fff;
}

.service-box h3 {
  color: #97a3b9;
}

.pro-content p {
  color: #cec9c9;
}

.pro-content h6 {
  color: #cec9c9;
}

.card-span {
  color: #cec9c9;
}

.mar-auto {
  margin: auto;
  border-radius: 50%;
}

.kam-oly-p {
  width: 70%;
  margin: auto;
  text-align: center;
}

.bg-oly {
  background: #e2edf6;
}

.section-services {
  /* padding-top: 110px;
padding-bottom: 120px; */
  font-family: "Poppins", sans-serif;
  background-color: #f3f3f3;
  color: #fff;
}

.section-services .header-section {
  margin-bottom: 35px;
}

.section-services .header-section .title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

.section-services .header-section .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 1px;
  background-color: #f70037;
}

.section-services .header-section .title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 3px;
  background-color: #f70037;
}

.section-services .header-section .title span {
  color: #f70037;
}

.section-services .header-section .description {
  color: #6f6f71;
}

.section-services .single-service {
  margin-top: 20px;
  background-color: #b1b1b1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  border-radius: 3px;
  height: 300px;
  cursor: pointer;
}

.section-services .single-service .part-1 {
  padding: 20px 20px 10px;
  border-bottom: 2px solid #bbbbbb;
}

.section-services .single-service .part-1 i {
  margin-bottom: 5px;
  font-size: 50px;
  color: #515f6b;
}

.section-services .single-service .part-1 .title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  color: #515f6b;
}

.section-services .single-service .part-2 {
  padding: 15px 20px 20px;
}

.section-services .single-service .part-2 .description {
  margin-bottom: 22px;
  color: #515f6b;
  font-size: 14px;
  line-height: 1.8em;
}

.section-services .single-service .part-2 a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: #2c343b;
  padding: 8px;
  border-radius: 5px;
}

.section-services .single-service .part-2 a i {
  margin-right: 10px;
  color: #fff;
  padding-left: 5px;
  /* display: none; */
}

.section-services .single-service .part-1 .title {
  color: #515f6b;
}

.service-box i.st-icon {
  color: #2c343b;
}
.view-btn {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: #2c343b;
  padding: 6px 5px 6px 6px;
  border-radius: 5px;
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.service-box h3 {
  color: #2c343b;
}

.card-span {
  color: #2c343b;
}

.collapse.navbar-collapse {
  background: #fff;
  color: #b7505d;
  height: 90px;
  align-items: center;
}

.collapse.navbar-collapse li {
  color: #b7505d;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
  color: #9d2837;
  text-transform: uppercase;
  font-size: 12px !important;
}

.header-navbar .navbar-container ul.nav li i.ficon {
  color: #b7505d;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu {
  display: none;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand {
  padding: 0;
}
.menu-collapsed .header-navbar .navbar-header .navbar-brand .brand-logo {
  width: 100%;
}
body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-header {
  width: 7%;
  height: auto;
}

.nav.navbar-nav.flex-row {
  padding: 0px;
}
.dropbtn {
background-color: #04AA6D;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}

.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #b7505d;
color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
padding-inline-start: 5px;
list-style: none;
padding:0px;
}

.dropdown-content-2 {
display: none;
position: absolute;
left: 100%;
/* right: 50%; */
top: 5%;
background-color: #b7505d;
color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 999;
padding-inline-start: 5px;
list-style: none;
}

.dropdown-content-3 {
display: none;
position: absolute;
left: 100%;
/* right: 50%; */
top: 5%;
background-color: #b7505d;
color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 999;
padding-inline-start: 5px;
list-style: none;
}

.dropdown-content-2 li a {
color: #fff;
padding: 12px 16px;
text-decoration: none;
display: block;
list-style: none;
}

.dropdown-content-3 li a {
color: #fff;
padding: 12px 16px;
text-decoration: none;
display: block;
list-style: none;
}

.dropdown-content li a {
color: #fff;
padding: 12px 16px;
text-decoration: none;
display: block;
list-style: none;
}



.dropdown-content a:hover {background-color: #feca6f;}

.dropdown:hover .dropdown-content {display: block;}

/* .dropdown-content a:hover + .dropdown-content-2 {display: block;} */

.dropdown-content .sub-menu-2:hover > .dropdown-content-2 {
display: block;
top:10%;
}

.dropdown-content .sub-menu-2:hover > .dropdown-content-3 {
display: block;
top:25%;
}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.dropdown-user.nav-item.active{
border-bottom: 4px solid #ffcc66;
}

.header-navbar .navbar-container {
padding: 0;
}

@media only screen and (max-width: 1650px) {
   .content .content-wrapper {
      padding-right: 6rem!important;
      padding-left: 2rem!important;
    }
    body.vertical-layout.vertical-menu.menu-collapsed .content, body.vertical-layout.vertical-menu.menu-collapsed .footer {
      /* margin-left: 0!important; */
      padding-left: 20px!important;
      padding-right: 20px;
    }

}

body.vertical-layout.vertical-menu.menu-collapsed .content, body.vertical-layout.vertical-menu.menu-collapsed .footer {
      margin-left: 0;
      padding-left: 60px;
    }

.navbar-semi-light .navbar-header {
  border-right: none;
}

.text-bold-800 {
  font-weight: 800;
} 

.header-navbar .navbar-container ul.nav li a.nav-link-label {
  padding: 1.7rem 1rem 2.5rem 1rem!important;
}  

@media only screen and (max-width: 1360px) {
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
       font-size: 9px !important;
}
}