html {
  font-size: 16px;
  overflow-x: hidden;
}
body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  color: #01b2c6;
}
a {
  transition: all 0.3s ease;
}
a:focus,
a:hover {
  text-decoration: none;
}
button:focus {
  outline: 0;
}
.navbar-brand {
  display: flex;
  align-items: center;
}
.modal-open .modal{
  overflow: hidden!important;
}

.btn,.btn:focus,.btn:active,.btn:hover{
  border-color: #01b2c6!important;
  background-color: #01b2c6!important;
  border: #01b2c6!important;
  box-shadow: none!important;
  outline: none!important;
  color: #fff!important;
}

.btn-danger,.btn-danger:focus,.btn-danger:active,.btn-danger:hover{
  border-color: #dc3545!important;
  background-color: #dc3545!important;
  box-shadow: none!important;
  outline: none!important;
  padding: 3.5px 20px!important;
  line-height: unset!important;
}

.tm-site-icon {
  color: #656565;
}
.tm-site-title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  color: #01b2c6;
}
.navbar {
  height: 70px;
  background-color: #f4f7f6;
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 0 1px 5px 0 rgb(221, 221, 221);
}
.navbar .container {
  position: relative;
}
.tm-logout-icon {
  font-size: 1.5em;
}
.tm-mt-big {
  margin-top: 57px;
}
.tm-mb-big {
  margin-bottom: 60px;
}
.tm-mt-small {
  margin-top: 20px;
}
.tm-block-col {
  margin-bottom: 30px;
}
.tm-block {
  padding: 15px;
  -webkit-box-shadow: 1px 1px 5px 0 #e2e2e2;
  -moz-box-shadow: 1px 1px 5px 0 #e2e2e2;
  box-shadow: 1px 1px 5px 0 #e2e2e2;
  min-height: 350px;
  height: 100%;
  max-height: 450px;
}
.tm-block-avatar,
.tm-block-settings {
  max-height: none;
}
.tm-block-avatar {
  height: auto;
}
.tm-block-h-auto {
  min-height: 1px;
  max-height: none;
  height: auto;
}
.tm-block-scroll {
  overflow-y: scroll;
}
.tm-block-overflow {
  overflow: hidden;
}
.tm-block-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #01b2c6;
  margin-bottom: 30px;
}
.nav-link {
  color: #01b2c6;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 90%;
}
.nav-link > i {
  margin-bottom: 0px;
  margin-right: 7px;
  font-size: 20px;
}
.dropdown-item,
.nav-link {
  padding: 15px 20px;
}
.dropdown-menu {
  font-size: 90%;
  color: #fff;
  background-color: #f4f7f6;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: auto;
}
.dropdown-item {
  color: #01b2c6;
  padding: 5px 30px;
  padding-left: 15px;
}
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.active {
  padding: 8px 25px;
  border-radius: 50px;
  background-color: #01b2c6;
  color: #fff;
}
.navbar-nav .nav-link.active i {
  color: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ffffff;
}
.navbar-nav a:hover,
.navbar-nav a:hover i {
  color: #ffffff;
}
.navbar-nav a, .navbar-nav a:hover i,.navbar-nav .icon-menu i{
  color: #ffffff!important;
}
.nav-item {
  text-align: center;
}
.nav-item:last-child {
  margin-right: 0;
  display: flex;
  align-items: center
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  margin-top: 0;
  border: 0;
}
.tm-content-row {
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}
.tm-col {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.tm-col-big {
  width: 39%;
}
.tm-col-small {
  width: 21.95%;
}
.tm-gray-circle {
  width: 80px;
  height: 80px;
  background-color: #aaa;
  border-radius: 50%;
  margin-right: 15px;
}
.tm-notification-items {
  overflow-y: scroll;
  height: 90%;
}
.tm-notification-item {
  padding: 15px;
  background-color: #4e657a;
  color: #fff;
  font-size: 95%;
  margin-bottom: 15px;
}
.tm-notification-item:last-child {
  margin-bottom: 0;
}
.tm-notification-link {
  color: #01b2c6;
}
.tm-text-color-secondary {
  color: #bdcbd8;
}
.tm-small {
  font-size: 90%;
}
.table {
  background-color: #ffffff;
  color: #01b2c6;
  font-size: 100%;
  margin-bottom: 0;
}
thead {
  background-color: #ffffff;
  color: #01b2c6;
}
.table thead th {
  border-bottom: 0;
}
.tm-status-circle {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-top: -3px;
}
.moving {
  background-color: #9be64d;
  box-shadow: 0 0 8px #9be64d, inset 0 0 8px #9be64d;
}
.pending {
  background-color: #efc54b;
  box-shadow: 0 0 8px #efc54b, inset 0 0 8px #efc54b;
}
.cancelled {
  background-color: #da534f;
  box-shadow: 0 0 8px #da534f, inset 0 0 8px #da534f;
}
.tm-avatar {
  width: 345px;
  height: 222px;
  object-fit: contain;
}
.tm-avatar-container {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tm-avatar-delete-link {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 1000;
  padding: 14px;
  border-radius: 50%;
  background-color: rgba(57, 78, 100, 0.7);
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  display: none;
  transition: all 0.2s ease;
}
.tm-avatar-container:hover .tm-avatar-delete-link {
  display: block;
}
.tm-col-avatar {
  max-width: 425px;
  width: 37%;
  padding-left: 15px;
  padding-right: 15px;
}
.tm-col-account-settings {
  max-width: 822px;
  width: 63%;
  padding-left: 15px;
  padding-right: 15px;
}
.form-control {
  background-color: #ffffff;
  color: #01b2c6;
  border: 1px solid #d8d8d8;
}
.form-control::placeholder{
  color: #01b2c6;
}

/*.form-control:focus {*/
  /*background-color: #60738e;*/
  /*color: #fff;*/
  /*border-color: transparent;*/
  /*box-shadow: 0 0 0 0.1rem rgb(180, 206, 233, 0.5);*/
/*}*/
.form-group label {
  color: #01b2c6;
  margin-bottom: 10px;
  margin-top: 10px;
}
.tm-hide-sm {
  display: block;
}
.tm-list-group {
  counter-reset: myOrderedListItemsCounter;
  padding-left: 0;
}
.tm-list-group > li {
  list-style-type: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px;
}
.tm-list-group > li:hover {
  color: #0266c4;
}
.tm-list-group > li:before {
  counter-increment: myOrderedListItemsCounter;
  content: counter(myOrderedListItemsCounter) ".";
  margin-right: 0.5em;
}
.tm-list {
  padding-left: 30px;
}
.tm-list > li {
  margin-bottom: 20px;
}
.form-control {
  padding: 19px 18px;
  height: 45px;
  border-radius: 3px;
}
.form-group {
  margin-bottom: 15px;
}
.btn {
  border-radius: 0;
  padding: 7.5px 20px;
  transition: all 0.2s ease;
  max-width: 100%;
}
.btn-small {
  padding: 10px 24px;
}
.btn-primary {
  color: #fff;
  background-color: #01b2c6;
  border: 2px solid #01b2c6;
  font-size: 90%;
  font-weight: 600;
}
.btn-primary:active,
.btn-primary:hover {
  color: #01b2c6;
  background-color: transparent;
  border: 2px solid #01b2c6;
}
.custom-file-input {
  cursor: pointer;
}
.custom-file-label {
  border-radius: 0;
}
.table td,
.table th {
  border-top: 1px solid #415a70;
  padding: 15px 25px;
  vertical-align: middle;
}
.tm-table-small td,
.tm-table-small th {
  padding-left: 12px;
  padding-right: 12px;
}
.table-hover tbody tr {
  transition: all 0.2s ease;
}
.table-hover tbody tr:hover {
  color: #01b2c6;
  background-color: rgba(38, 153, 251, 0.08);
}
.tm-bg-primary-dark {
  background-color: #f4f7f6;
}
.tm-bg-gray {
  background-color: rgba(0, 0, 0, 0.05);
}
.tm-table-mt {
  margin-top: 66px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-link {
  padding: 12px 18px;
}
.page-link,
.page-link:hover {
  color: #000;
}
.page-item {
  margin-right: 18px;
}
.page-item:last-child {
  margin-right: 0;
}
.page-item.active .page-link {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #000;
}
input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #01b2c6;
  background-position: center;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  transition: all 0.1s linear;
}
input[type="checkbox"]:checked {
  background: url(../img/check-mark.png) #394e64 center no-repeat;
}
input[type="checkbox"]:focus {
  outline: 0 none;
  box-shadow: none;
}
.tm-block-products {
  min-height: 650px;
}
.tm-block-product-categories {
  min-height: 650px;
}
.tm-product-table-container {
  max-height: 465px;
  margin-bottom: 30px;
  overflow-y: scroll;
  scrollbar-width: none;
}

.tm-product-table-container::-webkit-scrollbar {
  display: none;
}

.tm-product-table tr {
  font-weight: 600;
}
.tm-product-name {
  font-size: 0.95rem;
  font-weight: 600;
}
.tm-product-delete-icon {
  font-size: 1.1rem;
  color: #fff;
}
.tm-product-delete-link {
  padding: 10px;
  border-radius: 50%;
  background-color: #01b2c6;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 12px;
}
.tm-product-delete-link:hover .tm-product-delete-icon {
  color: #6d8ca6;
}
.custom-select {
  width: 100%;
  height: 50px;
  /*-moz-appearance: none;*/
  /*-ms-appearance: none;*/
  /*-o-appearance: none;*/
  /*appearance: none;*/
  /*background: url(../img/arrow-down.png) 98% no-repeat #ffffff;*/
  padding-left: 15px;
  color: #01b2c6;
}
.custom-select:focus {
  outline: 0;
}
.tm-trash-icon {
  color: #6e6c6c;
  cursor: pointer;
}
.tm-trash-icon:hover {
  color: #9f1321;
}
.tm-footer {
  background-color: #f4f7f6;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 -3px 5px 0 rgb(221, 221, 221);
  -moz-box-shadow: 0 -3px 5px 0 rgb(221, 221, 221);
  box-shadow: 0 -3px 5px 0 rgb(221, 221, 221);
}
.custom-select {
  height: 45px;
  border-radius: 0;
  padding-left: 15px;
}
.tm-product-img-dummy {
  max-width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #aaa;
}
.tm-product-img-edit {
  max-width: 100%;
  position: relative;
}
.tm-product-img-edit i {
  display: none;
  position: absolute;
}
.tm-product-img-edit:hover i {
  display: block;
}
.tm-upload-icon {
  background: #455c71;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
  font-size: 22px;
}
.tm-login-col {
  max-width: 470px;
}
.navbar-toggler {
  border-color: #708da8;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 1px 2px;
  border-radius: 0;
  padding: 10px 15px;
  transition: all 0.2s ease;
}
.navbar-toggler:hover {
  border-color: #01b2c6;
  color: #01b2c6;
}
.tm-nav-icon {
  color: #fff;
}
.navbar-toggler:hover .tm-nav-icon {
  color: #01b2c6;
}
/*::-webkit-scrollbar {*/
  /*width: 8px;*/
  /*height: 8px;*/
/*}*/
/*::-webkit-scrollbar-track {*/
  /*background: #1937af;*/
/*}*/
/*::-webkit-scrollbar-thumb {*/
  /*background: #f4f7f6;*/
/*}*/
/*::-webkit-scrollbar-thumb:hover {*/
  /*background: #8ab5d6;*/
/*}*/

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #aacbea;
}

.navbar-expand-xl .navbar-nav .nav-link{
  padding: 8px 25px;
  border-radius: 50px;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
  }
  .navbar-collapse {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 1275px) and (min-width: 1200px) {
  .nav-item {
    margin-right: 15px;
  }
}
@media (max-width: 1350px) {
  .nav-item {
    margin-right: 1px;
  }
}
@media (max-width: 1199px) {
  .tm-col-big,
  .tm-col-small {
    width: 49.65%;
  }
  .navbar-collapse {
    padding: 0;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 1px 1px;
    position: absolute;
    top: 72px;
    right: 20px;
    width: 200px;
    z-index: 1000;
  }
  .dropdown-menu {
    text-align: center;
  }
  .nav-link {
    color: #fff;
    background-color: #567086;
    padding: 15px;
    flex-direction: row;
  }
  .nav-link > i {
    font-size: 1rem;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .nav-item {
    margin-right: 0;
  }
  .tm-block-taller {
    max-height: 520px;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-collapse {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .tm-col-big,
  .tm-col-small {
    width: 100%;
    min-height: 383px;
    height: auto;
  }
  .tm-block {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .tm-col-account-settings,
  .tm-col-avatar {
    width: 100%;
    max-width: 100%;
  }
  .tm-block-avatar {
    display: flex;
    flex-direction: column;
  }
  .tm-avatar {
    align-self: center;
  }
  .tm-hide-sm {
    display: none;
  }
}
@media (max-width: 633px) {
  .page-item {
    margin-top: 10px;
  }
  .custom-select {
    background-position: 96%;
  }
}
@media (max-width: 574px) {
  .navbar-collapse {
    top: 47px;
  }
  .navbar {
    height: 70px;
  }
  .tm-site-title {
    font-size: 1.4rem;
    margin-left: 7px;
  }
  .tm-site-icon {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .tm-mt-big {
    margin-top: 45px;
  }
  .tm-mb-big {
    margin-bottom: 45px;
  }
  #barChart,
  #lineChart {
    max-height: 350px;
  }
}
.admin_account .btn-primary{
  position: relative;
}
.admin_account #admin_account_image,.admin_account #website_logo{
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  opacity: 0;
}

.admin_account .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  width: 30%;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 10px;
  display: none;
}

.admin_name{
  color:#01b2c6;
}

.tm-metro-block input#filter_metro {
  border: 1px solid #e2e2e2;
  height: unset;
  padding: 2px;
  border-radius: 50px;
  background-color: white;
  color: #01b2c6;
  padding-left: 10px;
}

.tm-metro-block input#filter_metro::placeholder {
  color: #000;
}

.tm-metro-block #filter_metro:focus{
  outline: none;
}

