/*@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: "Barlow", sans-serif !important;
}*/
.img-account-profile {
    height: 10rem;
}
.parent-div
{
display: flex;
align-items: center;
}
.parent-div .child-div
{
margin-right: 0px;
}
.delete-btn
{
	border:none;
	background: none;
}

.action-box
{
display: flex;
align-items: center;
/*justify-content: space-between;*/
}
.action-box .edit-button {
    margin-right: 0;
    /*width: 48%;*/
    /*width: 25%;*/
}
.action-box .edit-button a.btn {
    /*width: 100%;*/
    padding: 1px 10px;

}
.action-box .edit-button button.btn.btn-danger {
    /*width: 100%;*/
    padding: 1px 10px;
    margin-left: 10px;
}
.status_span
{
  width: 100%;
  padding: 3px 0px;
}


table.table-bordered.dataTable {
    white-space: nowrap;
    text-align: center;
}


/*for tom select*/

.ts-control input,.ts-control .item {
    font-size: 1rem !important;
    color: #6e707e;
}

.ts-dropdown.single div {
    font-size: 1rem;
}

.asterisk
{
  color: red !important;
}

.toggled .side-dashboard .side-dashboard-icon { display: block; }
.side-dashboard .side-dashboard-icon {
    display: none;
}

.dash-count
{
  padding-left: 0.75rem;
}
.multiple-image-div
{
  float: left; 
  margin-right: 5px;
  display: block;
}
.remove-icon
{
  display: block;
  text-align: center;
}

.remove-icon img
{
  width   : 20px; 
  height  : 20px;
}


/*for changing the structure in mobile view*/
@media(min-width: 576px){
  .topbar .dropdown {
    position: inherit; 
  }
  .topbar .dropdown-list {
    width: 25.9rem !important;
    right: 0px !important;
    top: 57px;
    left: 0;
  }
}
.sidebar.toggled {
  overflow: visible;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 5;
  min-height: inherit;
  height: auto;
}
.sidebar.toggled .nav-item .nav-link {
  width: 100%;
  text-align: left;
}
.sidebar .nav-item .nav-link .fas {
  display: none;
}
.sidebar.toggled .nav-item .nav-link span {
  font-size: 16px;
  display: block;
}

#wrapper {
  position: relative;
  max-width: 414px;
  margin: 0 auto;
}

.sidebar 
{
  display: none !important;
}
.sidebar.toggled
{
  display: block !important;
}
.topbar .nav-item .nav-link {
 padding: 0; 
}
.topbar {
  background-color: #4e73df !important;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  max-width: 414px;
  margin: 0 auto;
  right: 0;
  z-index: 5;
  padding: 0 15px;
  height: 3.6rem;
}
.container-fluid {
  padding-top: 82px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  padding-top: 82px;
  padding-bottom: 60px;
}
.sticky-footer.bg-white {
  position: fixed;
  bottom: 0;
  max-width: 414px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #4e73df !important;
  padding: 10px 0;
  color: #fff !important;
}
.topbar #sidebarToggleTop:hover
{
  background-color : #4e73df !important;
}
.h5.mb-0.text-gray-800 {
  font-size: 15px;
}
.d-sm-flex {
    display: flex!important;
}
.text-primary.text-uppercase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400 !important;
  color: #000 !important;
  margin: 0 !important;
  /*padding: 5px 0;*/
  padding: 2px 0;
  text-transform: none !important;
  align-items : self-start;
}

.text-primary.text-uppercase .my_title.user_title
{
  width: 20%;
}
.text-primary.text-uppercase .my_content.user_content
{
  width: 80%;
}

.text-primary.text-uppercase .my_title.spc_title
{
  width: 25%;
}
.text-primary.text-uppercase .my_content.spc_content
{
  width: 75%;
}
.text-primary.text-uppercase .my_title.hs_title
{
  width: 35%;
}
.text-primary.text-uppercase .my_content.hs_content
{
  width: 65%;
}

.text-primary.text-uppercase .my_title.dc_title
{
  width: 35%;
}
.text-primary.text-uppercase .my_content.dc_content
{
  width: 65%;
}

