/**
 * Theme Name: 호떡마케팅
 * Designed by: Tanvirul Islam Tusher
*/

/* Pretendard font family*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

html,
body {
  width: 100%;
  overflow-x: hidden !important;
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: -0.02em;
  padding: 0;
}

:root {
  --main-color: #FFA500;
  --sub-color: #ffb222;
  --gray-0: #aaaaaa;
  --gray-1: #d2d2d8;
  --gray-2: #f5f7f8;
  --white: #ffffff;
  --black-main: #232323;
  --black-text: #161c1c;
  --button-color: #1349c7;
  --button-color2: #1349c7;
  --header-addfunds-color: white;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #d4d4e9;
}
::-webkit-scrollbar-thumb {
  background: #333;
}
::-webkit-scrollbar-thumb:hover {
  background: #27a3fa;
}

body,
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
a {
  text-decoration: none;
}
.hidden {
  display: none !important;
}
.guest {
  background-color: #fff;
  color: #333333;
}

.sidebar__area {
  margin: 0px;
  padding: 0px;
}

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.auth_body {
  background: #f4f7ff;
  transition: 0.54s;
}

th.nowrap {
  text-wrap: nowrap;
}

.auth_body .main__page__area {
  display: flex;
}

.btn-outline-primary {
  --bs-btn-color: #FFA500;
  --bs-btn-border-color: #FFA500;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #FFA500;
  --bs-btn-hover-border-color: #FFA500;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #FFA500;
  --bs-btn-active-border-color: #FFA500;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFA500;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFA500;
  --bs-gradient: none;
}

/*.navbar.navbar-default {
  background-color: transparent;
  border: 0;
  padding-top: 5px;
}
.guest .navbar-default .navbar-nav > li > a {
  color: #99a1a7;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 15px 9px;
}
.guest .navbar-default .navbar-nav > .active > a,
.guest .navbar-default .navbar-nav > .active > a:hover,
.guest .navbar-default .navbar-nav > .active > a:focus,
.guest .navbar-default .navbar-nav a:hover {
  background-color: transparent;
  color: #0a2855 !important;
}*/

button.kakaotalk {
  position: fixed;
  bottom: 50px;
  right: 21px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.2s 0.25s opacity;
  z-index: 318;
}

button.kakaotalk img {
  height: 48px;
  width: 48px;
}

a.kakao_float {
  display: none;
}

@media (max-width: 767px) {
  button.kakaotalk {
    right: 13px;
    bottom: 7px;
  }

  .auth button.kakaotalk {
    right: 13px;
    bottom: 55px;
  }

  button.kakaotalk img {
    max-width: 60px;
    max-height: 60px;
  }

  .auth ~ button.kakaotalk {
    bottom: 70px;
  }

  button.kakaotalk {
    opacity: 0;
    pointer-events: none;
  }

  a.kakao_float {
    position: fixed;
    bottom: 10px;
    right: 13px;
    width: calc(100% - 26px);
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 10px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 3px 6px #00000029;
    color: #111;
    z-index: 628;
    transition: 1s;
    transform: translateY(100px);
  }

  a.kakao_float div {
    white-space: nowrap;
    font-size: 13px;
  }

  a.kakao_float img {
    width: 38px;
  }

  a.kakao_float.pop {
    transform: translateY(0);
  }

  .auth a.kakao_float.pop {
    transform: translateY(-53px);
  }

  .signup ~ a.kakao_float {
    display: none;
  }

  .kakao_close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 14px;
    border-radius: 999px;
    background-color: #d2d2d8;
    margin-left: auto;
  }
}

/* ======================================
 *  . Nav bar
/* ====================================== */

@media (min-width: 1400px) {
  .main-navbar .container {
    max-width: 1400px;
  }
  .auth_body .main-navbar .container {
    max-width: 1400px;
  }
  .auth_main .container {
    max-width: 1280px;
  }
}

.main-navbar {
  background-color: #fff;
  /*position: relative;*/
  top: -1px;
  width: 100%;
  box-shadow: 0px 3px 8px #0000000f;
}

.offcanvas-backdrop.show {
  display: none;
}

.navbar-brand img {
  max-height: 50px;
}

.navbar-brand {
  color: #F90;
}

@media (min-width: 992px) {
  .guest .navbar-expand-lg .navbar-nav.ms-auto {
    flex-direction: row;
    gap: 55px;
    margin-left: 0px;
    align-items: center;
  }
  .auth_body .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 30px;
    margin-left: 90px;
    align-items: center;
  }
  .auth_body .navbar-expand-lg .navbar-nav.ms-auto {
    flex-direction: row;
    gap: 20px;
    margin-left: 0px;
    align-items: center;
  }
}

.main-navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #aaaaaa;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  position: relative;
  transition: color 0.3s ease-in-out;
  padding-left: 0;
  padding-right: 0;
}

.main-navbar.navbar-light .navbar-nav .nav-item .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 0px;
  border: 2px solid var(--main-color);
  border-radius: 2px;
  bottom: 0px;
  transform: translate(-50%, 0);
  left: 50%;
  opacity: 0;
  transition: width 0.3s ease-in-out;
}

.main-navbar.navbar-light .navbar-nav .nav-item .nav-link:hover::after,
.main-navbar.navbar-light .navbar-nav .nav-item .nav-link.active::after {
  opacity: 1;
  width: 110%;
}

.main-navbar.navbar-light .navbar-nav .nav-link:hover {
  color: #232323;
  font-weight: 500;
  font-size: 16px;
}

.main-navbar.navbar-light .navbar-nav .nav-link.active {
  color: #232323;
  font-weight: 500;
}

.main-navbar.navbar-light .navbar-nav .nav-item .nav-link.addfunds-menu {
  height: 45px;
  background-color: unset;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none !important;
}

.main-navbar.navbar-light .navbar-nav .nav-item .nav-link.addfunds-menu::after,
.main-navbar.navbar-light
  .navbar-nav
  .nav-item
  .nav-link.account-icon-menu::after {
  border: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.main-navbar.navbar-light .navbar-collapse .btn {
  color: #333;
  font-weight: 600;
  border-radius: 15px;
  padding: 0.25rem 1rem;
}

.main-navbar.navbar-light .navbar-collapse .btn-outline-light {
  border: 2px solid #FFA500;
}

.main-navbar.navbar-light .navbar-collapse .btn-outline-light:hover {
  background-color: #FFA500;
  color: #fff;
}

.main-navbar.navbar-light .navbar-collapse .btn-danger {
  border: 2px solid #eb8d00;
  background-color: #eb8d00;
  color: #fff;
}

.main-navbar.navbar-light .navbar-collapse .btn-danger:hover {
  border-color: #FFA500;
  background-color: #FFA500;
}

.main-navbar .navbar-toggler-icon {
  width: 1em;
  height: 1.2em;
}

.main-navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

/* Navbar */

@media (max-width: 991.98px) {
  .main-navbar .offcanvas-collapse {
    position: fixed;
    top: 75px; /* Height of navbar */
    padding-top: 1.5rem;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #f8fcff;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: left, visibility;
  }
  .main-navbar .offcanvas-collapse.show {
    left: 0;
    visibility: visible;
  }
}

.guest .inner-top-banner {
  padding-top: 130px !important;
  padding-bottom: 60px !important;
}

.auth_body .inner-top-banner {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .guest .inner-top-banner {
    padding-top: 120px !important;
    padding-bottom: 40px !important;
  }
}

.auth_body .content__area .container {
  width: 100%;
  min-width: 100%;
}

.mobile-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  justify-content: space-around;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px -1px 1px #e1e1e17d;
  display: none;
  z-index: 12;
}
.mobile-nav li {
  list-style: none;
}
.mobile-nav li a {
  color: inherit;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .mobile-nav {
    display: flex;
  }
}


/* new home  */
.content {
    padding-top: 64px;
    min-height: calc(100vh - 315px);
}

section.content.index {
    background-color: #F8F8F8;
    width: 100%;
}

.main_first_section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 760px;
    background-color: #E9EDFB;
}
.main_first_section .main_first_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
}

.main_first_section .main_first_box .main_first_textBox {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.main_first_section .main_first_box .main_first_textBox h3 {
    color: #F90;
    font: normal 700 normal 24px Pretendard;
    margin-bottom: 0
}

.main_first_section .main_first_box .main_first_textBox h2 {
    color: #191919;
    font: normal 700 normal 48px/64px Pretendard;
    margin-bottom: 20px
}

.main_first_section .main_first_box .main_first_textBox span {
    color: #505050;
    font: normal 400 normal 20px/30px Pretendard
}

.main_first_section .main_first_box .main_first_textBox button {
    width: auto;
    height: 56px;
    background-color: #FFA500;
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-top: 36px;
    padding-left: 25px;
    padding-right: 25px;
    font: normal 400 normal 20px Pretendard
}

.main_first_section .main_first_box .main_first_imgBox {
    position: relative
}

.main_first_section .main_first_box .main_first_imgBox img {
    position: absolute;
    width: 100%
}

@media (max-width: 768px) {
    .main_first_section .main_first_box .main_first_imgBox img {
        max-width:360px
    }
}

.main_first_section .main_first_box .main_first_imgBox img:nth-of-type(1) {
    position: relative;
    max-width: 801px
}

.main_first_section .main_first_box .main_first_imgBox img:nth-of-type(2) {
    top: 25%;
    right: 19%;
    transform: translate(-50%, -50%);
    width: 91px;
    height: 85px;
    animation: like-02-move 3s infinite ease-in-out
}

@keyframes like-02-move {
    50% {
        top: 23%
    }

    100% {
        top: 25%
    }
}

@media (max-width: 768px) {
    .main_first_section .main_first_box .main_first_imgBox img:nth-of-type(2) {
        transform:translate(0%, -50%) scale(0.6)
    }
}

.main_first_section .main_first_box .main_first_imgBox img:nth-of-type(3) {
    top: 26%;
    left: 29%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 63px;
    animation: shop-move 3s infinite ease-in-out
}

@keyframes shop-move {
    45% {
        top: 23%
    }

    50% {
        top: 23%
    }

    95% {
        top: 26%
    }

    100% {
        top: 26%
    }
}

@media (max-width: 768px) {
    .main_first_section .main_first_box .main_first_imgBox img:nth-of-type(3) {
        transform:translate(-50%, -50%) scale(0.6)
    }
}

.main_first_section .main_first_box .main_first_imgBox img:nth-of-type(4) {
    top: 55%;
    right: 20%;
    transform: translate(-50%, -50%);
    width: 69px;
    height: 59px;
    animation: heart-move 4s infinite ease-in-out
}

@keyframes heart-move {
    50% {
        top: 57%
    }

    100% {
        top: 55%
    }
}

@media (max-width: 768px) {
    .main_first_section .main_first_box .main_first_imgBox img:nth-of-type(4) {
        transform:translate(7%, -50%) scale(0.6)
    }
}

.main_first_section .main_first_box .main_first_imgBox img:nth-of-type(5) {
    top: 70%;
    right: 32%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 70px;
    height: auto;
    max-height: 54px;
    animation: like-move 2s infinite ease-in-out
}

@keyframes like-move {
    50% {
        top: 68%
    }

    100% {
        top: 70%
    }
}

@media (max-width: 768px) {
    .main_first_section .main_first_box .main_first_imgBox img:nth-of-type(5) {
        transform:translate(8%, -50%) scale(0.6)
    }
}

@media (max-width: 1320px) {
    .main_first_section {
        height:100%;
        padding: 56px 0 72px
    }

    .main_first_section .main_first_box {
        text-align: center;
        flex-direction: column-reverse
    }

    .main_first_section .main_first_box .main_first_textBox {
        align-items: center;
        margin-top: 48px
    }

    .main_first_section .main_first_box .main_first_textBox h3 {
        font: normal 700 normal 20px Pretendard
    }

    .main_first_section .main_first_box .main_first_textBox h2 {
        font: normal 700 normal 36px/38px Pretendard
    }

    .main_first_section .main_first_box .main_first_textBox span {
        font: normal 400 normal 18px/24px Pretendard
    }

    .main_first_section .main_first_box .main_first_textBox button {
        font: normal 400 normal 18px Pretendard
    }
}

@media (max-width: 768px) {
    .main_first_section .main_first_box .main_first_textBox h3 {
        font:normal 700 normal 18px Pretendard
    }

    .main_first_section .main_first_box .main_first_textBox h2 {
        margin-bottom: 16px;
        font: normal 700 normal 28px/38px Pretendard
    }

    .main_first_section .main_first_box .main_first_textBox span {
        font: normal 400 normal 16px/24px Pretendard
    }

    .main_first_section .main_first_box .main_first_textBox button {
        height: 48px;
        margin-top: 32px;
        font: normal 400 normal 18px Pretendard
    }
}


.main_second_section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 806px;
    background-color: #FFFFFF
}

.main_second_section .main_second_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px
}

.main_second_section .main_second_box .main_second_textBox {
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: center
}

.main_second_section .main_second_box .main_second_textBox h2 {
    color: #191919;
    font: normal 700 normal 48px/64px Pretendard;
    text-align: center;
    margin-bottom: 0
}

.main_second_section .main_second_box .main_second_textBox span {
    color: #767676;
    font: normal 400 normal 24px Pretendard;
    text-align: center;
    margin-bottom: 96px
}

.main_second_section .main_second_box .main_second_imgBox {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.main_second_section .main_second_box .main_second_imgBox .topBox,.main_second_section .main_second_box .main_second_imgBox .bottomBox {
    display: flex;
    justify-content: space-around;
    width: 100%
}

.main_second_section .main_second_box .main_second_imgBox .topBox .iconBox,.main_second_section .main_second_box .main_second_imgBox .bottomBox .iconBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 290px;
    height: max-content
}

.main_second_section .main_second_box .main_second_imgBox .topBox .iconBox img,.main_second_section .main_second_box .main_second_imgBox .bottomBox .iconBox img {
    width: 120px;
    height: 120px
}

.main_second_section .main_second_box .main_second_imgBox .topBox .iconBox .text_iconBox,.main_second_section .main_second_box .main_second_imgBox .bottomBox .iconBox .text_iconBox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center
}

.main_second_section .main_second_box .main_second_imgBox .topBox .iconBox .text_iconBox span,.main_second_section .main_second_box .main_second_imgBox .bottomBox .iconBox .text_iconBox span {
    color: #767676;
    font: normal 400 normal 18px Pretendard
}

.main_second_section .main_second_box .main_second_imgBox .topBox .iconBox .text_iconBox p,.main_second_section .main_second_box .main_second_imgBox .bottomBox .iconBox .text_iconBox p {
    color: #191919;
    font: normal 500 normal 24px Pretendard;
    margin-bottom: 0
}

@media (max-width: 1320px) {
    .main_second_section {
        height:100%;
        padding: 80px 0
    }

    .main_second_section .main_second_box .main_second_textBox h2 {
        font: normal 700 normal 36px/38px Pretendard
    }

    .main_second_section .main_second_box .main_second_textBox span {
        font: normal 400 normal 20px/24px Pretendard;
        margin-bottom: 48px
    }

    .main_second_section .main_second_box .main_second_imgBox {
        flex-wrap: wrap;
        gap: 48px
    }

    .main_second_section .main_second_box .main_second_imgBox .topBox,.main_second_section .main_second_box .main_second_imgBox .bottomBox {
        justify-content: center
    }

    .main_second_section .main_second_box .main_second_imgBox .topBox .iconBox .text_iconBox span,.main_second_section .main_second_box .main_second_imgBox .bottomBox .iconBox .text_iconBox span {
        font: normal 400 normal 16px Pretendard
    }

    .main_second_section .main_second_box .main_second_imgBox .topBox .iconBox .text_iconBox p,.main_second_section .main_second_box .main_second_imgBox .bottomBox .iconBox .text_iconBox p {
        font: normal 500 normal 22px Pretendard
    }
}

@media (max-width: 768px) {
    .main_second_section .main_second_box .main_second_textBox h2 {
        font:normal 700 normal 28px/38px Pretendard
    }

    .main_second_section .main_second_box .main_second_textBox span {
        font: normal 400 normal 16px/24px Pretendard;
        margin-bottom: 48px
    }

    .main_second_section .main_second_box .main_second_imgBox .topBox,.main_second_section .main_second_box .main_second_imgBox .bottomBox {
        gap: 48px;
        flex-direction: column;
        align-items: center
    }

    .main_second_section .main_second_box .main_second_imgBox .topBox .iconBox,.main_second_section .main_second_box .main_second_imgBox .bottomBox .iconBox {
        gap: 8px
    }

    .main_second_section .main_second_box .main_second_imgBox .topBox .iconBox .text_iconBox span,.main_second_section .main_second_box .main_second_imgBox .bottomBox .iconBox .text_iconBox span {
        font: normal 400 normal 14px Pretendard
    }

    .main_second_section .main_second_box .main_second_imgBox .topBox .iconBox .text_iconBox p,.main_second_section .main_second_box .main_second_imgBox .bottomBox .iconBox .text_iconBox p {
        font: normal 500 normal 20px Pretendard
    }
}

@media (max-width: 768px) {
    .pc {
        display:none
    }
}

.mobile {
    display: none
}

@media (max-width: 768px) {
    .mobile {
        display:block
    }
}


.main_third_section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 726px;
    background-color: #FFF5E550
}

