/* Popup CSS */
.popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #fefefe;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.popup-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #ddd;
}

.popup-body {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px;
}

.popup-body p {
  margin: 10px 0;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
  background: none;
  border: none;
  color: #aaa;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

/* ปรับขนาด logo ใน dropdown หมวดหมู่ */
.select2-selection__icon img.img-responsive.btn-group-vertical {
    max-width: 20px !important;  /* ปรับขนาดตามต้องการ */
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
}

/* ปรับขนาด logo ใน dropdown menu */
.select2-results__option img.img-responsive.btn-group-vertical {
    max-width: 20px !important;  /* ปรับขนาดตามต้องการ */
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}


/* Style for the original close button (top-right corner) */
.close {
  float: right;
  font-size: 36px; /* ปรับขนาดตามที่ต้องการ */
  font-weight: bold;
  background: none;
  border: none;
  color: #000; /* สามารถปรับสีได้ */
  cursor: pointer;
  padding: 0 8px; /* ปรับให้มีพื้นที่ในการคลิกที่มากขึ้น */
}

.close:hover,
.close:focus {
  color: black; /* สีเมื่อมีการ hover หรือ focus */
  text-decoration: none;
}



* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

@-webkit-keyframes float-sb {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    50% {
        -webkit-transform: translateY(1%);
        transform: translateY(1%);
    }

    75% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float-sb {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    50% {
        -webkit-transform: translateY(1%);
        transform: translateY(1%);
    }

    75% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

body {
    font-family: 'Prompt', sans-serif;
    padding: 0;
    background: transparent;
    font-weight: 400;
    color: #636363;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.inner-wrapper {
    padding-top: 30px;
}

a {
    transition: .4s ease all;
    text-decoration: none !important;
}

.d-flex {
    display: flex;
    width: 100%;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.w-100 {
    width: 100%;
}

.flex-fill {
    flex: 1;
}

.search.flex-fill>form {
    margin: 0 0 0 10px;
}

.section-title {
    color: #151243;
    font-size: 45px;
    margin-bottom: 25px;
    font-weight: 700;

}

.mb-20 {
    margin-bottom: 20px;
}

.pt-3 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 3rem;
}

#top-sec {
    background-image: url('https://storage.perfectcdn.com/2i0y0w/q3rcz4njtiw4dr9n.png');
    padding: 50px 0;
}

.badge-title {
    background-color: #f55f8d;
    width: max-content;
    padding: 12px 15px;
    border-radius: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-top: 0;
    color: #151243;
    font-size: 18px;
}

.badge-title-icon {
    color: #fff;
}

.badge-title-txt {
    margin-left: 15px;
    font-weight: 600;
    color: #fff;
    font-size: 22px;
}

.main-title {
    color: #151243;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.4;
}

.txt {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: rgba(21, 18, 67, 67%);
}

.top-sec-img-wrap {
    text-align: center;
}

.top-sec-img-wrap img {
    display: block;
    margin: auto;
}

.form-group {
    position: relative;
}

.inpt-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #f6d6dc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f55f8d;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.inpt-icon+.form-control {
    padding-left: 60px;
}

.login-frm {
    margin-top: 30px;
}

.form-control {
    height: 58px;
    background-color: #fff;
    color: rgba(16, 59, 67, 67%);
    font-size: 16px;
    border-radius: 12px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 13%);
}

.login-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.btn.btn-primary {
    background-color: #00aded;
    border-color: #00aded;
    font-size: 16px;
    color: #fff;
    min-width: 150px;
    padding: 10px 12px;
    border-radius: 12px;
}

.btn-gradient {
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 500;
    background-image: linear-gradient(to right, #f55f8d 0, #f8ae56 51%, #f55f8d 100%);
    background-size: 200%;
    border: 1px solid transparent;
    transition: all .5s;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    outline: 0;
    text-transform: uppercase;
    line-height: 1.2;
}

.btn-gradient:hover {
    background-position: right center;
    color: #fff;
}

.checkbox {
    margin-bottom: 0;
}

.checkbox label,
.forgot-password1,
.have-acc,
.have-acc a {
    color: #f55f8d;
    text-decoration: none;
    font-size: 16px;
    text-decoration: none !important;
}

.have-acc {
    margin-top: 15px;
}

.guest .navbar {
    background-color: #ffffff;
    margin-bottom: 0;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 13%);
    padding-top: 5px;
    padding-bottom: 5px;
}

.guest .navbar .navbar-nav li a {
    font-size: 16px;
    font-weight: 400;
    color: #151243;
    background: transparent !important;
    text-decoration: none;
    border: 0;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 0 15px;
}

.guest .navbar .navbar-nav li a:hover {
    color: #f55f8d
}

.guest .navbar .navbar-nav li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #f55f8d;
    bottom: -7px;
    left: 0;
    transition: .5s ease all;
}

.guest .navbar .navbar-nav li.active a::after,
.guest .navbar .navbar-nav li.active a:hover:after,
.guest .navbar .navbar-nav li a:focus-visible:after,
.guest .navbar .navbar-nav li a:focus:after,
.guest .navbar .navbar-nav li a:hover:after {
    width: 100%;
}

.have-acc a {
    font-weight: 700;
}

.auth .navbar-nav>li>a {
    color: #576676;
}

.auth .navbar-toggle {
    background-color: #c1c1c1;
}

.navbar-brand {
    font-size: 24px;
    font-weight: 700;
    color: #151243;
}

