
    html { 
    scroll-behavior: smooth;
    }

    .posology-dosage{
      margin-top: 15px;
      margin-bottom: px;
    }
    .datepicker {
        background-color: #fff;
        border-radius: 0 !important;
        align-content: center !important;
        padding: 0 !important
    }
    .datepicker table thead tr:first-child {
	display: none;
    }
    .datepicker table thead tr:nth-child(3) {
	background-color: #FFFFFF;
    }
    .datepicker-dropdown.datepicker-orient-left:before {
        left: calc(50% - 6px) !important
    }
    
    .datepicker-dropdown.datepicker-orient-left:after {
        left: calc(50% - 5px) !important;
        border-bottom-color: #CF3737
    }
    
    .datepicker-dropdown.datepicker-orient-right:after {
        border-bottom-color: #CF3737
    }
    
    .datepicker table tr td.today,
    span.focused {
        border-radius: 50% !important;
        background-image: linear-gradient(#FFF3E0, #FFE0B2)
    }
    
    thead tr:nth-child(2) {
        background-color: #CF3737 !important
    }
    
    thead tr:nth-child(3) th {
        font-weight: bold !important;
        padding: 20px 10px !important;
        color: #BDBDBD !important
    }
    
    tbody tr td {
        padding: 10px !important
    }
    
    tfoot tr:nth-child(2) th {
        padding: 10px !important;
        border-top: 1px solid #CFD8DC !important
    }
    
    .cw {
        font-size: 14px !important;
        background-color: #E8EAF6 !important;
        border-radius: 0px !important;
        padding: 0px 20px !important;
        margin-right: 10px solid #fff !important
    }
    
    .old,
    .day,
    .new {
        width: 30px !important;
        height: 30px !important;
        border-radius: 0px !important
    }
    
    .day.old,
    .day.new {
        color: #E0E0E0 !important
    }
    
    .day.old:hover,
    .day.new:hover {
        border-radius: 50% !important
    }
    
    .old-day:hover,
    .day:hover,
    .new-day:hover,
    .month:hover,
    .year:hover,
    .decade:hover,
    .century:hover {
        border-radius: 50% !important;
        background-color: #eee
    }
    
    /*.active {
        border-radius: 50% !important;
        background-image: linear-gradient(#CF3737, #CF3737) !important;
        color: #fff !important
    }*/
    
    .prev,
    .next,
    .datepicker-switch {
        border-radius: 0 !important;
        padding: 10px 10px 10px 10px !important;
        font-size: 18px;
        opacity: 0.7;
        color: #fff
    }
    
    .prev:hover,
    .next:hover,
    .datepicker-switch:hover {
        background-color: inherit !important;
        opacity: 1
    }
    
    @media screen and (max-width: 726px) {
        .datepicker-dropdown.datepicker-orient-right:before {
            right: calc(50% - 6px)
        }
    
        .datepicker-dropdown.datepicker-orient-right:after {
            right: calc(50% - 5px)
        }
    }
    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
        background-color: #CF3737;
        background-image: linear-gradient(to bottom, #CF3737, #CF3737);
    }
    

.hide {
    display: none;
}
.subscription-btn2{
    display:none;
}
.topnav {
    overflow: hidden;
    background-color: white;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    margin-bottom: 6px;
    display: block;
    transition: all 0.2s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.topnav a {
    float: left;
    display: block;
    color: #0D1248;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.2s;
    height:100%;
    position: relative;
}
.topnav .sec {
    top:10px;
}
.topnav a:hover {
    color: #CF3737;
}
.topnav a.active {
    color: white;
}
.topnav .icon {
    display: none;
}
 @media screen and (max-width: 600px) {
 .topnav a:not(:first-child) {
display: none;
}
 .topnav a.icon {
 float: right;
 display: block;
}
}
 @media screen and (max-width: 600px) {
 .topnav.responsive {
position: relative;
 padding-bottom:15px;
}
 .topnav.responsive .icon {
 position: absolute;
 right: 0;
 top: 0;
}
 .topnav.responsive a {
 float: none;
 display: block;
 text-align: left;
}



}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
    
    
button {
        background-color: #AE1B11;
        padding: 10px;
        border-radius: 10px;
        border: 1px white;
        color:white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        cursor: pointer;
        margin: 25px;
        font-family: 'Montserrat', sans-serif;

        
    }
    button:hover {
        background-color: #e33030;
        transition: .15s ease-in;
        transform: scale(1.1);
    }
    body {
        font-family: 'Montserrat', sans-serif;
        background-color: #f7f7f7;
    }
/* The container-suboxone */
.container-suboxone {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-suboxone input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-suboxone:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-suboxone input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-suboxone input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-suboxone .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
    
    
    
    
/* inputs style */
    
 
    
.wrapper {
  max-width: 800px;
  /* margin: ; */
}
.label-2 {
  position: relative;
  display: inline-block;
  margin: 15px 15px 0px 15px;
}
.label-2 > input {
  position: relative;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #AE1B11;
  border-radius: 0;
  outline: none;
  height: 45px;
  width: 100%;
  font-size: 16px;
  margin: 0 0 0px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
}
.label-2 > input:valid + span {
  transform: translateY(-5px) scale(1);
  transform-origin: 0;
}
.label-2 > input:valid {
  border-bottom: 1px solid #AE1B11;
  box-shadow: 0 1px 0 0 #AE1B11;
}
.label-2 > span {
  color: black;
  position: absolute;
  top: -7px;
  left: 0;
  font-size: 16px;
  cursor: text;
  transition: .2s ease-out;
}
.label-2 > input:focus + span {
  transform: translateY(-2px) scale(0.9);
  transform-origin: 0;
  color: #AE1B11;
}
.label-2 > input:focus {
  border-bottom: 1px solid #AE1B11;
  box-shadow: 0 1px 0 0 #e33030;
}

.table {
         transition: all 0.4s;

}
    
    

    
    
    
    
    
    .spacer {
        padding-bottom:80px;
        display: block;
        
    }
    
    .date-input, .dosage-input {
        display:inline-block;
        padding:20px 15px;
        margin:10px;
        border-radius: 5px;
        text-align: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        position: inherit;
        
        
    }
.table {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #c850c0;
  background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
  background: -o-linear-gradient(45deg, #4158d0, #c850c0);
  background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
  background: linear-gradient(45deg, #4158d0, #c850c0);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}
    

.wrap-table100 {
  width: 1170px;
}

.table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.table * {
  position: relative;
}
.table td, .table th {
  padding-left: 8px;
}
.table thead tr {
  height: 60px;
  background: #AE1B11;
}
.table tbody tr {
  height: 50px;
}
.table tbody tr:last-child {
  border: 0;
}
.table td, .table th {
  text-align: left;
}
.table td.l, .table th.l {
  text-align: right;
}
.table td.c, .table th.c {
  text-align: center;
}
.table td.r, .table th.r {
  text-align: center;
}


.table100-head th{
  font-family: OpenSans-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.column1 {
  width: 260px;
  padding-left: 40px;
}

.column2 {
  width: 160px;
}

.column3 {
  width: 245px;
}

.column4 {
  width: 110px;
  text-align: right;
}

.column5 {
  width: 170px;
  text-align: right;
}

.column6 {
  width: 222px;
  text-align: right;
  padding-right: 62px;
}


@media screen and (max-width: 992px) {
  .table {
    display: block;
  }
  .table > *, .table tr, .table td, .table th {
    display: block;
  }
  .table thead {
    display: none;
  }
  .table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  .table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  .table tbody tr td:last-child {
    margin-bottom: 0;
  }
  .table tbody tr td:before {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  .table tbody tr td:nth-child(1):before {
    content: "Date";
  }
  .table tbody tr td:nth-child(2):before {
    content: "Order ID";
  }
  .table tbody tr td:nth-child(3):before {
    content: "Name";
  }
  .table tbody tr td:nth-child(4):before {
    content: "Price";
  }
  .table tbody tr td:nth-child(5):before {
    content: "Quantity";
  }
  .table tbody tr td:nth-child(6):before {
    content: "Total";
  }

  .column4,
  .column5,
  .column6 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  
  tbody tr {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row{
    margin:0px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #bfbfbf !important;
    color: #999 !important;
    cursor: default;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #bfbfbf !important;
    color: #999 !important;
    cursor: default;
}
.datepicker table tbody tr {
  height: 30px;
  color: black;
  background: #fff;
}
.datepicker table thead tr {
  height: 30px;
}
.datepicker table tr th .prev .disabled{
    background:  #CF3737
}
.datepicker table {
  border-radius: 0px;
}
tbody tr:nth-child(even) {
 background-color: #f5f5f5 !important;
}

.dose-label h4{
  margin-top: 18px;
  text-align: left;
}
@media screen and (max-width: 600px) {
 
 .dose-label{
   width: 300px !important;
   /* display: block !important; */
   margin: 1px !important;
   text-align: center;
 }
 
 .dose-label h4{
  margin-bottom: 28px;
text-align: center;
margin-top: -12px;
}
}