.main_third_section .main_third_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    width: 100%;
    max-width: 1280px
}

.main_third_section .main_third_box .main_third_textBox {
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: center
}

.main_third_section .main_third_box .main_third_textBox h2 {
    color: #191919;
    font: normal 700 normal 48px/64px Pretendard;
    text-align: center;
    margin-bottom: 0
}

.main_third_section .main_third_box .main_third_statusBox {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.main_third_section .main_third_box .main_third_statusBox .statusItemBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 400px;
    height: 200px;
    background-color: #FFF5E5;
    border-radius: 24px
}

.main_third_section .main_third_box .main_third_statusBox .statusItemBox span {
    color: #767676;
    font: normal 700 normal 20px Pretendard
}

.main_third_section .main_third_box .main_third_statusBox .statusItemBox p {
    color: #172F84;
    font: normal 700 normal 48px Pretendard;
    margin-bottom: 0
}

.main_third_section .main_third_box .main_third_statusBox .statusItemBox p.plus::after {
    content: '+';
    color: #F90
}

@media (max-width: 1320px) {
    .main_third_section {
        height:100%;
        padding: 80px 0
    }

    .main_third_section .main_third_box {
        padding: 0 36px
    }

    .main_third_section .main_third_box .main_third_textBox h2 {
        font: normal 700 normal 36px/38px Pretendard
    }

    .main_third_section .main_third_box .main_third_statusBox {
        justify-content: center;
        gap: 20px
    }

    .main_third_section .main_third_box .main_third_statusBox .statusItemBox {
        height: 160px
    }

    .main_third_section .main_third_box .main_third_statusBox .statusItemBox span {
        font: normal 700 normal 18px Pretendard
    }

    .main_third_section .main_third_box .main_third_statusBox .statusItemBox p {
        font: normal 700 normal 44px Pretendard
    }
}

@media (max-width: 768px) {
    .main_third_section .main_third_box {
        gap:40px;
        padding: 0 40px
    }

    .main_third_section .main_third_box .main_third_textBox h2 {
        font: normal 700 normal 28px/38px Pretendard
    }

    .main_third_section .main_third_box .main_third_statusBox {
        flex-direction: column
    }

    .main_third_section .main_third_box .main_third_statusBox .statusItemBox {
        width: 100%
    }

    .main_third_section .main_third_box .main_third_statusBox .statusItemBox span {
        font: normal 700 normal 16px Pretendard
    }

    .main_third_section .main_third_box .main_third_statusBox .statusItemBox p {
        font: normal 700 normal 40px Pretendard
    }
}



#search {
  height: 40px !important;
  border: 1px solid #dee2e6;
}

.ser-well.services-div {
  background: #cfecff;
  padding: 19px;
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
}

.singin-question {
  font-size: 14px;
  margin-top: 15px;
}
.singin-question a {
  color: inherit;
}

#service-table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

#service-table tbody tr td {
  background-color: #fff;
  border: 0 !important;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px !important;
}

tr.serviceTitle {
  color: #fff;
  font-weight: 600;
}

tr.serviceTitle td {
  background: transparent;
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #0a2855 !important;
}

table#service-table .badge {
  font-size: 14px;
  border-radius: 11px;
  padding: 6px 14px;
}

.serviceInfo .icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #43b9fe 0%, #207cfe 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  margin: 0 auto;
  line-height: 40px;
}

.serviceInfo .text h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}

.serviceInfo.text > span {
  font-size: 16px;
  display: block;
}

/* home hero  */

#top-sec {
  padding: 140px 0 50px;
  position: relative;
}

.top-img-1 {
  position: absolute;
  left: 35%;
  top: 10%;
  -webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.top-img-2 {
  position: absolute;
  right: 7%;
  bottom: 28%;
  -webkit-animation: hero-thumb-sm-animation 3s linear infinite alternate;
  animation: hero-thumb-sm-animation 3s linear infinite alternate;
}

@keyframes hero-thumb-sm-2-animation {
  0% {
    transform: translateY(-30px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes hero-thumb-sm-animation {
  0% {
    transform: translateY(-20px) translateX(30px);
  }

  to {
    transform: translateY(-20px) translateX(0);
  }
}
.top-sec-img {
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}
@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }

  to {
    transform: translateY(0);
  }
}

.main-title {
  color: #333;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
}
#top-sec .first_text {
  font-size: 45px;
  margin-bottom: 0;
}
.first_desc {
  font-size: 22px;
  margin: 70px 0;
}

.btn.btn-primary.btn-primary2 {
  border-radius: 30px;
  border: 1px solid #e7f5ff;
  background: var(--main-color);
  min-width: 170px;
}

@media screen and (max-width: 768px) {
  .top-sec-img-wrap {
    margin-top: 20px;
  }
  .top-img-1 {
    left: 34%;
    top: 5%;
    width: 50px;
  }

  .top-img-2 {
    position: absolute;
    right: 10%;
    bottom: 18%;
    width: 50px;
  }

  #top-sec .first_text {
    font-size: 18px;
  }

  .main-title {
    font-size: 25px;
  }

  .first_desc {
    font-size: 14px;
    margin: 25px 0;
  }

  .hero-actions .btn.btn-primary.btn-primary2 {
    min-width: 140px;
    background-color: var(--white);
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 1.3rem;
  }
}

.top-sec-img-wrap {
  position: relative;
}

.top-img-phone {
  position: static;
  right: 0;
}
.top-imd-fb {
  position: absolute;
  top: 20px;
  left: 20px;
}
.top-img-insta {
  position: absolute;
  top: 155px;
  left: 110px;
}
.top-img-yt {
  position: absolute;
  top: 300px;
  left: 0;
}
.scroll-down {
  font-size: 20px;
  color: #FFA500;
}
.scroll-down span {
  animation: scroll-down 1.5s infinite;
  display: inline-block;
}

@keyframes scroll-down {
  0% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(-2px);
  }
}
.best-img {
  position: absolute;
  right: 100px;
  bottom: -40px;
  box-shadow: 0 30px 20px 0 rgba(0, 0, 0, 10%);
  border-radius: 100px;
  animation: rotate 10s linear infinite;
}
.form-group {
  position: relative;
}
.form-control {
  height: 60px;
  border-radius: 15px;
  border: 1px solid #d2e4ff;
  background: #fff;
  /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;*/
  color: #5b6166;
  font-size: 14px;
  font-weight: 400;
}
.inpt-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 7px;
  color: #fff;
  background-color: #FFA500;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
}
.inpt-icon + .form-control {
  padding-left: 55px;
}
.check-box-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.check-box-wrap .checkbox {
  margin: 0;
  color: #5b6166;
  font-size: 14px;
  font-weight: 400;
}
.forgot-password1 {
  color: #5b6166;
  font-size: 14px;
  font-weight: 400;
}
.btn.btn-primary {
  border-radius: 30px;
  border: 1px solid #FFA500;
  background-color: #FFA500;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.btn.btn-primary.signin {
  min-width: 175px;
  padding: 15px;
}

.btn.btn-secondary {
  display: inline-flex;
  padding: 15px;
  color: #0a2855;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  align-content: center;
}
.btn.btn-secondary .fas.fa-arrow-right {
  background-color: #27a3fa;
  width: 25px;
  height: 25px;
  font-size: ;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
}
.top-signup-btn {
  background: transparent;
  border: 0;
}
.top-signup-btn:hover {
  background: transparent;
}
.stats-box {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 12px;
}
.stats-box-title {
  margin: 0 0 0 5px;
  color: #0a2855;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.stats-box-subtitle {
  font-size: 14px;
  font-weight: 400;
}
.bg-gr-blue {
  background: var(--main-color);
}
.total-orders-section {
  padding: 110px 0;
}
span.orders-icon {
  font-size: 40px;
}
.total-orders-section p {
  font-size: 40px;
  margin-bottom: 8px;
}

/* third-page  */

.third-page {
  padding: 130px 0 186px;
  position: relative;
}

.deco {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: var(--main-color);
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
}

.third-page .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}

.nav-pills.what-we-do-pill .nav-link {
  position: relative;
  color: var(--gray-0);
  font-size: 22px;
  cursor: pointer;
  transition: all 0.2s;
}

.nav-pills .nav-link.active {
  color: #000;
  background-color: transparent;
  font-size: 30px;
  font-weight: 600;
}

.nav-pills .nav-link.active::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  height: 10px;
  background-color: var(--main-color);
  opacity: 0.3;
  z-index: -1;
}

.what-we-do-slider {
  padding: 20px 0;
}

.what-we-do-slider .slick-list {
  padding: 50px 5px;
}

.what-we-do-slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.what-we-do-slider .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.what-we-do-slider .prev-arrow {
  left: -30px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.what-we-do-slider .next-arrow {
  right: -30px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.what-we-do-slider .slider-item {
  display: flex;
  gap: 11px;
  flex-direction: column;
  width: 300px;
  height: 280px;
  padding: 37px 30px;
  background-color: var(--white);
  border-radius: 20px 20px 50px 20px;
  box-shadow: 5px 5px 20px #0000001a;
  position: relative;
}

.what-we-do-slider .slider-item .swiper-title {
  word-break: keep-all;
  font-size: 25px;
  font-weight: bold;
}

.what-we-do-slider .slider-item .swiper-desc {
  font-size: 16px;
  color: var(--gray-0);
  word-break: keep-all;
}

.what-we-do-slider .slider-item img {
  align-self: end;
  margin-top: auto;
  position: absolute;
  bottom: 28px;
  right: 28px;
}

/* the slides */
.slick-slide {
  margin: 0 27px;
}

/* the parent */
.slick-list {
  margin: 0 -27px;
}

@media screen and (max-width: 1024px) {
  .what-we-do-pill {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 0 20px 9px;
    margin: 0 -20px -9px;
    overflow-x: auto;
    overflow-y: visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .nav-pills .nav-link {
    all: unset;
    min-width: 96px;
    padding: 8.5px 15px;
    border: 1px solid var(--gray-1);
    border-radius: 30px;
    color: var(--gray-0);
    font-size: 16px !important;
    text-align: center;
    line-height: normal;
    transition: all 0.2s;
    cursor: pointer;
  }
  .nav-pills .nav-link.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white);
    box-shadow: 0px 3px 6px #00000029;
  }
  .what-we-do-slider .slider-item {
    gap: 0;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
  }
  .what-we-do-slider .slider-item .swiper-title {
    font-size: 20px;
  }
  .what-we-do-slider .slider-item .swiper-desc {
    font-size: 14px;
    width: calc(100% - 12px - 48px);
  }
  .what-we-do-slider .slider-item img {
    width: 48px;
    height: 48px;
    bottom: 16px;
    right: 20px;
  }
}

.title {
  color: #0a2855;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.4;
}
.txt {
  color: #5b6166;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.hero-actions .btn.btn-primary.btn-primary2,
#cheapest .btn.btn-primary.btn-primary2 {
  font-size: 20px;
  font-weight: 500;
  padding: 15px 25px;
}
img.c-img {
  width: 60px;
  height: auto;
}

/* fourth-page  */

.fourth-page {
  padding: 60px 0;
  background-color: var(--gray-2);
}

.fourth-page .text-box {
  display: flex;
  gap: 45px;
  flex-direction: column;
  margin-top: 60px;
}

.fourth-page .title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.45;
}
.fourth-page .desc {
  font-size: 22px;
}
.fourth-page .chat-link {
  --button-color: var(--black-text);
  width: 235px;
  font-size: 22px;
}

.fourth-page .chat-box {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 536px;
  font-size: 20px;
}

.fourth-page .chat-box .right .chat-text,
.fourth-page .chat-box .left .chat-text {
  position: relative;
  padding: 20px;
  background: no-repeat;
  border-radius: 20px;
}

.fourth-page .chat-box .right,
.fourth-page .chat-box .left {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-end;
}
.fourth-page .chat-box .right .chat-text {
  background-color: var(--black-main);
  color: var(--white);
}
.fourth-page .chat-box .left {
  flex-direction: row-reverse;
}
.fourth-page .chat-box .left .chat-text {
  background-color: var(--white);
  box-shadow: 5px 5px 20px #0000001a;
}

@media screen and (max-width: 678px) {
  .fourth-page .title {
    font-size: 25px;
  }
  .fourth-page .desc {
    font-size: 16px;
  }
  .fourth-page .chat-box {
    margin-top: 40px;
  }
  img.chat-img {
    display: none;
  }
  .fourth-page .chat-box .right .chat-text,
  .fourth-page .chat-box .left .chat-text {
    font-size: 15px;
  }
}

/* fifth-page  */
.fifth-page {
  padding: 115px 0;
}
.fifth-page .text-box {
  display: flex;
  gap: 52px;
  flex-direction: column;
}

.fifth-page .title {
  font-size: 40px;
  line-height: 1.5;
}

.fifth-page .icon-box > img {
  width: 84px;
}

.fifth-page .fifth-img {
  max-width: 407px;
}

@media screen and (max-width: 678px) {
  .fifth-page {
    padding: 70px 0;
  }
  .fifth-page .text-box {
    gap: 20px;
  }
  .fifth-page .title {
    font-size: 25px;
  }
  .deco {
    font-size: 13px;
  }
  .fifth-page .icon-box > img {
    width: 61px;
    margin-left: -5px;
    transition-property: none;
  }
}

/* sixth-page  */
.sixth-page {
  padding: 125px 0;
  background-color: var(--black-main);
  overflow: hidden;
}

.sixth-page .title {
  text-align: center;
  color: var(--white);
  font-size: 42px;
  font-weight: 400;
}

.sixth-page .swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  display: flex;
  height: 410px;
  gap: 15px;
  flex-direction: column;
  padding: 30px;
  background-color: var(--white);
  box-shadow: 5px 5px 20px #0000001a;
  border-radius: 20px 20px 50px 20px;
  opacity: 0.3;
  transition: opacity 0.2s;
  position: relative;
}

.sixth-page .swiper-slide.slick-active {
  opacity: 1;
}

.sixth-page .img-box {
  display: flex;
  gap: 13px;
  margin-bottom: 20px;
}

.sixth-page .user-id {
  font-size: 22px;
  font-weight: bold;
}
.sixth-page .user-desc {
  color: var(--gray-0);
  font-size: 13px;
}
.sixth-page .star-box {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--main-color);
  font-size: 20px;
  line-height: normal;
}
.sixth-page .text {
  font-size: 18px;
}

.swiper-wrapper button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-wrapper .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.swiper-wrapper .prev-arrow {
  left: -30px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #eeeeee;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.swiper-wrapper .next-arrow {
  right: -30px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #eeeeee;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media screen and (max-width: 678px) {
  .sixth-page {
    padding: 70px 0;
  }

  .sixth-page .title {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .sixth-page .text {
    font-size: 15px;
  }

  .sixth-page .slick-slide {
    margin: 0 15px;
  }
}

/* .qna-page  */
.qna-page {
  gap: 90px;
  padding: 130px 0;
  background-color: var(--gray-2);
}

.qna-page .title {
  font-size: 42px;
  text-align: center;
}

.qna-page .text-box {
  width: 100%;
  height: 73px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 3px 3px 10px #0000001a;
  margin-bottom: 30px;
  color: #161c1c;
  overflow: hidden;
  transition: all 1s ease;
}

.qna-page .text-box.open {
  height: 176px;
}

.qna-page .text-box .summary {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  height: 74px;
  padding: 0 40px 0 20px;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  cursor: pointer;
}

.qna-page .text-box .summary::before {
  content: "";
  background-image: url("https://storage.perfectcdn.com/hlda71/4wku9dzzlfakz0ey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 28px;
  display: inline-block;
}

.qna-page .text-box .summary .symbol {
  position: absolute;
  right: 20px;
  width: 10px;
  height: 2px;
  border-top: 2px solid black;
}

.qna-page .text-box .summary .symbol2 {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 2px;
  height: 10px;
  border-right: 2px solid black;
  margin-right: 4px;
  transform: translateY(-50%);
}
.qna-page .txt {
  color: #aaaaaa;
  padding: 20px 50px 42px;
}

@media screen and (max-width: 678px) {
  .qna-page {
    padding: 70px 0;
  }

  .qna-page .title {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .qna-page .text-box .summary {
    height: 50px;
    padding: 0 30px 0 15px;
    font-size: 13px;
  }

  .qna-page .txt {
    padding: 20px 15px;
  }

  .qna-page .text-box {
    height: 50px;
    margin-bottom: 10px;
  }

  .qna-page .text-box.open {
    height: 150px;
  }
}

/* .last-page  */
.last-page {
  padding: 60px 0;
  background-image: linear-gradient(
    108deg,
    var(--main-color) 0%,
    var(--sub-color) 100%
  );
}

.last-page .text-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--white);
}

.last-page .text-box .desc {
  font-size: 25px;
  color: var(--white);
}

.last-page .text-box .title {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  color: var(--white);
}

.sd-btn-secondary {
  --button-color: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 21px 0;
  background-color: transparent;
  border: 1px solid var(--button-color);
  border-radius: 99999px;
  color: var(--button-color);
  font-size: 20px;
  line-height: normal;
}

.last-page .text-box .look-around {
  --button-color: var(--white);
  width: 190px;
}

.last-page .last-img {
  min-width: 258px;
  width: 100%;
  max-width: 693px;
}

footer {
  background: #000;
  padding: 50px 0;
  position: relative;
  color: #fafafa;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
footer a {
  text-decoration: none;
  color: #fafafa;
  font-size: 12px;
  margin-left: 10px;
}
.guest {
  padding: 0;
}
#testimonial {
  padding: 80px 0;
}
footer .title {
  color: #f8fcff;
  font-size: 30px;
  font-weight: 600;
}
.row.ftr-top .btn.btn-primary {
  margin-left: auto;
  display: block;
  width: max-content;
}
.row.ftr-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
}