.navbar-toggle {
    background: #151243;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

footer {
    display: block;
    padding-top: 110px;
    background-image: url('https://storage.perfectcdn.com/2i0y0w/ko372lgt5x4z4tfx.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0e1b1f;
    background-size: contain;
    color: #fff;
}

@media screen and (min-width:992px) {
    footer .row.main>div {
        padding: 0 50px;
    }

    footer .row.main {
        margin: 0 -50px;
    }
}

footer h4 {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 700;
}

footer ul {
    list-style: none;
}

footer ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

footer ul li img {
    margin-right: 10px;
}

footer ul li a {
    color: #fff;
    opacity: 67%;
}

footer ul li a:hover {
    color: #f55f8d;
    opacity: 67%;
}

footer ul li a:hover {
    opacity: 1;
}

footer .footer-logo a {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}

footer p {
    color: #fff;
    opacity: 67%;
    margin: 25px 0 0 0;
    line-height: 1.6;
}

footer input {
    background: #efeff2;
    border: 0;
    border-radius: 8px;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    margin-bottom: 12px;
    width: 100%;
}

footer input::placeholder {
    font-size: 12px;
    color: #151243;
    opacity: 67%;
}

footer .btn-primary {
    min-width: 120px;
    padding: 6px 12px;
}

footer .footer-bottom {
    background: #1f343b;
    color: #fff;
    padding: 22px 0;
    margin-top: 45px;
}

footer .footer-bottom .d-flex {
    align-items: center;
    justify-content: space-between;
}

footer .footer-bottom .d-flex span {
    color: #f55f8d;
}

footer .footer-bottom p {
    margin: 0;
    color: #fff;
    opacity: 1;
}

footer .footer-bottom ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;

}

footer .footer-bottom ul li a {
    color: #fff;
    opacity: 1;
}

footer .footer-bottom ul li {
    margin-bottom: 0;
}

footer .footer-bottom ul li:not(:last-child) {
    margin-right: 30px;
}

footer .footer__contact i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    background: linear-gradient(to right, #f55f8d 0, #f8ae56 51%, #f55f8d 100%);
    display: block;
    border-radius: 50px;
}

.content-wrapper {
    overflow: hidden;
}

#stats-sec {
    background-image: url(https://storage.perfectcdn.com/2i0y0w/t76ntoe8bs8c3312.png);
    padding: 85px 0;
}

#stats-sec .card {
    padding: 25px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 175px;
    transform: translateY(0);
    transition: all .5s;
}

#stats-sec .card:hover {
    transform: translateY(-20px);
}

#stats-sec .card i {
    color: #e7ff00;
}

#stats-sec .card .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f26c4f;
}

#stats-sec .card .icon.green {
    background: #39b54a;
}

#stats-sec .card .icon.blue {
    background: #f55f8d;
}

#stats-sec .card p {
    color: #151243;
    opacity: 60%;
    font-size: 16px;
    margin: 10px 0 5px 0;
}

#stats-sec .card span {
    display: block;
    color: #151243;
    font-size: 20px;
    font-weight: 700;
}

#stats-sec .card.main {
    background: #f55f8d;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    position: relative;
}

.button-row .btn-flex {
    display: inline-flex;
    align-items: center;
    padding: 16px 12px;
    padding-left: 27px;
    padding-right: 40px;
    border-radius: 14px;
}

.button-row span {
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 16px;
}

.button-row span img {
    width: 20px;
}

#real-niche {
    padding: 85px 0;
    background-image: url(https://storage.perfectcdn.com/2i0y0w/tbj3r6o7jpdfidql.png);
}

#real-niche i {
    font-size: 24px;
    color: #f55f8d;
    margin-right: 10px;
    vertical-align: middle;
}

#real-niche ul li {
    line-height: 2;
}

#real-niche .content p {
    margin-bottom: 23px;
}

#real-niche img {
    width: 100%;
    border-radius: 0 100px 100px 0;
}

#we-care {
    background-image: url(https://storage.perfectcdn.com/2i0y0w/boozr4ekayo18q5f.png);
    padding: 85px 0;
}

#we-care .card {
    padding: 48px 25px 44px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 1px 0 50px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    cursor: pointer;
    transition: 1s ease all;
}

#we-care .card.main {
    padding-bottom: 0;
    padding-top: 52px;
    text-align: left;
    overflow: hidden;
}

#we-care .card.main img {
    position: relative;
    top: 45px;
}

#we-care .card img {
    border-radius: 20px;
}

#we-care .card .icon {
    min-height: 100px;
}

#we-care .card span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

#we-care .card p {
    opacity: 67%;
}

#we-care .card:not(.main):hover {
    background: rgba(245,95,141,.1);
    transform: translateY(-15px);
}

#we-care .card:not(.main):hover p,
#we-care .card:not(.main):hover span {
    color: #636363;
    opacity: 1;
}

#register {
    position: relative;
    background: url(https://storage.perfectcdn.com/2i0y0w/em8qa2soqcrda7i0.png) left top no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

#register .section-title {
    color: #fff;
}

#register .content {
    padding: 50px 10px 30px 50px;
}

#register img {
    height: 100%;
}

#register .content p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 7px;
}

#payment-method {
    padding-bottom: 135px;
    position: relative;
    z-index: 1;
}

#payment-method .section-title {
    text-align: center;
    margin-bottom: 60px;
}

#payment-method ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#payment-method ul li {
    height: 130px;
    width: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 18px;
    position: relative;
    box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.11);
}

#marketing {
    position: relative;
    padding-top: 140px;
    padding-bottom: 50px;
}

#marketing .image img {
    -webkit-animation: float-sb 15s infinite;
    animation: float-sb 15s infinite;
}

#marketing p {
    color: #7f7f90;
    line-height: 1.5;
    margin-bottom: 20px;
}

#marketing p a {
    color: #f55f8d;
    text-decoration: underline;
}

#tips-sec {
    position: relative;
}

