/*=== abstracts css start === */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*===// end of abstracts css === */
/*=== base css start === */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

::after, ::before {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ol, ul, p, address, strong, i {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul, li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
}

body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  transition: 0.4s;
  border: 1px solid #c2c2c2;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: #c0c0c0;
  transition: 0.4s;
}

input:checked + .slider:before {
  transform: translate(20px, -50%);
  background: #008037;
}

.slider.round {
  border-radius: 38px;
}

.slider.round:before {
  border-radius: 50%;
}

.bold {
  font-weight: bold;
}

/*===// end of base css === */
/*=== layouts css start === */
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .static-menu-top {
  background: #4ba572;
}
.header .static-menu-top a {
  display: inline-block;
}
.header .static-menu-top .post-btn {
  color: #fff;
  font-size: 18px;
  background: #ff914d;
  border-radius: 15px;
  padding-block: 10px;
}
.header .wel-text {
  color: #ffde59;
  font-size: 22px;
}
.header .colapsed-part .c-nav ul li .nav-itm {
  border-top: 2px solid #fff;
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 20px;
}
.header .colapsed-part .c-nav ul li .nav-itm img {
  width: 40px;
  padding: 5px;
  margin-right: 5px;
}
.header .colapsed-part .c-nav ul li .nav-itm:hover {
  background: rgba(255, 255, 255, 0.2392156863);
}

.footer {
  background: url(../images/footer/foot-bg.png) top left;
  padding-top: 100px;
}
.footer .container {
  max-width: 1280px;
}
.footer .top a {
  color: #fff;
  display: inline-block;
}
@media (min-width: 1200px) {
  .footer .top a {
    margin-right: 15px;
  }
}
.footer .top a:hover {
  color: rgba(255, 255, 255, 0.7411764706);
}
@media (min-width: 1200px) {
  .footer .top ul {
    display: flex;
  }
}
.footer .middle {
  height: 50px;
  margin: 10px 0;
  background: url(../images/footer/fff.png) center center;
}

/*===// end of layouts css === */
/*=== components css start === */
.n-btn {
  background: #d9d9d9;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 3px;
  border: 0;
  font-weight: bold;
}
.n-btn.active {
  background: #ff914d;
  color: #fff;
}

.post-f-btn {
  border: 0;
  background: #1d9bf0;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (max-width: 450px) {
  .post-f-btn {
    font-size: 12px;
  }
}

.copy-btn {
  background: #ff914d;
  color: #000000;
  border-radius: 15px;
  border: 0;
  padding: 5px 10px;
}

/*===// end of components css === */
.dash-link {
  display: inline-block;
  width: 100%;
  background: rgba(0, 128, 55, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 18px;
  padding: 5px;
  font-size: 22px;
  margin-bottom: 10px;
}

.chat-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  display: block;
}
.chat-avatar::after {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  background: #ff3131;
  border: 2px solid #fff;
}
.chat-avatar.active::after {
  background: #008037;
}

.ch-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
.ch-item:not(:last-child) {
  border-bottom: 3px solid #7f8385;
}

.vip-tags li {
  background: #f2f2f2;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.vip-tags li .im-wrap {
  display: inline-block;
  margin-right: 10px;
  width: 55px;
}

.featured {
  background: #ffde59;
  max-width: 280px;
  margin: auto;
  position: relative;
}
.featured .btn-share {
  background: #ff3131;
  color: #fff;
  padding: 2px 4px;
  border-radius: 15px;
  font-size: 10px;
  display: inline-block;
}
.featured .btn-share.icon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured .fe-text {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 5px;
  background: #fff;
  color: #ff3131;
  font-size: 12px;
}

.item .btn-share {
  background: #1d9bf0;
  color: #fff;
  padding: 4px 8px;
  border-radius: 15px;
  font-size: 10px;
  display: inline-block;
}
.item .btn-share.icon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pay-inner {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #7f8385;
}
.pay-inner label {
  font-weight: bold;
}
.pay-inner input,
.pay-inner .mbdr {
  border: 2px solid #cae5fc;
}
.pay-inner input::-moz-placeholder, .pay-inner .mbdr::-moz-placeholder {
  color: #afadad;
}
.pay-inner input::placeholder,
.pay-inner .mbdr::placeholder {
  color: #afadad;
}/*# sourceMappingURL=style.css.map */