.social-counters-widget-form .remove-platform i {
  transition: all 0.2s;
}
.social-counters-widget-form .remove-platform:hover i {
  color: #333;
}

.lang_container.text .select2 {
  width: 100% !important;
}
.lang_container.text .select2 .select2-selection {
  border-radius: 8px 8px 0 0;
  height: 38px !important;
}
.lang_container.text textarea {
  border-radius: 0 0 8px 8px;
}
.lang_container .select2 {
  min-width: 150px;
  border-radius: 0 !important;
  width: auto !important;
}
.lang_container .select2 .select2-selection {
  line-height: 18px;
  border-radius: 8px 0 0 8px;
  max-width: 100% !important;
  background-color: #F6F9FB;
}
.lang_container .select2 .select2-selection span {
  min-width: 100%;
  text-align: start;
  height: 28px;
  line-height: 2rem;
  font-family: tahoma;
  font-size: 13px;
}
.lang_container .select2 .select2-selection:focus {
  background: #f5f8fa;
  border-color: #e4e6ef;
}
.lang_container .select2 img {
  max-width: 25px;
  max-height: 25px;
}
.lang_container .select2-container--default.select2-container--focus .select2-selection--single, .lang_container .select2-container--default .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ced4da !important;
}
.lang_container .select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 0 !important;
  left: auto !important;
  top: 20px !important;
}

.select2-container--default .select2-results__option {
  line-height: 1.5rem !important;
  font-family: tahoma !important;
  font-size: 13px !important;
}

.select2-container ul li img {
  max-width: 20px;
  max-height: 15px;
}
.select2-container ul li {
  width: auto !important;
}

.url_input_container .form-control-choose-type .select2 .select2-selection {
  border-radius: 0 8px 8px 0 !important;
}
.url_input_container.text .select2 {
  width: 100% !important;
}
.url_input_container.text .select2 .select2-selection {
  border-radius: 8px 8px 0 0;
  height: 38px !important;
}
.url_input_container.text textarea {
  border-radius: 0 0 8px 8px;
}
.url_input_container .select2 {
  min-width: 150px;
  border-radius: 0 !important;
  width: auto !important;
}
.url_input_container .select2 .select2-selection {
  line-height: 18px;
  border-radius: 8px 0 0 8px;
  max-width: 100% !important;
  background-color: #F6F9FB;
}
.url_input_container .select2 .select2-selection span {
  min-width: 100%;
  text-align: start;
  height: 28px;
  line-height: 2rem;
  font-family: tahoma;
  font-size: 13px;
}
.url_input_container .select2 .select2-selection:focus {
  background: #f5f8fa;
  border-color: #e4e6ef;
}
.url_input_container .select2 img {
  max-width: 25px;
  max-height: 25px;
}
.url_input_container .select2-container--default.select2-container--focus .select2-selection--single, .url_input_container .select2-container--default .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ced4da !important;
}
.url_input_container .select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 0 !important;
  left: auto !important;
  top: 20px !important;
}

.select2-container--default .select2-results__option {
  line-height: 1.5rem !important;
  font-family: tahoma !important;
  font-size: 13px !important;
}

.select2-container ul li img {
  max-width: 20px;
  max-height: 15px;
}
.select2-container ul li {
  width: auto !important;
}

/* TMI add css sidebar */

body {
   
    color: #000;
    font-size: 15px;
    font-family:"Roboto", sans-serif;
    line-height: 1.6;
    overflow-x: hidden;

}
.layout-fixed .main-sidebar {
      background: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
    height: 100vh;
    top: 0;
    box-shadow: none !important;
}
.nav-sidebar .nav-item > .nav-link {
      border-radius: 7px;
    padding: 12px 13px;
    margin: 0 -12px;
    position: relative;
}
[class*="sidebar-dark"] .user-panel {
      border-bottom: none;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #ebfafa;
    color: #076aa2;
}
[class*="sidebar-dark-"] .nav-header {
      color: #636e72;
}
[class*="sidebar-dark-"] .sidebar a {
        display: inline-block;
    font-size: 15px;
    color: #636e72;
}
[class*="sidebar-dark"] .brand-link {
      border-bottom: none;
}
[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
      display: block;
    color: #636e72;
    font-size: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.sidebar .os-content {
    height: 100%;
    width: 100%;
    margin-top: 24px;
    padding: 12px 24px 24px;
    overflow-y: auto;
    overflow-x: hidden;
}
.sidebar .os-content::-webkit-scrollbar {
  display: none;
}

/** CSS Menu Admin ***/

.main-header {
  background: none;
    padding: 16px 32px 32px;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    height: 112px;
    border-bottom: none;
}

/*** TMI CSS Content wrapper ****/
.content-wrapper {
  background-color: #f0f2f5;
}


/*** TMI CSS dashboard ****/

.bg-info , .bg-success, .bg-warning, .bg-danger {
      background-color: #fff !important;
      color: #636e72 !important;
}

/** TMI CSS DataTables ***/

.dataTables_scrollHeadInner {
  width: 100% !important;
}

.card-body .alert-info {
  color: #3DB049 !important;
  background-color: #eafff8 !important;
  border-color: #eafff8 !important;
}

.dashboard-count .card {
  border:1px solid #dfe6e9;
  border-radius: 16px;
  box-shadow:none;
}

.form-control:focus {
  color:#3DB049 !important;
}

.btn.btn-light {
  color: #7e8299 !important;
  border-color: #f5f8fa !important;
  background-color: #f5f8fa !important;
}
.fs-6 {
  font-size: 1rem !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eafff8 !important;
  color: inherit !important;
}

#kt_order_form .btn.btn-link {
 color:#000 !important;
}
.hp-text-color-red {
  color: #ff0022;
}