#tips-sec:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1450px;
    background: url(https://storage.perfectcdn.com/2i0y0w/as5d8z2rorks46g5.png) left top no-repeat;
    left: 0;
    top: -100%;
    background-size: 100%;
}

#tips-sec .content-box {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 55px;
    z-index: 1;
}

#tips-sec .content-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 700px;
    background: url(https://storage.perfectcdn.com/2i0y0w/uya39yjclldd3fuz.png) center center no-repeat;
    width: 100%;
    background-size: 100%;
    border-radius: 25px;
    left: 0;
    top: 0;
    z-index: -1;
}

#tips-sec .content-box .section-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#tips-sec .content-box p {
    color: #151243;
    opacity: 67%;
}

#tips-sec .links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 920px;
    margin: auto;
}

#tips-sec .links>div {
    width: 32%;
}

#tips-sec .links .collapse {
    padding: 10px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.3;
}

#tips-sec .links .link {
    color: #151243;
    font-weight: 700;
    height: 63px;
    padding: 0 13px;
    border-radius: 14px;
    background: #d1ebef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

#tips-sec .links .link .fa-minus {
    display: none;
}

#tips-sec .links .link span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 100%;
    background: #f55f8d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 7px;
}

#tips-sec .links .link span i {
    color: #cbe8e8;
}

#tips-sec .links link:hover {
    background: #f55f8d;
    color: #fff;
}

#tips-sec .links .link:hover span {
    background: #fff;
}

#tips-sec .links .link:hover span i {
    color: #f55f8d;
}

#sideBanner {
    position: fixed; /* ทำให้แบนเนอร์ติดกับหน้าจอ */
    right: 0; /* ตำแหน่งด้านขวา */
    top: 30%; /* ตั้งค่าให้อยู่กึ่งกลางด้านข้าง */
    transform: translateY(-50%); /* ปรับให้แบนเนอร์อยู่ตรงกลางแนวตั้ง */
    width: 200px; /* กำหนดความกว้างของแบนเนอร์ */
    background-color: #f2f2f2; /* สีพื้นหลังของแบนเนอร์ */
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); /* เพิ่มเงาเล็กน้อย */
    padding: 20px; /* ระยะขอบภายใน */
    z-index: 1000; /* ให้อยู่ด้านบนสุดของเนื้อหาอื่นๆ */
}

#closeBannerBtn {
    position: absolute; /* ตำแหน่งปุ่มที่มุมบนซ้าย */
    top: 5px;
    left: 5px;
    cursor: pointer; /* เปลี่ยนเคอร์เซอร์เมื่อโฮเวอร์ */
}


.signup {
    padding: 85px 0;
    background-image: url(https://storage.perfectcdn.com/2i0y0w/t76ntoe8bs8c3312.png);
}

.signup h4 {
    font-size: 24px;
    margin-bottom: 30px;
}

.signup .left {
    padding-top: 80px;
    padding-right: 80px;
}

.signup .left .section-title {
    color: #fff;
    line-height: 1.3;
}

.signup .left p {
    color: #fff;
    margin-bottom: 26px;
    line-height: 1.4;
}

.signup .right {
    padding-top: 70px;
}

.signup .right .inpt-icon img {
    max-width: 20px;
}

.signup label {
    color: #151243;
}

.signup .button-row span {
    padding-left: 10px;
    padding-right: 0;
    border: 0;
    margin-left: 16px;
    margin-right: 0;
}

.service-page {
    display: flex;
}

.side-menu {
    width: 275px;
    padding: 27px 12px 10px 20px;
}

.side-menu .menu-icon {
    width: 25px;
}

.service-page right-content {
    flex: 1;
}

.guest .row.search-row {
    margin-top: 35px;
}

.guest .row.search-row .input-group .btn.btn-primary {
    width: auto;
    min-width: auto;
}

.guest table tbody tr td {
    background-color: #f5f6f8;
}




/*==========================================================================================*/
/*=================================== dashboard ======================================*/
/*=================================== start ======================================*/
/*========================================================================================*/
.auth {
    background-color: #f5f6f8;
}

.sidebar-wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 270px;
    z-index: 999;
    background-color: #fff;
    overflow-y: auto;
}

.sidebar-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 15px;
}

.pinner {
    color: #623968;
    font-size: 24px;
}

.user-profile-wrap {
    text-align: center;
    padding: 15px;
}

.user-profile {
    width: max-content;
    margin: auto auto 10px;
    border: 5px solid #fff;
    border-radius: 100px;
}

.user-profile-img {
    position: relative;
    z-index: 1;
}

.username {
    color: #151243;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
}

.profile-balance {
    display: block;
    width: 100%;
    color: #fff !important;
    background-color: #f55f8d;
    padding: 10px 15px;
    border-radius: 12px;
    text-decoration: none !important;
}

.sidebar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
}

.sidebar-nav li {
    flex: 0 0 100%;
    max-width: 100%;
}

.sidebar-nav li a {
    display: block;
    padding: 10px 20px 10px 40px;
    color: #151243;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 2px;
    text-decoration: none !important;
}

.sidebar-nav li.active a,
.sidebar-nav li a:hover,
.sidebar-nav li.active a:hover,
.sidebar-nav li a:focus-visible,
.sidebar-nav li a:focus {
    background-color: #fcd4e0;
    color: #f55f8d;
}

.sidebar-nav li.extra-nav a {
    background-color: #00aded;
    padding: 12px 15px;
    text-align: center;
    width: 80%;
    margin: 25px auto 3px;
    border-radius: 12px;
    color: #fff;
}

.sidebar-nav li.extra-nav.extra-nav-light a {
    margin-top: 3px;
    background-color: #fcd4e0;
    color: #f55f8d;
}

.page-wrap {
    padding-left: 270px;
    overflow: hidden;
}

.top-bar {
    padding: 12px 0 20px;
    margin-bottom: 30px;
}