.text-primary.text-uppercase .my_title.cmp_title
{
  width: 35%;
}
.text-primary.text-uppercase .my_content.cmp_content
{
  width: 65%;
}

.text-primary.text-uppercase .my_title.pt_title
{
  width: 25%;
}
.text-primary.text-uppercase .my_content.pt_content
{
  width: 75%;
}

.text-primary.text-uppercase .my_title.adv_title
{
  width: 35%;
}
.text-primary.text-uppercase .my_content.adv_content
{
  width: 65%;
}

.text-primary.text-uppercase .my_title.nws_title
{
  width: 30%;
}
.text-primary.text-uppercase .my_content.nws_content
{
  width: 70%;
}

.text-primary.text-uppercase .my_title {
  width: 44%;
}
.text-primary.text-uppercase .my_content {
  width: 56%;
}
/*.text-primary.text-uppercase .my_content img {
  width: 100%;
  height: auto;
  max-width: 120px;
}*/
.text-primary.text-uppercase .my_content.img_content img {
  object-fit: contain;
  width: auto;
}
.text-primary.text-uppercase .my_content img {
    width: 50%;
    /*max-width: 100%;*/
    height: 40px !important;
    background: none;
    border: 0;
    border-radius: 0;
}
a#alertsDropdown
{
  color: #ffffff;
  padding-left: 0;
}
.dropdown-toggle::after
{
  display: none;
}
.topbar .dropdown .dropdown-menu {
    width: 100%;
    right: 0;
    border-radius: 0;    
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 60px;
}
.dropdown-item.active{
  font-weight: bold;
}
.dropdown-item span
{
  font-weight: normal;
}
.dropdown-menu a span {
    color: #ffffff;
    /*font-size: 16px;*/
    font-size: 13px;
}
.dropdown-menu a .fas {
  display: none;
}
.topbar .dropdown-list .dropdown-item:hover {
  background: transparent;
}
.topbar .dropdown-list .dropdown-item.active {
  background: #2246b0;
}
.col-xl-12 img {
    background-color: #f8f9fc;
    border: 0.25px solid #d1d3e2;
    border-radius: 0.35rem;
    /* padding: 10px 10px; */
    max-width: 100%;
}
.btn-group-sm > .btn, .btn-sm {
  padding: 0.05rem .25rem;
  font-size: 0.775rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.my-card-body {
  padding: 0px 1.25rem 0 1.25rem;
}
.control-label
{
  font-size: 13px;
}
.form-group
{
  margin-bottom: 0.5rem;
}
.form-control,.form-control-file
{
  font-size: 13px;
}
.scroll-to-top
{
  background: #6F6F6F;
}
.my-btn-sm
{
  padding: 6px 10px;
  font-size: 13px;
}
.text-white.app_title:hover {
    text-decoration: none;
}
.btn-sv-ex{
  padding: 6px 10px;
  font-size: 13px;
}
.has-items .ts-control > input {
  color: #fff !important;
  cursor: pointer !important;
  caret-color: #303030 !important;
}

/* Specific vendor prefixes if needed */
.has-items .ts-control > input::-webkit-input-placeholder {
  color: #fff !important;
}
.has-items .ts-control > input::-moz-placeholder {
  color: #fff !important;
}
.has-items .ts-control > input:-ms-input-placeholder {
  color: #fff !important;
}

#nameCheck, #existingEmailCheck, #emailCheck, #passcheck, #conpasscheck, #phoneCheck, #hospitalCheck, #startDateCheck, #endDateCheck, #image_check, #patientsCheck, #doctorCheck, #appointmentDateCheck, #appointmentTimeCheck, #capacityCheck, #startTimeCheck, #endTimeCheck, #addressCheck, #specializationCheck, #qualificationsCheck, #emergencyPhoneCheck, #bedCapacityCheck, #titleCheck, #descriptionCheck, #diseaseCheck, #ageCheck, #favicon_icon_check, #logo_check, #copyrightCheck, #developed_byCheck, #appTitleCheck, #radiusCheck, #type_check, #albumCheck, #video_check  {
    display: none;
}
.border-left-primary {
    border-left: none !important;
}
/*ends*/
