/*Font-Family*/
@font-face { font-family: Poppins-Semibold; src: url('Font/Poppins-Semibold.ttf'); } 
@font-face { font-family: Poppins-Regular; src: url('Font/Poppins-Regular.ttf'); }

.hide {
  display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}

.dot-active {
  background-color: #28A745;
}

.dot-inactive {
  background-color: #FFC107;
}

.eye-icon {
  cursor: pointer;
  position: relative;
  float: right;
  padding-right: 7px;
  margin-top: -25px; 
  color: rgba(94,208,243, 0.9);
}

.clipboard {
  opacity: 0; 
  position: absolute;
}

.copy-icon {
  font-size: large;
  color: #14BDEF;
  cursor: pointer;
  margin-left: 7px;
}

.copy-text {
  margin-top: -7px;
  margin-bottom: 12px;
}

.tip-box {
  background-color: #28A745;
  color: #FFFFFF;
  position: absolute;
  display: inline;
  width: 100px;
  top: 0px;
  right: 0px;
  padding: 12px;
  border-radius: 4px;
  opacity: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/*Login Form*/

form {
    margin-top: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 50px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 16.74px 1.26px rgba(1, 2, 2, 0.13);
    top: 2122px;
    width: 506px;
    height: auto;
}


/*Mobile form css*/
@media screen and (max-width:414px) { 
form {
    width: 95%;
  }
}

.kt-logo-form {
  width:100px;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.h2-welcome {
  margin-top:20px;
  text-align: center;
}

.p-log-text {
  text-align: center;
  font-size: 14px !important;
  margin-bottom: 30px;
}

.form-control {
  border-width: 2.083px !important;
  border-color: rgb(235, 235, 235)!important;
  border-style: solid!important;
  background-color: rgb(255, 255, 255)!important;
}

.forgot-pass {
  text-align: center;

}

.forgot-pass a {
  color:#18BCEE !important;
}


.fontAwesome {
  font-family: Arial, 'Font Awesome 6 Free';
}
.fontAwesome::placeholder {
	font-weight: 900;
}

input:placeholder-shown {
  color:transparent;
  background:linear-gradient(to right, #EBEBEB  1.2em,#EBEBEB  0); /* you may need to adjust the 1.2em based on your case */
  -webkit-background-clip:text;
          background-clip:text;
  -webkit-text-fill-color: transparent;
}


.button-login {
  height:45px;
  background-color: #18BCEE !important;
  border-color:#18BCEE !important;
  border-radius:22px !important;
}

/*End Login Form*/


/*Doctor Page*/


/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover::after {
  width: 100%;
  background:#18BCEE;
}
.tab button:hover {
  color:#18BCEE !important;
}
button.active {
  color:#18BCEE !important;
}
button:hover::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
  
  }

/* Create an active/current tablink class */
.tab button.active::after{
  width: 100%;
  background: #18BCEE;
}

button::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
  }

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.input-group.rounded {
  height: 100%;
    background-color: white;
}

input#myInput {
  height: 100%;
}

.input-group-text {
  padding: 0.375rem 1.2rem !important;
}

select.custom-select.custom-select-sm.form-control.form-control-sm {
    width: 150px;
    height: 38px;

}

.filter {
  margin-top:0px !important;
}

/*CSS content for list of doctor*/

.td-content-img {
  height: 80px;
  text-align: center;
  vertical-align: middle !important;
  line-height: .5;
}

.td-content-text {
  height: 80px;
  text-align: left;
  vertical-align: middle !important;
  line-height: .5;
  padding-top: 25px !important;
}

#list-doctors {
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 0 1em;
}

.k-point-icon {
  width:80px;
}

.tr-bground {
  background-color:#FFFFFF !important;
  box-shadow: rgba(58, 59, 69, 0.15) 0px 0.15rem 1.75rem 0px !important;
  padding:20px;
  margin-top:20px;
}

.table-bordered {
  border:none;
}

.doctor-details {
  font-size:20px !important;
}

.surgeon-profession {
  font-size:15px !important;
}

.surgeon-clinic {
   font-size:15px !important;
}

.k-points-num {
  font-size:24px;
  color:#14BEF0;
  font-weight: bold;
}

.rank-text {
  margin-top:10px !important;
}

/*button add points*/
.btn {
  background-color: #14BDEF;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn:hover {
  color: #fff;
  opacity: 0.7;
}

/*button add doctors*/
.add-btn {
  background-color: #28A745;
  border: none;
  color: white;
  padding: 15px 20px 12px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 55px;
}

/* Darker background on mouse-over */
.add-btn:hover {
  background-color:#48cd66;
}