.top-bar-left-nav,
.top-bar-right-nav {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
    align-content: center;
    margin: 0;
}

.top-bar-right-nav {
    justify-content: flex-end;
}

.top-bar-left-nav li a,
.top-bar-right-nav li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-image: linear-gradient(to right,#f55f8d 0,#f8ae56 51%,#f55f8d 100%);
    border-radius: 100px;
    font-size: 22px;
}

.top-bar-right-nav li a {
    margin-left: 8px;
}

.top-bar-right-nav li a:hover {
    opacity: .7;
}

.top-bar-right-nav li:last-child a {
    background-image: linear-gradient(to right,#f55f8d 0,#f8ae56 51%,#f55f8d 100%);
    color: #fff;
}

.row.page-title-row {
    margin-top: 35px;
}

.dash-stats {
    background-color: #ffffff;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 10%);
    padding: 15px;
    border-radius: 25px;
}

.dash-stats-icon {
    margin-bottom: 12px;
}

.dash-stats-title {
    color: #151243;
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 1.4;
    font-weight: 400;
}

.dash-stats-txt {
    font-weight: 700;
}

.row.dash-stats-row {
    margin-top: -110px;
    margin-bottom: 35px;
}

.search-row .form-control {
    border-radius: 12px !important;
    width: 100%;
}

.search-row .input-group {
    width: 100%;
    position: relative;
}

.search-row .input-group .btn.btn-gradient {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: auto;
}

.search-row .input-group .form-control {
    height: 58px !important;
}

.search-row .input-group .inpt-icon {
    z-index: 9;
    color: #fcd4e0;
    background: transparent;
}

.cat-dropdown .dropdown-toggle {
    width: 100%;
    min-width: 100%;
    height: 58px; /* ตั้งค่าความสูงตามที่คุณต้องการ */
    margin: 0; /* ลบ margin */
}

.cat-dropdown .dropdown-menu {
    max-height: 300px; /* ตั้งค่าสูงสุดตามที่คุณต้องการ */
    overflow-y: auto; /* เพิ่มแถบเลื่อนแนวตั้ง */
}


.row.search-row {
    margin-bottom: 15px;
}

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

table tr th,
table tr td {
    border: 0 !important;
    vertical-align: middle !important;
}

table thead tr th,
table tr.ser-cat-row th {
    background-color: #f55f8d;
    color: #fff;
    padding: 12px !important;
}

table tr.ser-cat-row {
    color: #151243;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    background: transparent !important;
}

table tr.ser-cat-row th {
    background: transparent !important;
    color: #151243;
    padding: 0 !important;
}

table tbody tr td {
    background-color: #fff;
    color: #151243;
    padding: 12px !important;
}

table tbody tr td:first-child,
table thead tr th:first-child {
    border-radius: 12px 0 0 12px;
}

table tbody tr td:last-child,
table thead tr th:last-child {
    border-radius: 0 12px 12px 0;
}

.service-description .modal-header::before,
.service-description .modal-header::after {
    display: none;
}

.service-description .modal-header {
    display: flex;
    justify-content: space-between;
}

.service-description .btn-wrap {
    display: flex;
}

.service-description .btn-wrap .btn.btn-primary.btn-secondary {
    width: auto;
    min-width: auto;
    margin-left: 10px;
}

.wrapper.toggle .page-wrap {
    padding-left: 0;
}

.wrapper.toggle .sidebar-wrap {
    left: -270px;
}

.wrapper .pinner1 {
    display: none;
}

.wrapper.toggle .pinner1 {
    display: flex;
}

.wrapper.toggle,
.wrapper,
.wrapper.toggle .page-wrap,
.wrapper .page-wrap,
.wrapper.toggle .sidebar-wrap,
.wrapper .sidebar-wrap {
    transition: 0.3s ease-in-out;
}

.short-cat-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
}

.row.short-cat-row {
    margin-bottom: 25px;
}

.short-cat-btn {
    margin: 0 10px;
    display: block;
    cursor: pointer;
}

.well {
    border: 1px solid #e2e4e8;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: none;
}

.auth .nav-tabs li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    color: #151243;
    font-size: 18px;
    font-weight: 500;
    font-weight: 500;
    padding: 5px 0;
    margin-right: 15px;
    border: 0 !important;
}

.auth .nav-tabs li a .tab-icon {
    color: #f55f8d;
    font-size: 26px;
}

.auth .nav-tabs li a .tab-icon {
    color: #f55f8d;
    font-size: 26px;
    margin-right: 8px;
}

.auth .nav-tabs {
    border: 0;
    margin-bottom: 15px;
}

.auth .nav-tabs li.active a,
.auth .nav-tabs li.active a:hover,
.auth .nav-tabs li a:hover,
.auth .nav-tabs li a:focus,
.auth .nav-tabs li a:focus-visible {
    position: relative;
    background-color: transparent;
}

.auth .nav-tabs li.active a .tab-txt::after,
.auth .nav-tabs li a:hover .tab-txt::after,
.auth .nav-tabs li.active a:hover .tab-txt::after,
.auth .nav-tabs li a:focus .tab-txt::after,
.auth .nav-tabs li a:focus-visible .tab-txt::after {
    width: 100%;
}

.auth .control-label,
.auth label {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    font-weight: 400;
}

.auth .form-control {
    background-color: rgba(247, 246, 249, 62%);
    height: 49px !important;
    border: 1px solid #fcd4e0 !important;
    border-radius: 8px;
    color: #151243;
    font-size: 14px;
}

