:root {
    --main-primary-color: rgba(0, 40, 104, 1); 
    --main-success-color: #4CAF50; 
    --main-secondary-color: #fe99c5; 
    --main-button-color: #89201a; 
    --main-primary-button-color: #89201a; 
    --main-secondary-button-color: #666666; 
    --main-theme-color: #89201a; 
    --main-theme-second-color:#f0f0f0;
    --main-theme-third-color:#bf9f62;
    --main-button-hover-color:#FF4040;
    --main-button-text-color: white; 
    --main-button-cancel-color: #666666; 
    --main-navbar-mouser-over-background-color:#FF4040;
    --main-navbar-mouser-over-text-color:white;
    --main-bg-pic1:  url(https://res.cloudinary.com/www-lovevivah-com/image/upload/v1494245595/images/Lovevivah-banner.jpg) no-repeat center top;
    --main-bg-pic: url(images/loginImage.jpg); 
    --main-bg-pic-mobile: url(https://images.unsplash.com/photo-1511519620772-8ce30462884f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=334&q=80); 
  }
  
  
  body{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;	
    font-weight: 100 !important; 
     padding: 0 !important 
  }

  md-input-container:not(.md-input-has-value) input:not(:focus) {
    color: #807878 !important;
}

html.md-default-theme, html, body.md-default-theme, body {
    color: rgba(0,0,0,0.87);
     background-color: #f0f0f0; 
}
.primary-button-col{
    color: white;
    background-color: var(--main-primary-button-color) !important;
    border-color: #666;
    border-radius: 4px !important;
}
.cancelBtn
{
    color: white;
    background-color: var(--main-secondary-button-color) !important;
    border-color: #666;
    border-radius: 4px !important;
}
.cancelBtn:hover {
color: #fff;
background-color: #797979 !important;
}    
.domDisable
{
    pointer-events: none; 
}
.filter-btn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.domEnable
{
    pointer-events: auto;
}
.form-control {
    font-size: 13px;
}
  .navbar-primary {
    background-color: #f0f0f0;
    bottom: 0px;
    left: 0px;
    position: fixed;
    top: 0px;
    height: auto;
    width: 200px;
    z-index: 8;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .navbar-primary-menu li a {
    display: block;
    padding: 10px 18px;
    text-align: left;
    border-bottom: solid 1px #1f1f1f;
    color: #ccc;
}
  .navbar-primary.collapsed {
    width: 60px;
  } 
  .navbar-primary.collapsed .nav-label {
    display: none;
  }  
  .btn-expand-collapse {
      position: absolute;
      display: block;
      left: 0px;
      bottom:0;
      width: 100%;
      padding: 8px 0;
      border-top:solid 1px #666;
      color: #fff;
      font-size: 20px;
      text-align: center;
      
  }
  .req{
      color: red;
  }
  .logoMobile{
    margin-left: -26px;
    width: auto;
  }
  
  .btn-expand-collapse:hover
  {
      background-color:rgb(241, 89, 42);
      color: white;
  }
  .btn-expand-collapse:active {
      background-color: #111;
  }
  .navbar-primary-menu,
  .navbar-primary-menu li {
    margin:0; padding:0;
    list-style: none;
  } 
  .navbar-primary-menu li a {
    display: block;
    padding: 10px 18px;
    text-align: left;
    color: var(--main-theme-color);
  } 
  .navbar-primary-menu li a:hover {
    text-decoration: none;
    color: #fff;
    background-color:var(--main-theme-color);
  }
  .navbar-primary-menu li a:hover .menuIconSize{
  filter: brightness(0) invert(1);
  }
  
  .menu-active .menuIconSize{
   filter: brightness(0) invert(1);
  }
  
  
.header-model
{
    background-color: #131314;
    color: white;
}
.header-modelTitle
{
    text-align: center;
    font-size: 15px;
}
  
  .main-content {
   
    margin-left: 200px;
    padding: 20px;
    padding-bottom: 0px;
  }
  
  .collapsed + .main-content {
    margin-left: 60px;
  }

  .navbar-primary-menu li a .fa {
    margin-right: 6px;
}
.navbar-primary.collapsed .fa {
    font-size: 22px;
}

/* sub menu hover color */
.nav>li>a:focus, .nav>li>a:hover {
    background-color: rgba(178,230,12,0.1);
}

.nav>li>a:active {
    background-color: #63bf1b;
}

/* sub menu background color*/
.collapse.in {
    display: block;
    background-color: #323435;
}
.collapse.in.hide
{
display: none;
}


/* logo display none mobile*/
@media (min-width: 768px)
{
.logo-mobile{
display: none;
margin-top: 10px;
margin-left: 0px;
}
.logo-home {
    height: 45px;
    width: 114px ;
    display: block;
    margin-left: -22px;
    margin-top: -20px;
    margin-bottom: -11px;
}
}

.userInfo-menu
{
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.logo-home
{
    height: 45px;
    width: 199px;
    display: block;
    margin-left: -18px;
    margin-top: -20px;
    margin-bottom: -11px;
}

.logo-coll
{
    height: 54px;
     width:70px; 
     margin-left: 4px; 
     margin-top: -22px; 
     margin-bottom: -10px;
}

.menuIconSize
{
	font-size: 18px;
    margin-right: 5px;
    
}
.menuIconSize:hover
{
	font-size: 18px;
    margin-right: 5px;
    color: white;
}
/* datatable pagination color */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--main-theme-color) !important;
    border-color: var(--main-theme-color) !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    display: none !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    display: none !important;
}
/* height of datatable title */
table.dataTable thead th, table.dataTable thead td {
    padding: 5px 18px !important;
    border-bottom: 0px solid #111;
    text-align: center;
    font-weight: 100 !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {

     padding: 0 !important;
    margin-left: 0px !important;
   
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #fff;
    cursor: not-allowed;
    background-color: var(--main-theme-color);;
    border-color: var(--main-theme-color);;
    outline: none;
}
.pagination>li>a, .pagination>li>span { 
    color: #000000;
    background-color: #f0f0f0;
 
}


.btn-main {
    color: #fff;
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
    outline: none;
}

.error
{
    color: red;
}



.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e5e4e2;
    color: black;
    text-align: center;
    }

    md-tooltip.md-default-theme, md-tooltip {
        color: rgb(255,255,255);
        position: absolute;
         pointer-events: auto;

    }
    md-tooltip.md-default-theme .md-content, md-tooltip .md-content {
        background-color: rgba(0,0,0,0.54);
        padding: 5px;
        font-size: 11px;
        border-radius: 3px;
    }
    :focus {outline:0 !important;}
    #footer {
        position:absolute;
        bottom: -22px;
        width:100%;
        height:60px;
     }

     .pageHeader {
        background-color: var(--main-theme-second-color);
        display: flex;
        height: 45px;
        margin-left: -20px;
        margin-right: -20px;
        padding: 4px 0px 4px 1px;
        margin-top: -20px;
        border-bottom: 1px solid #fff;
        /* box-shadow: 0 0 1px rgba(0,0,0,.14), 0 1px 2px rgba(0,0,0,.28); */
    }
     .pageHeader-icon
     {
        padding: 7px;
        border-radius: 15px;
        border: 1px solid #f1592a;
        color: white;
        font-size: 15px;
        background-color: #f1592a; 
        box-shadow: 0px 0px 3px 1px rgba(136, 128, 128, 0.61);
        outline: none;
        margin-right: 10px;
     }

.currentPage
{
    font-weight: 600;
}     

.goto {
    cursor: pointer;
    text-decoration: underline;
}
.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 100;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 100;
}

