* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", sans-serif;
  color: #666666;
  font-size: 13px;
  line-height: 22px;
  background: #f6f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #333333;
  font-family: "Lato", sans-serif;
}

ul,
ol,
dl {
  margin: 0;
}

ul,
li {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  float: left;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row>[class*="col-"] {
  display: flex;
  flex-direction: column;
}

.leftmenutrigger {
  display: block;
  cursor: pointer;
  padding: 8px 12px;
}

.navbar-nav.side-nav.open {
  left: 0;
}

.navbar-nav li a .shortmenu {
  float: right;
  display: block;
  opacity: 1;
}

.navbar-nav.side-nav.open.navbar-nav li a .shortmenu {
  opacity: 0;
}

.navbar-nav li:hover .submenu {
  display: block;
}

.navbar-nav li .submenu {
  position: absolute;
  text-align: left;
  width: 180px;
  top: 50px;
  display: none;
}

.navbar-nav li .submenu li a {
  display: block;
  padding: 10px 20px;
  transition: ease 0.3s all;
}

.navbar-nav.side-nav {
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 38px;
  flex-direction: column !important;
  left: -250px;
  width: 250px;
  bottom: 0;
  overflow-y: scroll;
  padding: 35px 20px;
}

button#leftsideCollapse {
  vertical-align: unset;
  line-height: 22px;
  margin: 0 10px 0 0;
  transition: 0.3s;
}

button#leftsideCollapse:hover {
  border-radius: 50px;
}

button#leftsideCollapse .fa-arrow-left {
  transition: 0.3s;
}

button#leftsideCollapse.close-icon .fa-arrow-left {
  transform: rotate(180deg);
}

.btn-custom-dashboard i.fas.fa-sign-out-alt {
  margin: 0;
}

.content-area {
  width: 100%;
  float: left;
  background-color: #fff;
}

.section-2 {
  padding-top: 50px;
  position: relative;
}

.section-2 .card-header {
  padding: 0 20px;
  border-bottom: none;
}

.section-2 .card-header a.card-link {
  padding: 10px 0;
  display: block;
  position: relative;
}

.section-2 .card-header.no-dropdown {
  padding: 0;
}

.section-2 .card-header.no-dropdown a.card-link {
  padding: 10px 20px;
}

.section-2 ul.submenu {
  list-style: none;
  margin: 0;
}

.section-2 ul.submenu li a {
  padding: 10px 10px 10px 40px;
}

.section-2 .card-header a[aria-expanded="false"]:after,
.section-2 .card-header a[aria-expanded="true"]:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: 2px;
  top: 14px;
  transition: 0.3s;
}

.section-2 .card-header a[aria-expanded="false"]:after {
  transform: rotate(0);
}

.section-2 .card-header a[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

div#accordion {
  transition: all 0.3s;
  padding: 0;
  z-index: 999;
  min-width: 240px;
  max-width: 240px;
  height: 100vh;
}

div#accordion .sticky-use {
  position: fixed;
  padding: 12px 0 80px;
  min-width: 240px;
  max-width: 240px;
  transition: all 0.3s;
  height: 100%;
  overflow-y: auto;
  min-height: 100vh;
}

div#accordion.active {
  margin-left: -240px;
}

.content-right {
  width: calc(100% - 240px);
  transition: all 0.3s;
  min-height: calc(100vh - 100px);
}

.content-right.active {
  width: 100%;
  transition: all 0.3s;
}

.section-2 ul.submenu .iconsize {
  height: 14px !important;
  width: 20px !important;
}