.ftr-txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.social-links {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
}
.social-link {
  width: 56px;
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #ffaa0f;
  margin-right: 10px;
  color: #fff;
  font-size: 32px;
  text-decoration: none;
}
.ftr-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.ftr-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ftr-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: max-content;
  margin-bottom: 12px;
  text-decoration: none;
}
.ftr-menu2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.ftr-menu2 li {
  flex: 0 0 50%;
  max-width: 50%;
}
.ftr-bottom {
  background-color: #ffffff;
  margin-top: 50px;
  padding: 12px 0;
}
.copyright {
  color: #0a2855;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.bottom-ftr-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
.bottom-ftr-nav li a {
  color: #0a2855;
  font-size: 12px;
  font-weight: 400;
  margin-left: 21px;
  text-decoration: none;
}
#signup {
  padding: 150px 0 80px;
}

.signup-innerbox {
  border-radius: 50px;
  border: 1px solid #fff;
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
}
.signup-innerbox .title {
  color: #fff;
  line-height: 1.3;
}
.signup-innerbox .txt {
  color: #fff;
  margin-bottom: ;
}
.signup-innerbox .btn.btn-primary {
  margin: 15px 0;
}
.signup-innerbox .btn.btn-primary {
  margin: 15px 0;
  border: 2px solid #fff;
  padding: 15px 25px;
}
.signup-innerbox .stats-box-title {
  color: #fff;
}
.signup-innerbox::after {
  content: "";
  background-color: rgba(248, 252, 255, 0.29);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.signup-title {
  color: #0a2855;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.signup-frm label {
  color: #5b6166;
  font-size: 14px;
  font-weight: 400;
}
.signup-frm .form-control {
  padding: 15px 25px;
}
.signup-innerbox .title,
.signup-innerbox .txt,
.signup-innerbox .btn,
.signup-innerbox .row {
  position: relative;
  z-index: 1;
}
.signup-frm .have-acc {
  margin-top: 10px;
}

.blog-sec .row {
  display: flex;
  align-items: center;
}
.blog-sec .row .btn.btn-primary {
  margin-top: 20px;
}
#blogs-sec {
  padding: 80px 0;
}
.blog-wrap {
  border-radius: 34px;
  border: 1px solid #d2e4ff;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.blog-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  color: #0a2855;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.blog-img-wrap {
  min-height: 320px;
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.blog-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #5b6166;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  height: 71px;
}
.blog-btn {
  background: var(--main-color);
  border: 0 !important;
}
.single-blog-img {
  min-height: 400px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
  padding: 15px;
  margin-bottom: 25px;
}
.single-blog-title {
  border-radius: 24px;
  border: 1px solid #fff;
  background: rgba(10, 40, 85, 30%);
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding: 15px;
}
.single-blog-title span {
  display: block;
  width: 80%;
  margin: auto;
}
.single-blog-content {
  border-radius: 34px;
  border: 1px solid #d2e4ff;
  background: #fff;
  padding: 20px;
  color: #5b6166;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.related-blog-title {
  color: #0a2855;
  font-size: 24px;
  font-weight: 700;
}
.related-blog-wrap {
  min-height: 280px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
}
.related-blog-content {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
}
.related-blog-content-title {
  color: #0a2855;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.related-blog-content-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #5b6166;
  font-size: 14px;
  font-weight: 400;
}
.related-blog-btn {
  background: var(--main-color);
  border: 0 !important;
  padding: 12px 15px !important;
  min-width: 130px !important;
}
.row.api-title-row {
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px;
}
.auth_body .row.api-title-row {
  margin-top: 15px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #d2e4ff;
  border-radius: 24px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.api-title {
  color: #0a2855;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.api-table {
  border-spacing: 12px 12px;
  border-collapse: separate;
  border-radius: 32px;
  border: 1px solid #d2e4ff;
  background: #f8fcff;
  padding: 15px;
}
.api-table tbody tr td {
  border-radius: 100px !important;
  border: 1px solid #d2e4ff !important;
  background: #27a3fa;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.api-table thead tr th {
  color: #0a2855;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #d2e4ff !important;
  border-radius: 25px !important;
}
pre {
  border-radius: 32px;
  border: 1px solid #d2e4ff;
  background: #f8fcff;
  padding: 25px;
}
.ser-short {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 0 0 25px;
  list-style: none;
  padding: 0;
}
.ser-short li {
  padding: 12px;
  background-color: #fff;
  border-radius: 40px;
  background: ;
}
.ser-short li::after {
  border-radius: 30px;
  background: rgba(54, 83, 102, 0.39);
  filter: blur(15px);
  content: "";
  width: 25px;
  height: 25px;
}
.ser-short li {
  padding: 15px;
  background-color: #fff;
  border-radius: 25px;
  position: relative;
}
.ser-short li::after {
  border-radius: 30px;
  background: rgba(54, 83, 102, 0.39);
  filter: blur(15px);
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  z-index: 0;
}
.ser-short li::before {
  content: "";
  border-radius: 30px;
  opacity: 0.5;
  background-color: #1677f0;
  filter: blur(25px);
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
}
.row.search-row .dropdown-toggle {
  width: 100%;
  text-align: left;
}
#history-search .form-control {
  border-radius: 100px;
  border: 1px solid #d2e4ff;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  width: 100%;
}
#history-search {
  width: 100%;
  position: relative;
}
#history-search {
  width: 100%;
  position: relative;
}
#history-search .form-control {
  border-radius: 100px;
  border: 1px solid #d2e4ff;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: rgba(91, 97, 102, 0.3);
  font-size: 16px;
  font-weight: 400;
  padding: 15px 25px;
  width: 100%;
  float: none;
}
#history-search .btn {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-color: #27a3fa;
  border-color: #27a3fa;
  color: #fff;
  font-size: 22px;
  padding: 0;
}
#history-search .input-group {
  display: block;
}
#history-search .input-group-btn {
  display: block;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 42px;
  height: 42px;
  z-index: 2;
}
#history-search .form-control:focus + .input-group-btn {
  z-index: 1;
}
.searchtable-row #service-table tbody tr:nth-child(2n-1) td {
  background-color: #fff !important;
}
.ser-cat-tr td {
  background-color: #1babff;
  padding: 12px !important;
  border-radius: 100px;
  border: 0 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.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;
}
.row.search-row {
  margin-bottom: 25px;
}
.table tr td {
  padding: 15px;
  color: #0a2855;
  font-size: 14px;
  font-weight: 400;
}
.table tr td,
.table tr,
.table tr th {
  border: 0 !important;
}
.table tr th {
  background-color: #0a2855;
}
.table tr th,
.table tr td {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px !important;
}
.table tr th:first-child,
.table tbody tr td:first-child {
  border-radius: 35px 0 0 35px;
}
.table tr th:last-child,
.table tbody tr td:last-child {
  border-radius: 0 35px 35px 0;
}
table {
  border-spacing: 0 10px;
  border-collapse: separate;
}
.cats-icon {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  color: #ffaa0f;
}
.table tbody tr td {
  color: #0a2855;
  font-size: 14px;
  font-weight: 400;
  background: rgba(27, 171, 255, 0.1);
  padding: 15px !important;
}
.width-service-name {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
.service-description .btn.btn-primary,
.buy-btn {
  min-width: 110px;
  display: block;
}
.buy-btn {
  border-radius: 35px;
  border: 1px solid #fff;
  background: #27a3fa;
  color: #f8fcff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  text-decoration: none !important;
  text-align: center;
}
.service-description__th {
  min-width: 130px;
}
.ser-short li:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 10%);
}
.darkmode .well {
  border: 1px solid #1d509e;
  background-color: #113771;
}
.darkmode .api-title {
  color: #fff;
}
.darkmode .api-table {
  border: 1px solid #1d509e;
  background-color: #0a2855;
}
.darkmode .api-table tbody tr td {
  border: 1px solid #1d509e !important;
  color: #fff;
}
.darkmode pre {
  border: 1px solid #1d509e !important;
  color: #fff;
  background: rgba(27, 171, 255, 0.1);
}
.darkmode .api-table thead th {
  background-color: #27bcfa;
  border-radius: 100px;
  color: #0a2855;
}
.darkmode .table tr th {
  background-color: #27bcfa;
  color: #0a2855;
}
.darkmode .table tbody tr td {
  background-color: #113771;
  color: #fff;
}
.service-description .modal-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
  border: 0px;
}
.service-description .modal-body {
  padding: 10px 50px 40px 50px;
}
.service-description .modal-header .modal-close_btn {
  width: 100%;
}
.service-description .modal-header .modal-title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
.service-description .modal-content {
  border-radius: 60px;
  overflow: hidden;
  isolation: isolate;
}
.service-description .modal-header::before,
.service-description .modal-header::after {
  display: none;
}
.service-description .modal-header .close {
  border-radius: 100%;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  font-weight: 500;
  margin-right: 20px;
}
.service-description .service_order-details {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
.service-description .service_order-details .serv-order_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-description .service_order-details .serv-order_container .serv-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  background-color: rgba(9, 227, 150, 0.14);
  color: #09e396;
}
.service-description
  .service_order-details
  .serv-order_container
  .serv_details-order {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-description
  .service_order-details
  .serv-order_container
  .serv_details-order
  h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px !important;
}
.service-description
  .service_order-details
  .serv-order_container
  .serv_details-order
  span {
  font-size: 16px;
  font-weight: 500;
}
.service-description .service_desc-details {
  margin-bottom: 30px;
  border-radius: 33px;
  border: 1px solid rgba(91, 97, 102, 0.2);
  background: #f8fcff;
  padding: 40px;
}
.service-description .service_desc-details p {
  margin-bottom: 0px;
}
.service-description .modal-header .modal_title-id {
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  background: #ffaa0f;
  min-width: 100px;
  display: grid;
  place-items: center;
  color: #fff;
  height: 38px;
  margin-bottom: 10px;
}
.service-description .modal-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 45%;
  background: url("https://storage.perfectcdn.com/idjpe8/ednk9bh2nmp8l3cn.png");
  background-repeat: no-repeat;
  z-index: -1;
}
.service-description
  .service_order-details
  .serv-order_container:first-child
  .serv-icon {
  background-color: rgba(254, 125, 35, 0.21);
  color: #fe7d23;
}
.service-description
  .service_order-details
  .serv-order_container:last-child
  .serv-icon {
  background: rgba(32, 139, 241, 0.1);
  color: #208bf1;
}
.service-description .modal-body .buy-btn {
  background: #ffaa0f;
  font-size: 16px;
  font-weight: 600;
}

.banner_all {
  max-height: 700px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(
    284.51deg,
    #e5ecff 22.46%,
    rgba(229, 236, 255, 0) 97.31%
  );
}

.how-it-works {
  position: relative;
  overflow: hidden;
}

.how-it-works .banner_right > img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 700px !important;
}

.how-it-work-step {
  margin: 50px 0;
}

.how-it-work-step.step-common .common-step-wraper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 60px;
  justify-content: space-between;
}

.step_diff .diff_content h3,
.how-it-work-step.step-common .common-step-wraper .common-step-content h3 {
  font-size: 45px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .banner_content {
    text-align: center;
  }
  .banner_content h1 {
    font-size: 25px;
  }
  .step_diff .diff_content h3,
  .how-it-work-step.step-common .common-step-wraper .common-step-content h3 {
    font-size: 22px;
    text-align: center;
  }
  .step_diff .diff_content h3 br,
  .how-it-work-step.step-common .common-step-wraper .common-step-content h3 br {
    display: none;
  }
  .how-it-works .banner_right > img {
    display: none;
  }
  .common-step-arrow > img {
    width: 50%;
    margin-bottom: 20px;
  }
  .step_diff .text-center > img {
    width: 50%;
    margin-bottom: 20px;
  }
}

.step_diff .step_diff_img > img {
  width: 80%;
}

.contact {
  margin: 100px 0px;
  min-height: 600px;
}

.contact .contact_info .contact_title {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.3;
}

.contact .contact_item {
  width: 100%;
  margin: 20px 0px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.08);
  padding: 50px 10px;
  border-radius: 20px;
  max-width: 350px;
  max-height: 300px;
}

.contact .contact_item > img {
  margin-bottom: 20px;
}

.contact .contact_item > h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media (max-width: 500px) {
  .contact .contact_info .contact_title,
  .banner_center_text h1 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .contact .contact_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    padding: 15px 10px;
    border-radius: 10px;
  }
}

.banner_center_text {
  text-align: center;
}

.terms_content_wrap {
  margin: 70px 0px;
}

.terms_tabs .nav-pills .nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #fff;
  width: 207px;
  height: 207px;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 10px;
}

.terms_tabs .nav-pills .nav-link.active {
  border: 3px solid #FFA500;
}