.add_country_hide_block{
  display: none;
    position: fixed;
    right: 60px;
    width: 340px;
    top: 110px;
}


.tm-metro-block .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.tm-metro-block .overlay:target {
  visibility: visible;
  opacity: 1;
}

.tm-metro-block .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.metro_container{
  /*max-width: 1340px;*/
}

.form-control::placeholder{
  color: #000;
  opacity: 0.7;
}

.tm-pages-container .content-header .page_list_title{
  color: #01b2c6;
    font-size: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tm-pages-container .content-header .page_list_title i{
  padding-right: 10px;
  padding-top: 3px;
}

.tm-pages-container .content-header .breadcrumb{
  background: #f4f7f6;
  box-shadow: 1px 1px 5px 0 #dddddd;
}

.tm-pages-container .content-header .breadcrumb li a{
  color: #01b2c6;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.tm-pages-container .content-header .breadcrumb li a i{
  padding-bottom: 3px;
  padding-right: 10px;
}

.tm-pages-container .page_list_content{
  box-shadow: 1px 1px 5px 0 #e2e2e2;
}

.tm-pages-container .page_list_content #order_sort{
  padding-top: 0;
  padding-bottom: 0;
}

.tm-pages-container .page_list_content .form-group{
  margin-bottom: 0;
}