.auth .form-control.select2-selection {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.auth .form-control.select2-selection span {
    margin: 0;
}

.auth .btn.btn-primary, .auth .btn.btn-gradient {
    width: 100%;
}

.serv-detail-name {
    color: #151243;
    font-size: 14px;
    background-color: #fcd4e0;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.serv-detail-row .media {
    background-color: #faf9fb;
    padding: 15px;
    border-radius: 15px;
    margin-top: 0;
    margin-bottom: 15px;
}

.serv-detail-row .media .media-body,
.serv-detail-row .media .media-right {
    vertical-align: middle;
}

.serv-detail-row .media .media-heading {
    color: #f55f8d;
    font-size: 14px;
    font-weight: 400;
    font-weight: 400;
}

.ser-detail-icon {
    background-color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #f55f8d;
    font-size: 16px;
}

.serv-detail-row .media .media-txt {
    color: #151243;
    font-size: 14px;
    margin-bottom: 0;
}

.auth textarea.form-control {
    height: 200px !important;
}

.auth .nav.nav-pills {
    display: flex;
    align-content: center;
    align-items: center;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    justify-content: center;
}

.auth .nav.nav-pills li a {
    background-color: #fcd4e0;
    color: #151243;
    font-size: 16px;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    min-width: 130px;
    justify-content: center;
    box-shadow: none;
    margin: 0 2px;
}

.auth .nav.nav-pills li.active a,
.auth .nav.nav-pills li.active a:hover,
.auth .nav.nav-pills li a:hover,
.auth .nav.nav-pills li a:focus,
.auth .nav.nav-pills li a:focus-visible {
    background-color: #f55f8d;
    color: #fff;
    border-color: #f55f8d;
}

.In.progress {
    height: auto;
    margin-bottom: 0;
}

.nav-pill-icon {
    width: 15px;
    height: 15px;
    background-color: #fff;
    display: inline-flex;
    border-radius: 100px;
    border: 4px solid #000;
    margin-right: 5px;
}

.เสร็จสิ้น .nav-pill-icon {
    border-color: #00b73c;
}

.รอดำเนินการ .nav-pill-icon,
.Active .nav-pill-icon {
    border-color: #009cff;
}

.กำลังดำเนินการ .nav-pill-icon,
.Paused .nav-pill-icon {
    border-color: #ff7e00;
}

.ทำงานบางส่วน .nav-pill-icon,
.ถูกปฏิเสธ .nav-pill-icon {
    border-color: #ff799d;
}

.ยกเลิก .nav-pill-icon,
.ข้อผิดพลาด .nav-pill-icon {
    border-color: #ff0000;
}

.เสร็จสิ้น .order-status-txt {
    color: #00b73c;
}

.รอดำเนินการ .order-status-txt,
.Active .order-status-txt {
    color: #009cff;
}

.กำลังดำเนินการ .order-status-txt,
.Paused .order-status-txt {
    color: #ff7e00;
}

.ทำงานบางส่วน .order-status-txt,
.ถูกปฏิเสธ .order-status-txt {
    color: #ff799d;
}

.ยกเลิก .order-status-txt,
.ข้อผิดพลาด .order-status-txt {
    color: #ff0000;
}

.order-status {
    display: flex;
    align-items: center;
}

.auth .nav-tabs2 li a {
    padding: 10px 15px;
    font-size: 18px;
    position: relative;
    text-align: left;
    margin-right: 0;
}

.auth .nav-tabs2 {
    border-bottom: 2px solid #c4ecfb;
}

.auth .nav-tabs2 li.active a::after,
.auth .nav-tabs2 li.active a:hover:after,
.auth .nav-tabs2 li a:hover:after,
.auth .nav-tabs2 li a:focus:after,
.auth .nav-tabs2 li a:focus-visible:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #00aded;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1.4px;
}

.fund-tab-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.fund-tab-icon {
    color: #f55f8d;
    font-size: 35px;
    margin-right: 10px;
}

.fund-tab-title {
    color: #151243;
    font-size: 24px;
    font-weight: 500;
}

.fund-tab-body {
    margin-top: 15px;
}

.dash-acc-wrap {
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dash-acc-title {
    color: #151243;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
}

.dash-acc-status {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0;
    color: #f55f8d;
    font-weight: 500;
}

.dash-acc-status .dash-acc-status-txt {
    margin-left: 10px;
}

.status-detail-left {
    color: #151243;
    font-size: 14px;
}

.status-detail-right {
    color: #f55f8d;
    font-size: 14px;
}

.status-detail-wrap {
    background-color: #faf9fb;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border: 1px solid #edeef1;
}

.account-box-wrap {
    border: 1px solid #e2e4e8;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: none;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 15px;
}

.account-box-left-icon {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #d9f3fd;
    border-radius: 100px;
    color: #00afef;
    font-size: 26px;
}

.account-box-left {
    padding-right: 15px;
}

.account-box-right {
    font-size: 24px;
    color: #f55f8d;
    text-align: right;
}

.account-box-center {
    flex: 0 0 calc(100% - 105px);
    max-width: calc(100% - 105px);
}

.account-box-label {
    color: #9c9ca9;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.4;
}

.account-box-txt {
    color: #151243;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

#myticket .modal-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

#statusmodal .modal-dialog {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

#statusmodal .modal-footer .btn.btn-gradient {
    width: auto;
}

#myticket .modal-header::before,
#myticket .modal-header::after {
    display: none;
}

.faq-accordian .panel.panel-default {
    padding: 15px;
    background-color: #f55f8d;
    border-color: #f55f8d;
    border-radius: 12px;
    margin-bottom: 13px;
}

.faq-accordian .panel.panel-default .panel-heading {
    padding: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: ;
    line-height: 1.3;
    font-weight: 500;
}

.faq-accordian .panel.panel-default .panel-heading a {
    position: relative;
    display: block;
    text-decoration: none !important;
}