.addclientHeader {
    text-align: center;
    font-weight: 100;
    padding: 6px;
        border-radius: 4px;
    background-color: var(--main-theme-color);
    color: white;
}


/* User image upload image hover button */
.img_wrap {
    position: relative;
    height: 140px;
    width: 130px;
  }
  
  .img_description_layer {
    position: absolute;
    top: 82px;
    overflow: hidden;
    bottom: -4px;
    left: 2px;
    right: 45px;
    background: #f1592a;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .img_wrap:hover .img_description_layer {
    visibility: visible;
    opacity: 1;
  }
  
  .img_description {
    transition: .2s;
    transform: translateY(1em);
    padding: 2px 5px;
    margin-top: 8px;
   cursor: pointer;
  }

  .img_wrap:hover .img_description {
    transform: translateY(0);
  }
  .image-cover {
    width: 140px;
    height: 145px;
    border-radius: 50%;
    border: 1px solid #f1592a !important;
    object-fit: cover;
    object-position: center right;    
  }
  .akk{
    width: 136px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    overflow: hidden;
}
.menu-active
{
    color: #fff !important;
    background-color:var(--main-theme-color);
}
.menu-active1
{
    color: #fff !important;
    background-color:var(--main-theme-color)!important;
}

.activeStatus
{
    color: #c7d500;
}
.inactiveStatus
{
    color: #ff4f4f;
}

.renewalStatus
{
    color: #ef2b2d;
}
.renew
{
    color: red;
    font-weight: 700;
}  
.btn-group-sm>.btn, .btn-sm {
    padding: 3px 13px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
    border-color: #fff;
}
/* .well {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #e3e3e3;

} */
.milkStatus{
    font-size: 10px;
    width: 110%;
    margin-left: -15px;
}

.label-font
{
    font-weight: 100;
}

  .value-box
  {
    position: absolute;
    color: black;
    top: 48px;
    display: inline-block;
    margin-left: 31px;
  }


md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
    color: rgb(255, 255, 255);
}  
md-tabs.md-default-theme .md-tab,
md-tabs .md-tab {
    color: var(--main-theme-color);
    font-size: 13px;
}
md-tabs-canvas {
    position: relative;
    overflow: hidden;
    display: block;
    height: 48px;
    background-color: #f0f0f0;
}
md-tabs.md-default-theme .md-tab.md-active,
md-tabs .md-tab.md-active,
md-tabs.md-default-theme .md-tab.md-active md-icon,
md-tabs .md-tab.md-active md-icon,
md-tabs.md-default-theme .md-tab.md-focused,
md-tabs .md-tab.md-focused,
md-tabs.md-default-theme .md-tab.md-focused md-icon,
md-tabs .md-tab.md-focused md-icon {
    color: rgb(255, 255, 255);
    background-color: var(--main-theme-color);
}

md-tabs[md-border-bottom] md-tabs-wrapper {
    background: #fff;
    height: 28px;
}