section.content-section {
  padding: 15px;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* width */
.navbar-nav.side-nav::-webkit-scrollbar,
nav.navbar.header-top::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.navbar-nav.side-nav::-webkit-scrollbar-track,
nav.navbar.header-top::-webkit-scrollbar-track {
  background: #916149;
}

/* Handle */
.navbar-nav.side-nav::-webkit-scrollbar-thumb,
nav.navbar.header-top::-webkit-scrollbar-thumb {
  background: #916149;
}

/* Handle on hover */
.navbar-nav.side-nav::-webkit-scrollbar-thumb:hover,
nav.navbar.header-top::-webkit-scrollbar-thumb:hover {
  background: #916149;
}

/* content area */


ul.table-ul li {
  float: left;
  margin-right: 5px;
}

.btn.btn-icons {
  width: 30px;
  height: 30px;
  padding: 0px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
  border: none;
  border-radius: 5px;
  font-weight: bold;
}

.badge {
  border-radius: 0.25rem;
  font-size: 0.65rem;
  font-weight: initial;
  line-height: 1;
  padding: 0.2rem 0.3rem;
  font-weight: 600;
}

.checkbox>label {
  margin-right: 15px;
}

button.btn.sbmt {
  transition: 0.3s;
  padding: 12px;
}

/* custom radio button */
.radio-custom-box {
  padding: 0;
}

.custom-radio,
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-radio input,
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark,
.checkmark-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  margin-top: 5px;
  width: 15px;
  background-color: #cfcfcf;
  border-radius: 50%;
}

.custom-radio:hover input~.checkmark,
.custom-checkbox:hover input~.checkmark-box {
  background-color: #ccc;
}

.checkmark:after,
.checkmark-box:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input:checked~.checkmark:after,
.custom-checkbox input:checked~.checkmark-box:after {
  display: block;
}

.custom-radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}

/* custom checkbox */
.checkmark-box {
  border-radius: 0;
}

.custom-checkbox .checkmark-box:after {
  left: 5px;
  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);
}

.formfield .requiredfield:after {
  content: "*";
  color: red;
  font-size: 16px;
}

.generalform {
  padding: 30px 0;
  position: relative;
}

.generalform .formfield {
  margin: 0 0 1rem;
}

.generalform .formfield.row.messages-show {
  margin: 0;
}

.generalform .formbutton {
  clear: both;
  text-align: center;
  padding: 0;
}

.generalform .forminputwrapper {
  display: grid;
  width: 55%;
  float: left;
  padding: 0px 10px;
}

.display-messages .hidemessage ul>li {
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 15px;
}

.display-messages .setmsz .alert {
  margin: 0;
}

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

input[type="button" i] {
  border: none;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da;
}

.filter-form-setting {
  padding: 0 1rem 1rem;
}

.hidemessage ul {
  padding: 15px 0 0;
}

h2.borderbottom-set {
  margin-bottom: 0;
}

.green {
  color: green;
}

.red {
  color: #f00;
}

legend {
  width: auto;
}

.card-radius {
  border-radius: 0;
}

.borderbottom-set {
  border-bottom: 1px solid #dee2e6;
  padding: 10px 15px;
}

.card.card-body.card-radius {
  padding: 0;
}

a:hover {
  color: #000;
}

input[type="file"] {
  font-size: 12px;
  padding: 6px;
  height: 38px;
}

table.custom.table-striped.col-md-8.offset-md-2 {
  width: 63% !important;
}

button.btn.btn-outline-secondary.border-left-0 {
  margin: 0;
}

#search_childof {
  width: 100% !important;
}

.iconsize {
  height: 15px !important;
  width: 20px !important;
}

td.gridtable-optionrow {
  width: 200px;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.tableuserrole {
  border: 1px solid #c0c0c0;
}

button#bulkaction {
  min-width: 129px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

/*.dropzone
{
  height:100%;
}*/

.message.px-3.display-messages {
  padding: 0 10px;
}

.display-messages.product-upload-msg .hidemessage>ul {
  padding-bottom: 15px;
}

select.select2-hidden-accessible.error~label.error {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 2;
  order: 2;
}

.generalform label.error {
  margin-bottom: 0;
  font-size: 0.9em;
  font-style: italic;
}

/* default admin css here */
.clear {
  clear: both;
  line-height: 0;
}

a img {
  border: none;
}

.responsive img {
  width: 100%;
  height: auto;
}

a,
a:hover {
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.nolist {
  list-style: none;
}

.alignright {
  text-align: right !important;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.shortnote {
  font-size: 0.8em;
  font-style: italic;
  color: #a5a5a5;
}

small {
  font-size: 75%;
}

.hidden {
  display: none;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.bold {
  font-weight: bold;
}

.redfont {
  color: #cc3300;
}

.greenfont {
  color: #118800;
}

.priceline {
  margin: 5px;
}

.sendtoclient {
  padding: 20px;
  display: inline-block;
  color: #fff;
  background: #000;
  border-radius: 7px;
  font-family: 1.2em;
  font-weight: bold;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.paddingsmall {
  padding: 5px;
}

button {
  font-family: "PT Sans", sans-serif;
  padding: 5px 10px;
  font-size: 15px;
}

#iframepage {
  background-color: #f6f6f6;
  padding: 30px;
}

hr {
  background-color: #000000;
  box-shadow: 2px 2px 2px #c3c3c3;
  color: #000000;
  height: 0.1em;
}

iframe {
  border: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
}

#wrapper {
  width: 100%;
  background-color: #fff;
  margin: 0 auto 0;
  position: relative;
  display: table;
}

#header {
  width: 100%;
  margin: auto;
  background-image: url(images/logo.jpeg);
  background-repeat: no-repeat;
  height: 110px;
  background-position: 20px 10px;
  background-size: auto 90%;
}

#footer {
  padding: 10px;
}

#pagecontent {
  padding: 20px;
  display: table-cell;
  vertical-align: top;
  width: 90%;
  min-height: 300px;
}