.tm-pages-container .page_list_content #order_sort,.tm-pages-container .page_list_content input[name="keyword"]{
  border: 1px solid #e2e2e2;
  height: unset;
  padding: 5px;
  border-radius: 50px;
  background-color: white;
  color: #01b2c6;
  padding-left: 10px;
}

.tm-pages-container .page_list_content #order_sort,
.tm-pages-container .page_list_content input[name="keyword"]::placeholder{
  color: #01b2c6;
}

.tm-pages-container .page_list_content .table{
  letter-spacing: 1px;
}

.tm-pages-container .page_list_content .box-footer{
  display: none;
}

.tm-new-page-container .content-header .title-new-page{
  color: #01b2c6;
  font-size: 23px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 10px;
}

.tm-new-page-container .content-header{
  background: #f4f7f6;
  box-shadow: 1px 1px 5px 0 #dddddd;
  padding-top: 15px;
  margin-top: 5px;
  padding-bottom: 1px;
  padding-left: 10px;
}

.tm-new-page-container .content-header .title-new-page i{
  padding-left: 5px;
  padding-right: 10px;
}

.tm-new-page-container  .content-header .breadcrumb{
  background: #f4f7f6;
  box-shadow: 0px 0px 0px 0 #c5c5c5;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  display: none;
}