.faq-accordian .panel.panel-default .panel-heading a::after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #f55f8d;
    border-radius: 100px;
    font-size: 27px;
}

.faq-accordian .panel-body {
    border: 0 !important;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 12px;
}

.faq-accordian .panel.panel-default .panel-heading a[aria-expanded="true"]::after {
    content: '\f106';
}

.ratt-head {
    font-size: 80px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.ratt-head small {
    font-size: 16px;
}

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

.ratt-pr {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

/*=========================================================================================*/
/*=================================== dashboard ======================================*/
/*=================================== End ======================================*/
/*========================================================================================*/

.ticket-wrap {
    width: 80%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}

.ticket-wrap-profile-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #f55f8d;
    border-radius: 100px;
    color: #fff;
    font-size: 28px;
}

.ticket-wrap-content {
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    margin-right: 15px;
    background-color: #f5f6f8;
    border-radius: 12px;
}

.ticket-wrap-txt,
.ticket-wrap-ftr {
    padding: 12px;
}

.ticket-wrap-ftr {
    background-color: #f55f8d;
    color: #fff;
    border-radius: 0 0 12px 12px;
    text-align: center;
}

.ticket-wrap.ticket-wrap-left {
    margin-left: 0;
    margin-right: auto;
}

.ticket-wrap.ticket-wrap-left .ticket-wrap-content {
    margin-right: 0;
    margin-left: 15px;
}

.canmessage {
    border: 1px solid #f5f6f8;
    background-color: #f5f6f8;
    border-radius: 20px;
    box-shadow: none;
    padding: 20px;
}

.canmessage form {
    position: relative;
}

.canmessage form {
    position: relative;
}

.canmessage form .canmessage-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.canmessage form .canmessage-btn .btn.btn-primary {
    width: 55px;
    max-width: 55px;
    min-width: 55px;
    height: 55px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: ;
    font-size: 44px;
}

.auth .canmessage form textarea.form-control {
    height: 75px !important;
    padding-right: 70px;
}

.short-cat-ul li {
    /*flex: 0 0 24%;
      max-width: 24%;*/
}

.short-cat-ul li .short-cat-btn {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background-color: #f5f6f8;
    padding: 10px 8px;
    border-radius: 12px;
    margin-bottom: 8px;
}

.short-cat-ul li .short-cat-btn .txt {
    color: #151243;
    margin: 0 0 0 7px;
    display: none;
}

.short-cat-ul li .short-cat-btn.active {
    background-color: #f55f8d;
    color: ;
}

.short-cat-ul li .short-cat-btn.active .short-cat-btn-img {
    border-radius: 100px;
    box-shadow: 0 0 0 2px #fff;
}

.short-cat-ul li .short-cat-btn.active .txt {
    color: #fff;
}

.terms .chck {
    list-style: none;
}

.short-cat-ul li .short-cat-btn1 {
    width: 55px;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 35px;
    color: #239fdb;
}

.short-cat-btn-img {
    display: none;
}

.short-cat-ul li .short-cat-btn1.active {
    color: #fff;
}

.short-cat-ul li .short-cat-btn1:hover {
    color: #fff;
    background-color: #f55f8d;
}

.status-info {
    margin-bottom: 20px;
}

.status-info .txt {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #151243;
}

.status_card {
    border: 1px solid #e2e4e8;
    background-color: #fff;
    border-radius: 20px 0 20px 20px;
    box-shadow: none;
    padding: 0;
    margin-top: 38px;
}

.status_card .status_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background-color: #f5f6f8;
    padding: 12px;
    border-radius: 20px 0 0 0;
    position: relative;
}

.status_card .status_head .text_big {
    color: #151243;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.status_card .status_head .text_info {
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.amount_status {
    width: auto;
    height: auto;
    background-color: #f55f8d;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
}

.status_body {
    padding: 15px;
}

.status_body ul {
    list-style: none;
}

#statusmodal .modal-footer .btn.btn-primary {
    width: auto;
}

.status_card .status_head .text_big {
    position: absolute;
    background-color: #f55f8d;
    padding: 4px 15px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    top: -29px;
    right: -1px;
}

.status_body ul li {
    color: #f55f8d;
    font-size: 14px;
}

.status_body ul li strike {
    color: gray;
}

.status-info .txt b {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}

.status-info {
    margin-top: 20px;
    border: 1px solid #e2e4e8;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
}

.status-info .txt:last-child {
    margin-bottom: 0;
}

.btn.btn-api {
    padding: 0;
    background: transparent;
    font-size: 23px;
    color: #f55f8d;
    text-align: right;
    display: inline-flex;
}

#api_key {
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    height: auto !important;
    color: #151243;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    width: auto !important;
}

.btn.btn-primary.btn-danger {
    background-color: red;
    border-color: red;
}

#cause {
    padding: 80px 0;
}

#cause .section-title {
    text-align: center;
    line-height: 1.3;
}

#cause .txt {
    text-align: center;
}

#cause .panel.panel-default {
    background: transparent;
    border: 0;
    box-shadow: none;
}

#cause .panel.panel-default .panel-heading {
    padding: 0;
    background: transparent;
    border: 0;
}

#cause .panel.panel-default .panel-heading .panel-title a {
    color: #151243;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    background-color: rgba(0, 174, 239, 11%);
    padding: 15px 20px;
    border-radius: 12px;
    position: relative;
    display: block;
}

#cause .panel.panel-default .panel-heading .panel-title a::after {
    content: '\f067';
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #f55f8d;
    border-radius: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

#cause .panel.panel-default .panel-heading .panel-title a[aria-expanded="true"]::after {
    content: '\f068';
}

#cause .panel.panel-default .panel-body,
#cause .panel.panel-default .panel-body p {
    border: 0;
    font-size: 16px;
    color: #151243;
    line-height: 1.4;
}

