* {
  padding: 0;
  margin: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
li,
ul,
div {
  font-family: 'Montserrat', sans-serif;
}
body {
    background-color: #00101f;
    padding: 0;
}
.guest .navbar-default {
  background-color: transparent;
  border: 0;
  left: 0;
  right: 0;
}
#topsec {
  padding: 120px 0;
  background-image: url('https://i.imgur.com/Fv1bzz4.png');
  background-size: cover;
  background-position: center;
    overflow: hidden;
}
.main-title {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
}
.colored-txt {
  color: #ffcc00;
  font-size: 24px;
}
.txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.guest .txt{
  color: #d3e1ff;
}
.auth.nightmode .view-more-btn-wrap-inner .note-txt{
  color: #fff;
}
.btn.btn-primary, .btn.btn-secondary {
  min-width: 170px;
  font-size: 18px;
  font-weight: 700;
  color: #0a0f21;
  padding: 15px;
  border-radius: 100px;
  background-color: #ffcc00;
  border-color: #ffcc00;
  position: relative;
}
.btn.btn-primary::after {
  content: '';
  width: 100%;
  height: 30px;
  background-color: #ffcc00;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  filter: blur(10px);
  bottom: -14px;
  z-index: -1;
}
.btn.btn-secondary {
  background-color: #5d8bed;
  border-color: #5d8bed;
  color: #fff;
}
.btn-wrap .btn + .btn {
  margin-left: 20px;
}
#topsec .btn-wrap {
  margin-top: 35px;
}
#topsec .colored-txt {
  margin-bottom: 25px;
}
.top-sec-img-wrap {
  position: relative;
}
.top-sec-img-wrap img {
  /*position: absolute;
  max-width: unset;
  width: auto;
  right: -220px;
  bottom: ;
  top: 0;*/
      display: block;
      margin-left: auto;
}
.form-control {
  height: 60px;
  background-color: #000810;
  border-radius: 100px;
  border: 1px solid #fc0 !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  box-shadow: none !important;
}
.inpt-icon {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #ffcc00;
  color: #0b1021;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.form-group {
  position: relative;
}
.inpt-icon + .form-control {
  padding-left: 65px;
}
.form-control::placeholder {
  color: rgba(255,255,255,21%) !important;
  opacity: 1 !important;
}
.login {
  padding: 30px 0;
}
.login .btn.btn-primary {
  height: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
.checkbox {
  margin: 0;
}
.checkbox label {
  font-size: 16px;
  color: #ffcc00;
}
.forgot-password {
  position: unset;
  text-align: right;
  display: block;
  width: max-content;
  margin-left: auto;
  color: #ffcc00;
}
.have-acc {
  text-align: center;
  color: #fff;
}
.have-acc a, a {
  color: #ffcc00;
}
.have-acc a {
  font-weight: 600;
}
#social {
  padding: 30px 0;
}
.social-ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
    list-style: none;
}
.social-ul li {
    flex: 0 0 13.5%;
    max-width: 13.5%;
  height: 150px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #01192f;
  border: 1px solid #5d8bed;
    border-radius: 20px;
    transition: 0.3s linear ease-in-out;
}
.social-ul li:hover {
  box-shadow: 0 0 15px 0 #5d8bed;
  transition: 0.3s linear ease-in-out;
}
#why {
  padding: 80px 0;
}
.row.why-row {
  background-image: url('https://i.imgur.com/V7G9ee8.png');
  background-position: center;
  background-size: cover;
  background-color: #000810;
  padding: 55px 25px;
  border-radius: 20px;
}
.title {
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.4;
}
#why .title {
  text-align: center;
  margin-bottom: 45px;
}
.row.why-row ul {
  margin: 35px auto;
  list-style: none;
  padding: 0;
}
.row.why-row ul li p {
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  line-height: 1.4;
  padding-left: 20px;
}
.row.why-row ul li p::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffcc00;
  border-radius: 100px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.why-txt-box {
    background-color: #00101f;
    padding: 45px;
    border-radius: 20px;
    position: relative;
}
.why-txt-box .btn.btn-primary {
  position: absolute;
  left: 0;
  right: 0;
  width: 170px;
  margin: auto;
  bottom: -25px;
}
.why-txt-box .btn.btn-primary::after {
  z-index: 0;
}
.why-slider {
  margin-top: 100px;
}
.why-slider-wrap {
    background-color: #00101f;
    padding: 25px;
    border-radius: 20px;
    margin: 0 5px;
    height: 340px;
    margin: 25px;
    transition: box-shadow 0.2s linear;
    scrollbar-width: thin;
    scrollbar-color: #ffcc00 #01192f;
    overflow-y: auto;
}
.why-slider-wrap:hover {
  box-shadow: 0 0 25px 0 rgba(39,139,237,68%);
  transition: box-shadow 0.2s linear;
}
.why-slider-img {
  margin: 0 auto 20px;
  max-height: 72px;
}
.why-slider-title {
  color: #5d8bed;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}
.why-slider-txt.txt {
  text-align: center;
}
.why-slider-nav,
.marketing-slider-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  bottom: 180px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.why-slider-nav button,
.marketing-slider-nav button {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
  color: #01111f;
  font-size: 28px;
  box-shadow: 0 0 0 10px #00101f;
    position:absolute;
}
.why-slider-nav button.left-arrow,
.marketing-slider-nav button.left-arrow {
  left: -50px;
}
.why-slider-nav button.right-arrow,
.marketing-slider-nav button.right-arrow {
  right: -50px;
}
.instant-slider .slick-dots {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  justify-content: flex-end;
}
.instant-slider .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border: 0;
  box-shadow: none;
  margin-left: 5px;
  background-color: #94a1b5;
}
.instant-slider .slick-dots .slick-active button {
  background-color: #ffcc00;
}
.instant-slider-nav button {
  width: 30px;
  height: 30px;
  background-color: #ffcc00;
  border: 0;
  box-shadow: none;
  font-size: 23px;
  border-radius: 100px;
  margin-right: 12px;
  color: #00101f;
}
#marketing {
  padding: 80px 0;
  background-image: url('https://i.imgur.com/YIfO7gs.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center calc(100% - 156px);
}
#marketing .title {
  text-align: center;
  margin-bottom: 80px;
}
.marketing-slider-wrap {
    background-color: #01192f;
    padding: 15px 30px;
    border-radius: 10px;
    text-align: center;
    margin: 20px 10px;
}
.marketing-slider-img {
  display: block;
  margin: auto auto 20px;
}
.marketing-slider-title {
    font-size: 20px;
    font-weight: 700;
    color: #5d8bed;
    margin-bottom: 16px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#bussiness {
  padding: 80px 0;
}
.bussiness-img-wrap {
  position: relative;
}
.bussiness-img-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #5d8bed;
  filter: blur(225px);
  width: 75%;
  height: 75%;
  z-index: -1;
  margin: auto;
}
#bussiness .row {
  display: flex;
  align-items: center;
}
.row.steps-row {
  margin-top: 35px;
}
.steps-head {
  position: relative;
}
.steps-head img {
  position: relative;
  display: block;
  margin: auto;
  z-index: 1;
}
.steps-num {
  position: absolute;
  font-size: 70px;
  font-weight: 700;
  color: #ff4757;
  text-shadow: -2px 1px 0px #ff475790, -4px 2px 2px #ff475780;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  top: 35px;
  z-index: 3;
    animation: shaky 5s linear infinite;
}
.steps-wrap:hover .steps-num {
  animation: none;
}
.steps-head::after {
  content: '';
  position: absolute;
  width: 70%;
  height: 7px;
  background-color: #ff4757;
  right: -41%;
  bottom: 63px;
}
.steps-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
    text-align: center;
}
.steps-txt {
  text-align: center;
  opacity: 0;
    transition: opacity 0.3s linear;
}
.steps-wrap:hover .steps-txt {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.steps-wrap.step4 .steps-head::after {
  display: none;
}
.steps-wrap.step2 .steps-num {
  color: #f7e041;
  text-shadow: -2px 1px 0px #f7e04190, -4px 2px 2px #f7e04180;
}
.steps-wrap.step3 .steps-num {
  color: #9bf0df;
  text-shadow: -2px 1px 0px #9bf0df90, -4px 2px 2px #9bf0df80;
}
.steps-wrap.step4 .steps-num {
  color: #9bf0df;
  text-shadow: -2px 1px 0px #9bf0df90, -4px 2px 2px #9bf0df80;
}
.steps-wrap.step2 .steps-head::after {
  background-color: #f7e041;
}
.steps-wrap.step3 .steps-head::after {
  background-color: #9bf0df;
}
section#best {
    padding: 80px 0;
}
section#best .hat {
    margin-bottom: 20px;
}
#best .nav-tabs {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    border: 0;
    margin-bottom: 45px;
}
#best .nav-tabs li {
    flex: 0 0 24.5%;
    max-width: 24.5%;
}
#best .nav-tabs li a {
    text-align: center;
    background-color: #6f4ef2;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #6f4ef2;
}
#best .nav-tabs li.active a,
#best .nav-tabs li a:hover,
#best .nav-tabs li.active a:hover,
#best .nav-tabs li a:focus,
#best .nav-tabs li:nth-child(even).active a,
#best .nav-tabs li:nth-child(even).active a:hover,
#best .nav-tabs li:nth-child(even) a:hover,
#best .nav-tabs li:nth-child(even) a:focus {
    background-color: #5d8bed !important;
    box-shadow: 0 5px 15px 0 rgb(111 78 242 / 60%);
}
#best .nav-tabs li:nth-child(even) a {
    background-color: #f73164;
    border-color: #f73164;
}
.best-tab-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
#best .tab-pane .txt {
    font-size: 16px;
    line-height: 1.4;
}
.best-tab-title2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 20px auto;
}
#best .tab-pane ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-top: 35px;
}
#best .tab-pane ul li {
    flex: 0 0 50%;
    max-width: 50%;
}
#best .tab-pane ul li p {
  color: #d3e1ff;
  font-size: 16px;
}
#best .tab-pane {
    padding: 20px 0 0 0;
}
.best-tab-img img {
  display: block;
  margin: auto;
}
#best .nav-tabs li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #00101f !important;
  border: 1px solid #32528d !important;
  box-shadow: 0 0 15px 0 #5d8bed50;
}
#best .nav-tabs li a img {
  margin-right: 12px;
}
#faq {
  padding: 80px 0;
}
#faq .title {
  margin-bottom: 45px;
}
#faq .row {
  background-color: #000810;
  background-image: url(https://yourpanelassets.com/projects/smmpanelcom/img/pattern.png);
  padding: 50px 35px;
  border-radius: 25px;
}
#faq .panel-default {
    background: transparent;
    border: 0;
    margin-bottom: 20px;
}
#faq .panel-heading {
  background-color: transparent;
  border: 0;
  padding: 0;
}
#faq .panel-heading a {
  display: block;
  background-color: #00101f;
  border: 1px solid #32528d;
  padding: 20px 15px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
    position: relative;
    text-decoration: none !important;
}
#faq .panel-heading a::after {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #ffcc00;
  color: #00101f;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  transform-origin: center;
  align-items:center;
}
#faq .panel-heading a[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}
#faq .panel-body {
  margin-top: 15px;
  padding: 20px;
  background-color: #00101f;
  border: 1px solid #32528d;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #d3e1ff;
}
#clients {
  padding: 80px 0;
}
.testi-title {
  font-size: 30px;
  font-weight: 900;
  color: #ffcc00;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  max-width: 80%;
  position: relative;
}
.testi-name, .testi-name-quote {
  background-color: #00101f;
  padding: 0 12px;
}
.testi-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffcc00;
  height: 2px;
  z-index: -1;
}
.testi-txt {
  font-size: 18px;
  font-weight: 400;
  color: #d3e1ff;
  line-height: 1.4;
  font-style: italic;
}
.testi-slide img {
  margin-top: 28px;
}
#clients .row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.testi-slider .slick-dots {
  display: flex !important;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  list-style: none;
  margin-top: 35px;
  padding: 0;
}
.testi-slider .slick-dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 100px;
  box-shadow: none;
  margin-right: 5px;
  background-color: #ffcc00;
}
.testi-slider .slick-dots .slick-active button {
  background-color: #00101f;
  border: 4px solid #ffdc10;
}
footer {
  background-color: #000810;
  padding-top: 60px;
}
.ftr-logo-wrap {
  margin-bottom: 25px;
}
.ftr-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
.social-share {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-top: 25px;
}
.social-share li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffcc00;
  border-radius: 100px;
}
.social-share li a {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #ffcc00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
    color: #000810;
    margin-right: 10px;
    text-decoration: none !important;
}
.ftr-title {
  font-size: 24px;
  font-weight: 700;
  color: #5d8bed;
  line-height: 1.4;
  margin-bottom: 25px;
}
.ftr-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ftr-nav li a {
  width: max-content;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #d3e1ff;
  line-height: 1.4;
  margin-bottom: 13px;
}
.newletter-wrap .form-control {
  background-color: #000810;
  border: 1px solid #d3e1ff !important;
  color: #d3e1ff;
  margin-bottom: 15px;
}
.newletter-wrap .form-control::placeholder {
  color: #d3e1ff !important;
  opacity: 1;
}
.newletter-wrap .btn.btn-primary {
  width: 100%;
  background-color: #5d8bed;
  border-color: #5d8bed;
  color: #fff;
  box-shadow: 0 10px 20px 0 #5d8bed;
}
.newletter-wrap {
  margin-bottom: 35px;
}
.ftr-btm {
  margin-top: 30px;
  padding: 15px 0;
  background-color: #00101f;
}
.copy-right.text-center {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,35%);
  margin: 0;
}
.guest .navbar .navbar-nav > li > a {
  font-size: 18px;
  font-sizewe: ;
  font-wesize: ;
  font-weight: 700;
  color: #fff;
  margin: ;
  margin-left: 5px;
  margin-right: 5px;
  text-shadow: 0 0 4px rgba(255,255,255,80%);
  letter-spacing: 1px;
  border: 0 !important;
}
.guest .navbar .navbar-nav > li > a:hover, 
.guest .navbar .navbar-nav > li.active > a:hover, 
.guest .navbar .navbar-nav > li.active > a,
.guest .navbar .navbar-nav > li > a:focus,
.guest .navbar .navbar-nav > li > a:focus-visible {
  color: #ffcc00;
}
#why, #instant, #best {
  background-image: url(https://yourpanelassets.com/projects/smmpanelcom/img/shadow-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#instant {
  background-size: 100% 100%;
}
.sidebar-wrap {
  width: 280px;
  height: 100%;
  position: fixed;
  border-right: 1px solid #3d4955;
  padding: 15px;
  z-index: 999;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ffcc00 rgba(255,255,255,5%);
}
.sidebar-logo {
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.sidebarlogo {
  display: block;
  margin: auto;
}
.sidebar-profile {
  text-align: center;
}
.sidebar-profile-img img {
    display: block;
    margin: auto auto 10px auto;
    height: 75px;
}
.profile-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.sidebar-nav {
  list-style: none;
  padding: 0;
}
.sidebar-nav li a {
  padding: 12px 15px;
  display: block;
  border-radius: 12px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,50%);
  text-decoration: none !important;
}
.sidebar-nav li a {
  padding: 3px 12px;
  border-radius: 4px;
  margin-bottom: 3px;
  font-size: 14px;
}
.sidebar-nav li a .menuicon {
  color: #ffcc00;
}
.sidebar-nav li a:hover,
.sidebar-nav li.active a:hover,
.sidebar-nav li.active a,
.sidebar-nav li a:focus,
.sidebar-nav li a:focus-visible {
  background-color: #ffcc00;
  color: #000a13;
}
.sidebar-nav li a:hover .menuicon,
.sidebar-nav li.active a:hover .menuicon,
.sidebar-nav li.active a .menuicon,
.sidebar-nav li a:focus .menuicon,
.sidebar-nav li a:focus-visible .menuicon {
  color: #000a13;
}
.sidebar {
  /* margin-top: 60px;*/
    margin-top: 20px;
}
.page-wrapper {
  padding-left: 280px;
}
.topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #3d4955;
  margin-bottom: 20px;
}
.topbar-left-ul, .topbar-right-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.topbar-left-ul li p {
  font-size: 12px;
  /* color: #3a5e7f; */
    color: #ffcc00;
  font-weight: 500;
    margin-bottom: 0;
}
.topbar-left-ul li p span {
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
    font-weight: 700;
}
.topbar-left-ul li {
  /* margin-right: 12px; */
}
.topbar-left-ul li {
  padding-right: 8px;
  border-right: 1px solid #fc0;
  margin-right: 8px;
}
.topbar-left-ul li.my-dp, .topbar-left-ul li:last-child {
  border: 0;
}
.topbar-right-ul li a {
  background-color: #01192f;
  border: 1px solid #4770c0;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  text-decoration: none;
}
.topbar-right-ul li a:hover,
.topbar-right-ul li a:focus,
.topbar-right-ul li a:focus-visible {
  color: #fff;
  background-color: #5d8bed;
  border-color: #5d8bed;
}
.auth {
    background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/dots.png');
    background-color: #00101f;
    position: relative;
}
.auth::after,
.auth::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #5d8bed50;
  filter: blur(250px);
  top: 0;
  right: 0;
  border-radius: 100px;
    z-index: -1;
    opacity: 0.5;
}
.auth::before {
  left: 0;
  right: auto;
  bottom: 0;
  top: auto;
  transform: none;  
}
.row.stats-row {
  margin: 0 15px 20px;
  border: 1px solid #5d8bed;
  padding: 20px;
  border-radius: 20px;
  background-color: #00101f;
}
.stats-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 25px 10px;
}
.stats-left-icon {
  width: 60px;
  height: 60px;
  background-color: #fc0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #000810;
    font-size: 22px;
    box-shadow: 0px 6px 10px 0 #ffcc0090;
}
.stats-right {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 15px;
}
.stats-left {
    flex: 0 0 60px;
    max-width: 60px;
}
.stats-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px;
  line-height: 1.2;
}
.auth.nightmode .stats-title{
color: #fff;
}
.stats-txt {
  font-size: 16px;
  color: #5d8bed;
  margin: 0;
}
.cat-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.cat-ul .cat-btn {
  background-color: #01192f;
  border: 1px solid #4770c0;
  padding: 8px;
  border-radius: 10px;
  margin: 5px;
}
.well {
  background-color: rgba(0,8,16,57%);
  border: 1px solid #5d8bed;
  border-radius: 12px;
}
.dashtitle-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.dashtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
.auth.nightmode .dashtitle{
  color: #ffcc00;
}
.dashtitle-info {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  align-content: center;
  align-items: center;
}
.auth.nightmode .dashtitle-info{
  color: #fff;
}
.dashtitle-info span {
  margin-left: 12px;
  font-size: 20px;
}
.auth.nightmode .dashtitle-icon {
  color: #fff;
}
.notice-box .txt {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.auth.nightmode .notice-box .txt{
  color: #d3e1ff;
}
.notice-box {
  background-color: #01192f;
  border: 1px solid #5d8bed;
  padding: 15px;
  border-radius: 12px;
  margin: 15px 0;
}
.auth label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.auth .form-control {
  background-color: #01192f;
  border: 1px solid #5d8bed !important;
  border-radius: 12px;
  padding: 15px;
}
.btn.btn-primary.full {
  width: 100%;
  border-radius: 12px;
}
.auth .nav-tabs {
  border: 0;
}
.auth .nav-tabs > li > a {
  background-color: #ffcc00;
  border-radius: 10px;
  font-size: 14px;
  color: #000a14;
  font-weight: 400;
  border-color: #ffcc00;
}
.auth .tab-content {
  margin-top: 20px;
}
.faq-page-collapse .panel-default {
  padding: 12px;
  background-color: #01192f;
  border: 1px solid #5d8bed;
  border-radius: 12px;
  margin-bottom: 15px;
}
.faq-page-collapse .panel-default .panel-heading {
  padding: 0;
  background: transparent;
  border: 0;
}
.faq-page-collapse .panel-default .panel-heading a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none !important;
}
.auth.nightmode .faq-page-collapse .panel-default .panel-heading a{
  color: #fff;
}
.faq-page-collapse .panel-default .panel-body {
  border: 0 !important;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}
