@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;1,400;1,600;1,700;1,800;1,900&family=Prompt:wght@300;400;600;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;600;800&family=Prompt:wght@100;300;400;800&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-size: 13px;
  background: #FFF;
  margin: 0;
  font-family: "Prompt", sans-serif !important;
  color: #272727;
  overflow-x: hidden;
}

#debug-icon {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box {
  display: inline-block;
  max-width: 200px;
  border-radius: 10px;
  border: #e0e0e0 1px solid;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.box .inner {
  background: #000;
}

.box:hover {
  background: violet;
}

.slideup::after {
  margin-top: -80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.zoom {
  background-color: transparent;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.zoom:hover {
  margin-top: -10px;
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  cursor: hand;
}

.link {
  cursor: pointer;
}

.link:hover {
  cursor: hand !important;
}

.txt-b {
  font-weight: 600 !important;
}

.txt-s {
  font-size: 12px !important;
}

.txt-m {
  font-size: 15px !important;
}

.txt-l {
  font-size: 18px !important;
}

.txt-xl {
  font-size: 28px !important;
}

.txt-xxl {
  font-size: 40px !important;
}

.txt-xxxl {
  font-size: 80px !important;
}

.txt-slim {
  font-weight: 100 !important;
}

.txt-thm1 {
  color: #DAA520 !important;
}

.txt-thm2 {
  color: #c1bfc0 !important;
}

.txt-thm3 {
  color: #004b97 !important;
}

.txt-thm4 {
  color: #015501 !important;
}

.txt-thm5 {
  color: #b70000 !important;
}

.txt-base {
  color: #e0e0e0;
}

.txt-sha {
  text-shadow: 1px 1px 0px black;
}

.txt-en {
  font-family: "Nunito", sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px;
}

.txt-th {
  font-family: "prompt", cursive !important;
  font-weight: 300 !important;
}

.logo-small {
  max-width: 150px !important;
  background: #FFF;
  padding: 0px 10px;
}

.menus-itm li {
  margin-top: 15px;
}

.menus-itm li .prd-block {
  min-height: 100px;
  padding: 10px;
}

.menus-itm li .prd-block .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: calc(15px);
  background: #FFF;
  border: #e0e0e0 2px solid;
  font-size: 25px;
  text-align: center;
  padding: 1px 0px;
}

.menus-itm li .prd-block .icon span {
  display: block;
  margin-top: -8px;
}

.menus-itm li .prd-block .title {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 37.5px);
  font-size: 16px;
  border-bottom: #e0e0e0 1px solid;
}

.menus-itm li .prd-block .des {
  padding: 15px;
}

.menus-itm li .prd-block .des ul {
  padding-left: 0px;
  margin-left: 0px;
}

.menus-itm li .prd-block .des ul li {
  margin-left: 0px;
  padding: 2px !important;
  margin-top: 0px;
  font-size: 14px;
}

.menus-itm li .prd-block .des ul li ul li {
  margin-left: 10px;
}

.menus-itm li:hover .block-underline:before, .menus-itm li:hover .block-underline:after {
  width: 100%;
}

.menus-itm li:hover a:hover {
  color: #d67a03;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  padding: 2px 0px;
  border-radius: 6px;
}

.menus-itm li:first-child {
  margin-top: 0px;
}

.zone-3 .block-underline:after {
  border-bottom: 3px solid #004b97;
  left: 0;
}

.zone-3:hover {
  color: #004b97 !important;
}

.zone-3:hover .prd-block .icon {
  border: #004b97 1px solid;
}

