:root {
  --icon-grey: #bdbdbd;
  --text-grey: #828282;
  --background-content: #f6f6f6;
}

.color-grey {
  color: var(--icon-grey);
}

.color-dark-grey {
  color: var(--text-grey);
}

.bg-content {
  background-color: var(--background-content);
}

.btn-orange {
  background: #fabe0a;
  background-image: linear-gradient(to bottom, #fabe0a, #e69603);
  background-image: -moz-linear-gradient(top, #fabe0a, #e69603);
  background-image: -ms-linear-gradient(top, #fabe0a, #e69603);
  background-image: -o-linear-gradient(top, #fabe0a, #e69603);
  background-image: -webkit-linear-gradient(top, #fabe0a, #e69603);
  border-radius: 5px;
  color: #fff !important;
  font-family: Arial;
  --moz-border-radius: 5;
  text-decoration: none;
  --webkit-border-radius: 5;
}
.btn-orange:hover {
  background: #f29a03;
  background-image: linear-gradient(to bottom, #f29a03, #d69a03);
  background-image: -moz-linear-gradient(top, #f29a03, #d69a03);
  background-image: -ms-linear-gradient(top, #f29a03, #d69a03);
  background-image: -o-linear-gradient(top, #f29a03, #d69a03);
  background-image: -webkit-linear-gradient(top, #f29a03, #d69a03);
  text-decoration: none;
}
.btn-red {
  background: #f53939;
  background-image: linear-gradient(to bottom, #f53939, #bb1504);
  background-image: -moz-linear-gradient(top, #f53939, #bb1504);
  background-image: -ms-linear-gradient(top, #f53939, #bb1504);
  background-image: -o-linear-gradient(top, #f53939, #bb1504);
  background-image: -webkit-linear-gradient(top, #f53939, #bb1504);
  border-radius: 5px;
  color: #fff !important;
  font-family: Arial;
  --moz-border-radius: 5;
  text-decoration: none;
  --webkit-border-radius: 5;
}
.btn-red:hover {
  background: #bb1504;
  background-image: linear-gradient(to bottom, #bb1504, #f53939);
  background-image: -moz-linear-gradient(top, #bb1504, #f53939);
  background-image: -ms-linear-gradient(top, #bb1504, #f53939);
  background-image: -o-linear-gradient(top, #bb1504, #f53939);
  background-image: -webkit-linear-gradient(top, #bb1504, #f53939);
  text-decoration: none;
}
.btn-black {
  background: #5a5959;
  background-image: linear-gradient(to bottom, #5a5959, #232323);
  background-image: -moz-linear-gradient(top, #5a5959, #232323);
  background-image: -ms-linear-gradient(top, #5a5959, #232323);
  background-image: -o-linear-gradient(top, #5a5959, #232323);
  background-image: -webkit-linear-gradient(top, #5a5959, #232323);
  border-radius: 5px;
  color: #fff !important;
  font-family: Arial;
  --moz-border-radius: 5;
  text-decoration: none;
  --webkit-border-radius: 5;
}
.btn-black:hover {
  background: #232323;
  background-image: linear-gradient(to bottom, #232323, #5a5959);
  background-image: -moz-linear-gradient(top, #232323, #5a5959);
  background-image: -ms-linear-gradient(top, #232323, #5a5959);
  background-image: -o-linear-gradient(top, #232323, #5a5959);
  background-image: -webkit-linear-gradient(top, #232323, #5a5959);
  text-decoration: none;
}
.btn-brown {
  background: #c49727;
  background-image: linear-gradient(to bottom, #c49727, #612405);
  background-image: -moz-linear-gradient(top, #c49727, #612405);
  background-image: -ms-linear-gradient(top, #c49727, #612405);
  background-image: -o-linear-gradient(top, #c49727, #612405);
  background-image: -webkit-linear-gradient(top, #c49727, #612405);
  border-radius: 5px;
  color: #fff !important;
  font-family: Arial;
  --moz-border-radius: 5;
  text-decoration: none;
  --webkit-border-radius: 5;
}
.btn-brown:hover {
  background: #612405;
  background-image: linear-gradient(to bottom, #612405, #c49727);
  background-image: -moz-linear-gradient(top, #612405, #c49727);
  background-image: -ms-linear-gradient(top, #612405, #c49727);
  background-image: -o-linear-gradient(top, #612405, #c49727);
  background-image: -webkit-linear-gradient(top, #612405, #c49727);
  text-decoration: none;
}
.btn-white {
  background: #e6e6e6;
  background-image: -webkit-linear-gradient(top, #e6e6e6, #d1d1d1);
  background-image: -moz-linear-gradient(top, #e6e6e6, #d1d1d1);
  background-image: -ms-linear-gradient(top, #e6e6e6, #d1d1d1);
  background-image: -o-linear-gradient(top, #e6e6e6, #d1d1d1);
  background-image: linear-gradient(to bottom, #e6e6e6, #d1d1d1);
  ---webkit-border-radius: 5;
  ---moz-border-radius: 5;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
}
.btn-white:hover {
  background: #d6d2d6;
  background-image: -webkit-linear-gradient(top, #d6d2d6, #d9d9d9);
  background-image: -moz-linear-gradient(top, #d6d2d6, #d9d9d9);
  background-image: -ms-linear-gradient(top, #d6d2d6, #d9d9d9);
  background-image: -o-linear-gradient(top, #d6d2d6, #d9d9d9);
  background-image: linear-gradient(to bottom, #d6d2d6, #d9d9d9);
  text-decoration: none;
  color: #333;
}
.f1rem {
  font-size: 1rem;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f22 {
  font-size: 22px !important;
}
.f24 {
  font-size: 24px !important;
}
.f30 {
  font-size: 30px;
}
.f38 {
  font-size: 38px;
}
.f40 {
  font-size: 40px;
}
.f48 {
  font-size: 48px;
}
.f60 {
  font-size: 60px;
}
.f72 {
  font-size: 72px;
}
.fbold {
  font-weight: 700;
}
.forange {
  color: #fa8420 !important;
}
.fblack {
  color: #292828 !important;
}
a.fblack {
  color: #292828 !important;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: "HelveticaNeue", HelveticaNeue, sans-serif;
  background-color: rgba(234, 234, 234, 0.57);
}
body section div.container {
  background-color: white;
}
@media (max-width: 768px) {
  body section div.container div.space {
    margin-top: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body section div.container div.space {
    margin-top: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body section div.container div.space {
    margin-top: 8rem;
  }
}
@media (min-width: 1200px) {
  body section div.container div.space {
    margin-top: 8rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body div.container {
    width: 1188px;
  }
}
@media (min-width: 1200px) {
  body div.container {
    width: 1188px;
  }
}
body .categori-list .list-group-item:first-child,
body .categori-list .list-group-item:last-child {
  border-radius: 0px;
}
body .categori-list .list-group-item {
  border: 0px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  font-weight: bold;
  font-size: 0.9rem;
  vertical-align: middle;
  -moz-transition: padding-left 0.1s ease-in;
  -o-transition: padding-left 0.1s ease-in;
  -webkit-transition: padding-left 0.1s ease-in;
  transition: padding-left 0.1s ease-in;
}
body .categori-list .list-group-item:hover {
  background-color: #e4e3e3;
  padding-left: 1.7rem;
}
body .categori-list img {
  width: 1.7rem;
  margin-right: 0.4rem;
}
nav {
  background: linear-gradient(to bottom, #f4f4f4 39%, #c9c9c9 100%);
  background: -moz-linear-gradient(top, #f4f4f4 39%, #c9c9c9 100%);
  background: -ms-linear-gradient(top, #f4f4f4 39%, #c9c9c9 100%);
  background: -o-linear-gradient(top, #f4f4f4 39%, #c9c9c9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(39%, #f4f4f4),
    color-stop(100%, #c9c9c9)
  );
  background: -webkit-linear-gradient(top, #f4f4f4 39%, #c9c9c9 100%);
}
nav .m-y-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
nav .p-y-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
nav .inputsearch input[type="text"] {
  background-color: white;
}
nav .inputsearch input,
nav .inputsearch span {
  border: 1.5px solid #656565;
}
nav .inputsearch span {
  cursor: pointer;
}
nav img.icon {
  width: 1.7rem;
}
nav .memberbutton a.btn {
  border: 1.5px solid #656565;
}
nav .memberakun {
  padding: 0.3rem;
}
nav .memberakun a {
  text-decoration: none;
  color: #373a3c;
}
nav .memberarea a.link {
  text-decoration: none;
  color: #656565;
  vertical-align: sub;
}
.breadcrumb {
  font-size: 0.9rem;
}
.breadcrumb a.forange {
  color: #fa8420;
}
.breadcrumb a {
  color: #818a91;
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}
.breadcrumb .dropdown-menu {
  margin-top: -0.11rem;
  min-width: 14rem;
}
.breadcrumb .dropdown-menu li:hover {
  background-color: #fa8420;
}
.breadcrumb .dropdown-menu li:hover a {
  color: white;
}
.breadcrumb .dropdown-menu li {
  cursor: pointer;
}
.breadcrumb .dropdown-menu li a {
  padding-left: 1rem;
  font-size: 0.9rem;
  color: black;
}
.breadcrumb .dropdown-menu li a .ceretright {
  padding: 5px;
  position: absolute;
  right: 0px;
}
.breadcrumb .sub-dropdown-menu .dropdown-menu {
  display: none;
}
.breadcrumb .sub-dropdown-menu:hover .dropdown-menulist {
  display: block !important;
}
.breadcrumb .sub-dropdown-menu:hover .dropdown-menulist a {
  color: black;
}
.breadcrumb ul.dropdown-menulist {
  display: none;
  position: absolute;
  margin-top: -25px;
  margin-left: 13.7rem;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.breadcrumb ul.dropdown-menulist li a {
  padding-left: 1rem;
  font-size: 0.9rem;
}
.breadcrumb ul.dropdown-menulist li:hover a {
  color: white;
}
.breadcrumb ul.dropdown-menulist li:hover a:hover {
  color: white;
}
div.bottomheader {
  background: linear-gradient(to bottom, #e4e3e3 2%, #e8e8e8 49%, #d4d4d4 100%);
  background: -moz-linear-gradient(top, #e4e3e3 2%, #e8e8e8 49%, #d4d4d4 100%);
  background: -ms-linear-gradient(top, #e4e3e3 2%, #e8e8e8 49%, #d4d4d4 100%);
  background: -o-linear-gradient(top, #e4e3e3 2%, #e8e8e8 49%, #d4d4d4 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(2%, #ccc),
    color-stop(49%, #d1d1d1),
    color-stop(100%, #b5b5b5)
  );
  background: -webkit-linear-gradient(
    top,
    #e4e3e3 2%,
    #e8e8e8 49%,
    #d4d4d4 100%
  );
  box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.2);
  moz-box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.2);
  webkit-box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  top: 4rem;
}
div.bottomheader .container {
  min-height: 2rem;
}
div.bottomheader .container .dropdown {
  padding-top: 0.4rem;
}
div.bottomheader .container .dropdown-menu {
  min-width: 16rem;
  margin-left: -17px;
}
div.bottomheader .container .list-brand {
  padding-top: 0.3rem;
}
div.bottomheader .container .list-brand li {
  list-style: none;
  display: inline-block;
}
div.bottomheader .container .list-brand li img {
  width: 5.4rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
div.bottomheader .container .list-brand a {
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
}
div.bottomheader .container .list-brand a._after,
div.bottomheader .container .list-brand a._before {
  color: #656565;
}
div.bottomheader .container .list-brand .menupromo {
  background: #fabe0a;
  background-image: linear-gradient(to bottom, #fabe0a, #e69603);
  background-image: -moz-linear-gradient(top, #fabe0a, #e69603);
  background-image: -ms-linear-gradient(top, #fabe0a, #e69603);
  background-image: -o-linear-gradient(top, #fabe0a, #e69603);
  background-image: -webkit-linear-gradient(top, #fabe0a, #e69603);
  border-radius: 4px;
  color: #fff !important;
  font-family: Arial;
  --moz-border-radius: 4;
  padding: 0.3rem 0.4rem;
  text-decoration: none;
  --webkit-border-radius: 4;
}
div.bottomheader .container .list-brand .menucucigudang {
  background: #f53939;
  background-image: linear-gradient(to bottom, #f53939, #bb1504);
  background-image: -moz-linear-gradient(top, #f53939, #bb1504);
  background-image: -ms-linear-gradient(top, #f53939, #bb1504);
  background-image: -o-linear-gradient(top, #f53939, #bb1504);
  background-image: -webkit-linear-gradient(top, #f53939, #bb1504);
  border-radius: 4px;
  color: #fff !important;
  font-family: Arial;
  --moz-border-radius: 4;
  padding: 0.3rem 0.4rem;
  text-decoration: none;
  --webkit-border-radius: 4;
}
div.bottomheader .container .list-brand .menucucigudang:hover {
  background: #bb1504;
  background-image: linear-gradient(to bottom, #bb1504, #f53939);
  background-image: -moz-linear-gradient(top, #bb1504, #f53939);
  background-image: -ms-linear-gradient(top, #bb1504, #f53939);
  background-image: -o-linear-gradient(top, #bb1504, #f53939);
  background-image: -webkit-linear-gradient(top, #bb1504, #f53939);
}
div.bottomheader .container .list-brand .menuusedcomponent {
  background: #5a5959;
  background-image: linear-gradient(to bottom, #5a5959, #232323);
  background-image: -moz-linear-gradient(top, #5a5959, #232323);
  background-image: -ms-linear-gradient(top, #5a5959, #232323);
  background-image: -o-linear-gradient(top, #5a5959, #232323);
  background-image: -webkit-linear-gradient(top, #5a5959, #232323);
  border-radius: 4px;
  color: #fff !important;
  font-family: Arial;
  --moz-border-radius: 4;
  padding: 0.3rem 0.4rem;
  text-decoration: none;
  --webkit-border-radius: 4;
}
div.bottomheader .container .list-brand .menuusedcomponent:hover {
  background: #232323;
  background-image: linear-gradient(to bottom, #232323, #5a5959);
  background-image: -moz-linear-gradient(top, #232323, #5a5959);
  background-image: -ms-linear-gradient(top, #232323, #5a5959);
  background-image: -o-linear-gradient(top, #232323, #5a5959);
  background-image: -webkit-linear-gradient(top, #232323, #5a5959);
}
div.bottomheader .container .list-brand .menubrown {
  background: #c49727;
  background-image: linear-gradient(to bottom, #c49727, #612405);
  background-image: -moz-linear-gradient(top, #c49727, #612405);
  background-image: -ms-linear-gradient(top, #c49727, #612405);
  background-image: -o-linear-gradient(top, #c49727, #612405);
  background-image: -webkit-linear-gradient(top, #c49727, #612405);
  border-radius: 4px;
  color: #fff !important;
  font-family: Arial;
  --moz-border-radius: 4;
  padding: 0.3rem 0.4rem;
  text-decoration: none;
  --webkit-border-radius: 4;
}
div.bottomheader .container .list-brand .menubrown:hover {
  background: #612405;
  background-image: linear-gradient(to bottom, #612405, #c49727);
  background-image: -moz-linear-gradient(top, #612405, #c49727);
  background-image: -ms-linear-gradient(top, #612405, #c49727);
  background-image: -o-linear-gradient(top, #612405, #c49727);
  background-image: -webkit-linear-gradient(top, #612405, #c49727);
}
div.bottomheader .container .list-brand .menugrey {
  background: #cfcfcf;
  background-image: linear-gradient(to bottom, #cfcfcf, #4d4d4d);
  background-image: -moz-linear-gradient(top, #cfcfcf, #4d4d4d);
  background-image: -ms-linear-gradient(top, #cfcfcf, #4d4d4d);
  background-image: -o-linear-gradient(top, #cfcfcf, #4d4d4d);
  background-image: -webkit-linear-gradient(top, #cfcfcf, #4d4d4d);
  border-radius: 4px;
  color: #fff !important;
  font-family: Arial;
  --moz-border-radius: 4;
  padding: 0.3rem 0.4rem;
  text-decoration: none;
  --webkit-border-radius: 4;
}
div.bottomheader .container .list-brand .menugrey:hover {
  background: #4d4d4d;
  background-image: linear-gradient(to bottom, #4d4d4d, #cfcfcf);
  background-image: -moz-linear-gradient(top, #4d4d4d, #cfcfcf);
  background-image: -ms-linear-gradient(top, #4d4d4d, #cfcfcf);
  background-image: -o-linear-gradient(top, #4d4d4d, #cfcfcf);
  background-image: -webkit-linear-gradient(top, #4d4d4d, #cfcfcf);
}
div.bottomheader .container .list-brand .menushop {
  font-size: 23px !important;
}
.btn-orange {
  background: #fa8420;
  background-image: linear-gradient(to bottom, #fabe0a, #e69603);
  background-image: -moz-linear-gradient(top, #fabe0a, #e69603);
  background-image: -ms-linear-gradient(top, #fabe0a, #e69603);
  background-image: -o-linear-gradient(top, #fabe0a, #e69603);
  background-image: -webkit-linear-gradient(top, #fabe0a, #e69603);
  border-radius: 5px;
  color: #fff !important;
  font-family: Arial;
  --moz-border-radius: 5;
  text-decoration: none;
  --webkit-border-radius: 5;
}
footer .footer {
  background-color: #ececec;
}
footer .footer strong.menu {
  font-size: 0.8rem;
}
footer .footer .btn-foot {
  margin-bottom: 0.5rem;
}
footer .footer .btn-foot img {
  float: left;
  left: 500px;
  width: 1.7rem;
}
footer .footer .col-foot-info {
  text-align: center;
  vertical-align: middle;
}
footer .footer .col-foot-info strong {
  font-size: 0.9rem;
}
footer .footer .col-foot-info p {
  font-size: 0.8rem;
}
footer .footer .col-lg-5ths {
  text-align: center;
  vertical-align: middle;
}
footer .footer .col-lg-5ths strong {
  font-size: 0.9rem;
}
footer .footer .col-lg-5ths p {
  font-size: 0.8rem;
}
footer .footer .col-xs-5ths,
footer .footer .col-sm-5ths,
footer .footer .col-md-5ths,
footer .footer .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  footer .footer .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  footer .footer .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
footer .orange {
  background-color: #fa8420;
  color: #fff;
}
footer ul {
  margin: 0px;
  padding: 0px;
}
footer ul li {
  list-style: none;
  font-size: 0.77rem;
}
footer ul li a {
  text-decoration: none;
  color: #656565;
}
footer ul li a:hover {
  text-decoration: none;
  color: black;
}
footer .infodev small {
  font-size: 0.7rem;
}
div.buttonbuy {
  position: fixed;
  bottom: 0px;
  background-color: #fa8420;
  z-index: 600;
  width: 100%;
  color: white;
  border-radius: 0px !important;
}
.text-justify {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.img-responsive {
  width: 100%;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.cardresult {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.45);
  margin-bottom: 20px;
  moz-box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.45);
  webkit-box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.45);
}
@media (max-width: 767px) {
  .navbar-toggle.offcanvas-toggle {
    background: transparent;
  }
  .navmobile {
    background-color: black;
    z-index: 9999 !important;
  }
  .navmobile .label-silver {
    background-color: #ececec;
    color: grey;
    margin-left: 0.2rem;
  }
  .navmobile .label-platinum {
    background-color: #e5e4e2;
    color: grey;
    margin-left: 0.2rem;
  }
  .navmobile .label-gold {
    background-color: #fa8420;
    color: white;
    margin-left: 0.2rem;
  }
  .navmobile .list-group-item:first-child,
  .navmobile .list-group-item:last-child {
    border-radius: 0rem;
  }
  .navmobile .list-group .list-group-item {
    border-left: transparent;
    border-right: transparent;
  }
  .navmobile .list-group a {
    color: black;
  }
  .navmobile .list-group .collapsedecategorymobileprn.active {
    background-color: rgba(129, 138, 145, 0.48) !important;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
}
.slick-prev:before,
.slick-next:before {
  color: #9a9a9a !important;
}
.slick-arrow {
  display: none;
}
.slick-dots {
  display: none !important;
}
.tab-mobile-home .nav-item {
  width: 49%;
  background-color: gainsboro;
  text-align: center;
  margin-left: 0rem;
}
.tab-mobile-home .nav-item a {
  color: black;
}
.modal-dialog {
  margin: 20% auto;
}
.label-gobox {
  background-color: #542c0e;
}
.label-orange {
  background-color: #fa8420;
}
.popup .alert-warning a {
  color: #8e7703;
  text-decoration: none;
}
.popup .alert-warning a:hover {
  color: #826d03;
}

/* new css */
.btn {
  border-radius: 0;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 129px;
}
.hr-solid {
  border-top: 1px solid #ccc;
}
.btnshare {
  display: inline-block;
  padding: 0.175rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid #999;
  border-radius: 0.25rem;
}
.title-home {
  align-items: center;
}

.title-home .title-home-content {
  font-size: 30px;
  border-left: 5px solid #fa8420;
  padding-left: 10px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.modal-mobile {
  margin: 0;
  margin-bottom: -10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card {
  border-radius: 0 !important;
}

.card-shadow:hover {
  box-shadow: 2px 2px 2px 2px #999;
}
.btn-hide {
  position: absolute;
  display: none;
  top: 276px;
  left: 15px;
  border: 0.5px solid #ccc;
  z-index: 1;
  width: 210px;
  box-shadow: 3px 5px 2px 1px #999;
}
.btn-hide:hover {
  box-shadow: none;
}
.col-lg-2--4:hover .btn-hide {
  display: block;
}
.f6 {
  font-size: 6px !important;
}
.f8 {
  font-size: 8px !important;
}
.f10 {
  font-size: 10px !important;
}
.f11 {
  font-size: 11px !important;
}
.f13 {
  font-size: 13px !important;
}
.f15 {
  font-size: 15px !important;
}
.f20 {
  font-size: 20px !important;
}
.d-flex {
  display: flex;
}
.d-flex-sb {
  display: flex;
  justify-content: space-between;
}
.d-flex-sa {
  display: flex;
  justify-content: space-around;
}
.d-flex-center {
  display: flex;
  justify-content: center;
}
.d-flex-ai-center {
  display: flex;
  align-items: center;
}
.d-flex-ai-baseline {
  display: flex;
  align-items: baseline;
}

/* faisal */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline {
  display: inline !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* align content */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

/* spacing */
.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

/* border */
.border-none {
  border: none !important;
}

.radius-none {
  border-radius: 0px !important;
}

.radius-sm {
  border-radius: 0.2rem !important;
}

.radius-lg {
  border-radius: 0.3rem !important;
}

.col-lg-1--5 {
  width: 12.5%;
  position: relative;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  float: left;
}

.col-lg-2--4 {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  float: left;
}

.col-lg-2--2 {
  width: 17.2%;
  position: relative;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  float: left;
}

.fullScreen {
  min-height: 100vh;
}

.fwhite {
  color: #fff !important;
}

.fred {
  color: red !important;
}

.padfooter {
  padding: 10px 20px 10px;
}
.btnhome {
  background: #fa8420;
  background-image: linear-gradient(to bottom, #fa8420, #fa8420);
  background-image: -moz-linear-gradient(top, #fa8420, #fa8420);
  background-image: -ms-linear-gradient(top, #fa8420, #fa8420);
  background-image: -o-linear-gradient(top, #fa8420, #fa8420);
  background-image: -webkit-linear-gradient(top, #fa8420, #fa8420);
  padding: 10px 15px 10px;
  color: #fff !important;
  text-decoration: none;
}

.btnhome:hover {
  background: #dcdcdc, 100%;
  background-image: linear-gradient(to bottom, #dcdcdc, #dddddd);
  background-image: -moz-linear-gradient(top, #dcdcdc, #dddddd);
  background-image: -ms-linear-gradient(top, #dcdcdc, #dddddd);
  background-image: -o-linear-gradient(top, #dcdcdc, #dddddd);
  background-image: -webkit-linear-gradient(top, #dcdcdc, #dddddd);
  text-decoration: none;
  color: #fa8420 !important;
  padding: 10px 15px 10px;
}
.btnnew {
  background: #fa8420;
  background-image: linear-gradient(to bottom, #fa8420, #fa8420);
  background-image: -moz-linear-gradient(top, #fa8420, #fa8420);
  background-image: -ms-linear-gradient(top, #fa8420, #fa8420);
  background-image: -o-linear-gradient(top, #fa8420, #fa8420);
  background-image: -webkit-linear-gradient(top, #fa8420, #fa8420);
  padding: 5px 15px 5px;
  color: #fff !important;
  text-decoration: none;
}

.btnnew:hover {
  background: #dcdcdc, 100%;
  background-image: linear-gradient(to bottom, #dcdcdc, #dddddd);
  background-image: -moz-linear-gradient(top, #dcdcdc, #dddddd);
  background-image: -ms-linear-gradient(top, #dcdcdc, #dddddd);
  background-image: -o-linear-gradient(top, #dcdcdc, #dddddd);
  background-image: -webkit-linear-gradient(top, #dcdcdc, #dddddd);
  text-decoration: none;
  color: #fa8420 !important;
  padding: 5px 15px 5px;
}
.btnnewred {
  background: red;
  background-image: linear-gradient(to bottom, red);
  background-image: -moz-linear-gradient(top, red);
  background-image: -ms-linear-gradient(top, red);
  background-image: -o-linear-gradient(top, red);
  background-image: -webkit-linear-gradient(top, red);
  padding: 5px 15px 5px;
  color: #fff !important;
  text-decoration: none;
}

.btnnewred:hover {
  background: #dcdcdc, 100%;
  background-image: linear-gradient(to bottom, #dcdcdc, #dddddd);
  background-image: -moz-linear-gradient(top, #dcdcdc, #dddddd);
  background-image: -ms-linear-gradient(top, #dcdcdc, #dddddd);
  background-image: -o-linear-gradient(top, #dcdcdc, #dddddd);
  background-image: -webkit-linear-gradient(top, #dcdcdc, #dddddd);
  text-decoration: none;
  color: red !important;
  padding: 5px 15px 5px;
}

.btnnewgreen {
  background: #13aa5c;
  background-image: linear-gradient(to bottom, #13aa5c);
  background-image: -moz-linear-gradient(top, #13aa5c);
  background-image: -ms-linear-gradient(top, #13aa5c);
  background-image: -o-linear-gradient(top, #13aa5c);
  background-image: -webkit-linear-gradient(top, #13aa5c);
  padding: 5px 15px 5px;
  color: #fff !important;
  text-decoration: none;
}

.btnnewred:hover {
  background: #dcdcdc, 100%;
  background-image: linear-gradient(to bottom, #dcdcdc, #dddddd);
  background-image: -moz-linear-gradient(top, #dcdcdc, #dddddd);
  background-image: -ms-linear-gradient(top, #dcdcdc, #dddddd);
  background-image: -o-linear-gradient(top, #dcdcdc, #dddddd);
  background-image: -webkit-linear-gradient(top, #dcdcdc, #dddddd);
  text-decoration: none;
  color: #13aa5c !important;
  padding: 5px 15px 5px;
}
.btnnewwhite:hover {
  background: #fa8420;
  background-image: linear-gradient(to bottom, #fa8420, #fa8420);
  background-image: -moz-linear-gradient(top, #fa8420, #fa8420);
  background-image: -ms-linear-gradient(top, #fa8420, #fa8420);
  background-image: -o-linear-gradient(top, #fa8420, #fa8420);
  background-image: -webkit-linear-gradient(top, #fa8420, #fa8420);
  padding: 5px 15px 5px;
  color: #fff !important;
  text-decoration: none;
}

.btnnewwhite {
  background: #fff, 100%;
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-image: -moz-linear-gradient(top, #fff, #fff);
  background-image: -ms-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, #fff, #fff);
  background-image: -webkit-linear-gradient(top, #fff, #fff);
  text-decoration: none;
  color: #fa8420 !important;
  padding: 5px 15px 5px;
  border: 1px solid #fa8420;
}
.btnnewwhiteedit {
  background: #fff, 100%;
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-image: -moz-linear-gradient(top, #fff, #fff);
  background-image: -ms-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, #fff, #fff);
  background-image: -webkit-linear-gradient(top, #fff, #fff);
  text-decoration: none;
  color: #fa8420 !important;
  padding: 5px 10px;
  border: 1px solid #fa8420;
}
.btn-login {
  background: #fa8420;
  background-image: linear-gradient(to bottom, #fa8420, #fa8420);
  background-image: -moz-linear-gradient(top, #fa8420, #fa8420);
  background-image: -ms-linear-gradient(top, #fa8420, #fa8420);
  background-image: -o-linear-gradient(top, #fa8420, #fa8420);
  background-image: -webkit-linear-gradient(top, #fa8420, #fa8420);
  border-radius: 40px;
  color: #fff !important;
  font-family: Arial;
  text-decoration: none;
}

.btn-login:hover {
  background: #fa8420, 50%;
  background-image: linear-gradient(to bottom, #fa8420, #fa8420);
  background-image: -moz-linear-gradient(top, #fa8420, #fa8420);
  background-image: -ms-linear-gradient(top, #fa8420, #fa8420);
  background-image: -o-linear-gradient(top, #fa8420, #fa8420);
  background-image: -webkit-linear-gradient(top, #fa8420, #fa8420);
  text-decoration: none;
  border-radius: 40px;
}
.btn-login:click {
  background: #fa8420, 80%;
  background-image: linear-gradient(to bottom, #fa8420, #fa8420);
  background-image: -moz-linear-gradient(top, #fa8420, #fa8420);
  background-image: -ms-linear-gradient(top, #fa8420, #fa8420);
  background-image: -o-linear-gradient(top, #fa8420, #fa8420);
  background-image: -webkit-linear-gradient(top, #fa8420, #fa8420);
  text-decoration: none;
  border-radius: 40px;
}
.newlabel-silver {
  background-color: #ececec;
  color: grey;
  margin-left: 0.2rem;
}
.newlabel-gold {
  background-color: #fa8420;
  color: white;
  margin-left: 0.2rem;
}
.colornav {
  color: #fa8420;
}
.marginnav {
  margin-left: -25px;
  margin-top: 7px;
  text-underline-offset: 10px;
}

.marginnavtop {
  margin-top: 7px;
  text-underline-offset: 10px;
}
.card .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fa8420;
  top: 0;
  left: 0;
  clip-path: circle(21% at 72% 0);
}

.card .circle1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fa8420;
  top: 0;
  left: 0;
  clip-path: circle(15% at 18% 100%);
}

.card .circle2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fa8420;
  top: 0;
  left: 0;
  clip-path: circle(14% at 12% 0);
}
.avadesk {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-shadow: #000;
  margin-left: -20px;
}
.ava {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-shadow: #000;
}
.labelnew-silver {
  background-color: #dfd6d6;
  border: solid;
  border-color: #dfd6d6;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: capitalize;
}

.labelnew-gold {
  background-color: transparent;
  border: solid;
  border-color: gold;
  color: gold;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: capitalize;
}

.labelnew-platinum {
  background-color: transparent;
  border: solid;
  border-color: #e5e4e2;
  color: #e5e4e2;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: capitalize;
}

.status-success {
  background-color: transparent;
  border: solid;
  border-color: green;
  color: green;
  font-size: 12px;
}

.status-waiting {
  background-color: transparent;
  border: solid;
  border-color: #fa8420;
  color: #fa8420;
  font-size: 12px;
}

.status-failed {
  background-color: transparent;
  border: solid;
  border-color: red;
  color: red;
  font-size: 12px;
}

.status-process {
  background-color: transparent;
  border: solid;
  border-color: blue;
  color: blue;
  font-size: 12px;
}

.title-desktop,
.title-mobile {
  align-items: center;
}

.title-desktop .title-content {
  font-size: 30px;
  border-left: 5px solid #fa8420;
  padding-left: 10px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.title-mobile .title-content {
  font-size: 15px;
  border-left: 5px solid #fa8420;
  padding-left: 10px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.foto {
  width: 100px;
  height: 100px;
  border: grey solid 1px;
  border-radius: 50%;
}
.foto-mobile {
  width: 40px;
  height: 40px;
  border: grey solid 1px;
  border-radius: 50%;
}
.foto-desktop {
  width: 30px;
  height: 30px;
  border: grey solid 1px;
  border-radius: 50%;
  margin-right: 10px;
}