#navigation {
  min-width: 175px;
  max-width: 250px;
  display: table-cell;
  vertical-align: top;
  background-color: #000;
  border-radius: 0 4px 4px 0;
}

.mainmenuitem {
  position: relative;
}

.mainmenuitem>a {
  font-weight: bold;
  font-size: 1.2em;
}

.mainmenuitem a {
  display: block;
  padding: 7px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.mainmenuitem a:hover {
  color: #c3c3c3;
}

.mainmenuitem:not(.active) .submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 95%;
  top: 0;
  z-index: 2;
}

.mainmenuitem.active .submenu,
.mainmenuitem:not(.active):hover .submenu {
  display: block;
  transition: opacity 500ms ease-out 100ms;
}

.mainmenuitem:not(.active) .submenu:before {
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  border: solid 5px red;
  border-color: transparent white transparent transparent;
  left: -10px;
}

.submenuitem {
  background-color: #000;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 0;
}

.submenuitem:last-child {
  border: none;
}

.submenuitem a {
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 20px;
  display: block;
  color: #fff;
}

.submenuitem:hover a {
  color: #fff;
}

.submenuitem.active a {
  color: #fff;
}

/* form */
.captcha {
  width: 320px;
  margin: auto;
}

.formreadonlyinput {
  padding: 5px 10px;
  width: 100%;
  border-bottom: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  border-radius: 3px;
}

.fieldnote {
  font-size: 12px;
  color: #333;
}

.inputwrapperfullwidth:before {
  content: " ";
  display: block;
  clear: both;
}

.inputwrapperfullwidth {
  width: 100%;
  display: block;
}

.longform {
  position: relative;
  padding-top: 30px;
}

.longform>legend {
  border-bottom: 1px solid #3c8686;
  font-size: 2em;
  font-style: italic;
  font-weight: normal;
  padding: 0;
  position: absolute;
  left: 45%;
  top: -10px;
}

.longform .formfield {
  margin: 8px 10px;
  clear: both;
}

.longform .formlabel {
  width: 100%;
  padding: 5px 10px;
}

.longform .readonlylabel {
  padding: 5px 10px;
  display: block;
}

.longform .forminputwrapper {
  padding: 0px 10px;
}

.forminputwrapper .rslist {
  list-style: none;
}

.forminputwrapper .rslist li {
  padding: 5px;
  width: 30%;
  float: left;
}

.forminputgeneral {
  font-family: inherit;
  padding: 4px;
  margin: 3px;
  border: solid 1px #d0d0d0;
}

.longform .forminput {
  font-family: inherit;
  padding: 4px;
  margin: 3px;
  border: none;
  border-bottom: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  border-radius: 3px;
  font-size: 1em;
  width: 95%;
}

.longform .forminputcustom {
  font-family: inherit;
  padding: 4px;
  margin: 3px;
  border: none;
  border-bottom: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  border-radius: 3px;
  font-size: 1em;
}

.longform .forminput:focus {}

.longform .formbutton {
  clear: both;
  text-align: center;
  padding: 15px 10px;
}

.longform label.error {
  color: #f00;
  font-size: 0.9em;
  font-style: italic;
}

.generalform>legend {
  font-size: 2em;
  font-style: italic;
  font-weight: normal;
  padding: 0;
  position: absolute;
  left: 45%;
  top: -10px;
}