.md-tab {
    padding: 2px 15px;
}
md-content.md-default-theme, md-content {
    color: rgba(0,0,0,0.87);
    background-color: rgb(250,250,250);
    border: 1px solid #f0f0f0;
}
md-ink-bar {
    height: 0px !important;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px;
}
.statInfo
{
  height: 125px; 
  padding: 10px; 
  margin: 10px;  
  box-shadow: 5px 3px 4px 1px rgba(0,0,0,0.1);
}
.statBox
{
  background-color: #f1592a; 
  border-radius: 10px; 
  color: white; 
  height: 120px; 
  padding: 10px; 
  margin: 10px;  
}

.value-boxReferral
{
  position: absolute;
  color: black;
  top: 48px;
  display: inline-block;
  margin-left: 46px;
}

.value-drop {
    position: absolute;
    color: black;
    top: 38px;
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;    
}
.value-drop1 {
    position: absolute;
    color: black;
    top: 38px;
    display: inline-block;
    margin-left: 52px;
    font-size: 12px;    
}
.value-box1 {
    position: absolute;
    color: black;
    top: 32px;
    display: inline-block;
    margin-left: 27px;
}

.full {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
  }
  .partially {
    background-color: orange;
    border-radius: 32px;
    color: black;
  }
  .fuller {
    background-color: red;
    border-radius: 32px;
    color: black;
  }

  #plans:hover 
{ background-color: #1e90ff; 
    color: #fff; 
    margin-right: -12px; 
}
#plans:focus 
{ 
    background-color: #1e90ff; 
    color: #fff; 
    margin-right: -12px; 
}

.planEditIcon
{
    font-size: 16px;
}
.planSucessIcon
{
    color: green;
}
div.dataTables_wrapper div.dataTables_filter input {
    height: 19px;
}
.productStatusActive
{
    color: #a7a533;
}
/* model box center align and color */
.modal {
    text-align: center;
    
  }
  
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal-footer {
    padding: 3px !important;
    text-align: center !important;
    border-top: 1px solid #e5e5e5;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 14px;
}
.header-color{
    background: var(--main-theme-color);
    color: #fff;
  }

.searchIcon
{
    font-size: 20px; 
    margin-right: 10px;
    color: #f1592a;
    cursor: pointer;
}

.navbar-brand {
    float: left;
    height: 60px;
    padding: 0px 25px !important;
    font-size: 18px;
    line-height: 20px;
    line-height: 20px;
    margin-left: -41px !important;
    margin-top: -1px;
}
.navbar-primary {
    background-color: #e5e4e2;
    bottom: 0px;
    left: 0px;
    position: fixed;
    top: 0px;
    height: auto;
    width: 199px;
    box-shadow: 0 0 1px rgba(0,0,0,.14), 0 1px 1px rgba(0,0,0,.28);
    z-index: 8;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  
  
  .btn-expand-collapse {
      position: absolute;
      display: block;
      left: 0px;
      bottom:0;
      width: 100%;
      padding: 5px 0;
      border-top:solid 1px #212121;
      color: #fff;
      background-color: #131314;
      font-size: 20px;
      text-align: center;
      
  }

  .navbar-default {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    box-shadow: 0 5px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 0px 0px 0 rgba(0,0,0,0.08);
}

  .navbar-primary-menu,
  .navbar-primary-menu li {
    margin:0; padding:0;
    list-style: none;
  }

  .navbar-primary-menu li a {
    display: block;
    padding: 10px 18px;
    text-align: left;
    border-bottom: solid 1px #e5e4e2;
    color: var(--main-theme-color);
}

  .navbar-primary-menu li a:hover {
    text-decoration: none;
    color: #70cf32;
    background-color: rgba(178,230,12,0.1);
  }
  
  .navbar-primary-menu li a .glyphicon {
    margin-right: 6px;
  }
  
  .navbar-primary-menu li a:hover .glyphicon {
    color: orchid;
  }

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: var(--main-theme-color);
    
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color:var(--main-theme-color);
    
}
@media (min-width: 768px)
{
.navbar-nav>li {
    float: left;
    height: 30px;
    margin-top: 4px;
    margin-left: 4px;
    padding-top: 4px;
    list-style: none;
}
.navbar-nav>li>a {
    padding: 8px 16px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: var(--main-theme-color);
      text-decoration: none;
          border-radius: 4px;
}
.navbar-nav>li>a:active{
    padding: 8px 16px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: white !important;
    text-decoration: none;
}
}
.navbar-nav>li:hover>a {
  
    color: white !important;
   
}