.terms_tabs .nav-pills {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.terms_tabs .nav-pills .nav-link .terms_text {
  font-size: 25px;
  color: #000000;
  font-weight: 600;
}

.terms_content_wrap .terms_content h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .terms_content_wrap .terms_content h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

/*
============================================
            Dashboard Layouts
============================================
*/

:root {
  --primary-gradient: linear-gradient(180deg, #ffa500 0%, #ffc107 100%);
  --font-text: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --cta-btn: #ffa500;
  --font-medium: 600;
  --nav-bg: #ffffff;
  --nav-acitve: #ffc107;
  --nav-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.11);
  --dark-body-bg: #111826;
  --dark-box-bg: #131e30;
  --dark-btn-bg: #1a2c48;
}

.auth_body {
  background: #f4f7ff;
  transition: 0.54s;
}

.auth_body textarea.form-control {
  padding-top: 10px !important;
  min-height: 200px;
}

.auth_body .main__page__area {
  display: flex;
}
.auth_body .main__page__area .sidebar__area {
  position: fixed;
  width: 270px;
  height: 100%;
  background: #fff;
  /* padding: 15px; */
  z-index: 9;
  transition: 0.5s ease;
}
.auth_body .main__page__area .sidebar__area .sidebar__brand {
  margin-bottom: 20px;
  background: #fff;
  padding: 25px 10px;
}

.sidebar__area .sidebar__user {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px 15px;
  margin-bottom: 15px;
}
.sidebar__area .sidebar__user .user__balance {
  font-size: 18px;
  font-weight: 600;
}
.sidebar__area .sidebar__user .user__avatar img {
  width: 40px;
}

.sidebar__menu {
  padding: 0px 15px;
}

.sidebar__menu > ul {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  gap: 5px;
  height: calc(100vh - 117px);
  overflow: auto;
}

.sidebar__menu > ul::-webkit-scrollbar {
  display: none;
}
.sidebar_close_btn {
  display: none;
  position: absolute;
  width: 45px;
  height: 45px;
  background: #dc35467d;
  color: #dc3545;
  font-size: 25px;
  border-radius: 10px;
  border: none;
  right: -45px;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px 20px;
  align-items: center;
  border-radius: 50px;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link.active {
  background: #0d2548;
}

.sidebar__menu
  > ul
  .sidebar__menu__item
  .sidebar__menu__link.active
  .link__text {
  color: #fff;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link > div {
  margin: 0;
  padding: 0;
}
.sidebar__menu
  > ul
  .sidebar__menu__item
  .sidebar__menu__link
  .link__icon
  > img {
  /* width: 30px; */
  width: 20px;
}
.sidebar__menu
  > ul
  .sidebar__menu__item
  .sidebar__menu__link
  .link__icon
  > img.subscriptions-icon {
  width: 20px;
}
.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link .link__text {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.auth_body .main__page__area .main__content__area {
  margin-left: 276px;
  width: 100%;
  transition: 0.5s ease;
}

.auth_body
  .main__page__area
  .main__content__area
  .top__bar__area
  .tob__bar__left
  .button__bar {
  width: 50px;
  height: 50px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--primary-gradient);
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.auth_body
  .main__page__area
  .main__content__area
  .top__bar__area
  .tob__bar__left
  .button__bar
  > span {
  width: 50%;
  height: 3px;
  background: #fff;
  border-radius: 5px;
}
.auth_body
  .main__page__area
  .main__content__area
  .top__bar__area
  .tob__bar__left {
  display: flex;
  gap: 15px;
}
.auth_body .main__page__area .main__content__area .top__bar__area {
  display: none;

  top: 0;
  align-items: center;
  width: calc(100% - 300px);
  justify-content: space-between;
  padding: 10px 20px;
  height: 100px;
  background: #fff;
  z-index: 999;
  transition: 0.5s ease;
}
.auth_body
  .main__page__area
  .main__content__area
  .top__bar__area
  .tob__bar__left
  .welcome__text
  h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 3px;
}
.auth_body
  .main__page__area
  .main__content__area
  .top__bar__area
  .tob__bar__left
  .welcome__text
  p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.tob__bar__right .desktop__shows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar__account {
  padding: 0px 15px;
  margin-bottom: 15px;
}

.sidebar__account .desktop__shows {
  display: flex;
  justify-content: center;
  /* flex-direction: column; ë§Œì•½ ì„¸ë¡œë¡œ ì •ë ¬í•˜ê³  ì‹¶ìœ¼ë©´ ì¶”ê°€ */
}

.sidebar__account .accounts__dropdwon .btn_account {
  display: flex;
  gap: 5px;
  align-items: center;
  background: #f4f7ff;
  border: 1px solid #ebebeb;
  border-radius: 37px;
}
.sidebar__account .accounts__dropdwon .btn_account .account__user {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sidebar__account
  .accounts__dropdwon
  .btn_account
  .account__user
  .user__avatar
  > img {
  width: 30px;
}
.sidebar__account
  .accounts__dropdwon
  .btn_account
  .account__user
  .user__text
  h4 {
  font-family: var(--font-text);
  font-size: 14px;
  margin-bottom: 2px;
  text-align: left;
  color: #222;
}
.sidebar__account
  .accounts__dropdwon
  .btn_account
  .account__user
  .user__text
  p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #515151;
}

.channel__area > a > img {
  width: 60px;
}
.day__night__Mode .mode__wraper {
  position: relative;
  display: flex;
  gap: 15px;
  padding: 5px 10px;
  border-radius: 50px;
  background: #f4f7ff;
  border: 1px solid #d1d5db;
  cursor: pointer;
  transition: 0.5s;
}
.day__night__Mode .mode__wraper .modeActive__bg {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  top: -5px;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
  z-index: 0;
  left: -2px;
  transition: 0.1s;
}
.dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.auth_body.dayMode .day__night__Mode .mode__wraper .modeActive__bg {
  transform: translateX(0px);
}

.auth_body.nightMode .day__night__Mode .mode__wraper .modeActive__bg {
  transform: translateX(52px);
}
.day__night__Mode .mode__wraper .night__mode > img,
.day__night__Mode .mode__wraper .day__mode > img {
  transition: 1s;
  pointer-events: none !important;
}

.auth_body.dayMode .day__night__Mode .mode__wraper .day__mode > img {
  position: absolute;
  top: 0px;
  left: 4px;
}
.auth_body.nightMode .day__night__Mode .mode__wraper .night__mode > img {
  position: absolute;
  top: 3px;
  width: 35px;
  right: 2px;
}
.day__night__Mode .mode__wraper .day__mode,
.day__night__Mode .mode__wraper .night__mode {
  pointer-events: none !important;
  width: 30px;
}

.day__night__Mode .mode__wraper .night__mode,
.day__night__Mode .mode__wraper .day__mode {
  z-index: 1;
}
.currency_dropdwon button.btn.btn-secondary.dropdown-toggle {
  padding: 5px;
  background: none;
  border: none;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}

.tob__bar__right .accounts__dropdwon .btn_account {
  display: flex;
  gap: 5px;
  align-items: center;
  background: #f4f7ff;
  border: 1px solid #ebebeb;
  border-radius: 37px;
}
.tob__bar__right .accounts__dropdwon .btn_account .account__user {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tob__bar__right
  .accounts__dropdwon
  .btn_account
  .account__user
  .user__avatar
  > img {
  width: 30px;
}
.tob__bar__right
  .accounts__dropdwon
  .btn_account
  .account__user
  .user__text
  h4 {
  font-family: var(--font-text);
  font-size: 14px;
  margin-bottom: 2px;
  text-align: left;
  color: #222;
}
.tob__bar__right .accounts__dropdwon .btn_account .account__user .user__text p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #515151;
}

.two__factor .card-body {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 90px;
}
.account__card__title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.account__timezone .card-body form {
  display: grid;
  grid-template-columns: 0.5fr 3fr 1.1fr;
  gap: 30px;
  align-items: center;
}
.account__timezone .time__zone__select {
  position: relative;
}
.account__timezone .time__zone__select .form-control {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: #f0f1f5;
  border: 1px solid #ddd;
  color: #595c63;
  font-weight: 400;
  margin-bottom: 0px;
}

.time__zone__select .help-block {
  position: absolute;
  top: 26px;
  left: 25px;
  color: #8f8f8f;
}

.content__area {
  /* padding-top: 100px; */
}

/*
    toggle sidebar
*/

.main__page__area.toggle_sidebar .sidebar__area {
  transform: translateX(-100%);
}

.main__page__area.toggle_sidebar .main__content__area {
  margin-left: 0px;
}

.auth_body
  .main__page__area.toggle_sidebar
  .main__content__area
  .top__bar__area {
  width: 100%;
}

/* User Account Dropdwon*/
.user__account__access {
  min-width: 200px;
  border-radius: 15px;
  padding-bottom: 0px;
}
.user_infos_container .user__infos {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  gap: 8px;
  border-bottom: 1px solid #ddd;
  color: #232323;
}
.user_infos_container .user__infos .user__avatar {
  width: 30px;
}
.user_infos_container .user__infos .user_other_info .username {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-bottom: -2px;
}

.user_infos_container .user__infos .user_other_info .user_balance {
  font-size: 16px;
  color: #6a6a6a;
}

.user__account__access .dropdown-item {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 5px 15px;
  font-size: 18px;
}

.user__account__access .dropdown-item:focus,
.user__account__access .dropdown-item:hover {
  background: var(--primary-gradient);
  color: #fff;
}
.logout-btn {
  border-radius: 0px 0px 10px 10px;
}
.logout-btn:hover {
  color: #fff !important;
  background: #dc3545 !important;
  border-radius: 0px 0px 10px 10px;
}
/* Day Night Mode Buttons */
.day__night__Mode {
  position: relative;
}
.day__night__Mode #mode-box2,
.day__night__Mode #mode-box {
  opacity: 0;
  height: 0;
  width: 0;
}

.day__night__Mode .toggle {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 90px;
  height: 40px;
  background: #211042;
  border-radius: 50px;
  transition: 500ms;
  overflow: hidden;
}

.day__night__Mode .toggle-button {
  position: absolute;
  display: inline-block;
  top: 3.5px;
  left: 3px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #faeaf1;
  overflow: hidden;
  box-shadow: 0 0 35px 4px rgba(255, 255, 255);
  transition: all 500ms ease-out;
}

.day__night__Mode .crater {
  position: absolute;
  display: inline-block;
  background: #faeaf1;
  border-radius: 50%;
  transition: 500ms;
}

.day__night__Mode .crater-1 {
  background: #fffff9;
  width: 43px;
  height: 43px;
  left: 5px;
  bottom: 5px;
}

.day__night__Mode .crater-2 {
  width: 10px;
  height: 10px;
  top: -3.5px;
  left: 22px;
}

.day__night__Mode .crater-3 {
  width: 8px;
  height: 8px;
  top: 10px;
  right: -2px;
}

.day__night__Mode .crater-4 {
  width: 5px;
  height: 5px;
  top: 12px;
  left: 15px;
}

.day__night__Mode .crater-5 {
  width: 7.5px;
  height: 7.5px;
  top: 20px;
  left: 24px;
}

.day__night__Mode .crater-6 {
  width: 5px;
  height: 5px;
  top: 24px;
  left: 10px;
}

.day__night__Mode .crater-7 {
  width: 6px;
  height: 6px;
  bottom: 2.5px;
  left: 17.5px;
}

.day__night__Mode .star {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 0 2px 2px rgba(255, 255, 255);
}

.day__night__Mode .star-1 {
  width: 3px;
  height: 3px;
  right: 45px;
  bottom: 20px;
}

.day__night__Mode .star-2 {
  width: 4px;
  height: 4px;
  right: 35px;
  top: 5px;
}

.day__night__Mode .star-3 {
  width: 2.5px;
  height: 2.5px;
  right: 30px;
  bottom: 7.5px;
}

.day__night__Mode .star-4 {
  width: 1.5px;
  height: 1.5px;
  right: 20px;
  bottom: 12.5px;
}

.day__night__Mode .star-5 {
  width: 2px;
  height: 2px;
  right: 5px;
  bottom: 17.5px;
}

.day__night__Mode .star-6,
.star-7,
.star-8 {
  width: 5px;
  height: 1px;
  border-radius: 1px;
  transform: rotate(-45deg);
  box-shadow: 5px 0px 4px 1px #fff;
  animation-name: travel;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.day__night__Mode .star-6 {
  right: 15px;
  bottom: 15px;
  animation-delay: -2s;
}

.day__night__Mode .star-7 {
  right: 25px;
  bottom: 30px;
}

.day__night__Mode .star-8 {
  right: 45px;
  top: 5px;
  animation-delay: -4s;
}

@keyframes travel {
  0% {
    transform: rotate(-45deg) translateX(70px);
  }

  50% {
    transform: rotate(-45deg) translateX(-20px);
    box-shadow: 5px 0px 6px 1px #fff;
  }

  100% {
    transform: rotate(-45deg) translateX(-30px);
    width: 2px;
    height: 2px;
    opacity: 0;
    box-shadow: none;
  }
}
.day__night__Mode #mode-box2:checked + .toggle,
.day__night__Mode #mode-box:checked + .toggle {
  background: #24d7f7;
}

.day__night__Mode #mode-box2:checked + .toggle .toggle-button,
.day__night__Mode #mode-box:checked + .toggle .toggle-button {
  background: #f7ffff;
  transform: translateX(51px);
  box-shadow: 0 0 35px 5px rgba(255, 255, 255);
}

.day__night__Mode #mode-box2:checked + .toggle .toggle-button .crater,
.day__night__Mode #mode-box:checked + .toggle .toggle-button .crater {
  transform: rotate(-45deg) translateX(35px);
}

.day__night__Mode #mode-box2:checked + .toggle .star,
.day__night__Mode #mode-box:checked + .toggle .star {
  animation: move 2s infinite;
  transform: none;
  box-shadow: none;
}

.day__night__Mode #mode-box2:checked + .toggle .star-1,
.day__night__Mode #mode-box:checked + .toggle .star-1 {
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  left: 10px;
  top: 12.5px;
  box-shadow: none;
}

.day__night__Mode #mode-box2:checked + .toggle .star-2,
.day__night__Mode #mode-box:checked + .toggle .star-2 {
  width: 6px;
  height: 6px;
  background: #fff;
  left: 13px;
  top: 21.5px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

.day__night__Mode #mode-box2:checked + .toggle .star-3,
.day__night__Mode #mode-box:checked + .toggle .star-3 {
  width: 8px;
  height: 8px;
  background: #fff;
  left: 17.5px;
  top: 9.5px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

.day__night__Mode #mode-box2:checked + .toggle .star-4,
.day__night__Mode #mode-box:checked + .toggle .star-4 {
  width: 7px;
  height: 7px;
  background: #fff;
  left: 23px;
  top: 10.5px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

.day__night__Mode #mode-box2:checked + .toggle .star-5,
.day__night__Mode #mode-box:checked + .toggle .star-5 {
  width: 30px;
  height: 7.5px;
  border-radius: 7.5px;
  background: #fff;
  left: 15px;
  bottom: 10px;
  box-shadow: none;
}

.day__night__Mode #mode-box2:checked + .toggle .star-6,
.day__night__Mode #mode-box:checked + .toggle .star-6 {
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
  left: 18.5px;
  bottom: 10px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

.day__night__Mode #mode-box2:checked + .toggle .star-7,
.day__night__Mode #mode-box:checked + .toggle .star-7 {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  left: 26px;
  bottom: 10px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

.day__night__Mode #mode-box2:checked + .toggle .star-8,
.day__night__Mode #mode-box:checked + .toggle .star-8 {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: 23px;
  top: 23px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

@keyframes move {
  0% {
    transform: none;
  }

  25% {
    transform: translateX(2px);
  }

  100% {
    transform: translateX(-2px);
  }
}

/* NEW ORDER PAGE */

.order-form-div h1,
.order-form-div h2 {
  font-size: 25px;
  font-weight: 600;
  color: #222;
}

.order-form-div h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.user__statistic .statstics__card {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 22px 20px;
  border-radius: 20px;
  gap: 15px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
}
.user__statistic .statstics__card .st_icon {
  max-width: 85px;
  height: 85px;
}
.user__statistic .statstics__card .st_icon > img {
  width: 100%;
}
.user__statistic .st_content {
  font-family: var(--font-text);
  text-align: left;
}

.user__statistic .st_content .st_top_txt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.user__statistic .st_content .st_main_txt {
  font-size: 30px;
  font-weight: bold;
}

.anouncement_card .card.card_v2 {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  border: none;
  z-index: 0;
}

.announcement_inner {
  display: flex;
  padding: 10px 0px;
  justify-content: space-between;
}

.announcement_inner .left_ann h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3px;
}

.announcement_inner .left_ann p {
  font-size: 18px;
  color: #222;
}

.announcement_inner .left_ann p a {
  color: var(--cta-btn);
  font-weight: bold;
  text-decoration: underline;
}

.btn_announcement {
  border-radius: 10px;
  background: #f0ecfc;
  font-size: 18px;
  font-family: var(--font-text);
  font-weight: 600;
  transition: 0.5s;
}

.btn_announcement:hover {
  background: #d4c6fe;
}

.service_filter_wrap.neworder {
  padding: 0px;
}


.service_filter_btn img {
  height: 35px;
  width: 35px;
}

.service_filter_btn_wrap {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, 80px);
  transition: margin .3s;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  .service_filter_btn_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, 56px);
    gap: 12px;
  }
}

.service_filter_btn {
  padding: 0;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  border: none;
}

/* .service_filter_btn:hover {
  border: 1px solid #FFA500;
} */

@media only screen and (max-width: 550px) {
  .service_filter_btn {
    font-size: 12px;
    padding: 0;
  }
}

.service_filter_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
    border: 1px solid #EDEDED;
    border-radius: 24px;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 4px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: border-radius .3s, border-color .3s, background .3s, width .3s, height .3s;
}

.service_filter_btn:hover span {
  background-color: #FFFBF5;
}

.service_filter_btn.active span {
  border: 1px solid #FFA500;
  background-color: #FFFBF5;
}

.checktime {
  font-size: 14px;
}

.card.card_v3 {
  border-radius: 20px;
  border: none;
}

.card.card_v3 .card-header {
  background: linear-gradient(182deg, #43b9fe 0%, #207cfe 100%);
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0px 0px;
  padding: 30px;
  height: 60px;
  justify-content: left;
}

.card.card_v3 .card-body {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0px 0px 20px 20px;
}

.card.card_v3 .card_header_title {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  font-size: 22px !important;
  font-style: normal;
}

.card.card_v3 .card_header_dsc {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
}

.btn_scondary:hover {
  background: #0dc258;
  color: #fff;
}

.new__order__nav__tabs li button {
  background: #fff;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px !important;
  margin-left: 5px;
  transition: 0.5s ease !important;
}

.new__order__nav__tabs li:first-child button {
  margin-left: 0px;
}

.new__order__nav__tabs li button.active {
  background: #fff !important;
  width: auto !important;
}
.new__order__nav__tabs li button .icon {
  width: 20px;
  height: 40px;
  line-height: 40px;
}

.new__order__nav__tabs li button .txt {
  font-size: 16px;
  font-weight: 600;
  display: none;
  color: #222;
  transition: 0.5s ease !important;
}

.new__order__nav__tabs li button.active .txt {
  display: block;
}
.mid__logo {
  text-align: center;
}
.mid__logo > img {
  max-width: 190px;
}
.user__access_btn {
  outline: none;
  border: none;
  background: transparent;
}
.user__access_btn .user__avatar > img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  object-fit: cover;
  object-position: top;
  border: 1px solid var(--nav-acitve);
}
.tob__bar__right .phone__shows,
.tob__bar__mid {
  display: none;
}

.search_new_box {
  display: block;
  position: relative;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.search_new_box .search_new_input {
  flex-grow: 1;
  display: block;
  height: 50px;
  padding: 5px 13px;
  border-radius: 15px 0px 0px 15px;
  border: 1px solid #f0f1f5;
  background: #f0f1f5;
}

.search_new_box .search_new_input:active,
.search_new_box .search_new_input:focus {
  border-color: transparent !important;
  outline: none !important;
}

.search_new_box .search_new_btn {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border: none;
  color: #232323;
  border-radius: 0px 15px 15px 0px;
  cursor: pointer;
  background: #f0f1f5;
  transition: background 0.5s ease-in-out;
}

.search_new_box .search_new_btn:hover {
  color: #fff;
  background: var(--primary-gradient);
}
.auth_body .form-group {
  position: relative;
}

.auth_body .form-group > label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #222;
  margin-bottom: 5px;
}

small.help-block.min-max {
  position: absolute;
  top: 2px;
  left: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #092251;
}
small.help-block.min-max::after {
  content: ")";
}
small.help-block.min-max::before {
  content: "(";
}
.auth_body .form-control,
.auth_body .form-group > .form-control {
  font-size: 16px;
  background: #f0f1f5;
  height: 50px;
  padding: 5px 13px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  border-radius: 15px;
  border: none;
}

.select2-container--default .select2-selection--single {
  font-size: 16px;
  display: flex !important;
  align-items: center;
  background: #f0f1f5;
  height: 50px !important;
  padding: 5px 13px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  border-radius: 15px;
  border: none;
  margin-bottom: 0px;
}