.subform {
  border: 1px solid #c3c3c3;
  margin: 10px;
}

.subform legend {
  color: #fbe000;
  font-size: 1.8em;
  font-style: italic;
  font-weight: normal;
  padding: 0px 20px;
}

.generalform .formlabel {
  /*  width: 100%;
  float: left; */
  width: 25%;
  text-align: right;
  float: left;
  padding: 5px 10px;
}

.generalform .readonlylabel {
  padding: 5px 10px;
  display: block;
}

.generalform .forminput {
  font-family: inherit;
  padding: 4px;
  margin: 3px;
  border: none;
  border-bottom: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  border-radius: 3px;
  font-size: 1em;
}

.shortfields {
  margin: 4px;
}

.shortfields .formfield {
  margin: 8px 10px;
  width: 45%;
  min-height: 35px;
  float: left;
}

.shortfields .formlabel {
  width: auto;
  text-align: right;
  float: left;
  padding: 5px 10px;
}

.shortfields .forminputwrapper {
  width: 100%;
  float: left;
  padding: 0px 10px;
}

.shortfields .forminput {
  font-family: inherit;
  padding: 4px;
  margin: 3px;
  border: none;
  border-bottom: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  border-radius: 3px;
  font-size: 1em;
}

.filtertext {
  font-family: inherit;
  padding: 4px;
  margin: 3px;
  border: none;
  border-bottom: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  border-radius: 3px;
  font-size: 1em;
}

.shortfields .forminput:focus {}

.shortfields .formbutton {
  clear: both;
  text-align: center;
  padding: 15px 10px;
}

.shortfields label.error {
  color: #f00;
  font-size: 0.9em;
  font-style: italic;
}

.shortfieldssingle {
  margin: 4px;
}

.shortfieldssingle .formfield {
  margin: 3px 5px;
  width: 99%;
  float: left;
}

.shortfieldssingle .formlabel {
  width: 30%;
  text-align: right;
  float: left;
  padding: 5px 10px;
}

.shortfieldssingle .forminputwrapper {
  width: 60%;
  float: left;
  padding: 0px 10px;
}

.shortfieldssingle .forminput {
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px;
  margin: 3px;
  border: none;
  border-bottom: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  border-radius: 3px;
  font-size: 1em;
}

.shortfieldssingle .forminput:focus {}

.shortfieldssingle .formbutton {
  clear: both;
  text-align: center;
  padding: 15px 10px;
}

.shortfieldssingle label.error {
  color: #f00;
  font-size: 0.9em;
  font-style: italic;
}

.boldlabel .formlabel {
  font-weight: bold;
}

.message {
  padding: 5px 10px;
}

.hidemessage ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hidemessage ul>li {
  padding: 5px 10px;
}

.formreadonlyinput {
  color: #666;
}

.forminputwrapper ul {
  list-style: circle;
  padding: 10px 20px;
}

.forminputwrapper ul li {}

/* form ends */
/* grid table */
.gridtable,
.ui-widget {
  font-size: 1em !important;
}

.gridtable {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
}

.gridtable tr {
  margin: 0;
  padding: 0;
}

.gridtable td,
.gridtable th {
  /* font-size: 0.9em;*/
  margin: 0;
  padding: 4px;
}

.gridtable th {
  text-align: left;
}

.gridtable-optionrow {
  width: 120px;
}

.gridtable-number,
.gridtable-currency {
  width: 120px;
  padding-right: 10px !important;
}

.gridrow,
.altgridrow {
  padding: 3px;
  border-bottom: solid 1px #c6c6c6;
}

.gridrow:hover,
.altgridrow:hover {
  background-color: #c6c6c6;
}

.ui-icons {
  width: 16px !important;
  height: 16px;
  font-size: 90%;
  display: block;
  text-align: center;
}

/* grid table ends */
.labelheading {
  text-align: left;
}

.fullwidth {
  width: 100%;
}

.pager ul li {
  display: inline-block;
  margin: 0 2px;
}

.pager ul li a {
  display: block;
  background-color: #f4f4f4;
  padding: 5px 8px;
  background-image: none;
}

.pager ul li.active a,
.pager ul li a.active,
.pager ul li:hover a {
  background-color: #000;
  color: #fff;
  background-image: none;
}