.auth.nightmode .faq-page-collapse .panel-default .panel-body{
  color: #fff;
}
.auth .panel-default .panel-body iframe {
  width: 100%;
}
.search-wrap .form-control {
  border-radius: 12px !important;
}
.search-wrap .input-group {
  width: 100%;
  position: relative;
}
.search-wrap .input-group .btn.btn-default {
  background-color: #5d8bed;
  color: #fff;
  border-color: #5d8bed;
  min-width: 120px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 50px;
  border-radius: 12px;
}
.cat-dropdown .dropdown-toggle {
  width: 100%;
  border-radius: 12px;
}
.cat-dropdown .dropdown-toggle + .dropdown-menu {
  width: 100%;
  min-width: 100%;
  max-width: ;
}
.service-category-name {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.auth.nightmode .service-category-name,
.guest .service-category-name{
    color: #fff;
}
.service-well {
  margin-top: 20px;
}
table thead tr th {
  color: #000000;
  font-size: 14px;
  background-color: #ffcc00;
  padding: 15px !important;
  border: 0 !important;
  font-weight: 500;
}
table thead tr th:first-child,
table tbody tr td:first-child  {
  border-radius: 12px 0 0 12px;
}
table thead tr th:last-child,
table tbody tr td:last-child {
  border-radius: 0 12px 12px 0;
}
table tbody tr td {
  padding: 15px !important;
  background-color: #01192f;
  border: 0 !important;
  font-size: 14px;
  font-weight: 400;
}
.auth.nightmode table tbody tr td,
.guest table tbody tr td{
  color: #fff;
}
.service_modal-edited .modal-content {
	background-color: #000;
	border: 1px solid #ffcc00;
	box-shadow: 0 0 20px 0 #ffcc00;
}
table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
  vertical-align: middle;
}
.service-description button,
.reorder-btn-td .btn.btn-primary {
  background-color: #ffcc0017 !important;
  border-radius: 12px !important;
  color: #ffcc00 !important;
  min-width: auto !important;
  padding: 10px 20px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.service-description .btn.btn-primary {
  border-radius: 12px;
  min-width: auto;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
}
.service-description .btn.btn-primary::after, 
.service-description button.btn.btn-primary::after {
  display: none;
}
.auth .nav-tabs.full-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.auth .nav-tabs.full-tabs li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 8px;
}
.auth .nav-tabs.full-tabs li a {
  text-align: center;
}
.auth .nav-tabs.full-tabs li a i {
  margin-right: 5px;
}
.fund-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
}
.auth.nightmode .fund-title{
  color: #fff;
}
.notice-title {
  font-size: 14px;
  font-weight: 700;
  color: #5d8bed;
  margin-bottom: 10px;
  line-height: 1.4;
}
.form-control {
  font-style: normal !important;
}
.api-title {
  color: #ffcc00;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}
.api-table {
  border-collapse: separate;
  border-spacing: 10px 10px;
}
.api-table tr td, .api-table tr th {
  border-radius: 12px !important;
}
pre {
  background-color: #01192f;
  border: 1px solid #5d8bed !important;
  border-radius: 12px;
  padding: 15px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
}
.term-wrap {
    background-color: rgba(0,8,16,52%);
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ffcc00;
    background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/pattern.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    margin-bottom: 20px;
}
.auth.nightmode .term-wrap .txt{
  color: #d3e1ff;
}
.term-title {
  font-size: 27px;
  font-weight: 900;
  color: #fff;
}
.term-sub-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffcc00;
  margin-bottom: 10px;
  margin-top: 15px;
}
.topbar-left-ul li:first-child p span {
  max-width: 250px;
  display: inline-block;
}
.topbar-left-ul li:first-child p {
  display: flex;
  align-items: center;
}
.search-wrap + #accordion {
  margin-top: 20px;
}
.faq-num {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #00101f;
  font-size: 22px;
  font-weight: 900;
  background-color: #fc0;
  border-radius: 100px;
  margin-right: 10px;
}
.faq-page-collapse .panel-default .panel-heading a::after {
  content: '+';
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffcc00;
  font-size: 44px;
  transition:content 0.3s linear;
}
.faq-page-collapse .panel-default .panel-heading a {
  position: relative;
  padding-right: 30px;
  font-weight: 500;
}
.faq-page-collapse .panel-default .panel-heading a[aria-expanded="true"]::after {
    content: '-';
    transition: content 0.3s linear;
}
.faq-page-collapse {
  margin-top: 35px;
}
#orderform-category,
#orderform-service, 
#field-orderform-fields-link, 
#field-orderform-fields-quantity, 
#charge {
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 55px;
  -webkit-appearance: initial;
}
#orderform-category { 
  background-image: url('http://yourpanelassets.com/projects/smmpanelcom/img/cat-bg.png');
}
#orderform-service { 
  background-image: url('http://yourpanelassets.com/projects/smmpanelcom/img/ser-bg.png');
}
#field-orderform-fields-link { 
  background-image: url('http://yourpanelassets.com/projects/smmpanelcom/img/link-bg.png');
}
#field-orderform-fields-quantity { 
  background-image: url('http://yourpanelassets.com/projects/smmpanelcom/img/quantity-bg.png');
}
#charge { 
  background-image: url('http://yourpanelassets.com/projects/smmpanelcom/img/charge-bg.png');
}
.result-box {
  background-color: #01192f;
  border: 1px solid #5d8bed;
  border-radius: 12px;
  padding: 19px;
  margin-bottom: 20px;
}
.result-box .media-heading + h5 {
  font-size: 14px;
  font-weight: 300;
}
.auth.nightmode .result-box .media-heading + h5{
  color: #ffcc00;
}
.result-box .media-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
.auth.nightmode .result-box .media-heading{
  color: #fff;
}
.result-box .media-left,
.result-box .media-right,
.result-box .media-body {
  vertical-align: middle;
}
.update-content-wrap {
  background-color: #01192f;
  border: 1px solid #5d8bed;
  border-radius: 12px;
  padding: 19px;
  margin-bottom: 20px;
  position: relative;
}
.update-content-wrap .id-boxi {
  position: absolute;
  right: -0.7px;
  top: 0;
  background-color: #5d8bed;
  padding: 2px 15px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border-radius: 0 12px 0 12px;
  min-width: 80px;
  text-align: center;
}
.update-content-wrap .btn-sm {
  background-color: #ffcc00;
  color: #000;
  height: auto;
  padding: 10px 15px;
  margin-bottom: 12px;
}
.update-ser-name {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.update-date {
  text-align: right;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
.update-content {
  max-height: 800px;
  overflow-y: auto;
  padding-right: 5px;
  scrollbar-width: thin;
  scrollbar-color: #fc0 #5d8bed50;
}
.nav.nav-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #01192f;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 0;
}
.nav.nav-pills li a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  padding: 6px 16px;
  margin: 0 2px;
  min-width: 100px;
  text-align: center;
}
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus,
.nav.nav-pills li.active a,
.nav.nav-pills li a:hover,
.nav.nav-pills li.active a:hover,
.nav.nav-pills li a:focus,
.nav.nav-pills li a:focus-visible {
  background-color: #fc0 !important;
  color: #000a14 !important;
} 
.order-well {
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/pattern.png');
  background-size: cover;
  background-position: center;
}
.status-badge {
  padding: 12px;
  background-color: #ffcc00;
  border-radius: 12px;
  color: #000;
  min-width: 100px;
  display: block;
  text-align: center;
}
.status-badge.Canceled {
  background-color: #ff2525;
  color: #fff;
}
.status-badge.In.progress {
  height: auto;
  color: #fff;
  background-color: #5d8bed;
}
.status-badge.Completed {
  background-color: #2ac500;
  color: #fff;
}
.status-badge.Processing {
  background-color: #000ecd;
  color: #fff;
}
.status-badge.Partial {
  background-color: #d17304;
  color: #fff;
}
.ticket-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 25px auto;
}
.ticket-btn-li {
  flex: 0 0 14%;
  max-width: 14%;
}
.ticket-btn {
  display: block;
  text-align: center;
  background-color: #01192f;
  border: 1px solid #5d8bed !important;
  border-radius: 12px;
  padding: 12px;
  color: #5d8bed;
}
.ticket-btn.active, 
.ticket-btn.active:hover, 
.ticket-btn:hover,
.ticket-btn:focus,
.ticket-btn:focus-visible {
  background-color: #5d8bed;
  color: #fff;
  cursor: pointer;
}
.notice-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 5px 10px;
  background-color: #5d8bed;
  border-radius: 8px;
}
.notice-head-num {
  height: 28px;
  width: 28px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-right: 8px;
}
.notice-head .notice-title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.notice-body {
  padding: 10px;
}
.notice-body .txt {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#support-list .refferal-box {
  background-color: rgba(0,8,16,57%);
  border: 1px solid #5d8bed;
  border-radius: 12px;
  display: block;
  margin-bottom: 20px;
  text-decoration: none !important;
  padding: 20px;
  text-align: center;
}
#support-list .refferal-box .avatar-img img {
  max-width: 150px;
  border: 1px solid #010a16;
  border-radius: 100px;
}
#support-list .refferal-box:hover h6 {
  text-decoration: none !important;
  color: #ffcc00;
}
#support-list .refferal-box h6 {
  font-size: 18px;
  margin-bottom: 20px;
}
#support-list .refferal-box.selected, 
#support-list .refferal-box:hover {
  background-color: #5d8bed;
}
.blog-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4;
}
.blog-excerpt {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.blog-right .well {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-right .well, .blog-left .well {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.row.blog-row {
  display: flex;
  // flex-wrap: wrap;
}
.row.blog-row:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.single-blog .blog-img {
  display: block;
  margin: auto auto 30px;
}
.ticket-message-block .info,
.ticket-message-block .info small {
  color: #ffcc00;
}
.ticket-message {
  background-color: #01192f !important;
  border: 1px solid #5d8bed !important;
  border-radius: 12px !important;
  padding: 15px !important;
  color: #fff;
}
#signup {
  padding: 150px 0 80px;
}
.signup-box {
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #01192f;
  border: 1px solid #ffcc00;
}
.signup-box .title {
  font-size: 30px;
  text-align: center;
}
.signup-frm input {
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 60px;
}
.signup-frm #login {
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/user.png');
}
.signup-frm #email {
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/email.png');
}
.signup-frm #first_name {
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/user.png');
}
.signup-frm #last_name {
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/user.png');
}
.signup-frm #skype {
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/skype.png');
}
.signup-frm #password {
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/pswd.png');
}
.signup-frm #password_again {
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/pswd.png');
}
.have-acc {
  margin-top: 12px;
}
.signup-img {
  display: block;
  margin: 25px auto auto;
}
#signup .row {
  display: flex;
  align-items: center;
    flex-wrap: wrap;
}
.contactus-row {
  margin-top: 80px;
}
.contact-box {
  background-color: rgba(0,8,16,57%);
  border: 1px solid #ffcc00;
  border-radius: 12px;
  padding: 19px;
  margin-bottom: 20px;
}
.contact-box img {
  display: block;
  max-width: 100%;
  margin: auto auto 20px;
    max-height: 83px;
}
.contact-box .contact-title {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
}
.contact-box .contact-txt {
  text-align: center;
  color: #ffcc00;
  margin: 0;
}
#contactus {
  padding: 80px 0;
}
.wrapper.toggle .sidebar-wrap {
  left: -280px;
  transition: left 0.3s linear;
}
.wrapper.toggle .page-wrapper {
  padding-left: 0;
  transition: padding-left 0.3s linear;
}
.topbar-right-ul li a:focus, 
.topbar-right-ul li a:focus-visible {
  /*color: #134fb8;*/
}
.notify-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
}
.auth.nightmode .notify-title{
  color: #fff;
}
.guest .notify-title{
  color: #fff;
}
.blue-txt {
  color: #5d8bed;
}
.notify-box-wrap {
  text-align: center;
  position: relative;
}
.notify-icon {
  width: max-content;
  margin: 20px auto;
}
.notify-status {
  display: none;
}
.notify-box-body .card-title {
  margin: 10px auto;
  color: #5d8bed;
  font-size: 18px;
  font-weight: 700;
}
.notify-box-body p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}
.notify-btn-wrap {
  margin-top: 30px;
}
.notify-btn-wrap .btn.btn-primary {
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #000810;
  letter-spacing: 1px;
}
.notify-btn-wrap .btn.btn-primary .sub-ed {
  display: none;
}
.notify-btn-wrap.half .btn.btn-primary {
  margin-bottom: 15px;
}
.notify-btn-wrap .btn.btn-primary.subscribe .sub-d {
  display: none;
}
.notify-btn-wrap .btn.btn-primary.subscribe .sub-ed {
  display: block;
}
.notify-box-wrap.active .notify-status {
  position: absolute;
  display: block;
  background-color: #ffcc00;
  top: -39px;
  right: -19px;
  padding: 5px 15px;
  color: #000;
  border-radius: 0 10px;
  font-weight: 500;
}
.notify-modal .modal-content {
  background-color: #000;
  border: 1px solid #ffcc00;
  box-shadow: 0 0 20px 0 #ffcc00;
}
.notify-modal .modal-content .notify-title {
  font-size: 18px;
}
.notify-modal .modal-content .notify-subtitle {
  font-size: 16px;
}
.auth.nightmode .notify-modal .modal-content .notify-subtitle {
  color: #fff;
}
.notify-modal .modal-content ol {
  font-size: 14px;
  padding-left: 25px;
}
.auth.nightmode .notify-modal .modal-content ol {
  color: #fff;
}
.guest .notify-modal .modal-content ol {
  color: #fff;
}
.notify-modal .img-fluid {
  max-width: 100%;
  display: block;
}
.notify-icon img {
  height: 62px;
}
.side-box {
  background-color: #5d8bed;
  padding: 15px;
  border-radius: 8px;
  height: 80px;
  margin-bottom: 15px;
}
.side-box .media {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.side-box .media-body h5 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.side-box .media-body .media-heading {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.side-box .media-right {
  color: #fff;
  font-size: 30px;
}
.acc-benefit-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  font-size: 24px;
  color: #fff;
}
.acc-benefit-title .modal-btn {
  background-color: #5d8bed;
  padding: 5px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
}
.current-status .media,
.next-status .media {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}
.current-status .media-heading,
.next-status .media-heading {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.current-status .media {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
.acc-status-detail p {
  color: #fff;
}
.next-status .media-heading + p {
  color: #fff;
  margin-bottom: 0;
}
#status-modal .modal-dialog {
  width: 80%;
}
#status-modal {
  z-index: 99999;
}
.notify-modal .status-tab {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.notify-modal .status-tab .nav-item {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 12px;
}
.notify-modal .tab-content {
  margin-top: 0;
}
.user-spending-info-box {
  background-color: #fff;
  padding: 12px;
  border-radius: 12px;
}
.user-spending-info-box .user-spending-title {
  font-size: 18px;
}
.create-ser-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.auth.auth.nightmode .create-ser-title{
  color: #fff;
}
.invoice-desc-txt {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.invoice-desc-txt-num {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 10px solid #ffcc00;
  border-radius: 100px;
  margin-bottom: 12px;
}
.auth.nightmode .invoice-desc-txt-num{
  color: #fff;
}
.guest .invoice-desc-txt-num{
  color: #fff;
}
.invoice-desc-title {
  font-size: 18px;
  font-weight: 700;
}
.auth.nightmode .invoice-desc-title{
  color: #fff;
}
.guest .invoice-desc-title{
  color: #fff;
}
.invoice-desc-txt-text {
  font-size: 14px;
  max-width: 80%;
}
.auth.nightmode .invoice-desc-txt-text,
.guest .invoice-desc-txt-text{
  color: #fff;
}
.invoice-desc-box {
  position: relative;
  margin-bottom: 20px;
}
.invoice-desc-box:hover .invoice-desc-txt .invoice-desc-txt-num {
  border-color: #5d8bed;
}
.search-by-id-wrap .input-group {
  display: flex;
}
.search-by-id-wrap .btn.btn-primary {
  min-width: 50px;
  border-radius: 0 12px 12px 0;
  padding: 0;
}
.sidebar-nav li.active1 a {
  border: 1px solid #5d8bed;
  background-color: #5d8bed;
  color: #fff;
}
.sidebar-nav li.active1 a:hover .menuicon, .sidebar-nav li.active1 a .menuicon {
  color: #fff;
}
.sidebar-nav li.active2 a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00101f;
}
.sidebar-nav li.active2 a .menuicon {
  color: #00101f;
}
.row.stats-row .invoice-desc-txt {
  flex-direction: row;
}
.row.stats-row .invoice-desc-txt .invoice-desc-txt-head {
  flex: 0 0 70px;
  max-width: 70px;
}
.row.stats-row .invoice-desc-txt .invoice-desc-txt-body {
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  text-align: left;
  padding-left: 20px;
}
.row.stats-row .invoice-desc-txt .invoice-desc-txt-num {
  margin-bottom: 0;
}
.row.stats-row .invoice-desc-box {
  margin-bottom: 0;
}
.row.stats-row .invoice-desc-txt .invoice-desc-txt-body span {
  display: block;
}
.daymode .topbar {
  background-color: #5d8bed;
}
.daymode .topbar-left-ul li p {
  color: #01192f;
}
.daymode .topbar-right-ul li a {
  color: #5d8bed;
}
.daymode .topbar-right-ul li a:hover, 
.daymode .topbar-right-ul li a:focus, 
.daymode .topbar-right-ul li a:focus-visible {
  background-color: #ffcc00;
  color: #01192f;
}
.daymode .sidebar-wrap {
  background-color: #5d8bed;
}
.daymode .sidebar-nav li a {
  color: #01192f;
}
.auth.daymode {
  background-color: #ffffff;
}
.daymode .row.stats-row {
  background-color: #e6eeff;
  border-color: #5d8bed;
}
.daymode .well {
  background-color: #e6eeff;
}
.daymode.auth label {
  color: #01192f;
}
.auth.daymode .form-control {
  background-color: #fff;
  color: #01192f;
}
.daymode .result-box {
  background-color: #fff;
}
.daymode .row.stats-row.new-order-cat {
  background-color: #5d8bed;
}
.daymode .notice-box {
  background-color: #fff;
}
.daymode .faq-page-collapse .panel-default {
  background-color: #fff;
}
.daymode .nav.nav-pills {
  background-color: #fff;
}
.daymode table thead tr th {
  background-color: #5d8bed;
  color: #fff;
}
.auth.daymode table tbody tr td {
  background-color: #fff;
}
.daymode .ticket-btn {
  background-color: #fff;
}
.daymode .have-acc a, .daymode a {
  color: #5d8bed;
}
.daymode .service-description button.btn.btn-primary {
  border-color: #5d8bed;
  color: #fff !important;
  background-color: #5d8bed !important;
}
.auth.daymode .notify-title,
.auth.daymode .notify-box-body p {
  color: #01192f;
}
/* .daymode .notify-modal .modal-content .notify-title {
  color: #fff;
} */
.daymode .ticket-message,
.daymode pre,
.daymode .term-wrap {
  background-color: #fff !important;
}
.daymode .acc-benefit-title .modal-btn {
  color: #fff;
}
.daymode .notify-modal .modal-content {
  background-color: #fff;
}
.daymode .title {
  color: #01192f;
}
.daymode .contact-box {
  background-color: #fff;
}
.giveaway-box-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0 15px;
}
.giveaway-box-txt {
  margin: 15px 0 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.giveaway-box-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.order-ticket-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-ticket-modal .modal-header .modal-title {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.order-ticket-modal .modal-header .close {
  color: #fff !important;
  opacity: 1;
}
.blog-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.blog-btn-wrap .blog-btn-left, 
.blog-btn-wrap .blog-btn-right {
  flex: 0 0 49%;
  max-width: 49%;
}
.blog-btn-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.blog-btn-right .blog-share-btn {
  min-width: auto;
  flex: 0 0 32%;
  max-width: 32%;
  border-radius: 12px;
}
.blog-btn-right .blog-share-btn {
  min-width: auto;
  flex: 0 0 32%;
  max-width: 32%;
  border-radius: 12px;
  background-color: #ffcc0017;
  color: #ffcc00;
  padding: 10px;
  font-size: 24px;
}

/* ==== PLAYER =====*/
.sidebar-player {
  width: 100%;
  border: 1px solid #5d8bed;
  padding: 10px;
  border-radius: 10px;
  background-color: #00101f;
  margin-bottom: 20px;
}
.player-content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 1;
    width: 100%;
}
.album-cover {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: 0.14s ease;
}
.album-cover img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    border-radius: 50%;
}
.player-right {
    flex: 1;
}
.player-right .song-name {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    margin-bottom: 0px;
}
.sidebar-player .control-wrapper {
    margin: 4px -6px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.sidebar-player .control-btn {
    outline: none;
    border: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.769);
    background-color: transparent;
    border-radius: 50%;
}
.sidebar-player .a-of-total {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}
.control-btn.enabled .i-on {
    display: flex;
}
.sidebar-player.playing .control-btn .i-pause {
  display: flex;
}
.sidebar-player.playing .control-btn .i-play {
  display: none;
}
.ri-play-line, .ri-pause-line {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
.i-play::before {
  content: "\f04b";
}
.i-pause::before {
  content: '\f04c';
}
.sidebar-player .control-btn .i-pause {
  display: none;
}
.sidebar-player.playing .control-btn .i-pause {
  display: flex;
}
.sidebar-player.playing .album-cover {
  animation: rotating 10s linear infinite;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
/* ==== PLAYER =====*/


.exchange-img {
    max-width: 170px;
    margin-bottom: 20px;
}
#exchange .notice-box .notice-title {
    font-size: 20px;
    margin-bottom: 20px;
}
#exchange .notice-box .btn.btn-primary {
    padding: 10px 25px;
    min-width: auto;
    font-size: 16px;
}
.topbar-right-ul li.lang-dropdown a {
  min-width: 90px;
}
.topbar-right-ul li .dropdown-menu {
  background-color: #00101f;
  padding: 0;
  border: 0;
  width: max-content;
  min-width: auto;
  left: 0;
  right: 0;
  margin: 5px auto auto;
  float: none;
}
.topbar-right-ul li .dropdown-menu a {
  margin-left: 0;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  color: #fff;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900 !important;
}
.new-order-cat-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.new-order-cat-title-wrap .fund-title {
  margin-bottom: 0;
} 
.new-order-cat-show-btn {
  color: #fff;
}
.cat-ul {
  height: 0;
  overflow: hidden;
    transition: height 1s linear;
}
.cat-ul.active {
  height: auto;
  overflow: hidden;
    transition: height 1s linear;
}
.new-order-cat-title-wrap + .cat-ul {
  margin-top: 20px;
}
.new-order-cat-show-btn.hide-btn i {
  transform: rotate(180deg);
}
.new-order-cat-show-btn {
  cursor: pointer;
}
.fav .far.fa-star {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 400 !important;
}
.fas.fa-star {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900 !important;
}
#topsec::after,
#topsec::before {
  content: '';
  position: absolute;
  left: -50px;
  top: -50px;
  width: 300px;
  height: 300px;
  background-color: #5d8bed;
  border-radius: 100%;
  filter: blur(135.9px);
  z-index: 0;
}
#topsec::before {
  width: 410px;
  height: 410px;
  right: -20px;
  left: auto;
  top: -20px;
}
#topsec {
  position: relative;
}
#topsec .container {
  position: relative;
  z-index: 1;
}
.yellow-txt {
  color: #ffcc00;
}
.social-ul-slider .social-box {
  height: 150px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #01192f;
  border: 1px solid #5d8bed;
  border-radius: 20px;
  margin: 15px;
}
.instant-stats {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: #00101f;
  padding: 15px;
  border-radius: 12px;
    border: 1px solid rgba(39,139,237,68%);
    margin-bottom: 15px;
}
.instant-stats-left {
  flex: 0 0 50px;
  max-width: 50px;
}
.instant-stats-right {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.instant-stats-icon {
  font-size: 32px;
  color: #ffcc00;
}
.instant-stats-txt {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #d3e1ff;
}
.instant-stats-title {
  font-size: 26px;
  margin: 0;
  color: #5d8bed;
}
.bussiness-slider .slick-dots {
  display: flex !important;
  align-items: center;
  align-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bussiness-slider .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border: 0;
  margin: 0 12px 0 0;
  background-color: #d3e1ff;
}
.bussiness-slider .slick-dots .slick-active button {
  background-color: #ffcc00;
}
#text,
#text2 {
  display:none;
}
#read-btn,
#read-btn2 {
  background: transparent;
  border: 0;
  color: #ffcc00;
}
#read-btn2 {
  display: block;
  margin-bottom: 15px;
}
#best .nav-tabs li a {
  margin-bottom: 15px;
}
.steps-img-wrap {
  height: 247px;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
  position: relative;
}
.steps-img-wrap::after {
  content: '';
  position: absolute;
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/r1.png');
  width: 58px;
  top: -30px;
  height: 0;
  transition: height 0.3s linear;
}
.steps-wrap:hover .steps-img-wrap::after {
  height: 198px;
  transition: height 0.3s linear;
}
.steps-img-wrap img {
  margin-bottom: 0;
}
.steps-wrap.step1 .steps-img-wrap::after {
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/r1.png');
}
.steps-wrap.step2 .steps-img-wrap::after {
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/y1.png');
}
.steps-wrap.step3 .steps-img-wrap::after {
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/g1.png');
}
.steps-wrap.step4 .steps-img-wrap::after {
  background-image: url('https://yourpanelassets.com/projects/smmpanelcom/img/b1.png');
}
.copyright2 {
  color: #fff;
  margin-top: 25px;
}
.copyright2 a {
  color: #ffcc00 !important;
  text-decoration: none !important;
}
.build-by {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: #00101f;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid rgba(39,139,237,68%);
  width: max-content;
  color: #fff;
  margin-left: auto;
}
.ftr-2 .ftr-title {
  margin-bottom: 10px;
}
.row.ftr-2-row-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 40px;
}
.bottom-notice {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: #00101f;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid rgba(39,139,237,68%);
  margin-bottom: 40px;
}
.bottom-notice .ftr-txt {
  text-align: center;
  margin-bottom: 0;
}
#best .nav-tabs li a {
  margin: 12px;
  padding: 5px 10px;
}
/*.best-nav-tabs-nav button {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
  color: #01111f;
  font-size: 13px;
  box-shadow: 0 0 0 2px #00101f;
  margin-left: 15px;
}
.best-nav-tabs-nav {
    display: flex;
    justify-content: flex-end;
}
.best-nav-tabs {
  margin-bottom: 0 !important;
}
*/
#best .nav-tabs.best-nav-tabs {
  overflow-x: auto;
  flex-wrap: unset;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #ffcc00 #01192f;
}
#how-tabs {
  padding: 80px 0;
}
#how-tabs .nav-tabs {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#how-tabs .nav-tabs .nav-item {
  flex: 0 0 24.5%;
  max-width: 24.5%;
  margin-bottom: 12px;
}
#best .nav-tabs li a {
  margin: 12px;
  padding: 5px 10px;
}
#how-tabs .nav-tabs li a {
    background-color: #00101f;
    border: 1px solid #5d8bed;
    border-radius: 12px;
    padding: 10px 12px;
    color: #fff;
}
.tab-num {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #5d8bed;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
}
#how-tabs .nav-tabs li.active a, 
#how-tabs .nav-tabs li.active a:hover,
#how-tabs .nav-tabs li a:hover, 
#how-tabs .nav-tabs li a:focus, 
#how-tabs .nav-tabs li a:focus-visible {
  background-color: #5d8bed;
}
#how-tabs .nav-tabs li.active a .tab-num, 
#how-tabs .nav-tabs li.active a:hover .tab-num,
#how-tabs .nav-tabs li a:hover .tab-num, 
#how-tabs .nav-tabs li a:focus .tab-num, 
#how-tabs .nav-tabs li a:focus-visible .tab-num {
  background-color: #00101f;
}
.row.tab-content-row {
  text-align: center;
  margin-top: 80px;
}
.tab-content-row-img {
  margin-top: 50px;
  border-radius: 20px;
  border: 1px solid #ffcc00;
  display: block;
  max-width: 100%;
}
.fb-title-img {
  display: inline-flex;
}
#marketing.social-page-marketing {
  background-image: none;
}
.social-page-marketing .marketing-slider-wrap {
  padding: 15px;
}
.social-page-marketing .marketing-slider-wrap .marketing-slider-img {
  height: 47px;
}
#work {
  padding: 50px 0;
}
#how-it-work {
  /* height: 100vh; */
}
#how-sec .row {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
#how-sec .row .col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
#how-sec .row .col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
#how-sec {
  padding: 100px 0;
  height: 600px;
  overflow-y: auto;
  scrollbar-width: thin;
}
#how-sec .how-title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.4;
}
#how-sec .how-title .how-title-num {
  color: #5d8bed;
}
#how-it-work .slick-dots li.slick-active button {
  background-color: #5d8bed;
}
#how-it-work .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
    list-style: none;
}
#how-it-work .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: rgba(255,255,255,50%);
  border-radius: 100px;
  border: 0;
  box-shadow: none;
    font-size: 0;
}
#best .nav-tabs.best-nav-tabs::-webkit-scrollbar,
.why-slider-wrap::-webkit-scrollbar,
.marketing-slider-txt::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background: #01192f;
}