.zone-3:hover .prd-block .icon span, .zone-3:hover .prd-block .icon a span {
  margin-top: -10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.zone-4:hover .block-underline:after {
  border-bottom: 3px solid #015501;
  left: 0;
}

.zone-4:hover:hover {
  color: #015501 !important;
}

.zone-4:hover:hover .prd-block .icon {
  border: #015501 1px solid;
}

.zone-4:hover:hover .prd-block .icon span, .zone-4:hover:hover .prd-block .icon a span {
  margin-left: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.zone-5:hover .block-underline:after {
  border-bottom: 3px solid #b70000;
  left: 0;
}

.zone-5:hover:hover {
  color: #b70000 !important;
}

.zone-5:hover:hover .prd-block .icon {
  border: #b70000 1px solid;
}

.zone-5:hover:hover .prd-block .icon span, .zone-5:hover:hover .prd-block .icon a span {
  margin-left: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.block-underline {
  border: none;
  color: #ffffff;
  outline: none;
  position: relative;
  width: 100%;
}

.block-underline:before, .block-underline:after {
  border: 0 solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  height: 0;
  position: absolute;
  width: 0px;
}

.block-underline:after {
  left: 0;
}

#nav_slider div div .d-block {
  border-bottom-left-radius: 20px;
}

.carousel-indicators {
  opacity: 0;
  bottom: 7% !important;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel .carousel-control-prev, .carousel .carousel-control-next {
  opacity: 0;
}

.carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next {
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.carousel:hover .carousel-indicators {
  opacity: 1;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.prdcate {
  margin: 0 auto;
  padding-left: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.prdcate li {
  padding-left: 0px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 5px;
  margin-top: -50px;
}

.prdcate li:first-child {
  margin-left: 0px;
}

.bdr-thm1 {
  border-color: #DAA520 #e0e0e0 #e0e0e0;
  border-width: 3px 1px 2px;
}

.bdr-thm2 {
  border-color: #c1bfc0 #e0e0e0 #e0e0e0;
  border-width: 3px 1px 2px;
}

.bdr-thm3 {
  border-color: #004b97 #e0e0e0 #e0e0e0;
  border-width: 3px 1px 2px;
}

.bdr-thm4 {
  border-color: #015501 #e0e0e0 #e0e0e0;
  border-width: 3px 1px 2px;
}

.bdr-thm5 {
  border-color: #b70000 #e0e0e0 #e0e0e0;
  border-width: 3px 1px 2px;
}

.bdr-rds-4 {
  border-radius: 40px;
}

.bgc-thm1 {
  background: #DAA520 !important;
}

.bgc-thm1-l {
  background: #ffecbd !important;
}

.bgc-thm2 {
  background-color: #b8c6db;
  background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
  text-shadow: 0px !important;
}

.bgc-thm2-l {
  background: #dddddd !important;
}

.bgc-thm3 {
  background: #004b97 !important;
}

.bgc-thm3-l {
  background: #cee7ff !important;
}

.bgc-thm4 {
  background: #015501 !important;
}

.bgc-thm4-l {
  background: #e3ffe3 !important;
}

.bgc-thm5 {
  background: #b70000 !important;
}

.bgc-thm5-l {
  background: #ffe4e4 !important;
}

.bgc-thm2-reverse {
  background-color: #b8c6db;
  background-image: linear-gradient(315deg, #f5f7fa 0%, #b8c6db 74%);
  text-shadow: 0px !important;
}

.card {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.card .card-block.active {
  background: #fff7cb;
  color: #000 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.card .card-block.active.txt-thm2 {
  color: #000;
}

.card .close {
  position: absolute;
  right: 0px;
  top: 0px;
}

.post-cards {
  position: absolute;
  border-style: solid;
  border-radius: 7px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  min-height: 200px;
  max-width: 200px;
  min-width: 180px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.post-cards .title {
  line-height: 20px;
  margin: 10px 0 0 0;
  font-size: 20px;
  text-align: center;
}

.post-cards .title .subtitle {
  font-size: 15px;
}

.post-cards .icon span {
  text-align: center;
  font-size: 60px;
  display: block;
  margin: 0 auto;
}

.post-cards:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  top: -10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #b70000;
  background-color: transparent;
  border-bottom: #b70000 2px solid;
  -webkit-transition: all 10ms;
  transition: all 10ms;
  border-width: 50%;
  border-radius: 0px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

#loading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: none;
}

#loading .centervh {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0px;
}

#loading .centervh .loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

#loading .centervh .loading div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  margin: 0px;
  border: 8px solid rgba(250, 192, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgba(250, 192, 0, 0.5) transparent transparent transparent;
}

#loading .centervh .loading div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

#loading .centervh .loading div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

#loading .centervh .loading div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

#loading .centervh .ldtxt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 13px;
  color: #fac000;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.respImg {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.cal_result li {
  list-style: none;
}

.cal_result li .inner li {
  margin-top: 15px;
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.cal_result li .inner li div {
  vertical-align: top;
}

.cal_result li .inner li label {
  font-size: 10px;
}

.cal_result li .inner li .selected {
  padding-left: 10px;
}

.u {
  -webkit-text-decoration: solid;
          text-decoration: solid;
}

.b {
  font-weight: 600 !important;
}

.calprice {
  border: #ededed 1px solid;
  border-top-left-radius: 10px;
}

.calprice label {
  font-size: 12px;
  margin: 5px 0px 0px 0px;
}

.calprice .form-control {
  font-family: "Prompt", sans-serif !important;
  font-size: 13px;
  padding: 5px !important;
  line-height: 10px !important;
  border: #e8e8e8 1px solid !important;
  border-radius: 20px !important;
}

.calprice div select option {
  min-height: 10px;
  line-height: 10px !important;
  height: 15px !important;
}

/*

*/
.member label {
  margin: 10px 0px 0px 0px !important;
  color: #585858;
  font-size: 12px !important;
  padding-left: 20px;
  font-weight: 400 !important;
}

.member label:first-child {
  margin-top: 0px;
}

.pcard {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 20px 0px 0px 0px;
  overflow: hidden;
  width: 700px;
  border-top: #ededed 1px dashed;
}

.pcard h6 {
  opacity: 0.8;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pcard h2 {
  letter-spacing: 1px;
  margin: 10px 0;
}

.pcard-preview {
  color: #fff;
  padding: 30px;
  max-width: 250px;
}

.pcard-preview a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  opacity: 0.8;
  margin-top: 30px;
  text-decoration: none;
}

.pcard-preview h6 {
  color: #FFF;
}

.pcard-prebg-01 {
  background-color: #DAA520;
}

.pcard-prebg-02 {
  background-color: #b8c6db;
  background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
  color: #000;
}

.pcard-prebg-03 {
  background-color: #004b97;
}

.pcard-prebg-04 {
  background-color: #015501;
}

.pcard-prebg-05 {
  background-color: #b70000;
}

.pcard-pretxt-01 {
  color: #DAA520;
}

.pcard-pretxt-02 {
  color: #272727;
}

.pcard-pretxt-03 {
  color: #004b97;
}

.pcard-pretxt-04 {
  color: #015501;
}

.pcard-pretxt-05 {
  color: #b70000;
}

.pcard-info {
  padding: 20px;
  position: relative;
  width: 100%;
}

.pcard-info .package {
  font-size: 16px;
}

.prdlist ul {
  padding-left: 0px;
  margin-left: 0px;
}

.prdlist ul li {
  padding-left: 0px;
  margin-left: 0px;
  display: inline-block !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  vertical-align: top;
}

.prdlist ul li .prd-cards {
  margin: 8px 4px;
  padding: 8px;
  border-radius: 6px;
  max-width: 200px;
  border: #ededed 1px solid;
  font-size: 11px;
  -webkit-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.18);
}

.prdlist ul li .prd-cards .title div {
  display: inline-block;
  vertical-align: top;
}

.prdlist ul li .prd-cards .title .company {
  font-size: 15px;
  font-weight: 400;
}

.prdlist ul li .prd-cards .title .logo img {
  width: 30px;
  height: 30px;
  border: #ededed 1px solid;
  border-radius: 15px;
}

.prdlist ul li .prd-cards .pricing .fprice {
  color: #c1bfc0;
  text-decoration: line-through;
  text-align: center;
  font-size: 14px;
}

.prdlist ul li .prd-cards .pricing .sprice {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding: 0px 0px 10px 0px;
  color: #015501 !important;
}

.prdlist ul li .prd-cards .hilight ul {
  border: #ec0000 1px solid;
}

.prdlist ul li .prd-cards .hilight ul li {
  border: #4CAF50 1px solid;
  width: 100% !important;
}

.prdlist ul li .prd-cards .hilight ul li span {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.prdlist ul li .prd-cards .hilight ul li span:first-child {
  min-width: 150px;
}

.prdlist ul li .prd-cards .hilight ul li .numb {
  padding: 3px;
  text-align: right;
  border: springgreen 1px solid;
  margin-right: 0px;
}

.prdlist ul li .prd-cards:hover {
  color: #015501 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  cursor: hand;
}

.pglist_title ul {
  padding-left: 0px;
  margin-left: 0px;
}

.pglist_title ul li {
  padding-left: 0px;
  margin-left: 0px;
  font-size: 30px;
  list-style: none;
}

.slidecontainer {
  width: 100%;
}

.slidecontainer input:focus {
  background: #d3d3d3 !important;
  border: 0px !important;
}

.slidecontainer .numb {
  font-size: 9px;
}

.slider {
  -webkit-appearance: none;
  width: 120px;
  height: 3px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #4CAF50;
  border-radius: 50%;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #4CAF50;
  border-radius: 50%;
  cursor: pointer;
}

.cmpico {
  margin-left: 0px;
  padding-left: 0px;
}

.cmpico li {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  margin-top: 3px;
}

.cmpico li div {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cmpico li div img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 3px;
}

.img-fit {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal {
  position: fixed;
  width: 100%;
  height: 120vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal.fade .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(0.5);
  transform: translate(0, 0) scale(0.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.modal-header {
  height: 50px;
  padding: 10px;
  background: #f1f3f5;
  color: #b70000;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

.modal-body {
  overflow-x: hidden;
}

.modal-footer {
  padding: 10px;
  background: #f1f3f5;
}

.btn-radius {
  border-radius: 40px !important;
}

.btn-default {
  border: #a1a1a1 1px solid;
}

.btn-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -100px;
  width: 200px;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

ul li {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}

ul {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

ul li {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}

.nice-select, input[type=text], input[type=number], input[type=email] {
  border-radius: 30px !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 400;
  width: 100% !important;
}

.nice-select .list {
  border-radius: 0px;
  max-height: 200px;
  min-height: 60px;
  overflow-y: auto;
  border-bottom: #d3d3d3 1px solid;
  width: 100%;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  color: #FFF;
  background: #F2F2F2;
  font-weight: 400;
  color: #333;
}

.nicescroll-cursors {
  position: relative;
  top: 80px;
  float: right;
  width: 6px;
  height: 32px;
  background-color: #bdbdbd !important;
  border: 1px solid white;
  background-clip: padding-box;
  border-radius: 5px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background: #f1f3f5;
  border-left: 1px solid #d3dae0;
}

::-webkit-scrollbar-thumb {
  background: #b6c0cb;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #e4c203;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

.table-condensed thead tr th {
  background: #d4d4d4 !important;
  border-radius: 0px !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #4CAF50 !important;
  border-radius: 0px !important;
  border-color: transparent;
  color: #fff;
}

.daterangepicker td.availble, .daterangepicker td.availble:hover {
  background-color: #ffc2fa !important;
  border-radius: 0px !important;
  border-color: transparent;
  color: #fff;
}

.f-modal-alert {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  border: 4px solid gray;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 80px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 80px;
}

.f-modal-alert .f-modal-icon.f-modal-success, .f-modal-alert .f-modal-icon.f-modal-error {
  border-color: #A5DC86;
}

.f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:after, .f-modal-alert .f-modal-icon.f-modal-error:before {
  background: #fff;
  content: '';
  height: 120px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 60px;
}

.f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:before {
  border-radius: 90px 0 0 90px;
  left: -33px;
  top: -7px;
  -webkit-transform-origin: 55px 30px;
          transform-origin: 55px 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-error:after {
  border-radius: 0 90px 90px 0;
  left: 30px;
  top: -11px;
  -webkit-transform-origin: 0 60px;
          transform-origin: 0 60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
  background-color: #A5DC86;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 25px;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 47px;
}

.f-modal-alert .f-modal-icon.f-modal-error {
  border-color: #F27474;
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark {
  display: block;
  position: relative;
  z-index: 2;
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
  border: 4px solid rgba(200, 0, 0, 0.2);
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
  background-color: #F27474;
  top: 37px;
  width: 47px;
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
  left: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
  right: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.f-modal-alert .f-modal-icon.f-modal-warning {
  border-color: #F8BB86;
}

.f-modal-alert .f-modal-icon.f-modal-warning:before {
  -webkit-animation: pulseWarning 2s linear infinite;
          animation: pulseWarning 2s linear infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.f-modal-alert .f-modal-icon.f-modal-warning:after {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
  background-color: #F8BB86;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
}

.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
  background-color: #F8BB86;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
}

.f-modal-alert .f-modal-icon + .f-modal-icon {
  margin-top: 50px;
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip .75s;
          animation: animateSuccessTip .75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong .75s;
          animation: animateSuccessLong .75s;
}

.f-modal-icon.f-modal-success.animate:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in;
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon .5s;
          animation: animateErrorIcon .5s;
}

.animateXLeft {
  -webkit-animation: animateXLeft .75s;
          animation: animateXLeft .75s;
}

.animateXRight {
  -webkit-animation: animateXRight .75s;
          animation: animateXRight .75s;
}

.scaleWarning {
  -webkit-animation: scaleWarning 0.75s infinite alternate;
          animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
          animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0%, 5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100%, 12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0%, 5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100%, 12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@-webkit-keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes animateXLeft {
  0%,
  65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}

@keyframes animateXLeft {
  0%,
  65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}

@-webkit-keyframes animateXRight {
  0%,
  65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}

@keyframes animateXRight {
  0%,
  65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}

@-webkit-keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

.container .row .col {
  background: #FFF;
}

.btn {
  border-radius: 0px;
}

.bdr {
  border: 1px solid;
}

.mt-1 {
  margin-top: 10px;
}

.sbody {
  padding-top: 100px;
}

section {
  margin-top: 180px;
}

section:first-child, section:nth-child(1) {
  margin-top: 0px !important;
}

#product_hilight {
  margin-top: 0px !important;
}

.footer {
  background: #ededed;
  font-size: 10px;
}

.footer .foot-top {
  font-weight: 600;
  line-height: 40px;
  vertical-align: middle;
  text-transform: uppercase;
}

.footer .container {
  padding: 10px;
}

.footer .btm {
  background: #5A5A5A;
  font-size: 10px;
  text-align: center;
  color: #FFF !important;
}

.footer .ft-list {
  padding-left: 0px;
  margin-left: 0px;
}

.footer .ft-list li {
  list-style: none;
  font-size: 10.5px;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 5px;
}

.footer .ft-list li:first-child {
  margin-top: 0px;
}

.footer .small-icon ul {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px !important;
}

.footer .small-icon ul li {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  vertical-align: top;
  margin-left: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block !important;
}

.footer .small-icon ul li img {
  max-height: 35px !important;
  height: 35px !important;
}

.footer .small-icon ul li:first-child {
  margin-left: 0px;
}

.footer .adrs div {
  display: inline-block;
  vertical-align: top;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 70% !important;
}

.xsuccess {
  border: #007a7e 1px solid;
}

.xerror {
  border: #c70000fd 1px dashed;
}

.form-control {
  margin-top: 2px !important;
  font-family: "prompt", cursive !important;
  border: #e8e8e8 1px solid !important;
  border-radius: 20px !important;
}

textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
select:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0px;
  border: #e0e0e0 1px solid !important;
}

textarea:focus,
input:focus,
select:focus {
  border-top: #FFF 1px solid;
  border-left: #FFF 1px solid;
  background: #faffe8 !important;
  color: #0228ff !important;
  border-bottom: #45006d 1px solid !important;
}

.styled-input-single {
  position: relative;
  padding: 20px 0 20px 40px;
  text-align: left;
}

.styled-input-single label {
  cursor: pointer;
}

.styled-input-single label:before, .styled-input-single label:after {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 50%;
}

.styled-input-single label:before {
  left: 0;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  background: #f7f7f7;
  -webkit-box-shadow: 0 0 1px grey;
          box-shadow: 0 0 1px grey;
}

.styled-input-single label:after {
  left: 5px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  opacity: 0;
  background: #37b2b2;
  -webkit-transform: translate3d(-40px, 0, 0) scale(0.5);
          transform: translate3d(-40px, 0, 0) scale(0.5);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.styled-input-single input[type="radio"],
.styled-input-single input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}

.styled-input-single input[type="radio"]:checked + label:after,
.styled-input-single input[type="checkbox"]:checked + label:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.styled-input--square label:before, .styled-input--square label:after {
  border-radius: 0;
}

.styled-input--rounded label:before {
  border-radius: 10px;
}

.styled-input--rounded label:after {
  border-radius: 6px;
}

.styled-input--diamond .styled-input-single {
  padding-left: 45px;
}

.styled-input--diamond label:before, .styled-input--diamond label:after {
  border-radius: 0;
}

.styled-input--diamond label:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.styled-input--diamond input[type="radio"]:checked + label:after,
.styled-input--diamond input[type="checkbox"]:checked + label:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
}
/*# sourceMappingURL=index.css.map */