/*pagination*/
.pagination {
  float:right;
}
.pagination-left {
  float:left;
}

.page-item.active .page-link {
    background-color: #14bdef;
    border-color: #14bdef;
}

.page-link {
    color: #14bdef;
}

/*Transaction Table*/
th.th-sm {
    text-align: center;
    background-color:#3b8ea8;
    color:white;
    font-weight: normal;
    padding: 10px;
  }

.view-btn {
  background-color: #14BDEF;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.view-btn:hover {
  background-color:#7ed6ef;
}

.td-content-text-2 {
  height: 80px;
  text-align: center;
  vertical-align: middle !important;
  line-height: .5;
}

#history-table {
  margin-top:20px;
}

tr.modal-content-table {
  display: contents !important;
}


/*Modal Content CSS*/
.inv-img {
  margin:auto;
}

.modal-header {
  /*border-bottom: 0.5px solid #14bdef;*/
}

.modal-footer {
/*border-top: 2px solid #14bdef;*/
}

.modal-content {
width: 120%;
}

.modal-body {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom:2rem;
}

.modal-dialog {
margin-top: 200px;
}

#history-modal-table {
margin-top:20px;
}

tbody#myTable {
  color: #424b54 !important;
}

.modal-title-table{
  background-color:#3b8ea8 !important;
  color:white;
  font-weight: normal;
  padding: 10px !important;
}

tr.modal-content-table td {
  padding: 20px 0px;
}
.table-headers{
  display:  contents !important;
}

.modal-text-content {
  line-height: 1.2;
  text-align: left;
}

.note-editor.note-frame.fullscreen {
  background-color: #fff;
}

td.td-content-text-2.status-pending {
  background-color: #fff1c9;
}

td.td-content-text-2.status-processing {
  background-color: #48755e;
  color: #fff;
}

td.td-content-text-2.status-delivered {
  background-color: #258f53;
  color: #fff;
}

td.td-content-text-2.status-shipped {
  background-color: #487f96;
  color: #fff;
}

td.td-content-text-2.status-cancelled {
  background-color: #DC3545;
  color: #fff;
}



.total-amount {
  text-align: left;
  margin-top: 40px;
}

#wrapper #content-wrapper {
  overflow: hidden !important;
}

.container-fluid {
  padding-bottom: 1.5rem !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.ql-toolbar.ql-snow {
  border-top-right-radius: 5px;
  border-width: 2.083px !important;
  border-color: rgb(235, 235, 235)!important;
  border-style: solid!important;
  background-color: rgb(255, 255, 255)!important;
  border-top-left-radius: 5px;
}

div#editor {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: inherit;
  border-width: 2.083px !important;
  border-color: rgb(235, 235, 235)!important;
  border-style: solid!important;
  background-color: rgb(255, 255, 255)!important;
}

/*New Order CSS*/

.new-order-body {
  height:0;
}

li.nav-item.active {
  margin-bottom: -2px;
  background-color: #18bcee;
  color: #FFFFFF !important;
  margin-top: -2px;
}

.details-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-top: 7px;
}

p.modal-text-details {
  text-align: left;
}

form.modal-form {
  width: 100%;
  padding: 0px;
  height: auto;
  box-shadow: none;
  margin-top: -5px;
  text-align: left;
}

.new-order-head{
  border-bottom: 2px solid #14bdef;
  padding:10px;
}

#hidden_div {
    display: none;
}

/*box*/
.dropdown-implant {
  margin-top:30px;
}

.i-down {
  width:100%;
}

.sidebar-dark .nav-item.active .nav-link:hover {
  font-weight: 400;
  color: #FFFFFF !important;
}

.sidebar-dark .nav-item.active .nav-link {
  font-weight: 400;
  color: #ffffff!important;
}

.sidebar-dark .nav-item.active .nav-link i {
  color: #ffffff!important;
}

/*grid item*/
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 25px;
  padding: 25px;
}

.grid-container > div {
  background-color: white;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}

.btn-order {
  background-color: #14BDEF;
  border: none;
  color: white;
  padding: 9px 15px;
  font-size: 18px !important;
  border-radius: 5px;
  width: 100px;
  text-decoration: none !important;
}

a.btn-order:hover {
    color: white;
}

.img-col {
  padding:30px;
}

/*order checkout form*/
.order-row {
  margin-top: 20px;
}

.cols-div {
  border-right:2px solid #E9E9E9;
}

.checkout-button {
  text-align: right;
}

.btn-checkout {
  background-color:#0DD072;
  border-radius: 20px;
  width: 200px;
}

.btn-checkout:hover {
  opacity: 0.7 !important;
}

/*form*/
.form-inside {
  height: auto;
  background-color:transparent;
  box-shadow: none;
  width: 100%;
  margin-top: -45px;
}

