.btn {
  padding: 6px 10px;
}

.primary-color {
  color: #ff7043 !important;
}

.font-size-8 {
  font-size: 8px;
}

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

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.buff-main-navbar {
  background-color: #FFFFFF !important;
}

.buff-main-navbar.navbar-inverse .navbar-nav > li > a {
  color: #ff7043;
}

.buff-main-navbar.navbar-inverse .navbar-nav > .open > a,
.buff-main-navbar.navbar-inverse .navbar-nav > .open > a:hover,
.buff-main-navbar.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ff7043;
}

.buff-mobile .navbar-inverse .navbar-nav > li > a {
  text-align: left;
}

.buff-desktop .timeline-center .post-even {
  margin-top: -103px;
}

.buff-desktop .timeline-center .timeline-row-n {
  margin-top: -103px;
}

.navbar-brand > img {
  margin-top: -10px;
  height: 40px;
}

.form-horizontal .form-group {
  padding: 10px;
}

.form-horizontal .form-group:hover {
  background-color: #f5f5f5;
  border-radius: 6px;
}

.form-horizontal .form-group:hover label {
  font-weight: 700;
}

.form-group label {
  font-weight: 600;
}

/*Go to top */
#scrollToTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #ff7043;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

#scrollToTop span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scrollToTop:hover {
  background-color: #e74c3c;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/*/Go to top */

body.register .navbar-header .navbar-brand img {
  display: none;
}

body.login .navbar-header .navbar-brand img {
  display: none;
}