.navbar-nav>li>a:active{
    padding: 8px 16px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: white !important;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a {
    color: white !important;
}
.navbar {
    margin-bottom: 0px;

}

.viewVendorPic
{
    height: 95px;
 background-color: #f8ac95;
            border-top-left-radius: 48px;
            border-bottom-left-radius: 48px;
            border-top-right-radius: 48px;
            border-bottom-right-radius: 48px;
            width: 185px;
}
.image-cover-vendor {
    width: 185px;
    height: 95px;
    border-radius: 65px;
    object-fit: fill;
    object-position: center right;
}
md-tabs[md-border-bottom] md-tabs-wrapper {
    height: 28px;
}

.md-tab {
    padding: 3px 15px !important;
}

.vname
{
    font-size: 13px;
}
.vname:hover{
    background-color: #f60;
    color: #fff;
    cursor: pointer;
}

.vendorSignout
{
font-size: 20px; 
color: var(--main-theme-color);
}
.vendorSignout:hover
{
    color: #fff;
}

.baseShodow
{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.cardMargin
{
    margin-bottom: 5px;

}

/* navbar csss */
.toogle-nav{
    position: inherit;
    height: 2em;
    padding-left: 1em;
}
.a:hover {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: var(--main-theme-color);
    color: white !important;
}
.navbar-primary-menu li a:hover {
    text-decoration: none;
    color: white;
    background-color: var(--main-theme-color);
}
.fg{
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.li-cop{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 15px;
}
.navbar-nav>li:hover {
    float: left;
    height: 33px;
    margin-top: 1px;
    margin-left: 4px;
    color:white;
    background-color: var(--main-theme-color);
    border-radius: 4px;
}

.toggleLogo{
    position: relative;
    z-index: 1;
    margin-top: -8px;
    margin-left: 1em;
    padding: 5px;
    width: 3.5em;
    height: 4em;
}
.navbar-nav {
    float: left;
    margin: 0;
}


/* Appointment list page */
.dumy-input{
    font-size: 13px;
    top: 4px;
    color: black;
    list-style: none;
    border: 1px solid grey;
    padding: 4px;
    border-radius: 5px;
    width: 20em;
    display: flex;
    justify-content: center;
}
.margin-li{
    margin-top: -1em;

}.mini-stat {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

/* appointlist list view */
.offset-col{
    padding: 2px; min-height: 2em;
}
.brach-form-group{
    margin-bottom: 0px;padding: 4px;    margin-left: -55px;
}
.brach-select{
    margin-left: 12px;margin-left: 47px;
    width: 13em;
}
.header-center{
    height: 3.4em;width: 12em;background-color: white;color: black;    margin-left: 5em;
}
.list-body-header{
    border: 1px solid grey;
    width: auto;
    height: 3em;
    display: flex;
    margin-top: 1em;
}
.list-body-header-time-slot{
    width: 6.6em;
    border-right: 1px solid #bf9f62;
    padding: 7px;
    height: auto;
    text-align: center;
    background-color: #bf9f62;
    color: white;
}
.list-body-header-patient-list{
   
    width: 100%;
    height: auto;
    padding: 7px;
    text-align: center;
    background-color: #bf9f62;
    color: white;
}
.ts{
    border: 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    min-height: 12em;
}
.fs{
    padding-bottom: 24px;
    min-height: 12em;
    padding-left: 0px;
    padding-right: 0px;
}
.list-divider{
    border-top: 0px;
   
    padding-bottom: 0px;
}
.whatsup-icon{
  font-size: 24px;
    -webkit-text-fill-color: green;
    margin-right: -33px;
    margin-left: 6px;
}

.header-success{
background-color: var(--main-success-color) !important;
color:white !important;
border-radius: 4px;
}
.header-error{
background-color: #f65656 !important;
color:white !important;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
    background-color:var(--main-theme-color);
    color: white;
        border-radius: 5px;
}

.center-content{
	display: flex;
    justify-content: center;
}
.md-button.md-default-theme.md-raised[disabled], .md-button.md-raised[disabled], .md-button.md-default-theme.md-fab[disabled], .md-button.md-fab[disabled] {
    background-color: rgba(0,0,0,0.12);
    color: white;
}



.imagePreview {
  width: 100%;
  height: 180px;
  background-position: center center;
background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
background-color:#fff;
  background-size: cover;
background-repeat:no-repeat;
  display: inline-block;
box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}
.circlrImg{
width: 80%;
    margin-top: 19px;
    height: 167px;
    border-radius: 111px;
    border: 1px solid var(--main-primary-color);
}
.imgUp{
	text-align: center;
	
}

.cheader {
	height: 3em;
	background-color:var(--main-theme-color);
	text-align: center;
}

.visitcount {
	width: 6em;
	height: 6em;
	border-radius: 13em;
}

.consultHistory {
	min-height: 28%;
	text-align: center;
}

.asd {
	display: flex;
	flex-direction: row;
	border: 1px solid white;
	height: 5em;
}

.nopadding {
	padding-left: 0px;
	padding-right: 0px;
}

.asd1 {
	color: white;
	    padding: 24px 0px 0px 0px;
}

.partion {
	width: 50%;
	border: 1px solid white;
}

.vscount {
	display: flex;
	justify-content: space-around;
	padding: 10px 11px 10px 11px;
}

.countSize {
	font-size: 26px
}
.wid{
	
	height: 45em;  width: 22%;  background-color: #e5e4e2;
	    overflow-x: scroll;
}
.maind {

	overflow-y: scroll;
	height: 45em;
	    width: 78%;
}
.text-theme{
		color: var(--main-theme-color);
}
.main-reason {
	background-color: var(--main-theme-color);
	color: white;
	padding: 2px 5px 2px 5px;
}
.br-icon {
	text-align: end;
	font-size: 13px;
	color: var(--main-theme-color);
}.br-label {
	text-align: center;
}

.br {
	border: 1px solid;
	min-height:24em;
	
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: var(--main-theme-third-color);
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}
.br-body{
	/* padding: 12px;
	 */
}



.br-padd {
	padding: 12px;
	
}

.awa {
	font-size: 19px;
	position: absolute;
	margin-top: -5px;
}

.awb {
	padding-left: 28px;
	padding-bottom: 7px;
}

.cform-group {
	padding: 11px 11px 0px 11px;
}

.border-for-cor {
	border-left: 0px solid;
	height: 45em;
}




.as {
	display: flex;
	justify-content: space-between;
	padding: 4px 12px 5px 12px;
}
.primary-button-col:hover{
	
background-color: #ca251b !important;
}

.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #f0f0f0;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
	margin: 0 auto;
}

.tab_item {
	width: 14em;
	height: 35px;
	border-bottom: 3px solid #f0f0f0;
	background-color: #f0f0f0;
	line-height: 31px;
	font-size: 16px;
	text-align: center;
	color: #89201a;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	font-size: 13px;
	white-space: nowrap;
	position: relative;
	    border-radius: 4px;
	float: left;
	font-weight: 500;
}

.tab_item:hover {
	opacity: 0.75;
}

input[name="tab_item"] {
	display: none;
}

.tab_content {
	display: none;
	padding: 12px 25px 9px;
	clear: both;
	overflow: hidden;
	background-color: white;
	border-radius: 4px;
}


#all:checked ~ #all_content, #programming:checked ~ #programming_content,
	#design:checked ~ #design_content,
	#tab3:checked ~ #tab3_content,
	#tab4:checked ~ #tab4_content, 
	#tab5:checked ~ #tab5_content{
	display: block;
}

.tabs input:checked+.tab_item {
	background-color: #89201a;
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
	position: relative;
	
	float: left;
	font-weight: 500;
}

.tabs input:unchecked+.tab_item {
	background-color: #89201a;
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
	position: relative;
	
	float: left;
	font-weight: 500;
}

.bor {
	border: 1px solid var(--main-theme-color);
	min-height: 12em;
	color: var(--main-theme-color);
}

.hla {
	display: flex;
	justify-content: center;
	text-align: center;
	color: #89201a;
}


.key-div {
    padding: 9px 7px 6px 4px;
}
.key{
color: var(--main-theme-color);
    padding-left: 14px;}
.value{
    color: black;
    padding-left: 14px;
    padding-top: 3px;}
    
 .head{
 background-color: var(--main-theme-third-color) ;    display: flex;
    justify-content: space-around;
    }   
    
    .teate-header{
     height: 3em;
    width: 100%;
    background-color: var(--main-theme-color);
    color: white;
    padding: 7px 0px 0px 124px;
    font-size: 14px;
    }
    .center{
    display: flex;
    justify-content: center;
    }
    
    .doc-note{
       padding-top: 18px;
    }
    
    
    .lod {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white;
    color: #ff4040;
}.box {
    display: inline-block;
    width: 200px;
    height: 200px;
    /* border: 1px solid currentcolor; */
    border-radius: 3px;
    font-size: 30px;
    padding: 1em;
    position: relative;
    margin-bottom: .25em;
    vertical-align: top;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
}

.loader-03 {
    border: .2em solid currentcolor;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: 1s loader-03 linear infinite;
    animation: 1s loader-03 linear infinite;
    position: relative;
}
.lod-circle {
    display: flex;
    top: 7em;
    left: 20em;
}
[class*="loader-"] {
    display: inline-block;
    width: 2em;
    height: 2em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}
.text-center{
	text-align: center;
}
#mainAddress{
	    display: flex;
    flex-direction: row;
}

#contact {
    display: flex;
    flex-direction: column;
}
.edit {
	font-size: 16px;
	float: right;
}