.tm-new-page-container .content-header .breadcrumb li span,
.tm-news-container .content-header .breadcrumb li span,
.tm-pages-container  .content-header .breadcrumb li span
{
  color: #01b2c6;
  padding-left: 10px;
  display: block;
}

.tm-new-page-container .content-header .breadcrumb li a{
  color: #01b2c6;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.tm-new-page-container .content-header .breadcrumb li a i{
  padding-bottom: 3px;
  padding-right: 10px;
}

.tm-new-page-container .content{
  background: #f4f7f6;
  box-shadow: 1px 1px 5px 0 #c5c5c5;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tm-new-page-container .content .input-group{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.tm-new-page-container .content span.input-group-addon {
  height: 45px;
  line-height: 45px;
  background: #ffffff;
  padding: 0 10px;
  color: #4e657a;
  border: 1px solid #c5c5c5;
}

.tm-new-page-container .content .box-title{
  color: #01b2c6;
  font-size: 22px;
  padding-left: 15px;
  padding-bottom: 20px;
}

.tm-new-page-container .content .form-control{
  height: 45px;
  background-color: #ffffff;
  color: #444;
  border: 1px solid #c5c5c5;
}

.tm-new-page-container #description, .tm-new-page-container #page_description, .tm-new-page-container #page_content, .tm-new-page-container #news_description{
  height: auto;
}

