body {
  -webkit-touch-callout: none; /* iOS Safari */
  /*    -webkit-user-select: none;  Safari 
        -khtml-user-select: none;  Konqueror HTML 
        -moz-user-select: none;  Firefox 
        -ms-user-select: none;  Internet Explorer/Edge */
  /*    user-select: none;  Non-prefixed version, currently
                              supported by Chrome and Opera */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Verdana;
  background-color: #f9f9f9;
}

.wrapper .nav-link {
  /* max-height: 36px; */
  line-height: 36px;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.arrow .nav-link.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0%;
  margin-left: 0px;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 15px solid#c7d7e0;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }
  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #sidebar.active {
    margin-left: 0 !important;
  }
  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none;
  }
  #sidebar .sidebar-header strong {
    display: block;
  }
  #sidebar ul li a {
    padding: 20px 10px;
  }
  #sidebar ul li a span {
    font-size: 0.85em;
  }
  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }
  #sidebar ul ul a {
    padding: 10px !important;
  }
  #sidebar ul li a i {
    font-size: 1.3em;
  }
  #sidebar {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}

/* On / Off toggle */
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

p {
  font-size: 16px;
}
h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 18px 0px;
}
h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 12px 0px;
}
h3 {
  font-size: 24px;
  margin: 12px 0px;
}
h4 {
  font-size: 18px;
  margin: 9px 0px;
}
.UploadButton {
  background: url("images/image-upload-backgroud.png") no-repeat;
  border: solid 4px #d0d0d0;
  display: inline-block;
  height: 150px;
  width: 150px;
  cursor: pointer;
}
.UploadButton input {
  cursor: pointer;
}
#UploadButtonWaiting {
  /*background: url('images/loader_32.gif') no-repeat 59px 59px;*/
  height: 150px;
}

.loading32 {
  background-image: url("images/loader_32.gif");
  background-repeat: no-repeat;
  background-position: right center;
}
.completed {
  background-image: url("images/success.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.not_completed {
  background-image: url("images/error.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.shadow {
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}
.highlight {
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  padding: 10px;
  margin: 10px 0px;
}

.required {
  color: #ff0000;
  font-weight: 900;
  font-family: Arial;
  font-size: 16px;
  padding: 2px;
}

/*
Jquery lightbox related CSS
*/
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-hint {
  display: block;
  height: 34px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #d0d0d0;
}

.twitter-typeahead .hint-small {
  height: 30px;
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 3px;
  line-height: 1.5;
}

.twitter-typeahead .hint-large {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
  line-height: 1.33;
}
.tt-suggestions {
  min-width: 150px;
}
.tt-suggestion {
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-radius: 4px;
}
.tt-is-under-cursor {
  text-decoration: underline;
  background-color: #dfdfdf;
}
dl dt,
dl dd {
  border-bottom: 1px dotted #dfdfdf;
  padding-top: 10px;
}
.field_border {
  border-bottom: 1px dotted #dfdfdf;
}

.card_image {
  width: 100%;
}

.page_top_margin {
  margin-top: 12px;
}
.admin-header {
  width: 100%;
  background-color: #f2f2f2;
  display: inline-block;
  padding: 5px 10px;
  color: #a7a7a7;
  margin-bottom: 10px;
}
.admin-header h1 {
  margin: 5px;
}

/* Make sidebar fixed to the left and full height */
.sidebar-card {
  /* position: fixed; */
  top: 0;
  left: 0;

  width: 250px; /* Set your desired width */
  z-index: 1000;
  overflow-y: auto; /* Scrollable if content overflows */
}

/* Adjust the content area */
.page-content {
  margin-left: 250px; /* Same as the sidebar width */
  padding: 20px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #222d32;
  color: #fff;
  transition: all 0.3s;
}

#sidebar a {
  color: #fafafa;
}

.sidebar-header h3 {
  margin: 0px;
}

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

#sidebar.active .sidebar-header {
  /* padding: 0px; */
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
  display: none;
  margin: 0px;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar .nav-link.active {
  color: #ffd709;
  background: #1e282c;
  border-left: 2px solid #3c8dbc;
}

#sidebar.active .nav-link .text {
  display: none;
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  background: #6d7fcc;
  padding: 12px;
  height: 68px;
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

#sidebar ul.components {
  padding: 0px 0 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #7386d5;
  background: #fff;
}

