/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/*....*/

body {
  font-family: Arial;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #bee3c6 !important;
  margin-left: -2px;
  margin-right: 20px;
}


/* 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 {
  background-color: #ccc;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: block;
  padding: 6px 12px;
  /*
  border: 1px solid #ccc;
  border-top: none;*/
}

input[type="file"] {
  display: block;
}

.imageThumb {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}

.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}

.remove:hover {
  background: white;
  color: black;
}

.title {
    color: white;
} 

.fontsi{
  position: relative;
  top: 18px;
  margin-left: 23px;
  font-size: 40px;
}

.fonts {
  font-size: 24px;
}


.des-in h1 {
  font-weight: bold;
  font-size: 3rem;
}
.des-in h3 {
  font-size: 1rem;
}
.avatar i {
  margin: 1rem 0rem;
  font-size: 4rem;
}
.desk-tab {
    width: 13.5rem;
    height: 85%;
    margin: -1px 10px;
}
.dashcard {
  flex: 1 1 auto;
  padding: 1.5rem -0.5rem;
}

.star {
  color: red;
}
.crd-box{    height: 39rem;
  margin: 3rem 2rem;}
.currency {
  font-size: larger;
}
.avt-1 i{
  font-size: 40px !important;
}

.side-icon img {
  width: 30px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  color: #b43956;
  background: white;
  padding: 5px;
}
.required:after {
    content:" *";
    color: red;
}
.icoimage{
  font-size: 2rem;
}

.ds-list {
  list-style: none;
}

.ds-list li {
  display: inline-block;
}

.ds-box {
  width: 12rem;
}
/* .ds-box p{
  width: 7rem;
  display: block;
} */
@media (max-width:768px) {
  .ds-box {
    width: 9rem;
}
.fontsi {
    margin-top: 30px;
    margin-left: 15px;
    font-size: 30px;
}
}

.eye-icon i{
    padding: 7px 7px;
    border-radius: 0px 2px 3px 0;
    height: 2rem;
    width: 2rem;
    background: #d7d7d7;
    z-index: 10;
    margin: 1px -32px;
    position: absolute;
}
.panel-default_123{
    margin-bottom: -5px;
    margin-top: 0;
    margin-left: -10px;
    /* background-color: #fff; */
    /* border: 1px solid transparent; */
    border-radius: 4px;
}
.remove_button{   
    position: absolute;
    width: 30px;
    right: 30%;
    

}

.remove_button_clinic{
    position: absolute;
    width: 30px;
/*    right: 14px;*/
}
.add_button {
    width: 30px;
}
@media(max-width: 786px){
 .remove_button{
        position: absolute;
        width: 30px;
        right: 0;
/*        top: -107px;*/
  }
}

@media(max-width:991px){
    .cm-form-grp{
     width: 95% !important;
     margin-bottom: 1rem;
    }
}

.dot {
    height: 9px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
.dotpendcolor{
    background-color: #dc3545;
}
.dotprocesscolor{
  background-color: #0d6efd;
}
.dotcompletecolor{
  background-color: green;
}
.app_desc {
    /*display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  display: inline-block;
}
.icon_table{
  color: green;
  font-size: 28px;
}

.btn1 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px
px
;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.imgestaff{
  width: 50px; 
  height: 50px;"
}

.bg-menu-theme .ps__thumb-y {
    width: 5px !important;
    background-color: #339d5c !important;
}

.required:after {
    content: " *";
    color: red;
}

.notification{
    position: absolute;
    margin-left: 9rem;
}

.tabcon{
   margin-left: -37px;
}
.legalaction{
  width: 50px;
}
table.dataTable tbody td {
    padding: 8px !important;
}

  .drop-zone {
    max-width: 85%;
    cursor: pointer;
    height: 200px;
    border: 2px dashed #b69d74;
    border-radius: 10px;
  }
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone img{object-fit: contain;}
  .drop-zone__input {
    display: none;
  }
  
  .drop-zone__thumb {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-height: max-content;
    border-radius: 10px;
    overflow: hidden;
    background-size: contain;
    background-color: black;
    position: relative;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }

  