.cancel {
	margin-left: -22px;
	font-size: 19px;
	margin-top: 2px;
}

.save {
	color: green;
	float: right;
}
#gradtionRange{
	    margin: auto;
    width: 495px;
}
.tr-header{
	background: #f0f0f0; color: var(--main-theme-color);
}
.header-text{
	font-size: 15px; text-align: center; color: var(--main-primary-button-color);
}
.add-partener{
	
	    font-size: 18px;
    -webkit-text-fill-color: var(--main-theme-color);
     
	    padding-left: 5px;
    padding-top: 4px;
}
.partner-img{
	    width: 160px;
    height: 160px;
        margin-top: 0px;
	
}


#showIcon {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

#showIcon:hover {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.circlrImg:hover+#showIcon {
	display: block;
}
.main-color{
	background-color: var(--main-theme-color);
    
	
}

.viewfrencpic{
	width: 154px;
    height: 170px;
    border-radius: 10%;
}
.centerImg{
	margin: auto;
    width: 100%;
}
.fren-txtcolor{
	color:white;
}
.info-fren{
	    padding: 8px;
    background-color: white;
    color: var(--main-theme-color);
    border: 1px solid var(--main-theme-color);
}
.rightText{
	text-align: right;
}
.leftText{
	text-align: left;
	
}

.padd-left{
	padding-left: 12px;
	    padding-top: 5px;
}
.card-cust{
min-height: 8em;
    width: 213px;
    height: 134px;
    border-radius: 15px;
     border:1px solid;
 
}
.card-row{
   display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-around;
   }
  .card-main{
  padding: 1em;
  } 