#cause #accordion {
    margin-top: 30px;
    margin-bottom: 50px;
}

.payment-method-slide {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 22px;
    min-height: 130px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 10%);
    margin: 10px;
}

#cause {
    padding: 80px 0;
    background-image: url('https://storage.perfectcdn.com/2i0y0w/5mq0s48xacsoaghm.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

#cause .container {
    background-image: url('https://storage.perfectcdn.com/2i0y0w/9dipkswitsy4geh3.png');
    background-position: top center;
    padding-top: 35px;
    background-repeat: no-repeat;
}

.sidebar-logo-wrap .pinner {
    cursor: pointer;
}

.sidebar-logo-wrap a {
    text-align: center;
    display: block;
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
}

.In.progress {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.dropdown-currencies .dropdown-menu {
    width: 100%;
    min-width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: 0;
	overflow-y: auto;
}

.dropdown-currencies .dropdown-menu li a {
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
    padding: 5px !important;
    font-size: 16px;
    height: auto;
    border-radius: 0;
    color: #151243 !important;
    background: transparent;
}

.top-bar-right-nav li a:hover {
    text-decoration: none;
}

.modal-header {
    position: relative;
}

.modal-header .close-modal {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.modal-header .close-modal:hover {
    opacity: .7;
}

.short-cat-ul li .short-cat-btn1 {
    transition: .5s ease all;
    transform: scale(1);
}

.short-cat-ul li .short-cat-btn1:hover {
    transform: scale(1.1);
}

.auth .nav-tabs li a {
    transition: .4s ease all;
    cursor: pointer !important;
}

.auth .nav-tabs li a .tab-txt::after {
    transition: .4s ease all;
}

/*=================================== Responsive Start ======================================*/
@media screen and (min-width:1201px) {
    #we-care .row {
        display: flex;
    }
}

@media screen and (max-width:1300px) {
    .signup:before {
        width: 620px;
    }
}

@media screen and (max-width:1200px) {
    .signup:before {
        width: 530px;
    }

    #top-sec .checkbox label {
        padding-left: 5px;
    }

    #stats-sec .card {
        padding: 15px;
    }

    #real-niche .play {
        width: 100px;
        height: 100px;
    }

    #we-care .card.main {
        margin-bottom: 20px;
    }

    #payment-method ul li {
        height: 117px;
        width: 170px;
    }

    .sidebar-wrap {
        width: 200px;
    }

    .page-wrap {
        padding-left: 200px;
    }

    .social__icons .short-cat-ul li {
        flex: none;
        width: auto;
    }

}

@media screen and (max-width:991px) {
    #top-sec {
        text-align: center;
    }

    .row-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    #top-sec .top-sec-img-wrap {
        max-width: 400px;
        margin: auto;
        margin-bottom: 30px;
    }

    #top-sec .badge-title {
        margin: auto;
    }

    #stats-sec .card.main {
        text-align: center;
        height: auto;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    #stats-sec .card.main:after {
        display: none;
    }

    .signup:before {
        width: 100%;
        height: 47%;
    }

    .section-title {
        font-size: 38px;
    }

    #stats-sec {
        padding-bottom: 50px;
    }

    #real-niche {
        padding: 45px 0;
    }

    #real-niche .image img {
        margin: auto;
    }

    #real-niche .image {
        margin-bottom: 60px;
    }

    #real-niche .content {
        text-align: center;
    }

    #we-care {
        padding: 50px 0;
    }

    #marketing {
        padding-top: 50px;
        padding-bottom: 30px;
        text-align: center;
    }

    #marketing .image {
        max-width: 350px;
        margin: auto;
        margin-bottom: 25px;
    }

    #tips-sec:after {
        display: none;
    }

    #tips-sec .content-box {
        padding: 0;
    }

    #payment-method ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    #payment-method ul li {
        width: 30%;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    #payment-method .section-title {
        margin-bottom: 30px;
    }

    #payment-method {
        padding-bottom: 50px;
    }

    #register img {
        height: auto;
    }

    #register .row {
        align-items: center;
        width: auto;
    }

    #register .section-title {
        font-size: 32px;
    }

    #register {
        padding: 25px 15px;
    }

    .guest .row.search-row>div:first-child {
        margin-bottom: 20px;
    }

    .short-cat-ul li {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .page-wrap {
        padding-left: 0;
    }

    .signup .left {
        text-align: center;
        padding-right: 15px;
        padding-top: 30px;
    }

    .signup h4 {
        margin-left: auto;
        margin-right: auto;
    }

    .signup .left .main-image img {
        margin-left: auto;
        margin-right: auto;
    }

    .auth .nav.nav-pills.wrap {
        flex-wrap: wrap;
    }

    .auth .nav.nav-pills.wrap>li {
        margin-bottom: 12px;
    }

    .row.search-row>div:last-child {
        margin-top: 17px;
    }

    footer {
        padding-top: 60px;
    }

    footer .footer-logo {
        text-align: center;
    }

    footer .footer-left {
        text-align: center;
    }

    footer .footer-logo a {
        font-size: 38px;
    }

    footer .footer-left {
        margin-bottom: 25px
    }

    ;
}