.tm-new-page-container .new-page-image{
  border: 0;
  color: #fff;
}

.tm-new-page-container .new-page-image:hover{
  border: 0;
  color: #fff;
  background-color: #01b2c6;
}
/* SWITCH STYLES */
/* SOURCE: https://proto.io/freebies/onoff/ */
.tm-new-page-container .onoffswitch {
    position: relative; width: 56px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.tm-new-page-container  .onoffswitch-checkbox {
    display: none;
}
.tm-new-page-container .onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    margin-bottom: 0;
  border: 0;
}
.tm-new-page-container .onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.tm-new-page-container .onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 12px;
  color: black;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.tm-new-page-container .onoffswitch-inner:before {
    content: "ON";
    padding-left: 6px;
    background-color: #22af46;
     color: #FFFFFF;
}
.tm-new-page-container .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 6px;
    background-color: #4e657a; color: #FFFFFF;
    text-align: right;
}
.tm-new-page-container .onoffswitch-switch {
    display: block; width: 12px; margin: 5px;
    background: #FFFFFF;
    position: absolute; top: 3px; bottom: 0;
    right: 30px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
  height: 12px;
}
.tm-new-page-container .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.tm-new-page-container .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.tm-new-page-container .reset,.tm-new-page-container .send_button{
  padding: 5px 25px;
  color: #fff;
  border-radius: 6px;
  background-color: #01b2c6;
}

.tm-new-page-container .back_to_page_list{
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}

