.tl-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  color: var(--scope-text, #595454);
}
.tl-form {
  margin: auto;
}
.tl-form-heading {
  font-size: 12px;
  line-height: 0.9rem;
}
.tl-input-wrapper {
  display: flex;
  flex-direction: column;
}
.tl-input-wrapper .tl-input-container .tl-input-wrapper {
  min-width: 0;
}
.tl-input-wrapper .tl-input-container .tl-input-wrapper:first-child,
.tl-input-wrapper .tl-input-container .tl-input-wrapper:nth-child(2) {
  margin-right: 10px;
}
.tl-input-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  position: relative;
}
.tl-input-label {
  display: block;
  font-size: 16px;
  line-height: 1rem;
  margin-top: 0.8rem;
  font-weight: 600;
}
.tl-input {
  /* display: block; */
  height: 42px;
  border-radius: 4px;
}
.tl-input-p {
  font-size: 14px;
  line-height: 0.9rem;
  color: var(--scope-text, #595454);
  margin-top: 10px;
  margin-bottom: 2px;
}
.tl-input-group {
  display: flex;
}
#Gmap {
  margin-top: 0px !important;
  height: 500px;
}
.tl-submit-btn {
  display: inline-block;
  padding: 13px 31px;
  font-size: 13px;
  margin-top: 15px;
  line-height: 15.6px;
  cursor: pointer;
  border: 1px solid var(--scope-primary, #be2bbb);
  border-radius: 3px;
  background-color: var(--scope-primary, #be2bbb);
  color: var(--scope-primary-text, #ffffff);
}
.error-text {
  font-size: 10px;
  line-height: 10px;
  color: var(--danger, #ff0000);
  margin-top: 2px;
  display: block;
}
.error-text-hide {
  display: none;
}
.tl-upload-btn,
.addPhoneNumber,
.addDoctorEmail {
  display: inline-block;
  font-size: 13px;
  line-height: 15.6px;
  cursor: pointer;
  border: 1px solid var(--scope-primary, #be2bbb);
  border-radius: 3px;
  background-color: var(--scope-primary, #be2bbb);
  color: var(--scope-primary-text, #ffffff);
  padding: 0px 20px;
}
input[type="text"]:disabled {
  background-color: #e0e0e0;
}
.tl-input-with_margin {
  margin-top: 10px;
}
.tl-input[type="file"] {
  height: 30px;
}
.tl-input[type="text"],
.tl-input[type="email"],
.tl-input[type="number"],
textarea[name="remarks"] {
  border: 1px solid #595454!important;
  padding: 0px 15px;
}
@media only screen and (max-width: 1023px) {
  .tl-input-container {
    flex-direction: column;
    grid-gap: 0px;
  }
  .tl-input-pnp {
    width: 100%;
  }
  .tl-upload-btn {
    padding: 14px 20px;
    margin-top: 10px;
  }
  .tl-input[type="file"] {
    height: auto;
  }
  #TCTable_wrapper {
    overflow: scroll;
  }
  #tl-form {
    padding: 15px;
    padding-bottom: 0px;
  }
  #fileUploadForm {
    padding: 0 15px;
  }
  .tl-input-wrapper .tl-input-container .tl-input-wrapper:first-child,
  .tl-input-wrapper .tl-input-container .tl-input-wrapper:nth-child(2) {
    margin: 0px;
  }
}
.text-center {
  text-align: center;
}
.addPhoneNumber,
.addDoctorEmail {
  margin-right: 20px;
  height: 43px;
  padding: 11px 10px;
  margin-top: 10px;
  align-self: baseline;
}
.addPhoneNumber:hover,
.addPhoneNumber:active,
.addPhoneNumber:focus,
.addDoctorEmail:hover,
.addDoctorEmail:active,
.addDoctorEmail:focus {
  color: var(--scope-primary-text, #ffffff);
}
/* table css */
#TCTable_wrapper {
  width: 90%;
  margin: 0 auto;
  color: var(--scope-text, #595454);
}
table#TCTable.dataTable thead th {
  border-bottom: 0px;
  text-align: left;
  font-size: 13px;
  border: 2px solid white;
  border-bottom: 2px solid #c1b7b7;
}
table#TCTable.dataTable tr.odd {
  background-color: #F5F5F5;
}
table#TCTable.dataTable tr.odd td.sorting_1 {
  background-color: #F5F5F5;
}
table#TCTable.dataTable tbody tr {
  background-color: #F5F5F5;
}
table#TCTable.dataTable tr.even td.sorting_1 {
  background-color: #F5F5F5;
}
.primery-link {
  color: var(--scope-link, #be2bbb);
  font-weight: bold;
}
.primery-link:hover {
  color: var(--scope-link, #be2bbb);
  font-weight: bold;
}
.text-left {
  text-align: left;
}
.deletePhoneNumber {
  justify-content: flex-end;
}
.deleteDoctorEmail {
  margin-top: 6px;
}
table#TCTable.dataTable tr td,
thead {
  vertical-align: baseline;
  font-size: 13px;
  padding: 5px;
  border: 2px solid white;
  border-bottom: 2px solid #c1b7b7;
}
.tl-input-container .fileName {
  left: 95px;
  top: 65px;
  position: absolute;
  background: white;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.updaterow {
  display: none;
}
.tl-active-state {
  font-weight: bold;
  margin: 0px;
}
.tl-radio-btn {
  min-width: 100px;
  display: inline-block;
}
#ItemPreview {
  display: none;
}
.primery-btn {
  font-size: 13px;
  line-height: 15.6px;
  cursor: pointer;
  border: 1px solid var(--scope-primary, #be2bbb);
  border-radius: 3px;
  background-color: var(--scope-primary, #be2bbb);
  color: var(--scope-primary-text, #ffffff);
  padding: 14px 20px;
}
.dataTables_empty {
  display: none;
}
#TCTable_filter,
#TCTable_length {
  display: none;
}
#TCTable_info,
.dataTables_paginate {
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}
#TCTable thead th * {
  font-weight: bold;
}
#TCTable_wrapper .ui-widget-header {
  border: 0px;
}
#TCTable_wrapper .ui-widget-header {
  background: #fff;
}
#TCTable_wrapper .ui-widget-header .ui-state-default,
.ui-button {
  color: #fff!important;
  padding: 10px;
  background: var(--scope-primary, #be2bbb);
}
table {
  width: 100% !important;
}
input::-webkit-input-placeholder {
  /* Edge */
  color: var(--scope-text, #595454);
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--scope-text, #595454);
}
input::placeholder {
  color: #aaa;
}
#updaterow,
#tl-submit-btn,
#viewdata {
  margin: 20px 0px;
}
.tl-input-container.listOfContacts,
.tl-input-container.listOfDoctors {
  margin-top: 10px;
}
#TCTable .TLWebsiteUrl {
  word-break: break-all;
}
.loader {
  display: none;
}
.loader.active {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.loader.active .icon.icon-spinner {
  top: 50%;
  position: relative;
}
body.overlay {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
#TCTable_filter {
  display: block!important;
}
#tl-form .t1-logo-path {
  width: 100%;
}
#tl-form .tl-active-state,
#tl-form [type="radio"]:checked + label,
#tl-form [type="radio"]:not(:checked) + label {
  font-size: 18px;
  line-height: 25px;
}
#tl-form .tl-input-container.t1-logo {
  display: block;
}
#TCTable {
  word-break: keep-all;
  padding: 1px;
  line-height: 25px;
}
#TCTable_wrapper .ui-helper-clearfix {
  font-size: 18px;
}
#TCTable_filter label input {
  border: 1px solid #767676 !important;
  border-radius: 2px;
  height: 30px;
}
#TCTable_wrapper {
  margin-top: 20px;
}
#TCTable {
  margin-top: 5px;
}
#tl-form [type="radio"]:checked + label,
#tl-form [type="radio"]:not(:checked) + label {
  padding-left: 18px;
}
#tl-form [type="radio"]:checked + label:before,
#tl-form [type="radio"]:not(:checked) + label:before {
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
}
#tl-form [type="radio"]:checked + label:after,
#tl-form [type="radio"]:not(:checked) + label:after {
  width: 8px;
  height: 8px;
  top: 8.5px;
  left: 2.55px;
}
#TCTable_filter [type=search] {
  outline-offset: 0;
  -webkit-appearance: none;
}
#TCTable_filter #clear-search {
  position: absolute;
  top: 60%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
