
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #9fa1a4;
  line-height: 1.5;
}

a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

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

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

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 7rem 0;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2d71a1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 1px 10px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #3b87bd, #2d71a2);
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 p {
  color: #b1b1b1;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
  min-height:300px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d71a1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d71a1;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #2d71a1;
}

.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid rgb(241, 241, 241);
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #2d71a1;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, rgb(39, 70, 133) 0%, rgb(61, 179, 197) 100%);
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}

.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
  background: rgba(39, 70, 133, 0.8);
  height: 60px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.header {
    padding: 10px 0;
    float: left;
    width: 100%;
    position: relative;
}

.header .main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .main-header .header-left {
    display: flex;
    align-items: center;
    width: 100%;
}

.header .main-header .header-left .header-logo {
    margin-right: 50px;
}

.header .main-header .header-left .header-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.header .main-header .header-right {
    max-width: 225px;
    width: 100%;
}

.header .main-header .header-right .block-signin {
    text-align: right;
}

.header .nav-main-menu {
    width: 100%;
    padding: 0px;
    float: left;
}

.header .main-menu {
    display: inline-block;
    padding-top: 5px;
}

.header .main-menu li {
    float: left;
    position: relative;
    text-align: left;
}

.header .main-menu li.has-children > a::after {
    content: "\f151";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    font-size: 14px;
    opacity: 1;
    margin-left: 4px;
}

.header .main-menu li.hr {
    padding: 0px 22px;
}

.header .main-menu li.hr span {
    background-color: #F2F4F7;
    height: 1px;
    width: 100%;
    display: block;
    margin: 5px 0;
}

.header .main-menu li a {
    font-family: "Chivo", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #101828;
    display: block;
    padding: 30px 22px 30px 22px;
    text-decoration: none;
    position: relative;
}

.header .main-menu li a:hover {
    color: #006D77;
}

.header .main-menu li a:hover i {
    opacity: 1;
    transition: 0.2s;
}

.header .main-menu li a i {
    font-size: 12px;
    margin-right: 8px;
    opacity: 0.38;
    transition: 0.2s;
}

.header .main-menu li ul {
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 999;
    min-width: 180px;
    border-radius: 4px;
    padding: 8px 0px 8px 0;
    box-shadow: 4px 4px 40px rgba(16, 24, 40, 0.1);
    background-color: #ffffff;
}

.header .main-menu li ul li {
    width: 100%;
}

.header .main-menu li ul li a {
    font-size: 14px;
    color: #101828;
    position: relative;
    padding: 10px 22px 10px 22px;
    transition: 0.2s;
}

.header .main-menu li ul li a:hover {
    padding-left: 25px;
    transition: 0.2s;
}

.header .main-menu li ul li a.closer {
    padding: 8px 22px 8px 22px;
}

.header .main-menu li ul li ul {
    top: 0px;
    left: 100%;
}

.header .main-menu li ul.two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    min-width: 350px;
}

.header .main-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.header .main-menu li:hover > ul li {
    width: 100%;
}

.header .text-link-bd-btom {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #006D77;
    display: inline-block;
    position: relative;
    padding-left: 13px;
}

.header .text-link-bd-btom:hover {
    color: #101828;
}

.header .text-link-bd-btom::before {
    content: "";
    background: #006D77;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    animation: shadow-pulse 1s infinite;
}

.header .block-signin .btn-shadow {
    box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
}

.header.stick {
    padding: 10px 0px;
}