.text-overflow-buff {
  white-space: nowrap;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

table tbody tr:hover {
  background-image: repeating-linear-gradient(rgba(255, 255, 255, 0), #dedddd 100%, rgba(255, 255, 255, 0));
}

/*
 Set font-family
 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
}

/*
 Text notify
 */
@-webkit-keyframes my {
  0% {
    color: #F8CD0A;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #F8CD0A;
  }
}

@-moz-keyframes my {
  0% {
    color: #fb8662;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #FF6F42;
  }
}

@-o-keyframes my {
  0% {
    color: #fb8662;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #FF6F42;
  }
}

@keyframes my {
  0% {
    color: #fb8662;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #FF6F42;
  }
}

.payment-notify {
  background-image: linear-gradient(-100deg, rgba(255, 255, 255, 0), #f5d2c7 85%, rgba(255, 255, 255, 0));
}

h6.panel-title, .h6.panel-title {
  font-size: 15px;
  color: #ff6f43;
  font-weight: 500;
}

.buff-line {
  border: 1px solid #a7a7a7;
}
.buff-line-mobile {
  border: 0.5px solid #a7a7a7;
  margin-left: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .buff-line-mobile {
    display: block;
  }
}


.required:after {
  content: '*';
  color: red;
  padding-left: 5px;
}

@-webkit-keyframes glowing {
  0% {
    color: #004A7F;
  }
  50% {
    color: #0094FF;
  }
  100% {
    color: #004A7F;
  }
}

@-moz-keyframes glowing {
  0% {
    color: #004A7F;
  }
  50% {
    color: #0094FF;
  }
  100% {
    color: #004A7F;
  }
}

@-o-keyframes glowing {
  0% {
    color: #004A7F;
  }
  50% {
    color: #0094FF;
  }
  100% {
    color: #004A7F;
  }
}

@keyframes glowing {
  0% {
    color: #004A7F;
  }
  50% {
    color: #0094FF;
  }
  100% {
    color: #004A7F;
  }
}

.buff-glowing {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.line-hr {
  border: 1px solid #FF7043;
  margin: 10px 0;
}

.line-hr-black {
  border: 1px solid #aaa8a7;
  margin: 10px 0;
}

.btn-buff {
  color: #fff;
  background-color: #FF7043;
  border-color: #ff6f3c;
}

.btn-buff:focus,
.btn-buff.focus {
  color: #fff;
  background-color: #FF7043;
  border-color: #ff6f3c;
}

.btn-buff:hover {
  color: #fff;
  background-color: #FF7043;
  border-color: #ff6f3c;
}

.btn-buff:active,
.btn-buff.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #FF7043;
  border-color: #ff6f3c;
}

.btn-buff:active:hover,
.btn-buff.active:hover,
.open > .dropdown-toggle.btn-buff:hover,
.btn-buff:active:focus,
.btn-buff.active:focus,
.open > .dropdown-toggle.btn-buff:focus,
.btn-buff:active.focus,
.btn-buff.active.focus,
.open > .dropdown-toggle.btn-buff.focus {
  color: #fff;
  background-color: #FF7043;
  border-color: #ff6f3c;
}

.btn-buff:active,
.btn-buff.active,
.open > .dropdown-toggle.btn-buff {
  background-image: none;
}

.btn-buff.disabled:hover,
.btn-buff[disabled]:hover,
fieldset[disabled] .btn-buff:hover,
.btn-buff.disabled:focus,
.btn-buff[disabled]:focus,
fieldset[disabled] .btn-buff:focus,
.btn-buff.disabled.focus,
.btn-buff[disabled].focus,
fieldset[disabled] .btn-buff.focus {
  background-color: #FF7043;
  border-color: #ff6f3c;
}

.btn-buff .badge {
  color: #FF7043;
  background-color: #FF7043;
}

.buff-tool-card {
  width: 100%;
  min-height: 160px;
  margin-bottom: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .1875rem;
  border-top-color: #e91e63;
}

.buff-tool-card:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.buff-contact {
  max-width: 500px;
  margin: 0 auto;
  min-height: 1px;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .1875rem;
  border-top-color: #FF7043;
}

.buff-contact form {
  margin: 0;
  padding: 0;
}

.buff-contact form .panel {
  margin-bottom: 0;
}

.buff-contact form .panel .legitRipple {
  margin-left: auto;
  right: 0;
}

.buff-contact form .panel .flex-container {
  padding: 20px 0;
}

.buff-contact form .panel .list-icons a i {
  font-size: 24px;
}

.buff-contact form .panel .list-icons a {
  color: #FF7043;
}

.buff-contact form .panel .list-icons {
  margin-top: 8px;
}

.clear-both {
  clear: both;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.fab-menu.fab-menu-top-right {
  display: none !important;
}

.nav-tabs.nav-tabs-highlight > li > a,
.nav-tabs.nav-tabs-highlight > li > a:hover,
.nav-tabs.nav-tabs-highlight > li > a:focus {
  border-width: 2px 2px 1px 2px;
}

.nav-tabs.nav-tabs-highlight > li.active > a,
.nav-tabs.nav-tabs-highlight > li.active > a:hover,
.nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: #FF7043;
  border-bottom-color: transparent !important;
  border-right-color: #FF7043;
  border-left-color: #FF7043;
  font-weight: 500;
}

.nav-tabs.nav-justified.nav-tabs-highlight > li > a,
.nav-tabs.nav-justified.nav-tabs-highlight > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-highlight > li > a:focus {
  border-bottom-color: #FF7043;
}

/* Loading CSS */
#fountainG {
  position: relative;
  width: 100px;
  height: 20px;
  margin: 0 auto;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: rgb(0, 0, 0);
  width: 11px;
  height: 11px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(.3);
  -o-transform: scale(.3);
  -ms-transform: scale(.3);
  -webkit-transform: scale(.3);
  -moz-transform: scale(.3);
  border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#fountainG_2 {
  left: 11px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#fountainG_3 {
  left: 22px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#fountainG_4 {
  left: 34px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainG_5 {
  left: 45px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainG_6 {
  left: 56px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainG_7 {
  left: 67px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainG_8 {
  left: 79px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -o-transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -ms-transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -webkit-transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -moz-transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

/* .\Loading CSS */

.lightRed {
  color: #d81a22 !important;
}

.lightSuccess {
  color: #24985c !important;
}

.dataTables_length {
  margin: 0 0 20px 0;
}

.dataTables_length select {
  margin-top: 6px;
  height: 30px;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dt-buttons {
  float: none;
  display: inherit;
  margin: 0 0 10px 0;
}

.table-details-responsive {
  width: 100%;
}

.table-details-responsive .text-right {
  text-align: inherit;
}

.dt-button-collection > .dt-button {
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  .dt-buttons {
    text-align: left;
  }

  .dataTables_wrapper .dataTables_filter {
    text-align: left;
  }
}

.uploader .filename {
  padding: 5px 10px;
  border-radius: 0 2px 2px 0;
  border: 1px solid #ddd;
}

.uploader .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.loading-gif-1 {
  max-height: 44px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #f5f5f5 !important;
  margin-left: 0 !important;
  border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  color: #fff !important;
  background: #2196f3 !important;
  border-color: #2196f3 !important;
  cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: #e7e5e5 !important;
  color: #333 !important;
}

.order-demo {
  background-color: #fffee0;
}

.order-create-via-api {
  background-color: #d6d6d6;
}

.order-near-expires {
  background-color: #ef6c0094;
}

.order-expires {
  background-color: #dc2b2bfa;
}

.order-delete {
  background-color: #c37583a6;
}

.order-contract {
  background-color: #22fdf3a6;
}

.order-deactive {
  background-color: #759fc3a6;
}

.order-buff-auto {
  background-color: #7ebcec;
}
.order-auto-bot-added {
}
.order-auto-bot-activate {
}
.order-auto-bot-deactivate {
}
.order-auto-bot-expires {
  background-color: #dc2b2bfa;
}
.order-auto-bot-delete {
  background-color: #dc2b2bfa;
}
.order-auto-bot-error-cookie {
  background-color: #ef6c0094;
}
.order-auto-bot-block-features {
  background-color: #EFED9A;
}
.header-price-user {
  color: #0844fb;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.buff-meter {
  height: 20px; /* Can be anything */
  position: relative;
  max-width: 150px;
  /*margin: 60px 0 20px 0; !* Just for demo spacing *!*/
  background: #555;
  /*min-width: 150px;*/
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.buff-meter > label {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(43, 194, 83)),
      color-stop(1, rgb(84, 240, 84))
  );
  /*background-image: -moz-linear-gradient( center bottom,gb(43, 194, 83) 37%,rgb(84, 240, 84) 69%);*/
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
  inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
  inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
  inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
  overflow: hidden;
}

.buff-meter > label:after, .animate > label > label {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,
  color-stop(.25, rgba(255, 255, 255, .2)),
  color-stop(.25, transparent), color-stop(.5, transparent),
  color-stop(.5, rgba(255, 255, 255, .2)),
  color-stop(.75, rgba(255, 255, 255, .2)),
  color-stop(.75, transparent), to(transparent)
  );
  background-image: -moz-linear-gradient(
      -45deg,
      rgba(255, 255, 255, .2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .2) 50%,
      rgba(255, 255, 255, .2) 75%,
      transparent 75%,
      transparent
  );
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.buff-meter .animate > label:after {
  display: none;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.buff-meter .orange > label {
  background-color: #f1a165;
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
  background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}

.buff-meter .red > label {
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.buff-meter .nostripes > label > label, .nostripes > label:after {
  -webkit-animation: none;
  background-image: none;
}

.buff-progress {
  -webkit-box-shadow: none !important;
  background-color: #e5ebec;
  box-shadow: none !important;
  height: 8px;
  border-radius: 4px;
  margin-bottom: 18px;
  overflow: hidden
}

.progress-bar {
  box-shadow: none;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px
}

.buff-progress.progress-sm {
  height: 8px !important
}

.buff-progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px
}

.buff-progress.progress-md {
  height: 15px !important
}

.buff-progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px
}

.buff-progress.progress-lg {
  height: 20px !important
}

.progress-vertical,
.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px
}

.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px
}

.progress-bar-primary {
  background-color: #0283cc
}

.progress-bar-success {
  background-color: #2ecc71
}

.progress-bar-info {
  background-color: #00bbd9
}

.progress-bar-warning {
  background-color: #ffb136
}

.progress-bar-danger {
  background-color: #e74a25
}

.progress-bar-inverse {
  background-color: #282f32
}

.progress-bar-purple {
  background-color: #4a23ad
}

.progress-bar-custom {
  background-color: #00bbd9
}

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  transition: 5s all
}

@-webkit-keyframes myanimation {
  from {
    width: 0
  }
}

@keyframes myanimation {
  from {
    width: 0
  }
}

.progress-vertical {
  width: 4px
}

.progress-vertical .progress-bar {
  width: 100%
}

.progress-vertical-bottom {
  width: 4px
}

.progress-vertical-bottom .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0
}

.progress-vertical-bottom.progress-sm,
.progress-vertical.progress-sm {
  width: 8px !important
}

.progress-vertical-bottom.progress-sm .progress-bar,
.progress-vertical.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px
}

.progress-vertical-bottom.progress-md,
.progress-vertical.progress-md {
  width: 15px !important
}

.progress-vertical-bottom.progress-md .progress-bar,
.progress-vertical.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px
}

.progress-vertical-bottom.progress-lg,
.progress-vertical.progress-lg {
  width: 20px !important
}

.progress-vertical-bottom.progress-lg .progress-bar,
.progress-vertical.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px
}

