body {
  margin: 0px;
  padding: 0px;
}

.form-control {
  border-radius: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pushmenu {
  /*this is the nav*/
  background: #eeeeee;
  width: 250px;
  top: 0;
  z-index: 1000;
  position: fixed;
}

/*  Table */
table.listorder td {
  border-top: 0px !important;
  padding: 5px !important;
}


.h-full {
  /* position: absolute; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.font-smaller {
  font-size: x-large !important;
}

.links {
  list-style-type: none;
}

.links li a {
  position: relative;
  display: block;
  /* drops the nav vertically*/
  color: black;
  text-decoration: none;
  padding: 13px;
}

.links li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  bottom: -5px;
  width: 0;
  height: 4px;
  background-color: #f1f1f1;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.links li a:hover:after {
  width: 70%;
}

.links li a:active {
  color: #dbdbdb;
}

.pushmenu-left {
  left: -250px;
}

.pushmenu-left.pushmenu-open {
  left: 0;
}

.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.pushmenu-push-toright {
  left: 250px;
}

.pushmenu,
.pushmenu-push {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bt-footer {
  bottom: 30px;
  position: fixed;
  left: 0px;
  right: 0px;
}

.nav_list {
  background: url(../images/icon_nav.png) no-repeat left top;
  cursor: pointer;
  height: 30px;
  width: 33px;
  color: white;
  position: absolute;
}

.nav-list.active {
  background-position: -331px top;
}

.buttonset {
  /* height: 70px; */
  padding: 20px;
}

.buttonset a {
  text-decoration: none;
  color: white;
}

section.content {
  padding: 10px 20px;
}

.bg-orage {
  background: #e0675e !important;
}

.text-white {
  color: white !important;
}

.text-black {
  color: black !important;
}

.text-orage {
  color: #e0675e !important;
}

.text-green {
  color: #69E3DF !important;
}

.modal-dialog {
  top: 35%;
}

.menu-left-head {
  width: 100px;
  margin: 20px;
}

.bg-gray {
  background-color: #f0f0f0 !important;
}

.bg-green {
  background-color: #69E3DF;
}

.bg-pink {
  background-color: #BD0006 !important;
}

.bg-blue {
  background-color: #5A5AD7 !important;
}

.bg-yellow {
  background-color: #FBB03B;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-black-5 {
  background-color: #293038 !important;
}

.bg-none {
  background: none !important;
}

.nontify-block {
  position: absolute;
  float: right;
  right: 10px;
  top: 10px;
}

.icon-favorite {
  position: absolute;
  /* float: right; */
  right: 0px;
  top: 10px;
  font-size: large;
  left: 0;
}


.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-200 {
  margin-top: 200px;
}

.mt-n10 {
  margin-top: -10px;
}

.mt-n20 {
  margin-top: -20px;
}

.mt-n30 {
  margin-top: -30px;
}

.mt-n40 {
  margin-top: -40px;
}

.mt-n50 {
  margin-top: -50px;
}

.mt-n60 {
  margin-top: -60px;
}

.mt-n70 {
  margin-top: -70px;
}

.mt-n80 {
  margin-top: -80px;
}

.mt-n90 {
  margin-top: -90px;
}

.mt-n100 {
  margin-top: -100px;
}
.mt-100p { margin-top: 100% !important;}
.mt-110p { margin-top: 110% !important;}
.mt-120p { margin-top: 120% !important;}
.mt-150p { margin-top: 150% !important;}
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-n10 {
  margin-bottom: -10px;
}

.mb-n20 {
  margin-bottom: -20px;
}

.mb-n30 {
  margin-bottom: -30px;
}

.mb-n40 {
  margin-bottom: -40px;
}

.mb-n50 {
  margin-bottom: -50px;
}

.mb-n60 {
  margin-bottom: -60px;
}

.mb-n70 {
  margin-bottom: -70px;
}

.mb-n80 {
  margin-bottom: -80px;
}

.mb-n90 {
  margin-bottom: -90px;
}

.mb-n100 {
  margin-bottom: -100px;
}

.br-profile {
  border-radius: 40px 40px 0px 0px !important;
  box-shadow: none !important;
}

.bt {
  border-bottom: 1px #cccccc solid !important;
}

.p-20 {
  padding: 20px !important;
}

.plr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}


.accordion-container {
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 10px auto;
}

.accordion-container>h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
  border: 0px !important;
}

.set>a {
  display: block;
  padding: 5px 0px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.set>a i {
  float: right;
  margin-top: 2px;
}

.set>a>h5 {
  display: inline-block;
  margin-left: 15px;
}

.set>a.active {
  /* background-color:#3399cc;*/
  color: rgb(0, 0, 0);
}

.content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}

.content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.pink-circle {
  background-color: #BD0006;
  color: white;
  padding: 5px 7px;
  border-radius: 50%;
}

.radius-left {
  border-radius: 50rem 0px 0px 50rem;
}

.f-5 {
  font-size: 5px !important;
}

.f-10 {
  font-size: 10px !important;
}
.f-12 {
  font-size: 12px !important;
}
.f-14 {
  font-size: 14px !important;
}
.f-15 {
  font-size: 15px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-25 {
  font-size: 25px !important;
}

.f-30 {
  font-size: 30px !important;
}
.h-10p {
  height: 10%;
  position: absolute;
}
.h-20p {
  height: 20%;
  position: absolute;
}
.h-30p {
  height: 30%;
  position: absolute;
}
.h-40p {
  height: 40%;
  position: absolute;
}
.h-50p {
  height: 50%;
  position: absolute;
}
.h-60p {
  height: 60%;
  position: absolute;
}
.h-70p {
  height: 70%;
  position: absolute;
}
.h-80p {
  height: 80%;
  position: absolute;
}
.h-90p {
  height: 90%;
  position: absolute;
}
.h-100p {
  height: 100%;
  position: absolute;
}
.h-120p {
  height: 120%;
  position: absolute;
}
.h-fit { height: fit-content;}