.orderview,
.orderviewtable,
.orderproductlist {
  width: 100%;
  padding: 10px;
}

.order_details td {
  background: #000;
  color: #fff;
}

.order_products td {
  vertical-align: top;
  border-bottom: #e3e3e3 1px solid;
}

.orderproductlist td {
  padding: 10px;
}

.ordershorttabletotal {
  font-weight: bold;
}

#ordermanageview .order_details td {
  padding: 10px;
}

#ordermanageview .order_products td {
  padding: 10px;
}

#ordermanageview .ordershorttabletotal {
  padding: 10px;
}

#ordermanageview .orderheader td {
  padding: 7px 10px;
}

.messagewrapper {
  padding: 10px;
}

.messagewrapper .originalmessage {
  font-style: italic;
  font-weight: bold;
  padding: 5px 0px;
  display: inline-block;
}

.order_history {
  width: 100%;
  float: left;
  margin-top: 2%;
}

.order_history h3 {
  width: 100%;
  float: left;
  margin-bottom: 1%;
}

.orderlog p {
  width: 100%;
  float: left;
  margin-bottom: 6px;
}

/*  Add parts */
.formfield_custom {
  padding: 10px;
  text-align: center;
}

.formfield_custom p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
}

.formfield_custom input {
  margin-top: 10px;
  min-height: 30px;
  padding: 5px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
}

.formfield_custom ul {
  list-style: none;
}

/* div.mce-edit-area {
    border-right: 1px solid !important;
} */
/* responsive css */
@media only screen and (min-width: 1600px) {}

@media screen and (max-width: 1399px) and (min-width: 1025px) {
  ul.table-ul li {
    margin-bottom: 5px;
  }

  ul.table-ul li:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  ul.table-ul li {
    margin-bottom: 5px;
  }

  ul.table-ul li:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1023px) {
  span.menu-icon.leftmenutrigger.left-side {
    display: none;
  }

  span.menu-icon.leftmenutrigger.right-side {
    margin: 0;
    display: block;
  }

  .btn-custom-dashboard {
    text-align: left;
    margin-left: 0;
    padding: 0;
  }

  nav.navbar.header-top.fixed-top {
    position: relative;
    width: 100%;
  }

  button:focus,
  :focus {
    outline: 0;
    border-color: transparent !important;
    box-shadow: none !important;
  }
}

@media only screen and (max-width: 991px) {
  #accordion.active {
    left: 100%;
  }

  #accordion {
    left: -25%;
  }

  .section-2 {
    padding-top: 45px;
  }

  .section-1 .btn-custom-dashboard {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {

  form.forms-sample .form-group.col-md-4,
  form.forms-sample .form-group.col-md-12,
  form.forms-sample.form-3 .form-group,
  .content-area.col-md-12.px-4.px-0 .col-md-12 {
    padding: 0 !important;
  }

  a.navbar-brand.logo.py-0 {
    width: 68%;
  }

  header#wrapper {
    min-height: 100%;
  }

  .navbar-toggler {
    padding: 0.25rem 0;
  }

  #accordion {
    left: -100%;
  }

  .topright-menu {
    display: none;
  }

  .top-bar {
    padding: 5px 15px;
  }
}

.plattsheader {
  display: inline-flex;
  margin-left: 127px;
}

@media only screen and (max-width: 600px) {
  .content-right {
    width: 100% !important;
  }

  div#accordion,
  div#accordion .sticky-use {
    max-width: 100%;
    width: 100%;
  }

  div#accordion {
    height: 100%;
    margin-left: -100% !important;
  }

  div#accordion.active {
    margin-left: 0 !important;
  }

  button#leftsideCollapse .fa-arrow-left {
    transform: rotate(180deg);
  }

  button#leftsideCollapse.close-icon .fa-arrow-left {
    transform: rotate(0);
  }

  button#leftsideCollapse:hover {
    border-radius: 5px;
  }
}

@media screen and (max-width: 370px) and (min-width: 355px) {}

.prescription {
  color: #ee720d;
  font-weight: bold;
}

.prescription-poyc {
  background-color: #650b1a !important;
  color: #fff;
  font-weight: bold;
}

.eprescription {
  color: #0e571c;
  font-weight: bold;
}

.eprescription-poyc {
  background-color: #374907 !important;
  color: #fff;
  font-weight: bold;
}