.card-one{

    color: rgb(252, 65, 154);	
}
.card-two{

    color:rgb(255, 154, 0);
	
}
.card-three{
    color: rgb(167, 107, 207)	
}.card-four{

    color:rgb(107, 142, 35);
	
}.card-five{

    color:rgb(255, 3, 62);
}
.ficons{
	height: 15%;
    margin: 9px;
}
.fedit{    
	margin: 9px;
    font-size: 14px;
}
.card-h{
	    display: flex;
    justify-content: space-between;
}
.chtext{
	    margin-top: 4%;
}
.nomargin{
	    margin-right: 0px;
    margin-left: 0px;
}
.card-text{
      border-width: 0px;
    position: absolute;
    left: 3.5em;
    top: 46px;
    width: 209px;
    font-size: 2em;
    color: white;
 
}
.fcard-text{
      border-width: 0px;
 	  font-size: 2em;
 	text-align: center;
}
.fcard-f{
 	text-align: center;
 	    margin-top: 13%;
}
.dfjc{
	display: flex;
	justify-content: space-around;
}
.card-det{
	    margin-top: 2em;
    border: 1px solid;
    height: 3em;
    border-radius: 13%;
    color: white;
    text-align: center;
}

.card-det>label{
	margin-top: 8px;
}
.cd1{
    background-color: rgb(252, 65, 154);	
	
}
.cd2{
    background-color: rgb(255, 154, 0);	
	
}
.cd3{
    background-color: rgb(167, 107, 207);	
	
}
.cd4{
    background-color: rgb(107, 142, 35);	
	
}
.cd5{
    background-color: rgb(255, 3, 62);;	
	
}
.card-chart{
	padding: 15px;
	border: 1px solid darkgrey;
}
.card-fsc{
	min-height: 33em;
}
.card-fsc-h{
	background-color:  rgb(149, 206, 255);
	min-height: 4em;
	color: white;
	text-align: center;
	
}
.card-fsc-h2{
	background-color:  rgba(104, 162, 66, 1);
	min-height: 4em;
	color: white;
	text-align: center;
	
}

.cir-1{    
	background-color: purple;
    height: 13em;
    color: white;
    text-align: center;
    border-radius: 50%;
    width: 93%;
}
.cir-2{
	background-color: orange;
    height: 13em;
    color: white;
    text-align: center;
    border-radius: 50%;
    width: 93%;
}

.ccount-text{
	padding: 63px;
}

.cir-data{
	display: flex;
    justify-content: space-between;
    margin-top: 3em;
}



.stcok-data{
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
    height: 25em;
}
.stcok-data>label{
padding: 8px 12px;
	
}

.icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: cover;
}
.icon-bike {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/icon-bike-black.svg);
}
.fc-highlight {
  background: green !important;
}

/* md-toast.md-success-toast-theme .md-toast-content {
    background-color: green;
}

md-toast.md-error-toast-theme .md-toast-content {
    background-color: red;
} */




.heaader_active {
    background: red;
}

.child_active {
    background: green;
}
.far{
	cursor: pointer;
}

.historyRow{
	box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
	
}
.hisheader{
    padding: 2px;
    padding-bottom: 0px;
	border-bottom: 1px solid darkgrey;
        
}

.hisord{
	    padding-bottom: 3em;
}
.bo{
   
    padding: 1em 0em 1em 1em;
    border: 1px solid #cccccc;
}
.fas{
	cursor:pointer;
}
.shadow{
	box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
	
}
.pch{
min-height: 150px;
    background-color: white;

}

.pan {
	min-height: 55em;
	padding: 2em 1em;
}
.l-right{
	text-align: right;
	
}
.l-left{
	text-align: left;

}
.pad-1{
	padding: 0.5em;
}
.pul{
	padding: 0.3em 0.3em;
	    margin: 0px;
}
.filter-data{
	background-color: whitesmoke;
	height: 27em;
	    padding: 1em;
    overflow-y: scroll;
}
.ex{
	text-align: center;
    border-bottom-style: dotted;
    border-bottom-width: 1.2px;
}
.date-view{
  width: 9em;
    height: 2.2em;
    background-color: var(--main-theme-color);
    color:white;
}
.date-label{
	    padding: 5px 19px;
}
.rad-dis{
	margin-left: 4em;
}
.amt-dis{
	margin-left:2em;
}
.app-2{
	/* padding: 1em 0em;  */
}
.dash{
	text-align: right;
}
.vit{
	text-decoration-line: underline;
	cursor: pointer;
}
.graph{
	
    padding-right: 18px;
}
.pres-header{
	font-weight: bold;
}
.one-sec{
	background-color: white;
    margin-bottom: 12px;
    height: 45px;
    border-radius: 0.5em;
    padding: 7px;
    font-size: 15px;
    color: var(--main-theme-color);
}
.cir-small{
	width: 39px;
    margin-top: -11px;
    height: 38px;
    border-radius: 111px;
}

.de{
	    padding: 5px;
    border-top: 1px solid var(--main-theme-color);
}

.th{
	    padding: 7px;

}
.bg-theme{
	background-color: var(--main-theme-color);
}
.pdf-h{
	height: 11em;
    background-color: white;
       border-bottom: 1px solid var(--main-theme-color);
            color: black;
}
.pdf-hm{
	display: block;
	text-align: center;
	
}
.df-jc{
	display: flex;
    justify-content: space-between;
}
.env{
	    font-size: 18px;
    margin-top: 4px;
	
}
.pdf-mod{
	    width: 74em;
    border: 1px solid var(--main-theme-color);
}
.pdf-foot{
	 
    border-top: 1px solid var(--main-theme-color);
    background-color: var(--main-theme-color);
    color: white;
}
.cust-heas{
	font-size: 15px; 
	text-align: center;
	 color: var(--main-primary-button-color);
	 border-bottom: 1px solid var(--main-primary-button-color);
	 display: flex;
    justify-content: space-between;
}
.pb{
	margin-bottom: 15px;
}
.qut-img{
	height: 17px;
 	cursor:pointer;
    float: right;
    margin: 7px;
}