#best .nav-tabs.best-nav-tabs::-webkit-scrollbar-thumb,
.why-slider-wrap::-webkit-scrollbar-thumb,
.marketing-slider-txt::-webkit-scrollbar {
    background: #ffcc00;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#best .nav-tabs.best-nav-tabs::-webkit-scrollbar-corner,
.why-slider-wrap::-webkit-scrollbar-corner,
.marketing-slider-txt::-webkit-scrollbar-corner {
    background: #01192f;
}
.child-term {
  list-style: num;
  padding-left: 15px;
  color: #d3e1ff;
}
.child-term .txt {
  margin-bottom: 15px;
}
.dash-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.affilaite-box {
  background-color: rgba(0,8,16,57%);
  border: 1px solid #5d8bed;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}
.affilaite-box-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.affilaite-box-icon {
  width: 65px;
  height: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 25px;
  background-color: #ffcc00;
  border-radius: 100px;
  color: #000000;
  box-shadow: 0 12px 10px 0 #ffcc0050;
}
.affilaite-box-title {
  flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
  padding-left: 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffcc00;
}
.affilaite-box-body {
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.affiliate-table thead tr th,
.affiliate-table tbody tr td {
  background-color: rgba(0,8,16,57%);
}
.affiliate-table thead tr th {
  color: #5d8bed;
  border: 1px solid #5d8bed !important;
}
.affiliate-table.table {
  border-collapse: separate;
  border-spacing: 0 0;
}
.affiliate-table.table tbody tr td {
  border: 1px solid #5d8bed !important;
}
.affiliate-table.table tbody tr td:first-child {
  border-top-left-radius: 0 !important;
}
.affiliate-table.table tbody tr td:first-child {
  border-top-right-radius: 0 !important;
}
.affiliate-table.table thead tr th:first-child {
  border-bottom-left-radius: 0 !important;
}
.affiliate-table.table thead tr th:first-child {
  border-bottom-right-radius: 0 !important;
}
.affiliate-data-box {
  background-color: rgba(0,8,16,57%);
  border: 1px solid #5d8bed;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 120px;
  display: flex;
  align-items: flex-start;
  align-content: center;
    flex-direction: column;
    justify-content: center;
}
.affiliate-data-box-title {
  font-size: 16px;
  font-weight: 600;
  color: #5d8bed;
  margin-bottom: 15px;
}
.affiliate-data-box-txt {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.marketing-slider-txt {
  height: 270px;
  overflow-y: auto;
}
.marketing-slider-txt {
  scrollbar-width: thin;
  scrollbar-color: #ffcc00 #01192f;
}
.fas.fa-sun-cloud {
  font-family: "Font Awesome 5 Pro" !important;
}
.my-dp img {
  max-width: 25px;
  width: 25px;
  height: 100%;
}
.sidebar-nav .dropdown-toggle {
  width: 100%;
  text-align: center;
  background-color: #5d8bed;
  border-color: #5d8bed;
  box-shadow: none;
  padding: 3px 12px;
  display: block;
  border-radius: 5px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none !important;
  color: #fff;
  border: 0;
}
.sidebar-nav .dropdown-menu {
  background-color: rgba(0,8,16,57%);
  border: 1px solid #5d8bed;
  border-radius: 5px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.sidebar-nav .dropdown-menu a {
  color: #fff;
  border-radius: 0 !important;
  margin-bottom: 0;
}
.sidebar-nav .dropdown-toggle i {
  float: right;
  margin-top: 4px;
}
.daymode #vote-content .content .txt {
  color: #01192f;
}
.daymode .notify-modal .close {
  color: #000;
}
.daymode .sidebar-nav .dropdown-menu .dropdown-item {
  color: #fff;
}
#service-table .service-description .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.blog-row .blog-btn-wrap .btn.btn-primary.full {
  min-width: 100% !important;
}
.auth.daymode .dash-title {
  color: #00101f;
}
.blog-excerpt {
  overflow-x: hidden;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus-visible, 
.nav-tabs > li > a:focus {
  background-color: #5d8bed !important;
  border-color: #5d8bed !important;
  color: #fff !important;
}
/* .guest table tbody tr td .modal-body, 
.guest table tbody tr td .modal-header{
	color: initial;
} */
.service-description .modal-header button.close, 
.auth .service-description .modal-header button.close {
	min-width: 44px !important;
	height: 44px;
	font-size: 28px !important;
	display: grid;
	place-items: center;
	padding: 0px !important;
}
.service-description .modal-header {
  display: flex;
  justify-content: space-between;
}
#service-table .service-description .btn-wrap > * {
	margin-bottom: 5px;
}
.auth .new-order-cat .new-order-cat-title-wrap + .cat-ul {
  margin-top: 0px;
}
.auth .new-order-cat .new-order-cat-title-wrap + .cat-ul.active {
	margin-top: 20px;
}
.auth.nightmode .acc_auth-form-edited form .txt {
	color: #fff;
}
.auth.nightmode .row.gender-row .btn-toggle::after, .auth.nightmode .row.gender-row .btn-toggle::before {
	color: #fff;
	opacity: 1;
}
@media (max-width: 1199px) {
    .login form .field-row > * {
        width: fit-content;
    }
    .login .field-row .form-control {
        min-width: 350px;
    }
    .why-slider-nav button.right-arrow {
        right: -25px;
    }
    #why{
        overflow: hidden;
    }
    .marketing-slider-nav button.right-arrow {
        right: 0px;
    }
    .marketing-slider-nav button.left-arrow {
        left: 0px;
    }
    #marketing{
        overflow: hidden;
    }
    .auth #flash .ser-detail-row .results > .row .col-sm-6 {
        width: 100% !important;
    }
    .auth .toggle #flash .ser-detail-row .results > .row .col-sm-6 {
        width: 50% !important;
    }
    .auth .row.stats-row {
        margin-inline: 0px;
    }
    .auth .stats-wrap {
        padding-inline: 0px;
    }
    .auth .service-well #service-table .service-description .btn-wrap .btn {
        margin-left: 0px !important;
    }
    .auth .ticket-btn-wrap {
        gap: 4px;
    }
    .auth .ticket-btn-wrap .ticket-btn-li {
        flex: 1;
        max-width: unset;
    }
    .auth .edited_db-profile {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .auth .edited_db-profile .col-sm-4 {
        min-width: 270px;
        flex: 1;
    }
    #service-table .service-description .btn-wrap button.btn.btn-primary,
    .auth .service-description .btn-wrap button.btn.btn-primary,
    .daymode .service-description button.btn.btn-primary,
    .nightmode .service-description button.btn.btn-primary {
      margin-bottom: 8px !important;
      flex: 1;
    }
    #service-table .service-description .btn-wrap a.btn.btn-primary {
      margin-left: 0px;
      flex: 1;
    }
    .row.stats-row {
      margin: 0 0px 20px;
    }
    .guest .row.forget-row {
      margin-top: 10px;
    }
    .guest #marketing .title {
      margin-bottom: 20px;
    }
    .guest #marketing {
      padding-bottom: 0px;
    }
    .guest #bussiness {
      padding: 20px 0;
    }
    #work {
      padding: 20px 0;
    }
    section#best {
      padding: 20px 0;
    }
    #clients {
      padding: 20px 0;
    }
    #faq {
      padding: 20px 0;
    }
    .cat-dropdown .dropdown-toggle + .dropdown-menu {
      overflow: hidden;
    }
}
@media(max-width: 991px){
    .login form .field-row > * {
        width: 100%;
    }
    #topsec {
        padding-bottom: 30px;
    }
    .why-slider-nav button.left-arrow {
        left: -25px;
    }
    #instant .edited_col_md {
        width: 100%;
    }
    #instant .edited_col_md .instant-img-wrap img {
        margin: auto;
    }
    #instant .edited_col_md .instant-stats {
        margin-top: 30px;
    }
    .auth #flash .ser-detail-row .results > .row {
        display: flex;
        flex-wrap: wrap;
    }
    .auth #flash .ser-detail-row .results > .row .col-sm-6 {
        min-width: 197px;
        flex: 1;
    }
    .auth .stats-wrap {
        justify-content: center;
    }
    .auth .stats-right {
        flex: 0 0 100%;
        max-width: unset;
        padding-left: 0px;
        margin-top: 8px;
        text-align: center;
    }
    .auth .stats-row .invoice-desc-txt .invoice-desc-txt-body {
        padding-left: 0px;
        flex: unset;
        max-width: unset;
        text-align: center;
    }
    .auth .row.stats-row .invoice-desc-txt{
        flex-direction: column;
    }
    .auth .invoice-desc-txt-num {
        width: 50px;
        height: 50px;
        border: 8px solid #ffcc00;
    }
    .auth .row.stats-row .invoice-desc-txt .invoice-desc-txt-head {
        flex: 0 0 70px;
        max-width: 55px;
    }
    .auth .cat-dropdown .btn.btn-primary {
        min-width: unset;
    }
    .auth .row.affilaite-card-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .auth .affilaite-card-container .col-sm-4 {
        flex: 1;
        min-width: 208px !important;
        width: 33.333333333%;
    }
    .auth .blog-row .col-sm-6 {
        width: 50%;
        min-width: 354px;
        flex: 1;
    }
    .service-description .modal-header::before, .service-description .modal-header::after {
      display: none;
  }
  .row.services_categories-row .col-sm-12 {
    overflow: hidden;
  }
  .btn.btn-primary::after {
    width: 86%;
    height: 20px;
    bottom: -5px;
  }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .guest #navbar {
    background-color: #5d8bed;
  }
  #best .nav-tabs.best-nav-tabs li a {
    font-size: 0;
  }
  #best .nav-tabs li {
    flex: 0 0 10%;
    max-width: 25%;
  }
  #best .nav-tabs li a img {
    margin: auto;
  }
  .steps-head::after {
    width: 74%;
    height: 5px;
    right: -46%;
    bottom: 40px;
  }
  .steps-img-wrap::after {
    width: 48px;
    top: 0px;
  }
  #topsec {
    padding-top: 70px;
  }
  #work .steps-row .steps-wrap .steps-txt.txt {
    font-size: 14px;
  }
  #work .steps-row .steps-wrap .steps-title {
    font-size: 18px;
  }
  .auth .row.blog-row {
    flex-wrap: wrap;
  }
  .auth .row.blog-row::before, .auth .row.blog-row::after {
    display: none;
  }
  .auth .notify-box-body .notify-btn-wrap a {
    margin-bottom: 8px;
  }
  .auth .edited_popup-row {
    display: flex;
    flex-wrap: wrap;
  }
  .auth .edited_popup-row .col-sm-4 {
    min-width: 236px !important;
    flex: 1;
    width: 100% !important;
  }
}
@media(max-width: 767px){
    .why-slider-wrap {
        height: auto;
    }
    .marketing-slider-txt,.marketing-slider-title {
        height: auto;
    }
    #bussiness .row {
        display: unset;
    }
    .steps-head::after {
        display: none;
    }
    #clients .row {
        display: block;
    }
    .blog-row .blog-right {
        width: 100%;
    }
    .row.blog-row:nth-child(2n+1) {
        flex-direction: row;
    }
    .auth .row.blog-row {
        display: block;
    }
    .row.blog-row{
      flex-wrap: wrap;
    }
    .auth .row.stats-row .invoice-desc-txt .invoice-desc-txt-head {
        flex: 1;
        max-width: unset;
    }
    .auth .row.stats-row .invoice-desc-txt {
        gap: 10px;
        margin-bottom: 10px;
    }
    .auth .sidebar-wrap {
        width: 264px;
    }
    .auth .page-wrapper {
        padding-left: 0px;
    }
    .auth .topbar-right {
        width: 100%;
    }
    .auth .topbar-left-ul {
        margin-bottom: 12px;
    }
    .auth .topbar-right-ul {
        justify-content: flex-end;
    }
    .auth.daymode .sidebar-wrap {
  background-color: #5d8bed;
}
    .auth.nightmode .sidebar-wrap {
        background-color: #07192f !important;
    }
    .auth .cat-dropdown .btn.btn-primary {
        margin-top: 10px;
    }
    .auth .row.affilaite-card-container {
        display: block;
    }
    .auth .affilaite-card-container .col-sm-4 {
        min-width: unset;
        width: 100%;
    }
    .auth .blog-row .col-sm-6 {
        width: 100%;
    }
    .auth .update_page-history {
        margin-top: 30px;
    }
    #signup .row .col-sm-6 {
        min-width: 100%;
    }
    #signup .row .col-sm-6:last-child {
        order: -1;
    }
    #signup .title {
        text-align: center;
    }
    #signup .txt {
        text-align: center;
    }
    #signup {
        padding-top: 80px;
    }