.select2-container .select2-selection__id {
  background: none;
  min-width: 52px;
  min-width: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.services__name {
  font-family: var(--font-text);
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.services_details {
  padding: 10px;
}

.link__box {
  display: flex;
  justify-content: space-between;
  background: #f0f1f5;
  height: 50px;
  align-items: center;
  padding: 10px 15px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.link__box span > img {
  width: 25px;
}

.utilites_wraper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  margin-bottom: 15px;
}

.utilites_wraper .utilites_box {
  display: flex;
  background: #f0f1f5;
  height: 50px;
  align-items: center;
  gap: 5px;
  padding: 10px 13px;
  border-radius: 17px;
}

.services__desc h6,
.example__link h6,
.utilites_wraper .utilites_item h6 {
  font-family: var(--font-text);
  font-size: 16px;
  color: #222;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

.services__desc .descriptions_full {
  background: #f0f1f5;
  padding: 10px 13px;
  border-radius: 17px;
}
.utilites_wraper .utilites_box span > img {
  width: 35px;
}

.utilites_wraper .utilites_box span {
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

/* Order Page */
.search___form {
  position: relative;
}

.search___form .search_input_box {
  height: 45px;
  border: 1px solid #d1d5db;
  background: #f4f7ff;
}
.search___form .search_input_box {
  margin-bottom: 0px;
}
.search___form .search__btn {
  position: absolute;
  border: none;
  background: none;
  font-size: 20px;
  top: 7px;
  right: 20px;
  color: var(--cta-btn);
}

/* Mobile user accessibility */
.user__mobile_canvas {
  width: 85%;
  max-width: 85%;
}

.website---logo > img {
  max-width: 170px;
}
.user__canv__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  padding: 20px 20px;
  border-radius: 10px;
}
.user__canv__box .user__avatar > img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: top;
  border: 1px solid var(--cta-btn);
  border-radius: 50px;
  margin-bottom: 5px;
}

.user__canv__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.user__canv__info .user_name {
  font-size: 20px;
  font-weight: bold;
}
.user__canv__info .user_balance {
  font-size: 18px;
  background-color: var(--cta-btn);
  padding: 5px 30px;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 10px;
}
.user__canv__access {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 7px;
}
.user__canv__access .btn__acc {
  width: 100%;
  background: #f1f1f1;
  border: none;
  color: #222;
  transition: 0.5s;
}
.user__canv__access .btn__acc:hover {
  background: var(--primary-gradient);
  color: #fff;
}
.user__canv__access .btn__logout {
  width: 100%;
  color: #fff !important;
  border: none;
  background: #dc3545 !important;
}
.user__canv__accessBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.user__canv__accessBtn .notification {
  padding-left: 5px;
}
.user__canv__currency,
.user__canv__currency .filter_currency {
  width: 100%;
  margin: 0;
}

.user__canv__currency .filter_currency > button {
  padding: 10px 20px;
}

.off_canv_currencyChange {
  max-height: 220px;
  overflow: auto;
}

/*
        Account Page codes
    */

.account__name .account_left .icon > img {
  width: 60px;
}
.account__name .account_left .text h5 {
  font-family: var(--font-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #222;
  margin-bottom: 0px;
}
.account__name .account_left .text h4 {
  font-family: var(--font-text);
  color: #6b7280;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
}

.account__name .account_right {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.account__name .account_right .user_status {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7ecf9;
  padding: 10px 20px;
  border-radius: 50px;
  min-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.account__name .account_right .gender_btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: none;
  font-size: 22px;
  background: #e7ecf9;
  color: var(--nav-acitve);
}

.account__name .account_right .gender_btn.active {
  background: var(--primary-gradient);
  color: #fff;
}

.account__password .password_change_wraper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

.account_control {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 17px;
  font-size: 16px;
  margin: 0;
  outline: none !important;
  box-shadow: none !important;
  min-height: 50px;
  background: #f0f1f5;
}

.account_btn {
  transform: translateY(0px) !important;
  padding: 10px 20px;
  min-height: 50px;
  height: 50px;
  max-height: 50px;
}

.input--round {
  border-radius: 50px;
}

/* Dashboard Design*/

.dashboard__user__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.dashboard__user__info .user__info__item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 20px 22px;
  border-radius: 15px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
}

.dashboard__user__info .user__info__item .user__info__icon {
  width: 60px;
}
.dashboard__user__info .user__info__item .user__info__icon.myorder_icon {
  width: 53px;
}
.dashboard__user__info .user__info__item .user__info__text h5 {
  font-family: var(--font-text);
  font-size: 18px;
  margin-bottom: 5px;
  color: #222;
  font-weight: 600;
}
.dashboard__user__info .user__info__item .user__info__text h4 {
  font-family: var(--font-text);
  font-size: 22px;
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 0;
}
.account_status_wraper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 5px;
}

.account_status_wraper .account_staus_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #f0f1f5;
  border-radius: 50px;
  min-height: 60px;
  height: 60px;
}

.account_status_wraper .account_staus_btn.active {
  background: var(--primary-gradient);
}

.account_status_wraper .account_staus_btn.passed {
  background: #0d2548;
}

.account_status_wraper .account_staus_btn .status_icon {
  width: 25px;
}

.account_status_wraper .account_staus_btn.passed .status_icon,
.account_status_wraper .account_staus_btn.active .status_icon {
  filter: brightness(0) invert(1);
}

.account_status_wraper .account_staus_btn .status_text {
  font-size: 18px;
  font-family: var(--font-text);
  font-weight: var(--font-medium);
  margin-bottom: 0;
}

.account_status_wraper .account_staus_btn .status_text small {
  font-size: 10px;
  opacity: 0.2;
  transition: 1s;
}

.account_status_wraper .account_staus_btn:hover .status_text small {
  opacity: 1;
}

.account_status_wraper .account_staus_btn.passed .status_text,
.account_status_wraper .account_staus_btn.active .status_text {
  color: #fff;
}

.status_btn__badges {
  top: 0px;
  right: -20px;
}

.benifit_item {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 11fr;
  gap: 10px;
  margin-bottom: 17px;
}
.benifit_item .icon {
  width: 25px !important;
}
.benifit_item .icon .accont_benifit_active,
.benifit_item .icon .accont_benifit_loading,
.benifit_item .icon .accont_benifit_available {
  display: none;
}
.benifit_item .benifit_text {
  font-family: var(--font-text);
  font-size: 18px;
  color: #222;
  font-weight: var(--font-medium);
}

.benifit_item .icon.active .accont_benifit_active {
  display: block;
}

.benifit_item .icon.available .accont_benifit_available {
  display: block;
}

.benifit_item .icon.loading .accont_benifit_loading {
  display: block;
}
.account_benifits_title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 25px;
}
.benifit__section .card.card_v2 {
  height: 100%;
}
/* Affiliate Page */
#topCard {
  position: relative;
}

#topCard.affiliate_card .topCard_inner {
  background: url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207461/snf_asset/Background-Pattern-2_g9chdi.png),
    linear-gradient(#7477f6, #7477f6);
  background-size: contain;
}

#topCard.child_panel_card .topCard_inner {
  background: url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207488/snf_asset/Background-Pattern-1_eq1zjh.png),
    linear-gradient(#c4ebff, #c4ebff);
  background-size: contain;
}

#topCard.massorder_card .topCard_inner {
  background: url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207488/snf_asset/Background-Pattern-1_eq1zjh.png),
    linear-gradient(#124a74, #124a74);
  background-size: contain;
}

#topCard.create_invoice .topCard_inner {
  background: url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207461/snf_asset/Background-Pattern-2_g9chdi.png),
    linear-gradient(#243658, #243658);
  background-size: contain;
}

#topCard .topCard_inner {
  position: relative;
  background-color: rgb(185, 185, 185);
  padding: 70px 70px;
  min-height: 500px;
  border-radius: 15px;
  overflow: hidden;
}

.topCard_inner .topCard_title {
  font-size: 45px;
  font-weight: 600;
}

.topCard_inner .def_image {
  margin: 0 auto;
  max-width: 70%;
  max-height: 250px;
}

.topCard_inner .def_image.img-invoice {
  max-width: 400px;
  width: 400px;
}

.topCard_inner .topCard_text {
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.topCard_inner .btn-secondary.btn_top_card {
  font-size: 16px;
  font-weight: 600;
  padding: 8px 30px;
  border-color: #0d2548;
  background: #0d2548;
  border-radius: 50px;
}
/* .topCard_inner  .affiliates_image::after{
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        background: rgb(255, 255, 255);
        filter: blur(100px);
        left: 0;
        z-index: 0;
    } */
.text_has__bg {
  font-family: var(--font-text);
  font-size: 16px;
  background: #fff;
  padding: 10px 15px;
  margin: 10px 5px;
  border-radius: 15px;
}
.topCard_inner .affiliates_image {
  position: absolute;
  right: 200px;
  bottom: 70px;
  width: 420px;
  height: 350px;
}
.topCard_inner .affiliates_image > img {
  width: 100%;
}

.affiliates_infos .affiliate_users_data {
  display: grid;
  grid-template-columns: 250px repeat(3, max-content) !important;
  gap: 15px;
}

.affiliates_infos.second_info .affiliate_users_data {
  display: grid;
  grid-template-columns: 170px repeat(6, max-content) !important;
  gap: 15px;
}

.affiliates_infos .affiliate_users_data .aff_item:first-child {
  width: 250px;
}
.affiliates_infos .affiliate_users_data .aff_item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.affiliates_infos .affiliate_users_data .aff_item .aff_item_left {
  width: 100px;
  height: 100px;
}
.affiliates_infos .affiliate_users_data .aff_item .aff_item_left.avatar_itme {
  padding: 15px;
}
.affiliates_infos .affiliate_users_data .aff_item .aff_item_right h4 {
  color: #222;
  font-family: var(--font-text);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3px;
}
.affiliates_infos .affiliate_users_data .aff_item .aff_item_right h5 {
  color: #7e7f81;
  font-family: var(--font-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}

.card.card_v2 {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  border: none;
  z-index: 0;
}

/* Child Panel Order Page */

.accordion__auth .accordion-item {
  background: #f0f1f5;
  margin-bottom: 15px;
  border-radius: 10px !important;
  border: none !important;
}

.accordion__auth .accordion-item button {
  font-size: 18px;
  font-weight: var(--font-medium);
  color: #222;
  min-height: 50px;
  background: transparent;
  box-shadow: none;
}

.accordion__auth .accordion-item button::after {
  background: url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207424/snf_asset/down-arrow-auth_murae1.png);
}

/* Ticket Page */

.ticket_history .tickets_his_item {
  display: grid;
  grid-template-columns: 70px repeat(3, 1fr);
  background: #f0f1f5;
  gap: 15px;
  padding: 20px 15px;
  margin-bottom: 15px;
  border-radius: 15px;
}

.ticket_history .tickets_his_item h5 {
  font-family: var(--font-text);
  font-size: 18px;
  color: #222;
  font-weight: 400;
  margin-bottom: 0;
}

.ticket_history .tickets_his_item .tickets_his_id::before {
  content: "Id";
}
.ticket_history .tickets_his_item .tickets_his_sub::before {
  content: "Subject";
}

.ticket_history .tickets_his_item .tickets_his_status::before {
  content: "Status";
}

.ticket_history .tickets_his_item .tickets_his_lastUpdate::before {
  content: "Last Update";
}

.ticket_history .tickets_his_item .payment_methods_name::before {
  content: "Payment Methods";
}
.ticket_history .tickets_his_item .payment_amount::before {
  content: "Amount";
}
.ticket_history .tickets_his_item .payment_time::before {
  content: "Date";
}

.ticket_history .tickets_his_item .payment_methods_name::before,
.ticket_history .tickets_his_item .payment_amount::before,
.ticket_history .tickets_his_item .payment_time::before,
.ticket_history .tickets_his_item .tickets_his_id::before,
.ticket_history .tickets_his_item .tickets_his_sub::before,
.ticket_history .tickets_his_item .tickets_his_status::before,
.ticket_history .tickets_his_item .tickets_his_lastUpdate::before {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #6b7280;
}

.ticket_history .tickets_his_item .payment_amount,
.ticket_history .tickets_his_item .tickets_his_status {
  text-align: center;
}

/* Add Fund Page CSS */
#paymentMethodBanner .payment_method_inner {
  padding: 40px 20px;
}

#paymentMethodBanner .payment_method_inner h2 {
  font-size: 45px;
  color: #222;
  font-weight: 600;
}

#paymentMethodBanner .payment_method_inner p {
  font-family: var(--font-text);
  font-size: 18px;
  color: #222;
  font-weight: 400;
}

#paymentMethodBanner .payment_method_inner .payment__banner__img {
  margin-left: -22px;
  width: 90%;
  pointer-events: none;
}

#paymentMethodBanner .payment_method_inner .payment_method_img {
  max-width: 450px;
  margin: 0 auto;
}

.payment_logo {
  max-width: 200px;
  margin-top: 20px;
  margin-left: 20px;
}