.images-facebook {
  background-image: url(../images/facebook_icon.png);
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.reacion_like {
  background-position: -51px -231px;
}

.reacion_love {
  background-position: -68px -231px;
}

.reacion_care {
  background-position: -102px -231px;
}

.reacion_haha {
  background-position: -34px -231px;
}

.reacion_wow {
  background-position: 0 -248px;
}

.reacion_sad {
  background-position: -85px -231px;
}

.reacion_angry {
  background-position: -17px -231px;
}

.modal-autobot {
  padding-left: 65px;
  padding-right: 65px;
  margin: auto;
}
.modal-second {
  z-index: 1052;
}
/*.modal-backdrop.fade,*/
/*.modal-backdrop.fade + .modal-backdrop.fade {*/
  /*z-index: 1051;*/
/*}*/
.loading-page {
  display:    none;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba(255, 255, 255, 0.8) url(../images/ajax_loader.gif) 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .loading-page {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading-page {
  display: block;
}
.hide-password {
  display: none
}
.load_more {display: none;}
.hide-text{
  -webkit-text-security: disc;
}
.show-text{
  -webkit-text-security: none;
}
/* discount code */
.buff-discount-code{
  width: 156px;
  background-color: transparent;
  box-shadow: 1px 1px 4px rgba(34, 34, 34, 0.2);
  text-align: center;
  border-radius: 5px;
  float: left;
  margin: 5px 5px 5px 5px;
}
.buff-discount-code-title{
  width: 100%;
  height: 28px;
  padding: 4px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  cursor: help;
  color: #fff;
}
.buff-discount-code-body{
  width: 100%;
  height: 38px;
  padding: 9px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.buff-discount-code-copy{
  font-size: 12px;
  cursor: pointer;
}
.buff-discount-code-use{
  font-style: oblique;
  background-color: #b3b3b3;
}

.sidebar-default .navigation>li.active>a, .sidebar-default .navigation>li.active>a:hover, .sidebar-default .navigation>li.active>a:focus {
  background-color: #aca3a3;
  background: #aca3a3; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right,  #aca3a3, #fdfdfd); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #aca3a3, #fdfdfd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.sidebar-default .navigation li > a:hover, .sidebar-default .navigation li > a:focus {
  background-color: #cfcdcd;
  background: #cfcdcd; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right,  #cfcdcd, #fdfdfd); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #cfcdcd, #fdfdfd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.sidebar-default .navigation p {
  margin: 0;
}

.layout-payment {
  max-width: 350px;
}
@media screen and (max-width:550px) {
  .layout-payment {
    max-width: 100%;
  }
}

@media (min-width: 1200px){
  .modal-xl {
    max-width: 1140px;
  }
}


.reward {
  position: relative;
}
.reward .tooltip-reward {
  visibility: hidden;
  position: absolute;
  width: 250px;
  background-color: #fff;
  color: #30bcd4;
  text-align: left;
  padding: 10px;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  border-color: #ffffff;
  box-shadow: 2px 1px 7px 4px #a9a4a4;
}

.reward .tooltip-reward::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 100%;
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}

.reward:hover .tooltip-reward {
  visibility: visible;
  opacity: 1;
}


#modal_user_get_discount_code .modal-dialog {
  max-width: 350px;
  margin: 30px auto;
}


#modal_edit_order_view_video_unit .modal-dialog {
  max-width: 430px;
}

.shimmer {
  text-align: center;
  color: #323030;
  display:inline-block;
  -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 2.5s infinite;
}
@keyframes shimmer {
  100% {-webkit-mask-position:left}
}

.buff-highline:hover {
  cursor: pointer;
}
.buff-highline:hover h3, .buff-highline:hover p{
  color: #ff7143;
  font-weight: 600;
  transition-delay: 300ms;
}
/*.dropdown-menu {*/
  /*min-width: 200px;*/
/*}*/
/*.dropdown-menu.columns-2 {*/
  /*min-width: 400px;*/
/*}*/
/*.dropdown-menu.columns-3 {*/
  /*min-width: 600px;*/
/*}*/
/*.dropdown-menu li a {*/
  /*padding: 5px 15px;*/
  /*!*font-weight: 300;*!*/
/*}*/
/*.multi-column-dropdown {*/
  /*list-style: none;*/
  /*margin: 0px;*/
  /*padding: 0px;*/
/*}*/
/*.multi-column-dropdown li a {*/
  /*display: block;*/
  /*clear: both;*/
  /*!*line-height: 1.428571429;*!*/
  /*color: #333;*/
  /*white-space: normal;*/
/*}*/
/*.multi-column-dropdown li a:hover {*/
  /*text-decoration: none;*/
  /*color: #262626;*/
  /*background-color: #999;*/
/*}*/

/*@media (max-width: 767px) {*/
  /*.dropdown-menu.multi-column {*/
    /*min-width: 240px !important;*/
    /*overflow-x: hidden;*/
  /*}*/
/*}*/



/*START: SNT Card Custom*/
.snt-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 0.5rem;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.13), 0 1px 8px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 10px;
}