.table-responsive > .table > tbody > tr > td{
  white-space: normal;
}
.table-responsive {
  border: 0;
}
.row.stats-row .col-sm-4 {
	margin-bottom: 10px;
}
.guest .row.search_input-group .col-sm-6 {
	margin-bottom: 10px;
}
.guest .row.forget-row .col-sm-6 {
	width: 49%;
	display: inline-block;
}
#topsec .top-sec-img-wrap {
	margin-top: 20px;
}
#social {
	padding: 0px;
}
#why {
	padding: 20px 0px;
}
#why .row.why-row {
	padding: 20px 0px;
}
#why .row.why-row .why-txt-box {
	padding: 20px;
}
#why .why-slider-nav button.right-arrow {
	right: 8px;
}
#why .why-slider-nav button.left-arrow {
	left: 8px;
}
#why .why-slider {
	margin-top: 50px;
}
#marketing {
	padding-top: 20px;
}
#work .row.steps-row {
	margin-top: 0px;
}
#best .nav-tabs {
	margin-bottom: 0px;
	margin-top: 20px;
}
#faq .panel-heading a {
	padding-right: 45px;
}
#work .steps-img-wrap::after {
	top: -38px;
}
}





@media (max-width:550px) {
  #topsec {
    padding: 60px 0 20px;
  }
  .main-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
  }
  .colored-txt {
    font-size: 20px;
  }
  #topsec .colored-txt {
    margin-bottom: 12px;
  }
  .txt {
    font-size: 14px;
    line-height: 1.3;
  }
  .btn.btn-primary, .btn.btn-secondary {
    min-width: 150px;
    font-size: 15px;
    padding: 10px;
  }
  .top-sec-img-wrap img {
    position: unset;
    max-width: 80%;
    margin: 20px auto;
  }
  .login,
  #social {
    padding: 15px 0;
  }
  .form-control {
    height: 48px;
  }
  .inpt-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .inpt-icon + .form-control {
    padding-left: 50px;
  }
  .login .btn.btn-primary {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-bottom: 25px;
  }
  .login .btn.btn-primary::after {
    bottom: -5px;
  }
  .checkbox, .forgot-password {
    text-align: center;
    margin: 3px auto;
  }
  .social-ul li {
    flex: 0 0 32%;
    max-width: 32%;
    height: 110px;
    margin: 2px;
  }
  .social-ul {
    justify-content: center;
  }
  #why,
  #marketing,
  #bussiness,
  section#best,
  #faq,
  #clients,
  #contactus {
    padding: 25px 0;
  }
  .row.why-row {
    padding: 25px 0px;
    margin: 5px;
  }
  .title {
    font-size: 22px;
    font-weight: 700;
  }
  #why .title {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .why-txt-box {
    padding: 20px 15px;
  }
  .row.why-row ul li p {
    font-size: 15px;
  }
  .btn.btn-primary::after {
    bottom: -4px;
  }
  .why-txt-box .btn.btn-primary::after {
    z-index: -1;
  }
  .why-txt-box .btn.btn-primary {
    z-index: 1;
  }
  .why-slider {
    margin-top: 50px;
  }
  .why-slider-wrap:hover {
    box-shadow: none;
  }
  .why-slider-wrap {
    padding: 25px 15px;
    height: auto;
    margin: 0;
  }
  .why-slider-nav button, .marketing-slider-nav button {
    width: 25px;
    height: 25px;
    font-size: 18px;
  }
  .why-slider-nav button.left-arrow,
  .marketing-slider-nav button.left-arrow {
    left: 0px;
  }
  .why-slider-nav button.right-arrow, 
  .marketing-slider-nav button.right-arrow {
    right: 0px;
  }
  .instant-img-wrap img {
    max-width: 250px;
    margin: 15px auto;
  }
  #marketing .title {
    margin-bottom: 15px;
  }
  .marketing-slider-nav button.left-arrow {
  left: 24px;
  box-shadow: none;
}
  .marketing-slider-nav button.right-arrow {
  right: 24px;
  box-shadow: none;
}
  #bussiness .row {
  display: block;
}
  .bussiness-img-wrap::after {  
  width: 35%;
  height: 35%;
}
.steps-head img {
  max-width: 100%;
}
.steps-head::after {
  display: none;
}
.steps-txt {
  opacity: 1;
  margin-bottom: 36px;
}
#best .nav-tabs li {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
#best .nav-tabs {
  margin-bottom: 15px;
}
.best-tab-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#best .tab-pane .txt {
  font-size: 14px;
}
#best .tab-pane ul li {
  flex: 0 0 100%;
  max-width: 100%;
}
.best-tab-img img {
  max-width: 250px;
  margin: 15px auto;
}
#faq .row {
  padding: 20px 0;
  margin: 5px;
}
#faq .title {
  margin-bottom: 20px;
}
#faq .panel-heading a {
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 44px;
}
#faq .panel-body {
  margin-top: 5px;
  padding: 10px;
  font-size: 15px;
}
#clients .row {
  display: block;
}
.testi-title {
  font-size: 20px;
  font-weight: 700;
}
.client-img-wrap {
  margin: 25px auto;
}
footer {
  padding-top: 25px;
}
.ftr-txt {
  font-size: 14px;
}
.social-share li a {
  width: 30px;
  height: 30px;
}
.ftr-title {
  margin-bottom: 10px;
  margin-top: 15px;
}
.ftr-nav li a {
  font-size: 14px;
  margin-bottom: 5px;
}
  #signup {
    padding: 90px 0 25px;
  }
  .signup-box {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .signup-frm input {
    background-size: 35px 35px;
    background-position: 7px center;
    padding-left: 50px;
  }
  .signup-img {
    max-width: 250px;
  }
  .term-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .term-sub-title {
    font-size: 18px;
    font-weight: 600;
  }
  .search-wrap .input-group .btn.btn-default {
    min-width: 90px;
    height: 36px;
    border-radius: 8px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .faq-num {
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 700;
  }
  .faq-page-collapse .panel-default {
    padding: 6px;
    margin-bottom: 12px;
  }
  .faq-page-collapse .panel-default .panel-heading a::after { 
    font-size: 24px;
  }
  .copy-right.text-center {
    font-size: 14px;
  }
  .contactus-row {
    margin-top: 15px;
  }
  .contact-box .contact-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .table-responsive {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .row.blog-row,
  .row.blog-row {
    flex-direction: row !important;
  }
  .row.blog-row {
  display: block;
}
  /* .row.blog-row,
  .row.blog-row:nth-child(2n+1) {
    flex-direction: column-reverse;
  } */
  .topbar-left-ul {
    margin-bottom: 12px;
  }
  .topbar-right {
    width: 100%;
  }
  .topbar-right-ul {
    justify-content: flex-end;
  }
  .page-wrapper {
    padding-left: 0;
  }
  .sidebar-wrap {
    background-color: #07192f;
  }
  .auth .sidebar-wrap {
  width: 228px;
}
  .row.stats-row {
    margin: 0 0 10px;
    padding: 0;
  }
  .stats-wrap {
    padding: 13px 10px;
  }
  .stats-left-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .stats-left {
    flex: 0 0 40px;
    max-width: 40px;
  }
  .stats-right {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .well {
    padding: 12px;
  }
  .auth .nav-tabs li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .cat-dropdown {
    margin-top: 10px;
  }
  .service-description .modal-content {
  background-color: #01192f;
}
  .auth .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
  .auth .nav-tabs li {
    margin-bottom: 10px;
  }
  .ticket-btn-li {
    flex: 0 0 32%;
    max-width: 32%;
    margin-bottom: 10px;
  }
  .blog-right .well {
    height: 180px;
  }
  .service-category-name {
    margin-bottom: 0;
    text-align: left;
    font-size: 26px;
  }
  table tbody tr td,
  table thead tr th {
    padding: 5px 15px !important;
  }
  .service-description .modal.in {
    z-index: 9999;
  }
  #best .title br {
    display: none;
  }
  .testi-txt {
    font-size: 14px;
  }
  .guest .navbar-default {
    margin-bottom: 10px;
  }
  .api-table tr td, 
  .api-table tr th {
    border-radius: 5px !important;
  }
  .api-title {
  font-size: 16px;
}
  pre {
  font-size: 12px;
  padding: 10px;
}
  .update-content-wrap {
    padding: 10px;
    margin-bottom: 10px;
  }
  .update-content-wrap .btn-sm {
    font-size: 12px;
    padding: 5px 9px;
    border-radius: 5px;
  }
  .update-content-wrap .id-boxi {
    font-size: 12px;
  }
  .ticket-btn-wrap {
    margin: 10px auto;
  }
  .acc-benefit-title {
  font-size: 20px;
}
.acc-benefit-title .modal-btn {
  margin-top: 8px;
}
  .acc-status-detail p {
  font-size: 14px;
}
  .notify-modal .close {
    color: #fff;
    opacity: 1;
    z-index: 9;
    position: relative;
  }
  .user-spending-info-box .user-spending-title {
  font-size: 16px;
  margin-bottom: 10px;
}
  .user-spending-txt {
  font-size: 14px;
  margin-bottom: 5px;
}
  .notify-title {
  font-size: 22px;
  line-height: 1.4;
}
  .notify-btn-wrap .btn.btn-primary {
  width: 100%;
  margin-bottom: 12px;
}
  .notify-box-wrap.active .notify-status {
  top: -32px;
  right: -12px;
  font-size: 12px;
}
  .notify-box-body p {
  font-size: 14px;
}
  .instant-stats {
  margin-top: 15px;
}
  .row.ftr-2-row-1 {
  margin-bottom: 20px;
}
  .bottom-notice {
  margin-bottom: 10px;
}
  #read-btn {
    margin-bottom: 25px;
  }
  #best .nav-tabs.best-nav-tabs li a {
    font-size: 0;
  }
  #best .nav-tabs li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #best .nav-tabs li a img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
  }
  .marketing-slider-wrap {
    margin-bottom: 0 !important;
  }
  .bussiness-img-wrap {
    margin-bottom: 20px;
  }
  .fb-page-why button.left-arrow {
  border: 1px;
  left: 0;
  box-shadow: 0 0 5px 0 #00101f;
}
  .fb-page-why button.right-arrow {
  border: 1px;
  right: 0;
  box-shadow: 0 0 5px 0 #00101f;
}
  .invoice-desc-txt-num {
    font-size: 20px;
    width: 35px;
    height: 35px;
    border: 2px solid #ffcc00;
  }
  .row.stats-row .invoice-desc-txt .invoice-desc-txt-head {
    flex: 0 0 35px;
    max-width: 35px;
  }
  .row.stats-row .invoice-desc-txt .invoice-desc-txt-body {
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
    text-align: left;
    padding-left: 12px;
  }
  .invoice-desc-title {
    font-size: 16px;
  }
  .invoice-desc-box .invoice-desc-txt {
    margin: 8px 0;
  }
  .blog-btn-right .blog-share-btn {
    min-width: auto;
    font-size: 22px;
    padding: 5px;
  }
  .newsletter-img {
    display: block;
    margin: auto;
  }
  #how-sec .how-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  #how-sec .row {
    display: block;
  }
  #how-sec .row .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  #how-sec .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #how-sec .txt {
    font-size: 13px;
  }
  #how-it-work .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    transform: none;
    bottom: 20px;
    display: flex !important;
    flex-wrap: wrap !important;
    width: max-content;
  }
  #how-it-work .slick-dots li button {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
  .new-order-cat-title-wrap + .cat-ul {
    margin-top: 0;
  }
  .new-order-cat {
    padding: 12px 0 !important;
  }
  .topbar-left-ul li {
      padding-right: 5px;
      margin-right: 5px;
      margin-bottom: 3px;
  }
  #status-modal .modal-dialog {
  width: 95%;
}
.auth .stats-row .invoice-desc-txt .invoice-desc-txt-body {
  padding-left: 0px !important;
}
.auth .affiliate-data-row {
  margin-top: 20px;
}
.steps-wrap .steps-img-wrap::after {
  height: 198px;
}
  .login .field-row .form-control {
  min-width: 320px;
}
.auth .blog-row .col-sm-6 {
  min-width: 100%;
}
.auth .album-cover {
  width: 30px;
  height: 30px;
}
.auth .topbar-right-ul li a {
  margin-left: 5px;
  margin-bottom: 5px;
}
.auth .topbar-right-ul{
  gap: 4px;
}
.login .field-row .form-control{
  min-width: 100%;
}
  #topsec .main-title {
  font-size: 26px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.35);
}
#topsec .btn-wrap > *{
  margin-left: 0px;  
    margin-top: 4px;
}
  #topsec .btn-wrap {
  display: flex;
  flex-wrap: wrap;
    margin-top: 0px;
}
#topsec .btn-wrap a {
  flex: 1;
  min-width: 160px !important;
  margin-right: 10px;
  margin-top: 14px;
}
.top-sec-img-wrap img {
  max-width: 50%;
  margin: 20px auto;
  margin-bottom: 0px;
}
.social-ul-slider .social-box {
	height: 50px;
	width: 50px;
	padding: 8px;
	border-radius: 8px;
}
#social {
  padding: 0px;
}
.login {
  padding-bottom: 0px;
}  
#work {
  padding-top: 0px;
  padding-bottom: 0px;
}
#best {
  padding: 0px !important;
}
.testi-slider .slick-dots {
	margin-top: 10px;
}
.modal-title{
  white-space: initial;
  word-break: break-all;
}
.instant-stats-title{
  font-size: 20px;
}
.steps-title{
  font-size: 19px;
}
.why-slider-nav button.right-arrow {
	right: 0px;
}
.why-slider-nav button.left-arrow {
	left: 0px;
}
.dropdown-menu > li > a {
	font-size: 14px;
}
}