.header.header-2 {
    background-color: #DBECE5;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.80);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 2px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 10px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero-bg.jpg);
  position: relative;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section>.container>.row {
  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 38vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -220px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

@media screen and (max-width: 992px) {

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 5rem 0 2.5rem 0;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

.social a i {
  line-height: 0;
}

/*--------------------------------------------------------------
# General Panel
--------------------------------------------------------------*/
.panel-admon {
    width: 100%;
    min-height: 400px;
}

.panel-grid {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 2px #00C7F2;
    min-height: 300px;
}

.panel-grid table {
    min-height: 185px;
}

.panel-title {
    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border: solid 2px #00C7F2;
    background:#00C7F2;
    min-height:40px;
    height:auto;
}

.panel-title-left {
    float: left;
    width: auto;
    font-weight: bold;
    font-size: 16pt;
    margin-left: 20px;
    margin-right:50px;
    color:#000;
}

.panel-title-search{
    float:left;
    width:auto;
    height: auto;
    color:#000;
    font-weight:500;
    margin-right:50px;
}

.panel-title-paseSize {
    float:left;
    width: auto;
    height: auto;
    color: #000;
    font-weight: 500;
    font-size:10pt;
    padding-top:8px;
}

.panel-title-right{
    float:right;
    padding:5px;
}

.panel-form {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-bottom: solid 20px #00C7F2;
    border-top: solid 20px #00C7F2;
    border-left: solid 3px #00C7F2;
    border-right: solid 3px #00C7F2;
    min-height: 300px;
    padding: 10px;
}

.panel-pagination {
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border: solid 3px #00C7F2;
    min-height:45px;
    text-align:left;
    background: #00C7F2;
}

.panel-pagination-pageSize {
    float: left;
    width: auto;
    color: #000;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 10pt;
}

.panel-pagination nav {
    float: right;
    height: auto;
    padding-top:05px;
}

.pagination .page-item .page-link {
    font-size: 9pt;
    font-weight:600;
}

.panel-detail {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-bottom: solid 20px #00C7F2;
    border-top: solid 20px #00C7F2;
    border-left: solid 3px #00C7F2;
    border-right: solid 3px #00C7F2;
    min-height: 300px;
    padding: 10px;
}

.panel-detail-body{
    margin-left: 30px;
    color: #000;
}

.panel-segforms-table {
    width: 98%;
    margin: 11px;
}

.panel-segforms-availables {
    width: 33%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: solid 5px #fff;
    background: #efefef;
    padding: 5px;
    vertical-align: top;
    display: inline-block;
}

.panel-roles-availables {
    width: 33%;
    border-radius: 10px;
    min-height: 285px;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: solid 5px #fff;
    background: #efefef;
    padding: 5px;
    vertical-align: top;
    display: inline-block;
}

.panel-assigned-segpermissions {
    width: 33%;
    border-radius: 10px;
    min-height: 285px;
    height: 100%;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: solid 5px #fff;
    background: #efefef;
    vertical-align: top;
    display: inline-block;
}

.panel-segpermissions-title {
    width: 100%;
    height: 40px;
    background: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: solid 1px #efefef;
    border-top: solid 1px #efefef;
    background: #1391A5;
    color: #fff;
    padding: 10px;
    vertical-align: top;
    display: inline-block;
}
.panel-segpermissions-treeview {
    width: 100%;
    background: #fff;
    min-height:300px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pd-body-item {
    width: 49%;
    float: left;
    color: #000;
    margin-bottom: 5px;
    padding-right: 15px;
}

.pd-body-item-label{
    width:49%;
    float:left;
    font-weight:800;
}

.pd-body-item-info{
    width:49%;
    float:left;
    font-weight:200;
}
.img-detail{
    height:250px;
}

.img-detail-product{
    height:210px;
}

.panel-detail-action {
    clear: both;
    margin-left: 30px;
    color: #00C7F2;
    font-weight: 800;
}

.icon-menu {
    font-size: 13pt !important;
    margin-right:5px;
}

.qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.social a:not(.btn-circle) {
    font-size: 1rem;
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .social a:not(.btn-circle) {
        transition: none;
    }
}

.social a:not(.btn-circle):hover {
    transform: translateY(-0.15rem);
}

.social a:not(.btn-circle) i {
    font-size: 1rem;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=dropbox] {
    color: #007bdf;
}

.social a.btn-circle[class*=dropbox] {
    color: var(--bs-white);
    background-color: #007bdf;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=dribbble] {
    color: #e94d88;
}

.social a.btn-circle[class*=dribbble] {
    color: var(--bs-white);
    background-color: #e94d88;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-drive-alt] {
    color: #1b9f5e;
}

.social a.btn-circle[class*=google-drive-alt] {
    color: var(--bs-white);
    background-color: #1b9f5e;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-f] {
    color: #4470cf;
}

.social a.btn-circle[class*=facebook-f] {
    color: var(--bs-white);
    background-color: #4470cf;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=instagram] {
    color: #d53581;
}

.social a.btn-circle[class*=instagram] {
    color: var(--bs-white);
    background-color: #d53581;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=line] {
    color: #0fab10;
}

.social a.btn-circle[class*=line] {
    color: var(--bs-white);
    background-color: #0fab10;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-messenger] {
    color: #007ff8;
}

.social a.btn-circle[class*=facebook-messenger] {
    color: var(--bs-white);
    background-color: #007ff8;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=black-berry] {
    color: #272727;
}

.social a.btn-circle[class*=black-berry] {
    color: var(--bs-white);
    background-color: #272727;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=linkedin] {
    color: #3393c1;
}

.social a.btn-circle[class*=linkedin] {
    color: var(--bs-white);
    background-color: #3393c1;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=intercom] {
    color: #2e88f8;
}

.social a.btn-circle[class*=intercom] {
    color: var(--bs-white);
    background-color: #2e88f8;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook] {
    color: #4470cf;
}

.social a.btn-circle[class*=facebook] {
    color: var(--bs-white);
    background-color: #4470cf;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:30pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=youtube] {
    color: #c8312b;
}

.social a.btn-circle[class*=youtube] {
    color: var(--bs-white);
    background-color: #c8312b;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=apple] {
    color: #1a1919;
}

.social a.btn-circle[class*=apple] {
    color: var(--bs-white);
    background-color: #1a1919;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=visual-studio] {
    color: #6b61be;
}

.social a.btn-circle[class*=visual-studio] {
    color: var(--bs-white);
    background-color: #6b61be;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=twitter] {
    color: #5daed5;
}

.social a.btn-circle[class*=twitter] {
    color: var(--bs-white);
    background-color: #5daed5;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=snapchat-ghost] {
    color: #f7c31a;
}

.social a.btn-circle[class*=snapchat-ghost] {
    color: var(--bs-white);
    background-color: #f7c31a;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=slack] {
    color: #d4135c;
}

.social a.btn-circle[class*=slack] {
    color: var(--bs-white);
    background-color: #d4135c;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=tumblr-square] {
    color: #5d82a4;
}

.social a.btn-circle[class*=tumblr-square] {
    color: var(--bs-white);
    background-color: #5d82a4;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=medium-m] {
    color: #00c364;
}

.social a.btn-circle[class*=medium-m] {
    color: var(--bs-white);
    background-color: #00c364;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=tumblr] {
    color: #5d82a4;
}

.social a.btn-circle[class*=tumblr] {
    color: var(--bs-white);
    background-color: #5d82a4;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=adobe] {
    color: #e61f26;
}

.social a.btn-circle[class*=adobe] {
    color: var(--bs-white);
    background-color: #e61f26;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=whatsapp] {
    color: #00a859;
}

.social a.btn-circle[class*=whatsapp] {
    color: var(--bs-white);
    background-color: #00a859;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*="500-px"] {
    color: #00a6df;
}

.social a.btn-circle[class*="500-px"] {
    color: var(--bs-white);
    background-color: #00a6df;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=snapchat-square] {
    color: #f7c31a;
}

.social a.btn-circle[class*=snapchat-square] {
    color: var(--bs-white);
    background-color: #f7c31a;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=behance] {
    color: #0057ff;
}

.social a.btn-circle[class*=behance] {
    color: var(--bs-white);
    background-color: #0057ff;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=instagram-alt] {
    color: #d53581;
}

.social a.btn-circle[class*=instagram-alt] {
    color: var(--bs-white);
    background-color: #d53581;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=github-alt] {
    color: #4073a6;
}

.social a.btn-circle[class*=github-alt] {
    color: var(--bs-white);
    background-color: #4073a6;
    border-color: transparent;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=linkedin-alt] {
    color: #3393c1;
}

.social a.btn-circle[class*=linkedin-alt] {
    color: var(--bs-white);
    background-color: #3393c1;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=slack-alt] {
    color: #d4135c;
}

.social a.btn-circle[class*=slack-alt] {
    color: var(--bs-white);
    background-color: #d4135c;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google] {
    color: #e44134;
}

.social a.btn-circle[class*=google] {
    color: var(--bs-white);
    background-color: #e44134;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-play] {
    color: #e44134;
}

.social a.btn-circle[class*=google-play] {
    color: var(--bs-white);
    background-color: #e44134;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-drive] {
    color: #1b9f5e;
}

.social a.btn-circle[class*=google-drive] {
    color: var(--bs-white);
    background-color: #1b9f5e;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=vuejs-alt] {
    color: #3fb37f;
}

.social a.btn-circle[class*=vuejs-alt] {
    color: var(--bs-white);
    background-color: #3fb37f;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-hangouts] {
    color: #109956;
}

.social a.btn-circle[class*=google-hangouts] {
    color: var(--bs-white);
    background-color: #109956;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=vuejs] {
    color: #3fb37f;
}

.social a.btn-circle[class*=vuejs] {
    color: var(--bs-white);
    background-color: #3fb37f;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=java-script] {
    color: #f0d91d;
}

.social a.btn-circle[class*=java-script] {
    color: var(--bs-white);
    background-color: #f0d91d;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=paypal] {
    color: #0089cc;
}

.social a.btn-circle[class*=paypal] {
    color: var(--bs-white);
    background-color: #0089cc;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=reddit-alien-alt] {
    color: #f84300;
}

.social a.btn-circle[class*=reddit-alien-alt] {
    color: var(--bs-white);
    background-color: #f84300;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=android-alt] {
    color: #97c03d;
}

.social a.btn-circle[class*=android-alt] {
    color: var(--bs-white);
    background-color: #97c03d;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=github] {
    color: #4073a6;
}

.social a.btn-circle[class*=github] {
    color: var(--bs-white);
    background-color: #4073a6;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=android] {
    color: #97c03d;
}

.social a.btn-circle[class*=android] {
    color: var(--bs-white);
    background-color: #97c03d;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=amazon] {
    color: #f79400;
}

.social a.btn-circle[class*=amazon] {
    color: var(--bs-white);
    background-color: #f79400;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=adobe-alt] {
    color: #e61f26;
}

.social a.btn-circle[class*=adobe-alt] {
    color: var(--bs-white);
    background-color: #e61f26;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=master-card] {
    color: #f0931d;
}

.social a.btn-circle[class*=master-card] {
    color: var(--bs-white);
    background-color: #f0931d;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=opera-alt] {
    color: #e33737;
}

.social a.btn-circle[class*=opera-alt] {
    color: var(--bs-white);
    background-color: #e33737;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=css3-alt] {
    color: #006db6;
}

.social a.btn-circle[class*=css3-alt] {
    color: var(--bs-white);
    background-color: #006db6;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=opera] {
    color: #e33737;
}

.social a.btn-circle[class*=opera] {
    color: var(--bs-white);
    background-color: #e33737;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=css3] {
    color: #006db6;
}

.social a.btn-circle[class*=css3] {
    color: var(--bs-white);
    background-color: #006db6;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=twitter-alt] {
    color: #5daed5;
}

.social a.btn-circle[class*=twitter-alt] {
    color: var(--bs-white);
    background-color: #5daed5;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=intercom-alt] {
    color: #2e88f8;
}

.social a.btn-circle[class*=intercom-alt] {
    color: var(--bs-white);
    background-color: #2e88f8;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=swiggy] {
    color: #f88a2d;
}

.social a.btn-circle[class*=swiggy] {
    color: var(--bs-white);
    background-color: #f88a2d;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=snapchat-alt] {
    color: #f7c31a;
}

.social a.btn-circle[class*=snapchat-alt] {
    color: var(--bs-white);
    background-color: #f7c31a;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=tumblr-alt] {
    color: #5d82a4;
}

.social a.btn-circle[class*=tumblr-alt] {
    color: var(--bs-white);
    background-color: #5d82a4;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-messenger-alt] {
    color: #007ff8;
}

.social a.btn-circle[class*=facebook-messenger-alt] {
    color: var(--bs-white);
    background-color: #007ff8;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=bitcoin-alt] {
    color: #f38633;
}

.social a.btn-circle[class*=bitcoin-alt] {
    color: var(--bs-white);
    background-color: #f38633;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-hangouts-alt] {
    color: #109956;
}

.social a.btn-circle[class*=google-hangouts-alt] {
    color: var(--bs-white);
    background-color: #109956;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=blogger] {
    color: #e86733;
}

.social a.btn-circle[class*=blogger] {
    color: var(--bs-white);
    background-color: #e86733;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=blogger-alt] {
    color: #e86733;
}

.social a.btn-circle[class*=blogger-alt] {
    color: var(--bs-white);
    background-color: #e86733;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=bitcoin] {
    color: #f38633;
}

.social a.btn-circle[class*=bitcoin] {
    color: var(--bs-white);
    background-color: #f38633;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=behance-alt] {
    color: #0057ff;
}

.social a.btn-circle[class*=behance-alt] {
    color: var(--bs-white);
    background-color: #0057ff;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=apple-alt] {
    color: #1a1919;
}

.social a.btn-circle[class*=apple-alt] {
    color: var(--bs-white);
    background-color: #1a1919;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=react] {
    color: #00d1f7;
}

.social a.btn-circle[class*=react] {
    color: var(--bs-white);
    background-color: #00d1f7;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=telegram] {
    color: #2caef0;
}

.social a.btn-circle[class*=telegram] {
    color: var(--bs-white);
    background-color: #2caef0;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=vk-alt] {
    color: #4f7db3;
}

.social a.btn-circle[class*=vk-alt] {
    color: var(--bs-white);
    background-color: #4f7db3;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=vk] {
    color: #4f7db3;
}

.social a.btn-circle[class*=vk] {
    color: var(--bs-white);
    background-color: #4f7db3;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=skype] {
    color: #2ebbf0;
}

.social a.btn-circle[class*=skype] {
    color: var(--bs-white);
    background-color: #2ebbf0;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=skype-alt] {
    color: #2ebbf0;
}

.social a.btn-circle[class*=skype-alt] {
    color: var(--bs-white);
    background-color: #2ebbf0;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=telegram-alt] {
    color: #2caef0;
}

.social a.btn-circle[class*=telegram-alt] {
    color: var(--bs-white);
    background-color: #2caef0;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=tiktok] {
    color: #202020;
}

.social a.btn-circle[class*=tiktok] {
    color: var(--bs-white);
    background-color: #202020;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=x-twitter] {
    color: #202020;
}

.social a.btn-circle[class*=x-twitter] {
    color: var(--bs-white);
    background-color: #202020;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25pt;
}

.social.social-muted a:not(.btn-circle):not([class*=link-]) i {
    color: #343f52 !important;
}

.social.social-white a i,
.social.social-white a:hover i,
.navbar-dark .social.social-muted a:not(.btn-circle):not([class*=link-]) i,
.navbar-dark .social.social-muted a:not(.btn-circle):not([class*=link-]):hover i {
    color: var(--bs-white) !important;
}

.social > a {
    margin: 0 0.7rem 0 0;
}

[class*=text-end] .social > a,
.social[class*=text-end] > a {
    margin: 0 0 0 0.7rem;
}

.section-box {
    display: inline-block;
    width: 100%;
}

tab-content-profile {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #dcdbdb;
    min-height: 548px;
    border-radius: 0px 0px 16px 16px;
}

.tab-pane-profile {
    padding: 20px;
    border: 1px solid #dcdbdb;
    min-height: 550px;
    border-radius: 0px 0px 16px 16px;
}

.tab-pane-profile h3 {
    padding-top:20px;
    margin-bottom: 20px;
    text-align: center;
}

.tab-pane-profile h4 {
    padding-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}


.form-sys-col {
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #006D77;
    padding: 0px 5px 15px 10px;
    border-radius: 8px;
    width: 100%;
}

.form-sys-label {
    width: 100%;
    border: none;
    margin: 0px;
    font-size: 12px;
    color: #006D77;
    font-weight: bold;
}

.form-sys-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #006D77;
    padding-left: 10px;
    padding-right: 20px;
}

    .form-sys-select select:disabled {
        color: black;
    }

.form-sys-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #006D77;
    padding-left: 10px;
}

.bg-1 {
    background-color: #EAE4E9 !important;
}

.bg-2 {
    background-color: #FFF3EA !important;
}

.bg-2-opacity-80 {
    background-color: rgba(255, 243, 234, 0.8);
}

.bg-3 {
    background-color: #FDE2E4 !important;
}

.bg-4 {
    background-color: #FAD2E1 !important;
}

.bg-5 {
    background-color: #DBECE5 !important;
}

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

.bg-6-opacity-30 {
    background-color: rgba(190, 225, 230, 0.3019607843) !important;
}

.bg-7 {
    background-color: #F0EFEB !important;
}

.bg-8 {
    background-color: #DFE7FD !important;
}

.bg-9 {
    background-color: #D1ECFD !important;
}

.bg-10 {
    background-color: #DDD3FA !important;
}

.bg-gray-100 {
    background-color: #F2F4F7 !important;
}
.btn {
    font-family: "Chivo", sans-serif;
    padding: 22px 32px;
    font-size: 18px;
    line-height: 22px;
    transition: 0.2s;
    letter-spacing: 0.45px;
    border-radius: 50px;
}

.btn.btn-square {
    border-radius: 4px;
    background-color: #101828;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    padding: 18px 20px;
    border: 2px solid transparent;
}

.btn.btn-square:hover {
    background-color: #ffffff;
    color: #101828;
    border-color: #101828;
}

.btn.btn-black-border {
    border: 1px solid #101828;
    padding: 12px 22px;
    border-radius: 8px;
    width: 100%;
    text-align: left;
}

.btn.btn-black-border:hover {
    background-color: #101828;
    background-image: url(../img/template/icons/arrow-small-right-w.svg);
    background-repeat: no-repeat;
    color: #ffffff;
    transform: translateY(-2px);
    transition: 0.2s;
}

.btn.btn-default {
    color: #101828;
    background-color: #F2F4F7;
    border-radius: 50px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Chivo", sans-serif;
    font-weight: bold;
}

.btn.btn-default:hover {
    background-color: #101828;
    background-image: url(../img/template/icons/arrow-small-right-w.svg);
    background-repeat: no-repeat;
    color: #ffffff !important;
    transform: translateY(-2px);
    transition: 0.2s;
}

.btn.btn-white {
    background-color: #ffffff;
}

.btn.btn-bd-green-hover {
    color: #475467;
    border: 2px solid transparent;
}

.btn.btn-bd-green-hover:hover {
    color: #006D77 !important;
    background-color: #ffffff !important;
    border: 2px solid #006D77;
}

.btn.active {
    color: #006D77 !important;
    background-color: #ffffff !important;
    border: 2px solid #006D77;
}

.btn.btn-select {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.btn.btn-green-900 {
    background-color: #006D77;
    font-family: "Chivo", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #ffffff;
}

.btn.btn-green-900:hover {
    background-color: #101828;
    background-image: url(../img/template/icons/arrow-small-right-w.svg);
    background-repeat: no-repeat;
    color: #ffffff !important;
    transform: translateY(-2px);
    transition: 0.2s;
}

.btn.btn-black {
    color: #ffffff;
    background-color: #101828;
    border-radius: 50px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
}

.btn.btn-black.icon-arrow-right-white:hover {
    background-color: #F2F4F7;
    background-image: url(../img/template/icons/fi-sr-arrow-small-right.svg);
    background-repeat: no-repeat;
    color: #101828;
    transform: translateY(-2px);
    transition: 0.2s;
}

.btn.btn-black:hover {
    background-color: #E4E7EC;
    color: #101828;
}

.btn.btn-md {
    padding: 16px 20px;
}

.btn.shape-square {
    border-radius: 4px;
}

.btn.btn-link {
    font-family: "Chivo", sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    color: #101828;
    text-decoration: none;
}

.btn.btn-link:hover {
    color: #667085;
}

.btn.btn-pink {
    background-color: #E29578;
    color: #ffffff;
    border-radius: 4px;
}

.btn.btn-pink:hover {
    background-color: #101828;
}

.btn.btn-link-inter {
    font-family: "Chivo", sans-serif !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.btn.btn-round-icon {
    background-image: url(../imgs/template/icons/btn-send.svg);
    background-repeat: no-repeat;
    background-position: -30px -21px;
    display: inline-block;
    height: 57px;
    width: 79px;
    border-radius: 0px;
    padding: 0px;
}

.btn.btn-square-green {
    background-color: #006D77;
    padding: 1px 22px;
    color: #ffffff;
    border-radius: 8px;
    height: 48px;
    width: 120px;
}

.btn.btn-green-full {
    background-color: #006D77;
    padding: 1px 22px;
    color: #ffffff;
    border-radius: 4px;
    height: 48px;
    width: 100%;
}

.btn.btn-media {
    border-radius: 4px;
    padding: 1px 16px 3px 16px;
    min-height: 36px;
    line-height: 32px;
    border: 1px solid rgba(6, 18, 36, 0.1);
}

.btn.btn-media img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.btn.btn-login-google {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 13px 25px;
    display: block;
}

.btn.btn-tag {
    background-color: #E4E7EC;
    color: #101828;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    border-radius: 8px;
    padding: 12px 20px;
}

.btn.btn-tag:hover {
    background-color: #101828;
    color: #ffffff;
}

.btn.btn-newsletter {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 8px;
    padding: 16px 56px 16px 27px;
    border: 0px;
    font-family: "Chivo", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    background-color: #006D77;
    background-image: url(../imgs/template/icons/arrow-small-right-w.svg);
    background-repeat: no-repeat;
    background-position: center right 25px;
    background-size: 15px;
}

.btn.btn-newsletter ::-moz-placeholder {
    color: #98A2B3;
    font-size: 16px;
    line-height: 28px;
}

.btn.btn-newsletter ::placeholder {
    color: #98A2B3;
    font-size: 16px;
    line-height: 28px;
}

.btn.btn-cart {
    background-color: #AFEAE4;
    color: #006D77;
    padding: 5px 25px 5px 15px;
    border-radius: 8px;
    background-image: url(../imgs/page/homepage5/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.btn.btn-cart:hover {
    background-color: #83C5BE;
}

.btn.btn-explorer {
    background-color: #AFEAE4;
    color: #006D77;
    padding: 5px 32px 5px 15px;
    border-radius: 8px;
    background-image: url(../imgs/page/homepage8/icon-arrow-green.svg);
    background-repeat: no-repeat;
    background-position: center right 12px;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.btn.btn-explorer:hover {
    background-color: #83C5BE;
}

.btn.btn-border {
    border: 1px solid #E4E7EC;
    padding: 13px 20px;
}

.btn.btn-border:hover {
    border-color: #004B52;
    color: #004B52;
}

.icon-arrow-right {
    background-image: url(../img/template/icons/fi-sr-arrow-small-right.svg);
    background-repeat: no-repeat;
    background-position: center right 25px;
    padding-right: 56px;
}

.icon-arrow-left {
    background-image: url(../img/template/icons/arrow-small-left-white.svg);
    background-repeat: no-repeat;
    background-position: center left 25px;
    padding-left: 56px;
}

    .icon-arrow-left:hover {
        background-image: url(../img/template/icons/arrow-small-left.svg) !important;
    }

.icon-arrow-right-white {
    background-image: url(../img/template/icons/arrow-small-right-w.svg);
    background-repeat: no-repeat;
    background-position: center right 25px;
    padding-right: 56px;
}

.icon-triangle {
    background-image: url(../img/template/icons/icon-triangle.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
    font-family: "Chivo", sans-serif !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.btn-play-video {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -34px;
    width: 64px;
    height: 72px;
    background: url(../img/template/icons/play-button.svg) no-repeat;
}

.lateral-menu {
    position: absolute;
    float: left;
    min-height: 500px;
    width: 14%;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgb(40,65,127);
    background: linear-gradient(0deg, rgba(40,65,127,1) 0%, rgba(46,113,161,1) 51%, rgba(55,152,180,1) 100%);
}

.lateral-menu-nav {
    margin:5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #fff;
    padding:10px;
}

.lateral-menu-item {
    width:100%;
    height:25px;
    margin-bottom:5px;
}


.nav {
    position: relative;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav ul li {
    /* Sub Menu */
}

.nav ul li a {
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    font-size:11pt;
    height:30px;
}

.nav ul li a:hover {
    background: rgb(40,65,127);
    background: linear-gradient(90deg, rgba(40,65,127,1) 0%, rgba(46,113,161,1) 51%, rgba(55,152,180,1) 100%);
    color: #fff;
}

.nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.nav ul ul {
    background: #fff;
}

.nav ul li ul li a {
    border-left: 4px solid transparent;
    padding: 10px 15px;
}

.nav ul li ul li a:hover {
    border-left: 4px solid #3498db;
}
.page-item-divider{
    background:#fff;
    color:#000;
    padding-top:0.050em;
    padding-bottom:0.350em;
    padding-left:5px;
    padding-right:5px;
    border: solid 0.094em #ccc;
}

.about {
    margin:0 auto;
    width: 80%;
    background: #CFEFF3;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding:50px;
    text-align:justify;
    color:#000;
    font-size:14pt;
}
.shop-item {
    width: 100%;
    margin-bottom: 10px;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    box-shadow: 11px 9px 13px -5px rgba(0,0,0,0.21);
    -webkit-box-shadow: 11px 9px 13px -5px rgba(0,0,0,0.21);
    -moz-box-shadow: 11px 9px 13px -5px rgba(0,0,0,0.21);
    background-color: #fff;
}
.shop-item-header {
    background:#fff;
    border:none;
    text-align: center;
    min-height:62px;
    -webkit-border-top-left-radius: 20px !important;
    -webkit-border-top-right-radius: 20px !important;
    -moz-border-radius-topleft: 20px !important;
    -moz-border-radius-topright: 20px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.shop-item-body{
    width:100%;
    min-height:410px;
    padding:4px;
}
.shop-item-footer {
    width: 100%;
    background: #fff;
    border:none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    -webkit-border-bottom-right-radius: 20px !important;
    -webkit-border-bottom-left-radius: 20px !important;
    -moz-border-radius-bottomright: 20px !important;
    -moz-border-radius-bottomleft: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    box-shadow: 11px 9px 13px -5px rgba(0,0,0,0.21);
    -webkit-box-shadow: 11px 9px 13px -5px rgba(0,0,0,0.21);
    -moz-box-shadow: 11px 9px 13px -5px rgba(0,0,0,0.21);
}
.shop-item-sku{
    width:40%;
    float:left;
    font-size:12px;
    color:#dfdfdf;
    margin-bottom:10px
}
.shop-item-trademark {
    width: 40%;
    float: right;
    font-size: 12px;
    color: #dfdfdf;
    text-align:right;
}
.shop-item-description {
    width: 100%;
    clear: both;
    text-align: justify-all;
    font-size: 12pt;
    font-weight: 400;
}
.shop-item-list-price{
    width:41%;
    float:left;
    font-size:14px;
}
.shop-item-list-price span{
    color:red;
    font-size:14px;
    font-weight:600;
    text-decoration:line-through;
}
.shop-item-unit-price {
    width: 53%;
    float: right;
    font-size: 14px;
    text-align: right;
}
.shop-item-unit-price span{
    color:green;
    font-size:18px;
    font-weight:600;
    
}
.shop-item-detail {
    width: 49.65%;
    float: left;
    background: #3692B1;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    margin-left:1px;
    margin-bottom:1px;
}
.shop-item-detail .btn {
    width: 100%;
    font-weight: 600;
    color: #fff;
}
.shop-item-detail a:hover{
    color:greenyellow;
}
.shop-item-order {
    width: 49.65%;
    float: right;
    background: green;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    margin-right:1px;
    margin-bottom:1px;
}
.shop-item-order .btn {
    width: 100%;
    font-weight: 600;
    color: #fff;
}
.shop-item-order a:hover {
    color: #A4D3E3;
}
.panel-pagination-shop {
    background: #ffffff;
    margin-top: 20px;
    min-height: 45px;
    text-align: left;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.panel-pagination-shop-pageSize {
    float: left;
    width: auto;
    color: #000;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 10pt;
    padding-left:20px;
}
.panel-pagination-shop nav {
    float: right;
    height: auto;
    padding-top:5px;
    padding-right:20px;
}
.product-detail{
    width:100%;
    background:#fff;
    border:0px;
}
.product-detail-header{
    width:100%;
    background:#fff;
    border-bottom:0px;
    margin-bottom:20px;
}
.product-detail-header h3{
    font-size:18pt;
    text-align:center;
}
.product-detail-body{
    margin:0px !important;
    padding:0px;
}
.product-detail-image {
    width: 30%;
    background: #fff;
    border-bottom: 0px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    min-height: 400px;
    text-align: center;
    align-items: center;
    border: 1px solid #efefef;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 8px 3px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 8px 3px rgba(0,0,0,0.1);
}
.product-detail-image img {
    width: 90%;
    height:100%;
}
.product-detail-text {
    width: 64%;
    background: #eee;
    float: right;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px !important;
}
.product-detail-text-row{
    width:100%;
    clear:both;
    padding-left:30px;
    margin-bottom:5px;
}
.product-detail-text-col-1{
    width:35%;
    float:left;
    font-weight:600;
    padding:2px;
}
.product-detail-text-col-2 {
    width: 65%;
    float: right;
    background: #fff;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.product-detail-text-description {
    width: 100%;
    clear: both;
    font-weight: 600;
    padding: 2px;
}
.product-detail-text-description-text {
    width: 100%;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    clear:both;
    min-height:70px;
}
.product-detail-footer{
    background:#fff;
    border:0px;
}
.product-detail-footer .btn{
    width:100%;
    color:#fff;
    font-weight:600;
}
.product-detail-order {
    width: 49.65%;
    float: right;
    background: green;
    border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    text-align: center;
    margin-right: 1px;
    margin-bottom: 1px;
}
.product-detail-order .btn {
    width: 100%;
    font-weight: 600;
    color: #fff;
}
.product-detail-order a:hover {
    color: #A4D3E3;
}
.shopping-card-empty-products{
    width:100%;
    text-align:center;
}
.shopping-cart-empty-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content:center;
}
.shopping-cart-empty-image img{
    height:250px
}
.shopping-cart-empty-description {
    width:100%;
    text-align:center;
}
.shopping-cart{
    width:100%;
    margin-bottom:20px;
}
.shopping-cart-grid {
    width: 80%;
    float: left;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom:20px;
}
.shopping-cart-grid .table {
    width: 100%;
    min-height:150px;
    -webkit-border-top-left-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    -moz-border-radius-topleft: 10px !important;
    -moz-border-radius-topright: 10px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    margin-bottom:20px;
}
.shopping-cart-grid table thead {
    font-size: 11pt;
    text-align:center;
}
.shopping-cart-grid table tbody{
    background:#fff;
}
.shopping-cart-resume{
    width:19%;
    float:right;
    margin-left:12px;
    margin-right:0px;
}
.shopping-cart-item-img{
    width:15%;
}
.shopping-cart-item-product{
    width:30%;
    font-size:9pt;
}
.shopping-cart-item-product h6{
    width:100%;
    font-size:11pt;
}
.shopping-cart-item-list-price {
    width: 12%;
    text-align:right;
    font-size:11pt;
    font-weight:600;
}
.shopping-cart-item-price {
    width: 12%;
    text-align: right;
    font-size: 11pt;
    font-weight: 600;
}
.shopping-cart-item-quantity {
    width: 8%;
    text-align: right;
    font-size: 11pt;
    font-weight: 600;
}
.shopping-cart-item-amount {
    width: 15%;
    text-align: right;
    font-size: 11pt;
    font-weight: 600;
}
.shopping-cart-item-actions {
    width:8%;
    text-align:center;
}
.shopping-cart-subtotal{
    width:100%;
}
.shopping-cart-subtotal span {
    width: 40%;
    float: left;
    font-size: 11pt;
}
.shopping-cart-subtotal h6{
    width:60%;
    float: right;
    text-align: right;
    font-size:11pt;
}
.shopping-cart-taxes {
    width: 100%;
}
.shopping-cart-taxes span {
    width: 40%;
    float:left;
    font-size:11pt;
}
.shopping-cart-taxes h6 {
    width: 60%;
    float: right;
    text-align: right;
    font-size: 11pt;
}
.shopping-cart-total {
    width: 100%;
}
.shopping-cart-total span {
    width: 40%;
    float: left;
    font-size: 11pt;
}
.shopping-cart-total h6 {
    width: 60%;
    float: right;
    text-align: right;
    font-size: 11pt;
}
.shopping-cart-to-order{
    width:100%;
    clear:both;
}
.shopping-cart-to-order .btn {
    width: 100%;
    text-align: center;
    background: #FFCC99;
    margin: 0px;
    padding: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.confirm-order-client {
    width: 100%;
    margin-bottom: 10px;
}
.confirm-order-client-item{
    width:33%;
    float:left;
}
.confirm-order-client-item-label{
    width:41%;
    float:left;
    font-size:11pt;
    font-weight:600;
}
.confirm-order-client-item-info{
    width:59%;
    float:right;
}
.confirm-order-payments {
    width: 100%;
    margin-bottom: 10px;
    margin-top:20px;
    clear: both;
}
.confirm-order-payment-method {
    width: 33%;
    float: left;
}
.paymnet-confirm-title {
    width: 100%;
    text-align: center;
}
.payment-confirm-detail{
    width:100%;
}
.payment-confirm-grid{
    width:100%;
    border:1px solid #eee;
}
.payment-confirm-detail-image {
    width: 20%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-confirm-detail-image img{
    width:80%;
}
.payment-confirm-detail-body {
    width: 80%;
    float: left;
    margin-top:20px;
}
.payment-confirm-detail-item{
    width:33%;
    float:left;
    color:#000;
}
.payment-confirm-detail-item-label {
    width: 30%;
    float: left;
    display: flex;
    align-items: center;
    vertical-align:central;
    font-weight:600;
}
.payment-confirm-detail-item-info {
    width: 70%;
    float: left;
    display: flex;
    align-items: center;
    vertical-align: central;
}

/* Buttons and links */
.btn-stripe{
    width:50%;
}
.btn-stripe button {
    background: #0055DE;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}
.btn-stripe button:hover {
    filter: contrast(115%);
}
.btn-stripe button:disabled {
    opacity: 0.5;
    cursor: default;
}
/* stripe css sdk */
#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-element {
    margin-bottom: 24px;
}
/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}
.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}
.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #0055DE;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #0055DE;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}
.hidden {
    display: none;
}
/* Payment status page */
#payment-status {
    background: #eee !important;
    clear:both;
    margin:20px;
    
}
#status-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.TableContent {
    text-align: right;
    color: #6D6E78;
}
.TableLabel {
    font-weight: 600;
    color: #30313D;
}
#view-details {
    color: #0055DE;
}
#retry-button {
    text-align: center;
    background: #0055DE;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}
.my-orders{
    width:70%;
    float:left;
    padding-right:20px;
}
.my-orders .card-body {
    margin:0px;
    padding:0px 10px 0px 10px;
}
.my-acount{
    width:30%;
    float:left;
}
.qositas {
    margin-top: 10px;
    background-color: #dddddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.header-qositas {
    background-color: #fff;
    margin-top:10px;
    margin-right:10px;
    margin-left:10px;
    border-bottom: 2px solid #000;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
}
.header-qositas-logo{
    width:50%;
    float:left;
}
.header-qositas-logo img {
    height: 150px;
}
.header-qositas-description {
    width: 50%;
    float: right;
}
.header-qositas-description-title {
    padding-right: 50px;
    margin-bottom:50px;
    text-align: right;
    font-size: 20pt;
    font-weight: bold;
    color: #700606;
    height:80% !important;
}
.header-qositas-description-subtitle{
    float:right;
    font-size:10pt;
    height:20%;
}
.content-qositas {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    border-bottom: 2px solid #000;
}
.content-qositas table {
    width: 100%;
    padding: 20px;
}
.detail-qositas {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom:10px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
}
.detail-qositas-articles{
    padding:10px;
}
.detail-qositas-articles table{
    width:100%;
}
.detail-qositas-articles table img {
    height:80px;
    align-items:center;
    align-content:center;
}
.detail-qositas-articles-description{
    width:250px;
    word-wrap: break-word;
    padding-right:10px;
}