.snt-card:hover {
  box-shadow: 0 0 8px 4px rgba(48, 48, 48, 0.13), 0 1px 3px rgba(139, 136, 136, 0.20);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.snt-card-body {
  padding: 0px 10px;
}
.snt-card-text-red {
  color: #f76565;
  font-weight: bold;
  font-size: 15px;
}
.snt-btn-primary {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
  border-radius: 15px;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.13), 0 1px 8px 1px rgba(0, 0, 0, 0.2);
  border: 0px;
  padding: 3px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,transform .12s ease-out,-webkit-transform .12s ease-out;
}
.snt-btn-red {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  border-radius: 15px;
  /*box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);*/
  border: 0px;
  padding: 3px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,transform .12s ease-out,-webkit-transform .12s ease-out;
}

.snt-btn-primary:hover {
  color: #fff;
  background-color: #117ef8;
  /*box-shadow: 0 0 3px 1px rgb(0 0 0 / 13%), 0 1px 4px 1px rgb(0 0 0 / 20%);*/
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.snt-disabled {
  cursor: not-allowed !important;
}
.time-picker-in-modal{
  z-index: 1100 !important;
  /*display: block !important;*/
}
/*END: SNT Card Custom*/

.img-christmas2020 {
  display: none !important;
}
@media (max-width: 1024px) {
  .img-christmas2020 {
    display: none;
  }
}


.box-payment-price {
  padding-top: 15px;
}

.font-weight-bold {
  font-weight: bold;
}

/*START: CSS button checkbox*/
.ltr-btn-checkbox-toggler-wrapper {
  display: inline-block;
  width: 35px;
  height: 20px;
  cursor: pointer;
  position: relative;
}

.ltr-btn-checkbox-toggler-wrapper input[type="checkbox"] {
  display: none;
}

.ltr-btn-checkbox-toggler-wrapper input[type="checkbox"]:checked+.ltr-btn-checkbox-toggler-slider {
  background-color: #FF7043;
}

.ltr-btn-checkbox-toggler-wrapper .ltr-btn-checkbox-toggler-slider {
  background-color: #ccc;
  position: absolute;
  border-radius: 100px;
  top: 13px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ltr-btn-checkbox-toggler-wrapper .ltr-btn-checkbox-toggler-knob {
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*--------------------------------------------------------------
3.0 Effects Styles
--------------------------------------------------------------*/


/*Style 1*/

.ltr-btn-checkbox-toggler-wrapper.ltr-btn-checkbox-style-1 input[type="checkbox"]:checked+.ltr-btn-checkbox-toggler-slider .ltr-btn-checkbox-toggler-knob {
  left: calc(100% - 14px - 3px);
}

.ltr-btn-checkbox-toggler-wrapper.ltr-btn-checkbox-style-1 .ltr-btn-checkbox-toggler-knob {
  width: calc(20px - 6px);
  height: calc(20px - 6px);
  border-radius: 50%;
  left: 4px;
  top: 3px;
  background-color: #fff;
}

/*END: CSS button checkbox*/

/* Start :CSS notify */

.btn-notify {
  padding : 10px;
  margin-top: 10px;
  display: inline-block;
}
.bell-notify:hover #mark_have_notification {
  -webkit-animation-name: bounce;
  animation: bounce 1s;
}

.media:hover .media-left .btn-notify .icon-notify-anima {
  -webkit-animation-name: wobble;
  animation: wobble 1s;
}
.media:hover .text-primary {
  font-weight: bold;
  color: red;
}

.dashboardTab:hover .icon-anima {
  -webkit-animation-name: tada;
  animation: tada 1s;
}
.sidebar-main .navigation li a > i {
    margin-right: 10px;
}
.sidebar-default .navigation li > a:hover > i {
    margin-right: 20px;
    transition: margin ease 0.5s;
}
.sidebar-default .navigation li > a:not(:hover) > i {
    margin-right: 10px;
    transition: margin ease 0.5s;
}

.buff-discount-code:hover .buff-discount-code-title {
    -webkit-animation-name: tada;
    animation: tada 1s;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 1;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* End :CSS notify */

.tablesaw td.tablesaw {
  word-break: break-all; /* hoặc word-wrap: break-word */
}

#services-ltr .table > thead > tr > th {
  font-size: 14px;
}

#services-ltr .table > tbody > .bg-info > td {
  font-size: 14px;
}

#services-ltr .table > tbody > tr > td {
  font-size: 13px;
}

#services-ltr .services-bg-info {
  color: #000000;
  font-weight: bold;
  background: linear-gradient(90deg, rgb(236 179 147) 0%, rgb(243 219 186) 50%, rgb(253 253 253) 100%);
}