.tm-new-page-container .image-group{
  position: relative;
  background-color: #ffffff;
  border-radius: 50px;
}

.tm-new-page-container #image, #news_image{
  position: absolute;
    width: 100%;
    opacity: 0;
}

.tm-new-page-container #preview_image img{
  width: 200px;
  height: 180px;
  object-fit: contain;
}

.tm-pages-container #button_search a,.tm-pages-container .pull-left > a{
  color: #fff;
}

.tm-pages-container .page_edit_btn,
.tm-pages-container .page_delete_btn{
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.tm-new-page-container .alert-success{
  position: fixed;
  display: none;
  right: 10px;
  top: 10px;
}

table.dataTable tbody tr{
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 0 #dddddd;
  color: #01b2c6;
}

.tm-news-container .breadcrumb{
  display: flex;
  align-items: center;
}

.tm-news-container .breadcrumb li{
  padding-right: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
 .dataTables_info{
  color: #01b2c6!important;
}

.tm-pages-container #newsTable_filter input,
.tm-pages-container #newsTable_filter input:focus,
#newsTable_length label select{
  background-color: #fff;
  color: #000;
  box-shadow: none;
  outline: none;
  margin-bottom: 20px;
  border-radius: 50px;
  border: 2px solid #ebebeb;
  padding-left: 10px;
}

#newsTable_filter label,
#newsTable_length label{
  color: #01b2c6;
}

#newsTable_paginate span .paginate_button{
  margin: 0;
  border-radius: 50px;
  border: 1px solid #ebebeb;
  padding: 2px 10px;
}

section.content {
  background: #f4f7f6;
  box-shadow: 1px 1px 5px 0 #dddddd;
  padding: 12px 8px;
}

table.dataTable.no-footer {
  border: 1px solid #ebebeb;
}

table.dataTable thead th, table.dataTable thead td {
   border-bottom: 0px;
}

.table td, .table th {
   border-top: 0px;
  padding: 15px 25px;
  vertical-align: middle;
}

tr {
  border-bottom: 1px solid #ebebeb;
}

.navbar-nav .header_admin_image{
  width: 40px;
    border-radius: 19px;
    object-fit: cover;
    height: 40px;
    object-position: center;
}

.admin_account .tm-block-settings .form-group input::placeholder{
  color: #01b2c6;
  opacity: 0.5;
}

.cat_services_list .edit_cat_setvices{
  padding: 6px 16px;
    background: #01b2c6;
    color: #fff!important;
    border-radius: 50px;
    font-size: 14px;
    margin-right: 5px;
}

.cat_services_list .badge{
  border: 0;
}

.cat_services_list table td,.cat_services_list table th{
  font-size: 15px;
}

.cat_services_list .delete_cat_setvices{
  padding: 6px 16px;
  background: #dc3545;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
}

.cat_services_list .header{
  padding: 10px 20px;
}

.cat_services_list .header h4{
  color: #01b2c6;
}

.cat_services_list #button_create_new_cat_services{
  border-color: #01b2c6;
  background-color: #01b2c6;
  border: #01b2c6;
  box-shadow: none;
  outline: none;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
}

#addCatServices input::placeholder{
  color: #01b2c6;
  opacity: 0.7;
}

#servicesTable_paginate span .paginate_button{
  margin: 0;
  border-radius: 50px;
  border: 1px solid #ebebeb;
  padding: 2px 10px;
  margin-left: 5px;
}

#servicesTable table.dataTable tbody th, table.dataTable tbody td {
  padding: 15px 10px;
}

/*  */
#updateCatServices #myInput {
  box-sizing: border-box;
  background-image: url('/public/assets/admin/images/searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 10px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

#updateCatServices #myInput:focus {outline: 3px solid #ddd;}

#updateCatServices .dropdown {
  position: relative;
}

#updateCatServices .dropdown-content {
  display: none;
  /* position: absolute; */
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  max-height: 300px;
}

