@charset "UTF-8";
.side-menu-container {
  font-size: 14px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.side-menu-container .sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  bottom: 0;
  width: 260px;
  left: 0;
  z-index: 1030;
  background-color: #2c2c2c;
}
.side-menu-container .sidebar .logo {
  padding: 1.5rem 0.7rem 1.5rem 0.7rem;
  position: relative;
  z-index: 4;
}
.side-menu-container .sidebar .sidebar-wrapper {
  position: relative;
  height: calc(100vh - 75px);
  overflow: auto;
  width: 260px;
  z-index: 4;
  padding-bottom: 100px;
}
.side-menu-container .sidebar .nav {
  margin-top: 6px;
  display: block;
}
.side-menu-container .sidebar .nav li > a {
  color: #f6f6f6;
  display: block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.7142em;
  padding: 10px 8px;
  line-height: 1.625rem;
  border-left: 5px solid #2c2c2c;
  transition: all 0.1s ease-in-out;
}
.side-menu-container .sidebar .nav li > a:hover {
  background-color: #8cb0b4;
  border-left: 5px solid #fd852f;
}
.side-menu-container .sidebar .nav li.active > a {
  background-color: #30656b;
  border-left: 5px solid #ff6a00;
  color: #f6f6f6;
}
.side-menu-container .sidebar .nav p {
  text-transform: capitalize;
  font-size: 13px;
  margin: 0 10px;
  line-height: 30px;
  position: relative;
  display: block;
  height: auto;
  white-space: nowrap;
}

.nav {
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.main-panel {
  position: relative;
  float: right;
  width: calc(100% - 260px);
  background-color: #ebecf1;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
.main-panel .navbar .bg-primary {
  background-color: #ffffff !important;
}
.main-panel .navbar .navbar a:not(.btn):not(.dropdown-item) {
  color: #c8bcaf;
}
.main-panel .navbar .navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
.main-panel .navbar .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.main-panel .navbar .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
.main-panel .navbar .navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
  color: #000;
}
.main-panel .content {
  padding: 0 30px 30px;
  min-height: calc(100vh - 30px);
  margin-top: 30px;
  animation: fadeIn 450ms;
}
.main-panel .container-fluid, .main-panel .container-xl, .main-panel .container-lg, .main-panel .container-md, .main-panel .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.main-panel .container-fluid .main-page-header, .main-panel .container-xl .main-page-header, .main-panel .container-lg .main-page-header, .main-panel .container-md .main-page-header, .main-panel .container-sm .main-page-header {
  color: #797979;
  font-size: 28px;
  margin-bottom: 0;
  height: 38px;
}
.main-panel .container-fluid .main-page-header .content-title, .main-panel .container-xl .main-page-header .content-title, .main-panel .container-lg .main-page-header .content-title, .main-panel .container-md .main-page-header .content-title, .main-panel .container-sm .main-page-header .content-title {
  vertical-align: middle;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.main-panel .container-fluid .main-page-header .sort-section, .main-panel .container-xl .main-page-header .sort-section, .main-panel .container-lg .main-page-header .sort-section, .main-panel .container-md .main-page-header .sort-section, .main-panel .container-sm .main-page-header .sort-section {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}
.main-panel .container-fluid .main-page-header .sort-section .sort-item, .main-panel .container-xl .main-page-header .sort-section .sort-item, .main-panel .container-lg .main-page-header .sort-section .sort-item, .main-panel .container-md .main-page-header .sort-section .sort-item, .main-panel .container-sm .main-page-header .sort-section .sort-item {
  display: flex;
  width: 15%;
}
.main-panel .container-fluid .main-page-header .sort-section .sort-item .multiselect, .main-panel .container-xl .main-page-header .sort-section .sort-item .multiselect, .main-panel .container-lg .main-page-header .sort-section .sort-item .multiselect, .main-panel .container-md .main-page-header .sort-section .sort-item .multiselect, .main-panel .container-sm .main-page-header .sort-section .sort-item .multiselect {
  margin-right: 10px;
}
.main-panel .container-fluid .main-page-header .sort-section .sort-item.analytics, .main-panel .container-xl .main-page-header .sort-section .sort-item.analytics, .main-panel .container-lg .main-page-header .sort-section .sort-item.analytics, .main-panel .container-md .main-page-header .sort-section .sort-item.analytics, .main-panel .container-sm .main-page-header .sort-section .sort-item.analytics {
  min-width: 25%;
  width: auto;
}
.main-panel .container-fluid .main-dashboard .card, .main-panel .container-xl .main-dashboard .card, .main-panel .container-lg .main-dashboard .card, .main-panel .container-md .main-dashboard .card, .main-panel .container-sm .main-dashboard .card {
  border: 0;
  background-color: #fff !important;
}
.main-panel .container-fluid .main-dashboard .card .card-header, .main-panel .container-xl .main-dashboard .card .card-header, .main-panel .container-lg .main-dashboard .card .card-header, .main-panel .container-md .main-dashboard .card .card-header, .main-panel .container-sm .main-dashboard .card .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background-color: transparent;
  padding: 25px !important;
  box-shadow: 0 7px 12px 0 #e4e5e9 !important;
}
.main-panel .container-fluid .main-dashboard .card .card-header:first-child, .main-panel .container-xl .main-dashboard .card .card-header:first-child, .main-panel .container-lg .main-dashboard .card .card-header:first-child, .main-panel .container-md .main-dashboard .card .card-header:first-child, .main-panel .container-sm .main-dashboard .card .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title, .main-panel .container-xl .main-dashboard .card .card-header .section-title, .main-panel .container-lg .main-dashboard .card .card-header .section-title, .main-panel .container-md .main-dashboard .card .card-header .section-title, .main-panel .container-sm .main-dashboard .card .card-header .section-title {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .header-title, .main-panel .container-xl .main-dashboard .card .card-header .section-title .header-title, .main-panel .container-lg .main-dashboard .card .card-header .section-title .header-title, .main-panel .container-md .main-dashboard .card .card-header .section-title .header-title, .main-panel .container-sm .main-dashboard .card .card-header .section-title .header-title {
  font-size: 25px;
  cursor: default;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .header-title.arrow svg, .main-panel .container-xl .main-dashboard .card .card-header .section-title .header-title.arrow svg, .main-panel .container-lg .main-dashboard .card .card-header .section-title .header-title.arrow svg, .main-panel .container-md .main-dashboard .card .card-header .section-title .header-title.arrow svg, .main-panel .container-sm .main-dashboard .card .card-header .section-title .header-title.arrow svg {
  height: 15px;
  stroke: #191720;
  margin-right: 15px;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .header-title.order-title, .main-panel .container-xl .main-dashboard .card .card-header .section-title .header-title.order-title, .main-panel .container-lg .main-dashboard .card .card-header .section-title .header-title.order-title, .main-panel .container-md .main-dashboard .card .card-header .section-title .header-title.order-title, .main-panel .container-sm .main-dashboard .card .card-header .section-title .header-title.order-title {
  font-size: 18px;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .order-actions .btn-action, .main-panel .container-xl .main-dashboard .card .card-header .section-title .order-actions .btn-action, .main-panel .container-lg .main-dashboard .card .card-header .section-title .order-actions .btn-action, .main-panel .container-md .main-dashboard .card .card-header .section-title .order-actions .btn-action, .main-panel .container-sm .main-dashboard .card .card-header .section-title .order-actions .btn-action {
  outline: none;
  box-shadow: none;
  min-width: 100px;
  margin-left: 15px;
  color: #fff;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit, .main-panel .container-xl .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit, .main-panel .container-lg .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit, .main-panel .container-md .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit, .main-panel .container-sm .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit {
  background-color: #30656b;
  border-color: #30656b;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit:hover, .main-panel .container-xl .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit:hover, .main-panel .container-lg .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit:hover, .main-panel .container-md .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit:hover, .main-panel .container-sm .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit:hover, .main-panel .container-fluid .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit:focus, .main-panel .container-xl .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit:focus, .main-panel .container-lg .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit:focus, .main-panel .container-md .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit:focus, .main-panel .container-sm .main-dashboard .card .card-header .section-title .order-actions .btn-action.edit:focus {
  background-color: #1f5055;
  border-color: #1f5055;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel, .main-panel .container-xl .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel, .main-panel .container-lg .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel, .main-panel .container-md .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel, .main-panel .container-sm .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel {
  background-color: #c91e00;
  border-color: #c91e00;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel:hover, .main-panel .container-xl .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel:hover, .main-panel .container-lg .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel:hover, .main-panel .container-md .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel:hover, .main-panel .container-sm .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel:hover, .main-panel .container-fluid .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel:focus, .main-panel .container-xl .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel:focus, .main-panel .container-lg .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel:focus, .main-panel .container-md .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel:focus, .main-panel .container-sm .main-dashboard .card .card-header .section-title .order-actions .btn-action.cancel:focus {
  background-color: #af1a00;
  border-color: #af1a00;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .order-actions .btn-action.return, .main-panel .container-xl .main-dashboard .card .card-header .section-title .order-actions .btn-action.return, .main-panel .container-lg .main-dashboard .card .card-header .section-title .order-actions .btn-action.return, .main-panel .container-md .main-dashboard .card .card-header .section-title .order-actions .btn-action.return, .main-panel .container-sm .main-dashboard .card .card-header .section-title .order-actions .btn-action.return {
  background-color: #598489;
  border-color: #30656b;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .order-actions .btn-action.return:hover, .main-panel .container-xl .main-dashboard .card .card-header .section-title .order-actions .btn-action.return:hover, .main-panel .container-lg .main-dashboard .card .card-header .section-title .order-actions .btn-action.return:hover, .main-panel .container-md .main-dashboard .card .card-header .section-title .order-actions .btn-action.return:hover, .main-panel .container-sm .main-dashboard .card .card-header .section-title .order-actions .btn-action.return:hover, .main-panel .container-fluid .main-dashboard .card .card-header .section-title .order-actions .btn-action.return:focus, .main-panel .container-xl .main-dashboard .card .card-header .section-title .order-actions .btn-action.return:focus, .main-panel .container-lg .main-dashboard .card .card-header .section-title .order-actions .btn-action.return:focus, .main-panel .container-md .main-dashboard .card .card-header .section-title .order-actions .btn-action.return:focus, .main-panel .container-sm .main-dashboard .card .card-header .section-title .order-actions .btn-action.return:focus {
  background-color: #1f5055;
  border-color: #1f5055;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .header-sort, .main-panel .container-xl .main-dashboard .card .card-header .section-title .header-sort, .main-panel .container-lg .main-dashboard .card .card-header .section-title .header-sort, .main-panel .container-md .main-dashboard .card .card-header .section-title .header-sort, .main-panel .container-sm .main-dashboard .card .card-header .section-title .header-sort {
  display: flex;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .search-input, .main-panel .container-xl .main-dashboard .card .card-header .section-title .search-input, .main-panel .container-lg .main-dashboard .card .card-header .section-title .search-input, .main-panel .container-md .main-dashboard .card .card-header .section-title .search-input, .main-panel .container-sm .main-dashboard .card .card-header .section-title .search-input {
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #bababa;
  border-radius: 0px;
  color: #2c2c2c;
  line-height: normal;
  font-size: 0.8571em;
  box-sizing: content-box;
  display: block;
  position: relative;
  text-align: left;
  border-radius: 5px;
  padding: 8px 0 8px 10px;
  font-size: 14px;
}
.main-panel .container-fluid .main-dashboard .card .card-header .section-title .search-input::placeholder, .main-panel .container-xl .main-dashboard .card .card-header .section-title .search-input::placeholder, .main-panel .container-lg .main-dashboard .card .card-header .section-title .search-input::placeholder, .main-panel .container-md .main-dashboard .card .card-header .section-title .search-input::placeholder, .main-panel .container-sm .main-dashboard .card .card-header .section-title .search-input::placeholder, .main-panel .container-fluid .main-dashboard .card .card-header .section-title .search-input::-ms-input-placeholder, .main-panel .container-xl .main-dashboard .card .card-header .section-title .search-input::-ms-input-placeholder, .main-panel .container-lg .main-dashboard .card .card-header .section-title .search-input::-ms-input-placeholder, .main-panel .container-md .main-dashboard .card .card-header .section-title .search-input::-ms-input-placeholder, .main-panel .container-sm .main-dashboard .card .card-header .section-title .search-input::-ms-input-placeholder, .main-panel .container-fluid .main-dashboard .card .card-header .section-title .search-input:-ms-input-placeholder, .main-panel .container-xl .main-dashboard .card .card-header .section-title .search-input:-ms-input-placeholder, .main-panel .container-lg .main-dashboard .card .card-header .section-title .search-input:-ms-input-placeholder, .main-panel .container-md .main-dashboard .card .card-header .section-title .search-input:-ms-input-placeholder, .main-panel .container-sm .main-dashboard .card .card-header .section-title .search-input:-ms-input-placeholder {
  color: #e3e3e3;
  font-size: 13px;
}
.main-panel .container-fluid .main-dashboard .card .card-header .import-section, .main-panel .container-xl .main-dashboard .card .card-header .import-section, .main-panel .container-lg .main-dashboard .card .card-header .import-section, .main-panel .container-md .main-dashboard .card .card-header .import-section, .main-panel .container-sm .main-dashboard .card .card-header .import-section {
  display: flex;
  padding: 15px;
  flex-direction: column;
}
.main-panel .container-fluid .main-dashboard .card .card-header .import-section .import-setting-label, .main-panel .container-xl .main-dashboard .card .card-header .import-section .import-setting-label, .main-panel .container-lg .main-dashboard .card .card-header .import-section .import-setting-label, .main-panel .container-md .main-dashboard .card .card-header .import-section .import-setting-label, .main-panel .container-sm .main-dashboard .card .card-header .import-section .import-setting-label {
  font-size: 25px;
}
.main-panel .container-fluid .main-dashboard .card .card-header .import-section .import-item, .main-panel .container-xl .main-dashboard .card .card-header .import-section .import-item, .main-panel .container-lg .main-dashboard .card .card-header .import-section .import-item, .main-panel .container-md .main-dashboard .card .card-header .import-section .import-item, .main-panel .container-sm .main-dashboard .card .card-header .import-section .import-item {
  display: flex;
  justify-content: space-between;
}
.main-panel .container-fluid .main-dashboard .card .card-header .import-section .import-item .btn-import, .main-panel .container-xl .main-dashboard .card .card-header .import-section .import-item .btn-import, .main-panel .container-lg .main-dashboard .card .card-header .import-section .import-item .btn-import, .main-panel .container-md .main-dashboard .card .card-header .import-section .import-item .btn-import, .main-panel .container-sm .main-dashboard .card .card-header .import-section .import-item .btn-import {
  margin-left: 15px;
  background-color: #30656b;
  outline: none;
  border-color: #30656b;
  box-shadow: none;
  min-width: 100px;
  color: #fff;
}
.main-panel .container-fluid .main-dashboard .card .card-header .import-section .import-item .btn-import-prices, .main-panel .container-xl .main-dashboard .card .card-header .import-section .import-item .btn-import-prices, .main-panel .container-lg .main-dashboard .card .card-header .import-section .import-item .btn-import-prices, .main-panel .container-md .main-dashboard .card .card-header .import-section .import-item .btn-import-prices, .main-panel .container-sm .main-dashboard .card .card-header .import-section .import-item .btn-import-prices {
  background-color: #1882c0;
  outline: none;
  border-color: #1882c0;
  box-shadow: none;
  min-width: 100px;
  color: #fff;
}
.main-panel .container-fluid .main-dashboard .card .card-header .import-section .export-item, .main-panel .container-xl .main-dashboard .card .card-header .import-section .export-item, .main-panel .container-lg .main-dashboard .card .card-header .import-section .export-item, .main-panel .container-md .main-dashboard .card .card-header .import-section .export-item, .main-panel .container-sm .main-dashboard .card .card-header .import-section .export-item {
  margin-top: 10px;
}
.main-panel .container-fluid .main-dashboard .card .card-header .import-section .export-item .btn-export, .main-panel .container-xl .main-dashboard .card .card-header .import-section .export-item .btn-export, .main-panel .container-lg .main-dashboard .card .card-header .import-section .export-item .btn-export, .main-panel .container-md .main-dashboard .card .card-header .import-section .export-item .btn-export, .main-panel .container-sm .main-dashboard .card .card-header .import-section .export-item .btn-export {
  color: #30656b;
}
.main-panel .container-fluid .main-dashboard .card .card-header .import-section .setting-input, .main-panel .container-xl .main-dashboard .card .card-header .import-section .setting-input, .main-panel .container-lg .main-dashboard .card .card-header .import-section .setting-input, .main-panel .container-md .main-dashboard .card .card-header .import-section .setting-input, .main-panel .container-sm .main-dashboard .card .card-header .import-section .setting-input {
  margin-top: 15px;
}
.main-panel .container-fluid .main-dashboard .card .card-header .import-section .excel-file-error, .main-panel .container-xl .main-dashboard .card .card-header .import-section .excel-file-error, .main-panel .container-lg .main-dashboard .card .card-header .import-section .excel-file-error, .main-panel .container-md .main-dashboard .card .card-header .import-section .excel-file-error, .main-panel .container-sm .main-dashboard .card .card-header .import-section .excel-file-error {
  margin-top: 10px;
  color: #ff2600;
}
.main-panel .container-fluid .main-dashboard .card .card-header .sort-section, .main-panel .container-xl .main-dashboard .card .card-header .sort-section, .main-panel .container-lg .main-dashboard .card .card-header .sort-section, .main-panel .container-md .main-dashboard .card .card-header .sort-section, .main-panel .container-sm .main-dashboard .card .card-header .sort-section {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}
.main-panel .container-fluid .main-dashboard .card .card-header .sort-section .sort-item, .main-panel .container-xl .main-dashboard .card .card-header .sort-section .sort-item, .main-panel .container-lg .main-dashboard .card .card-header .sort-section .sort-item, .main-panel .container-md .main-dashboard .card .card-header .sort-section .sort-item, .main-panel .container-sm .main-dashboard .card .card-header .sort-section .sort-item {
  display: flex;
  width: 15%;
}
.main-panel .container-fluid .main-dashboard .card .card-header .sort-section .sort-item .multiselect, .main-panel .container-xl .main-dashboard .card .card-header .sort-section .sort-item .multiselect, .main-panel .container-lg .main-dashboard .card .card-header .sort-section .sort-item .multiselect, .main-panel .container-md .main-dashboard .card .card-header .sort-section .sort-item .multiselect, .main-panel .container-sm .main-dashboard .card .card-header .sort-section .sort-item .multiselect {
  margin-right: 10px;
}
.main-panel .container-fluid .main-dashboard .card .card-header .sort-section .sort-item.analytics, .main-panel .container-xl .main-dashboard .card .card-header .sort-section .sort-item.analytics, .main-panel .container-lg .main-dashboard .card .card-header .sort-section .sort-item.analytics, .main-panel .container-md .main-dashboard .card .card-header .sort-section .sort-item.analytics, .main-panel .container-sm .main-dashboard .card .card-header .sort-section .sort-item.analytics {
  min-width: 25%;
  width: auto;
}
.main-panel .container-fluid .main-dashboard .card .card-header .sort-section .search-input, .main-panel .container-xl .main-dashboard .card .card-header .sort-section .search-input, .main-panel .container-lg .main-dashboard .card .card-header .sort-section .search-input, .main-panel .container-md .main-dashboard .card .card-header .sort-section .search-input, .main-panel .container-sm .main-dashboard .card .card-header .sort-section .search-input {
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #bababa;
  border-radius: 0px;
  color: #2c2c2c;
  line-height: normal;
  font-size: 0.8571em;
  box-sizing: content-box;
  display: block;
  position: relative;
  text-align: left;
  border-radius: 5px;
  padding: 8px 0 8px 10px;
  font-size: 14px;
  width: 100%;
}
.main-panel .container-fluid .main-dashboard .card .card-header .sort-section .search-input::placeholder, .main-panel .container-xl .main-dashboard .card .card-header .sort-section .search-input::placeholder, .main-panel .container-lg .main-dashboard .card .card-header .sort-section .search-input::placeholder, .main-panel .container-md .main-dashboard .card .card-header .sort-section .search-input::placeholder, .main-panel .container-sm .main-dashboard .card .card-header .sort-section .search-input::placeholder, .main-panel .container-fluid .main-dashboard .card .card-header .sort-section .search-input::-ms-input-placeholder, .main-panel .container-xl .main-dashboard .card .card-header .sort-section .search-input::-ms-input-placeholder, .main-panel .container-lg .main-dashboard .card .card-header .sort-section .search-input::-ms-input-placeholder, .main-panel .container-md .main-dashboard .card .card-header .sort-section .search-input::-ms-input-placeholder, .main-panel .container-sm .main-dashboard .card .card-header .sort-section .search-input::-ms-input-placeholder, .main-panel .container-fluid .main-dashboard .card .card-header .sort-section .search-input:-ms-input-placeholder, .main-panel .container-xl .main-dashboard .card .card-header .sort-section .search-input:-ms-input-placeholder, .main-panel .container-lg .main-dashboard .card .card-header .sort-section .search-input:-ms-input-placeholder, .main-panel .container-md .main-dashboard .card .card-header .sort-section .search-input:-ms-input-placeholder, .main-panel .container-sm .main-dashboard .card .card-header .sort-section .search-input:-ms-input-placeholder {
  color: #e3e3e3;
  font-size: 13px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .item-wrapper, .main-panel .container-xl .main-dashboard .card .card-body .item-wrapper, .main-panel .container-lg .main-dashboard .card .card-body .item-wrapper, .main-panel .container-md .main-dashboard .card .card-body .item-wrapper, .main-panel .container-sm .main-dashboard .card .card-body .item-wrapper {
  margin-top: 0.25rem;
  width: 100%;
}
.main-panel .container-fluid .main-dashboard .card .card-body .item-title, .main-panel .container-xl .main-dashboard .card .card-body .item-title, .main-panel .container-lg .main-dashboard .card .card-body .item-title, .main-panel .container-md .main-dashboard .card .card-body .item-title, .main-panel .container-sm .main-dashboard .card .card-body .item-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .country-select, .main-panel .container-xl .main-dashboard .card .card-body .country-select, .main-panel .container-lg .main-dashboard .card .card-body .country-select, .main-panel .container-md .main-dashboard .card .card-body .country-select, .main-panel .container-sm .main-dashboard .card .card-body .country-select {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-panel .container-fluid .main-dashboard .card .card-body .country-select .setting-label, .main-panel .container-xl .main-dashboard .card .card-body .country-select .setting-label, .main-panel .container-lg .main-dashboard .card .card-body .country-select .setting-label, .main-panel .container-md .main-dashboard .card .card-body .country-select .setting-label, .main-panel .container-sm .main-dashboard .card .card-body .country-select .setting-label {
  margin-bottom: 10px;
  font-size: 13px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .country-select .add-img-btn, .main-panel .container-xl .main-dashboard .card .card-body .country-select .add-img-btn, .main-panel .container-lg .main-dashboard .card .card-body .country-select .add-img-btn, .main-panel .container-md .main-dashboard .card .card-body .country-select .add-img-btn, .main-panel .container-sm .main-dashboard .card .card-body .country-select .add-img-btn {
  display: flex;
}
.main-panel .container-fluid .main-dashboard .card .card-body .country-select .add-img-btn button, .main-panel .container-xl .main-dashboard .card .card-body .country-select .add-img-btn button, .main-panel .container-lg .main-dashboard .card .card-body .country-select .add-img-btn button, .main-panel .container-md .main-dashboard .card .card-body .country-select .add-img-btn button, .main-panel .container-sm .main-dashboard .card .card-body .country-select .add-img-btn button {
  margin-left: auto;
}
.main-panel .container-fluid .main-dashboard .card .card-body ul[class^=dragArea], .main-panel .container-xl .main-dashboard .card .card-body ul[class^=dragArea], .main-panel .container-lg .main-dashboard .card .card-body ul[class^=dragArea], .main-panel .container-md .main-dashboard .card .card-body ul[class^=dragArea], .main-panel .container-sm .main-dashboard .card .card-body ul[class^=dragArea] {
  min-height: 50px;
  list-style: none;
  border-radius: 5px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section, .main-panel .container-xl .main-dashboard .card .card-body .setting-section, .main-panel .container-lg .main-dashboard .card .card-body .setting-section, .main-panel .container-md .main-dashboard .card .card-body .setting-section, .main-panel .container-sm .main-dashboard .card .card-body .setting-section {
  padding: 25px;
  transition: all 0.1s ease-in-out;
  outline: 1px solid #e0e0e0;
  margin-bottom: 30px;
  background: #fff;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.nested-navbar, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.nested-navbar, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.nested-navbar, .main-panel .container-md .main-dashboard .card .card-body .setting-section.nested-navbar, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.nested-navbar {
  display: flex;
  outline: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 5px 12px;
  margin-bottom: 10px;
  transition: all 0.1s ease-in-out;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.nested-navbar.hovering, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.nested-navbar.hovering, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.nested-navbar.hovering, .main-panel .container-md .main-dashboard .card .card-body .setting-section.nested-navbar.hovering, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.nested-navbar.hovering {
  background-color: rgba(224, 224, 224, 0.5490196078);
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.no-drag, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.no-drag, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.no-drag, .main-panel .container-md .main-dashboard .card .card-body .setting-section.no-drag, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.no-drag {
  background: rgba(48, 101, 107, 0.0901960784);
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .drag-row.handle, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .drag-row.handle, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .drag-row.handle, .main-panel .container-md .main-dashboard .card .card-body .setting-section .drag-row.handle, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .drag-row.handle {
  margin-right: 20px;
  cursor: grab;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .drag-row.handle svg, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .drag-row.handle svg, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .drag-row.handle svg, .main-panel .container-md .main-dashboard .card .card-body .setting-section .drag-row.handle svg, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .drag-row.handle svg {
  height: 30px;
  width: 20px;
  fill: #7f7f7f;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .drag-row.handle.block-handle, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .drag-row.handle.block-handle, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .drag-row.handle.block-handle, .main-panel .container-md .main-dashboard .card .card-body .setting-section .drag-row.handle.block-handle, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .drag-row.handle.block-handle {
  cursor: not-allowed;
  opacity: 0.3;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .edit-products-table-header, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .edit-products-table-header, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .edit-products-table-header, .main-panel .container-md .main-dashboard .card .card-body .setting-section .edit-products-table-header, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .edit-products-table-header {
  padding: 12px 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .setting-label, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .setting-label, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .setting-label, .main-panel .container-md .main-dashboard .card .card-body .setting-section .setting-label, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .setting-label {
  margin-bottom: 10px;
  font-size: 13px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .setting-input, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .setting-input, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .setting-input, .main-panel .container-md .main-dashboard .card .card-body .setting-section .setting-input, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .setting-input {
  margin-bottom: 10px;
  background-color: white;
  border: 1px solid #bababa;
  border-radius: 0px;
  color: #2c2c2c;
  line-height: normal;
  font-size: 0.8571em;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 98%;
  text-align: left;
  border-radius: 5px;
  padding: 8px 0 8px 10px;
  font-size: 14px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .setting-input::placeholder, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .setting-input::placeholder, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .setting-input::placeholder, .main-panel .container-md .main-dashboard .card .card-body .setting-section .setting-input::placeholder, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .setting-input::placeholder, .main-panel .container-fluid .main-dashboard .card .card-body .setting-section .setting-input::-ms-input-placeholder, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .setting-input::-ms-input-placeholder, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .setting-input::-ms-input-placeholder, .main-panel .container-md .main-dashboard .card .card-body .setting-section .setting-input::-ms-input-placeholder, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .setting-input::-ms-input-placeholder, .main-panel .container-fluid .main-dashboard .card .card-body .setting-section .setting-input:-ms-input-placeholder, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .setting-input:-ms-input-placeholder, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .setting-input:-ms-input-placeholder, .main-panel .container-md .main-dashboard .card .card-body .setting-section .setting-input:-ms-input-placeholder, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .setting-input:-ms-input-placeholder {
  color: #e3e3e3;
  font-size: 14px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .setting-input.has-error, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .setting-input.has-error, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .setting-input.has-error, .main-panel .container-md .main-dashboard .card .card-body .setting-section .setting-input.has-error, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .setting-input.has-error {
  border: 1px solid #ff2600;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .setting-input.order-edit, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .setting-input.order-edit, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .setting-input.order-edit, .main-panel .container-md .main-dashboard .card .card-body .setting-section .setting-input.order-edit, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .setting-input.order-edit {
  margin-bottom: unset !important;
  margin-right: 10px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section img, .main-panel .container-xl .main-dashboard .card .card-body .setting-section img, .main-panel .container-lg .main-dashboard .card .card-body .setting-section img, .main-panel .container-md .main-dashboard .card .card-body .setting-section img, .main-panel .container-sm .main-dashboard .card .card-body .setting-section img {
  max-width: 100%;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section img.setting-input, .main-panel .container-xl .main-dashboard .card .card-body .setting-section img.setting-input, .main-panel .container-lg .main-dashboard .card .card-body .setting-section img.setting-input, .main-panel .container-md .main-dashboard .card .card-body .setting-section img.setting-input, .main-panel .container-sm .main-dashboard .card .card-body .setting-section img.setting-input {
  padding: unset !important;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .image-box, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .image-box, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .image-box, .main-panel .container-md .main-dashboard .card .card-body .setting-section .image-box, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .image-box {
  width: 120px;
  height: 120px;
  border-radius: 0px;
  background: #fff;
  overflow: hidden;
  margin: 0px 10px 10px 0px;
  position: relative;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .image-box img, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .image-box img, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .image-box img, .main-panel .container-md .main-dashboard .card .card-body .setting-section .image-box img, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .image-box .remove, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .image-box .remove, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .image-box .remove, .main-panel .container-md .main-dashboard .card .card-body .setting-section .image-box .remove, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .image-box .remove {
  float: right;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .image-box .remove-photo, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .image-box .remove-photo, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .image-box .remove-photo, .main-panel .container-md .main-dashboard .card .card-body .setting-section .image-box .remove-photo, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .image-box .remove-photo {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  opacity: 0.7;
  padding: 6px;
  border-bottom-left-radius: 0px;
  display: flex;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .image-box .remove-photo img, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .image-box .remove-photo img, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .image-box .remove-photo img, .main-panel .container-md .main-dashboard .card .card-body .setting-section .image-box .remove-photo img, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .image-box .remove-photo img {
  height: 16px;
  width: auto;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .image-box .remove-photo:hover, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .image-box .remove-photo:hover, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .image-box .remove-photo:hover, .main-panel .container-md .main-dashboard .card .card-body .setting-section .image-box .remove-photo:hover, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .image-box .remove-photo:hover {
  opacity: 1;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .has-error-message, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .has-error-message, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .has-error-message, .main-panel .container-md .main-dashboard .card .card-body .setting-section .has-error-message, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .has-error-message {
  color: #ff2600;
  font-size: 12px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .multiselect.has-error .multiselect__tags, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .multiselect.has-error .multiselect__tags, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .multiselect.has-error .multiselect__tags, .main-panel .container-md .main-dashboard .card .card-body .setting-section .multiselect.has-error .multiselect__tags, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .multiselect.has-error .multiselect__tags {
  border: 1px solid #ff2600 !important;
  border-radius: 5px !important;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details {
  display: flex;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .delivery-info, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .delivery-info, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .delivery-info, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .delivery-info, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .delivery-info, .main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .billing-info, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .billing-info, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .billing-info, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .billing-info, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .billing-info {
  border: 1px solid #797979;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title, .main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title {
  font-size: 17px;
  color: #191720;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .title, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .title, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .title, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .title, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .title, .main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .title, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .title, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .title, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .title, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .title {
  font-weight: bold;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .edit-address, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .edit-address, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .edit-address, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .edit-address, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .edit-address, .main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .edit-address, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .edit-address, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .edit-address, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .edit-address, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .edit-address {
  cursor: pointer;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .edit-address:hover, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .edit-address:hover, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .edit-address:hover, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .edit-address:hover, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .delivery-info .info-title .edit-address:hover, .main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .edit-address:hover, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .edit-address:hover, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .edit-address:hover, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .edit-address:hover, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .billing-info .info-title .edit-address:hover {
  text-decoration: underline;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .delivery-info, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .delivery-info, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .delivery-info, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .delivery-info, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .delivery-info {
  margin-right: 20px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .cancel-info, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .cancel-info, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .cancel-info, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .cancel-info, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .cancel-info {
  border: 1px solid #797979;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title {
  font-size: 17px;
  color: #191720;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .title, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .title, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .title, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .title, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .title {
  font-weight: bold;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .edit-address, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .edit-address, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .edit-address, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .edit-address, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .edit-address {
  cursor: pointer;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .edit-address:hover, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .edit-address:hover, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .edit-address:hover, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .edit-address:hover, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-details .cancel-info .info-title .edit-address:hover {
  text-decoration: underline;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-products .table-header, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-products .table-header, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-products .table-header, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-products .table-header, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-products .table-header {
  padding: 12px 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: 400;
  font-size: 16px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.order-products .product-item, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.order-products .product-item, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.order-products .product-item, .main-panel .container-md .main-dashboard .card .card-body .setting-section.order-products .product-item, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.order-products .product-item {
  border-top: 1px solid #dee2e6;
  padding: 12px 7px;
  font-size: 14px;
  align-items: center;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.summary, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.summary, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.summary, .main-panel .container-md .main-dashboard .card .card-body .setting-section.summary, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.summary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section.summary .item, .main-panel .container-xl .main-dashboard .card .card-body .setting-section.summary .item, .main-panel .container-lg .main-dashboard .card .card-body .setting-section.summary .item, .main-panel .container-md .main-dashboard .card .card-body .setting-section.summary .item, .main-panel .container-sm .main-dashboard .card .card-body .setting-section.summary .item {
  margin: 0 10px 10px 0;
}
.main-panel .container-fluid .main-dashboard .card .card-body .setting-section .role-highlight, .main-panel .container-xl .main-dashboard .card .card-body .setting-section .role-highlight, .main-panel .container-lg .main-dashboard .card .card-body .setting-section .role-highlight, .main-panel .container-md .main-dashboard .card .card-body .setting-section .role-highlight, .main-panel .container-sm .main-dashboard .card .card-body .setting-section .role-highlight {
  color: #fff;
  background-color: #ff6a00;
  display: flex;
  padding: 5px;
  border-radius: 5px;
  margin: 0 5px 5px 5px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .homepage-items-section, .main-panel .container-xl .main-dashboard .card .card-body .homepage-items-section, .main-panel .container-lg .main-dashboard .card .card-body .homepage-items-section, .main-panel .container-md .main-dashboard .card .card-body .homepage-items-section, .main-panel .container-sm .main-dashboard .card .card-body .homepage-items-section {
  padding: 15px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .homepage-items-section .homepage-items-list, .main-panel .container-xl .main-dashboard .card .card-body .homepage-items-section .homepage-items-list, .main-panel .container-lg .main-dashboard .card .card-body .homepage-items-section .homepage-items-list, .main-panel .container-md .main-dashboard .card .card-body .homepage-items-section .homepage-items-list, .main-panel .container-sm .main-dashboard .card .card-body .homepage-items-section .homepage-items-list {
  margin-top: 6px;
  display: block;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.main-panel .container-fluid .main-dashboard .card .card-body .homepage-items-section .homepage-items-list li > a, .main-panel .container-xl .main-dashboard .card .card-body .homepage-items-section .homepage-items-list li > a, .main-panel .container-lg .main-dashboard .card .card-body .homepage-items-section .homepage-items-list li > a, .main-panel .container-md .main-dashboard .card .card-body .homepage-items-section .homepage-items-list li > a, .main-panel .container-sm .main-dashboard .card .card-body .homepage-items-section .homepage-items-list li > a {
  color: #2c2c2c;
  display: block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.7142em;
  padding: 10px 8px;
  line-height: 1.625rem;
}
.main-panel .container-fluid .main-dashboard .card .card-body .homepage-items-section .homepage-items-list li > a:hover, .main-panel .container-xl .main-dashboard .card .card-body .homepage-items-section .homepage-items-list li > a:hover, .main-panel .container-lg .main-dashboard .card .card-body .homepage-items-section .homepage-items-list li > a:hover, .main-panel .container-md .main-dashboard .card .card-body .homepage-items-section .homepage-items-list li > a:hover, .main-panel .container-sm .main-dashboard .card .card-body .homepage-items-section .homepage-items-list li > a:hover {
  background-color: #598489;
  border: 1px solid #598489;
  border-radius: 5px;
  color: #f6f6f6;
}
.main-panel .container-fluid .main-dashboard .card .card-body .homepage-items-section .homepage-items-list p, .main-panel .container-xl .main-dashboard .card .card-body .homepage-items-section .homepage-items-list p, .main-panel .container-lg .main-dashboard .card .card-body .homepage-items-section .homepage-items-list p, .main-panel .container-md .main-dashboard .card .card-body .homepage-items-section .homepage-items-list p, .main-panel .container-sm .main-dashboard .card .card-body .homepage-items-section .homepage-items-list p {
  text-transform: capitalize;
  font-size: 17px;
  margin: 0 10px;
  line-height: 30px;
  position: relative;
  display: block;
  height: auto;
  white-space: nowrap;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body, .main-panel .container-xl .main-dashboard .card .card-body .section-body, .main-panel .container-lg .main-dashboard .card .card-body .section-body, .main-panel .container-md .main-dashboard .card .card-body .section-body, .main-panel .container-sm .main-dashboard .card .card-body .section-body {
  padding: 5px;
  font-size: 14px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item {
  padding: 12px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item .item, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item .item, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item .item, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item .item, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item .item {
  display: flex;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item .item .main-category, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item .item .main-category, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item .item .main-category, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item .item .main-category, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item .item .main-category {
  flex: 1;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item .sub-item, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item .sub-item, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item .sub-item, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item .sub-item, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item .sub-item {
  display: flex;
  margin-bottom: 5px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item .sub-item .child-category, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item .sub-item .child-category, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item .sub-item .child-category, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item .sub-item .child-category, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item .sub-item .child-category {
  flex: 1;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item .main-category, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item .main-category, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item .main-category, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item .main-category, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item .main-category {
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
  color: #2c2c2c;
  display: block;
  text-decoration: none;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item .main, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item .main, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item .main, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item .main, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item .main {
  text-decoration: none;
  color: #191720;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item .child-category, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item .child-category, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item .child-category, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item .child-category, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item .child-category {
  cursor: pointer;
  color: #2c2c2c;
  display: block;
  text-decoration: none;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item .child-category:hover, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item .child-category:hover, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item .child-category:hover, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item .child-category:hover, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item .child-category:hover {
  text-decoration: underline;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item:hover, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item:hover, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item:hover, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item:hover, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item:hover {
  border: 1px solid #8cb0b4;
  border-radius: 5px;
  background-color: #8cb0b4;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item.multiple-data, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item.multiple-data, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item.multiple-data, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item.multiple-data, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item.multiple-data {
  display: flex;
  justify-content: space-between;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item.multiple-data .user-link, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item.multiple-data .user-link, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item.multiple-data .user-link, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item.multiple-data .user-link, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item.multiple-data .user-link {
  text-decoration: none;
  color: #191720;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item.selectable, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item.selectable, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item.selectable, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item.selectable, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item.selectable,
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item .selectable,
.main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item .selectable,
.main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item .selectable,
.main-panel .container-md .main-dashboard .card .card-body .section-body .section-item .selectable,
.main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item .selectable {
  cursor: pointer;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item.coupon span, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item.coupon span, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item.coupon span, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item.coupon span, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item.coupon span {
  width: 25%;
  word-break: break-all;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item.table-headers, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item.table-headers, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item.table-headers, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item.table-headers, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item.table-headers {
  border-bottom: 1px solid #2c2c2c;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-item .selectable, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-item .selectable, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-item .selectable, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-item .selectable, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-item .selectable {
  cursor: pointer;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .headers, .main-panel .container-xl .main-dashboard .card .card-body .section-body .headers, .main-panel .container-lg .main-dashboard .card .card-body .section-body .headers, .main-panel .container-md .main-dashboard .card .card-body .section-body .headers, .main-panel .container-sm .main-dashboard .card .card-body .section-body .headers {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2c2c2c;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .headers:hover, .main-panel .container-xl .main-dashboard .card .card-body .section-body .headers:hover, .main-panel .container-lg .main-dashboard .card .card-body .section-body .headers:hover, .main-panel .container-md .main-dashboard .card .card-body .section-body .headers:hover, .main-panel .container-sm .main-dashboard .card .card-body .section-body .headers:hover {
  border: none;
  border-bottom: 1px solid #2c2c2c;
  border-radius: unset;
  background-color: unset;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .headers.multiple-data, .main-panel .container-xl .main-dashboard .card .card-body .section-body .headers.multiple-data, .main-panel .container-lg .main-dashboard .card .card-body .section-body .headers.multiple-data, .main-panel .container-md .main-dashboard .card .card-body .section-body .headers.multiple-data, .main-panel .container-sm .main-dashboard .card .card-body .section-body .headers.multiple-data {
  display: flex;
  justify-content: space-between;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .headers.selectable, .main-panel .container-xl .main-dashboard .card .card-body .section-body .headers.selectable, .main-panel .container-lg .main-dashboard .card .card-body .section-body .headers.selectable, .main-panel .container-md .main-dashboard .card .card-body .section-body .headers.selectable, .main-panel .container-sm .main-dashboard .card .card-body .section-body .headers.selectable {
  cursor: pointer;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body .section-pagination, .main-panel .container-xl .main-dashboard .card .card-body .section-body .section-pagination, .main-panel .container-lg .main-dashboard .card .card-body .section-body .section-pagination, .main-panel .container-md .main-dashboard .card .card-body .section-body .section-pagination, .main-panel .container-sm .main-dashboard .card .card-body .section-body .section-pagination {
  padding: 20px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body.reviews .table-header, .main-panel .container-xl .main-dashboard .card .card-body .section-body.reviews .table-header, .main-panel .container-lg .main-dashboard .card .card-body .section-body.reviews .table-header, .main-panel .container-md .main-dashboard .card .card-body .section-body.reviews .table-header, .main-panel .container-sm .main-dashboard .card .card-body .section-body.reviews .table-header {
  padding: 12px 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: 400;
  font-size: 16px;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body.reviews .review-item, .main-panel .container-xl .main-dashboard .card .card-body .section-body.reviews .review-item, .main-panel .container-lg .main-dashboard .card .card-body .section-body.reviews .review-item, .main-panel .container-md .main-dashboard .card .card-body .section-body.reviews .review-item, .main-panel .container-sm .main-dashboard .card .card-body .section-body.reviews .review-item {
  border-top: 1px solid #dee2e6;
  padding: 12px 7px;
  font-size: 14px;
  align-items: center;
}
.main-panel .container-fluid .main-dashboard .card .card-body .section-body.reviews .review-item .user, .main-panel .container-xl .main-dashboard .card .card-body .section-body.reviews .review-item .user, .main-panel .container-lg .main-dashboard .card .card-body .section-body.reviews .review-item .user, .main-panel .container-md .main-dashboard .card .card-body .section-body.reviews .review-item .user, .main-panel .container-sm .main-dashboard .card .card-body .section-body.reviews .review-item .user {
  display: flex;
  flex-direction: column;
}
.main-panel .container-fluid .main-dashboard .card .card-body .settings-save, .main-panel .container-xl .main-dashboard .card .card-body .settings-save, .main-panel .container-lg .main-dashboard .card .card-body .settings-save, .main-panel .container-md .main-dashboard .card .card-body .settings-save, .main-panel .container-sm .main-dashboard .card .card-body .settings-save {
  padding: 25px;
  display: flex;
  justify-content: flex-end;
}
.main-panel .info-cards .card.card-1 {
  background-size: cover;
  min-height: 400px;
}
.main-panel .info-cards .card.card-2 {
  background-size: cover;
  min-height: 190px;
}
.main-panel .info-cards .card.card-2.lower-side {
  margin-top: 20px;
}
.main-panel .info-cards .card.card-3 {
  background-size: cover;
}
.main-panel .info-cards .card .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-panel .info-cards .card .card-body .card-body-header {
  font-weight: bold;
  margin-top: 0;
}
.main-panel .info-cards .card .card-body .card-body-header .card-title {
  font-size: 15px;
}
.main-panel .info-cards .card .card-body .card-body-header .card-value {
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  margin: 10px 0;
}
.main-panel .info-cards .card .card-body .card-body-header .card-value .card-value-right.green {
  color: #0a9200;
}
.main-panel .info-cards .card .card-body .card-body-header .card-value .card-value-right.red {
  color: #920000;
}
.main-panel .info-cards .card .card-body .card-body-content .content-title {
  font-size: 15px;
  margin-bottom: 5px;
}
.main-panel .info-cards .card .card-body .card-body-content .content-subtitle {
  font-size: 13px;
}
.main-panel .info-cards .card .card-body .card-body-content .content-body {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.main-panel .info-cards .card .card-body .card-body-content .content-body .left-side {
  display: flex;
  flex-direction: column;
}
.main-panel .info-cards .card .card-body .card-body-content .content-body .left-side .subtitle {
  font-size: 10px;
  color: #646464;
}
.main-panel .info-cards .card .card-body .card-body-content .content-body .right-side {
  display: flex;
  justify-content: space-between;
  width: 30%;
}
.main-panel .info-cards .card .card-body .card-body-footer {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}
.main-panel .import-modal .modal-dialog {
  max-width: 50%;
}
.main-panel .import-modal .modal-dialog .modal-content {
  padding: 20px;
}
.main-panel .import-modal .modal-dialog .modal-content .modal-header,
.main-panel .import-modal .modal-dialog .modal-content .modal-footer {
  border: none;
}
.main-panel .import-modal .modal-dialog .modal-content .modal-body .selected-import-country {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-panel .import-modal .modal-dialog .modal-content .modal-body .selected-import-country .btn-add {
  color: #fff;
  background-color: #30656b;
  border-color: #30656b;
}
.main-panel .import-modal .modal-dialog .modal-content .export-item {
  margin-top: 10px;
}
.main-panel .import-modal .modal-dialog .modal-content .export-item .btn-export {
  color: #30656b;
}
.main-panel .return-modal .modal-dialog {
  max-width: 50%;
}
.main-panel .return-modal .modal-dialog .modal-content {
  padding: 20px;
}
.main-panel .return-modal .modal-dialog .modal-content .modal-header,
.main-panel .return-modal .modal-dialog .modal-content .modal-footer {
  border: none;
}
.main-panel .return-modal .modal-dialog .modal-content .modal-body .selected-import-country {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-panel .return-modal .modal-dialog .modal-content .modal-body .selected-import-country .btn-add {
  color: #fff;
  background-color: #30656b;
  border-color: #30656b;
}
.main-panel .return-modal .modal-dialog .modal-content .modal-body .table-header {
  padding: 12px 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: 400;
  font-size: 16px;
}
.main-panel .return-modal .modal-dialog .modal-content .modal-body .product-item {
  border-top: 1px solid #dee2e6;
  padding: 12px 7px;
  font-size: 14px;
  align-items: center;
}
.main-panel .return-modal .modal-dialog .modal-content .modal-body .check-container {
  margin-bottom: 14px;
  padding-top: 10px;
}
.main-panel .return-modal .modal-dialog .modal-content .modal-body .setting-input {
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #bababa;
  border-radius: 0px;
  color: #2c2c2c;
  line-height: normal;
  font-size: 0.8571em;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 98%;
  text-align: left;
  border-radius: 5px;
  padding: 8px 0 8px 10px;
  font-size: 14px;
}
.main-panel .return-modal .modal-dialog .modal-content .modal-body .setting-input::placeholder, .main-panel .return-modal .modal-dialog .modal-content .modal-body .setting-input::-ms-input-placeholder, .main-panel .return-modal .modal-dialog .modal-content .modal-body .setting-input:-ms-input-placeholder {
  color: #e3e3e3;
  font-size: 14px;
}
.main-panel .return-modal .modal-dialog .modal-content .modal-body .setting-input.has-error {
  border: 1px solid #ff2600;
}
.main-panel .return-modal .modal-dialog .modal-content .export-item {
  margin-top: 10px;
}
.main-panel .return-modal .modal-dialog .modal-content .export-item .btn-export {
  color: #30656b;
}
.main-panel .question-modal .modal-content {
  padding: 20px;
}
.main-panel .question-modal .modal-content .modal-header,
.main-panel .question-modal .modal-content .modal-footer {
  border: none;
}
.main-panel .question-modal .modal-content .modal-body {
  font-size: 20px;
}
.main-panel .order-modal .modal-dialog {
  max-width: 70%;
}
.main-panel .order-modal .modal-dialog .modal-content {
  padding: 20px;
}
.main-panel .order-modal .modal-dialog .modal-content .modal-header,
.main-panel .order-modal .modal-dialog .modal-content .modal-footer {
  border: none;
}
.main-panel .order-modal .modal-dialog .modal-content .modal-body .subtitle {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
.main-panel .order-modal .modal-dialog .modal-content .modal-body .information {
  font-size: 15px;
  display: flex;
  margin-bottom: 5px;
}
.main-panel .order-modal .modal-dialog .modal-content .modal-body .information .label {
  margin-right: 8px;
}
.main-panel .order-modal .modal-dialog .modal-content .modal-body .summary {
  display: flex;
  justify-content: flex-end;
  font-size: 17px;
  margin-bottom: 10px;
}
.main-panel .btn-add {
  background-color: #30656b;
  outline: none;
  border-color: #30656b;
  box-shadow: none;
  min-width: 100px;
  color: #fff;
}
.main-panel .btn-add:hover, .main-panel .btn-add:focus, .main-panel .btn-add:active {
  background-color: #598489;
  border-color: #598489;
  box-shadow: none;
}
.main-panel .btn-save {
  min-width: 100px;
}
.main-panel .btn-remove {
  background-color: #ff2600;
  outline: none;
  border-color: #ff2600;
  box-shadow: none;
  min-width: 100px;
}
.main-panel .btn-remove:hover, .main-panel .btn-remove:focus, .main-panel .btn-remove:active {
  background-color: #f86146;
  border-color: #f86146;
  box-shadow: none;
}
.main-panel .btn-save {
  min-width: 100px;
}
.main-panel.multiselect--disabled .multiselect__select {
  background: transparent;
}
.main-panel .multiselect__select {
  height: 32px;
  width: 25px;
  padding: 4px 0px;
}
.main-panel .multiselect__tags {
  border: 1px solid #bababa;
  font-size: 0.9375rem;
}
.main-panel .multiselect__tags .multiselect__tag {
  background: #ff6a00;
  margin-bottom: 0px;
}
.main-panel .multiselect__tags .multiselect__tag .multiselect__tag-icon:hover {
  background: #2281ab;
}
.main-panel .multiselect__tags .multiselect__tag .multiselect__tag-icon:after {
  color: #fff;
}
.main-panel .multiselect__placeholder {
  color: #7f7f7f;
  padding-top: 0;
  font-family: "Roboto-Medium";
  font-size: 0.8125rem;
  padding-left: 5px;
  margin-top: 1px;
  display: block;
}
.main-panel .multiselect__single,
.main-panel .multiselect__input {
  color: #2f2f2f;
  font-size: 0.8125rem;
}
.main-panel .add-list-item.error .multiselect__single {
  color: #c52429;
}
.main-panel .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #fff;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0;
  min-width: 350px;
}
@media (min-width: 250px) and (max-width: 759px) {
  .main-panel .multiselect__content-wrapper {
    min-width: auto;
  }
}
.main-panel .multiselect__option {
  color: #2f2f2f;
  font-size: 14px;
}
.main-panel .multiselect__option.multiselect__option--group {
  min-height: 30px;
  padding: 6px 12px;
  text-transform: uppercase;
  background-color: #eee !important;
}
.main-panel .multiselect__option.multiselect__option--highlight {
  background: #f7f7f7;
  color: #2f2f2f;
  border-left: 4px solid #ff6a00;
  padding: 12px 8px;
}
.main-panel .multiselect__option.multiselect__option--selected {
  background: #e0e0e0;
  border-left: 4px solid #ff6a00;
  padding: 12px 8px;
}
.main-panel .check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  padding-top: 2px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--text-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.main-panel .check-container a {
  transition: color 0.15s ease-in-out;
  color: #598489;
}
.main-panel .check-container a:hover, .main-panel .check-container a:focus {
  color: #30656b;
}
.main-panel .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main-panel .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #30656b;
}
.main-panel .check-container:hover input ~ .checkmark {
  background-color: rgba(89, 132, 137, 0.0784313725);
}
.main-panel .check-container input:checked ~ .checkmark {
  background-color: #30656b;
}
.main-panel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.main-panel .check-container input:checked ~ .checkmark:after {
  display: block;
}
.main-panel .check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.main-panel .reportrange-text {
  padding: 7px 10px !important;
}

.notify-body {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  display: flex;
  height: 50px;
  align-items: stretch;
  border: 2px solid;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
  margin-right: 20px;
}
.notify-body .icon {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notify-body .icon img {
  height: 20px;
  width: auto;
}
.notify-body .content {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  width: 100%;
}
.notify-body .content .title {
  font-size: 0.9375rem;
  line-height: 1;
}
.notify-body a {
  text-decoration: none;
}
.notify-body.success {
  border-color: #69b264;
}
.notify-body.success .icon {
  background: #69b264;
}
.notify-body.success .content {
  background: #e8f9df;
}
.notify-body.success .content .title {
  color: #69b264;
}
.notify-body.warning {
  border-color: #f58220;
}
.notify-body.warning .icon {
  background: #f58220;
}
.notify-body.warning .content {
  background: #feecdd;
}
.notify-body.warning .content .title {
  color: #f58220;
}
.notify-body.error {
  border-color: #c52429;
}
.notify-body.error .icon {
  background: #c52429;
}
.notify-body.error .content {
  background: #f6dedf;
}
.notify-body.error .content .title {
  color: #c52429;
}

.cancel-modal .modal-content, .edit-address .modal-content {
  padding: 20px;
}
.cancel-modal .modal-content .modal-header, .edit-address .modal-content .modal-header {
  border-bottom: none !important;
}
.cancel-modal .modal-content .modal-body .setting-label, .edit-address .modal-content .modal-body .setting-label {
  margin-bottom: 10px;
  font-size: 13px;
}
.cancel-modal .modal-content .modal-body .setting-input, .edit-address .modal-content .modal-body .setting-input {
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #bababa;
  border-radius: 0px;
  color: #2c2c2c;
  line-height: normal;
  font-size: 0.8571em;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 98%;
  text-align: left;
  border-radius: 5px;
  padding: 8px 0 8px 10px;
  font-size: 14px;
}
.cancel-modal .modal-content .modal-body .setting-input::placeholder, .cancel-modal .modal-content .modal-body .setting-input::-ms-input-placeholder, .cancel-modal .modal-content .modal-body .setting-input:-ms-input-placeholder, .edit-address .modal-content .modal-body .setting-input::placeholder, .edit-address .modal-content .modal-body .setting-input::-ms-input-placeholder, .edit-address .modal-content .modal-body .setting-input:-ms-input-placeholder {
  color: #e3e3e3;
  font-size: 14px;
}
.cancel-modal .modal-content .modal-body .setting-input.has-error, .edit-address .modal-content .modal-body .setting-input.has-error {
  border: 1px solid #ff2600;
}
.cancel-modal .modal-content .modal-footer, .edit-address .modal-content .modal-footer {
  border-top: none !important;
}

@media (min-width: 991px) {
  .sidebar {
    display: block;
    box-shadow: 0px 2px 22px 0 rgba(0, 0, 0, 0.2), 0px 2px 30px 0 rgba(0, 0, 0, 0.35);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.fullpage {
  background: #f7f9f9 0% 0% no-repeat padding-box;
  animation: fadeIn 450ms;
}

.hero-container {
  position: relative;
  animation: fadeIn 450ms;
}
.hero-container .hero-slider {
  border-radius: 20px;
}
.hero-container .hero-slider .full-width {
  width: 100%;
}
.hero-container .hero-slider .custom-image {
  width: 85%;
  margin: 15px auto;
  display: flex;
  margin-top: 70px;
}
.hero-container .hero-slider .newHero .VueCarousel-slide {
  display: flex;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-basis: 50%;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .subtitle {
  display: flex;
  align-items: center;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .subtitle span {
  background: #30656b 0% 0% no-repeat padding-box;
  width: 45px;
  height: 3px;
  color: #30656b;
  margin-right: 15px;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .subtitle h4 {
  color: #30656b;
  font-size: 24px;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .title {
  margin-bottom: 40px;
  margin-top: 10px;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .title h1 {
  font-size: 80px;
  color: #191720;
  font-weight: 700;
  line-height: 90px;
  width: 90%;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .button a {
  text-decoration: none;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-images {
  flex-basis: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .dots {
  position: absolute;
  z-index: -10;
  top: 20px;
  left: 60px;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .dots img {
  width: 145px;
  height: 145px;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .principal-image img {
  width: 550px;
  height: 550px;
  border-radius: 176px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .small-img {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2509803922);
  width: 146px;
  height: 146px;
  position: absolute;
  bottom: 100px;
  left: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .small-img img {
  width: 66px;
  height: 66px;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text2 {
  background: #ff6a00 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #ff6a00;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 60px;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text2 h3 {
  color: white;
  font-size: 42px;
  font-weight: 500;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text3 {
  background: #30656b 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #30656b;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text3 h5 {
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-align: center;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .full-image {
  height: 600px;
  width: 100%;
}
.hero-container .hero-slider .newHero .VueCarousel-slide .full-image .fill {
  height: 100%;
  width: 100%;
}
@media (min-width: 281px) and (max-width: 767px) {
  .hero-container .hero-slider .newHero .VueCarousel-slide .full-image {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-container .hero-slider .newHero .VueCarousel-slide .full-image {
    height: 300px;
  }
}
@media (min-width: 1921px) {
  .hero-container .hero-slider .newHero .VueCarousel-slide .full-image {
    height: 800px;
  }
}
.hero-container .hero-slider button {
  font-size: 18px;
  font-weight: 500;
  padding: 2px 32px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.hero-container .hero-slider button:focus {
  outline: none;
}
.hero-container .hero-slider .image {
  width: 100%;
  height: 583px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}
.hero-container .hero-slider .image .text {
  font-size: 54px;
  font-weight: 600;
  color: white;
  position: absolute;
  top: 150px;
  left: 150px;
  width: 500px;
  line-height: 60px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2509803922);
}
.hero-container .hero-slider .image .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: white;
  position: absolute;
  left: 150px;
  width: 550px;
  top: 120px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2509803922);
}
.hero-container .hero-slider .image .button {
  width: 298px;
  height: 60px;
  background: #30656b 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  color: white;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 150px;
  top: 300px;
}
.hero-container .hero-slider .image .button:hover {
  background: #598489 0% 0% no-repeat padding-box;
}
@media (min-width: 281px) and (max-width: 550px) {
  .hero-container .hero-slider .newHero .VueCarousel-slide {
    flex-direction: column;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text {
    flex-basis: 100%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .subtitle span {
    width: 30px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .subtitle h4 {
    font-size: 16px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .title {
    margin-bottom: 10px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .title h1 {
    font-size: 32px;
    line-height: 34px;
    width: 100%;
    height: 70px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .button {
    width: 100%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .button a button {
    width: 99%;
    margin: 0px auto;
    font-size: 15px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images {
    flex-basis: 100%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .dots {
    left: 10px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .dots img {
    width: 60px;
    height: 60px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .principal-image img {
    width: 80vw;
    height: 80vw;
    border-radius: 35%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .small-img {
    width: 80px;
    height: 80px;
    bottom: 15px;
    left: 10px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .small-img img {
    width: 40px;
    height: 40px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text2 {
    width: 100px;
    height: 100px;
    bottom: 15px;
    right: 15px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text2 h3 {
    font-size: 24px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text3 {
    width: 80px;
    height: 80px;
    right: 20px;
    top: 0px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text3 h5 {
    font-size: 12px;
  }
  .hero-container .hero-slider .image {
    height: 23vh;
    overflow: visible;
  }
  .hero-container .hero-slider .image .text {
    font-size: 20px;
    top: 45%;
    width: 100%;
    text-align: center;
    left: 0px;
  }
  .hero-container .hero-slider .image .subtitle {
    font-size: 16px;
    width: 100%;
    text-align: center;
    top: 43%;
    left: 0px;
  }
  .hero-container .hero-slider .image .button {
    top: 75%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 45%;
    height: 20%;
    font-size: 16px;
    border-radius: 7px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .subtitle span {
    height: 2px;
    width: 30px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .subtitle h4 {
    font-size: 16px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .title {
    margin-bottom: 20px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .title h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .button a button {
    font-size: 15px;
    padding: 2px 16px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .dots {
    left: 10%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .dots img {
    width: 50px;
    height: 50px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .principal-image img {
    width: 230px;
    height: 230px;
    border-radius: 80px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .small-img {
    width: 65px;
    height: 65px;
    bottom: 7%;
    left: 5%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .small-img img {
    width: 40px;
    height: 40px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text2 {
    width: 80px;
    height: 80px;
    bottom: 10%;
    right: 5%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text2 h3 {
    font-size: 20px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text3 {
    width: 70px;
    height: 70px;
    right: 5%;
    padding: 0px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text3 h5 {
    font-size: 12px;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .subtitle span {
    height: 2px;
    width: 30px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .subtitle h4 {
    font-size: 16px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .title {
    margin-bottom: 20px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .title h1 {
    font-size: 48px;
    line-height: 53px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .button a button {
    font-size: 16px;
    padding: 2px 16px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .dots {
    left: 3%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .dots img {
    width: 70px;
    height: 70px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .principal-image img {
    width: 330px;
    height: 330px;
    border-radius: 110px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .small-img {
    width: 95px;
    height: 95px;
    bottom: 7%;
    left: 2%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .small-img img {
    width: 40px;
    height: 40px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text2 {
    width: 110px;
    height: 110px;
    bottom: 4%;
    right: 5%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text2 h3 {
    font-size: 24px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text3 {
    width: 90px;
    height: 90px;
    right: 5%;
    padding: 0px 5px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text3 h5 {
    font-size: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-text .title h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .dots {
    left: 10%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .dots img {
    width: 90px;
    height: 90px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .principal-image img {
    width: 380px;
    height: 380px;
    border-radius: 130px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .small-img {
    width: 100px;
    height: 100px;
    bottom: 4%;
    left: 8%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .small-img img {
    width: 50px;
    height: 50px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text2 {
    width: 120px;
    height: 120px;
    bottom: 4%;
    right: 7%;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text2 h3 {
    font-size: 24px;
  }
  .hero-container .hero-slider .newHero .VueCarousel-slide .hero-images .text3 {
    right: 10%;
  }
}

.badge-container {
  margin-top: 100px;
  display: grid;
  grid-auto-rows: minmax(250px, auto);
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  grid-gap: 15px;
  max-width: 1903px;
  margin: 100px auto 0 auto;
}
.badge-container .badge_carousel {
  display: none;
}
.badge-container .badge_carousel .order_slide {
  width: 90%;
  text-align: center;
}
.badge-container .badge_carousel .order_slide a {
  text-decoration: none;
  color: #191720;
}
.badge-container .badge-mobile {
  display: none;
}
.badge-container .badge-wrapper {
  transition: transform 0.3s ease-in-out;
  justify-self: center;
  width: 380px;
  height: 200px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  position: relative;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding: 0px 30px 20px 30px;
}
.badge-container .badge-wrapper a {
  text-decoration: none;
}
.badge-container .badge-wrapper .circle {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #30656b 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 15px rgba(48, 101, 107, 0.7490196078);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25%;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.badge-container .badge-wrapper .circle div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge-container .badge-wrapper .circle.wapp {
  background: #25d366 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 15px rgba(37, 211, 102, 0.7490196078);
}
.badge-container .badge-wrapper .text {
  text-align: center;
  min-height: 90px;
}
.badge-container .badge-wrapper .text h3 {
  color: #30656b;
  font-size: 24px;
  font-weight: 600;
}
.badge-container .badge-wrapper .text p {
  color: #30656b;
  font-size: 16px;
  font-weight: 500;
}
.badge-container .badge-wrapper:hover,
.badge-container .badge-wrapper-alt:hover {
  transform: scale(1.05);
}
.badge-container .badge-wrapper-alt {
  transition: transform 0.3s ease-in-out;
  justify-self: center;
  width: 380px;
  height: 200px;
  border-radius: 10px;
  position: relative;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding: 0px 30px 20px 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1607843137);
}
.badge-container .badge-wrapper-alt a {
  text-decoration: none;
}
.badge-container .badge-wrapper-alt .circle {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #006aff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 15px rgba(0, 106, 255, 0.7490196078);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25%;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.badge-container .badge-wrapper-alt .circle div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge-container .badge-wrapper-alt .text {
  text-align: center;
  min-height: 90px;
}
.badge-container .badge-wrapper-alt .text h3 {
  color: #30656b;
  font-size: 24px;
  font-weight: 600;
}
.badge-container .badge-wrapper-alt .text p {
  color: #30656b;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 281px) and (max-width: 550px) {
  .badge-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    grid-auto-rows: unset;
    grid-template-columns: unset;
    grid-gap: unset;
  }
  .badge-container .badge-wrapper,
  .badge-container .badge-wrapper-alt {
    display: none;
  }
  .badge-container .badge_carousel {
    display: block;
  }
  .badge-container .badge-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .badge-container .badge-mobile .truck,
  .badge-container .badge-mobile .phone,
  .badge-container .badge-mobile .wapp,
  .badge-container .badge-mobile .fb {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 0px;
  }
  .badge-container .badge-mobile .truck a,
  .badge-container .badge-mobile .phone a,
  .badge-container .badge-mobile .wapp a,
  .badge-container .badge-mobile .fb a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .badge-container .badge-mobile .truck .text,
  .badge-container .badge-mobile .phone .text,
  .badge-container .badge-mobile .wapp .text,
  .badge-container .badge-mobile .fb .text {
    width: 80%;
    margin: 10px 0px 0px 0px;
  }
  .badge-container .badge-mobile .truck .text h3,
  .badge-container .badge-mobile .phone .text h3,
  .badge-container .badge-mobile .wapp .text h3,
  .badge-container .badge-mobile .fb .text h3 {
    font-size: 17px;
    color: #191720;
  }
  .badge-container .badge-mobile .truck .text p,
  .badge-container .badge-mobile .phone .text p,
  .badge-container .badge-mobile .wapp .text p,
  .badge-container .badge-mobile .fb .text p {
    font-size: 16px;
    color: #191720;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .badge-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .badge-container .badge-wrapper .text h3,
  .badge-container .badge-wrapper-alt .text h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .badge-container .badge-wrapper .text p,
  .badge-container .badge-wrapper-alt .text p {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .badge-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.categories-section {
  margin-top: 50px;
}
.categories-section .title {
  margin-bottom: 35px;
}
.categories-section .title h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #191720;
}
.categories-section .categories-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  grid-gap: 15px;
  transition: height 0.2s cubic-bezier(0.33, 0.81, 0.585, 0.99);
  max-width: 1200px;
  margin: 0 auto 50px auto;
}
.categories-section .categories-container .category {
  animation: zoomIn 450ms;
}
.categories-section .categories-container .category a {
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.categories-section .categories-container .category .button-container {
  display: flex;
  justify-content: flex-end;
}
.categories-section .categories-container .category .button-category {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 10px 0px;
}
.categories-section .categories-container .category .button-category .vs-button__content {
  margin: 0px auto;
  font-size: 16px;
}
.categories-section .categories-container .category img {
  width: 100%;
  transition: filter 0.15s ease-in-out;
  height: 350px;
}
.categories-section .categories-container .category img:hover {
  filter: opacity(85%);
}
.categories-section .categories-container .category h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6196078431);
}
.categories-section .categories-container .category p {
  color: #818181;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 25px;
}
.categories-section .categories-container .category .button {
  margin-top: 15px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 15px 25px;
}
.categories-section .categories-container .category .button button {
  cursor: pointer;
  width: 200px;
  height: 45px;
  color: #30656b;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 600;
  border: none;
  background: #ffffff;
}
.categories-section .categories-container .category .button button:hover, .categories-section .categories-container .category .button button:focus {
  box-shadow: none;
  margin-top: 0;
  transform: none;
}
.categories-section .categories-container .category .button button:focus {
  outline: none;
}
@media (min-width: 281px) and (max-width: 550px) {
  .categories-section {
    margin-top: 50px;
  }
  .categories-section .title {
    margin-bottom: 15px;
  }
  .categories-section .title h1 {
    font-size: 24px;
  }
  .categories-section .categories-container {
    grid-template-columns: 1fr;
    padding: 0px 15px;
  }
  .categories-section .categories-container .category a img {
    height: 35vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .categories-section .categories-container .category a h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .categories-section .categories-container .category a p {
    font-size: 14px;
    font-weight: 400;
    margin: 6px 0px 15px 0px;
  }
  .categories-section .categories-container .category .button {
    padding: 10px;
  }
  .categories-section .categories-container .category .button button {
    width: 150px;
    height: 40px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .categories-section .categories-container {
    grid-template-columns: 1fr;
    padding: 0px 15px;
  }
  .categories-section .categories-container .category {
    height: 350px;
    flex-basis: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .categories-section .categories-container .category a img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .categories-section .categories-container .category a h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .categories-section .categories-container .category .button {
    padding: 15px;
  }
  .categories-section .categories-container .category .button a .vs-button {
    height: 40px;
    width: 180px;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .categories-section .categories-container {
    padding: 15px;
  }
  .categories-section .categories-container .category {
    flex-basis: 45%;
    width: auto;
  }
  .categories-section .categories-container .category a img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .categories-section .categories-container .category a h2 {
    font-size: 20px;
  }
}

.recommended-you {
  max-width: 1220px;
  margin: 0 auto 50px auto;
}
.recommended-you .title {
  margin-bottom: 35px;
}
.recommended-you .title h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #191720;
}
.recommended-you .VueCarousel-wrapper {
  padding: 20px 10px;
}
.recommended-you .product {
  height: 400px;
  width: 225px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: fadeIn 450ms;
  margin-right: 15px;
}
.recommended-you .product .image {
  position: relative;
}
.recommended-you .product .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 209px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.recommended-you .product .image .heart {
  position: absolute;
  top: 12px;
  right: 8px;
}
.recommended-you .product .image .heart .heart-container {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.recommended-you .product .image .heart .heart-container svg:hover {
  transform: scale(1.15);
}
.recommended-you .product .text {
  text-align: center;
  position: relative;
}
.recommended-you .product .text .sale-badge {
  position: absolute;
  left: 0;
  bottom: 15px;
  background-color: #ff6a00;
  width: 56px;
  height: 25px;
  color: white;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommended-you .product .text .title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #191720;
  margin-bottom: 15px;
  padding: 0px 5px;
}
.recommended-you .product .text .title a {
  text-decoration: none;
  color: #191720;
}
.recommended-you .product .text .oldprice {
  font-size: 12px;
  font-weight: 500;
  color: #bcbcbc;
  text-decoration: line-through;
}
.recommended-you .product .text .price {
  color: #30656b;
  font-size: 16px;
  font-weight: 500;
}
.recommended-you .product .cart {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.recommended-you .product .cart .button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.recommended-you .product .cart .button button {
  font-size: 16px;
  height: 40px;
  width: 92%;
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: white;
  font-family: Poppins;
  border: none;
  cursor: pointer;
}
.recommended-you .product .cart .button button:hover {
  background: #598489 0% 0% no-repeat padding-box;
}
.recommended-you .product .cart .button button.inactive:hover {
  background: #30656b 0% 0% no-repeat padding-box;
  cursor: default;
}
.recommended-you button:focus {
  outline: none !important;
}
@media (min-width: 281px) and (max-width: 850px) {
  .recommended-you {
    padding: 0 15px;
  }
  .recommended-you .title h1 {
    font-size: 24px;
  }
  .recommended-you .product {
    height: 100%;
    width: unset;
  }
  .recommended-you .product .image {
    display: flex;
    justify-content: center;
  }
  .recommended-you .product .image img {
    width: 100%;
    height: unset;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .recommended-you .product .text .title {
    font-size: 12px;
  }
  .recommended-you .product .text h3 {
    font-size: 16px;
  }
  .recommended-you .product .text .sale-badge {
    bottom: 15px;
  }
  .recommended-you .product .cart .button button {
    font-size: 12px;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .recommended-you {
    padding: 0 15px;
  }
  .recommended-you .product {
    height: 100%;
    width: unset;
  }
  .recommended-you .product .image {
    display: flex;
    justify-content: center;
  }
  .recommended-you .product .image img {
    width: 100%;
    height: unset;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .recommended-you .product .text .title {
    font-size: 12px;
  }
  .recommended-you .product .text h3 {
    font-size: 16px;
  }
  .recommended-you .product .text .sale-badge {
    bottom: 15px;
  }
  .recommended-you .product .cart .button button {
    font-size: 12px;
  }
}
@media (min-width: 1921px) {
  .recommended-you {
    max-width: 1903px;
  }
  .recommended-you .product {
    width: 295px;
  }
}

.best-sellers {
  max-width: 1220px;
  margin: 0 auto 50px auto;
}
.best-sellers .title {
  margin-bottom: 35px;
}
.best-sellers .title h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #191720;
}
.best-sellers .VueCarousel-wrapper {
  padding: 20px 10px;
}
.best-sellers .product {
  height: 400px;
  width: 225px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: fadeIn 450ms;
  margin-right: 15px;
}
.best-sellers .product .image {
  position: relative;
}
.best-sellers .product .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 209px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.best-sellers .product .image .heart {
  position: absolute;
  top: 12px;
  right: 8px;
}
.best-sellers .product .image .heart .heart-container {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.best-sellers .product .image .heart .heart-container svg:hover {
  transform: scale(1.15);
}
.best-sellers .product .text {
  text-align: center;
  position: relative;
}
.best-sellers .product .text .sale-badge {
  position: absolute;
  left: 0;
  bottom: 15px;
  background-color: #ff6a00;
  width: 56px;
  height: 25px;
  color: white;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.best-sellers .product .text .title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #191720;
  margin-bottom: 15px;
  padding: 0px 5px;
}
.best-sellers .product .text .title a {
  text-decoration: none;
  color: #191720;
}
.best-sellers .product .text .oldprice {
  font-size: 12px;
  font-weight: 500;
  color: #bcbcbc;
  text-decoration: line-through;
}
.best-sellers .product .text .price {
  color: #30656b;
  font-size: 16px;
  font-weight: 500;
}
.best-sellers .product .cart {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.best-sellers .product .cart .button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.best-sellers .product .cart .button button {
  font-size: 16px;
  height: 40px;
  width: 92%;
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: white;
  font-family: Poppins;
  border: none;
  cursor: pointer;
}
.best-sellers .product .cart .button button:hover {
  background: #598489 0% 0% no-repeat padding-box;
}
.best-sellers .product .cart .button button.inactive:hover {
  background: #30656b 0% 0% no-repeat padding-box;
  cursor: default;
}
.best-sellers button:focus {
  outline: none !important;
}
@media (min-width: 281px) and (max-width: 850px) {
  .best-sellers {
    padding: 0 15px;
  }
  .best-sellers .title h1 {
    font-size: 24px;
  }
  .best-sellers .product {
    height: 100%;
    width: unset;
  }
  .best-sellers .product .image {
    display: flex;
    justify-content: center;
  }
  .best-sellers .product .image img {
    width: 100%;
    height: unset;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .best-sellers .product .text .title {
    font-size: 12px;
  }
  .best-sellers .product .text h3 {
    font-size: 16px;
  }
  .best-sellers .product .text .sale-badge {
    bottom: 15px;
  }
  .best-sellers .product .cart .button button {
    font-size: 12px;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .best-sellers {
    padding: 0 15px;
  }
  .best-sellers .product {
    height: 100%;
    width: unset;
  }
  .best-sellers .product .image {
    display: flex;
    justify-content: center;
  }
  .best-sellers .product .image img {
    width: 100%;
    height: unset;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .best-sellers .product .text .title {
    font-size: 12px;
  }
  .best-sellers .product .text h3 {
    font-size: 16px;
  }
  .best-sellers .product .text .sale-badge {
    bottom: 15px;
  }
  .best-sellers .product .cart .button button {
    font-size: 12px;
  }
}
@media (min-width: 1921px) {
  .best-sellers {
    max-width: 1903px;
  }
  .best-sellers .product {
    width: 295px;
  }
}

.welcome-home {
  display: none;
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 55px;
}
.welcome-home .welcome {
  display: flex;
  align-items: center;
  margin-bottom: -4px;
}
.welcome-home .welcome h1 {
  font-size: 28px;
  font-weight: 500;
  color: #191720;
}
.welcome-home .welcome img {
  width: 26px;
  height: 26px;
  margin-left: 15px;
}
.welcome-home h4 {
  font-size: 20px;
  font-weight: 400;
  color: #818181;
}
@media (min-width: 281px) and (max-width: 1024px) {
  .welcome-home {
    display: block;
    padding-top: 75px;
  }
}

.searchMobile {
  display: none !important;
}
@media (min-width: 281px) and (max-width: 550px) {
  .searchMobile {
    display: block !important;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .searchMobile {
    display: block !important;
  }
}

.dynamic-video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dynamic-video-wrapper .dynamic-video {
  width: 100%;
  max-width: 1200px;
}
.dynamic-video-wrapper .dynamic-video .video_section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dynamic-video-wrapper .dynamic-video .video_section iframe {
  width: 100%;
  background-color: #000;
  min-height: 640px;
}
.dynamic-video-wrapper .dynamic-video .video-title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media (min-width: 281px) and (max-width: 850px) {
  .dynamic-video-wrapper .dynamic-video {
    width: 90%;
  }
  .dynamic-video-wrapper .dynamic-video .video_section iframe {
    min-height: unset;
    height: 300px;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .dynamic-video-wrapper .dynamic-video {
    padding: 15px;
  }
  .dynamic-video-wrapper .dynamic-video .video_section iframe {
    min-height: unset;
    height: 500px;
  }
}

.fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  animation: fadeIn 450ms;
}

.fill img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: fadeIn 450ms;
}

.row-custom {
  display: flex;
  justify-content: space-between;
}
.row-custom div {
  flex-basis: 45%;
}

.spinner-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: black;
  background-color: #eeeeee;
  overflow-x: hidden;
}

.placeholderCarousel {
  height: 642px;
}

.flow-loading-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.text-light {
  color: #30656b !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #30656b !important;
}

.flow-loading-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
}

.header {
  min-height: 135px;
  background: #30656b 0% 0% no-repeat padding-box;
}
@media (max-width: 1024px) {
  .header {
    min-height: unset;
  }
}
.header .announcement {
  background-color: #f7c03a;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 450ms;
}
.header .announcement h4 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 0px;
}
.header .announcement h4 a {
  text-decoration: none;
  color: #2f2f2f;
}
.header .announcement h4 a:hover {
  text-decoration: underline;
}
@media (min-width: 281px) and (max-width: 550px) {
  .header .announcement {
    display: none;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .header .announcement {
    display: none;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .header .announcement {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .header .announcement h4 {
    font-size: 12px;
    text-align: center;
  }
}
.header .navbar-container {
  display: flex;
  background: #30656b 0% 0% no-repeat padding-box;
  justify-content: space-evenly;
  max-width: 1903px;
  margin: 0 auto;
}
.header .navbar-container a {
  display: flex;
  align-items: center;
}
.header .navbar-container a .logo-container img {
  height: 60px;
}
.header .navbar-container .search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .navbar-container .search p {
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 16px;
}
.header .navbar-container .search p a {
  text-decoration: none;
  color: white;
}
.header .navbar-container .search p a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.637);
}
.header .navbar-container .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .navbar-container .navigation .user-icon,
.header .navbar-container .navigation .cart-icon,
.header .navbar-container .navigation .heart-icon {
  margin-right: 25px;
  cursor: pointer;
  position: relative;
  transition: background 0.15s ease-in-out;
  border-radius: 10px;
  padding: 15px;
}
.header .navbar-container .navigation .user-icon .items,
.header .navbar-container .navigation .cart-icon .items,
.header .navbar-container .navigation .heart-icon .items {
  background-color: #ff6a00;
  position: absolute;
  bottom: 65%;
  left: 65%;
  border-radius: 50%;
}
.header .navbar-container .navigation .user-icon .items .item-num,
.header .navbar-container .navigation .cart-icon .items .item-num,
.header .navbar-container .navigation .heart-icon .items .item-num {
  width: 20px;
  height: 20px;
  color: white;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.header .navbar-container .navigation .user-icon:hover, .header .navbar-container .navigation .user-icon.active,
.header .navbar-container .navigation .cart-icon:hover,
.header .navbar-container .navigation .cart-icon.active,
.header .navbar-container .navigation .heart-icon:hover,
.header .navbar-container .navigation .heart-icon.active {
  background: #598489 0% 0% no-repeat padding-box;
}
.header .navbar-container .navigation .cart-icon {
  position: relative;
}
.header .navbar-container .navigation .cart-icon a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .navbar-container .navigation .cart-icon .cart-drop {
  position: absolute;
  z-index: 510;
  top: 100%;
  left: -190px;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  display: none;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1019607843);
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container {
  width: 300px;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .product {
  display: flex;
  flex-direction: column;
  align-items: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 12px;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .product .products-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .product .products-line .image img {
  border-radius: 3px;
  width: 40px;
  height: 40px;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .product .products-line a {
  text-decoration: none;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .product .products-line a .title {
  font-size: 13px;
  width: 140px;
  color: #191720;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .product .products-line a:hover {
  text-decoration: underline;
  color: #191720;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .product .products-line .price {
  font-size: 13px;
  width: 40px;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .product .products-line .inCart {
  font-size: 13px;
  width: 15px;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .total {
  display: flex;
  justify-content: space-between;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .total .total-text h4 {
  font-size: 15px;
  color: #191720;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .total .total-price h4 {
  font-size: 15px;
  color: #191720;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .button {
  margin-top: 15px;
  cursor: pointer;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .button button {
  width: 100%;
  background-color: #30656b;
  border: none;
  color: white;
  height: 35px;
  font-family: Poppins;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .button button:hover {
  background-color: #598489;
}
.header .navbar-container .navigation .cart-icon .cart-drop .cart-drop-container .button a {
  text-decoration: none;
}
.header .navbar-container .navigation .cart-icon:hover .cart-drop {
  display: block;
}
.header .navbar-container .navigation .heart-icon {
  margin-right: 0;
}
.header .navbar-container .navigation .heart-icon a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 281px) and (max-width: 550px) {
  .header .navbar-container {
    display: none;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .header .navbar-container {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .header .navbar-container {
    justify-content: space-between;
    padding: 0px 20px;
  }
  .header .navbar-container a {
    flex-basis: 10%;
  }
  .header .navbar-container a .logo-container img {
    height: 50px;
  }
  .header .navbar-container .search {
    flex-basis: 60%;
  }
  .header .navbar-container .search .search-bar {
    width: 100%;
  }
  .header .navbar-container .search .search-bar .search {
    margin-left: 0px;
  }
  .header .navbar-container .search .search-bar .search .bar {
    width: 100%;
    height: 48px;
  }
  .header .navbar-container .navigation {
    flex-basis: 10%;
  }
  .header .navbar-container .navigation .user-icon,
  .header .navbar-container .navigation .cart-icon,
  .header .navbar-container .navigation .heart-icon {
    margin-right: 20px;
  }
}
.header .search-bar {
  padding: 0px;
  display: flex;
  height: 83px;
  align-items: center;
}
.header .search-bar .title {
  display: flex;
  flex-direction: column;
}
.header .search-bar .title h3 {
  font-weight: 500;
  font-size: 16px;
  color: #191720;
}
.header .search-bar .title .underline-search {
  background: transparent linear-gradient(90deg, #f7f9f9 0%, #30656b 100%) 0% 0% no-repeat padding-box;
  border-radius: 3px;
  width: 289px;
  height: 4px;
}
.header .search-bar .search {
  margin-left: 112px;
  display: flex;
  flex: 1;
  position: relative;
}
.header .search-bar .search .bar {
  width: 844px;
  height: 54px;
  background: #f6f6f6 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding-left: 29px;
  display: flex;
  align-items: center;
}
.header .search-bar .search .bar input {
  opacity: 1;
  color: #646464;
  font-size: 16px;
  font-family: Poppins;
  border: none;
  background: #f6f6f6 0% 0% no-repeat padding-box;
  padding-left: 34px;
  width: 95%;
  height: 89%;
}
.header .search-bar .search .bar input:focus {
  border: none;
  outline: none;
}
.header .search-bar .search .bar .searched {
  position: absolute;
  z-index: 9999;
  top: 90%;
  left: 0px;
  width: 100%;
  background: #f6f6f6 0% 0% no-repeat padding-box;
  padding: 20px;
  border-radius: 0px 0px 7px 7px;
  height: 360px;
  overflow-y: auto;
  box-shadow: 0px 20px 16px 0px rgba(0, 0, 0, 0.2509803922);
}
.header .search-bar .search .bar .searched .searched-product {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #f6f6f6;
}
.header .search-bar .search .bar .searched .searched-product.empty {
  justify-content: center;
  height: 95%;
}
.header .search-bar .search .bar .searched .searched-product.empty h4 {
  color: #191720;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #191720;
}
.header .search-bar .search .bar .searched .searched-product.empty:hover {
  border: none;
  background-color: #f6f6f6;
}
.header .search-bar .search .bar .searched .searched-product.empty:hover .info h4,
.header .search-bar .search .bar .searched .searched-product.empty:hover .info p {
  color: #191720 !important;
}
.header .search-bar .search .bar .searched .searched-product .image {
  margin-right: 15px;
}
.header .search-bar .search .bar .searched .searched-product .image img {
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.header .search-bar .search .bar .searched .searched-product .info {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.header .search-bar .search .bar .searched .searched-product .info h4 {
  width: 70%;
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.header .search-bar .search .bar .searched .searched-product .info p {
  font-size: 13px;
  font-weight: 400;
  color: #ff6a00;
}
.header .search-bar .search .bar .searched .searched-product:hover {
  border: 1px solid #598489;
  border-radius: 5px;
  background-color: #598489;
}
.header .search-bar .search .bar .searched .searched-product:hover .info h4,
.header .search-bar .search .bar .searched .searched-product:hover .info p {
  color: #eeeeee !important;
}
@media (min-width: 281px) and (max-width: 550px) {
  .header .search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .search-bar .search {
    margin: 0px auto;
    width: 90%;
  }
  .header .search-bar .search .bar {
    height: 50px;
    padding-left: 15px;
  }
}
.header .categories-bar-wrapper {
  background: #30656b 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 301;
  padding-bottom: 0px;
  animation: fadeIn 250ms;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1650px;
  margin: 0 auto;
}
.header .categories-bar-wrapper .categories-bar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.header .categories-bar-wrapper .categories-bar .home {
  background: #30656b 0% 0% no-repeat padding-box;
  transition: background 0.15s ease-in-out;
  border-radius: 10px;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 5px;
}
.header .categories-bar-wrapper .categories-bar .agric,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet {
  cursor: pointer;
  position: relative;
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 10px;
  height: 52px;
  width: 204px;
  justify-content: center;
  align-items: center;
  transition: background 0.15s ease-in-out;
  margin-right: 5px;
}
.header .categories-bar-wrapper .categories-bar .agric:last-child,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet:last-child {
  margin-right: 0px;
}
.header .categories-bar-wrapper .categories-bar .agric a,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet a {
  text-decoration: none;
}
.header .categories-bar-wrapper .categories-bar .agric .agric-text,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet .agric-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100%;
  width: 200px;
}
.header .categories-bar-wrapper .categories-bar .agric .agric-text h3,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet .agric-text h3 {
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0px;
}
.header .categories-bar-wrapper .categories-bar .agric .agric-text svg,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet .agric-text svg {
  margin-left: 10px;
}
.header .categories-bar-wrapper .categories-bar .agric .agric-dropdown,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet .agric-dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  width: 240px;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 3px 4px rgba(127, 127, 127, 0.2509803922);
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .categories-bar-wrapper .categories-bar .agric .agric-dropdown .agric-drop,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet .agric-dropdown .agric-drop {
  list-style: none;
  margin-bottom: 0;
}
.header .categories-bar-wrapper .categories-bar .agric .agric-dropdown .agric-drop a,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet .agric-dropdown .agric-drop a {
  color: #191720;
}
.header .categories-bar-wrapper .categories-bar .agric .agric-dropdown .agric-drop li,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet .agric-dropdown .agric-drop li {
  cursor: pointer;
  position: relative;
  width: 100%;
  font-weight: 500;
}
.header .categories-bar-wrapper .categories-bar .agric .agric-dropdown .agric-drop li a,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet .agric-dropdown .agric-drop li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  display: block;
  letter-spacing: 0;
  text-transform: none;
  padding: 0.4375rem 2rem 0.4375rem 1.5625rem;
  text-decoration: none;
  line-height: 18px;
  transition: color 0.1s ease;
}
.header .categories-bar-wrapper .categories-bar .agric .agric-dropdown .agric-drop li svg,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet .agric-dropdown .agric-drop li svg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
}
.header .categories-bar-wrapper .categories-bar .agric .agric-dropdown .agric-drop li .subMenu,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet .agric-dropdown .agric-drop li .subMenu {
  position: absolute;
  left: 99%;
  top: -10px;
  display: none;
  background-color: #ffffff;
  box-shadow: 0 3px 4px rgba(127, 127, 127, 0.2509803922);
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .categories-bar-wrapper .categories-bar .agric .agric-dropdown .agric-drop li:hover a,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet .agric-dropdown .agric-drop li:hover a {
  color: #30656b;
}
.header .categories-bar-wrapper .categories-bar .agric .agric-dropdown .agric-drop li:hover .subMenu,
.header .categories-bar-wrapper .categories-bar .dropdown-tablet .agric-dropdown .agric-drop li:hover .subMenu {
  display: block;
}
.header .categories-bar-wrapper .categories-bar .agric:hover .agric-dropdown,
.header .categories-bar-wrapper .categories-bar .agric.active .agric-dropdown {
  display: block;
}
@media (min-width: 281px) and (max-width: 550px) {
  .header .categories-bar-wrapper .categories-bar {
    display: none;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .header .categories-bar-wrapper .categories-bar {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .header .categories-bar-wrapper .categories-bar {
    padding: 0px 20px;
  }
}
.header .country {
  cursor: pointer;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.header .country img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0px;
  padding: 60px;
  background: #30656b;
  background-position: 20% 0%;
}
.newsletter .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 80px;
  margin-right: 25px;
}
.newsletter .text div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsletter .text div h2 {
  color: white;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.newsletter .text div .underline-news {
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  border-radius: 3px;
  width: 430px;
  height: 6px;
  margin-top: 5px;
}
.newsletter .text p {
  margin-top: 15px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  width: 515px;
  text-align: left;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.newsletter .input-container {
  margin-top: 26px;
  display: flex;
}
.newsletter .input-container .input {
  flex: 2;
  width: 545px;
  height: 47px;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.newsletter .input-container .input .vs-input-parent {
  width: 100%;
}
.newsletter .input-container .input .vs-input-parent .vs-input__icon {
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #eeeeee;
  box-shadow: none;
}
.newsletter .input-container .input .vs-input-parent .vs-input:focus ~ .vs-input__icon {
  transform: none;
  background: #5bb984;
}
.newsletter .input-container .input .vs-input-parent .vs-input:focus ~ .vs-input__icon i {
  color: #ffffff;
}
.newsletter .input-container .input .vs-input-parent input {
  width: 100%;
  height: 47px;
}
.newsletter .input-container .input .vs-input-parent label {
  font-size: 16px;
}
.newsletter .input-container .button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter .input-container .button button {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  color: #191720;
}
@media (min-width: 281px) and (max-width: 550px) {
  .newsletter {
    flex-direction: column;
    padding: 30px;
    margin: 30px 0;
  }
  .newsletter .text {
    width: 100%;
    margin: 20px 0px;
  }
  .newsletter .text div h2 {
    font-size: 24px;
    text-align: center;
  }
  .newsletter .text div .underline-news {
    width: 100%;
    margin: 0px auto;
  }
  .newsletter .text p {
    width: 90%;
    margin: 15px auto;
    text-align: center;
  }
  .newsletter .input-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
  }
  .newsletter .input-container .input {
    width: 100%;
    margin: 0px auto;
    height: 50px;
  }
  .newsletter .input-container .input .vs-input {
    width: 100%;
    font-size: 16px;
  }
  .newsletter .input-container .input .vs-input input {
    margin: 0px auto;
    font-size: 16px;
  }
  .newsletter .input-container .input svg {
    margin-left: 15px;
    margin-right: 15px;
  }
  .newsletter .input-container .button {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .newsletter .input-container .button button {
    width: 100%;
    height: 45px;
    color: #191720;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .newsletter {
    flex-direction: column;
  }
  .newsletter .text {
    margin: 20px 0px;
  }
  .newsletter .text div h2 {
    text-align: center;
  }
  .newsletter .text div .underline-news {
    margin: 0px auto;
  }
  .newsletter .text p {
    text-align: center;
  }
  .newsletter .input-container {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .newsletter .input-container .input {
    margin: 20px 0px;
    width: 100%;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .newsletter {
    flex-direction: column;
  }
  .newsletter .text {
    margin: 20px 0px;
  }
  .newsletter .text div h2 {
    text-align: center;
  }
  .newsletter .text div .underline-news {
    margin: 0px auto;
  }
  .newsletter .text p {
    text-align: center;
  }
  .newsletter .input-container {
    width: 100%;
    height: auto;
  }
  .newsletter .input-container .input {
    margin: 20px 0px;
    width: 100%;
  }
  .newsletter .input-container .button {
    margin: 20px 0px;
  }
  .newsletter .input-container .button .vs-button .vs-button__content {
    padding: 0px 12px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .newsletter {
    flex-direction: column;
    padding: 60px;
  }
  .newsletter .text {
    margin: 20px 0px;
  }
  .newsletter .text div h2 {
    text-align: center;
  }
  .newsletter .text div .underline-news {
    margin: 0px auto;
  }
  .newsletter .text p {
    text-align: center;
  }
  .newsletter .input-container {
    width: 75%;
    height: auto;
  }
  .newsletter .input-container .input {
    margin: 20px 0px;
    width: 100%;
  }
  .newsletter .input-container .button {
    margin: 20px 0px;
  }
  .newsletter .input-container .button .vs-button .vs-button__content {
    padding: 0px 12px;
  }
}

.mobileapp {
  margin-top: 250px;
  display: flex;
  justify-content: space-evenly;
  background-color: #30656b;
  background-position: 20% 0%;
}
.mobileapp .text {
  margin: auto 0px;
}
@media (min-width: 281px) and (max-width: 850px) {
  .mobileapp .text .header-mobileapp {
    text-align: center;
  }
}
.mobileapp .text .header-mobileapp h3 {
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 27px;
  font-weight: 500;
  line-height: 25px;
}
.mobileapp .text .header-mobileapp h1 {
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-weight: 600;
  font-size: 74px;
}
.mobileapp .text .buttons {
  display: flex;
  align-items: center;
}
.mobileapp .text .buttons a {
  text-decoration: none;
}
.mobileapp .text .buttons a .button {
  cursor: pointer;
  background: #191720 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  width: 200px;
  padding: 15px;
  align-items: center;
  margin-right: 10px;
}
.mobileapp .text .buttons a .button svg {
  margin-right: 16px;
}
.mobileapp .text .buttons a .button .titles {
  align-items: center;
  text-align: left;
}
.mobileapp .text .buttons a .button .titles p {
  color: #818181;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}
.mobileapp .text .buttons a .button .titles h3 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin-top: -2px;
  margin-bottom: 0px;
}
.mobileapp .text .buttons a .button:hover {
  background: #353535 0% 0% no-repeat padding-box;
}
.mobileapp .mockup {
  margin-top: -250px;
  z-index: 2;
}
.mobileapp .mockup img {
  width: 265px;
  height: 575px;
}
@media (min-width: 281px) and (max-width: 850px) {
  .mobileapp .mockup img {
    height: unset;
    width: 165px;
  }
}
@media (min-width: 281px) and (max-width: 550px) {
  .mobileapp {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 20px;
    padding-top: 40px;
  }
  .mobileapp .text .header-mobileapp {
    text-align: center;
  }
  .mobileapp .text .header-mobileapp h3 {
    font-size: 16px;
  }
  .mobileapp .text .header-mobileapp h1 {
    margin-top: -10px;
    font-size: 40px;
  }
  .mobileapp .text .buttons {
    flex-direction: column;
  }
  .mobileapp .text .buttons a {
    margin: 10px 0px;
    width: 65%;
  }
  .mobileapp .text .buttons a .button {
    width: 100%;
    margin: 0px;
  }
  .mobileapp .text .buttons a .button .titles {
    text-align: center;
    flex: 1;
  }
  .mobileapp .text .buttons a .button .titles p {
    text-align: center;
  }
  .mobileapp .mockup {
    margin: 30px 0px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .mobileapp {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 50px;
    padding-top: 40px;
  }
  .mobileapp .text .header-mobileapp {
    text-align: center;
  }
  .mobileapp .text .header-mobileapp h3 {
    font-size: 16px;
  }
  .mobileapp .text .header-mobileapp h1 {
    margin-top: -10px;
    font-size: 48px;
  }
  .mobileapp .text .buttons {
    align-items: center;
    justify-content: center;
  }
  .mobileapp .text .buttons a {
    margin: 15px;
    width: 220px;
  }
  .mobileapp .text .buttons a .button {
    width: 100%;
  }
  .mobileapp .text .buttons a .button .titles {
    text-align: center;
    flex: 1;
  }
  .mobileapp .text .buttons a .button .titles p {
    text-align: center;
  }
  .mobileapp .mockup {
    margin: 30px 0px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 851px) and (max-width: 1400px) {
  .mobileapp {
    margin-top: 260px;
  }
}

.articles {
  margin-top: 50px;
}
.articles .title {
  margin-bottom: 35px;
}
.articles .title h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #191720;
}
.articles .articles-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  grid-gap: 15px;
  transition: height 0.2s cubic-bezier(0.33, 0.81, 0.585, 0.99);
  max-width: 1200px;
  margin: 0 auto 50px auto;
}
.articles .articles-container .article {
  animation: zoomIn 450ms;
}
.articles .articles-container .article .image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: filter 0.15s ease-in-out;
  height: 400px;
}
.articles .articles-container .article .image:hover {
  filter: opacity(85%);
}
.articles .articles-container .article .article-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(127, 127, 127, 0.16);
  border-bottom: 1px solid rgba(127, 127, 127, 0.16);
  border-right: 1px solid rgba(127, 127, 127, 0.16);
  box-shadow: 0 1px 4px rgba(127, 127, 127, 0.1098039216);
  padding: 20px;
  height: 120px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.articles .articles-container .article .article-text .date {
  font-size: 15px;
  font-weight: 400;
  color: #949494;
}
.articles .articles-container .article .article-text h2 {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 700;
  color: #191720;
}
.articles .articles-container .article .article-text .desc {
  font-size: 16px;
  font-weight: 400;
  color: #7f7f7f;
}
.articles .articles-container .article .article-text a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.articles .articles-container .article .article-text .button {
  margin-top: 15px;
  position: absolute;
  z-index: 2;
  top: -95px;
  right: 0;
  padding: 15px 25px;
}
.articles .articles-container .article .article-text .button button {
  cursor: pointer;
  width: 200px;
  height: 45px;
  color: #30656b;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 600;
  border: none;
  background: #ffffff;
  border-radius: 10px;
  transition: transform 0.15s ease-in-out;
}
.articles .articles-container .article .article-text .button button:hover, .articles .articles-container .article .article-text .button button:focus {
  box-shadow: none;
  margin-top: 0;
  transform: translate(5px, 0);
}
.articles .articles-container .article .article-text .button button:focus {
  outline: none;
}
@media (min-width: 281px) and (max-width: 850px) {
  .articles .articles-container {
    grid-template-columns: 1fr;
    padding: 0px 15px;
  }
  .articles .articles-container .article {
    flex-basis: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .articles .articles-container .article a img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .articles .articles-container .article a h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .articles .articles-container .article .button {
    padding: 15px;
  }
  .articles .articles-container .article .button a .vs-button {
    height: 40px;
    width: 180px;
  }
  .articles .articles-container .article .article-text {
    height: unset;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .articles .articles-container {
    padding: 15px;
  }
  .articles .articles-container .article {
    flex-basis: 45%;
    width: auto;
  }
  .articles .articles-container .article a img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .articles .articles-container .article a h2 {
    font-size: 17px !important;
  }
}
@media (min-width: 1921px) {
  .articles .categories-container {
    max-width: 1903px;
  }
}

.footer .contacts {
  display: flex;
  justify-content: space-evenly;
  max-width: 1903px;
  margin: 50px auto;
}
.footer .contacts .contact {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 325px;
  height: 100px;
  border-radius: 25px;
}
.footer .contacts .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer .contacts .contact a svg {
  margin-right: 30px;
  width: 60px;
}
.footer .contacts .contact a .contact-text p {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
}
.footer .contacts .contact a .contact-text h2 {
  font-size: 21px;
  font-weight: 600;
  color: #191720;
  margin-bottom: 0;
}
.footer .footer-wrapper {
  background: #ffffff 0% 0% no-repeat padding-box;
}
.footer .footer-wrapper .footer-container {
  display: flex;
  justify-content: space-evenly;
  padding: 45px 0px;
  margin: 0 auto;
  max-width: 1903px;
  font-family: Poppins;
}
.footer .footer-wrapper .footer-container .footer-column-1 a {
  text-decoration: none;
  color: #191720;
}
.footer .footer-wrapper .footer-container .footer-column-1 h2 {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 600;
}
.footer .footer-wrapper .footer-container .footer-column-1 ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
.footer .footer-wrapper .footer-container .footer-column-1 ul li {
  color: #191720;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
}
.footer .footer-wrapper .footer-container .footer-column-1 ul li:hover a, .footer .footer-wrapper .footer-container .footer-column-1 ul li:focus a {
  color: #1f5055;
}
.footer .footer-wrapper .footer-container .footer-column-1 ul li a {
  text-decoration: none;
  color: #191720;
}
.footer .footer-wrapper .footer-container .footer-column-1 ul li a:hover {
  text-decoration: underline;
}
.footer .footer-wrapper .footer-container .footer-column-2 a {
  text-decoration: none;
  color: #191720;
}
.footer .footer-wrapper .footer-container .footer-column-2 h2 {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 600;
}
.footer .footer-wrapper .footer-container .footer-column-2 ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
.footer .footer-wrapper .footer-container .footer-column-2 ul li {
  color: #191720;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.footer .footer-wrapper .footer-container .footer-column-2 ul li:hover a, .footer .footer-wrapper .footer-container .footer-column-2 ul li:focus a {
  color: #1f5055;
}
.footer .footer-wrapper .footer-container .footer-column-3 {
  margin-top: 39px;
}
.footer .footer-wrapper .footer-container .footer-column-3 a {
  text-decoration: none;
}
.footer .footer-wrapper .footer-container .footer-column-3 a:hover li, .footer .footer-wrapper .footer-container .footer-column-3 a:focus li {
  color: #1f5055;
}
.footer .footer-wrapper .footer-container .footer-column-3 ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
.footer .footer-wrapper .footer-container .footer-column-3 ul li {
  color: #191720;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.footer .footer-wrapper .footer-container .footer-column-3 ul li:hover a, .footer .footer-wrapper .footer-container .footer-column-3 ul li:focus a {
  color: #1f5055;
}
.footer .footer-wrapper .footer-container .footer-column-4 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.footer .footer-wrapper .footer-container .footer-column-4 a svg {
  margin-left: 15px;
  height: 40px;
  width: 40px;
}
.footer .footer-wrapper .footer-container .footer-column-4 a svg:hover {
  opacity: 0.65;
}
.footer .footer-wrapper .copyright {
  background: #ffffff 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 15px 0px;
  margin: 0 30px;
  border-top: 1px solid #eeeeee;
}
.footer .footer-wrapper .copyright p {
  font-size: 13px;
  font-weight: 400;
  color: rgba(92, 92, 92, 0.8);
}
@media (min-width: 281px) and (max-width: 550px) {
  .footer .contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    padding: 0 15px;
  }
  .footer .contacts .contact {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
  }
  .footer .contacts .contact a {
    width: 70%;
    justify-content: space-between;
  }
  .footer .contacts .contact a svg {
    width: 40px;
  }
  .footer .contacts .contact a .contact-text {
    flex: 1;
    text-align: left;
  }
  .footer .footer-container {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-container .footer-column-1 {
    text-align: center;
  }
  .footer .footer-container .footer-column-1 ul {
    text-align: center !important;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-1 ul li {
    line-height: 30px;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-2 {
    margin-top: 40px;
    text-align: center;
  }
  .footer .footer-container .footer-column-2 ul {
    text-align: center !important;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-3 {
    margin-top: 0 !important;
  }
  .footer .footer-container .footer-column-3 ul {
    text-align: center !important;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-4 a {
    margin: 30px 20px 0px;
  }
  .footer .footer-container .footer-column-4 a svg {
    margin: 0px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .footer .contacts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    padding: 0 15px;
  }
  .footer .contacts .contact {
    margin: 20px 0px;
    width: 100%;
  }
  .footer .footer-container {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-container .footer-column-1 {
    text-align: center;
  }
  .footer .footer-container .footer-column-1 ul {
    text-align: center !important;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-1 ul li {
    line-height: 25px;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-2 {
    margin-top: 20px;
    text-align: center;
  }
  .footer .footer-container .footer-column-2 ul {
    text-align: center !important;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-2 ul li {
    line-height: 35px;
  }
  .footer .footer-container .footer-column-3 {
    margin-top: 0px !important;
    text-align: center;
  }
  .footer .footer-container .footer-column-3 ul {
    text-align: center !important;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-3 ul li {
    line-height: 35px;
  }
  .footer .footer-container .footer-column-4 a svg {
    margin: 30px 20px 0px 20px;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .footer .contacts {
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    padding: 0 15px;
  }
  .footer .contacts .contact {
    margin: 20px 0px;
    padding: 0px 10px;
    flex-basis: 32%;
  }
  .footer .contacts .contact a svg {
    margin-right: 20px;
    width: 40px;
  }
  .footer .footer-container {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-container .footer-column-1 {
    text-align: center;
  }
  .footer .footer-container .footer-column-1 ul {
    text-align: center !important;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-1 ul li {
    line-height: 25px;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-2 {
    margin-top: 20px;
    text-align: center;
  }
  .footer .footer-container .footer-column-2 ul {
    text-align: center !important;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-2 ul li {
    line-height: 35px;
  }
  .footer .footer-container .footer-column-3 {
    text-align: center;
    margin-top: 0 !important;
  }
  .footer .footer-container .footer-column-3 ul {
    text-align: center !important;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-3 ul li {
    line-height: 35px;
  }
  .footer .footer-container .footer-column-4 a svg {
    margin: 30px 20px 0px 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .footer .contacts {
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    padding: 0 15px;
  }
  .footer .contacts .contact {
    margin: 20px 0px;
    padding: 0px 10px;
    width: auto;
    flex-basis: 32%;
  }
  .footer .contacts .contact a svg {
    margin-right: 20px;
    width: 40px;
  }
  .footer .footer-container {
    margin-top: 50px;
  }
  .footer .footer-container .footer-column-1 {
    flex-basis: 19%;
  }
  .footer .footer-container .footer-column-1 ul {
    padding-left: 0;
  }
  .footer .footer-container .footer-column-1 ul li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-2 {
    flex-basis: 19%;
  }
  .footer .footer-container .footer-column-2 ul {
    padding-left: 0;
  }
  .footer .footer-container .footer-column-2 ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-3 {
    flex-basis: 19%;
  }
  .footer .footer-container .footer-column-3 ul {
    padding-left: 0;
  }
  .footer .footer-container .footer-column-3 ul li {
    font-size: 14px;
    line-height: 30px;
    padding-left: 0;
  }
  .footer .footer-container .footer-column-4 {
    flex-basis: 19%;
  }
}

.navbarMobile {
  display: none;
}
.navbarMobile .vs-navbar {
  height: 60px;
}
.navbarMobile .vs-navbar .vs-navbar__center {
  width: 138px;
  height: 54px;
}
.navbarMobile .vs-navbar .vs-navbar__center img {
  width: 138px;
  height: 54px;
}
.navbarMobile .vs-navbar .vs-navbar__left {
  height: 100%;
  width: 60px;
}
.navbarMobile .vs-navbar .vs-navbar__left img {
  width: 95px;
  height: 37.5px;
}
.navbarMobile .vs-navbar .vs-navbar__left a {
  display: flex;
  align-items: center;
}
.navbarMobile .vs-navbar .vs-navbar__left button {
  width: 47px;
  height: 47px;
}
.navbarMobile .vs-navbar .vs-navbar__left button i {
  font-size: 1.5rem;
}
.navbarMobile .vs-navbar .vs-navbar__right {
  height: 100%;
  display: flex;
  align-items: center;
}
.navbarMobile .vs-navbar .vs-navbar__right .search-icon {
  margin-right: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbarMobile .vs-navbar .vs-navbar__right .cart-icon {
  position: relative;
  height: 100%;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.navbarMobile .vs-navbar .vs-navbar__right .cart-icon a {
  display: flex;
  align-items: center;
}
.navbarMobile .vs-navbar .vs-navbar__right .cart-icon a svg {
  width: 23px;
  height: 23px;
}
.navbarMobile .vs-navbar .vs-navbar__right .cart-icon .items {
  background-color: #ff6a00;
  position: absolute;
  bottom: 55%;
  left: 65%;
  border-radius: 50%;
}
.navbarMobile .vs-navbar .vs-navbar__right .cart-icon .items .item-num {
  width: 20px;
  height: 20px;
  color: white;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.navbarMobile .vs-navbar .vs-navbar__right .heart-icon {
  position: relative;
  margin-right: 15px;
  display: flex;
  align-items: center;
  height: 100%;
}
.navbarMobile .vs-navbar .vs-navbar__right .heart-icon a {
  display: flex;
  align-items: center;
}
.navbarMobile .vs-navbar .vs-navbar__right .heart-icon a svg {
  width: 23px;
  height: 23px;
}
.navbarMobile .vs-navbar .vs-navbar__right .heart-icon .items {
  background-color: #ff6a00;
  position: absolute;
  bottom: 55%;
  left: 65%;
  border-radius: 50%;
}
.navbarMobile .vs-navbar .vs-navbar__right .heart-icon .items .item-num {
  width: 20px;
  height: 20px;
  color: white;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.navbarMobile .vs-sidebar-content::after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: saturate(200%) blur(60px);
          backdrop-filter: saturate(200%) blur(60px);
}
.navbarMobile .backdrop {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: saturate(200%) blur(15px);
          backdrop-filter: saturate(200%) blur(15px);
  position: relative;
  z-index: 9000;
}
.navbarMobile .vs-sidebar a {
  text-decoration: none;
}
.navbarMobile .vs-sidebar img {
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
.navbarMobile .vs-sidebar .vs-sidebar__group > .vs-sidebar__group__header .vs-sidebar__item:hover {
  padding-left: 17px;
}
.navbarMobile .vs-sidebar .ChooseCountryMobile .vs-sidebar__item__text {
  display: flex;
  align-items: center;
}
@media (min-width: 281px) and (max-width: 550px) {
  .navbarMobile {
    display: block;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .navbarMobile {
    display: block;
  }
  .navbarMobile .vs-navbar {
    height: 70px;
  }
  .navbarMobile .vs-navbar .vs-navbar__left a img {
    width: 114px;
    height: 45px;
  }
  .navbarMobile .vs-navbar .vs-navbar__right {
    padding-top: 5px;
  }
  .navbarMobile .vs-navbar .vs-navbar__right .search-icon {
    margin-right: 25px;
  }
  .navbarMobile .vs-navbar .vs-navbar__right .search-icon svg {
    width: 23px;
    height: 23px;
  }
  .navbarMobile .vs-navbar .vs-navbar__right .cart-icon {
    margin-right: 25px;
  }
  .navbarMobile .vs-navbar .vs-navbar__right .cart-icon svg {
    width: 23px;
    height: 23px;
  }
  .navbarMobile .vs-navbar .vs-navbar__right .heart-icon {
    margin-right: 25px;
  }
  .navbarMobile .vs-navbar .vs-navbar__right .heart-icon svg {
    width: 23px;
    height: 23px;
  }
  .navbarMobile .vs-navbar .vs-navbar__right button .vs-button__content {
    padding: 8px;
  }
  .navbarMobile .vs-navbar .vs-navbar__right button .vs-button__content i {
    font-size: 1.3rem;
  }
}

.footer-table {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.footer-table .pagination {
  flex-wrap: wrap;
}
.footer-table .pagination span {
  display: inherit;
}
.footer-table .pagination button {
  margin-left: 15px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 0;
  min-width: 30px;
  height: 30px;
  padding: 0;
}
.footer-table .pagination button:focus {
  outline: none;
}
.footer-table .pagination button:first-child {
  margin-left: 0;
}
.footer-table .pagination button.page-dots {
  margin-left: 0px;
}
.footer-table .pagination button.prev, .footer-table .pagination button.next {
  background: #eeeeee;
  color: #191720;
}
.footer-table .pagination button.prev.disabled, .footer-table .pagination button.next.disabled {
  cursor: initial;
  background: #eeeeee;
}
.footer-table .pagination button.prev.disabled svg, .footer-table .pagination button.next.disabled svg {
  cursor: not-allowed;
}
.footer-table .pagination button.prev.disabled svg path, .footer-table .pagination button.next.disabled svg path {
  stroke: #191720;
}
.footer-table .pagination button.prev.disabled svg .stroke-color, .footer-table .pagination button.next.disabled svg .stroke-color {
  stroke: #191720;
}
.footer-table .pagination button.prev svg, .footer-table .pagination button.next svg {
  width: auto;
  height: 15px;
}
.footer-table .pagination button.prev svg path, .footer-table .pagination button.next svg path {
  stroke: #191720;
  fill: transparent;
}
.footer-table .pagination button.prev svg .stroke-color, .footer-table .pagination button.next svg .stroke-color {
  stroke: #191720;
}
.footer-table .pagination button.page-no {
  background: transparent;
  color: #191720;
  font-size: 0.8125rem;
  padding: 0px 5px;
}
.footer-table .pagination button.page-no.selected {
  background-color: #30656b;
  color: white;
}
.footer-table .pagination button.page-no.selected:hover {
  background-color: #30656b;
  color: white;
}
.footer-table .pagination button.page-no:hover {
  background-color: #8cb0b4;
  color: #191720;
}
.footer-table .data-pagination {
  margin-left: auto;
  font-size: 0.8125rem;
  color: #191720;
}

.alt-action-btn {
  padding: 8px 16px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid rgba(141, 124, 152, 0.4509803922);
  border-radius: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  color: #30656b;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  min-width: 165px;
}
.alt-action-btn:hover, .alt-action-btn:focus {
  border: 1px solid #30656b;
  color: #30656b;
}
.alt-action-btn.alt-btn-sm {
  padding: 5px 10px;
  font-size: 13px;
}
.alt-action-btn.newsletter-btn:hover, .alt-action-btn.newsletter-btn:focus {
  background-color: #c2d0d2;
  color: rgb(48, 101, 107) !important;
}

.main-action-btn {
  padding: 8px 16px;
  background: #30656b 0% 0% no-repeat padding-box;
  border: 1px solid #30656b;
  border-radius: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  min-width: 165px;
}
.main-action-btn:hover, .main-action-btn:focus {
  border: 1px solid #30656b;
  color: #30656b;
  background-color: #ffffff;
}
.main-action-btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.main-action-btn:disabled:hover, .main-action-btn:disabled:focus {
  border: 1px solid #30656b;
  color: #ffffff;
  background-color: #30656b;
}
.main-action-btn.main-btn-sm {
  padding: 5px 10px;
  font-size: 13px;
}

.action-buttons-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-buttons-container div:last-child {
  margin-left: 5px;
}
@media (min-width: 281px) and (max-width: 550px) {
  .action-buttons-container {
    flex-direction: column;
  }
  .action-buttons-container div:last-child {
    margin-left: 0;
    margin-top: 5px;
  }
  .action-buttons-container button {
    font-size: 12px;
  }
}

.products-container {
  display: flex;
  justify-content: center;
}
.products-container .subcat {
  width: 340px;
}
.products-container .products-cat {
  flex: 1;
  max-width: 1300px;
}
.products-container .products-cat .section-pagination {
  width: 100%;
}
@media (min-width: 281px) and (max-width: 850px) {
  .products-container .products-cat {
    max-width: unset;
    flex: unset;
    width: 100%;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .products-container .products-cat {
    max-width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .products-container .products-cat {
    max-width: calc(100% - 295px);
  }
}
@media (min-width: 281px) and (max-width: 550px) {
  .products-container {
    padding: 0px;
  }
  .products-container .subcat {
    display: none;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .products-container {
    padding: 0px;
  }
  .products-container .subcat {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .products-container {
    padding: 0px 15px;
  }
  .products-container .subcat {
    margin: 0;
    width: 290px;
  }
}
@media (min-width: 1921px) {
  .products-container .subcat {
    margin-left: 0;
  }
}

.subcategory-menu {
  animation: fadeIn 450ms;
}
.subcategory-menu .subcategory {
  background-color: white;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.0392156863);
  border-radius: 12px;
  padding: 30px;
  margin-top: 15px;
}
.subcategory-menu .subcategory .title h2 {
  font-size: 16px;
  font-weight: 500;
  color: #30656b;
}
.subcategory-menu .subcategory .categories {
  width: 100%;
}
.subcategory-menu .subcategory .categories ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 0;
}
.subcategory-menu .subcategory .categories ul li {
  width: 200px;
  font-size: 14px;
  font-weight: 400;
  color: #30656b;
  margin: 7px auto;
  cursor: pointer;
}
.subcategory-menu .subcategory .categories ul li:hover {
  text-decoration: underline;
  text-decoration-color: #30656b;
}
.subcategory-menu .price {
  margin-top: 15px;
  position: relative;
  background-color: white;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.0392156863);
  border-radius: 12px;
  padding: 20px;
}
.subcategory-menu .price .chevron {
  cursor: pointer;
}
.subcategory-menu .price .chevron svg {
  position: absolute;
  right: 35px;
  top: 25px;
}
.subcategory-menu .price .title h3 {
  font-size: 14px;
  color: #30656b;
  font-weight: 500;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
}
.subcategory-menu .price .price-dropdown {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}
.subcategory-menu .price .price-dropdown .vs-radio-content {
  justify-content: flex-start;
  margin-bottom: 5px;
}
.subcategory-menu .price .price-dropdown .vs-radio-content:last-child {
  margin-bottom: 0;
}
.subcategory-menu .price .price-dropdown .price-dr {
  display: flex;
  align-items: center;
  margin: 3px 0px;
  height: 25px;
}
.subcategory-menu .price .price-dropdown .price-dr label {
  font-size: 14px;
  color: #30656b;
  font-weight: 400;
  margin-left: 10px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}
.subcategory-menu .price .price-dropdown .price-dr input {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.subcategory-menu .price .price-dropdown .price-dr input:checked {
  background-color: #30656b;
  border: 1px solid #30656b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.subcategory-menu .price .price-dropdown .price-dr input:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: -2.1px;
  left: 2.1px;
  color: white;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .subcategory-menu .price .subcategory {
    padding: 15px;
  }
}
.subcategory-menu .rating {
  margin-top: 15px;
  position: relative;
  background-color: white;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.0392156863);
  border-radius: 12px;
  padding: 20px;
}
.subcategory-menu .rating .chevron {
  cursor: pointer;
}
.subcategory-menu .rating .chevron svg {
  position: absolute;
  right: 35px;
  top: 25px;
}
.subcategory-menu .rating .title h3 {
  font-size: 14px;
  color: #30656b;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0px;
}
.subcategory-menu .rating .rating-dropdown {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}
.subcategory-menu .rating .rating-dropdown .vs-radio-content {
  justify-content: flex-start;
  margin-bottom: 5px;
}
.subcategory-menu .rating .rating-dropdown .vs-radio-content:last-child {
  margin-bottom: 0;
}
.subcategory-menu .rating .rating-dropdown .rating-dr {
  display: flex;
  align-items: center;
  margin: 3px 0px;
  height: 25px;
}
.subcategory-menu .rating .rating-dropdown .rating-dr label {
  height: 100%;
  font-size: 14px;
  color: #30656b;
  font-weight: 400;
  margin-left: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.subcategory-menu .rating .rating-dropdown .rating-dr input {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.subcategory-menu .rating .rating-dropdown .rating-dr input:checked {
  background-color: #30656b;
  border: 1px solid #30656b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.subcategory-menu .rating .rating-dropdown .rating-dr input:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: -2.1px;
  left: 2.1px;
  color: white;
}

.products-cat {
  padding: 0px 0px 0px 25px;
}
.products-cat .breadcrumbs {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.products-cat .breadcrumbs a {
  text-decoration: none;
}
.products-cat .breadcrumbs a h3 {
  color: #30656b;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.products-cat .breadcrumbs a:hover {
  text-decoration: underline;
  text-decoration-color: #30656b;
}
.products-cat .breadcrumbs svg {
  margin: 0px 13px;
}
.products-cat .breadcrumbs h4 {
  color: #6e9397;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: unset;
}
.products-cat .title-container {
  display: flex;
  justify-content: space-between;
}
.products-cat .title-container .title {
  display: inline-block;
}
.products-cat .title-container .title h1 {
  font-size: 32px;
  color: #191720;
  font-weight: 600;
  line-height: 35px;
}
.products-cat .title-container .title div {
  background: transparent linear-gradient(90deg, #f7f9f9 0%, #30656b 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 100%;
  height: 6px;
}
.products-cat .title-container .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.products-cat .title-container .buttons .compare {
  display: none;
  padding: 8px 16px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid rgba(141, 124, 152, 0.4509803922);
  border-radius: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  color: #30656b;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  min-width: 165px;
  margin-left: 5px;
}
.products-cat .title-container .buttons .compare:hover, .products-cat .title-container .buttons .compare:focus {
  border: 1px solid #30656b;
  color: #30656b;
}
.products-cat .title-container .buttons .sort {
  display: flex;
  align-items: center;
  background: #f6f6f6 0% 0% no-repeat padding-box;
  border-radius: 10px;
  width: 103px;
  height: 53px;
  position: relative;
  justify-content: center;
  cursor: pointer;
}
.products-cat .title-container .buttons .sort svg {
  position: absolute;
  left: 15px;
  top: 19px;
}
.products-cat .title-container .buttons .sort p {
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  text-align: center;
  margin-left: 15px;
}
.products-cat .title-container .buttons .sort:hover p {
  color: #303030;
}
.products-cat .title-container .buttons .vs-select .vs-select__input {
  background: #ffffff;
  transform: none;
  transition: none;
  box-shadow: none;
}
.products-cat .title-container .buttons .vs-select .vs-select__input:hover ~ .vs-select__label {
  margin-top: 0;
}
.products-cat .title-container .buttons .vs-select label {
  color: #30656b;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  opacity: 1;
}
@media (min-width: 281px) and (max-width: 767px) {
  .products-cat .title-container {
    flex-direction: column;
  }
  .products-cat .title-container .buttons {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .products-cat .title-container .title h1 {
    font-size: 24px;
  }
}
.products-cat .products {
  display: grid;
  grid-auto-rows: minmax(400px, auto);
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  grid-gap: 30px;
  margin-top: 50px;
}
.products-cat .products.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.products-cat .products .product {
  height: 400px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: fadeIn 450ms;
}
.products-cat .products .product .image {
  position: relative;
}
.products-cat .products .product .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 209px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.products-cat .products .product .image .heart {
  position: absolute;
  top: 12px;
  right: 8px;
}
.products-cat .products .product .image .heart .heart-container {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.products-cat .products .product .image .heart .heart-container svg:hover {
  transform: scale(1.15);
}
.products-cat .products .product .text {
  text-align: center;
  position: relative;
}
.products-cat .products .product .text .sale-badge {
  position: absolute;
  left: 0;
  bottom: 15px;
  background-color: #ff6a00;
  width: 56px;
  height: 25px;
  color: white;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-cat .products .product .text .title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #191720;
  margin-bottom: 15px;
  padding: 0px 5px;
}
.products-cat .products .product .text .title a {
  text-decoration: none;
  color: #191720;
}
.products-cat .products .product .text .oldprice {
  font-size: 12px;
  font-weight: 500;
  color: #bcbcbc;
  text-decoration: line-through;
}
.products-cat .products .product .text .price {
  color: #30656b;
  font-size: 16px;
  font-weight: 500;
}
.products-cat .products .product .cart {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.products-cat .products .product .cart .button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.products-cat .products .product .cart .button button {
  font-size: 16px;
  height: 40px;
  width: 92%;
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: white;
  font-family: Poppins;
  border: none;
  cursor: pointer;
}
.products-cat .products .product .cart .button button:hover {
  background: #598489 0% 0% no-repeat padding-box;
}
.products-cat .products .product .cart .button button.inactive:hover {
  background: #30656b 0% 0% no-repeat padding-box;
  cursor: default;
}
@media (min-width: 281px) and (max-width: 550px) {
  .products-cat .products {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    padding: 0 15px;
    margin-top: 0;
  }
  .products-cat .products .product {
    height: 435px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .products-cat .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .products-cat .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .products-cat .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 281px) and (max-width: 550px) {
  .products-cat {
    padding: 0px;
  }
  .products-cat .title {
    margin-top: 20px;
    padding: 0px 10px;
  }
  .products-cat .title h1 {
    font-size: 24px !important;
    line-height: 26px !important;
  }
  .products-cat .title .underline-title {
    display: none;
  }
  .products-cat .breadcrumbs {
    margin-top: 80px;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .products-cat .searchMobile {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .products-cat .searchMobile .vs-input-content {
    margin: 0px auto;
    width: 92%;
  }
  .products-cat .searchMobile .vs-input-content .vs-input__icon {
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #eeeeee;
    box-shadow: none;
  }
  .products-cat .searchMobile .vs-input-content .vs-input:focus ~ .vs-input__icon {
    transform: none;
    background: #30656b;
  }
  .products-cat .searchMobile .vs-input-content .vs-input:focus ~ .vs-input__icon i {
    color: #ffffff;
  }
  .products-cat .searchMobile .vs-input-content input {
    width: 100%;
    font-size: 16px;
    background: #ffffff;
  }
  .products-cat .buttons {
    margin: 20px 0px;
    justify-content: center;
    padding: 0px 15px;
  }
  .products-cat .buttons .vs-select__option button {
    font-size: 12px;
  }
  .products-cat .buttons .vs-select button {
    font-size: 12px;
  }
  .products-cat .buttons .vs-select input {
    font-size: 16px;
  }
  .products-cat .buttons .vs-select input .vs-select__option {
    font-size: 12px !important;
  }
  .products-cat .buttons .compare {
    display: block !important;
  }
  .products-cat .products .product .text .sale-badge {
    bottom: 115%;
  }
  .products-cat .products .product .text .title {
    width: 100%;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .products-cat {
    padding: 90px 20px 0px 20px;
  }
  .products-cat .products-cat {
    padding: 0px;
  }
  .products-cat .products-cat .breadcrumbs {
    margin-bottom: 15px;
  }
  .products-cat .products-cat .title .underline-title {
    display: none;
  }
  .products-cat .products-cat .searchMobile {
    display: block !important;
  }
  .products-cat .products-cat .searchMobile div {
    margin-top: 0px;
  }
  .products-cat .products-cat .buttons {
    margin: 20px 0px;
  }
  .products-cat .products-cat .products {
    margin-top: 20px;
    justify-content: center;
  }
  .products-cat .products-cat .products .product {
    width: 230px;
    margin: 20px 10px;
  }
  .products-cat .compare {
    display: block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .products-cat .products-cat .title h1 {
    font-size: 24px;
  }
  .products-cat .products-cat .buttons {
    margin: 35px 0px;
    justify-content: flex-start;
  }
  .products-cat .products-cat .products {
    justify-content: space-between;
  }
  .products-cat .products-cat .products .product {
    flex-basis: 20%;
    margin: 20px 0px;
    width: auto;
  }
  .products-cat .products-cat .products .product .image img {
    height: 160px;
  }
  .products-cat .products-cat .products .product .text .title {
    padding: 0px 10px;
  }
}

@media (min-width: 281px) and (max-width: 550px) {
  .vs-select__options button {
    font-size: 12px !important;
  }
}
.filterModal .vs-dialog .container-options {
  margin-bottom: 30px;
}
.filterModal .vs-dialog .container-options p {
  margin-bottom: 10px;
}
.filterModal .vs-dialog .container-options .vs-radio-content {
  justify-content: flex-start;
  margin-bottom: 5px;
}
.filterModal .vs-dialog .container-options .vs-radio-content:last-child {
  margin-bottom: 0;
}
.filterModal .vs-dialog .vs-dialog__content h4 {
  margin-bottom: 45px;
  text-align: center;
}
.filterModal .vs-dialog .vs-dialog__content .vs-select-content {
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 25px;
  margin-top: 15px;
}
.filterModal .vs-dialog .vs-dialog__content .vs-select-content .vs-select input {
  font-size: 16px;
}
.filterModal .vs-dialog .vs-dialog__content .vs-button {
  width: 100%;
  margin: 0px auto;
}

.vs-dialog {
  padding: 20px !important;
}
.vs-dialog .notify-pop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.vs-dialog .notify-pop .notify-input {
  width: 100%;
}
.vs-dialog .notify-pop .notify-input .vs-input-content {
  width: 100%;
}
.vs-dialog .notify-pop .notify-input .vs-input-content input {
  font-size: 16px;
  width: 100%;
}
.vs-dialog .notify-pop .notify-input .vs-input-content label {
  width: 100%;
}
.vs-dialog .notify-pop .notify-input .vs-input-content .vs-input__affects {
  display: none;
}
.vs-dialog .notify-pop .notify-input .vs-input-content .vs-input__icon {
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #eeeeee;
  box-shadow: none;
}
.vs-dialog .notify-pop .notify-input .vs-input-content .vs-input:focus ~ .vs-input__icon {
  transform: none;
  background: #5bb984;
}
.vs-dialog .notify-pop .notify-input .vs-input-content .vs-input:focus ~ .vs-input__icon i {
  color: #ffffff;
}
.vs-dialog .notify-pop div {
  width: 100%;
}
.vs-dialog .notify-pop div .vs-button {
  margin: 10px auto;
  width: 100%;
}

.product-page-wrapper {
  animation: fadeIn 450ms;
}
.product-page-wrapper .product-page-data {
  animation: fadeIn 450ms;
}

.product-section {
  max-width: 1903px;
  margin: 0 auto;
}
.product-section .product-section-container {
  display: flex;
  justify-content: space-evenly;
  margin-top: 65px;
}
.product-section .product-section-container .text {
  width: 470px;
}
.product-section .product-section-container .text .title {
  width: 100%;
  margin-bottom: 15px;
}
.product-section .product-section-container .text .title h1 {
  font-size: 32px;
  font-weight: 600;
  color: #191720;
}
.product-section .product-section-container .text .stars {
  display: inline-block;
}
.product-section .product-section-container .text .stars a {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.product-section .product-section-container .text .stars a svg {
  margin: 0px 1px;
}
.product-section .product-section-container .text .stars a p {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #ff6a00;
}
.product-section .product-section-container .text .price {
  display: flex;
  align-items: baseline;
}
.product-section .product-section-container .text .price .new-price {
  color: #ff6a00;
  font-size: 29px;
  font-weight: 600;
}
.product-section .product-section-container .text .price .old-price {
  margin-left: 24px;
  display: flex;
  align-items: baseline;
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 400;
}
.product-section .product-section-container .text .price .old-price p {
  text-decoration: line-through;
}
.product-section .product-section-container .text .checks {
  margin-top: 21px;
}
.product-section .product-section-container .text .checks .check1 {
  display: flex;
  align-items: center;
}
.product-section .product-section-container .text .checks .check1 p {
  margin-left: 9px;
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.product-section .product-section-container .text .count {
  display: flex;
  align-items: center;
  margin-top: 31px;
}
.product-section .product-section-container .text .count .nr-count {
  width: 115px;
  height: 42px;
  border: 1px solid #30656b;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #30656b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px;
}
.product-section .product-section-container .text .count .nr-count button {
  color: #30656b;
  background-color: transparent;
  border: none;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product-section .product-section-container .text .count .stock {
  margin-left: 23px;
  width: 168px;
  height: 42px;
  background: #c2d0d2 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section .product-section-container .text .count .stock p {
  font-size: 17px;
  font-weight: 400;
  color: #30656b;
}
.product-section .product-section-container .text .add-to-cart {
  margin-top: 25px;
  position: relative;
}
.product-section .product-section-container .text .add-to-cart button {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: none;
  font-family: Poppins;
  cursor: pointer;
}
.product-section .product-section-container .text .add-to-cart button:hover {
  background: #598489 0% 0% no-repeat padding-box;
}
.product-section .product-section-container .text .add-to-cart .enter-email {
  position: absolute;
  z-index: 100;
  top: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 20px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.product-section .product-section-container .text .add-to-cart .enter-email .fline {
  display: flex;
}
.product-section .product-section-container .text .add-to-cart .enter-email input {
  width: 90%;
  border: none;
  font-family: Poppins;
}
.product-section .product-section-container .text .add-to-cart .enter-email input:focus {
  outline: none;
}
.product-section .product-section-container .text .add-to-cart .enter-email .notify {
  height: 40px;
  font-size: 16px;
  background-color: #c2d0d2;
  color: #30656b;
}
.product-section .product-section-container .text .add-to-cart .enter-email .notify:hover {
  background-color: #aac2c5;
}
.product-section .product-section-container .text .add-to-cart .enter-email p {
  color: #ff2424;
  font-size: 13px;
}
.product-section .product-section-container .text .under-add {
  margin-top: 25px;
}
.product-section .product-section-container .text .under-add .first {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product-section .product-section-container .text .under-add .first img {
  width: 70px;
  margin-right: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 281px) and (max-width: 1024px) {
  .product-section .product-section-container .text .under-add .first {
    justify-content: center;
  }
  .product-section .product-section-container .text .under-add .second {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .product-section .product-section-container .text .under-add .second img {
    width: 90%;
  }
}
.product-section .product-section-container .buttons {
  width: 216px;
}
.product-section .product-section-container .buttons .fav {
  margin-bottom: 17px;
}
.product-section .product-section-container .buttons .fav button {
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100%;
  height: 38px;
  background: #c2d0d2 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #30656b;
  border: none;
  align-items: center;
  justify-content: center;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
}
.product-section .product-section-container .buttons .fav button svg {
  position: absolute;
  top: 12px;
  left: 12px;
}
.product-section .product-section-container .buttons .fav button p {
  margin-left: 15px;
}
.product-section .product-section-container .buttons .fav .isFavorite {
  background-color: #30656b;
  color: white;
  cursor: pointer;
}
.product-section .product-section-container .buttons .share button {
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100%;
  height: 38px;
  background: #c2d0d2 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #30656b;
  border: none;
  align-items: center;
  justify-content: center;
  font-family: Poppins;
  font-size: 13px;
}
.product-section .product-section-container .buttons .share button svg {
  position: absolute;
  top: 12px;
  left: 12px;
}
.product-section .product-section-container .buttons .share button p {
  margin-left: 15px;
}
.product-section .sticky-header {
  visibility: hidden;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  max-height: 1px;
  left: 0;
}
.product-section .sticky-header .sticky-header-wrapper {
  max-width: 1903px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.product-section .sticky-header .image img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.product-section .sticky-header .title {
  width: 420px;
}
.product-section .sticky-header .title h2 {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.product-section .sticky-header .title .product-category {
  margin-top: 10px;
  background: #ffd2b2 0% 0% no-repeat padding-box;
  color: #ff6a00;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 25px;
  border-radius: 5px;
}
.product-section .sticky-header .reviews {
  margin-top: 0;
}
.product-section .sticky-header .reviews a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.product-section .sticky-header .reviews a p {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #ff6a00;
  text-decoration: none;
}
.product-section .sticky-header .price .oldPrice {
  font-size: 13px;
  font-weight: 400;
  color: #646464;
  display: flex;
  align-items: baseline;
}
.product-section .sticky-header .price .oldPrice p {
  text-decoration: line-through;
  margin-right: 5px;
}
.product-section .sticky-header .price .newPrice {
  font-size: 16px;
  font-weight: 500;
  color: #ff6a00;
}
.product-section .sticky-header .cart {
  width: 240px;
}
.product-section .sticky-header .cart button {
  width: 100%;
  height: 35px;
  border-radius: 10px;
  border: none;
  background-color: #30656b;
  color: white;
  font-family: Poppins;
  font-size: 12px;
  cursor: pointer;
}
.product-section .sticky-header .cart button:hover {
  background-color: #598489;
}
.product-section .sticky-header .addToFav button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  border: none;
  background-color: #f6f6f6;
  cursor: pointer;
}
@media (min-width: 281px) and (max-width: 550px) {
  .product-section .product-section-container {
    flex-direction: column;
    margin-top: 90px;
  }
  .product-section .product-section-container .image-slider {
    padding: 0 20px;
  }
  .product-section .product-section-container .text {
    width: 100%;
  }
  .product-section .product-section-container .text .title {
    margin-top: 25px;
    padding: 0px 20px;
  }
  .product-section .product-section-container .text .title h1 {
    font-size: 20px;
  }
  .product-section .product-section-container .text .stars {
    width: 100%;
    padding: 0px 20px;
    display: flex;
    justify-content: flex-start;
  }
  .product-section .product-section-container .text .price {
    padding: 0px 20px;
  }
  .product-section .product-section-container .text .price .new-price {
    font-size: 25px;
  }
  .product-section .product-section-container .text .count {
    justify-content: space-between;
    padding: 0px 15px;
  }
  .product-section .product-section-container .text .count .stock {
    margin: 0px;
  }
  .product-section .product-section-container .text .checks .check1 {
    margin-left: 16px;
  }
  .product-section .product-section-container .text .add-to-cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product-section .product-section-container .text .add-to-cart button {
    width: 93vw;
  }
  .product-section .product-section-container .text .add-to-cart .oferta-perso {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .product-section .product-section-container .text .add-to-cart .oferta-perso button {
    width: auto;
  }
  .product-section .product-section-container .buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .product-section .product-section-container .buttons .fav {
    width: 100%;
    display: flex;
    justify-content: center;
    animation: all 0.3s ease-in-out;
  }
  .product-section .product-section-container .buttons .fav button {
    width: 60%;
    animation: all 0.3s ease-in-out;
  }
  .product-section .product-section-container .buttons .share {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .product-section .product-section-container .buttons .share button {
    width: 60%;
    font-size: 13px;
  }
  .product-section .sticky {
    padding: 15px 13px;
  }
  .product-section .sticky-header {
    animation: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
  }
  .product-section .sticky-header .image {
    display: none;
  }
  .product-section .sticky-header .title {
    display: none;
  }
  .product-section .sticky-header .reviews {
    display: none;
  }
  .product-section .sticky-header .price {
    margin-right: 20px;
    width: 35vw;
  }
  .product-section .sticky-header .price .oldPrice p {
    font-size: 9px;
  }
  .product-section .sticky-header .price .oldPrice span {
    font-size: 9px;
  }
  .product-section .sticky-header .price .newPrice {
    font-size: 15px;
  }
  .product-section .sticky-header .cart {
    width: 70%;
    margin-right: 15px;
    display: flex;
    align-items: center;
  }
  .product-section .sticky-header .cart button {
    font-size: 11px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .product-section .product-section-container {
    flex-direction: column;
    padding: 20px;
  }
  .product-section .product-section-container .image-slider {
    padding: 0 20px;
  }
  .product-section .product-section-container .image-slider .carousel {
    width: 100%;
  }
  .product-section .product-section-container .text {
    width: 100%;
  }
  .product-section .product-section-container .text .title h1 {
    font-size: 24px;
  }
  .product-section .product-section-container .text .stars a svg {
    height: 20px;
  }
  .product-section .product-section-container .text .stars a p {
    display: flex;
    align-items: center;
  }
  .product-section .product-section-container .text .count {
    justify-content: center;
  }
  .product-section .product-section-container .buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product-section .product-section-container .buttons .fav,
  .product-section .product-section-container .buttons .share {
    width: 60%;
  }
  .product-section .sticky-header {
    padding: 10px;
  }
  .product-section .sticky-header .image img {
    width: 55px;
    height: 55px;
  }
  .product-section .sticky-header .title {
    width: 70%;
    padding: 0px 10px;
  }
  .product-section .sticky-header .title h2 {
    font-size: 13px;
  }
  .product-section .sticky-header .title .product-category {
    margin: 5px 0px;
    width: 100%;
  }
  .product-section .sticky-header .reviews {
    display: none;
  }
  .product-section .sticky-header .price {
    padding: 0px 10px;
  }
  .product-section .sticky-header .price .oldPrice p {
    font-size: 10px;
  }
  .product-section .sticky-header .price .oldPrice span {
    font-size: 10px;
  }
  .product-section .sticky-header .price .newPrice {
    font-size: 13px;
  }
  .product-section .sticky-header .cart {
    width: 150px;
    margin-right: 15px;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .product-section .product-section-container {
    flex-direction: column;
    padding: 20px;
  }
  .product-section .product-section-container .image-slider {
    padding: 0 20px;
  }
  .product-section .product-section-container .image-slider .carousel {
    width: 100%;
  }
  .product-section .product-section-container .image-slider .carousel .slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-section .product-section-container .text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-section .product-section-container .text .title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-section .product-section-container .text .title h1 {
    width: 60%;
    font-size: 24px;
  }
  .product-section .product-section-container .text .stars {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-section .product-section-container .text .stars a svg {
    height: 20px;
  }
  .product-section .product-section-container .text .stars a p {
    display: flex;
    align-items: center;
  }
  .product-section .product-section-container .text .price {
    flex-basis: 45%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .product-section .product-section-container .text .price .old-price {
    margin: 0px;
  }
  .product-section .product-section-container .text .checks {
    flex-basis: 45%;
    margin: 0px;
  }
  .product-section .product-section-container .text .count {
    justify-content: center;
    flex-basis: 100%;
  }
  .product-section .product-section-container .text .add-to-cart {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .product-section .product-section-container .text .add-to-cart button {
    width: 50%;
  }
  .product-section .product-section-container .text .add-to-cart .oferta-perso button {
    width: 100%;
  }
  .product-section .product-section-container .buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product-section .product-section-container .buttons .fav,
  .product-section .product-section-container .buttons .share {
    width: 30%;
  }
  .product-section .sticky-header {
    padding: 10px;
  }
  .product-section .sticky-header .image img {
    width: 55px;
    height: 55px;
  }
  .product-section .sticky-header .title {
    width: 35%;
    padding: 0px 10px;
  }
  .product-section .sticky-header .title h2 {
    font-size: 13px;
  }
  .product-section .sticky-header .title .product-category {
    margin: 5px 0px;
    width: 100%;
  }
  .product-section .sticky-header .reviews {
    margin: 0px;
  }
  .product-section .sticky-header .price {
    padding: 0px 10px;
  }
  .product-section .sticky-header .price .oldPrice p {
    font-size: 10px;
  }
  .product-section .sticky-header .price .oldPrice span {
    font-size: 10px;
  }
  .product-section .sticky-header .price .newPrice {
    font-size: 13px;
  }
  .product-section .sticky-header .cart {
    width: 150px;
    margin-right: 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1650px) {
  .product-section .product-section-container {
    padding: 20px;
  }
  .product-section .product-section-container .image-slider {
    flex-basis: 25%;
    padding-right: 30px;
  }
  .product-section .product-section-container .image-slider .carousel {
    width: 500px;
  }
  .product-section .product-section-container .image-slider .carousel .main .slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-section .product-section-container .image-slider .carousel .main .slide img {
    width: 497.5px;
    height: 338.3px;
  }
  .product-section .product-section-container .text {
    flex-basis: 47%;
  }
  .product-section .product-section-container .buttons {
    flex-basis: 14%;
  }
  .product-section .product-section-container .buttons .share button p {
    font-size: 13px;
  }
  .product-section .sticky-header {
    padding: 10px;
  }
  .product-section .sticky-header .image img {
    width: 55px;
    height: 55px;
  }
  .product-section .sticky-header .title {
    width: 35%;
    padding: 0px 10px;
  }
  .product-section .sticky-header .title h2 {
    font-size: 13px;
  }
  .product-section .sticky-header .title .product-category {
    margin: 5px 0px;
    width: 100%;
  }
  .product-section .sticky-header .reviews {
    margin: 0px;
  }
  .product-section .sticky-header .price {
    padding: 0px 10px;
  }
  .product-section .sticky-header .price .oldPrice p {
    font-size: 10px;
  }
  .product-section .sticky-header .price .oldPrice span {
    font-size: 10px;
  }
  .product-section .sticky-header .price .newPrice {
    font-size: 13px;
  }
  .product-section .sticky-header .cart {
    width: 150px;
    margin-right: 15px;
  }
}

.carousel {
  width: 600px;
}
.carousel .main {
  position: relative;
}
.carousel .main .slide img {
  width: 597px;
  height: 406px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
.carousel .main .agile__actions .agile__nav-button--prev {
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
}
.carousel .main .agile__actions .agile__nav-button--next {
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
}
.carousel .main .agile__actions button {
  width: 50px;
  height: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  border: none;
}
.carousel .thumbnails .slide img {
  margin: 15px 25px;
  width: 100px;
  height: 75px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel .thumbnails .agile__actions {
  display: none;
}
.carousel .thumbnails button {
  width: 50px;
  height: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  border: none;
}
@media (min-width: 281px) and (max-width: 550px) {
  .carousel {
    width: 100%;
  }
  .carousel .main .slide img {
    width: 100%;
    height: 25vh;
  }
  .carousel .thumbnails .slide img {
    width: 60px;
    height: 50px;
    margin: 5px 26px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .carousel .main .slide img {
    width: 100%;
    height: 30vh;
  }
  .carousel .thumbnails .slide {
    display: flex;
    justify-content: center;
  }
}

.description-tabs {
  margin-top: 30px;
}
.description-tabs .tabs {
  display: flex;
  justify-content: center;
}
.description-tabs .tabs button {
  min-width: 180px;
}
.description-tabs .tabs .descrip-tabs {
  font-size: 16px;
  padding: 0px 5px;
}
.description-tabs .tabs .desc {
  margin-right: 30px;
}
.description-tabs .tabs .desc,
.description-tabs .tabs .specif {
  cursor: pointer;
  width: 236px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #bcbcbc;
  background: #e2e2e2 0% 0% no-repeat padding-box;
}
.description-tabs .tabs .active {
  color: #30656b;
  background: #c2d0d2 0% 0% no-repeat padding-box;
}
.description-tabs .description-container {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.description-tabs .description-container .description {
  width: 50%;
  color: #191720;
}
.description-tabs .description-container .description h3 {
  margin-bottom: 24px;
}
.description-tabs .description-container .description img {
  margin: 30px 0px;
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.description-tabs .specifications-container {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #191720;
}
.description-tabs .specifications-container .specifications {
  width: 50%;
}
.description-tabs .specifications-container .specifications h3 {
  margin-bottom: 24px;
}
.description-tabs .specifications-container .specifications img {
  margin: 30px 0px;
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
.description-tabs .specifications-container .specifications table {
  width: 100%;
  padding: 40px;
}
.description-tabs .specifications-container .specifications table td {
  padding: 15px;
  border: 1px solid #30656b;
}
@media (min-width: 281px) and (max-width: 550px) {
  .description-tabs {
    margin-top: 60px;
  }
  .description-tabs .tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }
  .description-tabs .tabs .desc {
    margin: 0px;
    width: 85%;
    margin-bottom: 20px;
  }
  .description-tabs .tabs .specif {
    width: 85%;
  }
  .description-tabs .description-container {
    margin-top: 40px;
  }
  .description-tabs .description-container .description {
    width: 85%;
  }
  .description-tabs .description-container .description img {
    height: auto;
  }
  .description-tabs .specifications-container {
    margin-top: 40px;
  }
  .description-tabs .specifications-container .specifications {
    width: 85%;
  }
  .description-tabs .specifications-container .specifications table {
    padding: 0px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .description-tabs .description-container .description {
    width: 80%;
  }
  .description-tabs .specifications-container .specifications {
    width: 80%;
  }
  .description-tabs .specifications-container .specifications table {
    padding: 0px;
  }
}

.also-like {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 100px;
}
.also-like .title {
  margin: 80px 0px 0px 0px;
}
.also-like .title h1 {
  color: #191720;
  font-size: 24px;
  font-weight: 600;
  margin-left: 30px;
}
.also-like .products .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 50px 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  position: relative;
  width: 290px;
  height: 500px;
}
.also-like .products .product .image img {
  width: 290px;
  height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
}
.also-like .products .product .image .fav {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}
.also-like .products .product .image .fav .fav-container {
  width: 32px;
  height: 32px;
  background: #f0f0f0 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.also-like .products .product .image .fav .fav-container svg:hover {
  transform: scale(1.15);
}
.also-like .products .product .text {
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px auto;
}
.also-like .products .product .text h3 {
  width: 80%;
  font-size: 20px;
  color: #191720;
  font-weight: 500;
  margin: 0 auto;
}
.also-like .products .product .text .sale-badge {
  background: #ff6a00 0% 0% no-repeat padding-box;
  width: 43px;
  height: 22px;
  color: white;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 45px;
}
.also-like .products .product .text .old-price {
  color: #bcbcbc;
  text-decoration-line: line-through;
  font-size: 13px;
  font-weight: 500;
}
.also-like .products .product .text h4 {
  color: #ff6a00;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.also-like .products .product .add-to-cart {
  width: 100%;
  display: flex;
  justify-content: center;
}
.also-like .products .product .add-to-cart button {
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 7px;
  width: 90%;
  color: white;
  border: none;
  height: 40px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
  cursor: pointer;
}
.also-like .products .product .add-to-cart button:hover {
  background: #598489 0% 0% no-repeat padding-box;
}
@media (min-width: 281px) and (max-width: 550px) {
  .also-like {
    padding: 0px;
  }
  .also-like .products {
    margin-top: 20px;
  }
  .also-like .products .VueCarousel-wrapper {
    padding-bottom: 10px;
  }
  .also-like .products .title h1 {
    font-size: 24px;
  }
  .also-like .products .product {
    margin: 0px 20px;
    height: 100%;
    width: 92%;
  }
  .also-like .products .product .image {
    display: flex;
    justify-content: center;
  }
  .also-like .products .product .image img {
    width: 170px;
    height: 20vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .also-like .products .product .text h3 {
    font-size: 16px;
  }
  .also-like .products .product .text .sale-badge {
    bottom: 15px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .also-like {
    padding: 0px;
  }
  .also-like .products {
    margin-top: 20px;
  }
  .also-like .products .VueCarousel-wrapper {
    padding-bottom: 10px;
  }
  .also-like .products .title h1 {
    font-size: 24px;
  }
  .also-like .products .product {
    margin: 0px 20px;
    height: 100%;
    width: 230px;
  }
  .also-like .products .product .image {
    display: flex;
    justify-content: center;
  }
  .also-like .products .product .image img {
    width: 170px;
    height: 20vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .also-like .products .product .text h3 {
    font-size: 16px;
  }
  .also-like .products .product .text .sale-badge {
    bottom: 15px;
  }
}

.reviews-page {
  margin-top: 0px;
}
.reviews-page .container-reviews {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1200px;
  margin: 50px auto;
}
.reviews-page .container-reviews .title {
  display: flex;
  align-items: center;
}
.reviews-page .container-reviews .title a {
  display: flex;
  align-items: center;
}
.reviews-page .container-reviews .title a svg {
  stroke: 1px solid #191720;
}
.reviews-page .container-reviews .title h1 {
  margin-left: 30px;
  color: #191720;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.reviews-page .container-reviews .stars-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
}
.reviews-page .container-reviews .stars-container .stars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 20%;
}
.reviews-page .container-reviews .stars-container .stars .rating {
  color: #191720;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}
.reviews-page .container-reviews .stars-container .stars .star {
  display: flex;
  justify-content: center;
}
.reviews-page .container-reviews .stars-container .stars .star svg {
  margin: 4px;
}
.reviews-page .container-reviews .stars-container .stars .user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
}
.reviews-page .container-reviews .stars-container .stars .user svg {
  width: 10px;
  height: 12px;
  margin-right: 6px;
}
.reviews-page .container-reviews .stars-container .stars .user p {
  font-size: 13px;
  font-weight: 400;
  color: #191720;
}
.reviews-page .container-reviews .stars-container .progress-bars {
  flex: 1;
}
.reviews-page .container-reviews .stars-container .progress-bars .nr-stars {
  display: flex;
  align-items: center;
}
.reviews-page .container-reviews .stars-container .progress-bars .nr-stars p {
  font-size: 13px;
  font-weight: 400;
  color: #191720;
  text-align: right;
  width: 45px;
}
.reviews-page .container-reviews .stars-container .progress-bars .nr-stars .bar {
  width: 80%;
  height: 5px;
  background: #e2e2e2 0% 0% no-repeat padding-box;
  border-radius: 20px;
  margin: 0px 0px 0px 16px;
}
.reviews-page .container-reviews .stars-container .progress-bars .nr-stars .bar .progress {
  height: 5px;
  background: #ff6a00 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.reviews-page .container-reviews .stars-container .filters .sortSelect {
  margin-top: 5px;
}
.reviews-page .container-reviews .stars-container .filters .filter {
  display: flex;
  width: 86px;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #f6f6f6 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: none;
  margin-right: 22px;
  cursor: pointer;
}
.reviews-page .container-reviews .stars-container .filters .filter svg {
  position: absolute;
  top: 14px;
  left: 12px;
}
.reviews-page .container-reviews .stars-container .filters .filter p {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  font-family: Poppins;
  margin-left: 13px;
}
.reviews-page .container-reviews .stars-container .filters .filter:hover {
  background: #e4e4e4 0% 0% no-repeat padding-box;
}
.reviews-page .container-reviews .stars-container .filters .sort {
  background: #f6f6f6 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  width: 86px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
  cursor: pointer;
}
.reviews-page .container-reviews .stars-container .filters .sort svg {
  position: absolute;
  top: 12px;
  left: 12px;
}
.reviews-page .container-reviews .stars-container .filters .sort p {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  font-family: Poppins;
  margin-left: 15px;
}
.reviews-page .container-reviews .stars-container .filters .sort:hover {
  background: #e4e4e4 0% 0% no-repeat padding-box;
}
.reviews-page .container-reviews .buttons-container {
  display: flex;
  margin: 30px 0px;
}
.reviews-page .container-reviews .buttons-container button {
  margin-left: auto;
}
.reviews-page .container-reviews .reviews-container .review {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}
.reviews-page .container-reviews .reviews-container .review .review-header {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.reviews-page .container-reviews .reviews-container .review .review-header .image {
  margin-right: 20px;
  height: 70px;
  width: 70px;
}
.reviews-page .container-reviews .reviews-container .review .review-header .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.reviews-page .container-reviews .reviews-container .review .review-header .name {
  margin-right: 20px;
}
.reviews-page .container-reviews .reviews-container .review .review-header .name h2 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.reviews-page .container-reviews .reviews-container .review .review-header .name .verified {
  display: flex;
  align-items: center;
}
.reviews-page .container-reviews .reviews-container .review .review-header .name .verified svg {
  margin-right: 8px;
}
.reviews-page .container-reviews .reviews-container .review .review-header .name .verified p {
  font-size: 10px;
  font-weight: 500;
  color: #ff6a00;
}
.reviews-page .container-reviews .reviews-container .review .review-header .date {
  display: flex;
  align-items: center;
}
.reviews-page .container-reviews .reviews-container .review .review-header .date .circle-container {
  margin-right: 20px;
}
.reviews-page .container-reviews .reviews-container .review .review-header .date .circle-container .circle {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #191720 0% 0% no-repeat padding-box;
}
.reviews-page .container-reviews .reviews-container .review .review-header .date .reviewDate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reviews-page .container-reviews .reviews-container .review .review-header .date .reviewDate .stars-container {
  margin-top: 0px;
  margin-bottom: 5px;
}
.reviews-page .container-reviews .reviews-container .review .review-header .date .reviewDate p {
  font-size: 12px;
  color: #191720;
  font-weight: 500;
}
.reviews-page .container-reviews .reviews-container .review .text {
  flex-basis: 100%;
  margin-top: 16px;
}
.reviews-page .container-reviews .reviews-container .review .text .review-title {
  margin-bottom: 10px;
}
.reviews-page .container-reviews .reviews-container .review .text .review-title h2 {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.reviews-page .container-reviews .reviews-container .review .text .review-description p {
  font-size: 12px;
  font-weight: 400;
  color: #191720;
}
.reviews-page .container-reviews .reviews-container .review .buttons {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
}
.reviews-page .container-reviews .reviews-container .review .buttons .comment {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.reviews-page .container-reviews .reviews-container .review .buttons .comment svg {
  margin-right: 7px;
}
.reviews-page .container-reviews .reviews-container .review .buttons .comment p {
  font-size: 10px;
  font-weight: 500;
  color: #ff6a00;
}
.reviews-page .container-reviews .reviews-container .review .buttons .like {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.reviews-page .container-reviews .reviews-container .review .buttons .like div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 7px;
}
.reviews-page .container-reviews .reviews-container .review .buttons .like p {
  font-size: 10px;
  font-weight: 500;
  color: #ff6a00;
}
.reviews-page .container-reviews .reviews-container .review .comments {
  margin: 15px 5px;
  width: 100%;
}
.reviews-page .container-reviews .reviews-container .review .comments .comment-container {
  margin-bottom: 15px;
}
.reviews-page .container-reviews .reviews-container .review .comments .comment-container .name {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.reviews-page .container-reviews .reviews-container .review .comments .comment-container .name h3 {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
}
.reviews-page .container-reviews .reviews-container .review .comments .comment-container .name .circle-container {
  margin-right: 20px;
  margin-left: 20px;
}
.reviews-page .container-reviews .reviews-container .review .comments .comment-container .name .circle-container .circle {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #191720 0% 0% no-repeat padding-box;
}
.reviews-page .container-reviews .reviews-container .review .comments .comment-container .name p {
  font-size: 12px;
  font-weight: 300;
  color: #88888c;
}
.reviews-page .container-reviews .reviews-container .review .comments .comment-container .comm {
  margin-top: 10px;
  padding-left: 45px;
}
.reviews-page .container-reviews .reviews-container .review .comments .comment-container .comm p {
  font-size: 12px;
  font-weight: 400;
  color: #191720;
}
.reviews-page .container-reviews .reviews-container .review .comments .add-comment {
  border-top: 1px solid #eeeeee;
}
.reviews-page .container-reviews .reviews-container .review .comments .add-comment p {
  font-size: 14px;
  font-weight: 300;
  color: #88888c;
  margin-top: 15px;
}
.reviews-page .container-reviews .reviews-container .review .comments .add-comment p.errorAdd {
  color: red;
  margin-top: 5px;
}
.reviews-page .container-reviews .reviews-container .review .comments .add-comment textarea {
  width: 100%;
  padding: 10px;
  background: #f4f7f8 0% 0% no-repeat padding-box;
  border-radius: 5px;
  border: none;
  font-size: 13px;
  font-weight: 400;
  max-width: 100%;
  min-width: 40%;
  min-height: 150px;
}
.reviews-page .container-reviews .reviews-container .review .comments .add-comment textarea:focus {
  outline: none;
  border: none;
}
.reviews-page .container-reviews .reviews-container .review .comments .add-comment button {
  float: right;
}
@media (min-width: 281px) and (max-width: 550px) {
  .reviews-page {
    margin-top: 75px;
  }
  .reviews-page .container-reviews {
    width: 100%;
    padding: 0px 15px;
  }
  .reviews-page .container-reviews .title h1 {
    font-size: 16px;
  }
  .reviews-page .container-reviews .stars-container {
    flex-direction: column;
  }
  .reviews-page .container-reviews .stars-container .stars {
    margin-bottom: 15px;
    flex-basis: unset;
    width: 100%;
  }
  .reviews-page .container-reviews .stars-container .progress-bars {
    width: 100%;
  }
  .reviews-page .container-reviews .stars-container .progress-bars .nr-stars p {
    font-size: 10px;
  }
  .reviews-page .container-reviews .vs-select-content {
    max-width: 90% !important;
  }
  .reviews-page .container-reviews .buttons-container .buttons {
    flex-direction: column;
  }
  .reviews-page .container-reviews .buttons-container .buttons .vs-button {
    margin: 0px 0px 20px 0px;
    width: 90%;
  }
  .reviews-page .container-reviews .buttons-container .buttons .filterSelect {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .reviews-page .container-reviews .buttons-container .buttons .filterSelect input {
    padding-left: 8px;
    font-size: 16px;
  }
  .reviews-page .container-reviews .buttons-container .buttons .sortSelect {
    font-size: 16px;
  }
  .reviews-page .container-reviews .buttons-container .buttons .sortSelect label {
    font-size: 16px;
  }
  .reviews-page .container-reviews .buttons-container .buttons .sortSelect input {
    font-size: 16px;
  }
  .reviews-page .container-reviews .reviews-container .review {
    padding: 15px;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .image {
    margin-right: 0;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .name {
    margin-right: 0;
    margin-top: 15px;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .date .circle-container {
    display: none;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .date .reviewDate {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .date .reviewDate .stars-container {
    flex-direction: row;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .date .reviewDate p {
    margin-left: 10px;
  }
  .reviews-page .container-reviews .reviews-container .review .comments .add-comment textarea {
    font-size: 16px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .reviews-page .container-reviews {
    width: 100%;
    padding: 0px 15px;
    margin-top: 75px;
  }
  .reviews-page .container-reviews .title h1 {
    font-size: 20px;
  }
  .reviews-page .container-reviews .stars-container {
    flex-direction: column;
  }
  .reviews-page .container-reviews .stars-container .stars {
    margin-bottom: 15px;
    flex-basis: unset;
    width: 100%;
  }
  .reviews-page .container-reviews .stars-container .progress-bars {
    width: 100%;
  }
  .reviews-page .container-reviews .stars-container .progress-bars .nr-stars p {
    font-size: 10px;
  }
  .reviews-page .container-reviews .vs-select-content {
    max-width: 90% !important;
  }
  .reviews-page .container-reviews .buttons-container .buttons {
    flex-direction: column;
  }
  .reviews-page .container-reviews .buttons-container .buttons .vs-button {
    margin: 0px 0px 20px 0px;
    width: 90%;
  }
  .reviews-page .container-reviews .buttons-container .buttons .filterSelect {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .reviews-page .container-reviews .buttons-container .buttons .filterSelect input {
    padding-left: 8px;
    font-size: 16px;
  }
  .reviews-page .container-reviews .buttons-container .buttons .sortSelect {
    font-size: 16px;
  }
  .reviews-page .container-reviews .buttons-container .buttons .sortSelect label {
    font-size: 16px;
  }
  .reviews-page .container-reviews .buttons-container .buttons .sortSelect input {
    font-size: 16px;
  }
  .reviews-page .container-reviews .reviews-container .review {
    padding: 15px;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .image {
    margin-right: 0;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .name {
    margin-right: 0;
    margin-top: 15px;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .date .circle-container {
    display: none;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .date .reviewDate {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .date .reviewDate .stars-container {
    flex-direction: row;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .date .reviewDate p {
    margin-left: 10px;
  }
  .reviews-page .container-reviews .reviews-container .review .comments .add-comment textarea {
    font-size: 16px;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .reviews-page .container-reviews {
    width: 100%;
    padding: 0px 15px;
    margin-top: 75px;
  }
  .reviews-page .container-reviews .title h1 {
    font-size: 20px;
  }
  .reviews-page .container-reviews .stars-container {
    flex-direction: column;
  }
  .reviews-page .container-reviews .stars-container .stars {
    margin-bottom: 15px;
    flex-basis: unset;
    width: 100%;
  }
  .reviews-page .container-reviews .stars-container .progress-bars {
    width: 100%;
  }
  .reviews-page .container-reviews .stars-container .progress-bars .nr-stars p {
    font-size: 10px;
  }
  .reviews-page .container-reviews .vs-select-content {
    max-width: 90% !important;
  }
  .reviews-page .container-reviews .buttons-container .buttons {
    flex-direction: column;
  }
  .reviews-page .container-reviews .buttons-container .buttons .vs-button {
    margin: 0px 0px 20px 0px;
    width: 90%;
  }
  .reviews-page .container-reviews .buttons-container .buttons .filterSelect {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .reviews-page .container-reviews .buttons-container .buttons .filterSelect input {
    padding-left: 8px;
    font-size: 16px;
  }
  .reviews-page .container-reviews .buttons-container .buttons .sortSelect {
    font-size: 16px;
  }
  .reviews-page .container-reviews .buttons-container .buttons .sortSelect label {
    font-size: 16px;
  }
  .reviews-page .container-reviews .buttons-container .buttons .sortSelect input {
    font-size: 16px;
  }
  .reviews-page .container-reviews .reviews-container .review {
    padding: 15px;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .image {
    margin-right: 0;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .name {
    margin-right: 0;
    margin-top: 15px;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .date .circle-container {
    display: none;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .date .reviewDate {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .date .reviewDate .stars-container {
    flex-direction: row;
  }
  .reviews-page .container-reviews .reviews-container .review .review-header .date .reviewDate p {
    margin-left: 10px;
  }
  .reviews-page .container-reviews .reviews-container .review .comments .add-comment textarea {
    font-size: 16px;
  }
}

.vs-select__options button {
  font-size: 16px;
}

.add-review-modal .vs-input {
  width: 100%;
}
.add-review-modal .title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #191720;
  margin-bottom: 30px;
}
.add-review-modal .select-stars {
  font-size: 14px;
  font-weight: 300;
  color: #88888c;
}
.add-review-modal textarea {
  width: 100%;
  padding: 10px;
  background: #f4f7f8 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: none;
  font-size: 13px;
  font-weight: 400;
  max-width: 100%;
  min-width: 40%;
}
.add-review-modal textarea:focus {
  outline: none;
  border: none;
}
.add-review-modal .vs-button {
  width: 100%;
  margin: 0px auto;
}
@media (min-width: 281px) and (max-width: 550px) {
  .add-review-modal .vs-input {
    font-size: 16px;
  }
  .add-review-modal .vs-input input::-moz-placeholder {
    font-size: 12px;
  }
  .add-review-modal .vs-input input::placeholder {
    font-size: 12px;
  }
  .add-review-modal textarea {
    font-size: 16px;
  }
  .add-review-modal textarea::-moz-placeholder {
    font-size: 12px;
  }
  .add-review-modal textarea::placeholder {
    font-size: 12px;
  }
}

.cart-container {
  display: flex;
}
.cart-container .cart-items-container {
  flex: 1;
}
.cart-container .cart-summary-container {
  width: 880px;
  padding: 75px 75px 75px 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 281px) and (max-width: 550px) {
  .cart-container {
    flex-direction: column;
  }
  .cart-container .cart-summary-container {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .cart-container {
    flex-direction: column;
  }
  .cart-container .cart-summary-container {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1650px) {
  .cart-container {
    justify-content: space-between;
  }
  .cart-container .cart-items-container {
    flex-basis: 62%;
    width: 100%;
  }
  .cart-container .cart-summary-container {
    flex-basis: 38%;
    width: 100%;
    padding: 10px 20px;
  }
}

.cart-items {
  margin-top: 50px;
}
.cart-items .title {
  display: flex;
  margin-bottom: 40px;
  margin-left: 140px;
}
.cart-items .title h1 {
  font-size: 24px;
  font-weight: 600;
  color: #191720;
}
.cart-items .continue-shop {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 140px;
}
.cart-items .products {
  margin-left: 50px;
}
.cart-items .products .product {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.cart-items .products .product .product-count {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  width: 29px;
}
.cart-items .products .product .product-count .symbol {
  background: #c2d0d2 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #30656b;
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cart-items .products .product .product-count p {
  font-size: 17px;
  font-weight: 500;
  color: #191720;
}
.cart-items .products .product .image {
  position: relative;
}
.cart-items .products .product .image img {
  width: 143px;
  height: 143px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-items .products .product .image .sale-badge {
  background: #ff6a00 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  top: 0px;
  right: 18px;
  width: 27px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-items .products .product .image .sale-badge p {
  color: white;
  font-size: 10px;
  font-weight: 500;
}
.cart-items .products .product .product-text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 0px;
}
.cart-items .products .product .product-text h2 {
  font-size: 21px;
  font-weight: 500;
  color: #191720;
  width: 450px;
}
.cart-items .products .product .product-text .price {
  display: flex;
  align-items: baseline;
}
.cart-items .products .product .product-text .price h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ff6a00;
}
.cart-items .products .product .product-text .price p {
  font-size: 13px;
  color: #bcbcbc;
  text-decoration: line-through;
  margin-left: 16px;
}
.cart-items .products .product .buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.cart-items .products .product .buttons .delete {
  background: #ffb2b2 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cart-items .products .product .buttons .compare {
  background: #c2d0d2 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 281px) and (max-width: 550px) {
  .cart-items .title {
    margin: 80px 0px 20px 0px;
    display: flex;
    justify-content: center;
  }
  .cart-items .title h1 {
    font-size: 16px;
  }
  .cart-items .continue-shop {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 10px;
  }
  .cart-items .products {
    margin: 0px;
  }
  .cart-items .products .product .product-count {
    justify-content: center;
    align-items: center;
  }
  .cart-items .products .product .product-count .symbol {
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
  }
  .cart-items .products .product .image {
    display: flex;
    align-items: center;
  }
  .cart-items .products .product .image img {
    width: 15vw;
    height: 15vw;
  }
  .cart-items .products .product .image .sale-badge {
    top: 20%;
    width: 35px;
    border-radius: 0px;
    height: 20px;
    right: 3vw;
  }
  .cart-items .products .product .product-text h2 {
    font-size: 15px;
    width: 40vw;
  }
  .cart-items .products .product .product-text .price h3 {
    font-size: 15px;
  }
  .cart-items .products .product .product-text .price p {
    font-size: 10px;
    margin-left: 8px;
  }
  .cart-items .products .product .buttons .delete {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .cart-items {
    margin-top: 100px;
  }
  .cart-items .title {
    justify-content: center;
    text-align: center;
    margin: 20px 0px 50px 0px;
  }
  .cart-items .continue-shop {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 10px;
  }
  .cart-items .products {
    margin: 0px;
    padding: 0px 20px;
  }
  .cart-items .products .product {
    padding: 0px 30px;
    justify-content: space-between;
  }
  .cart-items .products .product .product-count {
    flex-basis: 10%;
    justify-content: center;
    align-items: center;
  }
  .cart-items .products .product .image {
    display: flex;
    justify-content: center;
    flex-basis: 20%;
    align-items: center;
    margin: 0px 20px;
  }
  .cart-items .products .product .image img {
    width: 15vw;
    height: 15vw;
  }
  .cart-items .products .product .image .sale-badge {
    border-radius: 2px;
    width: 40px;
  }
  .cart-items .products .product .product-text {
    flex-basis: 60%;
  }
  .cart-items .products .product .product-text h2 {
    font-size: 16px;
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .cart-items {
    padding: 0px 20px;
    width: 100%;
    margin: 0px;
  }
  .cart-items .title {
    margin: 0px 0px 30px 0px;
  }
  .cart-items .products {
    margin: 0px;
    padding: 0px;
  }
  .cart-items .products .product {
    justify-content: space-between;
  }
  .cart-items .products .product .product-count {
    flex-basis: 10%;
    justify-content: center;
    align-items: center;
  }
  .cart-items .products .product .image {
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cart-items .products .product .image img {
    width: 100px;
    height: 100px;
  }
  .cart-items .products .product .product-text {
    flex-basis: 60%;
  }
  .cart-items .products .product .product-text h2 {
    font-size: 16px;
    width: auto;
  }
}
@media (min-width: 1401px) and (max-width: 1650px) {
  .cart-items {
    padding: 0px 20px;
    width: 100%;
    margin: 0px;
  }
  .cart-items .title {
    margin: 0px 0px 30px 0px;
  }
  .cart-items .products {
    margin: 0px;
    padding: 0px;
  }
  .cart-items .products .product {
    justify-content: space-between;
  }
  .cart-items .products .product .product-count {
    flex-basis: 10%;
    justify-content: center;
    align-items: center;
  }
  .cart-items .products .product .image {
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cart-items .products .product .image img {
    width: 100px;
    height: 100px;
  }
  .cart-items .products .product .product-text {
    flex-basis: 60%;
  }
  .cart-items .products .product .product-text h2 {
    font-size: 16px;
    width: auto;
  }
}

.cart-summary {
  width: 457px;
  padding: 45px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1019607843);
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: inline-block;
  height: 410px;
}
.cart-summary .title {
  margin-bottom: 21px;
}
.cart-summary .title h1 {
  font-size: 24px;
  font-weight: 600;
  color: #191720;
}
.cart-summary .summary .subtotal,
.cart-summary .summary .shipping {
  display: flex;
  justify-content: space-between;
}
.cart-summary .summary .subtotal h4,
.cart-summary .summary .shipping h4 {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
  margin-bottom: 10px;
}
.cart-summary .summary .total {
  display: flex;
  justify-content: space-between;
}
.cart-summary .summary .total h4 {
  font-size: 16px;
  font-weight: 500;
  color: #ff6a00;
}
.cart-summary .coupons {
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 5px;
  margin-top: 21px;
}
.cart-summary .coupons .coupons-header {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  height: 36px;
  width: 100%;
}
.cart-summary .coupons .coupons-header .ticket {
  position: absolute;
  top: 4px;
  left: 14px;
}
.cart-summary .coupons .coupons-header p {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  margin-left: 45px;
}
.cart-summary .coupons .coupons-header .arrow {
  position: absolute;
  top: 4px;
  right: 14px;
}
.cart-summary .coupons .coupons-input {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: white;
  padding: 0px 5px;
  border-radius: 10px;
}
.cart-summary .coupons .coupons-input input {
  width: 100%;
  padding: 10px;
  font-family: Poppins;
  border: none;
  background-color: white;
  z-index: 100;
}
.cart-summary .coupons .coupons-input input:focus {
  outline: none;
}
.cart-summary .coupons .coupons-input .button-coup {
  display: flex;
  align-items: center;
  width: 170px;
  height: 30px;
}
.cart-summary .coupons .coupons-input .button-coup button {
  background-color: #30656b;
  border: none;
  font-family: Poppins;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  color: white;
  cursor: pointer;
}
.cart-summary .coupons .coupons-input .button-coup button:hover {
  background-color: #598489;
}
.cart-summary .coupons .coupons-details {
  display: flex;
  flex-direction: column;
  padding: 5px 14px;
}
.cart-summary .coupons .coupons-details p {
  font-size: 14px;
  color: #ff6a00;
}
.cart-summary .coupons .coupons-details .deletecoupon {
  margin-left: 15px;
  color: #ff2424;
  cursor: pointer;
}
.cart-summary .button {
  margin-top: 21px;
}
.cart-summary .button button {
  width: 100%;
  height: 40px;
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.cart-summary .button button h2 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.cart-summary .button button:hover {
  background: #598489 0% 0% no-repeat padding-box;
}
@media (min-width: 281px) and (max-width: 550px) {
  .cart-summary {
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }
  .cart-summary .coupons .coupons-input {
    flex-direction: column;
  }
  .cart-summary .coupons .coupons-input input {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cart-summary .coupons .coupons-input .button-coup {
    width: 100%;
    margin-bottom: 5px;
  }
  .cart-summary .coupons .coupons-input .button-coup button {
    color: #30656b;
    border: 1px solid #30656b;
    font-size: 16px;
    height: 35px;
    background: white 0% 0% no-repeat padding-box;
  }
  .cart-summary .coupons .coupons-input .button-coup button:hover {
    background: white 0% 0% no-repeat padding-box;
  }
  .cart-summary .coupons .coupons-input .button-coup button:focus {
    background: white 0% 0% no-repeat padding-box;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .cart-summary {
    height: 390px;
    width: 100%;
    padding: 20px 35px;
  }
}

.favorites .fav-cont {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.favorites .fav-cont .favorites-container {
  max-width: 1620px;
  width: 100%;
}
.favorites .fav-cont .favorites-container .title {
  margin-bottom: 24px;
}
.favorites .fav-cont .favorites-container .title h1 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.favorites .fav-cont .favorites-container .tab-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.favorites .fav-cont .favorites-container .tab-buttons .fav {
  width: 174px;
  height: 50px;
  border: none;
  margin-right: 24px;
  cursor: pointer;
}
.favorites .fav-cont .favorites-container .tab-buttons .fav .line {
  width: 174px;
  height: 5px;
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 5px 5px 0px 0px;
}
.favorites .fav-cont .favorites-container .tab-buttons .fav button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid #30656b;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #30656b;
  font-family: Poppins;
}
.favorites .fav-cont .favorites-container .tab-buttons .buy {
  border-radius: 5px;
  width: 174px;
  height: 50px;
  border: none;
  cursor: pointer;
}
.favorites .fav-cont .favorites-container .tab-buttons .buy .line {
  width: 174px;
  height: 5px;
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 5px 5px 0px 0px;
}
.favorites .fav-cont .favorites-container .tab-buttons .buy button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid #30656b;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #30656b;
  font-family: Poppins;
}
.favorites .fav-cont .favorites-container .products-container {
  padding: 0;
}
@media (min-width: 281px) and (max-width: 550px) {
  .favorites .fav-cont .favorites-container {
    margin-top: 35px;
    width: 100%;
  }
  .favorites .fav-cont .favorites-container .title {
    text-align: center;
  }
  .favorites .fav-cont .favorites-container .tab-buttons {
    flex-direction: column;
    padding: 0px 15px;
  }
  .favorites .fav-cont .favorites-container .tab-buttons .fav {
    width: 100%;
    height: 45px;
    margin: 10px 0px 25px 0px;
  }
  .favorites .fav-cont .favorites-container .tab-buttons .fav button {
    border-radius: 10px;
  }
  .favorites .fav-cont .favorites-container .tab-buttons .fav .line {
    width: 100%;
  }
  .favorites .fav-cont .favorites-container .tab-buttons .buy {
    width: 100%;
    height: 45px;
  }
  .favorites .fav-cont .favorites-container .tab-buttons .buy button {
    border-radius: 10px;
  }
  .favorites .fav-cont .favorites-container .tab-buttons .buy .line {
    width: 100%;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .favorites .fav-cont {
    margin-top: 80px;
  }
  .favorites .fav-cont .favorites-container {
    width: 100%;
  }
  .favorites .fav-cont .favorites-container .title {
    display: flex;
    justify-content: center;
  }
  .favorites .fav-cont .favorites-container .tab-buttons {
    justify-content: center;
    margin-bottom: 50px;
  }
  .favorites .fav-cont .favorites-container .products-container {
    padding: 10px;
  }
  .favorites .fav-cont .favorites-container .products-container .favorites-tab .products .product .image,
  .favorites .fav-cont .favorites-container .products-container .buy-again .products .product .image {
    display: flex;
    align-items: center;
  }
  .favorites .fav-cont .favorites-container .products-container .favorites-tab .products .product .image .sale-badge,
  .favorites .fav-cont .favorites-container .products-container .buy-again .products .product .image .sale-badge {
    border-radius: 2px;
    width: 40px;
  }
  .favorites .fav-cont .favorites-container .products-container .favorites-tab .products .product .image img,
  .favorites .fav-cont .favorites-container .products-container .buy-again .products .product .image img {
    width: 15vw;
    height: 15vw;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .favorites {
    padding: 0 15px;
  }
}

.favorites-tab .products .product,
.buy-again .products .product {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 15px;
  height: auto;
  align-items: flex-start;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  cursor: default;
}
.favorites-tab .products .product:last-child,
.buy-again .products .product:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.favorites-tab .products .product .product-count,
.buy-again .products .product .product-count {
  flex-basis: 5%;
}
.favorites-tab .products .product .product-count .symbol,
.buy-again .products .product .product-count .symbol {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.favorites-tab .products .product .product-count .symbol button,
.buy-again .products .product .product-count .symbol button {
  width: 100%;
  height: 100%;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.favorites-tab .products .product .product-count p,
.buy-again .products .product .product-count p {
  font-size: 15px;
  font-weight: 400;
  color: #191720;
}
.favorites-tab .products .product .image,
.buy-again .products .product .image {
  position: relative;
  flex-basis: 10%;
  margin-left: 5px;
}
.favorites-tab .products .product .image img,
.buy-again .products .product .image img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.favorites-tab .products .product .image .sale-badge,
.buy-again .products .product .image .sale-badge {
  background: #ff6a00 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  top: 0px;
  right: 18px;
  width: 27px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.favorites-tab .products .product .image .sale-badge p,
.buy-again .products .product .image .sale-badge p {
  color: white;
  font-size: 10px;
  font-weight: 500;
}
.favorites-tab .products .product .product-text,
.buy-again .products .product .product-text {
  display: flex;
  flex-direction: column;
  padding: 0px 15px;
  flex-basis: 80%;
}
.favorites-tab .products .product .product-text a,
.buy-again .products .product .product-text a {
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  color: #191720;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: color 0.15s ease-in-out;
}
.favorites-tab .products .product .product-text a:hover h2, .favorites-tab .products .product .product-text a:focus h2,
.buy-again .products .product .product-text a:hover h2,
.buy-again .products .product .product-text a:focus h2 {
  color: #30656b;
}
.favorites-tab .products .product .product-text h2,
.buy-again .products .product .product-text h2 {
  font-size: 20px;
  font-weight: 400;
  color: #191720;
}
.favorites-tab .products .product .product-text .price,
.buy-again .products .product .product-text .price {
  display: flex;
  align-items: baseline;
}
.favorites-tab .products .product .product-text .price h3,
.buy-again .products .product .product-text .price h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ff6a00;
}
.favorites-tab .products .product .product-text .price p,
.buy-again .products .product .product-text .price p {
  font-size: 10px;
  color: #bcbcbc;
  text-decoration: line-through;
  margin-left: 16px;
}
.favorites-tab .products .product .buttons,
.buy-again .products .product .buttons {
  flex-basis: 5%;
}
.favorites-tab .products .product .buttons .delete,
.buy-again .products .product .buttons .delete {
  background: #ffb2b2 0% 0% no-repeat padding-box;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
}
.favorites-tab .products .product .buttons .compare,
.buy-again .products .product .buttons .compare {
  background: #c2d0d2 0% 0% no-repeat padding-box;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
}
@media (min-width: 281px) and (max-width: 550px) {
  .favorites-tab .products .product .product-count .symbol button,
  .buy-again .products .product .product-count .symbol button {
    width: 35px;
    height: 35px;
  }
  .favorites-tab .products .product .image,
  .buy-again .products .product .image {
    display: flex;
    align-items: center;
  }
  .favorites-tab .products .product .image img,
  .buy-again .products .product .image img {
    width: 50px;
    height: 50px;
  }
  .favorites-tab .products .product .image .sale-badge,
  .buy-again .products .product .image .sale-badge {
    width: 40px;
    border-radius: 10px;
    top: 10%;
    left: -20%;
  }
  .favorites-tab .products .product .product-text h2,
  .buy-again .products .product .product-text h2 {
    font-size: 14px;
  }
  .favorites-tab .products .product .product-text .price h3,
  .buy-again .products .product .product-text .price h3 {
    font-size: 12px;
  }
  .favorites-tab .products .product .buttons .delete,
  .buy-again .products .product .buttons .delete {
    width: 35px;
    height: 35px;
  }
}

.user-profile {
  padding: 0px 140px;
  display: flex;
  justify-content: space-between;
  max-width: 1903px;
  margin: 50px auto;
}
.user-profile .user-menu {
  flex-basis: 20%;
}
.user-profile .user-menu p {
  padding-bottom: 10px;
}
.user-profile .user-menu .menu-container ul {
  padding-left: 0px !important;
  margin-bottom: 0 !important;
}
.user-profile .user-menu .menu-container ul .tabs li {
  transition: all 0.15s ease-in-out;
  border-radius: 10px;
}
.user-profile .user-menu .menu-container ul .tabs li:hover, .user-profile .user-menu .menu-container ul .tabs li:focus {
  background-color: #e3eaeb !important;
  font-weight: 600 !important;
}
.user-profile .vs-card__group {
  display: none;
}
.user-profile .container {
  flex-basis: 80%;
  width: 100%;
}
@media (min-width: 281px) and (max-width: 550px) {
  .user-profile {
    padding: 0px 10px;
    margin-top: 0px;
    flex-direction: column;
  }
  .user-profile .container {
    order: 1;
  }
  .user-profile .menu-container {
    display: none;
  }
  .user-profile .mobileTabs a {
    text-decoration: none;
  }
  .user-profile .mobileTabs a.router-link-exact-active.active .vs-card {
    background-color: #e3eaeb !important;
    color: #191720 !important;
    font-weight: 600 !important;
  }
  .user-profile .vs-card__group {
    display: flex;
  }
  .user-profile .user-menu {
    margin-top: 100px;
  }
  .user-profile .user-menu .vs-card-content {
    min-width: 200px !important;
  }
  .user-profile .user-menu .vs-card-content .vs-card__text {
    padding-bottom: 5px;
  }
  .user-profile .user-menu .vs-card-content .vs-card__text p {
    display: none;
  }
  .user-profile .user-menu .vs-card-content .vs-card h3,
  .user-profile .user-menu .vs-card-content .vs-card p {
    color: #191720;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
  .user-profile .user-menu .menu-container ul .tabs a li {
    width: 100%;
  }
  .user-profile .user-menu .menu-container ul .logout {
    width: 100%;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .user-profile {
    padding: 0px 20px;
    margin-top: 100px;
    flex-direction: column;
  }
  .user-profile .user-menu .vs-card__group {
    display: flex;
    display: flex;
    min-width: 200px !important;
  }
  .user-profile .user-menu .vs-card__group a {
    text-decoration: none;
  }
  .user-profile .user-menu .vs-card__group .vs-card__group-cards .mobileTabs a div {
    min-width: 150px;
  }
  .user-profile .user-menu .vs-card__group .vs-card__group-cards .mobileTabs a.router-link-exact-active.active .vs-card {
    background-color: #30656b;
    transform: translate(0, 5px);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  }
  .user-profile .user-menu .vs-card__group .vs-card__group-cards .mobileTabs a.router-link-exact-active.active .vs-card h3 {
    color: #ffffff;
  }
  .user-profile .user-menu .vs-card__group .vs-card__text {
    padding-bottom: 5px;
  }
  .user-profile .user-menu .vs-card__group .vs-card__text p {
    display: none;
  }
  .user-profile .user-menu .vs-card__group .vs-card h3,
  .user-profile .user-menu .vs-card__group .vs-card p {
    color: #191720;
    text-align: center;
  }
  .user-profile .user-menu .menu-container {
    display: none;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .user-profile {
    padding: 0px 50px;
    margin-top: 100px;
    flex-direction: column;
  }
  .user-profile .user-menu .vs-card__group {
    display: flex;
    display: flex;
    min-width: 200px !important;
  }
  .user-profile .user-menu .vs-card__group a {
    text-decoration: none;
  }
  .user-profile .user-menu .vs-card__group .vs-card__group-cards .mobileTabs a div {
    min-width: 150px;
  }
  .user-profile .user-menu .vs-card__group .vs-card__group-cards .mobileTabs a.router-link-exact-active.active .vs-card {
    background-color: #30656b;
    transform: translate(0, 5px);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  }
  .user-profile .user-menu .vs-card__group .vs-card__group-cards .mobileTabs a.router-link-exact-active.active .vs-card h3 {
    color: #ffffff;
  }
  .user-profile .user-menu .vs-card__group .vs-card__text {
    padding-bottom: 5px;
  }
  .user-profile .user-menu .vs-card__group .vs-card__text p {
    display: none;
  }
  .user-profile .user-menu .vs-card__group .vs-card h3,
  .user-profile .user-menu .vs-card__group .vs-card p {
    color: #191720;
    text-align: center;
  }
  .user-profile .user-menu .menu-container {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .user-profile {
    padding: 0px 50px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .user-profile .user-menu {
    flex-basis: 25%;
  }
  .user-profile .user-menu h1 {
    font-size: 28px;
  }
  .user-profile .user-menu .menu-container ul .tabs a li {
    width: 100%;
  }
  .user-profile .user-menu .menu-container ul .logout {
    width: 100%;
  }
  .user-profile .container {
    flex-basis: 70%;
  }
}
@media (min-width: 1401px) and (max-width: 1650px) {
  .user-profile {
    padding: 0px 45px;
    display: flex;
    justify-content: space-between;
  }
  .user-profile .user-menu {
    flex-basis: 25%;
  }
  .user-profile .user-menu .menu-container ul .tabs a li {
    width: 100%;
  }
  .user-profile .user-menu .menu-container ul .logout {
    width: 100%;
  }
  .user-profile .container {
    flex-basis: 70%;
  }
}

@media (min-width: 551px) and (max-width: 850px) {
  .leaveReview .vs-input-content {
    flex-direction: column;
  }
  .leaveReview .vs-input-content .vs-input {
    width: 459px !important;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .leaveReview .vs-input-content {
    flex-direction: column;
  }
  .leaveReview .vs-input-content .vs-input {
    width: 100% !important;
  }
}

.my-cards {
  margin-left: 50px;
  padding: 50px 50px 20px 50px;
  min-height: 100%;
  background: #fff9f9 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.my-cards .title {
  margin-bottom: 70px;
}
.my-cards .title h1 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.my-cards .cards {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.my-cards .cards .card {
  margin-right: 59px;
}
.my-cards .cards .card .card-container {
  width: 305px;
  height: 175px;
  background: transparent linear-gradient(120deg, #3494e6 0%, #ec6ead 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0705882353);
  border-radius: 10px;
  position: relative;
  padding: 36px 28px;
}
.my-cards .cards .card .card-container .card-type {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 46px;
  height: 22px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-cards .cards .card .card-container .card-type img {
  width: 24px;
  height: 14px;
}
.my-cards .cards .card .card-container .card-name p {
  font-size: 10px;
  font-weight: 400;
  color: white;
  opacity: 0.65;
}
.my-cards .cards .card .card-container .card-name h4 {
  font-size: 17px;
  font-weight: 400;
  color: white;
  margin-top: -4px;
}
.my-cards .cards .card .card-container .card-number {
  margin-top: 37px;
}
.my-cards .cards .card .card-container .card-number p {
  font-size: 10px;
  font-weight: 400;
  color: white;
  opacity: 0.65;
}
.my-cards .cards .card .card-container .card-number h4 {
  font-size: 17px;
  font-weight: 400;
  color: white;
}
.my-cards .cards .card .principal {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.my-cards .cards .card .principal .principal-card {
  display: flex;
  align-items: center;
}
.my-cards .cards .card .principal .principal-card .check-container {
  margin-right: 10px;
}
.my-cards .cards .card .principal .principal-card .check-container .check {
  width: 28px;
  height: 28px;
  background: #bce7fb 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-cards .cards .card .principal .principal-card h4 {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.my-cards .cards .card .delete {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.my-cards .cards .card .delete button {
  background: none;
  color: #ff2424;
  border: none;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.my-cards .add-card {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
}
.my-cards .add-card button {
  width: 244px;
  height: 39px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #24bdff;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  color: #24bdff;
  cursor: pointer;
}
@media (min-width: 281px) and (max-width: 550px) {
  .my-cards {
    margin: 0px;
    padding: 10px;
  }
  .my-cards .title {
    margin-bottom: 20px;
  }
  .my-cards .title h1 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
  }
  .my-cards .cards {
    width: 100%;
  }
  .my-cards .cards .card {
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
  .my-cards .cards .card .card-container {
    width: 100%;
    height: auto;
  }
  .my-cards .cards .card .card-container .card-number {
    margin-top: 50px;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .my-cards .cards {
    justify-content: space-between;
  }
  .my-cards .cards .card {
    flex-basis: 40%;
    margin: 0px 0px 20px 0px;
  }
}

.my-reviews {
  background: #fff9f9 0% 0% no-repeat padding-box;
  border-radius: 20px;
  margin-left: 50px;
  padding: 50px 50px 20px 50px;
  min-height: 100%;
}
.my-reviews .title {
  margin-bottom: 30px;
}
.my-reviews .title h1 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.my-reviews .reviews .review {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 25px;
  display: flex;
}
.my-reviews .reviews .review .image {
  margin-right: 40px;
}
.my-reviews .reviews .review .image img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-reviews .reviews .review .product-title {
  width: 580px;
  margin-right: 120px;
}
.my-reviews .reviews .review .product-title h2 {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.my-reviews .reviews .review .review-text .stars {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-reviews .reviews .review .review-text .stars .stars-container svg {
  margin-right: 4px;
}
.my-reviews .reviews .review .review-text .stars .date {
  font-size: 12px;
  font-weight: 400;
  color: #8f8e92;
}
.my-reviews .reviews .review .review-text .text-title {
  margin: 12px 0px;
}
.my-reviews .reviews .review .review-text .text-title h3 {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
}
.my-reviews .reviews .review .review-text .text p {
  font-size: 12px;
  font-weight: 400;
  color: #191720;
}
@media (min-width: 281px) and (max-width: 550px) {
  .my-reviews {
    margin: 0px;
    padding: 15px;
  }
  .my-reviews .title h1 {
    font-size: 20px;
    text-align: center;
  }
  .my-reviews .reviews .review {
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .my-reviews .reviews .review .image {
    margin: 0px;
  }
  .my-reviews .reviews .review .product-title {
    margin: 15px 0px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .my-reviews {
    margin: 0px;
    padding: 15px;
  }
  .my-reviews .title h1 {
    font-size: 24px;
  }
  .my-reviews .reviews .review {
    padding: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .my-reviews .reviews .review .image {
    flex-basis: 20%;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .my-reviews .reviews .review .product-title {
    flex-basis: 75%;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .my-reviews {
    margin: 0px;
    padding: 15px;
  }
  .my-reviews .title h1 {
    font-size: 24px;
  }
  .my-reviews .reviews .review {
    padding: 15px;
    justify-content: space-between;
  }
  .my-reviews .reviews .review .image {
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .my-reviews .reviews .review .product-title {
    padding: 0px 10px;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.my-addresses {
  background: #fff9f9 0% 0% no-repeat padding-box;
  border-radius: 20px;
  margin-left: 50px;
  padding: 50px 50px 20px 50px;
  min-height: 100%;
}
.my-addresses .title {
  margin-bottom: 30px;
}
.my-addresses .title h1 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.my-addresses .addresses .address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 35px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 17px;
}
.my-addresses .addresses .address .contact h3 {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
}
.my-addresses .addresses .address .address-name {
  width: 500px;
  display: flex;
  justify-content: center;
}
.my-addresses .addresses .address .address-name p {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.my-addresses .addresses .address .buttons {
  display: flex;
}
.my-addresses .addresses .address .buttons .modify {
  margin-right: 36px;
}
.my-addresses .addresses .address .buttons .modify button {
  width: 95px;
  height: 27px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #191720;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #191720;
  font-family: Poppins;
}
.my-addresses .addresses .address .buttons .delete button {
  width: 95px;
  height: 27px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #191720;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #191720;
  font-family: Poppins;
}
.my-addresses .addresses .address:hover {
  box-shadow: 0 0 0 1px #cbc0cd;
}
.my-addresses .add-ad button {
  width: 165px;
  height: 34px;
  border: 1px solid #191720;
  border-radius: 5px;
  font-family: Poppins;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  cursor: pointer;
}
@media (min-width: 281px) and (max-width: 550px) {
  .my-addresses {
    margin: 0px;
    padding: 15px;
  }
  .my-addresses .title h1 {
    font-size: 20px;
    text-align: center;
  }
  .my-addresses .addresses .address {
    padding: 15px;
    flex-wrap: wrap;
  }
  .my-addresses .addresses .address .contact {
    margin-bottom: 10px;
    width: 100%;
  }
  .my-addresses .addresses .address .address-name {
    margin-bottom: 10px;
    justify-content: flex-start;
    width: 100%;
  }
  .my-addresses .add-ad {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .my-addresses {
    margin: 0px;
    padding: 15px;
  }
  .my-addresses .addresses .address {
    padding: 25px;
    flex-wrap: wrap;
  }
  .my-addresses .addresses .address .contact {
    margin-bottom: 10px;
  }
  .my-addresses .addresses .address .address-name {
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .my-addresses {
    margin: 0px;
    padding: 15px;
  }
  .my-addresses .addresses .address {
    padding: 25px;
  }
  .my-addresses .addresses .address .address-name {
    justify-content: flex-start;
  }
}

.coupons-user {
  background: #fff9f9 0% 0% no-repeat padding-box;
  border-radius: 20px;
  margin-left: 50px;
  padding: 50px 50px 20px 50px;
  min-height: 100%;
}
.coupons-user .title {
  margin-bottom: 30px;
}
.coupons-user .title h1 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.coupons-user .coupons-container {
  display: flex;
}
.coupons-user .coupons-container .coupon {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #cbc0cd;
  border-radius: 10px;
  padding: 30px;
  width: 342px;
  height: 191px;
  margin-right: 60px;
}
.coupons-user .coupons-container .coupon .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.coupons-user .coupons-container .coupon .text h2 {
  font-size: 20px;
  font-weight: 500;
  color: #191720;
}
.coupons-user .coupons-container .coupon .text p {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  margin-bottom: 7px;
}
.coupons-user .coupons-container .coupon:hover {
  box-shadow: 0 0 0 1px #cbc0cd;
}
@media (min-width: 281px) and (max-width: 550px) {
  .coupons-user {
    margin: 0px;
    padding: 15px;
  }
  .coupons-user .title h1 {
    font-size: 20px;
    text-align: center;
  }
  .coupons-user .coupons-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .coupons-user .coupons-container .coupon {
    width: 90%;
    margin: 0px 0px 20px 0px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .coupons-user {
    margin: 0px;
    padding: 15px;
  }
  .coupons-user .coupons-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .coupons-user .coupons-container .coupon {
    flex-basis: 45%;
    margin: 0px 0px 20px 0px;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .coupons-user {
    margin: 0px;
    padding: 15px;
  }
  .coupons-user .coupons-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .coupons-user .coupons-container .coupon {
    flex-basis: 30%;
    margin: 15px 0px;
  }
}

.billing {
  background: #fff9f9 0% 0% no-repeat padding-box;
  border-radius: 20px;
  margin-left: 50px;
  padding: 50px 50px 20px 50px;
  min-height: 100%;
}
.billing .info .title {
  margin-bottom: 30px;
}
.billing .info .title h1 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.billing .info .billings .billing-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 35px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 17px;
}
.billing .info .billings .billing-card .contact h3 {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
}
.billing .info .billings .billing-card .address-name {
  width: 500px;
  display: flex;
  justify-content: center;
}
.billing .info .billings .billing-card .address-name p {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.billing .info .billings .billing-card .buttons {
  display: flex;
}
.billing .info .billings .billing-card .buttons .modify button,
.billing .info .billings .billing-card .buttons .delete button {
  width: 95px;
  height: 27px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #191720;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #191720;
  font-family: Poppins;
}
.billing .info .billings .billing-card .buttons .modify {
  margin-right: 36px;
}
.billing .info .billings .billing-card:hover {
  box-shadow: 0 0 0 1px #cbc0cd;
}
.billing .info .add-ad button {
  width: 165px;
  height: 34px;
  border: 1px solid #191720;
  border-radius: 5px;
  font-family: Poppins;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  cursor: pointer;
}
.billing .company {
  margin-top: 50px;
}
.billing .company .title {
  margin-bottom: 30px;
}
.billing .company .title h1 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.billing .company .companies .company-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 35px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 17px;
}
.billing .company .companies .company-card .contact h3 {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  width: 200px;
}
.billing .company .companies .company-card .address-name {
  width: 500px;
  display: flex;
  justify-content: center;
}
.billing .company .companies .company-card .address-name p {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.billing .company .companies .company-card .buttons {
  display: flex;
}
.billing .company .companies .company-card .buttons .modify button,
.billing .company .companies .company-card .buttons .delete button {
  width: 95px;
  height: 27px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #191720;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #191720;
  font-family: Poppins;
}
.billing .company .companies .company-card .buttons .modify {
  margin-right: 36px;
}
.billing .company .companies .company-card:hover {
  box-shadow: 0 0 0 1px #cbc0cd;
}
.billing .company .add-com button {
  width: 165px;
  height: 34px;
  border: 1px solid #191720;
  border-radius: 5px;
  font-family: Poppins;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  cursor: pointer;
}
@media (min-width: 281px) and (max-width: 550px) {
  .billing {
    margin: 0px;
    padding: 15px;
  }
  .billing .info .title h1 {
    font-size: 20px;
    text-align: center;
  }
  .billing .info .billings .billing-card {
    flex-wrap: wrap;
    padding: 15px;
  }
  .billing .info .billings .billing-card .contact {
    margin-bottom: 10px;
    width: 100%;
  }
  .billing .info .billings .billing-card .address-name {
    margin-bottom: 10px;
    width: 100%;
    justify-content: flex-start;
  }
  .billing .company .title h1 {
    font-size: 20px;
    text-align: center;
  }
  .billing .company .companies .company-card {
    padding: 15px;
    flex-wrap: wrap;
  }
  .billing .company .companies .company-card .contact {
    margin-bottom: 10px;
    width: 100%;
  }
  .billing .company .companies .company-card .address-name {
    margin-bottom: 10px;
    width: 100%;
    justify-content: flex-start;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .billing {
    margin: 0px;
    padding: 20px;
  }
  .billing .info .billings .billing-card {
    padding: 20px;
    flex-wrap: wrap;
  }
  .billing .info .billings .billing-card .contact {
    margin-bottom: 15px;
  }
  .billing .info .billings .billing-card .address-name {
    justify-content: left;
    margin-bottom: 15px;
  }
  .billing .company .companies .company-card {
    padding: 20px;
    flex-wrap: wrap;
  }
  .billing .company .companies .company-card .contact {
    margin-bottom: 15px;
  }
  .billing .company .companies .company-card .address-name {
    justify-content: left;
    margin-bottom: 15px;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .billing {
    margin: 0px;
    padding: 20px;
  }
}

.settings {
  background: #fff9f9 0% 0% no-repeat padding-box;
  border-radius: 20px;
  margin-left: 50px;
  padding: 50px 50px 20px 50px;
  min-height: 100%;
}
.settings .title {
  margin-bottom: 25px;
}
.settings .title h1 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.settings .settings-container .email,
.settings .settings-container .password {
  display: flex;
  align-items: center;
  padding: 25px 35px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.settings .settings-container .email .icon-text,
.settings .settings-container .password .icon-text {
  display: flex;
  align-items: center;
}
.settings .settings-container .email .icon-text h3,
.settings .settings-container .password .icon-text h3 {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
  margin-left: 14px;
}
.settings .settings-container .email .text p,
.settings .settings-container .password .text p {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.settings .settings-container .email .modify button,
.settings .settings-container .password .modify button {
  width: 95px;
  height: 27px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #24bdff;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  color: #24bdff;
  cursor: pointer;
}
@media (min-width: 281px) and (max-width: 550px) {
  .settings {
    margin: 0px;
    padding: 15px;
  }
  .settings .title h1 {
    font-size: 20px;
    text-align: center;
  }
  .settings .settings-container .email,
  .settings .settings-container .password {
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .settings .settings-container .email .text,
  .settings .settings-container .password .text {
    margin: 15px 0px;
    text-align: center;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .settings {
    margin: 0px;
    padding: 15px;
  }
  .settings .settings-container .email,
  .settings .settings-container .password {
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .settings .settings-container .email .icon-text,
  .settings .settings-container .password .icon-text {
    flex-basis: 100%;
    justify-content: center;
  }
  .settings .settings-container .email .text,
  .settings .settings-container .password .text {
    margin: 15px 0px;
    flex-basis: 100%;
    text-align: center;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .settings {
    margin: 0px;
    padding: 20px;
  }
}

.my-warranties {
  background: #fff9f9 0% 0% no-repeat padding-box;
  border-radius: 20px;
  margin-left: 50px;
  padding: 50px 50px 20px 50px;
  min-height: 100%;
}
.my-warranties .title {
  margin-bottom: 24px;
}
.my-warranties .title h1 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.my-warranties .warranties .warranty {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  padding: 24px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-warranties .warranties .warranty .image img {
  width: 106px;
  height: 106px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-warranties .warranties .warranty .col1 h3 {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  margin-bottom: 12px;
}
.my-warranties .warranties .warranty .col1 p {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  margin-bottom: 12px;
}
.my-warranties .warranties .warranty .col1 button {
  width: 199px;
  height: 32px;
  border-radius: 5px;
  background: #bce7fb 0% 0% no-repeat padding-box;
  color: #24bdff;
  border: none;
}
.my-warranties .warranties .warranty .col2 {
  display: flex;
  width: 170px;
  justify-content: space-between;
  height: 100px;
  align-items: flex-start;
}
.my-warranties .warranties .warranty .col2 .nr p {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
}
.my-warranties .warranties .warranty .col2 .nr-values {
  text-align: right;
}
.my-warranties .warranties .warranty .col2 .nr-values .order-nr {
  color: #24bdff;
  font-size: 14px;
  font-weight: 400;
}
.my-warranties .warranties .warranty .col2 .nr-values p {
  color: #191720;
  font-size: 14px;
  font-weight: 400;
}
.my-warranties .warranties .warranty:hover {
  box-shadow: 0 0 0 1px #cbc0cd;
}
@media (min-width: 281px) and (max-width: 550px) {
  .my-warranties {
    margin: 0px;
    padding: 15px;
  }
  .my-warranties .title h1 {
    font-size: 20px;
    text-align: center;
  }
  .my-warranties .warranties .warranty {
    padding: 15px;
    flex-wrap: wrap;
  }
  .my-warranties .warranties .warranty .image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .my-warranties .warranties .warranty .col1 {
    width: 100%;
    margin-top: 15px;
  }
  .my-warranties .warranties .warranty .col2 {
    margin-top: 20px;
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .my-warranties {
    margin: 0px;
    padding: 15px;
  }
  .my-warranties .warranties .warranty {
    padding: 25px;
    flex-wrap: wrap;
  }
  .my-warranties .warranties .warranty .col1 {
    margin-bottom: 20px;
  }
  .my-warranties .warranties .warranty .col2 {
    height: 100%;
    width: 50%;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .my-warranties {
    margin: 0px;
    padding: 15px;
  }
}

.edit-picture .vs-input {
  width: 100%;
}
.edit-picture .title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #191720;
  margin-bottom: 30px;
}

.newcard .datetime-input {
  background: #f0f3f4 0% 0% no-repeat padding-box;
  color: #191720;
  font-size: 16px;
  width: 100%;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
}
.newcard .vs-select-content {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.newcard .expire-date {
  display: flex;
}
.newcard label {
  font-size: 16px;
}
.newcard input {
  font-size: 16px;
}
.newcard .vs-input-content {
  margin: 10px 0px;
}
.newcard .vs-input__message {
  margin-top: -10px;
}
.newcard .vs-input {
  width: 100%;
  margin: 0px 0px;
}
.newcard .vs-input .vs-input-content {
  margin: 10px 0px;
}
.newcard .vs-button {
  margin: 15px auto;
  font-size: 16px;
  width: 100%;
  background: #30656b 0% 0% no-repeat padding-box;
}
.newcard .vs-button:hover {
  box-shadow: 3px 3px 15px #598489;
}

.remove .yes {
  margin-top: 15px;
  width: 100%;
}
.remove .no {
  width: 100%;
}

.modifyAdd .vs-input {
  width: 100%;
  margin: 10px 0px;
  font-size: 16px;
}
.modifyAdd .judete-oras {
  display: flex;
  justify-content: space-between;
}
.modifyAdd .vs-button {
  width: 100%;
  margin: 0px auto;
}
@media (min-width: 281px) and (max-width: 550px) {
  .modifyAdd input {
    font-size: 16px;
  }
  .modifyAdd .judete-oras {
    flex-direction: column;
    height: 100px;
  }
  .modifyAdd .judete-oras .multiselect {
    height: 60px;
    margin-bottom: 10px;
  }
  .modifyAdd .judete-oras .checkoutmulti {
    flex-basis: 100% !important;
  }
}

.vs-dialog .stars-rate {
  width: 100%;
  margin-bottom: 15px;
}
.vs-dialog .input-rate {
  width: 100%;
}
.vs-dialog .input-rate .vs-input {
  width: 100%;
}
.vs-dialog .button-rate {
  margin: 15px auto;
  width: 100%;
  background: #30656b 0% 0% no-repeat padding-box;
}
.vs-dialog .button-rate:hover {
  box-shadow: 3px 3px 15px #598489;
}

.choose-country {
  position: absolute;
  z-index: 9001;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: saturate(200%) blur(60px);
          backdrop-filter: saturate(200%) blur(60px);
  top: 0;
}
.choose-country .modal-container {
  width: 1020px;
  height: 790px;
  border-radius: 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1294117647);
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: zoomIn 450ms;
}
.choose-country .modal-container .map img {
  height: 200px;
}
.choose-country .modal-container .title {
  margin-top: 20px;
}
.choose-country .modal-container .title h2 {
  font-size: 34px;
  font-weight: 600;
  color: #191720;
}
.choose-country .modal-container .countries {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.choose-country .modal-container .countries .col1 {
  font-family: Poppins;
}
.choose-country .modal-container .countries .col1 .na h3,
.choose-country .modal-container .countries .col1 .asia h3 {
  font-size: 24px;
  font-weight: 400;
  color: #b6b6b6;
}
.choose-country .modal-container .countries .col1 .na ul,
.choose-country .modal-container .countries .col1 .asia ul {
  margin-top: 16px;
  list-style: none;
}
.choose-country .modal-container .countries .col1 .na ul li,
.choose-country .modal-container .countries .col1 .asia ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.choose-country .modal-container .countries .col1 .na ul li img,
.choose-country .modal-container .countries .col1 .asia ul li img {
  width: 50px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.choose-country .modal-container .countries .col1 .na ul li h4,
.choose-country .modal-container .countries .col1 .asia ul li h4 {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #30656b;
  transition: color 0.15s ease-in-out;
}
.choose-country .modal-container .countries .col1 .na ul li:hover h4,
.choose-country .modal-container .countries .col1 .asia ul li:hover h4 {
  color: #ff6a00;
}
.choose-country .modal-container .countries .col1 .asia {
  margin-top: 27px;
}
.choose-country .modal-container .countries .col2 h3 {
  font-size: 24px;
  font-weight: 400;
  color: #b6b6b6;
}
.choose-country .modal-container .countries .col2 .europe1 ul,
.choose-country .modal-container .countries .col2 .europe2 ul {
  margin-top: 16px;
  list-style: none;
}
.choose-country .modal-container .countries .col2 .europe1 ul li,
.choose-country .modal-container .countries .col2 .europe2 ul li {
  display: flex;
  margin-bottom: 5px;
  cursor: pointer;
}
.choose-country .modal-container .countries .col2 .europe1 ul li img,
.choose-country .modal-container .countries .col2 .europe2 ul li img {
  width: 22px;
  height: 22px;
}
.choose-country .modal-container .countries .col2 .europe1 ul li h4,
.choose-country .modal-container .countries .col2 .europe2 ul li h4 {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #191720;
}
.choose-country .modal-container .countries .col2 .europe1 ul li:hover,
.choose-country .modal-container .countries .col2 .europe2 ul li:hover {
  text-decoration: underline;
}
.choose-country .modal-container .countries .col2 .europe-container {
  display: flex;
}
.choose-country .modal-container .countries .col2 .europe2 {
  margin-left: 65px;
}
@media (min-width: 281px) and (max-width: 849px) {
  .choose-country .modal-container {
    width: 100%;
    height: unset;
    padding: 15px;
  }
  .choose-country .modal-container .map img {
    height: 150px;
  }
  .choose-country .modal-container .countries {
    margin-top: 15px;
  }
}

.editInfo .vs-dialog .vs-input-content {
  width: 100%;
  margin-bottom: 20px;
}
.editInfo .vs-dialog .vs-input-content input {
  width: 100%;
  font-size: 16px;
}
.editInfo .vs-dialog .vs-input-content label {
  font-size: 16px;
}
.editInfo .vs-dialog .vs-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

.edit-info-modal {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  border-radius: 15px;
}
.edit-info-modal .edit-info-wrapper {
  width: 500px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  position: relative;
}
.edit-info-modal .edit-info-wrapper .close-button {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
}
.edit-info-modal .edit-info-wrapper .close-button .close-button-container {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #598489;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
}
.edit-info-modal .edit-info-wrapper .close-button .close-button-container:hover {
  background-color: #96bdc2;
}
.edit-info-modal .edit-info-wrapper .edit-info-text {
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
}
.edit-info-modal .edit-info-wrapper .edit-info-text .title {
  text-align: center;
  margin-bottom: 35px;
}
.edit-info-modal .edit-info-wrapper .edit-info-text .title h2 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.edit-info-modal .edit-info-wrapper .edit-info-text .input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.edit-info-modal .edit-info-wrapper .edit-info-text .input-container input {
  background-color: #f6f6f6;
  padding: 10px 10px;
  border: none;
  border-radius: 5px;
  width: 90%;
  font-family: Poppins;
}
.edit-info-modal .edit-info-wrapper .edit-info-text .input-container input:focus {
  outline: none;
}
.edit-info-modal .edit-info-wrapper .edit-info-text .input-container label {
  text-align: left;
  width: 100%;
  margin-left: 50px;
}
.edit-info-modal .edit-info-wrapper .edit-info-text .error ul li {
  font-size: 14px;
  color: #ff2424;
  margin-left: 25px;
}
.edit-info-modal .edit-info-wrapper .edit-info-text .button {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.edit-info-modal .edit-info-wrapper .edit-info-text .button button {
  width: 90%;
  background-color: #30656b;
  color: white;
  border: none;
  height: 35px;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.edit-info-modal .edit-info-wrapper .edit-info-text .button button:hover {
  background-color: #598489;
}
@media (min-width: 281px) and (max-width: 550px) {
  .edit-info-modal .edit-info-wrapper .vs-dialog .vs-input-parent .vs-input-content {
    width: 100%;
  }
}
.edit-info-modal .edit-info-bg {
  background-color: #646464;
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.popups {
  position: fixed;
  right: 0px;
  top: 150px;
  z-index: 30;
}
.popups .added,
.popups .removed {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: white;
  border-radius: 15px 0px 0px 15px;
  margin-bottom: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.popups .added h4,
.popups .removed h4 {
  margin-left: 25px;
}
.popups .slidein-enter-active {
  animation: slidein 0.5s;
}
.popups .slidein-leave-active {
  animation: slidein 0.5s reverse;
}
@keyframes slidein {
  from {
    transform: translateX(80px);
  }
  to {
    transform: translateX(0px);
  }
}

.orderModal .vs-dialog {
  background: #ffffff 0% 0% no-repeat padding-box;
}
.orderModal .vs-dialog__content {
  max-height: 100% !important;
  padding: 25px;
}
@media (min-width: 280px) and (max-width: 850px) {
  .orderModal .vs-dialog__content {
    padding: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .orderModal .vs-dialog {
    padding: 5px !important;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .orderModal .vs-dialog {
    margin: 0 15px;
  }
}

.order-details-modal {
  width: 100%;
  display: flex;
  justify-content: center;
}
.order-details-modal .order-details-modal-wrapper {
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 15px;
  opacity: 1;
  position: relative;
}
.order-details-modal .order-details-modal-wrapper .close {
  position: absolute;
  top: 50px;
  right: 60px;
}
.order-details-modal .order-details-modal-wrapper .close button {
  width: 63px;
  height: 23px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 300;
  color: #eeeeee;
}
.order-details-modal .order-details-modal-wrapper .order-details-nr {
  margin-bottom: 25px;
}
.order-details-modal .order-details-modal-wrapper .order-details-nr h2 {
  color: #191720;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.order-details-modal .order-details-modal-wrapper .order-details-nr .order-details-nr-info {
  padding: 15px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #eeeeee;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.order-details-modal .order-details-modal-wrapper .order-details-nr .order-details-nr-info .placed-date,
.order-details-modal .order-details-modal-wrapper .order-details-nr .order-details-nr-info .total {
  display: flex;
  align-items: center;
}
.order-details-modal .order-details-modal-wrapper .order-details-nr .order-details-nr-info .placed-date p,
.order-details-modal .order-details-modal-wrapper .order-details-nr .order-details-nr-info .total p {
  text-align: left;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.order-details-modal .order-details-modal-wrapper .order-details-section h2 {
  color: #191720;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 25px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .header-order-details {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .header-order-details .order-status {
  display: flex;
  align-items: center;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .header-order-details .order-status .icon {
  margin-right: 25px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .header-order-details .order-status .icon svg {
  height: 55px;
  width: 55px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .header-order-details .order-status h5 {
  font-size: 15px;
  font-weight: 500;
  color: #191720;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .header-order-details .delivery-date {
  flex-basis: 30%;
  border-left: 1px solid #eeeeee;
  padding-left: 24px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .header-order-details .delivery-date p {
  font-size: 12px;
  font-weight: 400;
  color: #a9a9a9;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .header-order-details .delivery-date h5 {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .delivery-info,
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .billing-info,
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .payment-method {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  height: auto;
  padding: 15px;
  flex-basis: 32%;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .delivery-info h5,
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .billing-info h5,
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .payment-method h5 {
  font-size: 15px;
  font-weight: 500;
  color: #191720;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .delivery-info p,
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .billing-info p,
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .payment-method p {
  font-size: 12px;
  font-weight: 400;
  color: #a9a9a9;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .delivery-info h6,
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .billing-info h6,
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .payment-method h6 {
  font-size: 13px;
  font-weight: 400;
  color: #191720;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .payment-method {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .payment-method .button {
  display: flex;
  width: 100%;
  justify-content: center;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .card {
  height: auto;
  background: transparent linear-gradient(120deg, #3494e6 0%, #ec6ead 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0705882353);
  border-radius: 10px;
  position: relative;
  padding: 36px 28px;
  flex-basis: 22%;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .card .card-type {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 46px;
  height: 22px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .card .card-type img {
  width: 24px;
  height: 14px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .card .card-name p {
  font-size: 10px;
  font-weight: 400;
  color: white;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .card .card-name h4 {
  font-size: 17px;
  font-weight: 400;
  color: white;
  margin-top: -4px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .card .card-number {
  margin-top: 37px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .card .card-number p {
  font-size: 10px;
  font-weight: 400;
  color: white;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .card .card-number h4 {
  font-size: 17px;
  font-weight: 400;
  color: white;
}
@media (min-width: 551px) and (max-width: 1024px) {
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .card {
    flex-basis: 40%;
  }
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow {
  display: flex;
  align-items: flex-start;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary {
  flex-basis: 30%;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 15px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product img {
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product h4 {
  font-size: 12px;
  font-weight: 400;
  color: #191720;
  width: 300px;
  margin: 0 5px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product .price {
  display: flex;
  flex-direction: column;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product .price h5 {
  font-size: 12px;
  font-weight: 400;
  color: #191720;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product .price p {
  font-size: 12px;
  font-weight: 400;
  color: #191720;
}
@media (min-width: 281px) and (max-width: 550px) {
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary {
    flex-basis: 100%;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary {
    flex-basis: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1650px) {
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary {
    flex-basis: 34%;
  }
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .total-summary {
  padding: 15px;
  flex-basis: 29%;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .total-summary .total p {
  font-size: 12px;
  font-weight: 400;
  color: #a9a9a9;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .total-summary .total h5 {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .total-summary .button {
  display: flex;
  align-items: flex-end;
  margin-left: 20px;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .total-summary .button .rate {
  width: 149px;
  height: 30px;
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .total-summary .button .rate:hover {
  background: #30656b 0% 0% no-repeat padding-box;
}
.order-details-modal .order-details-modal-wrapper .delivery-history {
  margin-top: 32px;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .header-deliv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .header-deliv h2 {
  color: #191720;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container {
  width: 100%;
  height: 543px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .nr {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons {
  margin-top: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
  flex-direction: column;
  width: 890px;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .image {
  position: absolute;
  width: 129px;
  height: 129px;
  border: 4px solid #30656b;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -50px;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .image img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons {
  display: flex;
  justify-content: space-between;
  width: 87%;
  margin-bottom: 10px;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .status-t {
  width: 100%;
  display: none;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .status-t p {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #30656b;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .status-t h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #30656b;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .status-bar {
  width: 87%;
  height: 7px;
  background: #f6f6f6 0% 0% no-repeat padding-box;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .status-bar .bar {
  width: 100%;
  height: 100%;
  background: #30656b 0% 0% no-repeat padding-box;
  border: 1px solid #30656b;
  border-radius: 5px;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .status-text {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  width: 100%;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .status-text .status-txt {
  width: 160px;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .status-text .status-txt p {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #30656b;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .status-text .status-txt h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #30656b;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .delivery-follow {
  display: flex;
  justify-content: space-evenly;
  width: 80%;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .delivery-follow .del-date p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .delivery-follow .del-date h5 {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .delivery-follow .follow p {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .delivery-follow .follow .button {
  margin-top: 5px;
}
.order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .delivery-follow .follow .button button {
  width: 167px;
  height: 36px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #30656b;
  border-radius: 5px;
  color: #30656b;
  font-size: 14px;
  font-weight: 400;
  font-family: Poppins;
  cursor: pointer;
}
@media (min-width: 281px) and (max-width: 550px) {
  .order-details-modal {
    z-index: 9999;
    width: 100%;
    height: 100%;
  }
  .order-details-modal .order-details-modal-wrapper {
    padding: 5px;
  }
  .order-details-modal .order-details-modal-wrapper .close {
    top: 10px;
    right: 10px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-nr {
    margin-top: 20px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-nr h2 {
    font-size: 20px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-nr .order-details-nr-info {
    padding: 15px;
    flex-direction: column;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-nr .order-details-nr-info .placed-date {
    margin: 0px 0px 10px 0px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section h2 {
    font-size: 20px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info {
    padding: 15px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .header-order-details {
    margin-bottom: 10px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .header-order-details .icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .header-order-details .order-status {
    margin-bottom: 15px;
    margin-left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .header-order-details .delivery-date {
    border: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex-basis: unset;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .delivery-info,
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .billing-info,
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .payment-method {
    width: 100%;
    margin-bottom: 20px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .card {
    width: 100%;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow {
    flex-direction: column;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary,
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .total-summary {
    width: 100%;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary {
    height: auto;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product {
    padding: 10px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product img {
    width: 15vw;
    height: 15vw;
    margin-right: 10px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product h4 {
    width: auto;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product .price {
    width: 80px;
    margin-left: 10px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product .price h5 {
    font-size: 12px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .total-summary {
    margin: 20px 0px 0px 0px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .total-summary .button {
    margin-left: 0px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .total-summary .button .rate {
    width: 140px;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .header-deliv {
    margin-bottom: 20px;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .header-deliv h2 {
    font-size: 20px;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container {
    width: 100%;
    padding: 15px;
    height: auto;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .nr {
    margin-top: 20px;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons {
    margin-top: 20px;
    flex-direction: column;
    height: auto;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .image,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .status-bar {
    display: none;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons {
    flex-direction: column;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .placed,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .handed,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .warehouse,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .delivering,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .delivered {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .status-t {
    display: block;
    margin-top: 15px;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .status-text {
    display: none;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .delivery-follow {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .delivery-follow .del-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .delivery-follow .follow {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .delivery-follow .follow p {
    text-align: center;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .order-details-modal .order-details-modal-wrapper .order-details-nr h2 {
    font-size: 24px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section h2 {
    font-size: 24px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info {
    padding: 20px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow {
    flex-wrap: wrap;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .delivery-info,
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .billing-info,
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .firstrow .payment-method {
    width: 100%;
    margin-bottom: 20px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow {
    flex-wrap: wrap;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary,
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .total-summary {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    flex-basis: unset;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product {
    padding: 20px;
  }
  .order-details-modal .order-details-modal-wrapper .order-details-section .order-details-section-info .secondrow .products-summary .product img {
    width: 10vw;
    height: 10vw;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .header-deliv {
    margin-bottom: 15px;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .header-deliv h2 {
    font-size: 24px;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container {
    padding: 10px;
    height: auto;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons {
    height: auto;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .image,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .status-bar,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .status-text {
    display: none;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons {
    flex-direction: column;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .placed,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .handed,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .warehouse,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .delivering,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .delivered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .placed svg,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .handed svg,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .warehouse svg,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .delivering svg,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .delivered svg {
    width: 100%;
    margin-bottom: 10px;
  }
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .placed .status-t,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .handed .status-t,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .warehouse .status-t,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .delivering .status-t,
  .order-details-modal .order-details-modal-wrapper .delivery-history .delivery-history-container .status-container .status-icons .icons .delivered .status-t {
    display: block;
  }
}

.inactive p {
  color: #ebebeb !important;
}
.inactive h4 {
  color: #ebebeb !important;
}

.modifyEmail .vs-input {
  width: 100%;
}
.modifyEmail .vs-input-content {
  margin-bottom: 30px;
  margin-top: 10px;
}
.modifyEmail .vs-button {
  width: 100%;
  margin: 0px auto;
}
@media (min-width: 281px) and (max-width: 550px) {
  .modifyEmail input {
    font-size: 16px;
  }
}

.another-card .vs-dialog {
  padding: 20px 0px !important;
}
.another-card .vs-dialog__content.notFooter {
  margin-bottom: 0px;
}
.another-card .card {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.another-card .card h2 {
  font-size: 18px;
  font-weight: 500;
  color: #191720;
  margin-right: 30px;
}
.another-card .card p {
  font-size: 15px;
  font-weight: 400;
  color: #30656b;
}
.another-card .card:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #30656b;
}
@media (min-width: 281px) and (max-width: 550px) {
  .another-card .card {
    flex-direction: column;
  }
  .another-card .card h2 {
    font-size: 16px;
  }
}

.remove-cart-item .vs-dialog__footer {
  display: flex;
}
.remove-cart-item .vs-dialog__footer button {
  width: 70px;
}

.searchMobile {
  height: auto;
  padding-top: 20px !important;
}
.searchMobile .vs-dialog {
  min-height: 70vh;
  width: 100%;
}
.searchMobile .bar {
  width: 100%;
  height: 54px;
  background: #f6f6f6 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.searchMobile .bar input {
  opacity: 1;
  color: #646464;
  font-size: 16px;
  font-family: Poppins;
  border: none;
  background: #f6f6f6 0% 0% no-repeat padding-box;
  padding: 0 20px;
  width: 95%;
  height: 89%;
}
.searchMobile .bar input:focus {
  border: none;
  outline: none;
}
.searchMobile label {
  font-size: 16px;
}
.searchMobile .searched {
  width: 100%;
  height: 430px;
  overflow-y: auto;
  margin-top: 15px;
}
.searchMobile .searched .searched-product {
  display: flex;
  margin-bottom: 15px;
  cursor: pointer;
  align-items: center;
}
.searchMobile .searched .searched-product.empty {
  justify-content: center;
  height: 95%;
}
.searchMobile .searched .searched-product.empty h4 {
  color: #191720;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #191720;
}
.searchMobile .searched .searched-product.empty:hover {
  border: none;
  background-color: #f6f6f6;
}
.searchMobile .searched .searched-product.empty:hover .info h4,
.searchMobile .searched .searched-product.empty:hover .info p {
  color: #191720 !important;
}
.searchMobile .searched .searched-product .image {
  margin-right: 15px;
}
.searchMobile .searched .searched-product .image img {
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.searchMobile .searched .searched-product .info {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.searchMobile .searched .searched-product .info h4 {
  width: 70%;
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.searchMobile .searched .searched-product .info p {
  font-size: 13px;
  font-weight: 400;
  color: #ff6a00;
}
.searchMobile .searched .searched-product:hover {
  border: 1px solid #598489;
  border-radius: 5px;
  background-color: #598489;
}
.searchMobile .searched .searched-product:hover .info h4,
.searchMobile .searched .searched-product:hover .info p {
  color: #f6f6f6 !important;
}
.searchMobile .vs-dialog__footer {
  margin-top: 25px;
  text-align: center;
}

.modifyAdd-new .vs-dialog .vs-dialog__content.notFooter {
  height: 100% !important;
  max-height: none;
}
.modifyAdd-new .section-step {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  margin: 30px 0px;
  color: #191720;
}
.modifyAdd-new .section-step .circle {
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 13px;
  font-weight: 600;
  margin-right: 15px;
}
.modifyAdd-new .section-step.width-100 {
  display: block !important;
}
.modifyAdd-new .section-step.choice {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 100%);
  grid-gap: 15px;
}
@media (min-width: 851px) {
  .modifyAdd-new .section-step.choice {
    grid-template-columns: repeat(2, 50%);
  }
}
.modifyAdd-new .section-step.choice.choice-top {
  align-items: flex-start;
}
.modifyAdd-new .section-step.choice.triple {
  grid-template-columns: repeat(3, 26.8%);
}
.modifyAdd-new .section-step.choice.triple .choice-label {
  width: inherit;
}
.modifyAdd-new .section-step.choice .choice-label {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  background-color: #ffffff;
  transition: all 0.15s ease-in-out;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  white-space: nowrap;
}
.modifyAdd-new .section-step.choice .choice-label:hover, .modifyAdd-new .section-step.choice .choice-label:focus {
  border: 2px solid #30656b;
}
.modifyAdd-new .section-step.choice .choice-label.checked {
  border: 2px solid #30656b;
  position: relative;
}
.modifyAdd-new .section-step.choice .choice-label.checked svg {
  position: absolute;
  right: -10px;
  top: -10px;
  fill: #30656b;
}
.modifyAdd-new .section-step.choice .choice-label > input {
  visibility: hidden;
  position: absolute;
}
.modifyAdd-new .section-step.choice .choice-label > input + div {
  cursor: pointer;
  border: 2px solid transparent;
}
.modifyAdd-new .section-step.choice .input-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.modifyAdd-new .section-step.choice .input-group p {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #88888c !important;
}
.modifyAdd-new .section-step.choice .input-group.has_error {
  border: 1px solid red !important;
}
.modifyAdd-new .section-step.choice .input-group.has_error label {
  color: red;
}
.modifyAdd-new .section-step.choice .input-group.has_error input {
  border: 1px solid red !important;
}
.modifyAdd-new .section-step.choice .input-group.has_error textarea,
.modifyAdd-new .section-step.choice .input-group.has_error .custom-input,
.modifyAdd-new .section-step.choice .input-group.has_error .multiselect__tags {
  border: 1px solid red !important;
}
.modifyAdd-new .section-step.choice .input-group.has_error .datepicker-custom input {
  border: 1px solid red !important;
}
.modifyAdd-new .section-step.choice .input-group label {
  font-size: 14px;
  font-weight: 400;
}
.modifyAdd-new .section-step.choice .input-group textarea {
  width: 100%;
  font-family: "Poppins", sans-serif;
  padding: 8px 12px;
  border-radius: 15px !important;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  transition: border 0.15s ease-in-out;
  font-weight: 400;
  font-size: 14px;
}
.modifyAdd-new .section-step.choice .input-group textarea:hover, .modifyAdd-new .section-step.choice .input-group textarea:focus {
  outline: none;
  border: 1px solid #30656b;
}
.modifyAdd-new .section-step.choice .input-group .custom-input {
  font-family: "Poppins", sans-serif;
  width: 100%;
  padding: 8px 12px;
  border-radius: 10px !important;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  transition: all 0.15s ease-in-out;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0 !important;
}
.modifyAdd-new .section-step.choice .input-group .custom-input:hover, .modifyAdd-new .section-step.choice .input-group .custom-input:focus {
  outline: none;
  border: 1px solid #30656b;
}
.modifyAdd-new .section-step.choice .input-group .custom-input:disabled:hover, .modifyAdd-new .section-step.choice .input-group .custom-input:disabled:focus {
  outline: none;
  border: 1px solid #eeeeee;
  cursor: not-allowed;
}
.modifyAdd-new .section-step.choice .input-group p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-right: 100px;
}
.modifyAdd-new .section-step.choice .input-group .multiselect {
  font-weight: 400;
  font-size: 14px;
  width: 100%;
}
.modifyAdd-new .section-step.choice .input-group .multiselect .multiselect__single {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #191720;
  margin-top: 0;
}
.modifyAdd-new .section-step.choice .input-group .multiselect .multiselect__placeholder {
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #191720;
}
.modifyAdd-new .section-step.choice .input-group .multiselect .multiselect__select {
  top: 1px;
  z-index: 2;
}
.modifyAdd-new .section-step.choice .input-group .multiselect .multiselect__tags {
  font-weight: 400;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  min-height: 41px;
  max-height: 53px;
  padding: 8px 22px 8px 12px;
  overflow: auto;
}
.modifyAdd-new .section-step.choice .input-group .multiselect .multiselect__tags .multiselect__placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: -10px;
  color: #191720;
}
.modifyAdd-new .section-step.choice .input-group .multiselect .multiselect__input {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
}
.modifyAdd-new .section-step.choice .input-group .multiselect .multiselect__option {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #191720;
  font-size: 14px;
}
.modifyAdd-new .section-step.choice .input-group .multiselect .multiselect__option--highlight {
  background: #30656b;
  color: #fff;
}
.modifyAdd-new .section-step.choice .input-group .multiselect .multiselect__content-wrapper {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 10px 0px;
  margin: 5px 0px;
}
.modifyAdd-new .section-step.choice .multiselect--disabled,
.modifyAdd-new .section-step.choice .multiselect--disabled .multiselect__current,
.modifyAdd-new .section-step.choice .multiselect--disabled .multiselect__select {
  background-color: #ffffff;
  cursor: not-allowed;
  border-radius: 10px;
}
.modifyAdd-new .section-step.choice .total-group {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 40px;
  border-radius: 20px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2509803922);
  min-height: 140px;
}
.modifyAdd-new .section-step.choice .total-group:last-child {
  box-shadow: none;
}
.modifyAdd-new .section-step.choice .total-group .login-message,
.modifyAdd-new .section-step.choice .total-group .overtime {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #30656b;
  cursor: default;
  word-break: break-word;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .modifyAdd-new .section-step.choice .total-group .login-message,
  .modifyAdd-new .section-step.choice .total-group .overtime {
    text-align: center;
  }
}
.modifyAdd-new .section-step.choice .total-group div {
  width: 100%;
  display: flex;
  align-items: center;
}
.modifyAdd-new .section-step.choice .total-group div span:first-child {
  width: 40%;
  display: block;
}
.modifyAdd-new .section-step.choice .total-group div:last-child {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
}
.modifyAdd-new .section-step.choice .total-group span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #8F8F8F;
  margin-bottom: 10px;
  font-size: 14px;
  cursor: default;
}
.modifyAdd-new .section-step.choice .total-group span .main-button {
  border-radius: 10px !important;
}
.modifyAdd-new .section-step.choice .total-group span .main-button:disabled {
  cursor: not-allowed;
  background-color: #30656b;
  border-color: #30656b;
  opacity: 0.5;
}
.modifyAdd-new .section-step.choice .total-group .grand-total {
  font-size: 32px;
  font-weight: 600;
  color: #191720;
  margin-bottom: 10px;
}
.modifyAdd-new .section-step.choice .total-group .grand-total.img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modifyAdd-new .section-step.choice .total-group .grand-total.img img {
  height: 70px;
  width: 70px;
}
.modifyAdd-new .section-step.choice .total-group button {
  border-radius: 15px !important;
}
.modifyAdd-new .section-step.choice .total-group .confirm-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
}
.modifyAdd-new .section-step.choice .total-group .confirm-img img {
  width: 70px;
}
@media (min-width: 281px) and (max-width: 550px) {
  .modifyAdd-new .section-step.choice {
    display: flex;
    flex-direction: column;
  }
  .modifyAdd-new .section-step.choice .input-group {
    width: 100%;
  }
  .modifyAdd-new .section-step.choice .total-group {
    width: 100%;
  }
}
.modifyAdd-new .section-step.choice .reset-voucher {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  transition: color 0.15s ease-in-out;
  margin-top: -40px;
}
.modifyAdd-new .section-step.choice .reset-voucher:hover, .modifyAdd-new .section-step.choice .reset-voucher:focus {
  cursor: pointer;
  color: var(--main-accent-color);
}
.modifyAdd-new .section-step h3 {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #191720;
}
.modifyAdd-new .vs-button {
  width: 40%;
  margin: 0px auto;
  font-size: 16px;
}
@media (min-width: 281px) and (max-width: 550px) {
  .modifyAdd-new .vs-button {
    width: 90%;
    margin: 0px auto;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .modifyAdd-new .vs-button {
    width: 60%;
    margin: 0px auto;
  }
}
@media (min-width: 851px) and (max-width: 1650px) {
  .modifyAdd-new .vs-button {
    width: 40%;
    margin: 0px auto;
  }
}

.contact .container {
  display: flex;
  justify-content: center;
}
.contact .container .contact-container {
  border-radius: 20px;
  width: 90%;
  padding: 40px 50px;
  animation: fadeIn 450ms;
}
.contact .container .contact-container .title {
  text-align: center;
  margin-bottom: 40px;
}
.contact .container .contact-container .title h1 {
  font-size: 32px;
  font-weight: 600;
  color: #191720;
}
.contact .container .contact-container .info .email {
  margin-bottom: 30px;
}
.contact .container .contact-container .info .email p {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.contact .container .contact-container .info .email p a {
  color: #398a8b;
  text-decoration: none;
}
.contact .container .contact-container .info .phone {
  margin-bottom: 30px;
}
.contact .container .contact-container .info .phone p {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.contact .container .contact-container .info .program .firstline {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
  margin-bottom: 5px;
}
.contact .container .contact-container .info .program .orar {
  width: 202px;
  height: 32px;
  border: 1px solid #191720;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .container .contact-container .info .program .orar p {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
}
.contact .container .contact-container .info .program .order-info {
  margin-top: 17px;
  font: italic normal normal 14px/21px Poppins;
  color: #a9a9a9;
}
.contact .container .contact-container .form {
  margin-top: 40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0705882353);
  border-radius: 10px;
  padding: 33px 45px;
}
.contact .container .contact-container .form form .first {
  display: flex;
  justify-content: space-between;
}
.contact .container .contact-container .form form input {
  padding: 12px 25px;
  font-family: Poppins;
  font-size: 14px;
  color: #a9a9a9;
  font-weight: 400;
  margin-bottom: 30px;
}
.contact .container .contact-container .form form .name {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cbc0cd;
  border-radius: 5px;
  width: 48%;
}
.contact .container .contact-container .form form .email {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cbc0cd;
  border-radius: 5px;
  width: 48%;
}
.contact .container .contact-container .form form .phone {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cbc0cd;
  border-radius: 5px;
  width: 100%;
}
.contact .container .contact-container .form form textarea {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cbc0cd;
  border-radius: 5px;
  width: 100%;
  padding: 12px 25px;
  font-family: Poppins;
  font-size: 14px;
  color: #a9a9a9;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
}
.contact .container .contact-container .form form textarea:focus {
  outline: none;
}
.contact .container .contact-container .form form .button {
  margin-top: 20px;
}
.contact .container .contact-container .form form .button button {
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: white;
  cursor: pointer;
  padding: 7px 55px;
  border: none;
}
.contact .container .contact-container .form form .button:hover button {
  background: #598489 0% 0% no-repeat padding-box;
}
@media (min-width: 281px) and (max-width: 550px) {
  .contact .container {
    margin-top: 55px;
  }
  .contact .container .contact-container {
    width: 100%;
    padding: 15px;
    border-radius: 0px;
  }
  .contact .container .contact-container .title h1 {
    font-size: 20px;
    margin-top: 20px;
  }
  .contact .container .contact-container .form {
    padding: 15px;
  }
  .contact .container .contact-container .form form .first {
    flex-direction: column;
  }
  .contact .container .contact-container .form form .first input {
    width: 100%;
    font-size: 16px;
  }
  .contact .container .contact-container .form form input,
  .contact .container .contact-container .form form textarea {
    width: 100%;
    font-size: 16px;
  }
  .contact .container .contact-container .form form .button button {
    width: 100%;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .contact .container {
    margin-top: 80px;
  }
  .contact .container .contact-container {
    padding: 20px;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .contact .container {
    margin-top: 80px;
  }
  .contact .container .contact-container {
    padding: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1650px) {
  .contact .container {
    margin-top: 30px;
  }
  .contact .container .contact-container {
    padding: 50px;
  }
}

.checkout-page {
  display: flex;
  justify-content: center;
}
.checkout-page .checkout-page-container {
  background: #fff9f9 0% 0% no-repeat padding-box;
  border-radius: 20px;
  width: 90%;
  padding: 0px 100px;
}
.checkout-page .checkout-page-container .container .title {
  text-align: center;
  margin-bottom: 32px;
}
.checkout-page .checkout-page-container .container .title h1 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.checkout-page .checkout-page-container .container .order-details .order-title {
  margin-bottom: 20px;
}
.checkout-page .checkout-page-container .container .order-details .order-title h1 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.checkout-page .checkout-page-container .container .order-details .delivery {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0705882353);
  border: 1px solid #cbc0cd;
  border-radius: 10px;
  padding: 35px 40px;
  margin-bottom: 35px;
}
.checkout-page .checkout-page-container .container .order-details .delivery .delivery-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}
.checkout-page .checkout-page-container .container .order-details .delivery .delivery-title .title-container {
  display: flex;
}
.checkout-page .checkout-page-container .container .order-details .delivery .delivery-title .title-container .circle-container .circle {
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: 500;
  color: #24bdff;
  background: #bce7fb 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-page .checkout-page-container .container .order-details .delivery .delivery-title .title-container h3 {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #191720;
}
.checkout-page .checkout-page-container .container .order-details .delivery .delivery-title .change {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.checkout-page .checkout-page-container .container .order-details .delivery .delivery-title .change button {
  margin-bottom: 20px;
  margin-right: 20px;
  width: 154px;
  height: 32px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #24bdff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #24bdff;
  font-family: Poppins;
  cursor: pointer;
}
.checkout-page .checkout-page-container .container .order-details .delivery .auth-address .cont-person p,
.checkout-page .checkout-page-container .container .order-details .delivery .auth-address .address p {
  font-size: 10px;
  font-weight: 400;
  color: #191720;
}
.checkout-page .checkout-page-container .container .order-details .delivery .auth-address .cont-person h3,
.checkout-page .checkout-page-container .container .order-details .delivery .auth-address .address h3 {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.checkout-page .checkout-page-container .container .order-details .delivery .auth-address .cont-person {
  margin-bottom: 12px;
}
.checkout-page .checkout-page-container .container .order-details .delivery .noauth-address .judete-oras {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.checkout-page .checkout-page-container .container .order-details .delivery .noauth-address .judete-oras .judete,
.checkout-page .checkout-page-container .container .order-details .delivery .noauth-address .judete-oras .orase {
  background: #f4f7f8 0% 0% no-repeat padding-box;
  flex-basis: 45%;
  padding: 9px 13px;
  color: #2c3e50;
  border-radius: 12px;
  border: none;
  font-size: 16px;
}
.checkout-page .checkout-page-container .container .order-details .delivery .noauth-address .judete-oras .judete:focus {
  outline: none;
}
.checkout-page .checkout-page-container .container .order-details .delivery .noauth-address .judete-oras .orase:focus {
  outline: none;
}
.checkout-page .checkout-page-container .container .order-details .delivery .noauth-address .vs-input-parent {
  margin-bottom: 15px;
}
.checkout-page .checkout-page-container .container .order-details .delivery .noauth-address input {
  width: 100%;
  font-size: 16px;
}
.checkout-page .checkout-page-container .container .order-details .delivery .noauth-address label {
  font-size: 16px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0705882353);
  border: 1px solid #cbc0cd;
  border-radius: 10px;
  padding: 35px 40px;
  margin-bottom: 35px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .billing-title {
  display: flex;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .billing-title .circle-container .circle {
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: 500;
  color: #24bdff;
  background: #bce7fb 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .billing-title h3 {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #191720;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .tabs {
  margin: 20px 0px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .tabs .person,
.checkout-page .checkout-page-container .container .order-details .billing-checkout .tabs .company {
  position: relative;
  width: 169px;
  height: 32px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cbc0cd;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #cbc0cd;
  font-family: Poppins;
  cursor: pointer;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .tabs .person .check-container,
.checkout-page .checkout-page-container .container .order-details .billing-checkout .tabs .company .check-container {
  position: absolute;
  top: -7px;
  right: -7px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .tabs .person .check-container .check,
.checkout-page .checkout-page-container .container .order-details .billing-checkout .tabs .company .check-container .check {
  width: 16px;
  height: 16px;
  background: #24bdff 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .tabs .person {
  margin-right: 30px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .vs-input-parent {
  margin-top: 20px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .vs-input-parent label {
  font-size: 16px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails input {
  width: 100%;
  font-size: 16px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .judete-oras {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .judete-oras .judete,
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .judete-oras .orase {
  background: #f4f7f8 0% 0% no-repeat padding-box;
  flex-basis: 45%;
  padding: 9px 13px;
  color: #2c3e50;
  border-radius: 12px;
  border: none;
  font-size: 16px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .judete-oras .judete:focus {
  outline: none;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .judete-oras .orase:focus {
  outline: none;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .judete,
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .orase {
  background: #f4f7f8 0% 0% no-repeat padding-box;
  flex-basis: 45%;
  color: #2c3e50;
  border-radius: 12px;
  border: none;
  font-size: 16px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .multiselect {
  position: relative;
  background: #f4f7f8 0% 0% no-repeat padding-box;
  flex-basis: 45%;
  display: flex;
  border-radius: 12px;
  align-items: center;
  height: 43px;
  cursor: pointer;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .multiselect .multiselect__select {
  position: absolute;
  right: 10px;
  top: 35%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #999 transparent transparent;
  content: "";
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .multiselect .multiselect__tags .multiselect__single {
  padding-left: 15px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .multiselect .multiselect__tags .multiselect__placeholder {
  color: #999595;
  padding-left: 15px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .multiselect .multiselect__tags .multiselect__input {
  width: 100%;
  background: #f4f7f8 0% 0% no-repeat padding-box;
  flex-basis: 45%;
  padding: 9px 13px;
  color: #2c3e50;
  border-radius: 12px;
  border: none;
  font-size: 16px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .multiselect .multiselect__content-wrapper {
  position: absolute;
  top: 100%;
  background: #f4f7f8 0% 0% no-repeat padding-box;
  overflow: auto;
  z-index: 9999;
  width: 100%;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .multiselect .multiselect__content-wrapper .multiselect__content {
  list-style: none;
  width: 100%;
  padding: 5px 5px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element {
  cursor: pointer;
  width: 100%;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element:hover {
  background-color: #1e90ff;
  color: white;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .judete:focus {
  outline: none;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .companyNoauth .judete-oras .orase:focus {
  outline: none;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .cont-person p,
.checkout-page .checkout-page-container .container .order-details .billing-checkout .address p {
  font-size: 10px;
  font-weight: 400;
  color: #191720;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .cont-person h3,
.checkout-page .checkout-page-container .container .order-details .billing-checkout .address h3 {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .cont-person {
  margin-bottom: 12px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .change {
  margin-top: 20px;
}
.checkout-page .checkout-page-container .container .order-details .billing-checkout .change button {
  width: 154px;
  height: 32px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #24bdff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #24bdff;
  font-family: Poppins;
  cursor: pointer;
}
.checkout-page .checkout-page-container .container .order-details .payment {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0705882353);
  border: 1px solid #cbc0cd;
  border-radius: 10px;
  padding: 35px 40px;
  margin-bottom: 35px;
}
.checkout-page .checkout-page-container .container .order-details .payment .payment-title {
  display: flex;
}
.checkout-page .checkout-page-container .container .order-details .payment .payment-title .circle-container .circle {
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: 500;
  color: #24bdff;
  background: #bce7fb 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-page .checkout-page-container .container .order-details .payment .payment-title h3 {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #191720;
}
.checkout-page .checkout-page-container .container .order-details .payment .tabs {
  margin: 20px 0px;
}
.checkout-page .checkout-page-container .container .order-details .payment .tabs .cash,
.checkout-page .checkout-page-container .container .order-details .payment .tabs .card {
  width: 169px;
  height: 32px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cbc0cd;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #cbc0cd;
  font-family: Poppins;
  cursor: pointer;
  position: relative;
}
.checkout-page .checkout-page-container .container .order-details .payment .tabs .cash .check-container,
.checkout-page .checkout-page-container .container .order-details .payment .tabs .card .check-container {
  position: absolute;
  top: -7px;
  right: -7px;
}
.checkout-page .checkout-page-container .container .order-details .payment .tabs .cash .check-container .check,
.checkout-page .checkout-page-container .container .order-details .payment .tabs .card .check-container .check {
  width: 16px;
  height: 16px;
  background: #24bdff 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-page .checkout-page-container .container .order-details .payment .tabs .cash {
  margin-right: 30px;
}
.checkout-page .checkout-page-container .container .order-details .payment .cardNoauth p {
  font-size: 14px;
}
.checkout-page .checkout-page-container .container .order-details .payment .card-container {
  width: 305px;
  height: 175px;
  background: transparent linear-gradient(120deg, #3494e6 0%, #ec6ead 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0705882353);
  border-radius: 10px;
  position: relative;
  padding: 36px 28px;
}
.checkout-page .checkout-page-container .container .order-details .payment .card-container .card-type {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 46px;
  height: 22px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-page .checkout-page-container .container .order-details .payment .card-container .card-type img {
  width: 24px;
  height: 14px;
}
.checkout-page .checkout-page-container .container .order-details .payment .card-container .card-name p {
  font-size: 10px;
  font-weight: 400;
  color: white;
}
.checkout-page .checkout-page-container .container .order-details .payment .card-container .card-name h4 {
  font-size: 17px;
  font-weight: 400;
  color: white;
  margin-top: -4px;
}
.checkout-page .checkout-page-container .container .order-details .payment .card-container .card-number {
  margin-top: 37px;
}
.checkout-page .checkout-page-container .container .order-details .payment .card-container .card-number p {
  font-size: 10px;
  font-weight: 400;
  color: white;
}
.checkout-page .checkout-page-container .container .order-details .payment .card-container .card-number h4 {
  font-size: 17px;
  font-weight: 400;
  color: white;
}
.checkout-page .checkout-page-container .container .order-details .payment .another-card {
  margin-top: 20px;
}
.checkout-page .checkout-page-container .container .order-details .payment .another-card button {
  width: 154px;
  height: 32px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #24bdff;
  border-radius: 5px;
  font-family: Poppins;
  color: #24bdff;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.checkout-page .checkout-page-container .container .order-details .summary {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0705882353);
  border: 1px solid #cbc0cd;
  border-radius: 10px;
  padding: 35px 40px;
}
.checkout-page .checkout-page-container .container .order-details .summary p {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.checkout-page .checkout-page-container .container .order-details .summary .products {
  margin-top: 30px;
}
.checkout-page .checkout-page-container .container .order-details .summary .products .product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.checkout-page .checkout-page-container .container .order-details .summary .products .product .image img {
  width: 64px;
  height: 64px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.checkout-page .checkout-page-container .container .order-details .summary .products .product .product-title {
  width: 300px;
}
.checkout-page .checkout-page-container .container .order-details .summary .products .product h4 {
  font-size: 18px;
  font-weight: 400;
  color: #191720;
}
.checkout-page .checkout-page-container .container .order-details .summary .subtotal {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-page .checkout-page-container .container .order-details .summary .subtotal .subtotal-container {
  width: 50%;
}
.checkout-page .checkout-page-container .container .order-details .summary .subtotal .subtotal-container .products-total,
.checkout-page .checkout-page-container .container .order-details .summary .subtotal .subtotal-container .shipping {
  display: flex;
  justify-content: space-between;
}
.checkout-page .checkout-page-container .container .order-details .summary .subtotal .subtotal-container .products-total {
  margin-bottom: 7px;
}
.checkout-page .checkout-page-container .container .order-details .summary .subtotal .pay {
  width: 40%;
}
.checkout-page .checkout-page-container .container .order-details .summary .subtotal .pay h2 {
  font-size: 20px;
  font-weight: 500;
  color: #191720;
}
.checkout-page .checkout-page-container .container .order-details .summary .subtotal .pay button {
  width: 184px;
  height: 32px;
  background: #24bdff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: Poppins;
  border: none;
}
@media (min-width: 281px) and (max-width: 550px) {
  .checkout-page .checkout-page-container {
    width: 100%;
    padding: 15px;
  }
  .checkout-page .checkout-page-container .container .title {
    margin-top: 70px;
  }
  .checkout-page .checkout-page-container .container .title h1 {
    font-size: 20px;
  }
  .checkout-page .checkout-page-container .container .order-details .order-title h1 {
    font-size: 20px;
  }
  .checkout-page .checkout-page-container .container .order-details .delivery {
    padding: 15px;
  }
  .checkout-page .checkout-page-container .container .order-details .delivery .noauth-address .judete-oras {
    flex-direction: column;
  }
  .checkout-page .checkout-page-container .container .order-details .delivery .noauth-address .judete-oras .judete {
    margin-bottom: 20px;
  }
  .checkout-page .checkout-page-container .container .order-details .delivery .delivery-title {
    align-items: center;
    flex-wrap: wrap;
  }
  .checkout-page .checkout-page-container .container .order-details .delivery .delivery-title .title-container,
  .checkout-page .checkout-page-container .container .order-details .delivery .delivery-title .change {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .checkout-page .checkout-page-container .container .order-details .delivery .delivery-title .change {
    flex-direction: column;
    width: 100%;
  }
  .checkout-page .checkout-page-container .container .order-details .delivery .delivery-title .change button {
    width: 100%;
    margin-right: 0px;
  }
  .checkout-page .checkout-page-container .container .order-details .billing-checkout {
    padding: 15px;
  }
  .checkout-page .checkout-page-container .container .order-details .billing-checkout .tabs .person,
  .checkout-page .checkout-page-container .container .order-details .billing-checkout .tabs .company {
    margin: 0px 0px 15px 0px;
    width: 100%;
    font-size: 16px;
  }
  .checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .judete-oras {
    flex-direction: column;
  }
  .checkout-page .checkout-page-container .container .order-details .billing-checkout .noauthDetails .judete-oras .judete {
    margin-bottom: 20px;
  }
  .checkout-page .checkout-page-container .container .order-details .payment {
    padding: 15px;
  }
  .checkout-page .checkout-page-container .container .order-details .payment .tabs .cash,
  .checkout-page .checkout-page-container .container .order-details .payment .tabs .card {
    margin: 0px 0px 15px 0px;
    width: 100%;
  }
  .checkout-page .checkout-page-container .container .order-details .payment .card-container {
    width: 100%;
  }
  .checkout-page .checkout-page-container .container .order-details .summary {
    padding: 15px;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product {
    margin-bottom: 25px;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .image {
    display: flex;
    align-items: center;
    margin-right: 5px;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .image img {
    width: 15vw;
    height: 15vw;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product p {
    align-items: center;
    display: flex;
    margin-right: 10px;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .product-price {
    display: flex;
    align-items: center;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .product-price h4 {
    font-size: 15px;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .product-title {
    width: 50%;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .subtotal {
    flex-direction: column;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .subtotal .subtotal-container {
    margin-bottom: 20px;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .subtotal .pay {
    width: 100%;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .subtotal .pay h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .subtotal .pay button {
    width: 100%;
    height: 37px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .checkout-page .checkout-page-container {
    width: 100%;
    padding: 20px;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product {
    justify-content: space-between;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .image {
    flex-basis: 20%;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .product-title {
    flex-basis: 40%;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product p {
    flex-basis: 5%;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .product-price {
    flex-basis: 25%;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .checkout-page .checkout-page-container {
    width: 100%;
    padding: 20px;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product {
    justify-content: flex-start;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .image {
    flex-basis: 10%;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .product-title {
    flex-basis: 40%;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product p {
    flex-basis: 5%;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .product-price {
    flex-basis: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1650px) {
  .checkout-page .checkout-page-container {
    padding: 20px;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product {
    justify-content: space-between;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .image {
    flex-basis: 10%;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .product-title {
    flex-basis: 40%;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product p {
    flex-basis: 5%;
  }
  .checkout-page .checkout-page-container .container .order-details .summary .products .product .product-price {
    flex-basis: 25%;
  }
}

.checkoutmulti {
  position: relative;
  background: #f4f7f8 0% 0% no-repeat padding-box;
  flex-basis: 45%;
  display: flex;
  border-radius: 12px;
  align-items: center;
  height: 43px;
  cursor: pointer;
}
.checkoutmulti .multiselect__select {
  position: absolute;
  right: 10px;
  top: 35%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #999 transparent transparent;
  content: "";
}
.checkoutmulti .multiselect__tags .multiselect__single {
  padding-left: 15px;
}
.checkoutmulti .multiselect__tags .multiselect__placeholder {
  color: #999595;
  padding-left: 15px;
}
.checkoutmulti .multiselect__tags .multiselect__input {
  width: 100%;
  background: #f4f7f8 0% 0% no-repeat padding-box;
  flex-basis: 45%;
  padding: 9px 13px;
  color: #2c3e50;
  border-radius: 12px;
  border: none;
  font-size: 16px;
}
.checkoutmulti .multiselect__content-wrapper {
  position: absolute;
  top: 100%;
  background: #f4f7f8 0% 0% no-repeat padding-box;
  overflow: auto;
  z-index: 9999;
  width: 100%;
  padding: 10px 10px;
  box-shadow: 4px 4px 13px #d4d4d4;
}
.checkoutmulti .multiselect__content-wrapper .multiselect__content {
  list-style: none;
  width: 100%;
  padding: 5px 5px;
}
.checkoutmulti .multiselect__content-wrapper .multiselect__content .multiselect__element {
  cursor: pointer;
  width: 100%;
}
.checkoutmulti .multiselect__content-wrapper .multiselect__content .multiselect__element:hover {
  background-color: #1e90ff;
  color: white;
}

.checkout-wrapper .main-wrapper {
  display: flex;
}
@media (min-width: 280px) and (max-width: 1300px) {
  .checkout-wrapper .main-wrapper {
    flex-direction: column;
  }
}
.checkout-wrapper .main-left-side {
  flex: 1;
  padding: 40px 30px 40px 30px;
  animation: fadeIn 450ms;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  padding: 0px 150px;
}
@media (min-width: 280px) and (max-width: 1024px) {
  .checkout-wrapper .main-left-side {
    padding: 40px 15px;
  }
}
.checkout-wrapper .main-left-side .paragraph {
  margin: 10px 0;
}
.checkout-wrapper .main-left-side .container.content {
  padding: 30px 50px;
  border-radius: 5px;
}
.checkout-wrapper .main-left-side .container.content .checkout-success-btn {
  margin-top: 30px;
  display: flex !important;
}
.checkout-wrapper .main-left-side .container.content .content-title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info {
  border-radius: 10px;
  padding: 25px 0px;
  margin-bottom: 15px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .header-order-details {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .header-order-details .order-status {
  display: flex;
  align-items: center;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .header-order-details .order-status .icon {
  margin-right: 25px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .header-order-details .order-status .icon svg {
  height: 55px;
  width: 55px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .header-order-details .order-status h5 {
  font-size: 15px;
  font-weight: 500;
  color: #191720;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .header-order-details .delivery-date {
  flex-basis: 30%;
  border-left: 1px solid #eeeeee;
  padding-left: 24px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .header-order-details .delivery-date p {
  font-size: 12px;
  font-weight: 400;
  color: #a9a9a9;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .header-order-details .delivery-date h5 {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .delivery-info,
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .billing-info,
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .payment-method {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  height: auto;
  padding: 15px;
  flex-basis: 32%;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .delivery-info h5,
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .billing-info h5,
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .payment-method h5 {
  font-size: 15px;
  font-weight: 500;
  color: #191720;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .delivery-info p,
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .billing-info p,
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .payment-method p {
  font-size: 12px;
  font-weight: 400;
  color: #a9a9a9;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .delivery-info h6,
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .billing-info h6,
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .payment-method h6 {
  font-size: 13px;
  font-weight: 400;
  color: #191720;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .payment-method {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .payment-method .button {
  display: flex;
  width: 100%;
  justify-content: center;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .card {
  height: auto;
  background: transparent linear-gradient(120deg, #3494e6 0%, #ec6ead 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0705882353);
  border-radius: 10px;
  position: relative;
  padding: 36px 28px;
  flex-basis: 22%;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .card .card-type {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 46px;
  height: 22px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .card .card-type img {
  width: 24px;
  height: 14px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .card .card-name p {
  font-size: 10px;
  font-weight: 400;
  color: white;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .card .card-name h4 {
  font-size: 17px;
  font-weight: 400;
  color: white;
  margin-top: -4px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .card .card-number {
  margin-top: 37px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .card .card-number p {
  font-size: 10px;
  font-weight: 400;
  color: white;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .card .card-number h4 {
  font-size: 17px;
  font-weight: 400;
  color: white;
}
@media (min-width: 551px) and (max-width: 1024px) {
  .checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .firstrow .card {
    flex-basis: 40%;
  }
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow {
  display: flex;
  align-items: flex-start;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .products-summary {
  flex-basis: 70%;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 15px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .products-summary .product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .products-summary .product img {
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .products-summary .product h4 {
  font-size: 12px;
  font-weight: 400;
  color: #191720;
  width: 300px;
  margin: 0 5px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .products-summary .product .price {
  display: flex;
  flex-direction: column;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .products-summary .product .price h5 {
  font-size: 12px;
  font-weight: 400;
  color: #191720;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .products-summary .product .price p {
  font-size: 12px;
  font-weight: 400;
  color: #191720;
}
@media (min-width: 281px) and (max-width: 550px) {
  .checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .products-summary {
    flex-basis: 100%;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .products-summary {
    flex-basis: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1650px) {
  .checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .products-summary {
    flex-basis: 34%;
  }
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .total-summary {
  padding: 15px;
  flex-basis: 29%;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .total-summary .total p {
  font-size: 12px;
  font-weight: 400;
  color: #a9a9a9;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .total-summary .total h5 {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .total-summary .button {
  display: flex;
  align-items: flex-end;
  margin-left: 20px;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .total-summary .button .rate {
  width: 149px;
  height: 30px;
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-wrapper .main-left-side .container.content .order-details-section .order-details-section-info .secondrow .total-summary .button .rate:hover {
  background: #30656b 0% 0% no-repeat padding-box;
}
@media (max-width: 1023px) {
  .checkout-wrapper .main-left-side {
    padding: 0px;
  }
}
.checkout-wrapper .main-left-side .section-step {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  margin: 30px 0px;
  color: #191720;
}
.checkout-wrapper .main-left-side .section-step .circle {
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  background: #30656b 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 13px;
  font-weight: 600;
  margin-right: 15px;
}
.checkout-wrapper .main-left-side .section-step.width-100 {
  display: block !important;
}
.checkout-wrapper .main-left-side .section-step.choice {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-gap: 30px;
}
@media (min-width: 281px) and (max-width: 1023px) {
  .checkout-wrapper .main-left-side .section-step.choice {
    grid-template-columns: repeat(2, 47%);
  }
}
@media (min-width: 1367px) {
  .checkout-wrapper .main-left-side .section-step.choice {
    grid-template-columns: repeat(2, 35%);
  }
}
.checkout-wrapper .main-left-side .section-step.choice.choice-top {
  align-items: flex-start;
}
.checkout-wrapper .main-left-side .section-step.choice.triple {
  grid-template-columns: repeat(3, 26.8%);
}
.checkout-wrapper .main-left-side .section-step.choice.triple .choice-label {
  width: inherit;
}
.checkout-wrapper .main-left-side .section-step.choice .choice-label {
  display: block;
  max-width: 400px;
  width: 100%;
  padding: 8px 12px;
  border-radius: 15px;
  border: 1px solid #e3eaeb;
  background-color: #ffffff;
  transition: all 0.15s ease-in-out;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  white-space: nowrap;
}
.checkout-wrapper .main-left-side .section-step.choice .choice-label:hover, .checkout-wrapper .main-left-side .section-step.choice .choice-label:focus {
  border: 1px solid #30656b;
}
.checkout-wrapper .main-left-side .section-step.choice .choice-label.checked {
  border: 1px solid #30656b;
  position: relative;
}
.checkout-wrapper .main-left-side .section-step.choice .choice-label.checked svg {
  position: absolute;
  right: -10px;
  top: -10px;
  fill: #30656b;
}
.checkout-wrapper .main-left-side .section-step.choice .choice-label > input {
  visibility: hidden;
  position: absolute;
}
.checkout-wrapper .main-left-side .section-step.choice .choice-label > input + div {
  cursor: pointer;
  border: 1px solid transparent;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .coupon-validation {
  font-size: 13px;
  color: red;
  padding: 5px 0 0 10px;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .error {
  font-size: 0.8125rem;
  line-height: 14px;
  margin-bottom: 0;
  color: #ed1c24;
  transition-timing-function: ease-in;
  transition: 0.2s;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group.has-error label {
  color: red;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group.has-error input {
  border: 1px solid red !important;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group.has-error textarea,
.checkout-wrapper .main-left-side .section-step.choice .input-group.has-error .custom-input,
.checkout-wrapper .main-left-side .section-step.choice .input-group.has-error .multiselect__tags {
  border: 1px solid red !important;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group.has-error .datepicker-custom input {
  border: 1px solid red !important;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group label {
  font-size: 14px;
  font-weight: 300;
  color: #88888c;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group textarea {
  width: 100%;
  font-family: "Poppins", sans-serif;
  padding: 8px 12px;
  border-radius: 15px !important;
  border: 1px solid #e3eaeb;
  background-color: #ffffff;
  transition: border 0.15s ease-in-out;
  font-weight: 400;
  font-size: 14px;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group textarea:hover, .checkout-wrapper .main-left-side .section-step.choice .input-group textarea:focus {
  outline: none;
  border: 1px solid #30656b;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .custom-input {
  font-family: "Poppins", sans-serif;
  max-width: 400px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e3eaeb;
  border-radius: 10px !important;
  padding: 8px 12px;
  transition: all 0.3s ease-in-out;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .custom-input.has-error {
  border: 1px solid red !important;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .custom-input:hover, .checkout-wrapper .main-left-side .section-step.choice .input-group .custom-input:focus {
  outline: none;
  border: 1px solid #30656b;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .custom-input:disabled:hover, .checkout-wrapper .main-left-side .section-step.choice .input-group .custom-input:disabled:focus {
  outline: none;
  border: 1px solid #e8e8e8;
  cursor: not-allowed;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding-right: 100px;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .multiselect {
  font-weight: 400;
  font-size: 14px;
  max-width: 400px;
  width: 100%;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .multiselect .multiselect__single {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #191720;
  margin-top: -2px;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .multiselect .multiselect__placeholder {
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #191720;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .multiselect .multiselect__select {
  top: 1px;
  z-index: 2;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .multiselect .multiselect__tags {
  font-weight: 400;
  border: 1px solid #e3eaeb;
  border-radius: 15px;
  min-height: 41px;
  max-height: 53px;
  padding: 8px 22px 8px 12px;
  overflow: auto;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .multiselect .multiselect__tags .multiselect__placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: -10px;
  color: #191720;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .multiselect .multiselect__input {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .multiselect .multiselect__option {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #191720;
  font-size: 14px;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .multiselect .multiselect__option--highlight {
  background: #30656b;
  color: #fff;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .multiselect .multiselect__content-wrapper {
  border: 1px solid #e3eaeb;
  border-radius: 15px;
  padding: 10px 0px;
  margin: 5px 0px;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  padding-top: 2px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--text-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .check-container a {
  transition: color 0.15s ease-in-out;
  color: #598489;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .check-container a:hover, .checkout-wrapper .main-left-side .section-step.choice .input-group .check-container a:focus {
  color: #30656b;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #30656b;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .check-container:hover input ~ .checkmark {
  background-color: rgba(89, 132, 137, 0.0784313725);
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .check-container input:checked ~ .checkmark {
  background-color: #30656b;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .check-container input:checked ~ .checkmark:after {
  display: block;
}
.checkout-wrapper .main-left-side .section-step.choice .input-group .check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.checkout-wrapper .main-left-side .section-step.choice .total-group {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 40px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1019607843);
  min-height: 140px;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group:last-child {
  box-shadow: none;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group .login-message,
.checkout-wrapper .main-left-side .section-step.choice .total-group .overtime {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #30656b;
  cursor: default;
  word-break: break-word;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .checkout-wrapper .main-left-side .section-step.choice .total-group .login-message,
  .checkout-wrapper .main-left-side .section-step.choice .total-group .overtime {
    text-align: center;
  }
}
.checkout-wrapper .main-left-side .section-step.choice .total-group div {
  width: 100%;
  display: flex;
  align-items: center;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group div span:first-child {
  width: 40%;
  display: block;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group div:last-child {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #8f8f8f;
  margin-bottom: 10px;
  font-size: 14px;
  cursor: default;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group span .main-button {
  border-radius: 10px !important;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group span .main-button:disabled {
  cursor: not-allowed;
  background-color: #30656b;
  border-color: #30656b;
  opacity: 0.5;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group .grand-total {
  font-size: 32px;
  font-weight: 600;
  color: #191720;
  margin-bottom: 10px;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group .grand-total.img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group .grand-total.img img {
  height: 70px;
  width: 70px;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group button {
  border-radius: 15px !important;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group .confirm-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
}
.checkout-wrapper .main-left-side .section-step.choice .total-group .confirm-img img {
  width: 70px;
}
@media (min-width: 281px) and (max-width: 550px) {
  .checkout-wrapper .main-left-side .section-step.choice {
    display: flex;
    flex-direction: column;
  }
  .checkout-wrapper .main-left-side .section-step.choice .input-group {
    width: 100%;
  }
  .checkout-wrapper .main-left-side .section-step.choice .total-group {
    width: 100%;
  }
}
.checkout-wrapper .main-left-side .section-step.choice .reset-voucher {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  transition: color 0.15s ease-in-out;
  margin-top: -40px;
}
.checkout-wrapper .main-left-side .section-step.choice .reset-voucher:hover, .checkout-wrapper .main-left-side .section-step.choice .reset-voucher:focus {
  cursor: pointer;
  color: var(--main-accent-color);
}
.checkout-wrapper .main-left-side .section-step.summary .total-group {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 40px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1019607843);
  min-height: 140px;
  font-size: 17px;
  width: 100%;
}
.checkout-wrapper .main-left-side .section-step.summary .total-group.pay-element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-wrapper .main-left-side .section-step.summary .total-group .group-element {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.checkout-wrapper .main-left-side .section-step.summary .total-group .grand-total {
  font-size: 32px;
  font-weight: 600;
  color: #191720;
  margin-bottom: 10px;
}
.checkout-wrapper .main-left-side .main-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #30656b;
  border: 1px solid #30656b;
  border-radius: 10px !important;
  padding: 12px 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #f6f6f6;
  transition: all 0.15s ease-in-out;
  min-width: 250px;
  font-size: 18px;
  text-decoration: none;
}
.checkout-wrapper .main-left-side .main-button:focus, .checkout-wrapper .main-left-side .main-button:hover {
  color: #f6f6f6;
  background-color: #598489;
  border: 1px solid #598489;
  outline: none;
}
.checkout-wrapper .main-left-side .main-button:disabled {
  background-color: #30656b;
  border: 1px solid #30656b;
  opacity: 0.5;
  cursor: not-allowed;
}
.checkout-wrapper .main-left-side .payment-modal {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: saturate(180%) blur(15px);
          backdrop-filter: saturate(180%) blur(15px);
}
.checkout-wrapper .main-left-side .payment-modal .modal-content {
  padding: 30px;
  max-width: 800px;
  min-width: 400px;
  margin: auto;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  border: none;
}
.checkout-wrapper .main-left-side .payment-modal .modal-content .modal-content-header .modal-title {
  color: #191720;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}
.checkout-wrapper .main-left-side .payment-modal .modal-content .button-choice {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.checkout-wrapper .main-left-side .payment-modal .modal-content .button-choice button:first-child {
  margin-right: 15px;
}
.checkout-wrapper .main-left-side .payment-modal .modal-content .button-choice .pay-confirm {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #30656b;
  border: 1px solid #30656b;
  border-radius: 10px !important;
  padding: 12px 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #f6f6f6;
  transition: all 0.15s ease-in-out;
  min-width: 250px;
  font-size: 18px;
  text-decoration: none;
}
.checkout-wrapper .main-left-side .payment-modal .modal-content .button-choice .pay-confirm:focus, .checkout-wrapper .main-left-side .payment-modal .modal-content .button-choice .pay-confirm:hover {
  color: #f6f6f6;
  background-color: #598489;
  border: 1px solid #598489;
  outline: none;
}
.checkout-wrapper .main-left-side .payment-modal .modal-content .button-choice .pay-confirm:disabled {
  background-color: #30656b;
  border: 1px solid #30656b;
  opacity: 0.5;
  cursor: not-allowed;
}
.checkout-wrapper .main-left-side .payment-modal .modal-content .button-choice .pay-cancel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #a7a7a7;
  border: 1px solid #a7a7a7;
  border-radius: 10px !important;
  padding: 12px 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #f6f6f6;
  transition: all 0.15s ease-in-out;
  min-width: 250px;
  font-size: 18px;
  text-decoration: none;
  margin-left: 20px;
}
.checkout-wrapper .main-left-side .payment-modal .modal-content .button-choice .pay-cancel:focus, .checkout-wrapper .main-left-side .payment-modal .modal-content .button-choice .pay-cancel:hover {
  color: #f6f6f6;
  background-color: #646464;
  border: 1px solid #646464;
  outline: none;
}
.checkout-wrapper .main-left-side .payment-modal .modal-content .button-choice .pay-cancel:disabled {
  background-color: #30656b;
  border: 1px solid #30656b;
  opacity: 0.5;
  cursor: not-allowed;
}
.checkout-wrapper .main-left-side .payment-modal .modal-content .modal-choice .stripe-errors {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fa755a;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 281px) and (max-width: 550px) {
  .checkout-wrapper .main-left-side {
    padding: 15px;
    margin-top: 100px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .checkout-wrapper .main-left-side {
    padding: 15px;
    margin-top: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .checkout-wrapper .main-left-side {
    padding: 15px;
  }
}
@media (min-width: 280px) and (max-width: 1299px) {
  .checkout-wrapper .main-left-side {
    margin-top: 30px;
  }
}
.checkout-wrapper .main-left-side .multiselect--disabled {
  background: transparent;
  opacity: 0.6;
}
.checkout-wrapper .main-left-side .multiselect--disabled .multiselect__select {
  background: transparent;
}
.checkout-wrapper .main-right-side {
  width: 350px;
  padding-right: 30px;
}
@media (min-width: 280px) and (max-width: 1299px) {
  .checkout-wrapper .main-right-side {
    padding: 20px !important;
    width: 100% !important;
    height: 100%;
  }
  .checkout-wrapper .main-right-side .cart-total,
  .checkout-wrapper .main-right-side .empty-cart {
    display: none !important;
  }
  .checkout-wrapper .main-right-side .cart-empty {
    padding: 20px;
  }
  .checkout-wrapper .main-right-side.show-mobile {
    width: 100% !important;
    position: absolute;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    transform-origin: 0% 0%;
    transform: scale(1);
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
            backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
    animation: fadeIn 450ms;
  }
  .checkout-wrapper .main-right-side.show-mobile .shop-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }
  .checkout-wrapper .main-right-side.show-mobile .shop-wrapper .shop-cart {
    width: 100%;
    height: 90%;
  }
}
@media (min-width: 280px) and (max-width: 1299px) and (min-width: 850px) and (max-width: 1023px) {
  .checkout-wrapper .main-right-side.show-mobile .shop-wrapper .shop-cart {
    width: 430px;
  }
}
@media (min-width: 280px) and (max-width: 1299px) and (min-width: 1024px) and (max-width: 1300px) {
  .checkout-wrapper .main-right-side.show-mobile .shop-wrapper .shop-cart {
    width: 430px;
    height: 90%;
  }
}
@media (min-width: 280px) and (max-width: 1299px) {
  .checkout-wrapper .main-right-side.show-mobile .shop-wrapper .cart-content {
    display: block;
    padding: 20px 0;
  }
}
@media (min-width: 280px) and (max-width: 1299px) and (min-width: 1280px) and (max-width: 1300px) {
  .checkout-wrapper .main-right-side.show-mobile .shop-wrapper {
    align-items: center;
  }
}
.checkout-wrapper .main-right-side .shop-cart {
  border: 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1019607843);
  font-family: "Poppins", sans-serif;
  position: relative;
  margin-top: 40px;
  border: 1px solid #e3eaeb;
}
.checkout-wrapper .main-right-side .shop-cart .close-custom {
  position: absolute;
  background: #ffffff;
  opacity: 1;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  box-shadow: 3px -3px 15px #30656b;
  transition: all 0.15s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  right: -10px;
  top: -10px;
  font-weight: 700;
  cursor: pointer;
}
.checkout-wrapper .main-right-side .shop-cart .close-custom span {
  transition: all 0.15s ease-in-out;
}
.checkout-wrapper .main-right-side .shop-cart .close-custom span:hover, .checkout-wrapper .main-right-side .shop-cart .close-custom span:focus {
  outline: none;
  color: #30656b;
}
.checkout-wrapper .main-right-side .shop-cart .close-custom:hover, .checkout-wrapper .main-right-side .shop-cart .close-custom:focus {
  outline: none;
  opacity: 1 !important;
}
.checkout-wrapper .main-right-side .shop-cart.fixed {
  position: sticky;
  top: 10px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1400px) {
  .checkout-wrapper .main-right-side .shop-cart.fixed {
    right: 55px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .checkout-wrapper .main-right-side .shop-cart.fixed {
    right: 50px;
  }
}
@media (min-width: 850px) and (max-width: 1023px) {
  .checkout-wrapper .main-right-side .shop-cart.fixed {
    right: 35px;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .checkout-wrapper .main-right-side .shop-cart.fixed {
    right: 35px;
  }
}
.checkout-wrapper .main-right-side .shop-cart .cart-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  background-color: #30656b;
  color: #f6f6f6;
  padding: 15px 20px;
  text-align: center;
}
.checkout-wrapper .main-right-side .shop-cart .empty-cart {
  display: block;
  text-align: center;
  padding: 8px 16px;
  color: #30656b;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  transition: all 0.15s ease-in-out;
}
.checkout-wrapper .main-right-side .shop-cart .empty-cart:hover, .checkout-wrapper .main-right-side .shop-cart .empty-cart:focus {
  color: #fff;
  background-color: #598489;
}
.checkout-wrapper .main-right-side .shop-cart .empty-cart span {
  cursor: pointer;
  display: block;
  width: 100%;
}
.checkout-wrapper .main-right-side .shop-cart .cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 20px 20px 0px 20px;
}
.checkout-wrapper .main-right-side .shop-cart .cart-header h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #f6f6f6;
  margin-bottom: 0px;
  font-size: 30px;
  cursor: default;
  text-transform: capitalize;
}
.checkout-wrapper .main-right-side .shop-cart .cart-header img {
  height: 40px;
}
.checkout-wrapper .main-right-side .shop-cart .cart-header svg {
  height: 40px;
  fill: #30656b;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  flex-direction: column;
  height: 650px;
  overflow-y: auto;
  padding: 0px 10px;
  animation: fadeIn 1s;
}
@media (min-width: 850px) and (max-width: 1280px) {
  .checkout-wrapper .main-right-side .shop-cart .cart-content {
    height: calc(100% - 290px);
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .checkout-wrapper .main-right-side .shop-cart .cart-content {
    height: calc(100vh - 270px);
  }
}
.checkout-wrapper .main-right-side .shop-cart .cart-content.loading {
  justify-content: center;
  align-items: center;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content.loading img {
  height: 100px;
  width: 100px;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-empty svg {
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
  fill: #30656b;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-empty p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #8f8f8f;
  font-size: 14px;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #f6f6f6;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product:first-child {
  margin-top: 20px;
}
@media (min-width: 280px) and (max-width: 850px) {
  .checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product {
    font-size: 12px;
  }
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .detail {
  margin-left: 20px;
  margin-right: 5px;
  min-height: 70px;
  width: 100%;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .detail a {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .detail a .name {
  font-weight: 400;
  font-size: 14px;
  color: #191720;
  word-break: break-word;
  text-transform: capitalize;
  transition: color 0.15s ease-in-out;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .detail a .product-price {
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #191720;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .detail a:hover .name, .checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .detail a:focus .name {
  color: #30656b;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .quantity {
  min-height: 70px;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .quantity .setup {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: space-between;
  border: 1px solid #30656b;
  border-radius: 10px;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .quantity .setup button,
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .quantity .setup input {
  color: #191720;
  background-color: #ffffff;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .quantity .setup button:focus,
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .quantity .setup input:focus {
  outline: none;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .quantity .setup input {
  border: 0;
  width: 26px;
  text-align: center;
  background-color: transparent;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .quantity .setup button {
  border: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .quantity .setup button:last-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .quantity .setup button:first-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details .quantity .setup button:hover {
  color: #598489;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .remove-product {
  font-size: 16px;
  position: absolute;
  top: -1px;
  left: 0px;
  color: #8f8f8f;
  display: flex;
  align-items: center;
  transition: all 0.15s ease-in-out;
  padding: 0px 8px;
  cursor: pointer;
  border-radius: 10px !important;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2509803922);
  background: #fff;
}
.checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .remove-product:hover, .checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .remove-product:focus {
  background-color: #30656b;
  color: #fff;
}
.checkout-wrapper .main-right-side .shop-cart .cart-total {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 20px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.checkout-wrapper .main-right-side .shop-cart .cart-total div.with-padding {
  padding-bottom: 30px;
}
.checkout-wrapper .main-right-side .shop-cart .cart-total div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.checkout-wrapper .main-right-side .shop-cart .cart-total span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #8f8f8f;
  margin-bottom: 0px;
  font-size: 14px;
  cursor: default;
}
.checkout-wrapper .main-right-side .shop-cart .checkout {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  background-color: #30656b;
  border-radius: 10px !important;
  border: 1px solid #30656b;
  padding: 5px 45px;
  transition: all 0.15s ease-in-out;
  margin-top: 30px;
  align-self: center;
}
.checkout-wrapper .main-right-side .shop-cart .checkout:hover, .checkout-wrapper .main-right-side .shop-cart .checkout:focus {
  background-color: var(--main-accent-color-hover);
  border: 1px solid var(--main-accent-color-hover);
}
@media (min-width: 280px) and (max-width: 849px) {
  .checkout-wrapper .main-right-side .shop-cart {
    margin-top: 75px;
  }
  .checkout-wrapper .main-right-side .shop-cart .cart-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .checkout-wrapper .main-right-side .shop-cart .cart-content {
    height: calc(100% - 270px);
    height: -webkit-calc(100% - 270px);
  }
  .checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .remove-product {
    margin-right: 10px;
  }
  .checkout-wrapper .main-right-side .shop-cart .cart-content .cart-product .product-details img {
    height: 50px;
    width: 50px;
  }
  .checkout-wrapper .main-right-side .shop-cart .cart-total {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media (min-width: 850px) and (max-width: 1600px) {
  .checkout-wrapper .main-right-side .shop-cart {
    margin-top: 75px;
  }
  .checkout-wrapper .main-right-side .shop-cart .cart-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .checkout-wrapper .main-right-side .shop-cart .cart-total {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.checkout-wrapper .main-right-side.shop-variant-cart {
  width: 25%;
}
@media (min-width: 280px) and (max-width: 1024px) {
  .checkout-wrapper .main-right-side.shop-variant-cart {
    width: 100%;
  }
}

@media (min-width: 1367px) {
  .checkout-wrapper .main-right-side {
    width: 460px;
    padding-right: 30px;
  }
}
@media (min-width: 1921px) {
  .checkout-wrapper {
    max-width: 1903px;
    margin: 0 auto;
  }
}

.modal-check-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 20px;
  outline: 0;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2509803922);
}
.modal-check-content .vs-dialog__content.notFooter {
  margin-bottom: 0px;
}
.modal-check-content .modal-check-content-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
.modal-check-content .modal-check-content-header .check-choice {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 30px;
  color: #30656b;
  padding: 20px 0px;
  width: 100%;
  text-align: center;
}
.modal-check-content .modal-check-content-header .close-custom {
  position: absolute;
  background: #ffffff;
  opacity: 1;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  transition: all 0.15s ease-in-out;
}
.modal-check-content .modal-check-content-header .close-custom span {
  transition: all 0.15s ease-in-out;
}
.modal-check-content .modal-check-content-header .close-custom span:hover, .modal-check-content .modal-check-content-header .close-custom span:focus {
  outline: none;
  color: #598489;
}
.modal-check-content .modal-check-content-header .close-custom:hover, .modal-check-content .modal-check-content-header .close-custom:focus {
  outline: none;
  opacity: 1 !important;
}
.modal-check-content .modal-check-content-body {
  display: flex;
  justify-content: space-around;
}
.modal-check-content .modal-check-content-body.custom {
  flex-direction: column;
}
.modal-check-content .modal-check-content-body .check-choice-alt {
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: var(--text-color);
}
.modal-check-content .modal-check-content-body .button-choice {
  display: flex;
  margin-top: 30px;
}
.modal-check-content .modal-check-content-body .button-choice button {
  width: 50%;
}
.modal-check-content .modal-check-content-body .button-choice .empty-confirm {
  margin-left: 10px;
}
.modal-check-content .modal-check-content-body .button-choice .empty-cancel {
  margin-right: 10px;
}
.modal-check-content .modal-check-content-body .empty-cancel,
.modal-check-content .modal-check-content-body .empty-confirm {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #f6f6f6;
  background-color: #30656b;
  border-radius: 10px !important;
  border: 1px solid #598489;
  padding: 5px 10px;
  transition: all 0.15s ease-in-out;
}
.modal-check-content .modal-check-content-body .empty-cancel:hover, .modal-check-content .modal-check-content-body .empty-cancel:focus,
.modal-check-content .modal-check-content-body .empty-confirm:hover,
.modal-check-content .modal-check-content-body .empty-confirm:focus {
  background-color: #598489;
  border: 1px solid #598489;
}

.close {
  float: right;
  border: 0;
  line-height: 1;
  top: -10px !important;
  right: -10px !important;
  font-size: 35px !important;
  position: absolute;
  line-height: 1;
  color: #30656b;
  text-shadow: 0 1px 0 #fff;
}
@media (max-width: 849px) {
  .close {
    right: -5px !important;
  }
}

.success-order {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.container.site-information {
  background-color: #fff;
  margin-top: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 30px;
}
.container.site-information .site-information-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.container.site-information .site-information-content {
  margin-top: 30px;
}

.auth-page {
  display: flex;
  position: relative;
  min-height: 100vh;
}
.auth-page .left-col {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-page .right-col {
  flex: 1;
  background: #30656b 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.auth-page .right-col .container {
  width: 60%;
  height: 70%;
  display: flex;
  justify-content: center;
}
.auth-page .right-col .container .image-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.auth-page .right-col .container .image-info .image {
  flex: 1;
  display: flex;
  justify-content: center;
}
.auth-page .right-col .container .image-info .image img {
  width: 182px;
  height: 72px;
}
.auth-page .right-col .container .image-info .text {
  flex: 1;
  text-align: center;
}
.auth-page .right-col .container .image-info .text h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  color: white;
}
.auth-page .right-col .container .image-info .text p {
  font-size: 16px;
  font-weight: 400;
  color: #b7d1d4;
  width: 450px;
}
.auth-page .right-col .square-one {
  width: 121px;
  height: 121px;
  background: #ff6a00 0% 0% no-repeat padding-box;
  border-radius: 41px;
  position: absolute;
  top: 281px;
  left: -60px;
  animation: animation 3000ms linear infinite both;
}
.auth-page .right-col .square-two {
  width: 50px;
  height: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 15px;
  position: absolute;
  top: 402px;
  left: 233px;
  animation: animation 3000ms linear infinite both;
}
.auth-page .right-col .square-three {
  width: 167px;
  height: 167px;
  background: #3cc779 0% 0% no-repeat padding-box;
  border-radius: 55px;
  position: absolute;
  top: 283px;
  right: 53px;
  animation: animation 3000ms linear infinite both;
}
.auth-page .right-col .square-four {
  width: 67px;
  height: 67px;
  background: #c2d0d2 0% 0% no-repeat padding-box;
  border-radius: 18px;
  position: absolute;
  top: 779px;
  left: -33px;
  animation: animation 3000ms linear infinite both;
}
.auth-page .right-col .square-five {
  width: 125px;
  height: 124px;
  background: #ff6a00 0% 0% no-repeat padding-box;
  border-radius: 42px;
  position: absolute;
  bottom: 30px;
  left: 300px;
  animation: animation 3000ms linear infinite both;
}
.auth-page .right-col .square-six {
  width: 60px;
  height: 59px;
  background: #3cc779 0% 0% no-repeat padding-box;
  border-radius: 15px;
  position: absolute;
  left: 375px;
  top: 675px;
  animation: animation 3000ms linear infinite both;
}
.auth-page .right-col .square-seven {
  width: 86px;
  height: 86px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 27px;
  position: absolute;
  right: 114px;
  bottom: 67px;
  animation: animation 3000ms linear infinite both;
}
@media (min-width: 281px) and (max-width: 550px) {
  .auth-page {
    flex-direction: column;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .auth-page .left-col {
    width: 100%;
    height: 100%;
  }
  .auth-page .right-col {
    width: 100%;
    height: 100%;
  }
  .auth-page .right-col .container {
    width: 100%;
    height: auto;
  }
  .auth-page .right-col .container .image-info .image {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .auth-page .right-col .container .image-info .text {
    margin-bottom: 90px;
  }
  .auth-page .right-col .container .image-info .text h3 {
    font-size: 20px;
  }
  .auth-page .right-col .container .image-info .text p {
    width: 100%;
    font-size: 14px;
  }
  .auth-page .right-col .square-one {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    top: 30px;
    left: -10px;
  }
  .auth-page .right-col .square-two {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    top: 40px;
    left: 90%;
  }
  .auth-page .right-col .square-three {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    top: 120px;
    left: 40px;
  }
  .auth-page .right-col .square-four {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    top: 360px;
    left: 30px;
  }
  .auth-page .right-col .square-five {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    top: 380px;
    left: 280px;
  }
  .auth-page .right-col .square-six {
    display: none;
  }
  .auth-page .right-col .square-seven {
    display: none;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .auth-page .right-col {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .auth-page .right-col .square-one,
  .auth-page .right-col .square-two,
  .auth-page .right-col .square-three,
  .auth-page .right-col .square-four,
  .auth-page .right-col .square-five,
  .auth-page .right-col .square-six,
  .auth-page .right-col .square-seven {
    display: none;
  }
  .auth-page .right-col .container {
    width: 100%;
    height: auto;
    padding: 15px 25px;
  }
  .auth-page .right-col .container .image-info .image {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .auth-page .right-col .container .image-info .text {
    margin-bottom: 90px;
  }
  .auth-page .right-col .container .image-info .text h3 {
    font-size: 20px;
  }
  .auth-page .right-col .container .image-info .text p {
    width: 100%;
    font-size: 14px;
  }
}

.sign-up {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  width: 100%;
}
.sign-up .sign-up-container {
  width: 60%;
  height: 60%;
}
.sign-up .sign-up-container .title h1 {
  font-size: 32px;
  font-weight: 600;
  color: #191720;
}
.sign-up .sign-up-container .title p {
  font-size: 16px;
  font-weight: 400;
  color: #191720;
}
.sign-up .sign-up-container .title p span {
  color: #ff6a00;
  cursor: pointer;
}
.sign-up .sign-up-container .sign-social {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #cbc0cd;
  width: 100%;
}
.sign-up .sign-up-container .sign-social .google button,
.sign-up .sign-up-container .sign-social .facebook button {
  width: 270px;
  height: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cbc0cd;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.sign-up .sign-up-container .sign-social .google button svg,
.sign-up .sign-up-container .sign-social .facebook button svg {
  position: absolute;
  left: 17px;
  top: 28%;
}
.sign-up .sign-up-container .form form .email,
.sign-up .sign-up-container .form form .password {
  margin-bottom: 48px;
}
.sign-up .sign-up-container .form form .email label,
.sign-up .sign-up-container .form form .password label {
  font-size: 20px;
  font-weight: 400;
  color: #191720;
}
.sign-up .sign-up-container .form form .email input,
.sign-up .sign-up-container .form form .password input {
  width: 100%;
  height: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cbc0cd;
  border-radius: 5px;
  padding-left: 15px;
  color: #191720;
}
.sign-up .sign-up-container .form form .form-input {
  margin-bottom: 20px;
}
.sign-up .sign-up-container .form form .form-input label {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.sign-up .sign-up-container .form form .form-input input {
  width: 100%;
  height: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cbc0cd;
  border-radius: 5px;
  padding-left: 15px;
  color: #191720;
}
.sign-up .sign-up-container .form form .form-input .error {
  font-size: 0.8125rem;
  line-height: 14px;
  margin-bottom: 0;
  color: #ed1c24;
  transition-timing-function: ease-in;
  transition: 0.2s;
}
.sign-up .sign-up-container .form form .form-input.error input {
  border: 1px solid #ed1c24;
}
.sign-up .sign-up-container .form form .form-input-multi {
  margin-bottom: 20px;
}
.sign-up .sign-up-container .form form .form-input-multi label {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.sign-up .sign-up-container .form form .button button {
  background: #191720 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  color: white;
  font-size: 20px;
  font-weight: 400;
  border: none;
}
.sign-up .sign-up-container .form form .button button:hover {
  opacity: 0.9;
}
.sign-up .sign-up-container .form form .button.loading button {
  background: #a3a3a3;
  cursor: not-allowed;
}
.sign-up .sign-up-container .form form .button.loading button svg {
  height: 20px;
  width: 20px;
  stroke: #ffffff;
}
.sign-up .sign-up-container .form form .button.loading button button:hover {
  opacity: 1;
}
.sign-up .sign-up-container .form form .multiselect {
  font-weight: 400;
  font-size: 14px;
  width: 100%;
}
.sign-up .sign-up-container .form form .multiselect .multiselect__single {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #191720;
  margin-top: 5px;
}
.sign-up .sign-up-container .form form .multiselect .multiselect__placeholder {
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #191720;
}
.sign-up .sign-up-container .form form .multiselect .multiselect__select {
  top: 1px;
  z-index: 2;
}
.sign-up .sign-up-container .form form .multiselect .multiselect__tags {
  font-weight: 400;
  border: 1px solid #cbc0cd;
  border-radius: 5px;
  min-height: 50px;
  max-height: 53px;
  padding: 8px 22px 8px 12px;
  overflow: auto;
}
.sign-up .sign-up-container .form form .multiselect .multiselect__tags .multiselect__placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: -10px;
  color: #191720;
}
.sign-up .sign-up-container .form form .multiselect .multiselect__input {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
}
.sign-up .sign-up-container .form form .multiselect .multiselect__option {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #191720;
  font-size: 14px;
}
.sign-up .sign-up-container .form form .multiselect .multiselect__option--highlight {
  background: #30656b;
  color: #fff;
}
.sign-up .sign-up-container .form form .multiselect .multiselect__content-wrapper {
  border: 1px solid #cbc0cd;
  border-radius: 5px;
  padding: 10px 0px;
  margin: 5px 0px;
}
@media (min-width: 281px) and (max-width: 550px) {
  .sign-up {
    align-items: flex-start;
    height: auto;
  }
  .sign-up .sign-up-container {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
  }
  .sign-up .sign-up-container .title {
    margin-top: 50px;
  }
  .sign-up .sign-up-container .sign-social {
    flex-direction: column;
  }
  .sign-up .sign-up-container .sign-social .google button,
  .sign-up .sign-up-container .sign-social .facebook button {
    width: 100%;
    margin-bottom: 20px;
  }
  .sign-up .sign-up-container .form form .button button {
    margin-bottom: 30px;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .sign-up {
    align-items: flex-start;
    height: auto;
  }
  .sign-up .sign-up-container {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
  }
  .sign-up .sign-up-container .title {
    margin-top: 50px;
  }
  .sign-up .sign-up-container .sign-social {
    flex-direction: row;
  }
  .sign-up .sign-up-container .sign-social .google,
  .sign-up .sign-up-container .sign-social .facebook {
    flex-basis: 45%;
  }
  .sign-up .sign-up-container .sign-social .google button,
  .sign-up .sign-up-container .sign-social .facebook button {
    width: 100%;
    margin-bottom: 20px;
  }
  .sign-up .sign-up-container .form form .button button {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .sign-up {
    align-items: flex-start;
  }
  .sign-up .sign-up-container {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
  }
}
@media (min-width: 1401px) and (max-width: 1650px) {
  .sign-up .sign-up-container .sign-social {
    flex-wrap: wrap;
  }
  .sign-up .sign-up-container .sign-social .google,
  .sign-up .sign-up-container .sign-social .facebook {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  .sign-up .sign-up-container .sign-social .google button,
  .sign-up .sign-up-container .sign-social .facebook button {
    width: 100%;
  }
}

/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bl%3A1%2Cs%3A%5B%7BT%3A%22r%22%2Ce%3A%22b%22%2Cd%3A7000%2CD%3A0%2Cf%3A0%2Ct%3A90%2Cs%3A3%2Cb%3A4%7D%2C%7BT%3A%22k%22%2Ce%3A%22s%22%2Cd%3A1000%2CD%3A0%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A20%2Cy%3A20%7D%2Cs%3A3%2Cb%3A4%7D%5D%7D */
@keyframes animation {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  0.46% {
    transform: matrix3d(0.988, 0.181, 0, 0, 0.004, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  0.92% {
    transform: matrix3d(0.964, 0.291, 0, 0, -0.062, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.82% {
    transform: matrix3d(0.913, 0.415, 0, 0, -0.276, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.7% {
    transform: matrix3d(0.855, 0.52, 0, 0, -0.478, 0.879, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.6% {
    transform: matrix3d(0.774, 0.634, 0, 0, -0.634, 0.773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.3% {
    transform: matrix3d(0.695, 0.719, 0, 0, -0.726, 0.687, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.49% {
    transform: matrix3d(0.672, 0.74, 0, 0, -0.748, 0.664, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.07% {
    transform: matrix3d(0.243, 0.97, 0, 0, -0.97, 0.243, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.61% {
    transform: matrix3d(0.189, 0.982, 0, 0, -0.982, 0.19, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.64% {
    transform: matrix3d(-0.028, 1, 0, 0, -1, -0.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.91% {
    transform: matrix3d(-0.082, 0.997, 0, 0, -0.997, -0.082, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.29% {
    transform: matrix3d(-0.119, 0.993, 0, 0, -0.993, -0.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.22% {
    transform: matrix3d(-0.146, 0.989, 0, 0, -0.989, -0.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.33% {
    transform: matrix3d(-0.032, 0.999, 0, 0, -0.999, -0.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.44% {
    transform: matrix3d(0.01, 1, 0, 0, -1, 0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.66% {
    transform: matrix3d(-0.001, 1, 0, 0, -1, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.98% {
    transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.container-user {
  padding: 5px 20px;
}
@media (min-width: 281px) and (max-width: 1024px) {
  .container-user {
    padding: 0;
    margin: 20px 0px;
  }
}
.container-user .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.user-menu h1 {
  font-size: 32px;
  font-weight: 600;
  color: #191720;
  margin-bottom: 20px;
}
.user-menu p {
  font-size: 14px;
  font-weight: 400;
  color: #88888c;
  margin-bottom: 30px;
}
@media (min-width: 281px) and (max-width: 1024px) {
  .user-menu h1 {
    font-size: 24px;
    text-align: center;
  }
  .user-menu p {
    text-align: center;
  }
}

.menu-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 25px;
}
.menu-container ul {
  list-style: none;
}
.menu-container ul .tabs a {
  cursor: pointer;
  text-decoration: none;
}
.menu-container ul .tabs a li {
  color: #88888c;
  margin-bottom: 10px;
  padding: 6px 20px;
  border-radius: 10px;
}
.menu-container ul .logout {
  padding: 6px 20px;
  color: #ff2424;
  cursor: pointer;
}
.menu-container ul .logout svg {
  margin-right: 5px;
}

.secondary-title {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}

.profile-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 281px) and (max-width: 850px) {
  .profile-wrapper {
    flex-direction: column;
    justify-content: center;
  }
}

.profile .image {
  position: relative;
  width: 15%;
  margin-bottom: 24px;
}
.profile .image img {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .image .edit-icon-container {
  cursor: pointer;
  width: 34px;
  height: 34px;
  position: absolute;
  background: #c2d0d2 0% 0% no-repeat padding-box;
  border-radius: 50%;
  top: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile .image .edit-icon-container .edit-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile .image .no-image-text {
  height: 135px;
}
@media (min-width: 281px) and (max-width: 1024px) {
  .profile .image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .profile .image .edit-icon-container {
    width: 50px;
    height: 50px;
    right: 10%;
  }
}
@media (min-width: 1025px) and (max-width: 1650px) {
  .profile .image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .profile .image .edit-icon-container {
    width: 50px;
    height: 50px;
    right: 40%;
  }
}

.row-user {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 281px) and (max-width: 1024px) {
  .row-user {
    flex-wrap: wrap;
  }
}

.card-user {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  width: 100%;
}

.mt-basic {
  margin-top: 24px;
}

.pd-basic {
  padding: 24px;
}

.pd-large {
  padding: 32px;
}

.half {
  width: 50%;
}
@media (min-width: 281px) and (max-width: 1650px) {
  .half {
    width: 100%;
  }
}

.full {
  width: 100%;
}

.form-user {
  margin-bottom: 24px;
}
.form-user .button .vs-button {
  padding: 4px 24px;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
}
@media (min-width: 281px) and (max-width: 1650px) {
  .form-user .button {
    width: 100%;
  }
  .form-user .button .vs-button {
    width: 100%;
    padding: 4px 24px;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
  }
}

.form-row-custom {
  display: flex;
  justify-content: space-between;
}

.col-2-custom div {
  flex-basis: 45%;
}

.col-3-custom div {
  flex-basis: 30%;
}
@media (min-width: 281px) and (max-width: 1024px) {
  .col-3-custom div {
    flex-basis: 100%;
  }
}

.input-user {
  margin-bottom: 24px;
}
.input-user p {
  font-size: 14px;
  font-weight: 300;
  color: #88888c;
}
.input-user p.has-error {
  color: #ff2424;
}
.input-user input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e3eaeb;
  border-radius: 10px;
  width: 100%;
  padding: 8px 12px;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
}
.input-user input.has-error {
  border: 1px solid #ff2424;
}
.input-user input:focus {
  border: 1px solid #30656b;
}
.input-user textarea {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e3eaeb;
  border-radius: 10px;
  width: 100%;
  padding: 10px 12px;
  min-height: 200px;
  transition: border 0.3s ease-in-out;
}
.input-user textarea:focus-visible {
  outline-offset: unset !important;
  outline: unset !important;
}
.input-user textarea:focus {
  border: 1px solid #30656b;
}
@media (min-width: 281px) and (max-width: 1024px) {
  .input-user input {
    font-size: 16px;
    height: 46px;
  }
}

.activity {
  margin-top: 50px;
}

.activity-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.activity-card .icon {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.activity-card .icon svg {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.activity-card .icon svg path {
  justify-self: flex-start;
}
.activity-card .row-activity {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.activity-card .row-activity h2 {
  font-size: 48px;
  font-weight: 500;
  color: #191720;
  flex-basis: 25%;
  margin-right: 5px;
}
.activity-card .row-activity .activity-small-text {
  flex-basis: 75%;
}
.activity-card .row-activity .activity-small-text h4 {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.activity-card .row-activity .activity-small-text a {
  text-decoration: none;
  color: #30656b;
}
.activity-card .row-activity .activity-small-text a p {
  font-size: 13px;
  color: #30656b;
  font-weight: 400;
}
.activity-card .row-activity .activity-small-text a:hover {
  text-decoration: underline;
}
@media (min-width: 281px) and (max-width: 1024px) {
  .activity-card {
    margin-bottom: 24px;
  }
}
.orders-container {
  display: flex;
  flex-direction: column;
}
.orders-container .orders-table {
  flex: 1;
}
.orders-container .orders-table .order {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 15px;
  height: auto;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.orders-container .orders-table .order:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.orders-container .orders-table .order .nr,
.orders-container .orders-table .order .date,
.orders-container .orders-table .order .total,
.orders-container .orders-table .order .status {
  flex-basis: 18%;
}
.orders-container .orders-table .order .nr p,
.orders-container .orders-table .order .date p,
.orders-container .orders-table .order .total p,
.orders-container .orders-table .order .status p {
  color: #a9a9a9;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px !important;
}
.orders-container .orders-table .order .nr h4,
.orders-container .orders-table .order .date h4,
.orders-container .orders-table .order .total h4,
.orders-container .orders-table .order .status h4 {
  font-size: 15px;
  color: #191720;
  font-weight: 400;
  margin-bottom: 0px;
}
.orders-container .orders-table .order .status .status-color-container .status-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white 0% 0% no-repeat padding-box;
  margin-right: 8px;
}
.orders-container .orders-table .order .status .status-text {
  display: flex;
  align-items: center;
}
.orders-container .orders-table .order .button button {
  width: 184px;
  height: 36px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid rgba(141, 124, 152, 0.4509803922);
  border-radius: 10px;
  font-family: Poppins;
  color: #30656b;
  cursor: pointer;
}
.orders-container .orders-table .order .button button:hover {
  border: 1px solid #30656b;
}
.orders-container .pagination {
  display: flex;
  align-items: center;
}
.orders-container .pagination .chevron .chevron-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}
.orders-container .pagination .chevron .chevron-container:hover {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
}
.orders-container .pagination .page {
  margin: 0px 10px;
}
.orders-container .vs-table-content .vs-table .vs-table__tr {
  display: flex;
  justify-content: space-evenly;
  padding: 10px 20px;
  background: #fffbfb 0% 0% no-repeat padding-box;
  border: 1px solid #cbc0cd;
  border-radius: 15px;
  height: 63px;
  align-items: center;
  margin-bottom: 17px;
}
.orders-container .vs-table-content .vs-table .vs-table__tr .nr,
.orders-container .vs-table-content .vs-table .vs-table__tr .date,
.orders-container .vs-table-content .vs-table .vs-table__tr .total,
.orders-container .vs-table-content .vs-table .vs-table__tr .status {
  width: 180px;
}
.orders-container .vs-table-content .vs-table .vs-table__tr .nr p,
.orders-container .vs-table-content .vs-table .vs-table__tr .date p,
.orders-container .vs-table-content .vs-table .vs-table__tr .total p,
.orders-container .vs-table-content .vs-table .vs-table__tr .status p {
  color: #a9a9a9;
  font-size: 12px;
  font-weight: 400;
}
.orders-container .vs-table-content .vs-table .vs-table__tr .nr h4,
.orders-container .vs-table-content .vs-table .vs-table__tr .date h4,
.orders-container .vs-table-content .vs-table .vs-table__tr .total h4,
.orders-container .vs-table-content .vs-table .vs-table__tr .status h4 {
  font-size: 16px;
  color: #191720;
  font-weight: 400;
}
.orders-container .vs-table-content .vs-table .vs-table__tr .status .status-color-container .status-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white 0% 0% no-repeat padding-box;
  margin-right: 8px;
}
.orders-container .vs-table-content .vs-table .vs-table__tr .status .status-text {
  display: flex;
  align-items: center;
}
.orders-container .vs-table-content .vs-table .vs-table__tr .button button {
  width: 184px;
  height: 36px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid rgba(141, 124, 152, 0.4509803922);
  border-radius: 10px;
  font-family: Poppins;
  color: #30656b;
  cursor: pointer;
}
.orders-container .vs-table-content .vs-table .vs-table__tr .button button:hover {
  border: 1px solid #30656b;
}
.orders-container .vs-table-content .vs-table .vs-table__tr:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #30656b;
  border-radius: 15px;
}
@media (min-width: 281px) and (max-width: 550px) {
  .orders-container {
    padding: 10px;
  }
  .orders-container .title h2 {
    text-align: center;
  }
  .orders-container .orders-table .order {
    justify-content: center;
    flex-direction: column;
  }
  .orders-container .orders-table .order .nr,
  .orders-container .orders-table .order .date,
  .orders-container .orders-table .order .total,
  .orders-container .orders-table .order .status {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 551px) and (max-width: 1400px) {
  .orders-container .orders-table .order .nr p,
  .orders-container .orders-table .order .date p,
  .orders-container .orders-table .order .total p,
  .orders-container .orders-table .order .status p {
    font-size: 12px;
  }
  .orders-container .orders-table .order .nr h4,
  .orders-container .orders-table .order .date h4,
  .orders-container .orders-table .order .total h4,
  .orders-container .orders-table .order .status h4 {
    font-size: 14px;
  }
}

.cards {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.cards .card {
  flex-basis: 30%;
}
.cards .card .card-container {
  width: 100%;
  height: 175px;
  background: transparent linear-gradient(120deg, #3494e6 0%, #ec6ead 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0705882353);
  border-radius: 10px;
  position: relative;
  padding: 36px 28px;
}
.cards .card .card-container .card-type {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 46px;
  height: 22px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards .card .card-container .card-type img {
  width: 24px;
  height: 14px;
}
.cards .card .card-container .card-name p {
  font-size: 10px;
  font-weight: 400;
  color: white;
  opacity: 0.65;
}
.cards .card .card-container .card-name h4 {
  font-size: 17px;
  font-weight: 400;
  color: white;
  margin-top: -4px;
}
.cards .card .card-container .card-number {
  margin-top: 37px;
}
.cards .card .card-container .card-number p {
  font-size: 10px;
  font-weight: 400;
  color: white;
  opacity: 0.65;
}
.cards .card .card-container .card-number h4 {
  font-size: 17px;
  font-weight: 400;
  color: white;
}
.cards .card .principal {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cards .card .principal .principal-card {
  display: flex;
  align-items: center;
}
.cards .card .principal .principal-card .check-container {
  margin-right: 10px;
}
.cards .card .principal .principal-card .check-container .check {
  width: 28px;
  height: 28px;
  background: #bce7fb 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards .card .principal .principal-card h4 {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
}
.cards .card .delete {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.cards .card .delete button {
  background: none;
  color: #ff2424;
  border: none;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 281px) and (max-width: 550px) {
  .cards {
    width: 100%;
    flex-wrap: wrap;
  }
  .cards .card {
    flex-basis: 100%;
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
  .cards .card .card-container {
    width: 100%;
    height: auto;
  }
  .cards .card .card-container .card-number {
    margin-top: 50px;
  }
}
@media (min-width: 551px) and (max-width: 1024px) {
  .cards {
    justify-content: space-between;
  }
  .cards .card {
    flex-basis: 40%;
    margin: 0px 0px 20px 0px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .cards {
    justify-content: space-between;
  }
  .cards .card {
    flex-basis: 40%;
    margin: 0px 0px 20px 0px;
  }
}

.add-card {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
}
.add-card button {
  width: 244px;
  height: 39px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #24bdff;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  color: #24bdff;
  cursor: pointer;
}

.reviews .review {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 25px;
  display: flex;
  margin: 15px 0;
}
.reviews .review .image {
  margin-right: 15px;
  width: 90px;
  height: 90px;
}
.reviews .review .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews .review .product-title {
  flex-basis: 30%;
  margin-right: 15px;
}
.reviews .review .product-title h2 {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.reviews .review .review-text {
  flex-basis: 60%;
}
.reviews .review .review-text .stars {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews .review .review-text .stars .stars-container svg {
  margin-right: 4px;
}
.reviews .review .review-text .stars .date {
  font-size: 12px;
  font-weight: 400;
  color: #8f8e92;
}
.reviews .review .review-text .text-title {
  margin: 12px 0px;
}
.reviews .review .review-text .text-title h3 {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
}
.reviews .review .review-text .text p {
  font-size: 12px;
  font-weight: 400;
  color: #191720;
}
@media (min-width: 281px) and (max-width: 850px) {
  .reviews .review {
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .reviews .review .image {
    margin: 0px;
  }
  .reviews .review .product-title {
    margin: 15px 0px;
  }
  .reviews .review .product-title h2 {
    text-align: center;
  }
  .reviews .review .review-text {
    flex-basis: unset;
    width: 100%;
  }
  .reviews .review .review-text .stars {
    margin-bottom: 15px;
  }
}
@media (min-width: 851px) and (max-width: 1400px) {
  .reviews .review {
    padding: 15px;
    justify-content: space-between;
  }
  .reviews .review .image {
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reviews .review .product-title {
    padding: 0px 10px;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reviews .review .review-text {
    flex-basis: unset;
    width: 100%;
  }
  .reviews .review .review-text .stars {
    margin-bottom: 15px;
  }
}

.addresses .address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 15px;
}
.addresses .address .contact {
  flex-basis: 40%;
}
.addresses .address .contact h3 {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  margin-bottom: 0;
}
.addresses .address .address-name {
  flex-basis: 30%;
  display: flex;
  justify-content: center;
}
.addresses .address .address-name p {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.addresses .address .buttons {
  display: flex;
  margin-left: 5px;
}
.addresses .address .buttons button:first-child {
  margin-right: 5px;
}
@media (min-width: 281px) and (max-width: 550px) {
  .addresses .address {
    padding: 15px;
    flex-direction: column;
  }
  .addresses .address .contact {
    margin-bottom: 10px;
    width: 100%;
  }
  .addresses .address .contact h3 {
    text-align: center;
  }
  .addresses .address .address-name {
    margin-bottom: 10px;
    justify-content: flex-start;
    flex-basis: 20%;
  }
  .addresses .add-ad {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .addresses .address {
    padding: 25px;
    flex-wrap: wrap;
  }
  .addresses .address .contact {
    margin-bottom: 10px;
    flex-basis: 30%;
  }
  .addresses .address .address-name {
    margin-bottom: 10px;
    justify-content: flex-start;
    flex-basis: 20%;
  }
}
@media (min-width: 851px) and (max-width: 1400px) {
  .addresses .address {
    padding: 25px;
  }
  .addresses .address .address-name {
    justify-content: flex-start;
    width: 100%;
    margin: 0px 15px;
  }
}

.add-ad button {
  width: 165px;
  height: 34px;
  border: 1px solid #191720;
  border-radius: 5px;
  font-family: Poppins;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  cursor: pointer;
}

.warranties {
  margin-top: 60px;
}
.warranties .warranty {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  padding: 24px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.warranties .warranty .image img {
  width: 106px;
  height: 106px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.warranties .warranty .col1 h3 {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  margin-bottom: 12px;
}
.warranties .warranty .col1 p {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  margin-bottom: 12px;
}
.warranties .warranty .col1 button {
  width: 199px;
  height: 32px;
  border-radius: 5px;
  background: #bce7fb 0% 0% no-repeat padding-box;
  color: #24bdff;
  border: none;
}
.warranties .warranty .col2 {
  display: flex;
  width: 170px;
  justify-content: space-between;
  height: 100px;
  align-items: flex-start;
}
.warranties .warranty .col2 .nr p {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
}
.warranties .warranty .col2 .nr-values {
  text-align: right;
}
.warranties .warranty .col2 .nr-values .order-nr {
  color: #24bdff;
  font-size: 14px;
  font-weight: 400;
}
.warranties .warranty .col2 .nr-values p {
  color: #191720;
  font-size: 14px;
  font-weight: 400;
}
.warranties .warranty:hover {
  box-shadow: 0 0 0 1px #cbc0cd;
}
@media (min-width: 281px) and (max-width: 550px) {
  .warranties .warranty {
    padding: 15px;
    flex-wrap: wrap;
  }
  .warranties .warranty .image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .warranties .warranty .col1 {
    width: 100%;
    margin-top: 15px;
  }
  .warranties .warranty .col2 {
    margin-top: 20px;
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .warranties .warranty {
    padding: 25px;
    flex-wrap: wrap;
  }
  .warranties .warranty .col1 {
    margin-bottom: 20px;
  }
  .warranties .warranty .col2 {
    height: 100%;
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .warranties .warranty {
    padding: 25px;
    flex-wrap: wrap;
  }
  .warranties .warranty .col1 {
    margin-bottom: 20px;
  }
  .warranties .warranty .col2 {
    height: 100%;
    width: 50%;
    justify-content: flex-start;
  }
}

.coupons-container {
  margin-top: 60px;
  display: flex;
}
.coupons-container .coupon {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #cbc0cd;
  border-radius: 10px;
  padding: 30px;
  width: 342px;
  height: 191px;
  margin-right: 60px;
}
.coupons-container .coupon .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.coupons-container .coupon .text h2 {
  font-size: 20px;
  font-weight: 500;
  color: #191720;
}
.coupons-container .coupon .text p {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  margin-bottom: 7px;
}
.coupons-container .coupon:hover {
  box-shadow: 0 0 0 1px #cbc0cd;
}
@media (min-width: 281px) and (max-width: 550px) {
  .coupons-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .coupons-container .coupon {
    width: 90%;
    margin: 0px 0px 20px 0px;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .coupons-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .coupons-container .coupon {
    flex-basis: 45%;
    margin: 0px 0px 20px 0px;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .coupons-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .coupons-container .coupon {
    flex-basis: 30%;
    margin: 15px 0px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .coupons-container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .coupons-container .coupon {
    flex-basis: 40%;
    margin: 15px 20px 15px 0px;
  }
}

.info .billings {
  margin-top: 60px;
}
.info .billings .billing-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 35px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 17px;
}
.info .billings .billing-card .contact h3 {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
}
.info .billings .billing-card .address-name {
  width: 500px;
  display: flex;
  justify-content: center;
}
.info .billings .billing-card .address-name p {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.info .billings .billing-card .buttons {
  display: flex;
}
.info .billings .billing-card .buttons .modify button,
.info .billings .billing-card .buttons .delete button {
  width: 95px;
  height: 27px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #191720;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #191720;
  font-family: Poppins;
}
.info .billings .billing-card .buttons .modify {
  margin-right: 36px;
}
.info .billings .billing-card:hover {
  box-shadow: 0 0 0 1px #cbc0cd;
}
.info .add-ad button {
  width: 165px;
  height: 34px;
  border: 1px solid #191720;
  border-radius: 5px;
  font-family: Poppins;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  cursor: pointer;
}
@media (min-width: 281px) and (max-width: 550px) {
  .info .title h1 {
    font-size: 20px;
    text-align: center;
  }
  .info .billings .billing-card {
    flex-wrap: wrap;
    padding: 15px;
  }
  .info .billings .billing-card .contact {
    margin-bottom: 10px;
    width: 100%;
  }
  .info .billings .billing-card .address-name {
    margin-bottom: 10px;
    width: 100%;
    justify-content: flex-start;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .info .billings .billing-card {
    padding: 20px;
    flex-wrap: wrap;
  }
  .info .billings .billing-card .contact {
    margin-bottom: 15px;
  }
  .info .billings .billing-card .address-name {
    justify-content: left;
    margin-bottom: 15px;
  }
}
@media (min-width: 851px) and (max-width: 1400px) {
  .info .billings .billing-card {
    padding: 20px;
    flex-wrap: wrap;
  }
  .info .billings .billing-card .contact {
    margin-bottom: 15px;
  }
  .info .billings .billing-card .address-name {
    justify-content: left;
    margin-bottom: 15px;
    width: 100%;
  }
}

.company {
  margin-top: 50px;
}
.company .title {
  margin-bottom: 30px;
}
.company .title h1 {
  font-size: 24px;
  font-weight: 500;
  color: #191720;
}
.company .companies .company-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 35px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 17px;
}
.company .companies .company-card .contact h3 {
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  width: 200px;
}
.company .companies .company-card .address-name {
  width: 500px;
  display: flex;
  justify-content: center;
}
.company .companies .company-card .address-name p {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.company .companies .company-card .buttons {
  display: flex;
}
.company .companies .company-card .buttons .modify button,
.company .companies .company-card .buttons .delete button {
  width: 95px;
  height: 27px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #191720;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #191720;
  font-family: Poppins;
}
.company .companies .company-card .buttons .modify {
  margin-right: 36px;
}
.company .companies .company-card:hover {
  box-shadow: 0 0 0 1px #cbc0cd;
}
.company .add-com button {
  width: 165px;
  height: 34px;
  border: 1px solid #191720;
  border-radius: 5px;
  font-family: Poppins;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #191720;
  cursor: pointer;
}
@media (min-width: 281px) and (max-width: 550px) {
  .company .title h1 {
    font-size: 20px;
    text-align: center;
  }
  .company .companies .company-card {
    padding: 15px;
    flex-wrap: wrap;
  }
  .company .companies .company-card .contact {
    margin-bottom: 10px;
    width: 100%;
  }
  .company .companies .company-card .address-name {
    margin-bottom: 10px;
    width: 100%;
    justify-content: flex-start;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .company .companies .company-card {
    padding: 20px;
    flex-wrap: wrap;
  }
  .company .companies .company-card .contact {
    margin-bottom: 15px;
  }
  .company .companies .company-card .address-name {
    justify-content: left;
    margin-bottom: 15px;
  }
}
@media (min-width: 851px) and (max-width: 1400px) {
  .company .companies .company-card {
    padding: 20px;
    flex-wrap: wrap;
  }
  .company .companies .company-card .contact {
    margin-bottom: 15px;
  }
  .company .companies .company-card .address-name {
    justify-content: left;
    margin-bottom: 15px;
    width: 100%;
  }
}

.input-file {
  height: 40px;
  width: 100%;
  color: #2F2F2F;
  font-size: 0.9375rem;
  padding: 20px 0;
  height: 52px;
  margin-bottom: 20px;
}
.input-file:focus {
  outline: 0;
}
.input-file::-moz-placeholder {
  color: #7F7F7F;
}
.input-file::placeholder {
  color: #7F7F7F;
}

.label-input-file {
  color: #7F7F7F;
  font-size: 20px;
  width: 100%;
  margin: 0;
  transition: font-size 0.3s;
}

.settings-container .email,
.settings-container .password {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 15px;
}
.settings-container .email .icon-text,
.settings-container .password .icon-text {
  display: flex;
  align-items: center;
}
.settings-container .email .icon-text svg path,
.settings-container .password .icon-text svg path {
  fill: #30656b;
}
.settings-container .email .icon-text h3,
.settings-container .password .icon-text h3 {
  font-size: 16px;
  font-weight: 500;
  color: #191720;
  margin-left: 15px;
  margin-bottom: 0;
}
.settings-container .email .text p,
.settings-container .password .text p {
  font-size: 14px;
  font-weight: 400;
  color: #191720;
}
.settings-container .email .modify button,
.settings-container .password .modify button {
  width: 95px;
  height: 27px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #24bdff;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  color: #24bdff;
  cursor: pointer;
}
@media (min-width: 281px) and (max-width: 550px) {
  .settings-container .email,
  .settings-container .password {
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .settings-container .email .text,
  .settings-container .password .text {
    margin: 15px 0px;
    text-align: center;
  }
}
@media (min-width: 551px) and (max-width: 850px) {
  .settings-container .email,
  .settings-container .password {
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .settings-container .email .icon-text,
  .settings-container .password .icon-text {
    flex-basis: 100%;
    justify-content: center;
  }
  .settings-container .email .text,
  .settings-container .password .text {
    margin: 15px 0px;
    flex-basis: 100%;
    text-align: center;
  }
}

.radio-buttons-address {
  display: flex;
  font-size: 16px;
}

.data-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 25px;
}

.container-new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: fadeIn 450ms;
}
.container-new .article-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
}
.container-new .article-container .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-new .article-container .title h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #191720;
  margin-bottom: 30px;
}
.container-new .article-container .author {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 25px;
  font-size: 16px;
  color: #949494;
}
.container-new .article-container .author span:nth-child(2) {
  padding-left: 11px;
  margin-left: 10px;
  border-left: 1px solid rgba(127, 127, 127, 0.35);
}
.container-new .main-image {
  width: 100%;
  margin-bottom: 25px;
}
.container-new .main-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.container-new .content img {
  height: 60%;
  width: 60%;
  display: block;
  margin: 20px 0;
}
@media (min-width: 281px) and (max-width: 1024px) {
  .container-new .article-container {
    padding: 0 15px;
  }
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff2424;
  --orange: #ff6a00;
  --yellow: #ffc107;
  --green: #30656b;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #f6f6f6;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #30656b;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff2424;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f6f6f6;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f6f6f6;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #f6f6f6;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b1d4f9;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #76b6fb;
}

.table-hover .table-primary:hover {
  background-color: #99c7f7;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #99c7f7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cfd2d4;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #aeb3b7;
}

.table-hover .table-secondary:hover {
  background-color: #c2c5c8;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c2c5c8;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bfcdcf;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fabae;
}

.table-hover .table-success:hover {
  background-color: #b0c2c4;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b0c2c4;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8dee5;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #82cad6;
}

.table-hover .table-info:hover {
  background-color: #a5d5de;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a5d5de;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f9e7b3;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fbda7a;
}

.table-hover .table-warning:hover {
  background-color: #f7e09b;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f7e09b;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f9bbbb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fb8989;
}

.table-hover .table-danger:hover {
  background-color: #f7a4a4;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f7a4a4;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f7f7f7;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f7f8f8;
}

.table-hover .table-light:hover {
  background-color: #eaeaea;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaeaea;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c0c1c3;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #919497;
}

.table-hover .table-dark:hover {
  background-color: #b3b4b7;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b3b4b7;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #f6f6f6;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #f6f6f6;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(246, 246, 246, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #f6f6f6;
  background-color: rgba(246, 246, 246, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #f6f6f6;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #f6f6f6;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #30656b;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #f6f6f6;
  background-color: rgba(48, 101, 107, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #30656b;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2330656b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #30656b;
  box-shadow: 0 0 0 0.2rem rgba(48, 101, 107, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #30656b;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #f6f6f6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2330656b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #30656b;
  box-shadow: 0 0 0 0.2rem rgba(48, 101, 107, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #30656b;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #30656b;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #30656b;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #40868e;
  background-color: #40868e;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(48, 101, 107, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #30656b;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #30656b;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #30656b;
  box-shadow: 0 0 0 0.2rem rgba(48, 101, 107, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ff2424;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #f6f6f6;
  background-color: rgba(255, 36, 36, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff2424;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff2424' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff2424' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff2424;
  box-shadow: 0 0 0 0.2rem rgba(255, 36, 36, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff2424;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #f6f6f6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff2424' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff2424' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff2424;
  box-shadow: 0 0 0 0.2rem rgba(255, 36, 36, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff2424;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff2424;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff2424;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff5757;
  background-color: #ff5757;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 36, 36, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff2424;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff2424;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff2424;
  box-shadow: 0 0 0 0.2rem rgba(255, 36, 36, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #f6f6f6;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #f6f6f6;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #f6f6f6;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(37, 141, 254, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #f6f6f6;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #f6f6f6;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 141, 254, 0.5);
}

.btn-secondary {
  color: #f6f6f6;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #f6f6f6;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #f6f6f6;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(129, 136, 143, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #f6f6f6;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #f6f6f6;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 136, 143, 0.5);
}

.btn-success {
  color: #f6f6f6;
  background-color: #30656b;
  border-color: #30656b;
}
.btn-success:hover {
  color: #f6f6f6;
  background-color: #244c51;
  border-color: #204448;
}
.btn-success:focus, .btn-success.focus {
  color: #f6f6f6;
  background-color: #244c51;
  border-color: #204448;
  box-shadow: 0 0 0 0.2rem rgba(78, 123, 128, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #f6f6f6;
  background-color: #30656b;
  border-color: #30656b;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #f6f6f6;
  background-color: #204448;
  border-color: #1c3b3f;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 123, 128, 0.5);
}

.btn-info {
  color: #f6f6f6;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #f6f6f6;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #f6f6f6;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(56, 175, 193, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #f6f6f6;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #f6f6f6;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 175, 193, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #f6f6f6;
  background-color: #ff2424;
  border-color: #ff2424;
}
.btn-danger:hover {
  color: #f6f6f6;
  background-color: #fd0000;
  border-color: #f00000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #f6f6f6;
  background-color: #fd0000;
  border-color: #f00000;
  box-shadow: 0 0 0 0.2rem rgba(254, 68, 68, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #f6f6f6;
  background-color: #ff2424;
  border-color: #ff2424;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #f6f6f6;
  background-color: #f00000;
  border-color: #e30000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 68, 68, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #f6f6f6;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #f6f6f6;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #f6f6f6;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(81, 86, 91, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #f6f6f6;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #f6f6f6;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 86, 91, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #f6f6f6;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #f6f6f6;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #f6f6f6;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #f6f6f6;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #30656b;
  border-color: #30656b;
}
.btn-outline-success:hover {
  color: #f6f6f6;
  background-color: #30656b;
  border-color: #30656b;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 101, 107, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #30656b;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #f6f6f6;
  background-color: #30656b;
  border-color: #30656b;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 101, 107, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #f6f6f6;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #f6f6f6;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ff2424;
  border-color: #ff2424;
}
.btn-outline-danger:hover {
  color: #f6f6f6;
  background-color: #ff2424;
  border-color: #ff2424;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 36, 36, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff2424;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #f6f6f6;
  background-color: #ff2424;
  border-color: #ff2424;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 36, 36, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #f6f6f6;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #f6f6f6;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #f6f6f6;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #f6f6f6;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #f6f6f6;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #f6f6f6;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23f6f6f6' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23f6f6f6' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f6f6f6'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #f6f6f6;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #f6f6f6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #f6f6f6;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f6f6f6;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f6f6f6, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f6f6f6, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f6f6f6, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f6f6f6;
  border-color: #dee2e6 #dee2e6 #f6f6f6;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #f6f6f6;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #f6f6f6;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #f6f6f6;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(246, 246, 246, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(246, 246, 246, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(246, 246, 246, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #f6f6f6;
}
.navbar-dark .navbar-toggler {
  color: rgba(246, 246, 246, 0.5);
  border-color: rgba(246, 246, 246, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28246, 246, 246, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(246, 246, 246, 0.5);
}
.navbar-dark .navbar-text a {
  color: #f6f6f6;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #f6f6f6;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f6f6f6;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #f6f6f6;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #f6f6f6;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #f6f6f6;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #f6f6f6;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #f6f6f6;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #f6f6f6;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #f6f6f6;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #f6f6f6;
  background-color: #30656b;
}
a.badge-success:hover, a.badge-success:focus {
  color: #f6f6f6;
  background-color: #204448;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 101, 107, 0.5);
}

.badge-info {
  color: #f6f6f6;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #f6f6f6;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #f6f6f6;
  background-color: #ff2424;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #f6f6f6;
  background-color: #f00000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 36, 36, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #f6f6f6;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #f6f6f6;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #c5ddf8;
  border-color: #b1d4f9;
}
.alert-primary hr {
  border-top-color: #99c7f7;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #dadcde;
  border-color: #cfd2d4;
}
.alert-secondary hr {
  border-top-color: #c2c5c8;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #193538;
  background-color: #ced9da;
  border-color: #bfcdcf;
}
.alert-success hr {
  border-top-color: #b0c2c4;
}
.alert-success .alert-link {
  color: #091415;
}

.alert-info {
  color: #0c5460;
  background-color: #c9e5ea;
  border-color: #b8dee5;
}
.alert-info hr {
  border-top-color: #a5d5de;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #f8ebc6;
  border-color: #f9e7b3;
}
.alert-warning hr {
  border-top-color: #f7e09b;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #851313;
  background-color: #f8cccc;
  border-color: #f9bbbb;
}
.alert-danger hr {
  border-top-color: #f7a4a4;
}
.alert-danger .alert-link {
  color: #580d0d;
}

.alert-light {
  color: #818182;
  background-color: #f6f7f7;
  border-color: #f7f7f7;
}
.alert-light hr {
  border-top-color: #eaeaea;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #cfd0d2;
  border-color: #c0c1c3;
}
.alert-dark hr {
  border-top-color: #b3b4b7;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #f6f6f6;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(246, 246, 246, 0.15) 25%, transparent 25%, transparent 50%, rgba(246, 246, 246, 0.15) 50%, rgba(246, 246, 246, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #f6f6f6;
}
.list-group-item.active {
  z-index: 2;
  color: #f6f6f6;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b1d4f9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #99c7f7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #f6f6f6;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #cfd2d4;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c2c5c8;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #f6f6f6;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #193538;
  background-color: #bfcdcf;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #193538;
  background-color: #b0c2c4;
}
.list-group-item-success.list-group-item-action.active {
  color: #f6f6f6;
  background-color: #193538;
  border-color: #193538;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #b8dee5;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #a5d5de;
}
.list-group-item-info.list-group-item-action.active {
  color: #f6f6f6;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #f9e7b3;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #f7e09b;
}
.list-group-item-warning.list-group-item-action.active {
  color: #f6f6f6;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #851313;
  background-color: #f9bbbb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #851313;
  background-color: #f7a4a4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #f6f6f6;
  background-color: #851313;
  border-color: #851313;
}

.list-group-item-light {
  color: #818182;
  background-color: #f7f7f7;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #eaeaea;
}
.list-group-item-light.list-group-item-action.active {
  color: #f6f6f6;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c0c1c3;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b3b4b7;
}
.list-group-item-dark.list-group-item-action.active {
  color: #f6f6f6;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #f6f6f6;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(246, 246, 246, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(246, 246, 246, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #f6f6f6;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #f6f6f6;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #f6f6f6;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #f6f6f6;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #eeeeee;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #f6f6f6;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #eeeeee;
  border-bottom: 1px solid #e2e2e2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #f6f6f6;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #f6f6f6;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #f6f6f6;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #30656b !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #204448 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #ff2424 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f00000 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #f6f6f6 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #30656b !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #ff2424 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #f6f6f6 !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

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

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #f6f6f6 !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #30656b !important;
}

a.text-success:hover, a.text-success:focus {
  color: #183336 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #ff2424 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #d70000 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(246, 246, 246, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #f6f6f6 !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
* {
  font-family: Poppins;
}

body {
  background: #f7f9f9 0% 0% no-repeat padding-box;
}

p {
  margin-bottom: unset !important;
}

.fullpage-container {
  animation: fadeIn 450ms;
}
.fullpage-container.no-scroll {
  height: 100vh;
  overflow: hidden;
  background-image: url(/images/aicuce.png?4a80dfa2d63c54d1e108f7dc87f3803f);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  animation: fadeIn 450ms;
}

.vld-overlay {
  z-index: 10000 !important;
}
.vld-overlay .vld-background {
  background: #30656b !important;
  opacity: 1 !important;
  animation: fadeIn 550ms;
}
.vld-overlay .vld-icon svg {
  stroke: #f7c03a;
}

.vs-input__label {
  left: unset !important;
  padding-left: 44px;
}
.vs-input__label.vs-input__label--label {
  padding-left: 0;
}

.loading-wrapper {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-wrapper svg {
  stroke: #30656b;
}

.loading-content-wrapper {
  display: block;
  padding-right: 17px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: saturate(180%) blur(15px);
          backdrop-filter: saturate(180%) blur(15px);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.loading-content-wrapper .inner-wrapper {
  position: absolute;
  margin-left: auto;
  top: 50%;
  left: 50%;
}
.loading-content-wrapper .inner-wrapper svg {
  stroke: #30656b;
}

.no-data {
  text-align: center;
  margin-bottom: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