.dg{
	    padding: 11px;
	
}
.note{
	min-height:8em;
	border: 1px solid darkgrey;
	
}
.ds{
	padding: 5px;
    background-color: white;
}
.pab{
	padding-right: 2em;
}
.inner-t{
	    padding-left: 21px;
}
.checkout{
	    font-size: 18px;
    padding-top: 3px;
}
.timmer{
	    background-color: var(--main-button-color);
    color: white;
    margin-left: 7px;
}
.drth{
	border: 1px solid;
	background-color: whitesmoke;
	padding: 2em;
	
}
.cdatarow{
    margin-top: -0.7em;
    border-bottom: 1px solid var(--main-theme-third-color);
    margin-left: -11px;
}
.hd{
	    font-size: 15px;
    background-color: darkgrey;
    height: 91px;
    padding: 13px;
    color: white;
}
.pt{
padding-top: 12px;	
}
.crossIcon{
	    font-size: 25px;
    color: darkgrey;
    margin-top: 21px;
    margin-right: 22px;
}
th {
text-align: center;
}
.ic{
	font-size: 15px;
	
}

.redText{
	color:red;
}
.greenText{
	color:green;
}

.ibor {
	border: 1px solid;
	min-height: 6em;
}


.md-toast.error {
    background-color: red;
}

   
.card-bas{
    background-color: white;
    height: 16em;
    border: 1px solid;
    width: 27%;
}

.fc1{
	box-shadow: 6px 0px 6px 0 #63a963;
}
.fc2{
	box-shadow: 6px 0px 6px 0 orange;
}
.fc3{
	box-shadow: 6px 0px 6px 0 #63a963;
}
.fcard-h{
	padding: 12px;
	text-align: center;
}
.sidecardp{
	background-color: white;
	height: 42%;
    height: 42vh;
	    overflow-y: scroll;
	
}
.midcardp{
	background-color: white;
	height: 88%;
    height: 88vh;
    padding: 15px;
	    overflow-y: scroll;
}

.mt{
	margin-top: 2em;
}
.br-body>div{
	    padding: 10px 0px 0px 14px;
}
.sh{
	height: 8em;
}
#shp2>div{
	padding: 8px;
}
#nsh>div{
	padding: 6px;
}
.mt-2{
margin-top: 4em;	
}

.dfjcsa{
	display: flex;
    justify-content: space-between;
}
.cnom{
	margin-top: 0px;
	margin-bottom: 0px;
}
.phar-conu-icon{
	height: 17px;
}
.l-i{
	display: flex;
    flex-direction: column;
}
.l-i>span{
	    padding-bottom: 8px;
	
}
.isSlotSelected{
	background-color: green !important;
	color:white !important;
}

.pharmacybor{
	margin: 0px 0px 0px 3px;
    height: 3em;
    border-radius: 2%;
    padding: 10px;
    border: 1px solid;
    
}

.avl{
    border-radius: 50%;
    background-color: #DEC8AE ;
    height: 10px;
    width: 10px;
   }
   .ful{
    border-radius: 50%;
    border-color:black;
    background-color: #e5dddd;
    height: 10px;
    width: 10px;
   }
   .hol{
    border-radius: 50%;
    background-color: #FF1600 ;
    height: 10px;
    width: 10px;
   }
   .dnavl{
    border-radius: 50%;
    background-color: #464646 ;
    height: 10px;
    width: 10px;
   }
   
   .pointer{
   cursor: pointer;
   }
   .overflow-x-user{
       overflow-x: scroll;
    height: 13em;
   }
   .fa-file-pdf {
   color: red;
   }
   
   .fincard{
   width: 200px;
   height: 10em;
   border-radius: 4%;
   }
   .bot-fin-tab{
    height: 3em;
    color:white;
    margin-top: 38px;
    margin-bottom: 0px;
	padding: 0px 76px;
    border-bottom-left-radius: 6%;
    border-bottom-right-radius: 6%;
   }
   .cl{
   height: 15em;
   padding: 25px 3px;
   color: white;
   }
   .cl-c1{
       height: 100%;
   background-color: rgb(255, 140, 115);
   }  
   .cl-c2{
       height: 100%;
   background-color: rgb(0, 0, 102);
   }
   .txt-pad{
       display: flex;
    flex-direction: column;
    padding: 35px 0px;
    text-align: center;
    }
    
    .loader {
    position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background:white;
      color:black;
     
  }
  .loa-main{
    height: 8em;
    position: fixed;
    top: 39%;
    bottom: 50%;
  }
  
  .bg-color{
  background-color:var(--main-theme-color); 
    padding: 1px 5px 0px 4px;
  
  }
  .w-text{
  color: white;
  }
  
  .pasd{
  width: 12px;
  }
  .textCenter{
  text-align: center;
  }
  .imb{
      margin-bottom: 4%;
      }
 .clickThrough{
 color: red;
 } 
 .invoi-fina-pdf{
 color: red;text-decoration: underline;
 }
 .scolr-fixheight{
     height: 22em;
    overflow-y: scroll;
 
 }
 .notification-card{
 background-color: white;
 padding: 12px;
 }
  .head-text{
 background-color: white;
 padding: 12px;
 }
 
 .borsel{
     height: 2em;
    width: 8em;
  background-color: gray;
 }
 
 .text-belowinput{
 color:grey;
 }
 .main-post{
 background-color: white;
 min-height: 83vh;
 padding: 15px;
 }
 .single-news{
     min-height: 10em;
    border-top: 1px solid grey;
    border-bottom: 1px solid;
	padding: 12px;
 }
 .news-header{
 font-size: 16px; 
 font-weight: 700;
 }
 .fa-edit{
 color:var(--main-theme-color); 
 }
 .news-boduy{
 padding-top: 12px;
 }
 .img-new-lo{
     width: 300px;
    height: 152px;
    }
    .icons-channels{
    height: 8%;
    width: 10%;
    }
    
    .circlrImg1 {
    width: 80%;
    margin-top: 19px;
    height: 14%;
    border-radius: 111px;
    border: 1px solid var(--main-primary-color);
}
    .noramlImage{
    width: 80%;
    margin-top: 19px;
    height: 14%;
}