#updateCatServices .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#updateCatServices #myDropdown_cat_services,#addCatServices #add_myDropdown_cat_services{
  padding: 10px!important;
  height: auto!important;
  border-radius: 3px;
}

.cat_services_list .table td, .table th {
  /* text-align: center; */
}

.cat_services_list span.preview_sub_services {
  padding: 6px 16px;
  background-color: #343a40;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
}

#modalSubServices .tab-content .services_list{
  padding-left: 0px;
  max-height: 270px;
  overflow-x: hidden;
}

#modalSubServices .tab-content .tab-pane{
  background-image: url('/public/assets/admin/img/loading-gif-png-5.gif');
  background-repeat: no-repeat;
  min-height: 53px;
  background-position: center;
  background-size: contain;
  margin-top: 12px;
}

#modalSubServices .tab-content .services_list li{
  list-style-type: none;
  background-color: #ffffff;
    box-shadow: 1px 1px 5px 0 #dddddd;
    color: #01b2c6;
    padding: 8px 15px;
}

#modalSubServices .tab-content .services_list li:hover{
  color: #01b2c6;
    background-color: rgba(38, 153, 251, 0.08);
}

#modalSubServices .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, #modalSubServices .nav-tabs {
border: 0;
    color: #ffffff;
    font-size: 17px;
    background-color: unset;
}
#modalSubServices .nav-tabs{
  padding-left: 7px;
background-color: #2f3a72;
}

.users_list .table td,.metro_container .table td{
  font-weight: 100;
}

.container{
  max-width: 1340px!important;
}

.btn-toggle-fullwidth,.btn-toggle-fullwidth:hover,.btn-toggle-fullwidth:focus,.btn-toggle-fullwidth:active {
  color: #01b2c6!important;
  background-color: transparent!important;
}

.tm-block{
  max-height: unset;
  min-height: unset;
}

.tm-product-table-container{
  max-height: unset;
}

.admin_clinics_home .active_item{
  color: #64d21f;
  font-size: 13px;
  font-weight: 500;
}
.admin_clinics_home .inactive_item{
  color: red;
  font-size: 13px;
  font-weight: 500;
}

.clinic_edit_page .clinic_image_block label {
  display: block;
  max-width: 200px;
  text-align: left;
  color: #01b2c6;
  padding-left: 0;
}
.clinic_edit_page .clinic_image_block .hidden,
.clinic_edit_page .clinic_image_block #uploadImg:not(.hidden) + label {
  display: none;
}
.clinic_edit_page .clinic_image_block #file {
  display: none;
  margin: 0 auto;
}
.clinic_edit_page .clinic_image_block #upload {
  display: block;
  padding: 10px 25px;
  border: 0;

  font-size: 15px;
  letter-spacing: 0.05em;
  cursor: pointer;
  background: #216e69;
  color: #fff;
  outline: none;
  transition: 0.3s ease-in-out;
}
.clinic_edit_page .clinic_image_block #upload:hover,
.clinic_edit_page .clinic_image_block #upload:focus {
  background: #1AA39A;
}
.clinic_edit_page .clinic_image_block #upload:active {
  background: #13D4C8;
  transition: 0.1s ease-in-out;
}
.clinic_edit_page .clinic_image_block img {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.clinic_edit_page .bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
  background-color: white!important;
  color: black!important;
  border: 1px solid #c5c5c5!important;
  padding: 9.5px;
}

.clinic_edit_page .bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  top: 0!important;
}

.clinic_edit_page .bootstrap-select .dropdown-menu .bs-searchbox .form-control{
  height: 25px;
}

.clinic_edit_page .bootstrap-select .dropdown-menu a.dropdown-item.selected.active{
  font-size: 14px;
}

.clinic_edit_page .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .clinic_edit_page  .bootstrap-select .dropdown-toggle:focus,
.clinic_edit_page .bootstrap-select .dropdown-toggle .filter-option{
  border: 0;
}

.clinic_edit_page .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
  width: 280px;
}