@keyframes shaky {
    0% {
        transform: translate(2px, 1px) rotate(0);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-2deg);
    }
    20% {
        transform: translate(-3px, 0) rotate(3deg);
    }
    30% {
        transform: translate(0, 2px) rotate(0);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0);
    }
    70% {
        transform: translate(2px, 1px) rotate(-2deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(4deg);
    }
    90% {
        transform: translate(2px, 2px) rotate(0);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
@-webkit-keyframes shaky {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0);
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    }
    20% {
        -webkit-transform: translate(-3px, 0) rotate(3deg);
    }
    30% {
        -webkit-transform: translate(0, 2px) rotate(0);
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0);
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-2deg);
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(4deg);
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0);
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}
@-moz-keyframes shaky {
    0% {
        -moz-transform: translate(2px, 1px) rotate(0);
    }
    10% {
        -moz-transform: translate(-1px, -2px) rotate(-2deg);
    }
    20% {
        -moz-transform: translate(-3px, 0) rotate(3deg);
    }
    30% {
        -moz-transform: translate(0, 2px) rotate(0);
    }
    40% {
        -moz-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -moz-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -moz-transform: translate(-3px, 1px) rotate(0);
    }
    70% {
        -moz-transform: translate(2px, 1px) rotate(-2deg);
    }
    80% {
        -moz-transform: translate(-1px, -1px) rotate(4deg);
    }
    90% {
        -moz-transform: translate(2px, 2px) rotate(0);
    }
    100% {
        -moz-transform: translate(1px, -2px) rotate(-1deg);
    }
}
@-o-keyframes shaky {
    0% {
        -o-transform: translate(2px, 1px) rotate(0);
    }
    10% {
        -o-transform: translate(-1px, -2px) rotate(-2deg);
    }
    20% {
        -o-transform: translate(-3px, 0) rotate(3deg);
    }
    30% {
        -o-transform: translate(0, 2px) rotate(0);
    }
    40% {
        -o-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -o-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -o-transform: translate(-3px, 1px) rotate(0);
    }
    70% {
        -o-transform: translate(2px, 1px) rotate(-2deg);
    }
    80% {
        -o-transform: translate(-1px, -1px) rotate(4deg);
    }
    90% {
        -o-transform: translate(2px, 2px) rotate(0);
    }
    100% {
        -o-transform: translate(1px, -2px) rotate(-1deg);
    }
}
.auth.daymode .result-box .media-heading,
.auth.daymode .result-box .media-heading + h5,
.auth.daymode .stats-title,
.auth.daymode .invoice-desc-txt-num,
.auth.daymode .invoice-desc-title,
.auth.daymode .dashtitle,
.auth.daymode .dashtitle .dashtitle-icon,
.auth.daymode .dashtitle-info span,
.auth.daymode .notice-box .txt,
.auth.daymode .faq-page-collapse .panel-default .panel-heading a,
.auth.daymode .faq-page-collapse .panel-default .panel-body,
.auth.daymode .search-wrap .form-control::placeholder,
.daymode .nav.nav-pills li a,
.auth.daymode table tbody tr td,
.auth.daymode .fund-title,
.daymode #vote-success .txt,
.daymode .ticket-btn.active, 
.daymode .ticket-btn.active:hover, 
.daymode .ticket-btn:hover, 
.daymode .ticket-btn:focus, 
.daymode .ticket-btn:focus-visible,
.auth.daymode .service-category-name,
.daymode #\32 fa-generate-form .txt,
.daymode .ticket-message,
.daymode pre,
.daymode .api-title,
.daymode .term-title,
.daymode .term-sub-title,
.daymode .term-wrap .txt,
.daymode .blog-title, 
.daymode .blog-excerpt,
.auth.daymode .create-ser-title,
.auth.daymode .invoice-desc-txt-text,
.daymode .acc-benefit-title,
.daymode .current-status .media-heading, 
.daymode .next-status .media-heading,
.daymode .acc-status-li,
.daymode .note-txt.txt,
.daymode .next-status .media-heading + p,
.daymode .contact-box .contact-title, 
.daymode .contact-box .contact-txt,
.daymode .giveaway-box-title, 
.daymode .giveaway-box-txt,
.auth.daymode .notify-modal .modal-content ol,
.auth.daymode .notify-modal .modal-content .notify-subtitle,
.auth.daymode .acc_auth-form-edited form .txt,
.auth.daymode .row.gender-row .btn-toggle::after, 
.auth.daymode .row.gender-row .btn-toggle::before {
  color: #01192f !important;
}
.auth.daymode .service_modal-edited .modal-content{
  background-color: #fff;
}