.new-order-checkout {
  height:0;
}

.input-group-append {
  cursor: pointer;
}

.total-price {
  border-top:2px solid #E9E9E9;
  padding-top:20px;
}

.btn-primary:hover{
  opacity: 0.7 !important;
}

/*Run ads form*/

.run-ads-form {
  margin-top:50px;
}

.run-ads-button {
  margin-top:50px;
  text-align: right;
}

.btn-cancel {
  background-color:#D42E3E !important;
  border-color:#D42E3E !important;
}

.btn-upload {
  background-color:#0DD072 !important;
  border-color:#0DD072 !important;
}

.btn-grey {
  background-color:#6C757D !important;
  border-color:#6C757D !important;
}

.btn-cancel, .btn-upload, .btn-upload2, .btn-grey {
  border-radius:30px;
  width:200px;
}

/*Run ads table*/
#ads-table {
  margin-top:20px;
}

.active-bg {
  background-color:#28A745;
  padding:10px;
  border-radius:20px;
  color:white;
  font-size: 16px;
}

.btn-edit {
  background-color:#FFC107;
}

.btn-delete {
  background-color:#DC3545;
}

.btn-delivered {
  background-color:#258f53;
}

.btn-processing {
  background-color:#48755e;
}

.btn-shipped {
  background-color:#487f96;
}

/*Add Items*/
.div-kpoints {
  text-align: right;
}

/*Registration Form*/
.reg-div {
  border-right:2px solid #DFE0E3;
}

.Doctor {
  margin-top:30px;
}

.Patient {
  margin-top:30px;
}

.register-button {
  margin-top:20px;
  text-align: right;
}

.btn-register {
  background-color:#14BDEF !important;
  border-color:#14BDEF !important;
  border-radius:30px;
  width:200px;
}

.btn-add-form {
  background-color:#0DD072 !important;
  border-color:#0DD072 !important;
  border-radius:30px;
  width:200px;
}

.doctor-body {
  padding: 50px;
}

.patient-body {
  padding: 50px;
}

p.add-new-shareholders-p {
    font-size: 12px;
    margin-top: 10px;
    color: #14BDEF;
}

td.td-content-img {
  padding: 20px 0px;
}

td.table-list {
  padding: 20px !important;
}

.img-prod-thumbnail{
  padding: 0.25rem;
  background-color: #fff;
  border: 0px !important;
  border-radius: 0.35rem;
  max-width: 100%;
  height: auto;
}
.text-motiva{
  color: #6c2570;
}
.text-mini{
  color: #e36f1e;
}
.text-demi{
  color: #752f8a;
}
.text-full{
  color: #679146;
}
.text-corse{
  color: #d59f10;
}

.text-single{
  padding-right: 50px;
  margin-top: -35px;
}
.product-link:hover{
  text-decoration: none;
  opacity: 0.6;
}

.grid-filter-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.grid .resizer {
  width: 25%;
}
@media (max-width: 1499px) {
  .grid .resizer {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .grid .resizer {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .grid .resizer {
    width: 100%;
  }
}

.grid .resizer-ergo {
  width: 25%;
}
@media (max-width: 1499px) {
  .grid .resizer-ergo {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .grid .resizer-ergo {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .grid .resizer-ergo {
    width: 100%;
  }
}
.grid .grid-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 1499px) {
  .grid .grid-item {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .grid .grid-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .grid .grid-item {
    width: 100%;
  }
}

.grid {
  border: 0;
  margin-top: 1px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.element-item {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
  padding: 1px;
  text-align: center;
  overflow: hidden;
}

.pagination.filter-buttons.isotop-filter {
  margin-right: 1.25rem;
}

.pagination.filter-buttons.isotop-filter-ergo {
  margin-right: 1.25rem;
}

.Round.box {
  padding-bottom: 40px;
}

.Ergonomix.box {
  padding-bottom: 40px;
}

.centered-text-image {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hidden{
  visibility: hidden;
  position: absolute;
}

.h-120 {
  height: 120%!important;
}

input#inputDate:disabled {
  opacity: 0.5;
}

.notifcation-container {
  height: 500px;
  overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.hide {
  display: none;
}

.error-text{
  text-align: center;
  color: red;
}

.login-form__row {
  width: 100%;
  margin-bottom: 10px;
  text-align: center; }

.validation-message{
  padding-top: 10px;
  padding-bottom: 10px;
}

.loader {
  display:inline-block;
  border: 5px dotted lightgray;
  border-radius: 50%;
  border-top: 5px solid gray;
  border-bottom:5px solid gray;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

.loader-symbol{
  text-align:center}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}