/* Create Invoice Page */
.crate_invoice_content h2 {
  color: #222;
  font-family: var(--font-text);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.crate_invoice_content p {
  color: #222;
  font-family: var(--font-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.crate_invoice_content .has__bg__grey {
  background: #f0f1f5;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  border-radius: 15px;
}

.invoice_table .invoice_title {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 25px;
  color: #222;
}

/* View Ticket page  */

.ticket_conv_title {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.ticket_conv_title h3 {
  font-size: 30px;
  font-family: var(--font-text);
  margin-bottom: 0px;
  font-weight: 400;
}

.conversations {
  min-height: 600px;
}

.conversations .user_conv {
  text-align: right;
}

.conversations .user_conv .msg {
  background: #0d2548;
  color: #fff;
  width: 80%;
  float: right;
  display: block;
  text-align: left;
  padding: 25px;
  margin-bottom: 10px;
  border-radius: 0px 50px;
}

.conversations .user_conv .user_info {
  display: block;
  float: right;
  font-size: 15px;
}

.conversations .admin_conv .msg {
  background: linear-gradient(180deg, #43b9fe 0%, #207cfe 100%);
  color: #fff;
  width: 80%;
  float: left;
  display: block;
  text-align: left;
  padding: 25px;
  margin-bottom: 10px;
  border-radius: 0px 50px;
}

.conversations .admin_conv .user_info {
  display: block;
  float: left;
  font-size: 15px;
}

.conversation__box .reply_box {
  display: block;
  position: relative;
  align-items: center;
}

.ticket_info_card {
  background: url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207488/snf_asset/Background-Pattern-1_eq1zjh.png),
    linear-gradient(#cdefff, #cdefff) !important;
  background-size: contain;
}
.ticket_info_card .ticket_id {
  font-family: var(--font-text);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #222;
}
.ticket_info_card h2 {
  font-size: 40px;
  font-weight: 600;
  color: #222;
}
.ticket_info_card p {
  font-family: var(--font-text);
  font-size: 18px;
  color: #222;
  font-weight: 400;
  margin-bottom: 35px;
}

.caps_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}

.caps_item .caps_left {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  padding: 15px 0px 15px 20px;
  border-radius: 50px 0px 0px 50px;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.caps_item .caps_right {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 50px 50px 0px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.caps_item.caps_subject .caps_right {
  background: #207cfe;
}
.caps_item.caps_priority .caps_right {
  background: #ff5721;
}
.caps_item.caps_time .caps_right {
  background: #13cc7e;
}

.conversation__box .reply_box .reply_form_control {
  border-radius: 50px;
  height: 57px;
  box-shadow: none;
  border-color: var(--primary-border-color);
  padding-left: 20px;
  padding-right: 150px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.07);
}

.conversation__box .reply_box .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
}

.service_filter {
  margin-top: 20px !important;
}

.service_filter_wraper {
  border-radius: 15px;
  padding: 25px 20px;
}

.filter_services .filter_btn {
  padding: 10px 15px;
  margin-bottom: 10px;
}

.filter_currency > button {
  padding: 10px 15px;
  margin-bottom: 10px;
}
.serv_search {
  padding: 10px 15px;
}

.service_filter_wraper .col-lg-4.col-md-6.col-12.mb-md-3 {
  margin-bottom: 0px !important;
}

.service_filter_wrap {
  padding: 30px 0px;
}

.youtube_video .youtube__iframe {
  width: 100%;
  height: 400px;
}

/* Order Page */

.orders__filter__btn {
  margin: 25px 0px;
}
.orders__filter__btn .order__filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.orders__filter__btn .order__filters .btn__orders__filter {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 10px;
  gap: 10px;
  border: none;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
}
.orders__filter__btn .order__filters .btn__orders__filter.bg-danger {
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity));
}

.orders__filter__btn .order__filters .btn__orders__filter.active {
  background: var(--primary-gradient);
  color: #fff;
}

.orders__filter__btn .order__filters .btn__orders__filter .icon {
  width: 30px;
}

.orders__filter__btn .order__filters .btn__orders__filter.active .icon,
.orders__filter__btn .order__filters .btn__orders__filter.bg-danger .icon {
  filter: brightness(100);
}

.orders__filter__btn .order__filters .btn__orders__filter .text {
  color: #143360;
  font-family: var(--font-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.orders__filter__btn .order__filters .btn__orders__filter.active .text,
.orders__filter__btn .order__filters .btn__orders__filter.bg-danger .text {
  color: #fff;
}

/* Order Page Table */
.subs__table,
.refill__table,
.subs__table,
.refill__table,
.order__table {
  margin-bottom: 50px;
}

.refill__table .refill_table_head,
.refill__table .refill_table_row,
.refill__table .refill_table_head,
.refill__table .refill_table_row,
.order__table .order_table_head,
.order__table .order_table_row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  /* grid-template-columns: 4em 5em 3fr 6em 7em 6em 6em 17em 12em 1fr; */
  width: 100%;
  gap: 10px;
  text-align: left;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
  background: #fafbff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.03);
  padding: 15px;
  border-radius: 15px;
}

.subs__table .subs_table_head > div,
.refill__table .refill_table_head > div,
.order__table .order_table_head > div {
  font-size: 14px;
  font-weight: 600;
  color: #575b62;
}

.subs__table .subs_table_row > div,
.refill__table .refill_table_row > div,
.order__table .order_table_row > div {
  font-size: 15px;
  color: #222;
  font-weight: normal;
}

.subs__table .subs_table_row .body__id > span,
.refill__table .refill_table_row .body__id > span,
.order__table .order_table_row .body__id > span {
  display: inline-block;
  font-size: 16px;
  background: #0d2548;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
}

.order__table .order_table_head .head__link,
.order__table .order_table_row .body__link {
  width: 25em;
}

.refill__table .refill_table_row .body__link .link__order,
.order__table .order_table_row .body__link .link__order {
  display: inline;
  color: var(--cta-btn);
}

.refill__table .refill_table_row .body__link .link__order > a,
.order__table .order_table_row .body__link .link__order > a {
  color: #222;
  text-decoration: underline;
  font-weight: 600;
  word-break: break-all;
}

.order__table .order_table_row .body__quantity,
.order__table .order_table_row .body__price {
  font-weight: 600;
}

.order__table .order_table_head .head__price,
.order__table .order_table_row .body__price {
  text-align: center;
}

.order__table .order_table_head .head__services,
.order__table .order_table_row .body__services {
  width: 20em;
}

.order__table .order_table_head .head__status,
.order__table .order_table_row .body__status {
  width: 8em;
}

.order__table .order_table_row .body__quickaction > .dropdown > .btn-action {
  background: var(--primary-gradient);
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 6px 15px;
}

.subs__table .subs_table_head .body__status > .status_capsule,
.subs__table .subs_table_row .body__status > .status_capsule,
.refill__table .refill_table_row .body__status > .status_capsule,
.order__table .order_table_row .body__status > .status_capsule {
  background: var(--dark-box-bg);
  color: #fff;
  padding: 6px 15px;
  border-radius: 50px;
  text-align: center;
}

.status_capsule.status_Completed {
  background: #1cb474 !important;
}

.status_capsule.status_Active {
  background: #795af6 !important;
}

.status_capsule.status_Pending {
  background: #eda417 !important;
}

.status_capsule.status_Processing {
  background: #795af6 !important;
}

.status_capsule.Rejected,
.status_capsule.status_Canceled {
  background: #ec3d3d !important;
}

.status_capsule.status_Partial {
  background: #d116bf !important;
}

.status_capsule.status_Paused {
  background: #ff5721 !important;
}
.status_capsule.status_Expired {
  background: #795af6 !important;
}

.status_capsule.status_Error {
  background: #878f99;
}
/* ###### Order Page Table */

/* Refill page table */
.refill__table .refill_table_head,
.refill__table .refill_table_row {
  grid-template-columns: repeat(6, minmax(auto, 1fr));
  gap: 25px;
}

.refill__table .refill_table_head .head__link,
.refill__table .refill_table_row .body__link {
  width: 25em;
}
.refill__table .refill_table_head .head__services,
.refill__table .refill_table_row .body__services {
  width: 25em;
}
.refill__table .refill_table_head .head__status,
.refill__table .refill_table_row .body__status {
  width: 8em;
}

/* ### Refill page table */

/* Subscriptions */
.subs__table .subs_table_head,
.subs__table .subs_table_row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: 100%;
  gap: 15px;
  text-align: left;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
  background: #fafbff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.03);
  padding: 15px;
  border-radius: 15px;
}

.subs__table .subs_table_head .head__id,
.subs__table .subs_table_row .body__id {
  width: 5em;
}

.subs__table .subs_table_head .head__username,
.subs__table .subs_table_row .body__username {
  width: 13em;
}

.subs__table .subs_table_head .head__services,
.subs__table .subs_table_row .body__services {
  width: 15em;
}

.subs__table .subs_table_head .head__action,
.subs__table .subs_table_row .body__action {
  width: auto;
}
.subs__table .subs_table_head .body__details,
.subs__table .subs_table_row .body__details {
  width: 7rem;
}

.subs__table .subs_table_row .body__details .btn__details {
  border: 1px solid var(--cta-btn);
  color: var(--cta-btn);
  border-radius: 50px;
  padding: 5px 15px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.subs__table .subs_table_row .body__action .actions__btn {
  display: inline-flex;
  gap: 5px;
  background: var(--primary-gradient);
  border: none;
  color: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.subs__table .subs_table_row .body__action .btn__cancel {
  display: inline-flex;
  gap: 5px;
  border: 1px solid var(--dark-btn-bg);
  color: var(--dark-btn-bg);
  border-radius: 50px;
  padding: 5px 15px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.subs__table .subs_table_row .body__details .btn__details:hover {
  background: var(--cta-btn);
  color: #fff;
}
/* ### Subscriptions */

/* Update Page */

.update_table .update__card {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fafbff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.03);
}
/*.update_table .update__card .table thead tr th{
        font-weight: normal;
        font-size: 16px;
        padding: 15px 5px!important;
        color: #575B62;
    }
    .update_table .update__card .table tbody tr td{
        padding: 20px 5px!important;
    }
    .update_table .update__card .table tbody tr:last-child td{
        border: none;
    }*/
/* .update_table .update__card .table .update_services{
        width: 75%;
    } */

.filter_services .filter_btn {
  padding: 10px 15px;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  border: none;
}

.dropdown-menu.v2 {
  width: 100%;
  border: none;
  padding: 10px 5px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.357);
}

.dropdown-menu.v2 .drop_dwon_items {
  max-height: 350px;
  overflow: auto;
}

.dropdown-menu.v2 .dropdown-item {
  color: #111;
  font-weight: 400;
  display: flex;
  justify-content: baseline;
  width: 98%;
  gap: 10px;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}

.dropdown-menu.v2 .dropdown-item.active,
.dropdown-menu.v2 .dropdown-item:hover,
.dropdown-menu.v2 .dropdown-item:active {
  background: var(--primary-gradient);
  color: #fff;
  border-radius: 5px;
}

.update_table .update__card .table .update_capsul {
  background: #e8e8e8;
  padding: 8px 15px;
  border-radius: 8px;
}

.update_table .update__card .table .update_capsul.rate_increase {
  background: rgba(255, 146, 146, 0.44);
}
.update_table .update__card .table .update_capsul.rate_decreased {
  background: #9bf4cf;
}
.update_table .update__card .table .update_capsul.serv_disabled {
  background: #ff8f8f;
}
.update_table .update__card .table .update_capsul.serv_enabled {
  background: #7eff9b;
}
.update_table .update__card .table .update_capsul.new_service {
  background: #95c0f8;
}
.select2-dropdown.dropdown-menu {
  margin-top: 10px !important;
  border-radius: 10px !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 10px !important;
}
.select2-results__option {
  margin: 2px 8px;
  border-radius: 5px;
  padding: 5px 3px;
}
.select2-container .dropdown-menu > li > a {
  white-space: inherit;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.select2-results__option.active {
  background: var(--primary-gradient) !important;
  color: #fff !important;
}
.select2-results__option.active .select2-selection__id,
.select2-results__option.active a {
  color: #fff !important;
}

.select2-results__option.select2-results__option--highlighted {
  background: #3073f017;
}
.avatar_images {
  border-radius: 100px;
}
/*
  *
  *
  *
  * Dashboard Responsive Area
  *
  *
  *
  */

/* Screen Less than 1550px laptop and tablet Responsive*/
@media only screen and (max-width: 1550px) {
  .auth_body .main__page__area .sidebar__area {
    width: 270px;
    /* padding: 10px; */
    z-index: 999;
  }
  .auth_body .main__page__area .main__content__area .top__bar__area {
    display: none;
    width: 100%;
  }
  .auth_body .main__page__area .main__content__area {
    margin-left: 269px;
  }

  .auth_body .main__page__area.toggle_sidebar .main__content__area {
    margin-left: 0px;
  }
  .sidebar__menu {
    padding: 0px 10px;
  }
  .sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link {
    padding: 8px 20px;
  }
  .order__table .order_table_head .head__link,
  .order__table .order_table_row .body__link {
    width: 14rem;
  }
}
/*
    Screen Fixer when someone visito from old laptop and smaller laptop screen
*/

@media only screen and (max-width: 1300px) {
  .main__page__area .sidebar__area {
    transform: translateX(-100%);
  }
  .main__page__area.toggle_sidebar .sidebar__area {
    transform: translateX(0%);
  }

  .auth_body .main__page__area .main__content__area {
    margin-left: 0px !important;
  }
  .auth_body .main__page__area .main__content__area .top__bar__area {
    display: flex;
    width: 100%;
  }
  .main__page__area.toggle_sidebar .sidebar_close_btn {
    display: block;
  }
  .main__page__area.toggle_sidebar .main__content__area .top__bar__area,
  .main__page__area.toggle_sidebar .main__content__area .content__area {
    pointer-events: none;
    filter: blur(5px);
  }
  .main__page__area.toggle_sidebar .main__content__area .top__bar__area {
    z-index: 9;
  }
}

/* Screen below 992px and lower than that*/
@media only screen and (max-width: 992px) {
  .welcome__text {
    display: none;
  }
  .user__statistic .statstics__card {
    padding: 14px 14px;
    border-radius: 15px;
    gap: 20px;
    margin-bottom: 15px;
  }

  .user__statistic .statstics__card .st_icon {
    width: 50px;
    height: 50px;
  }
  .service_filter_wrap.neworder .service_filter_btn_wrap {
    gap: 8px;
  }
  .user__statistic .st_content .st_main_txt {
    font-size: 20px;
  }

  .card.card_v3 .card-header {
    padding: 15px;
    height: auto;
    min-height: 100px;
  }

  .announcement_inner .left_ann h4 {
    font-size: 18px;
  }
  .announcement_inner .left_ann p {
    font-size: 14px;
  }
  .btn_announcement {
    font-size: 16px;
  }
  .new__order__nav__tabs li button {
    padding: 5px 10px;
  }

  .services__name {
    font-size: 14px;
  }
  .auth_body .form-group > label {
    margin-bottom: 7px;
  }
  .services_details {
    padding: 0px;
  }
  .utilites_wraper {
    gap: 10px 10px;
  }

  #topCard .topCard_inner {
    padding: 40px;
    min-height: auto;
  }

  #topCard .topCard_inner .col-lg-2 {
    display: none;
  }
  .default__card__wraper.my-5 {
    margin-top: 20px !important;
  }
  .btn.btn-primary.account_btn {
    font-size: 12px;
  }
  .account__password .password_change_wraper {
    gap: 10px;
  }
  .towFa_cont p {
    font-size: 14px;
  }
  .orders__filter__btn .order__filters {
    gap: 10px;
  }

  /* Order Table */
  .order_table_row .body__id {
    grid-area: id;
    text-align: center;
  }
  .order_table_row .body__date {
    grid-area: date;
    text-align: center;
  }
  .order_table_row .body__link {
    grid-area: link;
    width: 100% !important;
  }
  .order_table_row .body__price {
    grid-area: price;
    text-align: center;
  }
  .order_table_row .body__price::before {
    content: "Charges";
  }
  .order_table_row .body__startcount {
    grid-area: statcount;
    text-align: center;
  }
  .order_table_row .body__startcount::before {
    content: "Start Count";
  }
  .order_table_row .body__quantity {
    grid-area: quantity;
    text-align: center;
  }
  .order_table_row .body__quantity::before {
    content: "Quantity";
  }
  .order_table_row .body__remain {
    grid-area: remain;
    text-align: center;
  }
  .order_table_row .body__remain::before {
    content: "Remain";
  }

  .order_table_row .body__services {
    grid-area: services;
    width: 100% !important;
    text-align: center;
  }
  .order_table_row .body__status {
    grid-area: status;
    text-align: center;
  }
  .order_table_row .body__quickaction {
    grid-area: actions;
    text-align: center;
  }
  .order__table .order_table_head {
    display: none;
  }
  .order__table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .order__table .order_table_row {
    margin-bottom: 0;
  }

  .subs__table .subs_table_row .body__newpost,
  .subs__table .subs_table_row .body__quantity,
  .order_table_row .body__price,
  .order_table_row .body__remain,
  .order_table_row .body__startcount,
  .order_table_row .body__quantity {
    position: relative;
    padding-top: 20px;
  }

  .subs__table .subs_table_row .body__newpost::before,
  .subs__table .subs_table_row .body__quantity::before,
  .order_table_row .body__price::before,
  .order_table_row .body__remain::before,
  .order_table_row .body__startcount::before,
  .order_table_row .body__quantity::before {
    font-size: 12px;
    color: #5c5c5c;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
  }

  .refill__table .refill_table_head,
  .refill__table .refill_table_row,
  .refill__table .refill_table_head,
  .refill__table .refill_table_row,
  .order__table .order_table_head,
  .order__table .order_table_row {
    grid-template-areas:
      "id id id id id id id id id id id id "
      "date date date date date date date date date date date date"
      "link link link link link link link link link link link link"
      "price price price statcount statcount statcount quantity quantity quantity remain remain remain"
      " services services services services services services services services services services services services"
      "status status status status status status actions actions actions actions actions actions";
    gap: 10px;
  }

  .dripfeed__table .order_table_row .body__startcount::before {
    content: "Quantity";
  }

  .dripfeed__table .order_table_row .body__quantity::before {
    content: "Total quantity";
  }

  .dripfeed__table .order_table_row .body__remain::before {
    content: "Runs ~ Interval";
  }

  .refill__table .order_table_row .body__price::before {
    content: "Order Id";
  }

  .refill__table .order_table_row .body__price {
    grid-column: span 12;
  }

  .refill__table .order_table_row .body__status {
    width: 100%;
    grid-column: span 12;
  }

  .dripfeed__table .order_table_row .body__status {
    width: 100%;
    grid-column: span 12;
  }

  .orders__filter__btn .order__filters .btn__orders__filter .icon {
    width: 20px;
  }

  .subs__table .subs_table_head {
    display: none;
  }

  .subs__table .subs_table_row .body__id {
    grid-area: subId;
    width: auto;
  }
  .subs__table .subs_table_row .body__username {
    grid-area: subUsername;
    width: 100%;
  }
  .subs__table .subs_table_row .body__quantity {
    grid-area: subquan;
  }
  .subs__table .subs_table_row .body__newpost {
    grid-area: subpost;
  }
  .subs__table .subs_table_row .body__services {
    grid-area: subserv;
    width: 100%;
  }
  .subs__table .subs_table_row .body__status {
    grid-area: substatus;
  }
  .subs__table .subs_table_row .body__details {
    grid-area: subsdetail;
  }
  .subs__table .subs_table_row .body__action {
    grid-area: subaction;
  }

  .subs__table .subs_table_row .body__quantity::before {
    content: "Quantity";
  }

  .subs__table .subs_table_row .body__newpost::before {
    content: "New posts";
  }

  .subs__table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .subs__table .subs_table_row {
    grid-template-columns: none;
    text-align: center;
    grid-template-areas:
      "subId subId subId subId subId subId"
      "subUsername subUsername subUsername subUsername subUsername subUsername"
      "subquan subquan subquan subpost subpost subpost"
      "subserv subserv subserv subserv subserv subserv"
      "substatus substatus subsdetail subsdetail subaction subaction";
  }
  .dashboard__user__info {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .dashboard__user__info .user__info__item .user__info__text h4 {
    font-size: 16px;
  }

  .btn-primary {
    padding: 10px 20px;
    font-size: 16px;
  }

  .auth_body .form-group > label {
    font-size: 14px;
  }
  .utilites_wraper .utilites_box span,
  .auth_body .form-control,
  .auth_body .form-group > .form-control,
  .select2-container--default .select2-selection--single,
  .services__desc h6,
  .example__link h6,
  .utilites_wraper .utilites_item h6 {
    font-size: 14px;
  }
  .services__desc .descriptions_full {
    font-size: 12px;
  }

  #paymentMethodBanner .payment_method_inner .payment_method_img {
    display: none;
  }

  #paymentMethodBanner .payment_method_inner .payment__banner__img {
    width: 70%;
    margin: 0 auto;
  }
  .topCard_inner .affiliates_image {
    width: 50%;
    right: 30px;
    bottom: 0px;
  }
  .topCard_inner .topCard_title {
    font-size: 25px;
  }
  .topCard_inner .topCard_text {
    font-size: 14px;
  }
  .account__name .account_right .user_status,
  .account__name .account_left .text h5,
  .crate_invoice_content h2,
  .card-header .card_header_title {
    font-size: 16px !important;
  }

  .crate_invoice_content p,
  .card-header .card_header_text {
    font-size: 12px !important;
    margin-bottom: 0px;
  }

  .card.card_v3 .card-header {
    min-height: 80px;
  }
  .crate_invoice_content .has__bg__grey {
    font-size: 14px;
    margin-top: 10px;
  }
  .accordion__auth .accordion-item button,
  .text_has__bg {
    font-size: 14px !important;
  }
  .accordion__auth .accordion-body {
    font-size: 14px !important;
  }
  .youtube_video .youtube__iframe {
    height: 250px;
  }
  .affiliates_infos .affiliate_users_data {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .affiliates_infos.second_info .affiliate_users_data {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .card.card_v3 {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .card.card_v3 .card-header {
    border-radius: 10px 10px 0px 0px;
  }
}

/* Screen below 768px and lower than that*/
@media only screen and (max-width: 768px) {
  .dashboard__user__info {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Screen below 550px and lower than that*/
@media only screen and (max-width: 550px) {
  .tob__bar__mid {
    display: block;
  }
  .auth_body .main__page__area .main__content__area .top__bar__area {
    display: flex;
    padding: 8px 20px;
    height: 60px;
  }
  .content__area {
  }
  .auth_body
    .main__page__area
    .main__content__area
    .top__bar__area
    .tob__bar__left
    .button__bar {
    width: 45px;
    height: 40px;
    gap: 3px;
  }
  .user__access_btn .user__avatar > img {
    width: 45px;
    height: 45px;
    background: #24689d;
  }
  .welcome__text {
    display: none;
  }
  .tob__bar__right .desktop__shows {
    display: none;
  }
  .tob__bar__right .phone__shows {
    display: block;
  }
  .sidebar__area .sidebar__user {
    display: none;
  }
  .main__page__area.toggle_sidebar .top__bar__area {
    position: fixed !important;
  }
  .card.card_v2 {
    border-radius: 8px;
  }
  /* New Order Page */
  .user__statistic.mt-4 {
    margin-top: 10px !important;
  }
  .user__statistic .statstics__card {
    padding: 10px 12px;
    gap: 8px;
    border-radius: 10px;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .user__statistic .row .col-6:last-child .statstics__card,
  .user__statistic .row .col-6:nth-child(3) .statstics__card {
    margin-bottom: 0px;
  }

  .user__statistic .statstics__card .st_icon {
    max-width: 40px;
    height: 40px;
  }

  .user__statistic .st_content .st_top_txt {
    font-size: 14px;
    text-align: center;
  }

  .user__statistic .st_content .st_main_txt {
    font-size: 20px;
    text-align: center;
  }

  .announcement_inner {
    flex-direction: column;
    gap: 10px;
    padding: 0px;
  }

  .announcement_inner .left_ann h4 {
    font-size: 16px;
  }
  .announcement_inner .left_ann p {
    font-size: 12px;
  }
  .btn_announcement {
    font-size: 14px;
  }
  section.filter_section .service_filter_btn_wrap {
    grid-template-columns: repeat(6, 1fr);
  }
  section.filter_section
    .service_filter_wrap.neworder
    .service_filter_btn_wrap {
    gap: 5px;
  }

  section.filter_section .service_filter_btn {
    display: flex;
    padding: 10px 10px;
    justify-content: center;
    box-shadow: none;
    border: 1px solid #e2e1e1;
    align-items: center;
  }

  section.filter_section .service_filter_btn .text {
    display: none;
  }

  section.filter_section .service_filter_wrap.neworder {
    padding: 10px 0px;
  }
  .search_new_box
    .search-dropdown.select2-container--default.select2-container--below {
    width: 100%;
  }
  .new__order__nav__tabs li button {
    width: 40px;
    height: 40px;
  }

  .services__desc .descriptions_full,
  .utilites_wraper .utilites_box,
  .link__box,
  .auth_body .form-control,
  .auth_body .form-group > .form-control,
  .select2-container--default .select2-selection--single {
    border-radius: 6px;
  }

  .help-block.min-max {
    top: 7px;
    font-size: 10px;
    left: 64px;
  }
  .new__order__nav__tabs li button .icon {
    width: 20px;
    height: 35px;
    line-height: 35px;
  }
  .search_new_box {
    display: inline-flex;
    width: 100% !important;
  }
  .new__order__nav__tabs li button {
    padding: 5px 8px;
  }
  .search_new_box .search_new_input {
    width: 80%;
  }
  .new__order__nav__tabs li button .txt {
    font-size: 14px;
  }

  .auth_body .btn-primary {
    font-size: 18px;
    min-width: 200px;
  }

  .card.card_v3 .card-header {
    padding: 15px;
    height: auto;
    min-height: 80px;
  }

  .card.card_v3 .card-header {
    border-radius: 15px 15px 0px 0px;
  }

  .card.card_v3 .card-body {
    border-radius: 0px 0px 15px 15px;
  }
  .default__card__wraper.my-3 {
    margin-top: 5px !important;
  }

  .btn-primary,
  .btn-banner-all {
    margin-bottom: 15px;
  }

  .default__card__wraper .card {
    margin-bottom: 15px;
  }

  .services__name {
    font-size: 14px;
  }

  .services_details {
    padding: 0px;
  }

  .link__box {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .utilites_wraper {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .utilites_wraper .utilites_box span {
    font-size: 14px;
  }

  #service_description > .panel-body {
    font-size: 14px;
  }

  #topCard .topCard_inner {
    padding: 25px 20px;
    min-height: auto;
  }

  .topCard_inner .topCard_title {
    font-size: 28px;
  }

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

  .topCard_inner .def_image {
    display: none;
  }

  .default__card__wraper.my-5 {
    margin-top: 15px !important;
  }

  .card-header .card_header_text {
    margin-bottom: 0px;
  }
  #paymentMethodBanner .payment_method_inner {
    padding: 20px 5px;
  }
  #paymentMethodBanner .payment_method_inner h2 {
    font-size: 30px;
  }
  #paymentMethodBanner .payment_method_inner .payment__banner__img {
    width: 100%;
    margin-left: 5px;
  }
  #paymentMethodBanner .payment_method_inner .payment_method_img {
    display: none;
  }
  #paymentMethodBanner .payment_method_inner p {
    font-size: 16px;
  }
  .auth_body #api_page {
    margin: 20px 0px;
  }
  .topCard_inner .affiliates_image {
    display: none;
  }
  .affiliates_infos .affiliate_users_data {
    grid-template-columns: 1fr !important;
    gap: 5px;
  }
  .affiliates_infos .affiliate_users_data .aff_item:first-child {
    width: 100%;
  }
  .affiliates_infos .affiliate_users_data .aff_item .aff_item_left {
    width: 70px;
    height: 70px;
  }
  .affiliates_infos .affiliate_users_data .aff_item .aff_item_right h4 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .affiliates_infos .affiliate_users_data .aff_item .aff_item_right h5 {
    font-size: 14px;
  }
  .affiliates_infos.second_info .affiliate_users_data {
    grid-template-columns: 1fr;
  }
  .affiliates_infos.second_info .affiliate_users_data {
    grid-template-columns: 1fr !important;
  }
  .text_has__bg {
    font-size: 12px;
  }
  .youtube_video .youtube__iframe {
    width: 100%;
    height: 200px;
  }
  .accordion__auth .accordion-item button {
    font-size: 16px;
  }
  .accordion__auth .accordion-item button::after {
    zoom: 0.6;
  }

  .ticket_history .tickets_his_item {
    grid-template-areas:
      "tickId tickId tickId tickId tickId tickId"
      "ticketSub ticketSub ticketSub ticketSub ticketSub ticketSub"
      "ticketStatus ticketStatus LastUpdate LastUpdate LastUpdate LastUpdate";
    gap: 20px 5px;
  }

  .ticket_history .tickets_his_id {
    grid-area: tickId;
    text-align: center;
  }
  .payment_methods_name,
  .ticket_history .tickets_his_sub {
    grid-area: ticketSub;
    text-align: center;
  }
  .payment_amount,
  .ticket_history .tickets_his_status {
    grid-area: ticketStatus;
    text-align: center;
  }
  .payment_time,
  .ticket_history .tickets_his_lastUpdate {
    grid-area: LastUpdate;
    text-align: center;
  }
  .ticket_history .tickets_his_item .payment_methods_name::before,
  .ticket_history .tickets_his_item .payment_amount::before,
  .ticket_history .tickets_his_item .payment_time::before,
  .ticket_history .tickets_his_item .tickets_his_id::before,
  .ticket_history .tickets_his_item .tickets_his_sub::before,
  .ticket_history .tickets_his_item .tickets_his_status::before,
  .ticket_history .tickets_his_item .tickets_his_lastUpdate::before {
    font-size: 14px;
  }
  .ticket_history .tickets_his_item h5 {
    font-size: 15px;
  }
  .account__timezone .card-body form,
  .two__factor .card-body,
  .account__password .password_change_wraper {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .account__name .d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    justify-content: left !important;
    align-items: flex-start !important;
    gap: 7px;
  }

  .order__table {
    grid-template-columns: 1fr;
  }

  .orders__filter__btn .order__filters .btn__orders__filter {
    padding: 6px 15px;
    border-radius: 7px;
    gap: 5px;
  }

  .orders__filter__btn .order__filters .btn__orders__filter .text {
    font-size: 16px;
  }

  .orders__filter__btn .order__filters .btn__orders__filter .icon {
    width: 16px;
  }

  .serv_category_card {
    margin-bottom: 20px;
  }
  .serv_category_card .serv_cat_card_body .service_item.service {
    position: relative;
  }

  .serv_category_card .serv_cat_card_body .service_item .fav {
    position: absolute;
    top: 5px;
    font-size: 18px;
  }

  .service_filter_wraper {
    padding: 15px 5px;
  }

  .subs__table {
    display: grid;
    grid-template-columns: 1fr;
  }

  .subs__table .subs_table_row {
    grid-template-columns: none;
    text-align: center;
    grid-template-areas:
      "subId subId subId subId subId subId"
      "subUsername subUsername subUsername subUsername subUsername subUsername"
      "subquan subquan subquan subpost subpost subpost"
      "subserv subserv subserv subserv subserv subserv"
      "substatus substatus substatus substatus substatus substatus"
      " subsdetail subsdetail  subsdetail subaction subaction subaction";
  }

  .dashboard__user__info .user__info__item {
    padding: 15px 15px;
    border-radius: 10px;
  }
  .dashboard__user__info .user__info__item .user__info__text h5 {
    font-size: 16px;
  }
  .dashboard__user__info .user__info__item .user__info__text h4 {
    font-size: 14px;
  }
  .dashboard__user__info .user__info__item .user__info__icon {
    width: 35px;
  }
  .dashboard__user__info .user__info__item .user__info__icon.myorder_icon {
    width: 30px;
  }
  .dashboard__user__info {
    gap: 7px;
  }
  .account_benifits_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .account_status_wraper .account_staus_btn {
    min-height: 45px;
    height: 45px;
  }
  .account_status_wraper {
    gap: 5px;
  }
  .benifit_item .icon {
    width: 20px !important;
  }
  .benifit_item .benifit_text {
    font-size: 14px;
  }
  #paymentMethodBanner .payment_method_inner h2 {
    font-size: 18px;
  }

  #paymentMethodBanner .payment_method_inner p {
    font-size: 12px;
  }

  .accordion__auth .accordion-item {
    border-radius: 6px !important;
    margin-bottom: 7px;
  }
  .accordion__auth .accordion-item button {
    min-height: 40px;
    padding: 5px 10px;
  }
}