#TCTable_filter .search-container {
  position: relative;
}
#TCTable_filter {
  float: left!important;
}
#TCTable_info {
  text-align: center;
  float: unset;
}
#TCTable_paginate {
  float: unset;
  text-align: center;
}
#TCTable_paginate .paginate_button {
  color: var(--scope-primary-text, #ffffff) !important;
  padding: 10px;
  background: var(--scope-primary, #be2bbb);
  border-radius: 2px;
  border: 1px solid #c5c5c5;
  font-size: 18px;
  margin-left: 0px;
}
#TCTable_paginate .paginate_button.disabled {
  opacity: .35;
}
#TCTable_paginate .paginate_button:active,
#TCTable_paginate .paginate_button:hover {
  border: 1px solid #003eff;
}
#TCTable_info {
  font-size: 18px;
}
table#TCTable.dataTable tr td,
thead {
  box-shadow: none!important;
  background-color: #F5F5F5!important;
}
#TCTable_filter label {
  font-weight: 700;
}
#TCTable .sorting:after,
#TCTable .sorting:before {
  opacity: 0.5;
  color: #595454;
}
#TCTable .sorting_desc:after,
#TCTable .sorting_asc:before {
  opacity: 1!important;
  color: #595454;
}
#tl-form .tl-input-container.req_treatment_logo {
  display: block;
}
.tl-input-container.req_treatment_logo .logo_error {
  font-size: 10px;
  line-height: 10px;
  color: var(--danger, #ff0000);
  margin-top: 2px;
  display: block;
}
#TCTable_paginate .paginate_button.current {
  opacity: .35;
}
#TCTable_filter #searchInput {
  padding-right: 19px;
  padding-left: 8px;
}
#removelogo {
  border: 1px solid #595454 !important;
  border-radius: 4px;
  padding: 2px 8px;
  margin-top: 10px;
}
.logo_dam_path .logo_path_error {
  font-size: 10px;
  line-height: 10px;
  color: var(--danger, #ff0000);
  margin-top: 2px;
  display: block;
}
#tl-form .fileNametop {
  top: 77px!important;
}
.exp-button {
  float: right;
  margin-right: 5%;
  display: none;
}
@media only screen and (max-width: 1300px) {
  #TCTable_wrapper {
    overflow: scroll;
  }
}
#fileUploadForm #responseList {
  list-style-type: none;
  padding-left: 0;
}
#responseList.responseListMobile {
  display: none;
}
@media only screen and (max-width: 411px) {
  #fileUploadForm #importdata {
    margin-top: 10px;
  }
  #responseList.responseListMobile {
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
  }
}