#kt_order_form .ri-contacts-line:before {
  color: #3DB049 !important;
  font-size: 1.5rem;
}
.menu-language a {
  color: inherit !important;
}
#clients_filter , #transactions_filter, #users_table_filter {
  display:none !important;
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  padding: 0px !important;
}
.ri-2x {
  font-size: 1.5em;
}
/*
thead, tbody, tfoot, tr, td, th {
  border-bottom: 1px solid #eff2f5 !important;
  background: none !important;
}
*/
.table>thead {
  font-size: 14px !important;
  font-weight: 600  !important;
}

.btn-border {
  background: rgba(255, 255, 255, 0) !important;
  border: 1px solid #3DB049 !important;
  color: #000 !important;
}
a:hover {
  color:inherit !important;
}
.btn-check:active .btn.btn-light-primary, .btn-check:checked .btn.btn-light-primary, .btn.btn-light-primary.active, .btn.btn-light-primary.show, .btn.btn-light-primary:active:not(.btn-active), .btn.btn-light-primary:focus:not(.btn-active), .btn.btn-light-primary:hover:not(.btn-active), .show>.btn.btn-light-primary {
  color:inherit !important;
  border-color: #f5f8fa !important;
  background-color: #f5f8fa !important;
}

.dataTable .badge-success {
  color: #000;
  background-color: #eafff8;
}
.btn.btn-primary:hover {
  background-color: #2F8FC3 !important;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #076AA2  !important;
}

.form-control {
  padding: 0px 0px 0px 15px;
}
.h_language .dropdown-item.active, .h_language .dropdown-item:active {
  background-color: #076AA2 !important;
}
.badge-warning {
  color: #000  !important;
  background-color: #eafff8  !important;
}
.badge {
  padding: 6px;
  border-radius: 10px;
  /*top: -10px;*/
  position: relative;
}
.form-check .form-check-label {
  width: max-content;
}
.invoice-table td , .invoice-table th, .invoice-table thead, .invoice-table tbody, .invoice-table tfoot {
  border: 1px solid #eff2f5 !important;
}
.invoice-table td  {
  padding: 10px;
}
.invoice-table td.bold , .invoice-table span.bold  {
  font-weight:bold;
}
.invoice-table tr.noborder , .invoice-table td.noborder, .invoice-table th.noborder {
  border:none !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 6px 5px;
  color: #000;
  vertical-align: middle;
}
.form-control:focus {
  border: 2px solid #47be7d !important;
}

table.dataTable>thead>tr>td:not(.sorting_disabled), table.dataTable>thead>tr>th:not(.sorting_disabled) {
  padding-right: 0px !important;
}
.swal2-popup {
  padding: 0.5rem !important;
}

.py-4 {
  padding-top: 5px !important;
}
.search-header {
  background: #0B5681;
}
.search-header-txt {
  font-size: 17px;
  color: #dfe6e9;
  padding: 5px 0px;
}
.search-keyword {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 30px;
}
.listpost-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.listpost-item > div:first-child {
  width: 40%;
}
.listpost-item > div.box-img img {
  max-height: 200px;
}
.listpost-item > div.content {
  padding-left: 15px;
}
.listpost-item > div:nth-child(2) {
  /* width: 60%; */
  flex: 1
}
.listpost-item > div.content a {
  color: #000;
}
.listpost-item > div.content .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 500;
}
.listpost-item > div.content .date {
  color: #888;
  font-size: 13px;
}
.listpost-item > div.content .item-desc {
  text-align: justify;
  height: 130px;
}
.listpost-item > div.content a.readmore {
  display: flex;
  justify-content: flex-end;
}
ul.menu > li.menu-item--parent > ul.dropdown-menu {
  background: #076aa2;
}
ul.menu > li.menu-item--parent:hover > ul.dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-menu > li {
  width: 100%;
}
.dropdown-menu > li:first-child a {
  background: unset;
  padding: 0px 27px;
}

.theme-admintmi .select2-results .btn-primary, .btn-primary-green {
  background-color: #47be7d !important;
  color: #fff  !important;
  opacity: 1;
}
.theme-admintmi .btn.btn-primary:hover , .theme-admintmi .btn-primary-green:hover {
  background-color: #47be7d !important;
  color: #fff !important;
  opacity: 0.8;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted , .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
  color: #3DB049 !important;
  background-color: #eafff8 !important;
}

.card-permissions .card-header {
      min-height: 50px;
    padding: 15px;
}
.card .card-header {
  padding: 0px !important;
}
.table td:first-child, .table th:first-child, .table tr:first-child {
  padding-left:10px;
}

.pt-6 {
  padding-top: 0.5rem!important;
}
.card .card-header .card-title {
  margin-left: 15px;
  font-weight: 600;
  color: #222;
}
div.dataTables_scrollBody table {
  border-bottom: 1px solid #3DB049;
  padding-bottom: 10px;
}
div.dataTables_wrapper div.dataTables_info {
  color: #222;
  float: initial;
}
.form-check.form-check-solid .form-check-input:checked {
  background-color:#198754;
}
.form-check.form-check-custom.form-check-sm .form-check-input {
  height: 1.2rem;
  width: 1.2rem;
}
.card .card-body {
  overflow: scroll;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color:#000;
}
.swal2-styled.swal2-confirm {
  background-color: #f1416c;
}
.swal2-icon.swal2-warning {
  border-color: #f1416c;
    color: #f1416c;
}
.swal2-popup {
  width: 25em;
}


/*# sourceMappingURL=custom.css.map*/