.sder{
	height: 12em;
	
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color:white; 
    text-decoration: none;
	background-color: var(--main-theme-color);
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -5px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.shadowOpen{
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 12%;
/*     background-color: whitesmoke;
 */    height: 76%;
    width: 76%;	

    display: block;	
    
}
.shadowOpen:hover {
	    opacity: 1;
	
}
.shadowOpen:hover .label-back{
	
border-radius: 4px;
    text-align: center;
    margin-top: 38%;
    background-color: #191919;
    width: 51%;
    height: 23%;
    color: white;
    display: block;
    margin-left: 19%;
}
#ased{
	text-align: center;padding: 8px;
	font-size: 15px;
	cursor: pointer;
}
.units-reperts{
	    position: absolute;
	        color: gray;
    right: 15px;
    margin-top: 31px;
    margin-right: 8px;
}


.appt-bar{
	display: flex;
    padding-top: 8px;
}
.label-right{
	text-align: right;
}

/* .comment121:focus {
    border-color:white;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(255 255 255 / 60%);
} */




.outward-hist{
    overflow-x: scroll;
    padding: 16px;
    height: 70vh;
    }
    
    .cd6{
    background-color: #229f22;
    
    }
    
    
    .tab-activeCust{
    background-color: #ddd !important;
    }
    
    .print-icon{
        height: 16px;
    width: 19px;
    margin-top: 6px;
    position: absolute;
    top: 10px;
    bottom: 0px;
    }
    
    
    .time-can{
        float: right;
    background-color: var(--main-theme-color);
    margin-right: 13px;
    color: white;
    width: 14px;
        float: right;
    position: absolute;
    top: 19px;
    z-index: 5;
    right: 0;
    }
    
    
    .icon_add{
    color: var(--main-theme-color);
    font-size: 18px;
        margin-left: 12px;
    }
    
    .cer{
    
    }
    /* .cer >.form-group{
   	display: flex;
    }
    .cer >.form-control {
   	display: flex;
    }
     */
    
    .cus-input{
        width: 12em;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-color: initial;
    border-image: initial;
    border-bottom-style: solid;
        margin-bottom: 17px;
    margin-top: 3px;
    }
    .redCol{
    color: red;
        font-style: italic;
    }.orangeCol{
    color: orange;
        font-style: italic;
    }.greenCol{
    color: green;
        font-style: italic;
    
    }
    
   .div-padd>div{
   padding: 5px;
   }
   
   
   .cer-header{
   border-bottom: 1px solid var(--main-theme-color);
   } 
   
   #cer-only>p{
   line-height: 3;
   }
   
   
   .dis-flex{
   display: flex;
   }
   
   
   
   .basdod{
       height: 51px;
    background-color: #a9a9a9a1;
   }
   .waeda2{
       display: flex;
    justify-content: space-between;
        padding: 16px;
    font-size: 15px;
    }
   
 /* This is the containing element, 
it needs a div within it that will 
contain the p elements to be scrolled  */

.marquee {
    /* width: 450px; /* Width of marquee "window" must match the width of p elements*/
    
     width: 89em;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
        background-color: #f0f0f0;
}

.marquee-div {
  display: table-row;
  white-space: nowrap;
  padding-left: 100%; 
  animation: marquee 50s linear infinite; /* Time must be adjusted based on total width of scrolled elements*/
}

.marquee > div p {
  width: 450px; /* Width of p elements must match the width of marquee "window"*/
  padding-left: 450px; /* Padding determines space between scrolled elements */
  display: table-cell; 
      padding-top: 8px;
      color: var(--main-theme-color);
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    50%   { animation-timing-function: steps(4); }
    
    100% { transform: translate(-100%, 0); }
}
.box-marq{
    height: 3em;
    background-color: whitesmoke;
        display: flex;
    }
    
    .labe-name-out{
    
width: 10em;
    text-align: center;
    background-color: var(--main-theme-color);
    color: white;
    padding: 8px;    }
    
    .selecteed-treat{
    background-color: whitesmoke;
    }
   
   
   .hjbad{
       color: darkgray;
    text-decoration: underline;
    }
    
    .bgfrsc{
     background-color: red !important;
    }