#sidebar ul li a i {
  margin-right: 10px;
}

#sidebar ul li.active > a {
  color: #fff;
  background: #6d7fcc;
}

a[data-toggle="collapse"] {
  position: relative;
}

.action-buttons div {
  margin: 20px 0px;
}
.action-buttons i {
  display: block;
  font-size: 30px;
  line-height: 30px;
}
.form-search {
  margin: 12px 0px;
}
#searchfield {
  width: 100%;
}

.chart-grid {
  background-color: #ffffff;
  min-height: 280px;
  margin-bottom: 16px;
  padding: 0px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.chart-header {
  background-color: #666c73;
  color: #f1eded;
  padding: 0px 8px;
  border-radius: 4px 4px 0px 0px;
}
.chart-header > h2 {
  font-size: 18px;
  margin: 0px;
}
.chart-body {
  padding: 8px;
}
.line-legend,
.pie-legend {
  list-style: none;
  padding-top: 10px;
}
.line-legend li,
.pie-legend li {
  line-height: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  display: inline-block;
}
.line-legend li span,
.pie-legend li span {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 5px;
  margin-left: 10px;
}

input[type="file"] {
  border: none;
  color: #666;
}

.card {
  margin-bottom: 20px;
  background-color: #fff;
}

.shadow3 {
  /* Add shadows to create the "card" effect */
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: box-shadow 0.5s;
  border-radius: 1px;
}

.card-footer {
  padding: 12px;
  border-top: #cecece solid 1px;
  text-align: right;
}
.card-data {
  position: relative;
}
.card-data .card-button {
  position: absolute;
  top: -18px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.card-data .card-button p {
  background-color: #03a9f4;
  color: #fff;
  display: inline-block;
  padding: 8px;
  border-radius: 3px;
  font-size: 16px;
  transition: 0.3s;
}

.card-data .card-button.circle p {
  border-radius: 50%;
  padding: 12px;
}
.card-data .card-button p:hover {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.card-data-item {
  margin: 0px;
  overflow: hidden;
  padding: 6px 12px;
  transition: 0.3s;
  border-bottom: 1px dashed #eee;
}
.inlineblock {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.card-data-item .mb-3 {
  display: block;
}
.card-data-item > .details-col3 {
  max-width: 200px;
}
.card-data-item h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hide_overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rank {
  font-size: 30px;
  color: #e91e63;
}

.card-price {
  display: inline-block;
  font-size: 24px;
  margin-right: 18px;
  font-family: "Suranna", serif;
}

.starRating {
  display: inline-block;
  font-size: 24px;
  color: orange;
}
.starRating i {
  margin-right: 5px;
}
.rating {
  display: inline-block;
  font-size: 18px;
  color: orange;
}
.rating .comment {
  color: #d7d2c8;
}
.card-button-footer {
  font-size: 18px;
  display: inline-block;
  float: right;
}

.img-small-circle-div {
  display: inline-block;
  min-height: 48px;
  min-width: 48px;
  border-radius: 50%;
  border: solid #78a4c4;
  border-spacing: 2px;
  background-size: cover;
  vertical-align: middle;
}
.img-profile {
  min-height: 36px;
  min-width: 36px;
}
.img-medium-circle-div {
  margin: 30px auto;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: solid #03a9f4;
  border-spacing: 2px;
  background-size: cover;
}

.card .small {
  font-style: italic;
  font-size: 18px;
  margin-top: 6px;
  color: #cecece;
  display: block;
}
/* On mouse-over, add a deeper shadow */
.shadow3:hover {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.list-group-item p {
  margin: 4px 0px;
}
.card-header {
  padding: 10px;
  /* color:#555; */
  color: #f1eded;
  background-color: #666c73;
  /* background-color: #f1f1f1; */
}
.card-header h1 {
  margin-bottom: 5px;
}
.card-header h2 {
  color: #f1eded;
  /* margin: 0px; */
}
.card-header p a {
  margin-top: 10px;
}
.has-top-image {
  margin-top: 60px;
}
.has-top-image .card-header {
  position: relative;
  padding-top: 60px;
}
.card-header > .header-top-image {
  position: absolute;
  max-height: 100px;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0px auto;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
.card-header > .header-top-image:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.card-header.red {
  background: #ff939d;
  color: #fff;
}
.card-header.blue {
  background: #03a9f4;
  color: #fff;
}
.card-header h1 {
  font-weight: bolder;
  text-align: left;
}
.card-header h1 span {
  font-size: 12px;
  margin-top: 10px;
  display: block;
  color: #d5d5d5;
  text-transform: none;
}
.card-header img {
  max-width: 150px;
  margin: 20px auto;
}
.card-header h2,
.card-data h2 {
}
.card-header h1,
.card-data h1 {
}
.card-header > .profile_image {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin: 5px;
  border: 3px solid #c99;
  background-position: center center;
  background-size: cover;
  margin-top: 30px;
}

/* Add some padding inside the card container */
.infoboxes {
  margin-bottom: 16px;
}
.infoboxes .infobox-bg {
  margin: 0px 0px 30px 0px;
  display: block;
  background-color: #ffffff;
  border-bottom: #379fe8 solid 4px;
  box-shadow: 1px 1px #eeeeee;
  text-align: center;
}

.infobox {
  display: inline-block;
  color: #03a9f4;
  padding: 6px;
  border-radius: 4px;
  /* border-right: 1px dotted #F0F0EE; */
  /* border-left: 1px dotted #F0F0EE; */
}
.infobox-bg {
  display: inline-block;
  color: #03a9f4;
  padding: 6px;
  border-radius: 4px;
  /* border-right: 1px dotted #F0F0EE; */
  /* border-left: 1px dotted #F0F0EE; */
  box-shadow: 0px 3px #eeeeee;
}
.infobox-title {
  display: block;
  color: #a0aba1;
  font-size: 16px;
  margin: 6px;
}

.infobox .infobox-data-small {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.infobox-bg .infobox-data {
  font-size: 40px;
  padding: 5px 5px;
}
.infobox-bg .infobox-data .prev_data {
  font-size: 18px;
  color: #cecece;
  display: inline-block;
  text-align: center;
  line-height: 7px;
}

.infobox .infobox-footer {
  display: inline-block;
  text-align: center;
}

.btn {
  border-width: 0;
  outline: none;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition-duration: 0.5s;
}

.btn:hover,
.btn:focus {
  filter: brightness(85%);
  transition-duration: 0.5s;
}
.btn-default {
  background-color: #6986a1;
}

.btn-default.disabled {
  background-color: #eee;
}

.progress-inline {
  margin-bottom: 0px;
}

.img-help {
  border-radius: 5px;
  border: 5px solid #aaa;
  padding: 5px;
}
code {
  padding: 0px;
}
.spacer {
  height: 10px;
}

.sidebar-search {
  background-color: #9dcfef;
  padding: 8px 8px 4px 8px;
  border-radius: 4px;
}
.page {
  margin: 24px auto;
}
.page table {
  border-color: #cdd4d9;
}
.page table tr:nth-child(odd) {
  font-weight: bold;
  background-color: #efefef;
  color: #424141;
}
.page table td {
  padding: 8px;
}
.container-background {
  background-color: #fff;
  border-radius: 4px;
  /* margin:30px 0px; */
  padding: 12px 12px;
}

footer {
  position: relative;
  background-color: #31363a;
  color: #e9e9e9;
}

footer h3 {
  margin: 30px 10px 10px;
  font-size: 25px;
}
footer p {
  margin: 10px;
}

footer a:hover,
footer a:visited {
  color: #fff;
}

footer a {
  color: #fafafa;
  text-decoration: none;
}
footer .list-unstyled li {
  margin-top: 12px;
  background-color: #373d41;
  border-radius: 4px;
  padding: 8px;
}
footer .copyright {
  background-color: #464d52;
  padding: 10px 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 0.823em;
  color: #fff;
}

h2 a,
h2 a:visited {
  text-decoration: none;
  color: #e75639;
}

h2 a:hover {
  text-decoration: none;
  color: #990000;
  transition-duration: 0.5s;
}
.jumbotron {
  padding: 15px 0px;
  background: #fff;
  margin: 0px;
}
.jumbotron .btn {
  padding: 6px 14px;
  font-size: 24px;
  border-radius: 9px;
}
.jumbotron h1 {
  font-size: 36px;
}
.jumbotron_bg h1 {
  color: #fff;
  text-shadow: 1px 1px 2px #282929;
}
.jumbotron_bg {
  background: url("../../assets/image/jumbo_bg.jpg") no-repeat;
  background-color: #fefefe;
  background-size: cover;
  border-radius: 0px;
  margin-top: -12px;
}
.navbar {
  border-radius: 0px;
}
.navbar-main {
  filter: none !important;
  margin-bottom: 0px;
  border-bottom: 0px;
  min-height: 40px;
  background-color: #0277bd;
}
.navbar-nav.open > a {
  background: none;
}
.navbar-brand > img {
  max-height: 36px;
  /* line-height: 36px; */
}
.navbar-btn {
  margin: 5px 5px;
}
.nav-bar-topmost {
  margin: 0px;
  padding: 0px;
}

.img-tiny {
  display: block;
  max-width: 30px;
  max-height: 30px;
  width: auto;
  height: auto;
}

#myNotificationMenu {
  color: #fff;
  position: relative;
  padding-right: 23px;
}
#myNotificationMenu:hover {
  color: #ababab;
}

.badge-icon .badge {
  position: absolute;
  font-size: 10px;
  margin-top: -5px;
  margin-left: -3px;
  background-color: #ff5722;
  color: #fff;
}
.notification-heading {
  font-size: 18px;
  margin: 10px 0px;
}
.features > li > a {
  margin-top: 10px;
  display: block;
  font-size: 19px;
  border-bottom: dotted 1px;
  text-decoration: none;
}
.features > li > a:hover {
  color: #ff5722;
  transition-duration: 0.5s;
}
.sidebar-search h3 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.pagination {
  border-radius: 4px;
  margin: 12px;
}

header {
  background-color: #fff;
  position: relative;
}
header nav {
  z-index: 100;
}
header .container {
  z-index: 300;
}
.modal-login .modal-header {
  border-bottom: none;
  position: relative;
  justify-content: center;
}

.modal-login .modal-content {
  margin-top: 100px;
}

.modal-login .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -60px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #60c7c1;
  padding: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #fff;
}
.dropdown.open {
  background: none;
}
.dropdown-header:first-child {
  margin-top: 0px;
}
.dropdown-header {
  margin-top: 16px;
  font-size: 16px;
  color: #fcfcfc;
  background-color: #0277bd;
}

.menu-logo {
  max-height: 48px;
}

.shadow1 {
  position: relative;
  /* box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
}

/*==================================================
 * Effect 7
 * ===============================================*/
.shadow2 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow2:before,
.shadow2:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.shadow2:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.img-label {
  background-color: #015a79;
  color: #fff;
  text-align: center;
  min-height: 36px;
  padding: 6px;
  font-size: 20px;
}

.ce-block__content,
.ce-toolbar__content {
  width: 860px;
  margin: 0px;
}