@media screen and (max-width:767px) {
    h2 {
        font-size: 24px;
    }

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

    #top-sec .login-btn-wrap {
        flex-direction: column;
    }

    #top-sec .login-btn-wrap .btn-primary {
        width: 50%;
    }

    #top-sec .login-btn-wrap *:not(:last-child) {
        margin-bottom: 14px;
    }

    #social-sec .social-slider {
        flex-wrap: wrap;
    }

    #social-sec .social-slider>div {
        margin-bottom: 20px;
    }

    #social-sec {
        padding-bottom: 45px;
    }

    #stats-sec .card {
        margin-bottom: 20px;
        height: auto;
    }

    #stats-sec .card.main {
        font-size: 24px;
    }

    #we-care .card {
        margin-bottom: 20px;
        padding: 20px;
    }

    #tips-sec .links li {
        width: 48%;
        margin-bottom: 20px;
    }

    #payment-method ul li {
        width: 43%;
    }

    #register .row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #register .content {
        padding: 0;
        text-align: center;
        margin-top: 25px;
    }

    #register img {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    #register .section-title {
        font-size: 26px;
    }

    .button-row span img {
        width: 25px !important;
    }

    .guest .row.search-row>div {
        margin-bottom: 20px;
    }

    .short-cat-ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    table tr.ser-cat-row {
        font-size: 24px;
    }

    .table-responsive {
        border: 0;
    }

    .guest .navbar .navbar-nav li.active a::after {
        bottom: 0;
    }

    .row.dash-stats-row {
        margin-top: -68px;
        display: flex;
        flex-wrap: wrap;
    }

    .row.dash-stats-row>div {
        margin-bottom: 20px;
        width: 50%;
    }

    .signup h4 {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 9px 15px;
    }

    .page-wrap .row-container {
        display: flex;
        align-items: center;
    }

    .page-wrap .row-container>div {
        width: 50%;
    }

    .sidebar-nav li a {
        padding: 10px 20px;
    }

    .navbar-nav {
        text-align: center;
    }

    .guest .navbar .navbar-nav li a {
        display: inline-block;
    }

    .modal-body p {
        white-space: initial;
    }

    .auth .nav-tabs li a {
        font-size: 16px;
    }

    .dash-stats-row .dash-stats .dash-stats-icon img {
        margin: auto;
    }

    .social__icons .short-cat-ul li {
        width: 25%;
        margin: 7px 0;
    }

    .social__icons .short-cat-ul li .short-cat-btn1 {
        margin: auto;
    }

    .dash-stats-row .dash-stats {
        text-align: center;
    }

    footer .footer-bottom .d-flex {
        flex-direction: column-reverse;
    }

    footer .footer-bottom p {
        margin-top: 4px;
    }

    footer .footer-right {
        text-align: center;
    }

    footer ul li {
        justify-content: center;
    }

    #cause .panel.panel-default {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:575px) {
    .main-title {
        font-size: 30px;
    }

    .section-title {
        font-size: 26px;
    }

    #top-sec .login-btn-wrap .btn-primary {
        width: 100%;
    }

    #tips-sec .links li {
        width: 100%;
    }

    #payment-method ul li {
        width: 100%;
        height: 80px;
        margin-right: 0;
    }

    #payment-method ul li img {
        max-width: 100%;
    }

    #social-sec .social-slider>div:not(:last-child) {
        margin-right: 0;
    }

    #social-sec .social-slider>div {
        width: 50%;
    }

    #social-sec .social-slider img {
        margin: auto;
    }

    .signup .left {
        background: url(https://storage.perfectcdn.com/2i0y0w/475xmgsn69ricp2l.png) left top no-repeat;
        background-size: cover;
    }

    .social__icons .short-cat-ul li .short-cat-btn1 {
        width: 45px;
        height: 45px;
    }

    .social__icons .short-cat-ul li .short-cat-btn1 i {
        font-size: 25px;
    }

    .signup:before {
        display: none;
    }

    .signup .right {
        padding-top: 20px;
    }

    .short-cat-ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pagetitle {
        font-size: 26px;
    }

    .btn.btn-primary {
        min-width: 100px;
    }

    .account-box-wrap {
        padding: 12px;
    }

    .account-box-left-icon {
        width: 50px;
        height: 50px;
        font-size: 23px;
    }

    .row.dash-stats-row>div {
        width: 100%;
    }

    footer .footer-logo a {
        font-size: 32px;
    }

    #cause .panel.panel-default {
        margin-bottom: 15px;
    }
}

@media (max-width:550px) {
    .bottom-nav {
        display: flex !important;
    }

    .bottom-nav-ul {
        background-color: #00aded;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        margin: 0;
    }

    .bottom-nav-ul {
        background-color: #00aded;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        width: 100%;
    }

    .bottom-nav-ul li {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .bottom-nav-ul li a {
        border-right: 1px solid rgba(255, 255, 255, 50%);
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        padding: 8px 0;
    }

    .bottom-nav-ul li a .bottom-nav-icon {
        font-size: 12px;
        color: #fff;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bottom-nav-ul li a .bottom-nav-txt {
        color: #fff;
        font-size: 12px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bottom-nav-ul li:last-child a {
        border: 0;
    }

    .bottom-nav {
        display: flex !important;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        margin: auto;
    }

    .wrapper {
        padding-bottom: 50px;
    }

    #cause {
        padding: 15px 0;
    }

    #cause .container {
        padding-top: 0;
    }

    #cause .section-title br {
        display: none;
    }

    #cause .panel.panel-default {
        margin-bottom: 15px;
    }

    #cause #accordion {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .sidebar-wrap {
        padding-bottom: 70px;
    }

    .cstm-table thead {
        display: none;
    }

    .table.cstm-table td {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        border-radius: 0;
        padding: 10px 10px 10px 110px !important;
        font-size: 12px;
        position: relative;
        min-height: 38px;
        white-space: normal !important;
        word-break: break-word;
    }

    .table.cstm-table td::after {
        content: attr(data-name);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
    }

    .table.cstm-table td .btn.btn-primary {
        width: auto !important;
        padding: 5px 8px;
        border-radius: 8px;
        font-size: 14px;
    }

    .cstm-table-responsive {
        overflow: unset;
    }

  
}

/*=================================== Responsive End ======================================*/