/* D0336C */
body {
  font-family: "Roboto", "Open Sans", "Sans-Sherif";
  font-weight: 400;
  font-size: 14px;
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", "Open Sans", "Sans-Sherif";
}

.sweet-alert {
  margin-left: -239px;
}

.sweet-alert p {
  line-height: 1.4;
}

.sweet-alert .sa-button-container button {
  border-radius: 4px;
  margin-bottom: 10px;
}

/*----------------------
    Compact Grid
-----------------------*/

/*----------------------
    Compact Grid
-----------------------*/

.ui.compact.grid {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.ui.compact.grid > .column:not(.row),
.ui.compact.grid > .row > .column,
.ui.grid > .compact.row > .column {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ui.compact.grid .row + .ui.divider,
.ui.grid .compact.row + .ui.divider {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin: 0.5rem 1rem;
}

.ui.compact[class*="vertically divided"].grid > .row:before {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: calc(100% - $compactGutterWidth);
}

.ui.compact.grid > .row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ui.compact.grid > .column:not(.row) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ui.compact.grid .column + .ui.vertical.divider {
  height: calc(50% - ($compactRowSpacing/2));
}

.ui[class*="vertically divided"].grid > .column:not(.row),
.ui[class*="vertically divided"].grid > .row > .column {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.ui.compact.grid > .row > .red.column,
.ui.compact.grid > .row > .orange.column,
.ui.compact.grid > .row > .yellow.column,
.ui.compact.grid > .row > .olive.column,
.ui.compact.grid > .row > .green.column,
.ui.compact.grid > .row > .teal.column,
.ui.compact.grid > .row > .blue.column,
.ui.compact.grid > .row > .violet.column,
.ui.compact.grid > .row > .purple.column,
.ui.compact.grid > .row > .pink.column,
.ui.compact.grid > .row > .brown.column,
.ui.compact.grid > .row > .grey.column,
.ui.compact.grid > .row > .black.column {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Tablet Only */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.compact.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

/* Mobile Only */

@media only screen and (max-width: 767px) {
  .ui.compact.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

/*----------------------
  Very Compact Grid
-----------------------*/

.ui.very.compact.grid {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.ui.very.compact.grid > .column:not(.row),
.ui.very.compact.grid > .row > .column,
.ui.grid > .very.compact.row > .column {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.ui.very.compact.grid .row + .ui.divider,
.ui.grid .very.compact.row + .ui.divider {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin: 0.25rem 1rem;
}

.ui.very.compact[class*="vertically divided"].grid > .row:before {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: calc(100% - $veryCompactGutterWidth);
}

.ui.very.compact.grid > .row {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.ui.very.compact.grid > .column:not(.row) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.ui.very.compact.grid .column + .ui.vertical.divider {
  height: calc(50% - ($veryCompactRowSpacing/2));
}

.ui[class*="vertically divided"].grid > .column:not(.row),
.ui[class*="vertically divided"].grid > .row > .column {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.ui.very.compact.grid > .row > .red.column,
.ui.very.compact.grid > .row > .orange.column,
.ui.very.compact.grid > .row > .yellow.column,
.ui.very.compact.grid > .row > .olive.column,
.ui.very.compact.grid > .row > .green.column,
.ui.very.compact.grid > .row > .teal.column,
.ui.very.compact.grid > .row > .blue.column,
.ui.very.compact.grid > .row > .violet.column,
.ui.very.compact.grid > .row > .purple.column,
.ui.very.compact.grid > .row > .pink.column,
.ui.very.compact.grid > .row > .brown.column,
.ui.very.compact.grid > .row > .grey.column,
.ui.very.compact.grid > .row > .black.column {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* Tablet Only */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.very.compact.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

/* Mobile Only */

@media only screen and (max-width: 767px) {
  .ui.very.compact.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

/*----------------------
  Mini Modal
-----------------------*/

.ui.mini.modal > .header:not(.ui) {
  font-size: 1.3em;
}

@media only screen and (max-width: 767px) {
  .ui.mini.modal {
    width: 95%;
  }
}

@media only screen and (min-width: 768px) {
  .ui.mini.modal {
    width: 35.2%;
  }
}

@media only screen and (min-width: 992px) {
  .ui.mini.modal {
    width: 340px;
  }
}

@media only screen and (min-width: 1200px) {
  .ui.mini.modal {
    width: 360px;
  }
}

@media only screen and (min-width: 1920px) {
  .ui.mini.modal {
    width: 380px;
  }
}

/*----------------------
  Tiny Modal
-----------------------*/

.ui.tiny.modal > .header:not(.ui) {
  font-size: 1.3em;
}

@media only screen and (max-width: 767px) {
  .ui.tiny.modal {
    width: 95%;
  }
}

@media only screen and (min-width: 768px) {
  .ui.tiny.modal {
    width: 52.8%;
  }
}

@media only screen and (min-width: 992px) {
  .ui.tiny.modal {
    width: 510px;
  }
}

@media only screen and (min-width: 1200px) {
  .ui.tiny.modal {
    width: 540px;
  }
}

@media only screen and (min-width: 1920px) {
  .ui.tiny.modal {
    width: 570px;
  }
}

/*----------------------
  Borderless Cards
-----------------------*/
.design-create-card {
  cursor: pointer;
  height: 110px;
  padding-top: 1.3em;
  border: 2px dashed #9aacbc;
  color: #9aacbc;
  text-align: center;
  opacity: .5;
  transition: all .5s ease!important;
}

.ui.borderless.card,
.ui.borderless.cards > .card {
  -webkit-box-shadow: 0 1px 3px 0 #efefef, 0 0 0 1px #efefef;
  box-shadow: 0 1px 3px 0 #efefef, 0 0 0 1px #efefef;
}

.ui.borderless.cards a.card:hover,
.ui.borderless.link.card:hover,
.ui.borderless.link.cards .card:hover,
a.ui.borderless.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #efefef, 0 0 0 1px #efefef;
  box-shadow: 0 1px 3px 0 #efefef, 0 0 0 1px #efefef;
}

.ui.menu,
.ui.button,
.ui.accordion .title:not(.ui) {
  font-family: "Roboto", "Open Sans", "Sans-Sherif";
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.ui.header {
  font-weight: 700;
  font-family: "Roboto", "Open Sans", "Sans-Sherif";
}

a:not(.no-transition),
button:not(.no-transition) {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

a:not(.no-transition):hover,
button:not(.no-transition):hover {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.ui.table {
  border: 0;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0;
  width: 100% !important;
  overflow: hidden;
}

.ui.table thead tr:first-child > th:first-child,
.ui.table tfoot tr:first-child > th:first-child,
.ui.table tr:first-child > th:last-child {
  border-radius: 0 0 0 0 !important;
}

.ui.table thead th {
  background-color: #D0336C;
  color: #fff;
}

.ui.table tfoot th {
  background: #ffffff;
}

.ui.table .thick.border {
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}

.ui.definition.table thead:not(.full-width) th:first-child {
  background: #272c33 !important;
  color: #fff;
  font-weight: 700;
}

.ui.definition.table thead:not(.full-width) th:nth-child(2) {
  border-left: 0;
}

.ui.definition.table tr td:first-child {
  background: #272c33 !important;
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .ui.table:not(.unstackable) thead tr,
  .ui.table:not(.unstackable) thead tr > th {
    background-color: #272c33;
  }
}

.ui.popup.calendar .ui.table thead th {
  background-color: #F9FAFB;
  color: #343434;
}

.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before,
.ui.toggle.checkbox input:focus:checked ~ .box:before,
.ui.toggle.checkbox input:focus:checked ~ label:before {
  background-color: #D0336C !important;
}

/*----------------------
    Utility Class
-----------------------*/

img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img.cover {
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

img.contain {
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  -o-object-fit: contain;
     object-fit: contain;
}

img.circle {
  border-radius: 50%;
}

img.zoomable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.middle {
  vertical-align: middle !important;
}

.full.width {
  width: 100% !important;
}

.clearfix {
  clear: both;
}

.text.uppercase {
  text-transform: uppercase !important;
}

.text.lowercase {
  text-transform: lowercase !important;
}

.text.light {
  font-weight: 300 !important;
}

.text.normal {
  font-weight: 400 !important;
}

.text.strong {
  font-weight: 700;
}

.text.black {
  color: #343434 !important;
}

.text.white {
  color: #fff !important;
}

.text.gray {
  color: #6f7986 !important;
}

.text.red {
  color: #e74c3c !important;
}

.text.green {
  color: #1abc9c !important;
}

.text.yellow {
  color: #f9ca24 !important;
}

.text.left {
  text-align: left !important;
}

.text.center {
  text-align: center !important;
}

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

.margin-auto {
  margin: auto !important;
}

.margin-t0 {
  margin-top: 0 !important;
}

.margin-b0 {
  margin-bottom: 0 !important;
}

.margin-t5 {
  margin-top: 5px !important;
}

.margin-b5 {
  margin-bottom: 5px !important;
}

.margin-t10 {
  margin-top: 10px !important;
}

.margin-b10 {
  margin-bottom: 10px !important;
}

.padding-t0 {
  padding-top: 0 !important;
}

.padding-b0 {
  padding-bottom: 0 !important;
}

.padding-t5 {
  padding-top: 5px !important;
}

.padding-b5 {
  padding-bottom: 5px !important;
}

.padding-t10 {
  padding-top: 10px !important;
}

.padding-b10 {
  padding-bottom: 10px !important;
}

.rad0 {
  border-radius: 0 !important;
}

hr.gray {
  border: 0;
  border-top: 1px solid #dedede;
}

/* Mobile Only Hide */

@media only screen and (max-width: 767px) {
  .mobile.hide {
    display: none !important;
  }
}

/* Tablet Only Hide */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet.hide {
    display: none !important;
  }
}

/* Computer Only Hide */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .computer.hide {
    display: none !important;
  }
}

/* Large Screen Only Hide */

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .computer.hide {
    display: none !important;
  }
}

/* Widescreen Only Hide */

@media only screen and (min-width: 1920px) {
  .computer.hide {
    display: none !important;
  }
}

.ui.form .fields:not(.inline) label {
  margin-top: 7px;
}

.ui.form .field input[readonly] {
  pointer-events: none;
  opacity: .45;
}

.ui.selection.dropdown {
  min-width: unset;
}

.combodate select {
  display: inline-block !important;
}

/*----------------------
    Custom DataTable
-----------------------*/

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #f2f6f9;
}

/*----------------------
   DataTable Selection
-----------------------*/

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  top: 1.6em;
  width: 16px;
  height: 16px;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  margin-top: -8px;
  margin-left: -3px;
}

.dataTables_wrapper.dt-semanticUI .DTFC_LeftWrapper .DTFC_LeftHeadWrapper {
  border-right: 2px solid #efefef;
}

.dataTables_wrapper.dt-semanticUI .DTFC_LeftWrapper .DTFC_LeftBodyWrapper {
  border-right: 2px solid #efefef;
}

/* ul.pagination {
  list-style: none;

  & > li{
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    width: 35px;
    height: 35px;
    border: 2px solid #f88457;
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;

    & > a, & > span{
      color: #f88457;
      font-size: 14px;
      padding: 12px;
    }

    &.disabled{
      border: 2px solid #d4d4d5;
      & > a, & > span{
        color: #d4d4d5;
      }
      &:hover{
        cursor: not-allowed;
      }
    }

    &.active{
      background: #f88457;
      & > a, & > span{
        color: #fff;
      }
    }

    &:hover{
      color: #fff;
      &:not(.disabled){
        background: #f88457;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        & > a, & > span{
          color: #fff;
        }
      }
    }
  }
} */

/*----------------------
    Layout Class
-----------------------*/

.wrapper.closed .mainbody {
  width: 100%;
  margin-left: 0;
}

.mainmenu-toggle {
  z-index: 10;
  background: #D0336C;
  /*border-radius: 50%;*/
  color: #fff !important;
  cursor: pointer;
  font-size: 18px;
  width: 22px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-bottom-right-radius: 44px;
  border-top-right-radius: 44px;
}

.mainmenu {
  background-image: -webkit-gradient(linear, left top, right top, from(#D0336C), to(#D0336C)) !important;
  background-image: linear-gradient(to right, #D0336C, #D0336C) !important;
  background-repeat: repeat-x;
}

.mainmenu .inverted.secondary.menu {
  background-image: -webkit-gradient(linear, left top, right top, from(#D0336C), to(#D0336C)) !important;
  background-image: linear-gradient(to right, #D0336C, #D0336C) !important;
  background-repeat: repeat-x;
}

.mainmenu .profile-menu {
  background-color: #ffffff !important;
  width: 350px;
  padding: 1em 2em 2em 2em !important;
}

.mainmenu .profile-menu .meta {
  color: #cdcdcd;
}

.mainmenu .profile-menu hr {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.mainmenu .profile-menu .menu-item {
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  text-align: center;
  color: #343434;
}

.mainmenu .profile-menu .menu-item:hover {
  border: 1px solid #dedede;
}

.mainmenu .mobile-sidemenu-toggle {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  font-size: 19px;
}

.mainmenu .mobile-profile-menu {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.mainmenu .mobile-profile-menu .menu {
  margin-top: 12px;
}

.menu-title {
  clear: both;

  border-bottom: 1px solid #4e4e52;
  margin: 10px 0 10px 30px;
  margin-top: 10px !important;
  padding: 5px 12px 3px 12px;

  color: black;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;

  width: 87.5%;
  display: inline-block;
}

ul.nav {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
}

ul.nav > li {
  position: relative;
}

ul.nav > li > a {
  display: inline-block;
  background: transparent !important;
  color: #343434 !important;
  font-size: 14px;
  padding: 6px 0 6px 30px;
  position: relative;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*border-radius: 0 30px 30px 0;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

ul.nav > li > a .menu-icon {
  font-size: 17px;
  color: #8b939b;
  width: 35px;
  z-index: 9;
}

ul.nav > li > a .settings-icon {
  padding: 0;
  margin: 0;
  margin-left: 2px;
  height: 17px;
  width: 17px;
  border-radius: 9px;
  font-size: 12px;
  background-color: #dfe6e9;
  color: #454545;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: inline-block;
}

ul.nav > li.active > a,
ul.nav > li:hover > a {
  color: #ffffff !important;
  background: #D0336C !important;
}

ul.nav > li.active > a:before,
ul.nav > li.active > a .menu-icon,
ul.nav > li:hover > a:before,
ul.nav > li:hover > a .menu-icon {
  color: #ffffff !important;
}

ul.nav > li.collapsible > a:before {
  font-family: "Fontawesome" !important;
  content: "\F105";
  color: #343434;
  font-size: 16px;
  position: absolute;
  top: 8px;
  right: 0;
  text-align: right;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

ul.nav > li.collapsible > ul.sub.nav {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease !important;
  transition: all 1s ease !important;
}

ul.nav > li.collapsible > ul.sub.nav > li > a {
  padding-left: 50px;
  font-size: 12px;
  line-height: 20px;
}

ul.nav > li.collapsible > ul.sub.nav > li > a .menu-icon {
  font-size: 14px;
  width: 30px;
  margin-top: 2px;
}

ul.nav > li.collapsible.active ul.sub.nav,
ul.nav > li.collapsible:hover ul.sub.nav {
  max-height: 300px;
  -webkit-transition: all 1s ease !important;
  transition: all 1s ease !important;
}

ul.nav > li.collapsible.active > a:before,
ul.nav > li.collapsible:hover > a:before {
  font-family: "Fontawesome" !important;
  content: '\F107';
}

@media only screen and (max-width: 991px) {
  ul.nav > li > a .menu-icon {
    width: 30px;
  }

  ul.nav > li.collapsible > ul.sub.nav > li > a {
    padding-left: 25px;
  }
}

.cart-sidebar {
  min-height: 100vh;
  background: #f2f6f9;
  padding: 2em;
}

.cart-sidebar .delete-cart {
  position: relative;
  top: 0;
  right: 0;
  height: 38px;
}

.sidemeu-toggle {
  cursor: pointer;
}

.sidemenu {
  position: relative;
  width: 280px;
  height: calc(100vh - 60px);
  background: url("/asset/app/sidebar-background.jpg");
  padding: 15px 20px 15px 0;
  vertical-align: top;
  overflow-y: scroll;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  /* &::after {
    content: "";
    background: url('/asset/app/sidebar-background.jpg');
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  } */
}

.sidemenu::-webkit-scrollbar {
  width: 8px;
}

.sidemenu::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}

.sidemenu::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.sidemenu:hover::-webkit-scrollbar-thumb {
  background-color: #efefef;
}

@media only screen and (max-width: 991px) {
  .sidemenu {
    display: none;
    height: auto;
  }
}

.mobile-sidemenu {
  padding: 15px 20px 15px 0;
  background: url("/asset/app/sidebar-background.jpg");
  background-color: #ffffff;
  height: 100vh;
  overflow-y: scroll;
  /* &::after {
    content: "";
    background: url('/asset/app/sidebar-background.jpg');
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  } */
}

.mainbody {
  background: #f2f6f9;
  position: absolute;
  top: 60px;
  width: calc(100vw - 280px);
  height: calc(100vh - 60px);
  margin-left: 280px;
  display: table-cell;
  padding: 25px 25px 25px 25px;
  overflow-y: scroll;
  -webkit-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody {
    width: calc(100% - 200px);
    margin-left: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .mainbody {
    width: 100vw;
    margin-left: 0;
  }
}

.base.content {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  position: relative;
}

.base.content .title {
  text-transform: uppercase;
  color: #343434;
  margin-bottom: 0;
}

.base.content .inside {
  padding-top: 20px;
}

.base.content .inside .popup-action {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #f2f6f9;
  color: #343434;
}

.base.content .toolbar {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
}

.base.content .toolbar a {
  margin-left: 8px;
  color: #454545;
  font-size: 18px;
}