/*
============================================
            Dashboard Layouts Ends
============================================
*/

.select2-container .select2-dropdown,
.select2.select2-container,
.select2-search--dropdown .select2-search__field {
  -webkit-appearance: none !important;

  font-family: sans-serif;
  font-weight: regular;
  -webkit-font-smoothing: antialised;
  font-size: 18px;
}

#favourite-form .form-select,
#ticketsend .form-select {
  font-size: 16px;
  display: flex !important;
  align-items: center;
  background-color: #f0f1f5;
  height: 50px !important;
  padding: 5px 13px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  border-radius: 15px;
  border: none;
  margin-bottom: 0px;
}

.gizli {
  display: none !important;
  opacity: 0 !important;
  overflow: hidden !important;
}

.new__order__nav__tabs {
  width: 100%;
}

@media (min-width: 1200px) {
  #statics_user-details .modal-dialog {
    min-width: 1000px;
  }
  .pinner-wrap {
    display: none;
  }
  .top-bar.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .wrapper .page-wrapper {
    padding-left: 0px !important;
  }
  .pinner-wrap {
    margin-left: 240px;
    transition: all 0.3s linear;
  }
  .wrapper.toggle .pinner-wrap {
    margin-left: 0px;
  }
  .sidebar {
    left: 12px;
    z-index: 99;
  }
  .short-cut-list li {
    flex: 0 0 18%;
    max-width: 18%;
  }
  .amazing-tabs {
    justify-content: flex-start;
  }
  #amazing .amazing-tabs li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .pink-box {
    right: -10px;
    bottom: 78px;
  }
  .green-box {
    right: -10px;
    top: 170px;
  }
}
@media (max-width: 991px) {
  #tab-vote .content #support-list .refferal-box h6 {
    font-size: 16px;
  }
  .neworder-slide {
    padding: 25px 100px 40px !important;
  }
  .order_cards-container .stats-box-txt {
    padding: 0px;
  }
  .faq-txt {
    font-size: 14px;
  }
  .neworder-slide-txt {
    width: 100%;
  }
  .statics-box {
    padding: 20px;
  }
  .row.statics-row {
    transform: none;
  }
  .short-cut-list li {
    min-width: 214px;
  }
  .row.new_order-row > div {
    min-width: 100%;
  }
  /* .top-bar > div {
  min-width: fit-content;
  width: fit-content;
} */
  .mode-btn-wrap {
    margin-left: 0px;
  }
  .top-bar.row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 240px;
    transition: all 350ms linear;
  }
  .wrapper.toggle .top-bar.row {
    padding-left: 5px;
  }
  .page-wrapper {
    padding-left: 0px;
  }
  .sidebar {
    z-index: 99;
    transition: all 350ms linear !important;
    left: 12px;
  }
  .row.ticket_order-row > div {
    min-width: 100%;
  }
  .row.create_services-row > div {
    min-width: 100%;
  }
  .row.create_invoice-row > div {
    min-width: 100%;
  }
  .row.account_setting-row > div {
    min-width: 100%;
  }
  .row.account_setting-row .col-sm-4 {
    min-width: 100%;
  }
  .row.order_cards-row.statics-row {
    transform: translate(0px);
  }
  #statics_user-details .modal-dialog {
    min-width: calc(100% - 50px);
  }
  .statics-box {
    height: 175px;
  }
  .row.statics-row {
    flex-wrap: wrap;
  }
  .row.statics-row > div {
    min-width: 230px;
    flex: 1;
  }
  .pinner-wrap {
    margin-left: 0px;
  }
  .bread-wrap {
    display: none;
  }
  .auth .order_history-page .neworder-tab .nav-pills {
    flex-wrap: wrap;
  }
  .add-pay_row .add-pay_list .add-pay_item {
    margin-right: 5px;
    padding: 8px;
  }
  #amazing .amazing-tabs li a {
    padding: 5px 6px;
  }
  #amazing .amazintab-txt {
    margin: 0px 0 15px;
  }
  #amazing .amazintab-box .btn.btn-primary {
    min-width: 100px;
  }
  #best .best-box {
    position: unset !important;
  }
  #best .best-box {
    position: unset !important;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .db_sec .info .user_info-container .user_box {
    margin-top: 0px;
    flex-direction: column;
  }
  .db_sec .info .user_info-box:first-child {
    margin-right: 0px;
  }
  .db_sec .info .user_info-box {
    width: 100%;
    margin-top: 10px;
  }
  .order_cards-row > div {
    min-width: 100%;
  }
  .neworder-slide-txt {
    width: 100%;
  }
  .top-bar.row::before,
  .top-bar.row::after {
    display: none;
  }
  .top-bar.row {
    justify-content: space-between;
  }
  .mode-btn-wrap {
    min-width: 82px;
    padding-left: 2px;
  }
  .auth .mode-btn {
    max-width: 72px;
  }
  .auth .top-right-navrow {
    flex-wrap: wrap;
  }
  .auth .top-right-navrow > .dropdown .dropdown-toggle {
    margin-left: 0px;
    width: 100px;
  }
  .top-bar.row {
    align-items: flex-start;
  }
  .auth .top-right-navrow li {
    margin-bottom: 5px;
  }
  .auth .neworder-slide {
    min-height: 240px;
  }
  .auth .order_history-page .neworder-tab .nav-pills {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .auth .order_history-page .neworder-tab .nav-pills li {
    flex: unset;
    min-width: 136px;
    margin-bottom: 5px;
  }
  .add-pay_row .add-pay_list {
    flex-wrap: wrap;
  }
  .add-pay_row .add-pay_list .add-pay_item {
    min-width: 120px;
    margin-bottom: 5px;
  }
  .service-description .modal-header .modal-title {
    white-space: break-spaces;
  }
  .searchtable-row #service-table tbody td.service-name {
    white-space: break-spaces;
  }
  .service-description .service_desc-details p {
    white-space: break-spaces;
  }
  .service-description .modal-body {
    padding: 10px;
  }
  .service-description .service_desc-details {
    padding: 20px;
  }
  .update-status {
    white-space: normal;
  }
  .guest .mode-btn {
    max-width: 100px;
  }
  #top-sec .info-ul {
    margin-top: 40px;
  }
  .info-ul li {
    flex: 1;
    max-width: unset;
    min-width: 180px;
  }
  #cheapest .row {
    display: block;
  }
  #top-sec {
    padding: 10px 0;
  }
  #social-sec {
    padding: 20px 0;
  }
  #social-sec .social-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  #social-sec .social-list li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #cheapest {
    padding: 0px;
  }
  .row.work-box-row {
    margin-top: 0px;
  }
  .customer-slider::before,
  .customer-slider::after {
    width: 200px;
    height: 252px;
    background-size: 100% 100%;
    z-index: -1;
  }
  .cstmer-slide-txt {
    width: 90%;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
  }
  .blog-sec .row {
    display: block;
  }
  #howitwork .row.how-row {
    display: block;
  }
  .stats-box-icon {
    margin: unset;
  }
  .signup-innerbox {
    padding: 30px 20px;
  }
}
@media (max-width: 550px) {
  #top-sec,
  #amazing,
  #testimonial,
  #signup {
    padding: 120px 0 50px;
  }
  .top-subtitle {
    font-size: 20px;
    line-height: 1.1;
  }

  .title-extra-style::after {
    display: none;
  }
  .txt {
    font-size: 14px;
    line-height: 1.4;
  }

  .top-img-phone {
    max-width: 350px;
  }
  .top-imd-fb {
    position: absolute;
    top: 20px;
    left: 33px;
    max-width: 120px;
  }
  .top-img-insta {
    position: absolute;
    top: 145px;
    left: 60px;
    max-width: 150px;
  }
  .top-img-yt {
    position: absolute;
    top: 300px;
    left: 29px;
    max-width: 90px;
  }

  .hero-actions .btn.btn-primary.btn-primary2,
  #cheapest .btn.btn-primary.btn-primary2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
  }

  .total-orders-section {
    padding: 80px 0;
  }
  span.orders-icon {
    font-size: 30px;
  }
  .total-orders-section p {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .form-control {
    height: 42px;
  }
  .inpt-icon {
    width: 28px;
    height: 28px;
  }
  .btn.btn-primary {
    min-width: 150px;
    padding: 12px;
  }
  .stats-box-icon {
    width: 36px;
    margin: 0;
    height: 36px;
  }
  .stats-box-title {
    font-size: 18px;
  }
  .best-img {
    width: ;
    max-width: 80px;
    right: 60px;
    bottom: 0;
  }
  #social-sec {
    padding: 25px 0;
  }
  .social-list li {
    margin-bottom: 12px;
    text-align: center;
  }
  .social-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .social-img {
    display: block;
    margin: auto;
  }
  .title {
    font-size: 30px;
  }
  #cheapest .row {
    display: block;
  }
  .row.work-row::before {
    background-image: none;
    background: var(--main-color);
    border-radius: 25px;
    width: 98%;
    margin: auto;
  }
  .row.work-row {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .work-wrap {
    padding: 20px 15px 40px;
    min-height: auto;
    margin-bottom: 25px;
  }
  /* .amazing-tabs li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 9px;
} */
  .amazing-tabs li a {
    font-size: 14px;
  }
  .amazing-tabs li a .tab-icon-img {
    max-width: 26px;
  }
  .amazintab-box {
    padding: 12px;
    margin-bottom: 20px;
    min-height: auto;
  }
  .amazintab-txt {
    margin: 10px 0 10px;
  }
  .best-box {
    width: auto;
    padding: 12px 15px;
    max-width: unset;
    position: unset;
    margin-bottom: 15px;
  }
  .best-box-left {
    height: 69px;
    font-size: 32px;
    flex: 0 0 69px;
    max-width: 69px;
  }
  .box-title {
    font-size: 16px;
  }
  .customer-slider {
    margin-top: 20px;
  }
  .customer-slider::before,
  .customer-slider::after {
    display: none;
  }
  footer {
    padding-top: 25px;
    padding-bottom: 80px;
    margin-top: 0;
  }

  .row.ftr-top {
    display: block;
  }
  footer .title {
    font-size: 28px;
    margin-top: 15px;
  }
  .row.ftr-top .btn.btn-primary {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .row.ftr-top {
    margin-bottom: 20px;
  }
  .social-link {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    font-size: 22px;
  }
  .ftr-title {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .ftr-menu li a {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .ftr-bottom {
    margin-top: 15px;
    padding: 10px 0;
  }
  .copyright {
    text-align: center;
  }
  .bottom-ftr-nav {
    justify-content: center;
  }
  .bottom-ftr-nav li a {
    margin-left: 10px;
    font-size: 12px;
  }
  .guest .navbar-default .navbar-toggle {
    border-color: #27a3fa;
  }
  .guest .navbar-default .navbar-toggle .icon-bar {
    background-color: #27a3fa;
  }
  .guest .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .mode-btn {
    max-width: 100px;
    height: 42px;
    padding: 2px 8px;
    margin-bottom: 10px;
  }
  .mode-btn-wrap {
    margin-left: 10px;
  }
  .guest .navbar-default .navbar-nav > li.register-btn a {
    margin-left: 10px;
    width: auto;
    max-width: 170px;
  }
  .guest .navbar-default .navbar-toggle:hover,
  .guest .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .row.api-title-row {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .row.api-title-row .txt br {
    display: none;
  }
  .ser-short li {
    flex: 0 0 32%;
    max-width: 32%;
    margin-bottom: 10px;
  }
  .ser-short li {
    flex: 0 0 13%;
    max-width: 13%;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
  }
  .ser-short {
    margin: 0 0 10px;
  }
  #history-search {
    margin-top: 10px;
  }
  #history-search .btn {
    width: 35px;
    height: 35px;
  }
  #history-search .input-group-btn {
    width: 35px;
    height: 35px;
  }
  .table-responsive {
    border: 0;
  }
  /*  .table tr th, 
  .table tr td {
  padding: 0px 15px !important;
}
  .table tbody tr td {
  padding: 0px 15px !important;
}*/
  #service-table tbody tr td {
    padding: 5px 15px !important;
    font-weight: 600;
  }
  .service-description .btn.btn-primary,
  .buy-btn {
    min-width: 90px;
    display: block;
    font-size: 12px;
    padding: 8px 10px;
  }
  .modal-body {
    white-space: normal;
    word-break: break-word;
  }
  footer::after {
    display: none;
  }
  .row.api-title-row::after,
  .row.api-title-row::before {
    display: none;
  }
  .well {
    padding: 12px;
  }
  .api-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .api-table {
    border-spacing: 4px 8px;
    border-radius: 32px;
  }
  .signup-innerbox {
    padding: 12px 10px;
    border-radius: 12px;
  }
  .signup-mainbox {
    padding: 15px;
  }
  .signup-innerbox .title {
    margin-bottom: 0;
  }
  .signup-innerbox .btn.btn-primary {
    margin-top: 0;
    padding: 10px 15px;
  }
  .signup-mainbox {
    margin-bottom: 20px;
  }
  .guest #term-sec,
  #faq-sec,
  .guest #contact-sec,
  .guest #howitwork,
  #reset-sec,
  #blogs-sec {
    padding: 15px 0;
  }
  .row.term-row {
    margin-top: 12px;
  }
  #term-sec .txt br {
    display: none;
  }
  .term-title {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .term-body li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact-img-wrap img {
    margin-bottom: 15px;
  }
  .contact-box-left {
    flex: 0 0 46px;
    max-width: 46px;
  }
  .contact-box-left .stats-box-icon {
    width: 46px;
    height: 46px;
  }
  .contact-box-title {
    margin-bottom: 0;
  }
  .contact-box {
    padding: 12px;
  }
  #howitwork .title {
    margin-bottom: 20px;
  }
  .how-row {
    padding: 25px 10px;
    width: 98%;
    margin: auto auto 20px;
    display: block;
  }
  .how-num {
    width: 70px;
    height: 70px;
    font-size: 30px;
    margin-bottom: 10px;
  }
  .how-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .payment-ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #howitwork #myTab {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
  }
  #howitwork #myTab li {
    margin-bottom: 6px;
  }
  .row.how-status-box-row {
    margin-top: 15px;
  }
  .how-status-box {
    padding: 10px;
    margin-bottom: 10px;
  }
  .how-status {
    margin-bottom: 5px;
    padding: 5px 10px;
    min-width: auto;
  }
  .how-status .tab-txt {
    font-size: 14px;
  }
  .how-status .tab-icon {
    font-size: 14px;
  }
  .how-status-txt {
    font-size: 14px;
    line-height: 1.3;
  }
  .blog-sec .row {
    display: block;
  }
  .blog-sec .row .btn.btn-primary {
    margin-top: 0;
  }
  .blog-img-wrap {
    min-height: 150px;
    margin-bottom: 10px;
  }
  .blog-title {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .blog-excerpt {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .single-blog-title span {
    width: 95%;
  }
  .single-blog-title {
    font-size: 22px;
    padding: 5px;
    margin-bottom: 0;
  }
  .single-blog-img {
    min-height: 230px;
    padding: 10px;
    margin-bottom: 15px;
  }
  .single-blog-content {
    border-radius: 12px;
    padding: 12px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .single-blog .btn.btn-primary {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .single-blog .related-blog-content .btn.btn-primary {
    margin: 0;
  }
  .auth {
    padding: 0px;
  }
  .top-right-navrow a,
  .top-left-navrow a {
    margin-left: 5px;
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
  .bread-wrap .bread span {
    font-size: 12px;
  }
  .bread-wrap .bread {
    font-size: 9px;
  }
  .bread-wrap {
    display: none;
  }
  .top-bar.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .top-bar.row .col-sm-6 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .top-bar.row .col-sm-6:last-child {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .auth .mode-btn {
    margin-bottom: 0;
  }
  .wrapper.toggle .page-wrapper,
  .wrapper .page-wrapper {
    padding-left: 0;
  }
  .neworder-slide {
    padding: 19px 15px !important;
  }
  .neworder-slide-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .neworder-slide-txt {
    font-size: 14px;
    line-height: 1.4;
  }
  .row.statics-row {
    transform: unset;
    height: auto;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .statics-box {
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    height: auto;
  }
  .statics-box .stats-box-icon {
    width: 35px;
    height: 35px;
    margin: auto auto 4px;
  }
  .statics-box .stats-box-icon .stats-box-icon-inner {
    width: 35px;
    height: 35px;
  }
  .statics-box .stats-box-title {
    font-size: 15px;
  }
  .short-cut-row {
    padding: 10px;
  }
  .short-cut-title {
    margin-bottom: 8px;
  }
  .short-cut-list {
    justify-content: space-around;
  }
  .short-cut-list li a .icon img {
    max-width: 24px;
  }
  .short-cut-list li {
    flex: unset;
    max-width: unset;
    margin-bottom: 2px;
    min-width: 135px;
    max-width: 138px;
    width: 100%;
  }
  .auth .form-control {
    height: 40px;
    border-radius: 15px;
  }
  #order_count {
    margin-bottom: 10px;
  }
  #select2-orderform-service-container,
  #select2-orderform-category-container {
    height: 28px;
  }
  .dash-title {
    margin-bottom: 10px;
  }
  .result-box {
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .result-box .media-body h5 {
    font-size: 14px;
  }
  .sidebar {
    z-index: 999;
  }
  .wrapper .top-bar.row .col-sm-6:last-child {
    display: none;
  }
  .wrapper .top-bar.row {
    justify-content: flex-end;
  }
  .wrapper .top-bar.row .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
  }
  .wrapper .top-bar.row .col-sm-6 .top-left-navrow {
    justify-content: flex-end;
  }
  .wrapper.toggle .top-bar.row .col-sm-6:last-child {
    display: block;
  }
  .wrapper.toggle .top-bar.row .col-sm-6 {
    flex: 0 0 30%;
    max-width: 30%;
    text-align: left;
  }
  .wrapper.toggle .top-bar.row .col-sm-6 .top-left-navrow {
    justify-content: flex-start;
  }
  .wrapper.toggle .top-bar.row {
    justify-content: space-between;
  }
  .wrapper.toggle .top-bar.row .col-sm-6:last-child {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .neworder-slide.v-center {
    padding: 10px 15px;
  }
  .row.search-row {
    margin-bottom: 10px;
  }
  .nav.nav-pills li {
    /*flex: 0 0 49%;*/
    max-width: 49%;
    margin-bottom: 5px;
  }
  .nav.nav-pills {
    justify-content: center;
  }
  .fund-content-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    padding: 5px;
  }
  .fund-content-title {
    font-size: 20px;
    line-height: 1.3;
  }
  .fund-content-txt {
    font-size: 14px;
  }
  .fund-nav-tabs .nav-item {
    width: 100%;
  }
  .ticket-faq-title {
    font-size: 14px;
    padding-left: 35px;
    margin-bottom: 12px;
  }
  .ticket-faq-title span {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
  .auth textarea.form-control {
    height: 130px;
  }
  .dash-profilebox-left {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .dash-profilebox-right {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding-left: 10px;
  }
  .dash-profilebox-title {
    font-size: 20px;
    font-weight: 500;
  }
  .row.dash-profile-row {
    display: block;
  }
  .row.dash-profile-row .btn.btn-primary {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .dash-statistics {
    border-radius: 14px;
    padding: 15px 10px;
    min-height: auto;
    margin-bottom: 15px;
  }
  .dash-statistics-icon {
    width: 40px;
    height: 40px;
    margin: auto auto 10px;
    flex: 0 0 40px;
    max-width: 40px;
    font-size: 19px;
  }
  #contact-sec .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .reset-pswd-sec .row {
    display: block;
  }
  .db_sec .info .user_info-box {
    height: auto;
    padding: 10px;
  }
  .blog-excerpt {
    height: auto;
  }
  .service-description .modal-header .modal-title {
    font-size: 20px;
  }
  .service-description
    .service_order-details
    .serv-order_container
    .serv_details-order
    h6 {
    text-align: center;
  }
  .service-description
    .service_order-details
    .serv-order_container
    .serv_details-order
    span {
    font-size: 12px;
  }
  .service-description .modal-content {
    border-radius: 30px;
  }
  .ftr-logo-wrap img {
    max-width: 250px;
  }
  .amazing-tabs li {
    flex: 1;
    min-width: 130px;
    margin-bottom: 9px;
  }
  .navbar-brand {
    max-width: 80%;
  }
  .mode-btn-wrap {
    min-width: 28px;
    padding-left: 2px;
  }
  .auth .mode-btn {
    max-width: 28px;
    min-width: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 28px;
  }
  .auth .mode-btn-icon {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
  .auth .top-right-navrow li.dropdown {
    margin-bottom: 0;
  }
  .mode-btn-wrap {
    margin-left: 2px;
  }
  .top-right-navrow a,
  .top-left-navrow a {
    margin-left: 2px;
  }
  .wrapper.toggle .top-bar.row .col-sm-6 {
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0 5px;
  }
  .wrapper.toggle .top-bar.row .col-sm-6:last-child {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .auth .top-right-navrow li {
    margin-bottom: 0;
  }
  .auth .top-right-navrow > .dropdown.dropdown-currencies .dropdown-toggle {
    width: 60px;
  }
  .row.search-row .dropdown {
    margin-top: 10px;
  }
}

.result-box .media-body h5[data-id="serviceLink"] {
  color: #fff;
}
.order_cards-row.statics-row .statics-box {
  height: 230px;
}
#twitter .amazintab-full-box {
  background-image: url("https://storage.perfectcdn.com/idjpe8/irzpm7aj03w40kqb.png");
}
#youtube .amazintab-full-box {
  background-image: url("https://storage.perfectcdn.com/idjpe8/ggt06c0tcl7oy7f9.png");
}
#instagram .amazintab-full-box {
  background-image: url("https://storage.perfectcdn.com/idjpe8/44pnt6qj3s7l6p0u.png");
}
#likedin .amazintab-full-box {
  background-image: url("https://storage.perfectcdn.com/idjpe8/ju1w28mssnq08tfa.png");
}
#telegram .amazintab-full-box {
  background-image: url("https://storage.perfectcdn.com/idjpe8/ix792ywl35yzybcg.png");
}
#soundcloud .amazintab-full-box {
  background-image: url("https://storage.perfectcdn.com/idjpe8/2nbng9shw92a4wdi.png");
}
#tiktok .amazintab-full-box {
  background-image: url("https://storage.perfectcdn.com/idjpe8/hzeoc2ywm65ujj1x.png");
}
.top-right-navrow .dropdown a {
  width: 110px;
  font-size: 14px;
}
.top-right-navrow .dropdown .dropdown-menu a {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
}
.top-right-navrow .dropdown .dropdown-menu {
  padding: 0;
  border: 0;
}
.service-name {
  max-width: 250px;
  word-break: break-word;
  width: 250px;
  min-width: 250px;
}
.profile-wrap {
  margin-bottom: 15px;
  background-color: #e1f4ff;
  border-radius: 12px;
  padding-top: 12px;
  overflow: hidden;
}
.profile-body {
  padding: 10px 0;
  background-color: #27a3fa;
}
.profile-body .username {
  color: #fff;
  margin-bottom: 8px;
}
.profile-body .balance {
  color: #fff;
}
.profile-span1 {
  background-color: #e1f4ff;
}
.balance a {
  background-color: #e1f4ff;
  color: #27a3fa;
}
.row.search-row .dropdown .dropdown-toggle {
  overflow: hidden;
}
