/** Our own default **/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

body {
    font-family: Readex Pro !important;
    color: #212121;
    font-size: 14px;
    user-select: none;
}

#loader {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    background: url(../../images/NR-PR-Icon.gif) 50% 50% no-repeat
        rgb(0 0 0 / 70%);
    background-size: 80px 80px;
}

a {
    outline: none !important;
}

a:hover {
    text-decoration: none !important;
}

.disabled {
    pointer-events: none;
}

.disabled .balance__footer__coin {
    pointer-events: none;
    opacity: 0.3;
    color: #dbdbdb;
}

@media (min-width: 992px) {
    .container {
        max-width: 75rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 100%;
    }
}

/* ul,
li {
    list-style: none;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
strong,
ul,
li,
* {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 14px;
}

.bg1 {
    background-color: #f8f8f8;
}

.bg2 {
    background-color: #f5f5ff;
}

.bg3 {
    background-color: #f2f6ff;
}

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

/** Our own default **/
/** Buttons **/
.btn {
    padding: 10px 18px !important;
    border-radius: 4px !important;
    transition: all 0.2s ease;
    text-align: center;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.btn:hover {
    text-decoration: none;
}

.btn.v1 {
    background: #ff375f;
    color: #fff;
    border: 1px solid #ff375f;
}

.btn.v1:hover {
    background: #e63256;
    color: #fff;
}

.btn.v1:focus {
    background: #b32743;
}

.btn.v2 {
    border: 1px solid #ff375f;
    color: #ff375f;
    background-color: #fff;
}

/* .btn.v2:hover {
	background-color: #FFF2F5;
} */

.btn.v2:focus {
    background-color: #ffd7df;
}

.btn.v3 {
    background: #fff;
    color: #ff375f;
}

.btn.v3:hover {
    background-color: #fff2f5;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* .btn.v3:focus {
  background-color: #FFD7DF
} */

.btn.v4 {
    background-color: #34c759;
    color: #fff;
    text-align: center;
}

.btn.v5 {
    color: #ee0000;
    background: #fff;
    border: 1px solid #ee0000;
}

.btn.v6 {
    background: #ee0000;
    color: #fff;
}

form input[type="submit"] {
    outline: none;
    border: none;
}

/** Buttons **/

/* .header{height: 80px;} */
div#myHeader {
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
}

.header .header-logo {
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/** Clients **/
.clients {
    padding: 50px 0;
    position: relative;
}

.clients h2 {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
}

.clients h2 strong {
    color: #ee0000;
    font-weight: normal;
}

#packagesslider {
    margin-bottom: 40px;
    display: none;
}

.slick-slide img {
    display: inline-block;
}

.clients .btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -80px;
}

.clients.inside-packages .btn {
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -80px;
}

div#form_version_slider {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
}

#form_version_slider .slick-slide {
    border: none !important;
    margin: 0;
    display: block;
}

#form_version_slider .slick-slide > div:first-child {
    border-bottom: none;
    padding: 0;
}

#form_version_slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    border: 1px solid grey;
    border-radius: 50%;
}

#form_version_slider .slick-arrow.slick-next {
    right: -30px;
}

#form_version_slider .slick-arrow.slick-prev {
    left: -30px;
}

/** Clients **/

/** Offers **/
.offers {
    padding: 115px 0;
}

.offers h3 {
    color: #ee0000;
}

.offers h2 {
    margin-bottom: 40px;
}

.plan {
    background-color: #fff;
    text-align: center;
    height: 100%;
    padding: 55px 30px 100px;
    position: relative;
    border-radius: 10px;
    transition: all 0.2s ease;
}

/* .plan{
animation: swing ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
  float: left;
} */
/* .plan:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: -10px;
  left: 50%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}
.plan:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: -14px;
  left: 52%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #000;
}

@keyframes swing {
  0% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(-2deg);
  }
} */

.offers .plan {
    background-color: #fff;
    text-align: center;
    height: 100%;
    padding: 55px 30px 40px;
    position: relative;
    border-radius: 10px;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offers .plan a.plan-img-target {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
}

.offers .plan a.plan-img-target img {
    width: 100%;
    max-width: 100%;
}

.plan-info-details {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
}

.plan:hover {
    box-shadow: 0px 0px 30px rgb(0 83 125 / 10%);
}

.plan h4 {
    margin-top: 35px;
    color: #34c759;
    font-size: 34px;
}

.plan h5 {
    color: #666;
    margin-top: 5px;
}

.plan p {
    color: #666;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 15px;
}

.plan h3 {
    margin-bottom: 25px;
    color: #212121;
}

.plan strong {
    color: #666;
    text-align: left;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}

.plan ul {
    text-align: left;
    font-weight: 300;
}

.plan ul li {
    padding-left: 25px;
    background: url(../images/Union.svg) left 5px no-repeat;
    margin-bottom: 13px;
    color: #666666;
}

/* .plan .btn {
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 190px;
	margin-left: -95px;
} */
.plan .btn {
    margin-top: 20px;
}

.plan .popular {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/most_popular.svg) no-repeat;
    display: block;
    width: 106px;
    height: 106px;
}

.plan .popular small {
    transform: rotate(-45deg);
    display: block;
    margin-top: 36px;
    margin-right: 18px;
    color: #fff;
    font-size: 12px;
}

/** Offers **/

/** Custom Pricing **/
.custom_pricing {
    background-color: #7e7deb;
    padding: 30px 0;
    position: relative;
    bottom: 0;
}

.custom_pricing h4 {
    color: #fff;
    margin-right: 30px;
}

/** Custom Pricing **/

/** Details Page **/
.details {
    padding: 30px 0;
    position: relative;
}

.reach .bg2 {
    padding: 30px;
    border-radius: 16px 0 0 16px;
    background-color: #f0f0ff;
    /* box-shadow: 1px 3px 10px #80808054; */
}

.reach .bg2 .float-left strong {
    color: #ff375f;
    font-weight: 400;
}

.reach_left .bg2 h2 strong {
    font-weight: normal;
    color: #ff375f;
}

.reach_left h5 {
    margin-top: 45px;
    margin-bottom: 20px;
}

.reach_left .col-4 {
    margin-bottom: 25px;
}

.reach_left h3 {
    margin-top: 25px;
    margin-bottom: 16px;
}

.reach_left ul li {
    color: #666;
    padding-left: 25px;
    background: url(../images/Union.svg) left 5px no-repeat;
    margin-bottom: 13px;
    width: 100%;
    font-weight: 300;
    height: 100%;
}

.pack_info {
    background-color: #fff;
    padding: 30px;
    border-radius: 0 16px 16px 0;
    /* box-shadow: 1px 3px 10px #80808054; */
}

.pack_info h1 {
    font-size: 34px;
    margin-bottom: 10px;
}

.pack_info h5 {
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}

.pack_info h2 {
    font-size: 34px;
    color: #34c759;
}

.pack_info h2 span {
    font-size: 20px;
    color: #a3a3a3;
    text-decoration: line-through;
    display: block;
    width: 100%;
}

.pack_info p {
    font-weight: 300;
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #666;
}

.pack_info ul li {
    font-weight: 300;
    list-style: disc outside;
    color: #666;
    margin-left: 14px;
}

.addson_payment {
    background-color: #fff;
    padding: 18px 20px;
    margin-bottom: 20px;
    border-radius: 16px;
}

.addson_payment h3 {
    /* 8506 */
}

.addson_payment li:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}

.addson_payment input[type="checkbox"] {
    float: left;
    margin-top: 5px;
    margin-right: 7px;
    position: absolute;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.addson_payment label {
    float: left;
    width: 100%;
    font-weight: 300;
    position: relative;
    padding-left: 21px;
}

.addson_payment label::before {
    position: absolute;
    top: 0.2rem;
    left: 0rem;
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 2px;
}

.addson_payment label::after {
    position: absolute;
    top: 0.1rem;
    left: 0rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 28% / 64% 47% no-repeat;
}

.addson_payment input[type="checkbox"]:checked ~ label::before {
    border-color: #ee0000;
    background-color: #ee0000;
}

.addson_payment input[type="checkbox"]:checked ~ label::after {
    background-image: url("../images/checked.png");
    z-index: 999;
    background-position: center;
    background-repeat: no-repeat;
}

.addson_payment label span {
    float: right;
    font-weight: 500;
}

.addson_payment p {
    font-weight: 300;
    width: 100%;
    margin-bottom: 15px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    letter-spacing: 0.25px;
}

.addson_payment p.total-price {
    color: #666;
    font-family: Readex Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.25px;
}

.hide-price-breakdown {
    color: #ff375f;
    font-family: Readex Pro;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    padding: 20px 10px 10px 10px;
    text-align: center;
}

.hide-price-breakdown span {
    cursor: pointer;
}

.hide-price-breakdown.active svg {
    cursor: pointer;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--black-10, #e3e6e7);
}

.addson_payment span.order-successfuly {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #666666;
}

.addson_payment p:last-child {
    margin-bottom: 0;
}

.addson_payment p span {
    float: right;
    font-weight: normal;
    color: #212121;
}

.addson_payment h4 {
    font-size: 16px;
    color: #666;
    width: 100%;
}

.addson_payment h4 span {
    color: #34c759;
    float: right;
}

.addson_payment input[type="submit"],
.addson_payment input[type="button"] {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.views_location_seo {
    margin-top: 30px;
}

.views_location_seo .col-md-3 div {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}

.views_location_seo .col-md-3 div img {
    width: 100%;
}

.views_location_seo strong {
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #212121;
}

.views_location_seo p {
    font-weight: 300;
    width: 100%;
    color: #666;
}

.views_location_seo p span {
    font-weight: normal;
    float: right;
}

.success_popup,
.error_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    display: none;
    z-index: 11;
}

.success_popup .col-5,
.error_popup .col-5 {
    background-color: #fff;
    padding: 40px;
    text-align: center;
    margin-top: 112px;
    box-shadow: 0px 0px 30px rgb(0 83 125 / 10%);
    border-radius: 16px;
}

.success_popup p,
.error_popup p {
    margin: 10px 0 20px;
    color: #666;
    font-weight: 300;
}

.success_popup a,
.error_popup a {
    margin: 0 5px;
}

/** Details Page **/

/** Dashboard Nav **/
.dashboard_sidebar {
    box-shadow: 0px 0px 30px rgb(0 83 125 / 10%);
    padding: 32px 0 0;
    text-align: center;
}

.dashboard_sidebar a.userHide svg {
    display: none;
}

.dashboard_sidebar.bg-danger a.userHide svg {
    display: block;
    margin: 0 auto;
}

.dashboard_sidebar.bg-danger a.userHide img {
    display: none;
}

.account_types .dashboard_sidebar {
    background-color: #ff375f;
}

.menu_fixed {
    position: fixed;
    width: 100%;
}

.menu_fixed .col-1 {
    padding: 0;
}

.dashboard_sidebar + .col-10 {
    padding-left: 60px;
    padding-bottom: 50px;
}

.dashboard_sidebar nav {
    margin-top: 30px;
    text-align: center;
}

.dashboard_sidebar nav a {
    height: 52px;
    width: 100%;
    display: block;
    color: #666;
    padding: 17px 0;
}

.dashboard_sidebar nav a:hover,
.dashboard_sidebar nav a.active {
    background: #fff;
    color: #ff375f;
    position: relative;
}

.dashboard_sidebar nav a svg {
    position: relative;
    font-size: 16px;
    fill: #666666;
}

.dashboard_sidebar.bg-danger nav a svg {
    position: relative;
    font-size: 16px;
    fill: #fff;
}

.dashboard_sidebar nav a svg.myorder-box {
    fill: none;
}

.dashboard_sidebar.bg-danger nav a svg.myorder-box path,
.dashboard_sidebar.bg-danger nav a svg.myorder-box rect {
    fill: none;
    stroke: #fff !important;
}

.dashboard_sidebar nav a:hover svg {
    fill: #ff375f;
}

.dashboard_sidebar nav a.active svg {
    fill: #ff375f;
}

.account_types .dashboard_sidebar nav a.active svg {
    fill: #fff;
}

.dashboard_sidebar nav a:hover svg.myorder-box rect,
.dashboard_sidebar nav a:hover svg.myorder-box path,
.dashboard_sidebar nav a.active svg.myorder-box rect,
.dashboard_sidebar nav a.active svg.myorder-box path {
    stroke: #ff375f !important;
    fill: none;
}

.dashboard_sidebar nav a:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 4px;
    border-radius: 2px;
    height: 20px;
    /* background: green; */
    padding: 26px 2px;
}

.dashboard_sidebar.bg-danger nav a:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 4px;
    border-radius: 2px;
    height: 4px;
    /* background: green; */
    padding: 18px 2px;
}

.dashboard_sidebar nav a:hover:after,
.dashboard_sidebar nav a.active:after {
    background-color: #ff375f;
    fill: #ff375f;
}

/** Dashboard Nav **/
.dashboard_sidebar {
    box-shadow: 0px 0px 30px rgb(0 83 125 / 10%);
    padding: 32px 0 0;
    text-align: center;
    width: 6%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    height: 100%;
    background: #f7f6ff;
}

.dashboard_sidebar a img {
    width: 50%;
}

.dashboard_sidebar + .col-10 {
    padding-left: 60px;
    padding-bottom: 50px;
}

.dashboard_sidebar nav {
    margin-top: 30px;
    text-align: center;
}

.dashboard_sidebar nav a {
    height: 52px;
    width: 100%;
    display: block;
    color: #666;
    padding: 17px 0;
    position: relative;
}

.dashboard_sidebar nav a:hover,
.dashboard_sidebar nav a.active {
    background: #fff;
    color: #ff375f;
}

.dashboard_sidebar nav a svg {
    position: relative;
    font-size: 16px;
    fill: #666666;
}

.account_types .dashboard_sidebar nav a svg {
    position: relative;
    font-size: 16px;
    fill: #ffffff;
}

.dashboard_sidebar nav a:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 4px;
    border-radius: 2px;
    height: 20px;
    /* background: green; */
    padding: 26px 2px;
}

.account_types .dashboard_sidebar nav a:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    width: 4px;
    border-radius: 2px;
    height: 20px;
    /* background: green; */
    padding: 22px 2px;
}

.dashboard_sidebar nav a:after:hover,
.dashboard_sidebar nav a:after.active {
    background-color: #ff375f;
    fill: #ff375f;
}

/** Dashboard Nav **/
/** Dashboard Nav **/

/** Dashboard Sections **/
.container-fluid.pr-header {
    position: sticky;
    top: 0;
    z-index: 99;
    padding: 0;
    width: 100%;
}

.container-fluid .col-12 {
    padding-left: 9%;
    padding-right: 3%;
    background: #f7f6ff;
}

.profile_header {
    padding: 30px 0;
}

.profile_header h1 {
    color: #212121;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.25px;
}

.profile_menu .agency-user-account {
    padding: 2px 8px 2px 2px;
    gap: 2px;
    background: #e63256;
    border-radius: 11px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #ffffff;
    margin-right: 30px;
}

.profile_menu a.notifications {
    text-indent: -9999px;
    background: url(../images/Notification.svg) no-repeat #fff center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e3e6e7;
    cursor: pointer;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.profile_menu a.notifications:hover {
    background-color: #eee;
}

.profile_menu .dropdown a.dropdown-toggle {
    color: #666;
    position: relative;
    z-index: 100;
}

.profile_menu .dropdown a:hover {
    text-decoration: none;
}

.profile_menu .dropdown a.dropdown-toggle::after {
    vertical-align: 0;
}

.profile_menu .dropdown .dropdown-item {
    font-size: 12px;
    padding: 8px 19px;
}

.profile_menu .dropdown-menu.show {
    top: 17px !important;
    left: -61px !important;
    padding-top: 7px;
    z-index: 10;
}

.profile_menu .dropdown img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 30px #00537d1a;
    transition: all 0.3s ease;
}

.profile_menu .dropdown:hover a.dropdown-toggle {
    color: #ccc;
}

.profile_menu .dropdown:hover img {
    border-color: #ccc;
}

.white_bg {
    padding: 30px;
    background-color: #fff;
    border-radius: 16px;
    position: relative;
}

.orders .white_bg {
    padding: 20px;
    background-color: #fff;
    border-radius: 16px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.order-items .order-box-item {
    width: 100%;
    max-width: 48px;
    margin-right: 10px;
    height: 48px;
    max-height: 48px;
    margin-top: 4px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    background: transparent;
    overflow: hidden;
    position: relative;
}

.order-items .order-box-item img {
    width: 100%;
    font-size: 11px;
    color: #000;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

/* img.float-left.order-box-item {
    width: 100%;
    max-width: 48px;
    margin-right: 10px;
    height: 100%;
    max-height: 48px;
    margin-top: 4px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    background: transparent;
} */

.ordertwo h3 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #212121;
}

.full_height .white_bg {
    height: 100%;
}

.white_bg h5 {
    color: #666;
    font-weight: 300;
}

.new-wallet .bottom {
    display: flex;
    padding: 12px 0;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-wallet .page-item.disabled .page-link {
    border-color: transparent;
}

.new-wallet .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    /* border-color: none !important; */
    margin-top: 5px;
}

.new-wallet .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    background-color: transparent;
    border: 1px solid #dee2e6;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0.25rem;
    border-color: transparent;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    text-align: center;
    letter-spacing: 0.01563rem;
    color: #636464 !important;
    margin-top: 5px !important;
}

.new-wallet .page-item.active .page-link {
    z-index: 3;
    color: #636464;
    background-color: white;
    border-color: #dee2e6;
    margin-top: 5px;
}

.wallet-chart-balance .white_bg h5 {
    color: #a3a3a3;
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
    opacity: 1;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\01F891";
    top: 1em;
    opacity: 0 !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 1em;
    content: "\01F893";
    bottom: 0.7em;
    opacity: 0 !important;
}

.sorting_asc,
.sorting_desc {
    color: #ee0000 !important;
}

.sorting-icons-table {
    background: url(../images/sorting.svg) no-repeat center right;
    cursor: pointer;
    display: inline-block;
    padding-right: 1.45rem;
}

.wallet-chart-balance .white_bg h3 {
    color: #212121;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
    letter-spacing: 0.15px;
}

.white_bg h5 + strong {
    font-size: 34px;
    font-weight: 400;
    float: left;
}

.white_bg h5 + strong + span {
    display: block;
    background: #edfaf1;
    border-radius: 18px;
    width: 40px;
    height: 28px;
    font-size: 12px;
    color: #248b3e;
    float: right;
    line-height: 30px;
    text-align: center;
    margin-top: 14px;
}

.white_bg h6 {
    display: block;
    width: 100%;
    clear: both;
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    margin-top: 5px;
}

.pr .white_bg strong {
    color: #ff9500;
}

.pr2 .white_bg strong {
    color: #34c759;
}

.pr2 div.float-left {
    width: 32%;
}

.wallet span {
    margin: 10px 32px 0 0;
}

.wallet span h3 {
    font-size: 26px;
}

.wallet span h5 {
    font-size: 10px;
    color: #a3a3a3;
    text-transform: uppercase;
    margin-top: 10px;
}

.packs li:first-child {
    margin-bottom: 44px;
}

.packs li > img {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.packs li h3 {
    font-size: 18px;
}

.packs li p {
    font-weight: 300;
    margin: 5px 0;
}

.packs .status {
    font-size: 12px;
}

.packs .status img {
    margin-right: 10px;
}

.packs a {
    color: #ff375f;
    float: right;
    text-transform: uppercase;
    font-weight: 500;
}

.overview img {
    margin-top: 79px;
    width: 100%;
}

.past img {
    margin: 25px auto 0;
    display: block;
}

.past li {
    float: left;
    text-align: center;
    width: 33.3%;
}

.past li strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.past li p {
    font-size: 12px;
    font-weight: 300;
}

.past li p span.color-code {
    padding: 0px 5px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    font-size: 8px;
}

.past li p span.color-code.red {
    background-color: rgb(234, 99, 98);
}

.past li p span.color-code.sky {
    background-color: rgb(0, 200, 225);
}

.past li p span.color-code.yellow {
    background-color: rgb(255, 185, 0);
}

.off .white_bg {
    text-align: center;
    padding: 40px;
}

.off span {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/red_ribbon.svg) no-repeat;
    display: block;
    width: 106px;
    height: 106px;
}

.off span small {
    transform: rotate(-45deg);
    display: block;
    margin-top: 33px;
    margin-right: 18px;
    color: #fff;
    font-size: 14px;
}

.off h5 {
    text-transform: uppercase;
}

.off h2 {
    color: #ff375f;
    font-size: 34px;
    margin: 10px 0;
    font-weight: normal;
}

.off p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #666;
}

.off p strong {
    font-weight: 500;
    color: #212121;
}

.update li {
    margin-top: 10px;
}

.update li i {
    color: #34c759;
}

.update li h5 {
    font-weight: 500;
    color: #212121;
    margin-left: 10px;
}

.update li img {
    float: right;
}

.update li p:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 4px;
    border-radius: 2px;
    content: "";
    background: #d9d9d9;
    display: block;
}

.update li p {
    width: 80%;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}

.upcoming h6 {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin-left: 15px;
    margin-bottom: 10px;
    color: #212121;
    margin-top: 20px;
}

.upcoming h6:before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    background: #ff375f;
    width: 6px;
    border-radius: 3px;
    height: 20px;
}

.upcoming p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-left: 15px;
}

.upcoming a {
    text-transform: uppercase;
    color: #ff375f;
    margin-left: 20px;
}

.chart1 {
    width: 64%;
}

text {
    display: none;
}

div#show_content,
#editor_container {
    overflow: hidden;
    overflow-y: auto;
}

/** Dashboard Sections **/

/** Wallet **/
/* .third {
	width: 35%;
} */
.third h3 {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1px;
}

.dashboard-chartDonut-item--box h4 {
    color: #34c759;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
    margin-bottom: 5px;
}

.dashboard-chartDonut-item--box p {
    font-weight: 300;
    margin-left: 0px;
    width: 100%;
    color: #666;
    position: relative;
    font-size: 10px;
    font-style: normal;
    line-height: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.third p span.color-codes {
    position: absolute;
    top: 4px;
    left: -17px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.third p span.color-codes.article {
    background: rgb(157, 97, 253);
}

.third p span.color-codes.gallery {
    background: rgb(234, 99, 98);
}

.third p span.color-codes.video {
    background: rgb(35, 188, 187);
}

.third p span.color-codes.pr-color {
    background: rgb(23, 234, 217);
}

.third p span.color-codes.advertising {
    background: rgb(157, 97, 253);
}

.third p span.color-codes.content-article {
    background: rgb(234, 99, 98);
}

.third p strong {
    float: right;
    font-weight: 500;
    color: #212121;
}

.wekkly {
    width: 30%;
    text-align: center;
}

.wekkly p {
    font-size: 10px;
    color: #a3a3a3;
    text-transform: uppercase;
    width: 50%;
    float: left;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 140% */
    letter-spacing: 1.5px;
}

.wekkly p strong {
    display: block;
    color: #212121;
    font-weight: 400;
    text-align: center;
    font-family: Readex Pro;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 7px;
}

.wallet-chart select {
    background-color: transparent;
    border: none;
    color: #666;
    font-family: Readex Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.25px;
}

#chart_content,
#chart_expenses {
    margin-left: -28px;
    margin-top: 10px;
}

.apexcharts-legend.apx-legend-position-right,
.apexcharts-legend.apx-legend-position-left {
    flex-direction: column;
    bottom: 0;
    right: 35px !important;
    top: -2px !important;
}

#chart_expenses .apexcharts-legend.apx-legend-position-right,
#chart_expenses .apexcharts-legend.apx-legend-position-left {
    flex-direction: column;
    bottom: 0;
    right: 35px !important;
    top: 15px !important;
}

.apexcharts-legend-marker {
    height: 8px !important;
    width: 8px !important;
}

.apexcharts-legend-text {
    color: #666 !important;
    margin-left: -12px !important;
}

#chart_balance {
    width: 50%;
    margin-top: 20px;
}

.wallet a.btn {
    margin-top: 20px;
}

.hover_shadow:hover .white_bg {
    box-shadow: 0px 0px 30px rgb(0 83 125 / 10%);
}

.wallet_table .nav {
    margin: 20px 0;
}

.wallet_table .nav a {
    color: #666;
    margin-right: 10px;
    padding-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
}

.wallet_table .nav a:hover,
.wallet_table .nav a.active {
    border-bottom: 2px solid #ff375f;
    text-decoration: none;
    color: #ff375f;
}

.wallet_table .table_wrap {
    position: relative;
    width: 100%;
    margin-top: 30px;
    height: 100%;
}

.wallet_table .offerslide a {
    color: #ff375f;
    margin-top: 15px;
    text-transform: uppercase;
}

.wallet_table .offerslide.fade:not(.show) {
    display: none;
}

.wallet_table form input,
.wallet_table form select {
    outline: none;
    margin-right: 0px;
    background: #f7f6ff;
    border: 1px solid #ebebff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    box-shadow: none;
    height: 40px !important;
    color: #666666;
    line-height: 18px;
    letter-spacing: 0.25px;
    padding: 11px 10px;
}

#all_trans form div.position-relative {
    margin-right: 15px;
}

.wallet-filters div.position-relative {
    margin-right: 15px;
    width: 225px;
}

.wallet_table form input,
.wallet_table form select {
    width: 100%;
    max-width: 100%;
}

.wallet_table form .wallet-filters-items input[type="text"]#searchInput {
    background: url(../images/Search.svg) no-repeat 4px center #f7f6ff;
    text-indent: 23px;
}

.wallet-table-data {
    margin-bottom: 1.5rem;
    min-height: 820px;
}

/* .wallet_table form select {
	width: 165px
} */

.wallet_table table {
    width: 100%;
    margin-top: 20px;
}

.wallet_table table.all thead tr td {
    font-weight: 500;
    font-size: 14px;
    color: #666;
}

.wallet_table table tr {
    border-bottom: 1px solid #e3e6e7;
}

.wallet_table table tr th {
    padding: 15px 0;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.1px;
    border-bottom: 1px solid #dee2e6;
}

.wallet_table table tr td {
    padding: 15px 0;
    vertical-align: top;
    color: #212121;
    font-family: Readex Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #dee2e6;
}

.wallet_table .wallet-table-information {
    min-height: 940px;
    max-height: 940px;
}

.wallet_table .no-data-record {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 15em 0;
    margin: auto;
}

.wallet_table .no-data-record h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.15px;
    color: #212121;
    width: 100%;
    text-align: center;
}

.wallet_table .no-data-record p {
    font-size: 14px;
    color: #666;
}

/* .wallet_table table tr th:last-child ,.wallet_table table tr td:last-child {
   text-align: end;
} */

.wallet_table table.all tr td span {
    border-radius: 16px;
    text-align: center;
    padding: 4px 12px 4px 6px;
    font-family: Readex Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.25px;
    display: inline-flex;
}

.wallet_tranction_table tr td a {
    color: #212121;
}

.wallet_table table.all tr td span.success {
    color: #34c759;
    background: #edfaf1;
}

.wallet_table table.all tr td span.rejected {
    color: #ee0000;
    background: #faf2f2;
}

.wallet_table table.all tr td span i {
    margin-right: 5px;
}

.wallet_table table.all tr td img {
    width: 18px;
    margin-right: 5px;
}

.download-type button,
.download-type button:hover,
.download-type button:focus {
    color: #ee0000;
    font-weight: 500;
    font-size: 1rem;
}

.dashboard-card-heading h2 {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.15px;
    margin-bottom: 5px;
}

.dashboard-card-heading p {
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: 0.25px;
    margin-bottom: 5px;
}

.addcoin-input-head.position-relative {
    width: 100%;
    max-width: 280px;
}

.addcoin-input-head svg {
    position: absolute;
    left: 15px;
    top: 8px;
}

.new-wallet input::placeholder {
    color: #a3a3a3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.25px;
}

.new-wallet input[type="text"] {
    padding: 8px 10px 8px 10px;
    height: 40px;
    background-color: #fff !important;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    box-shadow: none;
    height: 40px !important;
    color: #666666;
    line-height: 18px;
    letter-spacing: 0.25px;
}
.new-wallet input[type="text"]:focus{
    border: 1px solid #5E5CE6 !important;
    box-shadow: 0px 0px 0px 2px #CECEF5 !important;
}

.addcoin-input-head input[type="text"] {
    padding: 8px 10px 8px 40px;
}

.dashboard-card-addCoin-text {
    color: #666;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
}

.dashboard-card-addCoin-value {
    color: #212121;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.dashboard-card-address-title h2 {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.1px;
    margin-bottom: 10px;
}

.dashboard-card-address-text {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.25px;
    margin-bottom: 5px;
}

.dashboard-card-address-text a {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.25px;
}

.dashboard-card-address-text a:hover {
    color: #ee0000;
    text-decoration: none;
}

.addcoin-info-value svg {
    cursor: pointer;
}

.dashboard-card-address-title input {
    margin-right: 10px;
}

.dashboard-card-address-title label {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    padding-left: 8px;
}

.dashboard-paymentMethod {
    flex: 0 0 2.8125rem;
    max-width: 2.8125rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #a3a3a3;
    border-radius: 0.25rem;
}

.dashboard-paymentSummary .dashboard-paymentSummary-item {
    margin-bottom: 10px;
}

.dashboard-paymentSummary .dashboard-paymentSummary-item p:first-child {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.25px;
}

.dashboard-paymentSummary .dashboard-paymentSummary-item p:last-child {
    color: #212121;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.25px;
}

.dashboard-paymentSummary .dashboard-paymentSummary-item p.big {
    font-size: 16px;
    font-weight: 400;
}

.dashboard-card--help-text {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}

.dashboard-card--help-text a {
    color: #ee0000;
}

/* table.pending tr {
	border-top: 1px solid #E3E6E7
} */

table.pending tr.pending_hidden {
    border: none;
}

table.pending tr.pending_hidden p {
    font-size: 16px;
    color: #666;
    font-weight: 300;
}

table.pending tr.pending_hidden p strong {
    font-weight: 500;
    margin: 20px;
}

table.pending td {
    width: 55%;
}

table.pending h3 {
    font-weight: 500;
}

table.pending h6 {
    font-size: 12px;
    font-weight: 300;
    color: #666;
    text-transform: none;
    display: inline;
    position: relative;
}

table.pending h6 + i {
    color: #666;
    display: inline-block;
    font-size: 22px;
    position: relative;
    width: 20px;
    height: 20px;
}

table.pending h6 + i:before {
    position: absolute;
    top: 5px;
}

table.pending h6 span {
    font-weight: 500;
}

table.pending td + td {
    text-align: right;
}

table.pending td + td span {
    display: inline-block;
    height: 32px;
    text-align: center;
    padding: 5px 13px;
    color: #ff9500;
    background-color: #fff2e0;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 300;
    margin-right: 30px;
}

table.pending td + td span img {
    margin-right: 5px;
    margin-bottom: 2px;
}

table.pending td span + i {
    margin-top: 5px;
    cursor: pointer;
}

table.table_details {
    float: right;
    width: 72%;
}

table.table_details tr {
    border: none;
    height: 30px;
}

table.table_details tr td {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
}

table.table_details tr td .btn {
    color: #fff;
    margin-top: 15px;
    display: inline-block;
}

table.table_details tr td .btn.v5 {
    color: #ee0000;
}

table.table_details tr td:first-child {
    text-align: left;
}

.pages {
    margin-top: 20px;
}

.pages span {
    font-size: 12px;
    color: #666;
    font-weight: 300;
}

.pages span strong {
    color: #212121;
    font-weight: 500;
}

.pages nav a {
    color: #666;
    font-size: 12px;
    font-weight: 300;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px;
    display: block;
    float: left;
    text-align: center;
    line-height: 16px;
    margin: 0 2px;
}

.pages nav a:hover,
.pages nav a.active {
    background-color: #fff;
    text-decoration: none;
    box-shadow: 2px 5px 19px 3px rgb(0 83 125 / 10%);
}

/** Wallet **/

/** Orders **/
.orders .col-md-4 .white_bg:hover {
    box-shadow: 2px 5px 19px 3px rgb(0 83 125 / 10%);
}

.accordion-flush .accordion-item {
    border-radius: 16px;
    box-shadow: unset !important;
    border: none;
}

.accordion-flush .accordion-item:hover {
    box-shadow: 2px 5px 19px 3px rgb(0 83 125 / 10%);
}

.orders .col-lg-4 div.float-right {
    width: 85%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.status-updated-items {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.orders .col-lg-4 a {
    text-decoration: none !important;
}

.orders .col-lg-4 h3 {
    font-size: 16px;
    color: #212121;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 1.4rem;
    line-height: 22px;
    font-weight: 500;
}

.orders .col-lg-4 p.order-status-text {
    font-weight: 300;
    margin: 5px 0;
    height: 45px !important;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100%;
    max-height: 2.6rem;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
}

.orders .col-lg-4 span {
    color: #666666;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.25px;
}

.orders .col-lg-4 h4 {
    color: #34c759;
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
}

.orders .col-lg-4 h4 span {
    color: #666;
    border-left: 1px solid #ccc;
    margin-left: 5px;
    padding-left: 10px;
    display: none;
}

.orders .col-lg-4 span.d-flex img {
    margin-right: 2px;
    margin-bottom: 0;
    width: 18px;
    margin-left: 2px;
    /* margin-top: -2px; */
}

.orders .col-lg-4 span.d-flex p {
    font-weight: 300;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.25px;
    /* margin-top: -6px; */
}

.orders .col-lg-4 .view-details-data {
    margin-left: 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #801c30;
    background: #ffd7df;
    border-radius: 9px;
    padding: 2px 6px;
}

.payment-billing-show {
    overflow: hidden;
    position: sticky;
    top: 117px;
    display: block;
    overflow-y: auto;
}

.pr-main-header {
    position: sticky;
    top: 0;
    display: block;
    z-index: 99;
    background: #f7f6ff !important;
}

/* .delete-order-box {
	position: absolute;
	top: 11px;
	right: 28px;
	z-index: 9;
	cursor: pointer;
} */

.admin_status {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    background: #ff9500;
    height: 23px;
    border-radius: 0 0 16px 16px;
    padding: 3px 0 0;
}

.admin_status_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.orders .col-lg-4 .payment_pending {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}

.orders .col-lg-4 .expiring-in-days {
    border-radius: 6px;
    background: #ffffff;
    padding: 0px 5px;
    color: #e00;
    text-align: center;
    font-size: 10px;
    font-family: Readex Pro;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    margin-left: 10px;
}

/** Orders **/

/** Order Details **/
/* .order_details_header img:not(.right-arrow) {
	width: 50px;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #DFDEFA;
	min-height: 50px;
	max-height: 50px;
} */

.order_details_header h4 {
    margin-left: 10px;
    margin-top: -15px;
    word-wrap: break-word;
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.order_details_header p {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    display: block;
    margin-top: 6px;
}

.order_details_header h3 {
    margin-top: 25px;
    margin-bottom: 25px;
}

div#order-status {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

.steps a {
    font-size: 12px;
    color: #666;
    font-weight: 300;
    text-align: center;
    position: relative;
    width: 14%;
}

.steps a:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 4px;
    background-color: #d9d9d9;
    border-radius: 3px;
    top: 10px;
    right: -30%;
}

.steps a:last-child {
    margin-right: 0;
}

.steps a:last-child:before {
    display: none;
}

.steps a small {
    display: block;
    width: 24px;
    height: 24px;
    background: #a3a3a3;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    font-weight: 400;
    margin: 0 auto;
    line-height: 24px;
    margin-bottom: 5px;
}

.steps a:hover {
    text-decoration: none;
    font-weight: 500;
}

.steps a.active small,
.steps a.done small {
    background-color: #34c759;
}

.steps a.done:before {
    background-color: #34c759;
    z-index: 9;
}

.steps a.done.progress-line:before {
    background-color: #d9d9d9;
}

/* .steps a:hover small {
	background-color: #FF375F;
} */

.steps a.done:hover small {
    background-color: #34c759;
}

a.blink-process {
    font-weight: 500;
    color: #212121;
}

.steps a.blink-process small {
    background-color: #fff !important;
    border: 1px solid #34c759;
    color: #34c759;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #027f0070;
    }

    100% {
        box-shadow: 0 0 0 10px #027f0000;
    }
}

@keyframes nextStep {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.upaloder-content-img {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
    position: relative;
}

.img-uploader {
    background: #f7f6ff;
    border: 1px dashed #dfdefa;
    border-radius: 8px;
    position: relative;
    width: 100%;
    padding: 39px;
}

.img-uploader p {
    color: #666666;
    margin: 0;
}

.img-uploader p a.file-browse {
    color: #ee0000;
}

.img-uploader input[type="file"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
}

.img-uploader img {
    position: absolute;
    height: 365px !important;
    width: fit-content;
    top: 0px;
    left: 0px;
    z-index: 1;
    border: none;
    right: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
    margin: 0 0 20px 0;
}

.img-uploader.active img {
    visibility: visible;
    opacity: 1;
}

.img-uploader.active {
    position: relative;
    background: transparent;
    border: transparent;
    height: 365px !important;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.img-uploader.active p,
.img-uploader.active svg {
    display: none;
}

.img-uploader.active input {
    position: absolute;
    top: 13px;
    left: 8px;
    width: 3% !important;
    bottom: 0;
    opacity: 0;
    z-index: 10;
    height: 27px !important;
    right: auto;
    border: none;
    background: transparent;
}

.image-show {
    display: none;
}

.img-uploader.active ~ .image-show {
    margin-left: 8px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 1px;
    z-index: 9;
}

/* .img-uploader.active~.image-show a.edit_btn {
	position: absolute;
	top: 0;
}

.img-uploader.active~.image-show a.delete_btn {
	position: absolute;
	top: 30px;
} */

.order_details_target p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    display: block;
    color: #666;
}

.order_details_target p:first-child {
    margin-top: 20px;
}

.order_details_target p small {
    float: right;
    font-size: 16px;
    font-weight: 300;
}

.help {
    padding: 22px !important;
    background-color: #ebebff;
    border-radius: 16px;
    position: relative;
}

.help h3 p,
h3.heading2 p,
h2.accordion-header p {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    margin-top: 10px;
}

h3.heading2 + a.dropdown {
    margin-top: 15px;
}

/* .content_form input[type="text"] {
	width: 100%;
	border: 1px solid #E3E6E7;
	border-radius: 4px;
	color: #666;
	outline: none;
	padding: 0 20px;
	margin-top: 20px;
	padding-bottom: 5px;
	line-height: 60px;
} */
.content_form input[type="text"],
.content_form textarea {
    width: 100%;
    height: 60px;
    background-color: #f7f9ff;
    border: 1px solid #dfdefa;
    margin-bottom: 20px;
    color: #666;
    border-radius: 4px;
    outline: none;
    padding: 20px;
}

.form-control:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.form-control.text-danger {
    border: 1px solid #ee0000 !important;
}

.img-uploader:has(.form-control.text-danger) {
    border: 1px dashed #ee0000 !important;
}

.content_form textarea.form-control {
    height: 125px;
}

.tox.tox-tinymce.tox-tinymce--toolbar-bottom {
    margin-top: 5px;
}

.content_form .note-editor {
    margin: 20px 0;
    font-family: Readex Pro !important;
    color: #666 !important;
    font-weight: 300 !important;
    font-size: 16px !important;
}

.content_form input[type="submit"] {
    margin-left: 20px;
}

.seo i {
    color: #a3a3a3;
    margin-right: 4px;
}

.seo i.green {
    color: #34c759;
}

.seo i.yellow {
    color: #ffaa33;
}

.seo p small {
    display: inline-block;
    width: 32px;
    height: 23px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #dbdbdb;
    line-height: 22px;
    margin-right: 5px;
}

.white_bg h3.heading {
    line-height: 40px;
}

.textarea_preview {
    margin-top: 30px;
    word-break: break-word;
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
}

.textarea_preview h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #212121;
}

/* .textarea_preview p {
	margin-bottom: 20px;
} */
#readview p {
    margin-bottom: 20px;
}

.textarea_preview img {
    margin: 0 0 20px 0;
    max-width: 500px;
    height: auto;
}

.textarea_preview .btn {
    margin-left: 20px;
    margin-top: 40px;
}

a.dropdown {
    cursor: pointer;
}

/** Order Details **/
/* login modal */
body.modal-open {
    padding-right: 17px !important;
}

.modal .modal-content {
    padding: 15px;
}

.modal .modal-header,
.modal .modal-footer {
    border: none;
}

#loginModal .modal-header {
    padding-bottom: 0;
}

#loginModal .modal-footer {
    padding-top: 0;
}

.signup-number {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.signup-number .input-grp-btn {
    width: 116px;
    background: #ffffff;
    border: 1px solid #ebebff;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.modal input::placeholder,
.modal textarea::placeholder {
    color: #a3a3a3;
}

.signup-number .input-grp-btn button.signup-btn {
    position: relative;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #636464;
    border: none;
    background-color: #f7f6ff;
    border-color: #ebebff;
}

.signup-number .input-grp-btn .signup-btn::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    background: url(../../images/arrow-down-grey.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 6px;
}

#loginModal input[type="number"],
#loginModal input[type="text"],
#otpModal input[type="number"],
#otpModal input[type="text"],
#contactsModalCenter input[type="number"],
#contactsModalCenter input[type="text"],
#requestCenter input[type="number"],
#requestCenter input[type="text"],
#packagescontactsModal input[type="email"],
#packagescontactsModal input[type="number"],
#packagescontactsModal input[type="text"] {
    border: 1px solid #667085;
    width: 100%;
    height: 2.5rem;
    height: 44px;
    background-color: transparent;
    border-radius: 8px;
    padding: 0.6875rem 0.625rem;
    line-height: 1.28;
    letter-spacing: 0.01563rem;
    color: #667085;
    font-size: 0.875rem;
    font-weight: 300;
    font-family: "Readex Pro", sans-serif;
    -moz-appearance: textfield;
    outline: none;
}

#packagescontactsModal textarea {
    border: 1px solid #667085;
    width: 100%;
    background-color: transparent;
    border-radius: 8px;
    padding: 0.6875rem 0.625rem;
    line-height: 1.28;
    letter-spacing: 0.01563rem;
    color: #667085;
    font-size: 0.875rem;
    font-weight: 300;
    font-family: "Readex Pro", sans-serif;
    -moz-appearance: textfield;
    outline: none;
}

#packagescontactsModal textarea:focus-visible {
    border-color: #a3a3a3;
    background-color: #fff;
    outline: none;
}

#packagescontactsModal textarea:focus {
    border-color: #667085;
    background-color: transparent;
    outline: none;
}

#loginModal input::-webkit-outer-spin-button,
#loginModal input::-webkit-inner-spin-button,
#otpModal input::-webkit-outer-spin-button,
#otpModal input::-webkit-inner-spin-button,
#contactsModalCenter::-webkit-outer-spin-button,
#contactsModalCenter::-webkit-inner-spin-button,
#requestCenter::-webkit-outer-spin-button,
#requestCenter::-webkit-inner-spin-button,
#packagescontactsModal::-webkit-outer-spin-button,
#packagescontactsModal::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#loginModal input[type="number"]:focus,
#loginModal input[type="text"]:focus,
#otpModal input[type="text"]:focus,
#otpModal input[type="number"]:focus,
#contactsModalCenter input[type="text"]:focus,
#contactsModalCenter input[type="number"]:focus,
#requestCenter input[type="text"]:focus,
#requestCenter input[type="number"]:focus,
#packagescontactsModal input[type="text"]:focus,
#packagescontactsModal input[type="number"]:focus {
    border-color: #ebebff;
    background-color: #f7f6ff;
    outline: none;
}

#loginModal input[type="number"]:focus-visible,
#loginModal input[type="text"]:focus-visible,
#otpModal input[type="number"]:focus-visible,
#otpModal input[type="text"]:focus-visible,
#contactsModalCenter input[type="number"]:focus-visible,
#contactsModalCenter input[type="text"]:focus-visible,
#requestCenter input[type="number"]:focus-visible,
#requestCenter input[type="text"]:focus-visible,
#packagescontactsModal input[type="number"]:focus-visible,
#packagescontactsModal input[type="text"]:focus-visible {
    border-color: #a3a3a3;
    background-color: #fff;
    outline: none;
}

.modal input::placeholder {
    color: #a3a3a3;
}

#description {
    border: 0.0625rem solid #ebebff;
    width: 100%;
    height: 7.5rem;
    background-color: #f7f6ff;
    line-height: 1.28;
    letter-spacing: 0.01563rem;
    color: #666666;
    font-size: 0.875rem;
    font-weight: 300;
}

.modal h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #212121;
    margin-bottom: 10px;
}

#loginModal .modal-title p,
#otpModal .modal-title p,
#contactsModalCenter .modal-title p,
#requestCenter .modal-title p,
#packagescontactsModal .modal-title p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
}

#loginModal .modal-body,
#otpModal .modal-body,
#contactsModalCenter .modal-body,
#requestCenter .modal-body,
#packagescontactsModal .modal-body {
    padding: 1.8rem 1rem;
}

#loginModal .modal-footer,
#otpModal .modal-footer,
#contactsModalCenter .modal-footer,
#requestCenter .modal-footer,
#packagescontactsModal .modal-footer {
    justify-content: space-between;
}

#loginModal button.btn.btn-secondary,
#selectsignmodalCenter a.btn.btn-secondary {
    border-color: #ee0000;
    background: #fff;
    color: #ee0000;
}

#packagescontactsModal .modal-content {
    background: #f7f9ff;
    background: -moz-linear-gradient(270deg, #fff 50%, #f7f9ff 50%);
    background: -webkit-linear-gradient(270deg, #fff 50%, #f7f9ff 50%);
    background: linear-gradient(270deg, #fff 50%, #f7f9ff 50%);
}

#packagescontactsModal h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #212121;
}

#packagescontactsModal p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #666666;
}

.signup-form-field .uploader-file {
    position: absolute;
    right: 0;
    top: 0px;
    text-transform: uppercase;
    color: #ee0000;
    border: 0.0625rem solid #ebebff;
    width: 100%;
    background-color: #f7f6ff;
    border-radius: 0.25rem;
    padding: 0.6875rem 0.625rem;
    line-height: 1.28;
    letter-spacing: 0.01563rem;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: "Readex Pro", sans-serif;
    text-align: end;
    cursor: pointer;
}

.signup-form-field input[type="file"] {
    overflow: hidden;
    text-transform: uppercase;
    color: #ee0000;
    border: 0.0625rem solid #ebebff;
    width: 100%;
    height: 2.5rem;
    background-color: #f7f6ff;
    border-radius: 0.25rem;
    padding: 0.6875rem 0.625rem;
    line-height: 1.28;
    letter-spacing: 0.01563rem;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: "Readex Pro", sans-serif;
    text-align: end;
    visibility: hidden;
}

.signup-form-field .uploader-file::after {
    content: "Attach reference image";
    position: absolute;
    top: 11px;
    left: 7px;
    color: #a3a3a3;
    font-weight: 300;
    text-transform: initial;
}

.modal button.btn.btn-primary,
.modal a.btn.btn-primary,
#termsconditionsCenter button.btn.btn-primary {
    background: #ff375f;
    border-radius: 4px;
    border-color: #ff375f;
    text-transform: uppercase;
    margin: 0;
    outline: none;
    box-shadow: none;
}

#otpModal .signup-form-field-inline {
    margin-right: 10px;
}

.modal a.btn.btn-primary {
    margin-left: 10px;
}

#otpModal .signup-form-field-inline input {
    text-align: center;
}

#otpModal .signup-form-field-inline input:focus {
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

#otpModal .phon-number-visiable {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1.2rem 0;
}

#otpModal .phon-number-visiable p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #212121;
}

#otpModal .phon-number-visiable #linkChangeNumber {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ff375f;
    text-decoration: none;
}

.terms-conditions {
    display: flex;
    align-items: center;
    position: relative;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #666666;
}

#termsconditionsCenter .modal-dialog {
    max-width: 550px;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eeeeeecf;
    border: 2px solid #6666669c;
    border-radius: 2px;
}

#otpModal .checkmark {
    border: 1.5px solid #666666;
    border-radius: 2px;
    background-color: #fff;
}

#otpModal .container-checkbox input:checked ~ .checkmark {
    background-color: #ee0000;
    border: 2px solid #ee0000;
}

.phone-otp .otp-counter {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #666666;
}

.phone-otp a {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #a3a3a3;
    margin-left: 10px;
    text-decoration: none;
}

/* On mouse-over, add a grey background color */
/* .container-checkbox:hover input~.checkmark {
  background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #ee0000;
    border: 2px solid #ee0000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
    left: 4px;
    top: 0px;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-checkbox a {
    color: #ff375f;
    text-decoration: none;
    padding-left: 5px;
}

.terms-conditions input {
    margin-right: 8px;
}

/* .modal-footer .terms-conditions input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  margin-right: 7px;
  position: absolute;
  z-index: 9;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.modal-footer .terms-conditions label {
  float: left;
  width: auto;
  font-weight: 300;
  position: relative;
  padding-left: 21px;
  margin-bottom: 19px;
}

.modal-footer .terms-conditions label::before {
  position: absolute;
  top: 0.20rem;
  left: 0rem;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 2px;
}

.modal-footer .terms-conditions label::after {
  position: absolute;
  top: 0.1rem;
  left: 0rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 28% / 64% 47% no-repeat
} */

.modal-footer .terms-conditions input[type="checkbox"]:checked ~ label::before {
    border-color: #ee0000;
    background-color: #ee0000;
}

.modal-footer .terms-conditions input[type="checkbox"]:checked ~ label::after {
    background-image: url("../images/checked.png");
    z-index: 999;
    background-position: center;
    background-repeat: no-repeat;
}

#termsconditionsCenter .modal-body {
    height: 100%;
    min-height: 270px;
    max-height: 270px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px 1rem;
    background: #f7f9ff;
    border: 1px solid #ebebff;
    border-radius: 4px;
    margin: 0 1rem;
}

#termsconditionsCenter .modal-body p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18.5px;
    letter-spacing: 0.25px;
    color: #666666;
}

.selectsign .modal-header {
    justify-content: center;
}

.selectsign .modal-body h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #212121;
    text-align: center;
    margin-bottom: 10px;
}

.selectsign .modal-body p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #666666;
}

.selectsign .modal-footer {
    justify-content: center;
}

.selectsign button.btn.btn-secondary {
    margin-right: 10px;
}

.updated-content-heading {
    display: flex;
    align-content: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.content-published svg {
    margin-top: 19px;
}

.content-published p {
    padding-top: 14px;
}

.update-content-title {
    display: flex;
    align-content: center;
}

.content-published {
    display: flex;
    align-content: center;
    margin-right: 25px;
}

.successful-svg,
.successfulheader,
.description,
#successfulModal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal input::placeholder {
    color: #a3a3a3;
}

#contactsModalCenter fieldset textarea::placeholder,
#requestCenter fieldset textarea::placeholder,
#packagescontactsModal fieldset textarea::placeholder {
    color: #a3a3a3;
    min-height: calc(6.5em + (0.75rem + 2px));
}

#contactsModalCenter fieldset textarea,
#requestCenter fieldset textarea,
#packagescontactsModal fieldset textarea {
    width: 100%;
    background-color: #f7f6ff;
    border: 1px solid #ebebff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    box-shadow: none;
    /* height: 100%; */
    color: #666666;
    min-height: calc(6.5em + (0.75rem + 2px));
    /* overflow: hidden;
	overflow-y: auto; */
}

.modal-body .contact-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal input::placeholder,
.modal textarea::placeholder {
    color: #a3a3a3;
}

#packagescontactsModal .modal-content {
    background: #f7f9ff;
    background: -moz-linear-gradient(270deg, #fff 60%, #f7f9ff 47%);
    background: -webkit-linear-gradient(270deg, #fff 60%, #f7f9ff 47%);
    background: linear-gradient(270deg, #fff 60%, #f7f9ff 47%);
}

#packagescontactsModal h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #212121;
}

#packagescontactsModal p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #666666;
}

.validation-msg {
    width: 100%;
    display: block;
    color: #ee0000;
    position: absolute;
    bottom: -23px;
}

img.plan-images {
    width: 100%;
    max-width: 60%;
}

.bg-svg {
    width: 100%;
    height: 100%;
}

span#lblVerifyOtpMessage {
    width: 100%;
    position: absolute;
    bottom: -26px;
    left: 0;
    color: #ee0000;
    background: transparent;
}

/* 10-10-2023 Start  */
.custom_otp_form span#lblVerifyOtpMessage {
    bottom: -42px;
}
.custom_otp_form .label.error {
    bottom: -27px;
}

/* End */
label.error {
    color: #ee0000;
    font-size: 12px;
    position: absolute;
    bottom: -25px;
    left: 0;
}

label#contact_no-error {
    position: absolute;
    bottom: -27px;
}

.accordion-button {
    /* padding: 16px; */
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.accordion-button::after {
    width: 1rem !important;
    height: 1rem !important;
    background-size: 1rem !important;
}

.accordion-flush .accordion-item {
    box-shadow: 2px 5px 19px 3px #8986861c;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
    border-bottom: 0 !important;
}

.help-item .accordion-flush .accordion-item:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.help-item .accordion-flush .accordion-item {
    box-shadow: 2px 5px 19px 3px #8986861c;
    border: none;
}

.help-item .accordion-flush .accordion-item:last-child {
    margin: 0;
}

.help-item .accordion-item {
    margin-bottom: 20px;
}

.help-item .accordion-header {
    background: #fff;
    padding: 0px;
    border: none;
    border-radius: 16px;
}

.help-item .accordion-header .accordion-button {
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #212121 !important;
    padding: 15px !important;
}

.help-item .accordion-collapse .accordion-body {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
}

.help-according {
    height: 100%;
    max-height: 455px;
    overflow: hidden;
    overflow-y: auto;
}

/* width */
.help-according::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.help-according::-webkit-scrollbar-track {
    background: #dfdfdf;
}

/* Handle */
.help-according::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
.help-according::-webkit-scrollbar-thumb:hover {
    background: #777676;
    border-radius: 10px;
}

span#lblErrorOtpModalTermsCondition {
    position: absolute;
    bottom: 8px;
    font-size: 13px;
    color: #ee0000;
    left: 15px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .details-contents {
    position: fixed;
    top: 0;
    width: 100%;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
    /* background-image: none; */
}

.submitBtn {
    max-width: max-content;
    position: relative;
    margin: 0px 0 0 auto;
}

.btnLoader {
    background: #ff375f;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 36px;
    text-align: center;
    border-radius: 5px;
    cursor: wait;
}

.btnLoader span.spinLoader {
    width: 25px;
    height: 25px;
    border-width: 4px;
    top: 6px;
    position: relative;
    border-color: rgba(0, 0, 0, 0.3);
    border-top-color: rgba(0, 0, 0, 0.3);
    border-top-color: #fff;
    display: inline-block;
}

.spinLoader {
    border: 16px solid #c4c4c4;
    border-radius: 50%;
    border-top: 16px solid #ffffff;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ck.ck-editor__main {
    margin-bottom: 20px;
}

.ck.ck-content.ck-editor__editable {
    height: 400px;
}

.col-12 .noorder-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: transparent;
}

.col-12 .noorder-svg svg {
    margin-bottom: 25px;
    margin-top: 150px;
}

.col-12 .noorder-svg h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #212121;
    margin-bottom: 10px;
}

.col-12 .noorder-svg p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #666666;
}

/* tooltip tax */
.pr_tooltip {
    position: relative;
    cursor: pointer;
}

.pr_tooltip .prtooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #212121;
    color: #fff !important;
    text-align: center;
    border-radius: 4px;
    padding: 7px 11px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    left: 123px;
    top: 13px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    pointer-events: none;
}

span.prtooltiptext:after {
    content: "";
    height: 12px;
    width: 13px;
    position: absolute;
    background-color: #212121;
    top: 10px;
    left: -4px;
    border-top: #212121 solid 2px;
    border-left: #212121 solid 2px;
    transform: rotate(45deg);
}

.pr_tooltip:hover .prtooltiptext {
    visibility: visible !important;
}

div#readcontentview {
    margin-top: 30px;
    color: #666;
    font-weight: 300;
    font-size: 16px;
    width: 60%;
    word-break: break-word;
}

.approval_types .pr_tooltip .prtooltiptext {
    width: 190px;
    left: 0;
    top: 36px;
}

.approval_types span.prtooltiptext:after {
    top: -4px;
    left: 30px;
}

/* order invoice css */
.order-invoice-bg {
    background: #fff;
    border-radius: 4px;
}

.scanner-img a.btn.v2 {
    top: 39%;
    left: 2.5rem;
    border: 1px solid #ee0000;
    color: #ee0000;
    bottom: auto;
    width: auto;
    padding: 10px 18px;
    box-shadow: none;
}

h3.heading-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #212121;
    margin-bottom: 5px;
}

.order-invoice p {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.25px;
    color: #666666;
    word-break: break-word;
}

.order-invoice .order-heading {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
    margin-bottom: 3px;
}

.order-invoice .order-numbering {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #212121;
}

.order-invoice .payable-amount-counter {
    letter-spacing: 0.15px;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    text-align: right;
    color: #212121;
}

.order-invoice h2.heading-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #212121;
}

.order-invoice .table.publisher-details-table th {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #666666;
    border-top: none;
}

.order-invoice .billing-details table th {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #212121;
}

.order-invoice .billing-details table th p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #666666;
}

.order-invoice .order-terms-conditions-content {
    width: 100%;
    max-width: 520px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    max-height: 210px;
    border: 1px solid #a3a3a3;
    padding: 9px 10px;
    border-radius: 4px;
}

.order-invoice .billing-title {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #212121;
}

.order-invoice .billing-price {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.5px;
    color: #212121;
}

.order-invoice .order-invoice-footer p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #666666;
}

.order-invoice .order-invoice-footer p a {
    color: #ee0000;
    text-decoration: none;
}

.order-invoice .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #dee2e6;
    /* border-width: 1px; */
}

table.billing-details th {
    color: #212121;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1px;
}

table.billing-details tr td:first-child {
    width: 100%;
    max-width: 50%;
    border-right: 1px solid #dee2e6;
}

.order-invoice h2.order-invoice-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #212121;
}

.order-invoice .order-details {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
    color: #a3a3a3;
}

.order-invoice h3.mr-2.table-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #212121;
}

.order-invoice p.heading-title.m-0 {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #666666;
}

.order-invoice p.order-date-time {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 0.25px;
    color: #666666;
}

.order-invoice .publisher-counter-invoice span {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #a3a3a3;
}

.order-invoice .table.publisher-details-table td {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #212121;
    text-transform: capitalize;
}

.order-invoice .table.publisher-details-table td a {
    padding: 1px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    height: 34px;
    width: 120px;
}

.order-invoice .table.publisher-details-table td a img {
    height: 100% !important;
    max-width: 120px !important;
    max-height: 32px !important;
    width: auto !important;
}

/* width */
.order-terms-conditions-content::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.order-terms-conditions-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.order-terms-conditions-content::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.order-terms-conditions-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.payable-amount-btn a.btn.v1 {
    background-color: #ee0000;
    border-color: #ee0000;
    color: #fff;
    box-shadow: none;
}

.payable-amount-btn a.btn.v1:hover {
    background-color: #d60000;
    border-color: #d60000;
    color: #fff;
}

.payable-amount-btn a.btn.v1:focus {
    background-color: #be0000;
    border-color: #be0000;
    color: #fff;
}

.description.mb-4 {
    display: block;
    word-break: break-word;
}

.title.mb-3 {
    word-break: break-word;
}

#buy_now {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 11px 16px;
}

.filter-items .filter-item a {
    background: #ebebff;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    color: #666666;
    padding: 12px 16px;
    display: block;
}

.filter-items .filter-item a.active {
    background: #ff375f;
    color: #ffffff;
}
.clear_filter {
    display: none;
}

.kyc-pending-msg p {
    background: #edfaf1;
    border: 1px solid #34c759;
    border-radius: 4px;
}

.kyc-pending-msg p {
    background: #f7f9ff;
    border: 1px solid #007aff;
    border-radius: 4px;
    padding: 8px 10px;
    color: #007aff;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
}

.kyc-pending-msg.success-kyc-msg p {
    background: #edfaf1;
    border: 1px solid #34c759;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.kyc-pending-msg p a {
    color: #007aff;
    text-decoration: underline;
    font-weight: 500;
    padding-bottom: 5px;
    text-underline-offset: 4px;
    font-size: 12px;
}

.kyc-pending-msg p svg {
    cursor: pointer;
}

.kyc-pending-msg.info-kyc-msg p {
    color: #ff9500;
    background-color: #fff2e0;
    border: 1px solid #ff9500;
}

.kyc-pending-msg.reseller-account-msg.danger-kyc-msg p {
    color: #666;
    border-radius: 12px;
    border: 1px solid #e00;
    background: #faf2f2;
    text-transform: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.5px;
}

.kyc-pending-msg.reseller-account-msg.danger-kyc-msg p a {
    border-radius: 12px;
    background: #faf2f2;
    text-transform: inherit;
    color: #ff375f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
}

/* START KYC SECTION CSS */
/* added by u kyc css 19-10 */
/* .kyc-profile .container{
	position: relative;
} */
.kyc-profile .loader-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #0000004f;
}

.kyc-profile .loader-bg .loader-bg-loader {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.kyc-profile .loader-bg .loader-bg-loader .loading {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: transparent;
    border: 5px solid #8c8a8a;
    border-top-color: #ffffff;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

.kyc-profile .profile-creater-title {
    margin-top: 20px;
    margin-bottom: 18px;
}

.kyc_user.dashboard__card__header {
    padding: 41px;
}

.kyc-profile .profile-creater-title h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #212121;
}

.kyc-profile .profile-creater-title p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
    opacity: 0.8;
    width: 520px;
}

.kyc-profile .kyc_user_details {
    max-width: 100%;
    width: 100%;
}

.kyc-profile span.kyc_svg.svg-green path {
    fill: #34c759;
}

.kyc-profile span.kyc_svg.svg-green-fill path {
    fill: green;
    fill-rule: inherit;
    stroke: white;
    stroke-width: 1px;
}

.kyc-profile .pincode.ifsc-code svg {
    cursor: pointer;
}

.kyc-profile .kyc_user_according {
    justify-content: space-between;
    max-width: 800px;
    align-items: center;
}

.kyc-profile .user_deatils_heading h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #212121;
    margin-left: 8px;
}

.kyc-profile .user_deatils_form .label {
    width: 100%;
    max-width: 246px;
    margin-right: 25px;
}

.kyc-profile .user_deatils_form .label label {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
}

.kyc-profile .user_deatils_form .label p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #666666;
}

.kyc-profile .user_deatils_form .value {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.kyc-profile .user_deatils_form .value input {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
    border: 1px solid #dfdefa;
    border-radius: 4px;
    padding: 9px 10px;
    max-width: 500px;
    background-color: #f7f9ff;
}

.kyc-profile .user_deatils_form .value input::placeholder {
    color: #a3a3a3;
}

.kyc-profile .user_deatils_form .value input:focus,
.kyc-profile .user_deatils_form .value select:focus {
    border: 1px solid #dfdefa;
    background-color: transparent;
}

.kyc-profile .user_deatils_form .value input::placeholder,
.kyc-profile .user_deatils_form .value select {
    font-size: 14px;
}

.kyc-profile .user_deatils_form .value input:disabled {
    background: #f3f3f3;
    max-width: 450px;
    border: 1px solid #d7d6d6;
}

.kyc-profile .user_deatils_form .value input[type="tel"] {
    width: 100%;
    max-width: 128px !important;
    margin-left: 10px;
}

.kyc-profile
    .user_deatils_form
    .value
    input[type="number"]::-webkit-inner-spin-button,
.kyc-profile
    .user_deatils_form
    .value
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.kyc-profile .user_deatils_form .value input.error,
.kyc-profile .user_deatils_form .value select.error {
    border-color: #ee0000;
}

.kyc-profile .user_deatils_form .value input ~ .error,
.kyc-profile .user_deatils_form .value select ~ .error,
#profile_pic_error {
    color: #ee0000;
    width: 100%;
    display: block;
    margin: 0;
    border: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    bottom: unset;
}

.kyc-profile .user_deatils_form .value input ~ #email-error.error,
.kyc-profile .user_deatils_form .value input ~ #phone-error.error {
    bottom: -18px;
}

.kyc-profile .user_deatils_form .value input#IFSC_code ~ .error {
    bottom: -18px;
}

.kyc-profile .user_deatils_form .value select {
    appearance: auto;
    padding: 9px 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
    max-width: 245px;
    background-color: #f7f9ff;
    border: 1px solid #dfdefa;
    border-radius: 4px;
}

.kyc-profile .user_deatils_form .value select:first-child {
    margin-right: 10px;
}

.kyc-profile .kyc-user-profile-deatils.d-flex {
    margin-bottom: 25px;
}

.kyc-profile .kyc-user-profile-deatils.address div.user-lineOne,
div.pincode {
    margin-bottom: 25px;
}

.kyc-profile .user_deatils_form span.validation {
    color: #ee0000;
}

.kyc-profile .user_deatils_form .kyc_user_form_details {
    padding-left: 31px;
    margin-top: 20px;
}

.kyc-profile form.user_deatils_form .kyc-user-panel {
    position: relative;
    margin-bottom: 31px;
}

.sole_Proprietor,
.company-profile,
.none {
    display: none;
}

.kyc-profile form.user_deatils_form .kyc-user-panel::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    left: 9px;
    top: 27px;
    background: #d9d9d9;
    border-radius: 4px;
    padding: 0;
}

.kyc-profile form.user_deatils_form .kyc-user-panel.progress-line::after {
    background: #34c759;
    animation: all 0.3s;
    animation: grow 1.5s ease-out forwards;
    transform-origin: top;
}

@keyframes grow {
    from {
        transform: scaleY(0);
    }
}

.kyc-profile .contact-code {
    width: 87px;
    background: #ffffff;
    border: 1px solid #dddbdb;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.kyc-profile .contact-code button.button {
    position: relative;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #636464;
    border: none;
    background-color: transparent;
}

.kyc-profile .contact-code button.button.disabled {
    background: #f3f3f3;
    border-radius: 6px;
}

.kyc-profile .contact-code button.button::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    background: url(../../images/kyc.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 6px;
    background-attachment: initial;
    background-position: center;
}

.kyc-profile .drag-drop {
    background: #f7f7f7;
    border: 1px solid #a3a3a3;
    border-radius: 8px;
    position: relative;
    width: 100%;
    height: 160px;
    max-width: 500px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 5px 40px 5px 5px;
}

.kyc-profile .drag-drop ul {
    margin: 0;
    padding: 0;
}

.kyc-profile .drag-drop ul li.ui-widget-content {
    list-style: none;
    margin: 5px;
    position: relative;
}

.kyc-profile .drag-drop ul li.ui-widget-content img {
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 50px;
    height: 100%;
    max-height: 50px;
    border-radius: 8px;
    border: 1px solid #cccccc;
}

.kyc-profile .drag-drop ul li.ui-widget-content.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51px;
    background-color: #ee000033;
    border: 2px solid #ee0000;
    opacity: 0.7;
    border-radius: 8px;
    cursor: pointer;
}

.kyc-profile .drag-drop:first-child {
    margin-bottom: 20px;
}

.kyc-profile .drag-drop input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

label#profile_pic-error {
    bottom: -17px;
}

.kyc-profile .drag-drop:nth-child(2) {
    height: 160px;
    margin-top: 0px;
    background: #f7f9ff;
    border: 1px dashed #dfdefa;
    border-radius: 8px;
    overflow: hidden;
    overflow-y: auto;
}

.kyc-profile .drag-drop p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #666666;
    margin-bottom: 6px !important;
}

.kyc-user-profile-deatils label {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #666666;
}

.kyc-profile li.kyc-user-profile-deatils .user_feild,
.kyc-profile div.pincode .pincode-city-input,
.kyc-profile div.pincode .state-city-input,
.kyc-profile .kyc-user-profile-deatils.pan input,
div.user_feild {
    max-width: 245px !important;
    width: 245px;
    position: relative;
}

.kyc-profile .pincode.ifsc-code div.searchInput {
    align-items: center;
    width: 100%;
    position: relative;
}

.kyc-profile .kyc-button.d-flex {
    max-width: 800px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}

/* .kyc-profile button.btn:first-child {
    border: 1px solid #EE0000;
    border-radius: 4px;
    color: #EE0000;
} */
.kyc-profile a.btn {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.21;
    letter-spacing: 0.0625rem;
    padding: 0.6875rem 1rem;
    border: 1px solid #ee0000;
    border-radius: 4px;
    color: #ee0000;
}

.kyc-profile a.btn:first-child:hover {
    background-color: #ee0000;
    color: #ffffff;
}

.kyc-profile a.kyc-browse {
    color: #ee0000;
}

.kyc-profile .kyc_user_form.show {
    display: none;
    animation: all 0.3s;
    transform-origin: top;
}

.kyc-profile .kyc_user_close svg {
    transition: 0.3s;
}

.kyc-profile .kyc_user_close.active svg {
    transform: rotate(181deg);
    transition: 0.3s;
}

.kyc-profile .text-danger {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #ee0000;
}

.kyc-profile .text-danger.custom-error {
    position: absolute;
    bottom: -16px;
    font-size: 11.5px;
    right: -76px;
}

.kyc__selecter_profiles:not(:last-child) {
    margin-right: 10px;
}

.kyc-profile .user_deatils_form .value.text-error input {
    border: 1px solid #ee0000;
}

.kyc-profile .kyc__selecter_profiles {
    width: 243px;
}

.kyc-profile div#companyORlogofiles img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-top: -90px;
}

.kyc-profile ~ .footer {
    position: fixed;
}

.kyc-profile .dashboard__card {
    margin-bottom: 8.875rem;
}

.kyc-profile .user_deatils_form .value .drag-drop input ~ .error {
    bottom: -17px;
    left: 0;
}

.kyc-profile a.edit_btn,
.kyc-profile a.delete_btn {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding-left: 15px;
}

.kyc-profile .col-ting {
    background: #f7f7f7;
    border: 1px dashed #a3a3a3;
    border-radius: 8px;
    position: relative;
    width: 100%;
    padding: 39px;
    max-width: 500px;
}

.kyc-profile .col-ting.active {
    background: no-repeat;
    border: none;
    border-radius: 8px;
    position: relative;
    padding: 0;
    max-width: 500px;
    justify-content: flex-start !important;
    width: auto;
}

.kyc-profile .col-ting.active img {
    height: 160px !important;
    width: 247px;
    border-radius: 8px;
}

.kyc-profile .col-ting.active ~ .image-show {
    display: block !important;
}

.kyc-profile .file-upload .image-box {
    margin: 0;
    margin-top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.kyc-profile .file-upload .controls input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
}

.kyc-profile .uploader .error {
    bottom: -18px;
    left: 0;
    color: #ee0000;
    width: 100%;
    display: block;
    margin: 0;
    position: absolute;
    border: 0;
    font-weight: 300;
    font-size: 11.4px;
    line-height: 16px;
    letter-spacing: 0.25px;
}

.kyc-profile .file-upload .image-box img {
    height: 100%;
    display: none;
    width: 100%;
}

.kyc-profile .col-ting.active .file-upload .image-box img {
    display: block;
    height: 160px !important;
    height: 100%;
    width: 247px;
}

.kyc-profile .file-upload .image-box p {
    position: relative;
    color: #666666;
    margin: 0;
}

.kyc-profile .image-show {
    display: none;
}

.kyc-profile .btn {
    text-transform: uppercase;
}

.kyc-profile .same-address {
    margin-bottom: 22px;
}

.kyc-profile #submit-btn.disabled {
    background-color: #fccccc;
    border-color: #fccccc;
    pointer-events: none;
}

/* submit loader start */
.kyc-profile #submit-btn {
    position: relative;
}

/* .kyc-profile #submit-btn::after {
	content: '';
	display: block;
	width: 1.8em;
	height: 1.8em;
	position: absolute;
	left: calc(50% - 0.75em);
	top: calc(50% - 0.75em);
	border: 0.3em solid white;
	border-right-color: #ffffff7d;
	border-radius: 50%;
	animation: button-anim 0.7s linear infinite;
	opacity: 0 !important;
	top: 6px;
}

@keyframes button-anim {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
} */

/* #submit-btn.loading {
	color: transparent;
}

#submit-btn.loading::after {
	opacity: 1;
} */

.kyc-profile .successful-box .successful-footer a.btn {
    color: #ffffff;
}

/* submit loader end */

.kyc-profile .selectable img.ui-widget-content.active {
    background: #ee000033;
}

.kyc-profile .SuggDropDownInput {
    position: relative;
}

.kyc-profile .SuggDropDownInput div.d-flex {
    flex-wrap: wrap;
}

.kyc-profile .SuggDropDownInput > input {
    width: 250px;
    height: 30px;
    font-size: 25px;
    line-height: 30px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-style: solid;
}

.kyc-profile .SuggDropDown {
    display: none;
    width: 250px;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.kyc-profile .SuggInput {
    width: 100%;
    height: 40px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    background-color: white;
    transition: background-color 0.3s;
    user-select: none;
}

.kyc-profile .SuggDropDownInput:focus-within > .SuggDropDown {
    display: flex;
}

.kyc-profile .SuggDropDownInput:active > .SuggDropDown {
    display: flex;
}

.kyc-profile .SuggInput:hover {
    background-color: rgb(236, 236, 236);
}

.kyc-profile .SuggInput:active {
    background-color: rgb(216, 216, 216);
}

.control-group ~ .error {
    bottom: -16px;
    width: 100%;
    display: block;
    margin: 0;
    position: absolute;
    border: 0;
    font-weight: 300;
    line-height: 13px;
    letter-spacing: 0.25px;
    font-size: 13px !important;
}

.kyc-profile .uploader {
    background: #f7f9ff;
    border: 1px dashed #dfdefa;
    border-radius: 8px;
    position: relative;
    width: 100%;
    padding: 39px;
    max-width: 498px;
}

.kyc-profile .imageupload {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    right: 0;
    height: 100%;
}

.kyc-profile .uploader p {
    color: #666666;
    margin: 0;
}

.kyc-profile .uploader img {
    position: absolute;
    height: 160px !important;
    width: 247px;
    top: -1px;
    left: -1px;
    z-index: 1;
    border: none;
    right: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
}

.kyc-profile .uploader.active {
    background: transparent;
    border: transparent;
    height: 160px !important;
    width: 247px;
    padding: 0;
}

.kyc-profile .uploader.active p {
    display: none;
}

.kyc-profile .uploader.active svg {
    display: none;
}

.kyc-profile .uploader.active img {
    visibility: visible;
    opacity: 1;
}

.kyc-profile .uploader.active ~ .image-show {
    display: block;
}

/* .kyc-profile .successful-box {
	margin: auto;
    margin-bottom: 7.5rem;
    max-width: 570px;
} */
.kyc-profile .successful-items {
    padding: 40px;
    text-align: center;
    border-radius: 4px;
    max-width: 570px;
    margin-top: 0;
}

.kyc-profile .successful-box h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #212121;
}

.kyc-profile .successful-box p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #666666;
    max-width: 290px;
    margin: auto;
    text-transform: lowercase !important;
}

.kyc-profile .successful-footer button {
    color: #fff !important;
}

.kyc-profile .uploader .text-danger {
    position: absolute;
    bottom: -17px;
    left: 0;
}

.kyc-profile .uploader .text-danger.custom-error {
    position: absolute;
    bottom: -18px;
    left: 124px;
}

.kyc-profile #errormassage h2.modal-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #212121;
}

.kyc-profile #errormassage .modal-body ul {
    padding: 0;
}

.kyc-profile #errormassage .modal-body ul li {
    list-style: none;
    margin: 10px 0;
}

.kyc-profile #errormassage .modal-body ul li p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
    width: 100%;
    max-width: 95%;
    padding-left: 8px;
    text-transform: inherit;
}

.kyc-profile input,
.kyc-profile select,
.kyc-profile textarea {
    width: 100%;
}

.kyc-profile input:focus-visible,
.kyc-profile select:focus-visible,
.kyc-profile textarea:focus-visible {
    border: 1px solid #c9c7f2 !important;
    outline: 1px solid #c9c7f2 !important;
}

.completeProfile {
    background: #fff;
}

input[type="radio"],
input[type="checkbox"] {
    accent-color: #ee0000;
}

.mostSold_tooltip {
    position: relative;
    cursor: pointer;
}

.mostSold_tooltip.schemhe-tooltip .tooltiptext {
    left: 18%;
    top: 29px;
}

.mostSold_tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    padding: 7px 11px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    left: -21px;
    top: -43px;
}

.mostSold_tooltip.schemhe-tooltip .tooltiptext::after {
    top: -5px;
    left: 39%;
}

.mostSold_tooltip span.tooltiptext:after {
    content: "";
    height: 12px;
    width: 13px;
    position: absolute;
    background-color: black;
    top: 25px;
    left: 39%;
    border-top: black solid 2px;
    border-left: black solid 2px;
    transform: rotate(45deg);
}

.mostSold_tooltip:hover .tooltiptext {
    visibility: visible !important;
}

span.tooltiptext:after {
    content: "";
    height: 12px;
    width: 13px;
    position: absolute;
    background-color: black;
    top: 25px;
    left: 47%;
    border-top: black solid 2px;
    border-left: black solid 2px;
    transform: rotate(45deg);
}

#summernote-error {
    position: absolute;
    bottom: -41px;
    z-index: 999;
}

#contant-uploader-logo-error {
    position: absolute;
    bottom: -22px;
    left: 0;
}

.order-comments-info {
    overflow: hidden;
    word-break: break-word;
}

#login-packages-contact-form .file-upload .file-select {
    overflow: inherit;
}

label#ticket-error {
    line-height: 21px;
    margin: 0;
}

.userShow {
    display: none;
}

.userHide {
    display: block;
}

.form_slider_item {
    border-radius: 8px;
    color: #212121;
    padding: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #e3e6e7;
    border-radius: 8px;
    margin-right: 8px;
    margin-left: 8px;
    height: 62px;
}

.form_slider_item.green {
    background: #d6f4de;
    border-radius: 8px;
    color: #212121;
    padding: 10px;
    margin-bottom: 10px;
}

.form_slider_item h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #212121;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form_slider_item h5 span {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #34c759;
    padding: 2px 4px;
    background: #ffffff;
    border-radius: 9px;
    margin-left: 5px;
}

.form_slider_item p {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #666666;
}

.approval_types {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.approval_types p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0;
}

.approval_types svg {
    margin-right: 3px;
}

.approval_types .yellow {
    padding: 4px 8px 4px 4px;
    background: #fff8ed;
    border-radius: 13px;
    color: #ff9500;
}

.approval_types .yellow p {
    color: #ff9500;
}

.approval_types .green {
    padding: 4px 8px 4px 4px;
    background: #edfaf1;
    border-radius: 13px;
    color: #34c759;
}

.approval_types .green p {
    color: #34c759;
}

.approval_types .grey {
    padding: 4px 8px 4px 4px;
    background: #f2f6ff;
    border-radius: 13px;
    color: #666666;
}

.approval_types .grey p {
    color: #666666;
}

.approval_types div.d-flex {
    align-items: center;
    margin-right: 5px;
}

.target_pr_publisher .accordion-body {
    height: 446px;
    overflow: hidden;
    overflow-y: auto;
}

/* END KYC SECTION CSS */

/* HELP AND SUPPORT CSS START */
.help-support-bg {
    margin-bottom: 3rem;
}

.bg-white {
    background-color: #ffffff;
}

.border-radius {
    border-radius: 16px;
}

.help-item-title h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 15px;
}

.help-item-title p {
    font-size: 16px;
    line-height: 22;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
    font-weight: 300;
}

.help-title h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #212121;
    margin-bottom: 15px;
}

.help-title p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
}

.help-support-bg .card-group .card-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #212121;
    word-wrap: break-word;
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.help-support-bg .card-group .card-text {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #666666;
    word-wrap: break-word;
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#help_contact_us .form-outline .form-control {
    background: #f7f9ff;
    border: 1px solid #ebebff;
    border-radius: 4px;
}

.help-support-bg p.card-text .text-muted,
.help-support-bg p.card-text .text-muted {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ee0000 !important;
    cursor: pointer;
}

.help-support-bg p.card-text a:hover {
    text-decoration: none;
}

.card_group_slider .slick-slide {
    border: none;
    padding: 0 9px;
    cursor: pointer;
}

.card_group_slider .slick-slide > div:first-child {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.card_group_slider .slick-slide:first-child {
    padding-left: 0;
}

.card_group_slider .slick-slide:last-child {
    padding-right: 0;
}

.carousel-indicators {
    bottom: -15px;
    margin: 0;
    width: 100%;
}

.help-support-bg .card-images {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 57%;
    border-radius: 16px 16px 0 0;
}

.help-support-bg .card-images img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.carousel-indicators li {
    background-color: #e3e6e7;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    transition: 0.3s;
}

.carousel-indicators li.active {
    width: 30px;
    background-color: #ff375f;
    border-radius: 4px;
}

#card_group_slider .slide-arrow {
    position: absolute;
    top: unset;
    margin-top: 0;
    bottom: -2px;
}

/* #card_group_slider .prev-arrow {
	left: -40px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 15px solid #113463;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
} */
#card_group_slider .next-arrow {
    left: auto;
    right: 39%;
    border: none;
    background: transparent;
}

#card_group_slider .prev-arrow {
    left: 39%;
    right: auto;
    border: none;
    background: transparent;
}

/* #card_group_slider .next-arrow {
	right: -40px;
	width: 0;
	height: 0;
	border-right: 0 solid transparent;
	border-left: 15px solid #113463;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
} */
#card_group_slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

#card_group_slider .slick-dots li {
    margin: 0 0.25rem;
}

#card_group_slider .slick-dots button {
    display: block;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
    width: 6px;
    height: 6px;
    background: #e3e6e7;
    flex: none;
    order: 1;
    flex-grow: 0;
}

#card_group_slider .slick-dots li.slick-active button {
    width: 30px;
    background: #ff375f;
    border-radius: 4px;
}

.help-item .nav li a {
    background: #ebebff;
    border-radius: 18px;
    color: #666666;
    text-decoration: none;
    padding: 12px 16px;
    margin-right: 20px;
    border-radius: 18px;
}

.help-item .nav li a.active.show {
    background: #ff375f;
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    padding: 12px 16px;
    margin-right: 20px;
    border-radius: 18px;
}

#help_contact_us .form-control::placeholder {
    color: #a3a3a3;
}

.help-item .play-svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: auto;
    cursor: pointer;
}

.help-item .play-svg ~ .card-img-top {
    cursor: pointer;
}

.help-support-bg .card {
    border: none;
}

.help-support-bg .category-status {
    display: inline-flex;
    height: 28px;
    padding: 2px 12px 2px 4px;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 4px;
    margin-bottom: 15px;
}

.help-support-bg .category-status span {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.25px;
}

.help-support-bg .category-status.financials {
    background: #e6f2ff;
}

.help-support-bg .category-status.financials span {
    color: #007aff;
}

.help-support-bg .category-status.business {
    background: #ebfcff;
}

.help-support-bg .category-status.business span {
    color: #30b0c7;
}

.help-support-bg .category-status.sports {
    background: #edfaf1;
}

.help-support-bg .category-status.sports span {
    color: #34c759;
}

/* HELP AND SUPPORT CSS END */

/*
@media (min-width: 1200px) {
	.container {
		max-width: 960px;
	}
} */

/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #969696;
}

.all-packages-page .accordion-header {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #212121;
}

.all-packages-page .accordion-header p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #666666;
    margin-left: 10px;
    margin-top: 0;
}

.all-packages-page .accordion-body p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
}

.all-packages-page .accordion-body table th {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #666666;
}

.all-packages-page .accordion-body table td {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #666666;
}

.order_status_update ol {
    padding-left: 1rem;
    margin-top: 15px;
}

.order_status_update ol li {
    list-style: auto;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.25px;
    margin-bottom: 3px;
}

.order_status_update h3 {
    color: #212121;
    font-size: 16px;
    font-family: Readex Pro;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.15px;
    margin-bottom: 10px;
}

.order_status_update h3 ~ p {
    color: #666;
    font-size: 16px;
    font-family: Readex Pro;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.payment_summary_input input[type="text"] {
    padding: 11px 10px;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.25px;
    background-color: #f7f9ff;
    border: 1px solid #ebebff;
}

.payment_summary_input input[type="text"].error {
    border: 1px solid #ee0000;
}

.payment_summary_input input[type="checkbox"] {
    position: relative;
    z-index: 1;
    opacity: 1;
    margin: 0;
    margin-right: 7px;
}

.order-total-summary {
    color: #666 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    letter-spacing: 0.25px !important;
}

label#fill_amount-error ~ input#fill_amount {
    border: 1px solid #ee0000;
}

label#fill_amount-error {
    width: 331px;
    left: 0;
    margin: 0;
    bottom: -15px;
    padding: 0;
    font-size: 11px;
}

label#fill_amount-error::before {
    display: none;
}

.tox-tinymce-aux {
    display: flex !important;
}

.orders .col-lg-4 span.status-upadated {
    border-radius: 9px;
    background: #ffd7df;
    padding: 2px 6px;
    margin-left: 10px;
    color: #801c30;
    text-align: center;
    font-size: 10px;
    font-family: Readex Pro;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}

.billing-summary-box {
    display: none;
}

.billing-summary-box.active {
    display: block;
}

#deleteOrder .modal-body p {
    /* color: var(--black-60, #666);
	font-family: Readex Pro;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.5px; */
}

span.text-limit {
    position: absolute;
    left: auto;
    bottom: -17px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: right;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a3a3a3;
    right: 0;
}

.w-100-custom {
    width: 100% !important;
    margin-left: 0 !important;
}

.status-updated-items span.d-inline {
    color: #212121;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.25px;
}

body.modal-open {
    padding-right: 4px !important;
}

.profile-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.profile-icons-items {
    width: 50px !important;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #dfdefa;
    min-height: 50px !important;
    max-height: 50px !important;
    position: relative;
    overflow: hidden;
    min-width: 50px !important;
}

.profile-icons-items img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.position-relative.publisher_logo {
    /* border-radius: 8px;
    border: 0.5px solid #D0D5DD;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    width: 40px; */
     padding: 1px;
    /* border: 1px solid #D0D5DD; */
    /* border-radius: 8px; */
    text-align: center;
    vertical-align: middle;
    height: 34px;
    width: 120px;
}

.position-relative.publisher_logo img {
    /* width: 40px !important;
    height: 40px !important;
    border: 0.5px solid #D0D5DD;
    border-radius: 8px; */
    height: 100% !important;
    max-width: 120px !important;
    max-height: 32px !important;
    width: auto !important;
}

/* .payment-billing-show {
    overflow: hidden;
    overflow-y: auto;
    position: sticky;
    top: 0;
    height: 850px;
} */
#contentUpdate .modal-content .modal-header button {
    position: absolute;
    top: 10px;
    padding: 0;
    right: 20px;
}

.modal-body p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.5px;
}

/* END KYC SECTION CSS */

span#errorRequesteAmnt {
    position: absolute !important;
    top: 44px;
    left: 0;
    color: #ee0000 !important;
    font-size: 0.8rem !important;
}

.dashboard__card__addCoin__field__input.active {
    border: 0.0625rem solid #ee0000 !important;
}

.dashboard__paymentSummary__promoCode {
    border: 0.0625rem dashed #a3a3a3;
    border-radius: 0.25rem;
    padding: 0.4375rem 0.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard__paymentSummary__promoCode:not(:last-child) {
    margin-bottom: 0.625rem;
}

.dashboard__paymentSummary__promoCode__text {
    flex: 0 0 calc(100% - 4.75rem);
    max-width: calc(100% - 4.75rem);
    padding-right: 0.625rem;
}

.dashboard__paymentSummary__promoCode--title {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 0.25rem;
}

.dashboard__paymentSummary__promoCode--label {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 0.01563rem;
    color: #636464;
}

.dashboard__paymentSummary__promoCode__action {
    flex: 0 0 4.75rem;
    max-width: 4.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard__paymentSummary__promoCode__action--link {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 0.0625rem;
    color: #ee0000;
}

.dashboard__paymentSummary__promoCode:hover,
.dashboard__paymentSummary__promoCode.active {
    background-color: #f7f7f7;
}

/* transaction detail page css start */
.dashboard-card--orderDetail-status span {
    color: #34c759;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.25px;
    border-radius: 16px;
    background: #edfaf1;
    display: flex;
    padding: 4px 12px 4px 4px;
    justify-content: center;
    align-items: flex-start;
}

.dashboard-card-purchaseDetail--item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 0.625rem;
    margin-bottom: 0.3125rem;
}

.dashboard-card-purchaseDetail--label {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.25px;
    width: 100%;
    max-width: 44%;
}

.dashboard-card-purchaseDetail--text {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-left: 0.5rem;
}

.dashboard-card-purchaseList--item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.dashboard-card-purchaseList.isCoin .dashboard-card-purchaseList-frame {
    height: 2.5rem;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
    border: 0.0625rem solid #dbdbdb;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
}

.dashboard-card-purchaseList.isCoin .dashboard-card-purchaseList-frame img {
    width: 40px;
    height: 40px;
    padding: 1px;
    border-radius: 0.25rem;
}

.dashboard-card-purchaseList.isCoin .dashboard-card-purchaseList-text {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 0.625rem;
}

.dashboard-card-purchaseList-title {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.03125rem;
    color: #636464;
    margin-bottom: 0.3125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 95%;
    padding-right: 10px;
}

.dashboard-card-purchaseList-price {
    font-weight: 500;
    font-size: 0.875rem;
    color: #212121;
    line-height: 22px;
    letter-spacing: 0.15px;
}

.dashboard-card-purchaseList-detail {
    margin-bottom: -0.25rem;
}

.dashboard-card-purchaseList-detail--items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.dashboard-card-purchaseList-detail--item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 0.3125rem;
}

.dashboard-card-purchaseList-detail--label,
.dashboard-card-purchaseList-detail--text {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 0.01563rem;
    color: #a3a3a3;
}

.dashboard-card-purchaseList-detail--text {
    color: #636464;
    margin-left: 0.5rem;
}

.dashboard-chartDonut-item {
    border-right: 1px solid #e3e6e7;
    padding-left: 15px !important;
}

.dashboard-chartDonut-item:first-child {
    padding-left: 0px !important;
}

.dashboard-chartDonut-item:last-child {
    border-right: none;
}

.order-report-link-items a {
    color: #ff375f;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    text-transform: uppercase;
}

.order-report-link-items a:hover {
    text-decoration: none;
}

/* report css start */
.order-report-header {
    margin-bottom: 15px;
}

.order-report-header h2 {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.order-report--item,
.order-report--item-payments {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 11px;
}

.order-report-item--label {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
}

.order-report-item--text {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
    padding-left: 9px;
}

.order-report-comments-items {
    margin-bottom: 15px;
}

.order-report-comments-items h5 {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
    margin-bottom: 7px;
}

.order-report-comments-items p {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 133.333% */
    letter-spacing: 0.25px;
}

.report-version-img-title {
    margin-bottom: 15px;
}

.report-version-header h2,
.report-version-header h3 {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 10px;
}

.report-version-img-title span {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 133.333% */
    letter-spacing: 0.25px;
}

.report-version-img-title img {
    margin: 15px 0;
    max-width: 650px;
    height: 100%;
}

.report-version-img-title p {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 133.333% */
    letter-spacing: 0.25px;
    margin-bottom: 8px;
}

table.report-publisher-info thead th {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
}

table.report-publisher-info tbody td {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
}

.record-payment-info table .dropdown-menu.show {
    overflow: unset;
    right: 0 !important;
    box-shadow: 0px 0px 30px rgb(0 83 125 / 10%);
    width: 150px;
    left: -14px !important;
    padding: 0;
    /* transform: none !important; */
    border: none;
}

.record-payment-info table .dropdown-menu.show a {
    background-color: #fff;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    padding: 10px 15px;
    align-items: center;
}

.details-bill-tables .accordion-button {
    padding: 0.8rem !important;
}

.details-bill-tables .accordion-button table th {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1px;
    border: none;
    padding: 0 !important;
}

#accordionExample_bill .accordion-body table tr td {
    border-bottom: 1px solid #e3e6e7;
}

#accordionExample_bill .accordion-body table tr td:first-child {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
}

#accordionExample_bill .accordion-body table tr td:last-child {
    color: #212121;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.25px;
}

.return-link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.return-link-item a span {
    color: #ff375f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    text-transform: uppercase;
    margin-left: 5px;
}

.return-link-item a:hover {
    text-decoration: none;
}

table.report-publisher-info tbody td:first-child,
table.report-publisher-info thead th:first-child {
    padding-left: 2px;
}

table.report-publisher-info tbody td:last-child,
table.report-publisher-info thead th:last-child {
    text-align: right;
}

table.report-publisher-info tbody td:last-child {
    cursor: pointer;
}

#collapseOne_publisher .accordion-body.p-3.border-top-0 {
    min-height: auto;
    max-height: 510px;
    overflow: hidden;
    overflow-y: auto;
}

.details-bill-tables-item table td span.status {
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.25px;
    text-transform: capitalize;
}

.details-bill-tables-item table td span.status.status-success {
    background: #34c759;
}

.details-bill-tables-item table td span.status.status-pending {
    background: #ff9500;
}

.account-type-show img {
    margin-right: -32px;
    z-index: 9;
}

span.reseller-account {
    color: #ff375f;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.1px;
    padding: 7px 12px 7px 30px;
    z-index: -1;
    border-radius: 20px;
    background: #ebebff;
}

.reseller-account-type {
    border-radius: 19px;
    background: #efdcf8;
    padding: 5px 15px 5px 5px;
    display: inline-block;
    text-align: center;
}

.redeem-coupon-text h4 {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.15px;
    margin-bottom: 5px;
}

.redeem-coupon-text p {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.25px;
}

.tr-detail.hidden {
    display: none;
}

/* Date 20-09-2023 start */
#wallet_tranction_table_wrapper div.dataTables_info {
    display: inline-block;
    width: 50%;
}

#wallet_tranction_table_wrapper div.dataTables_paginate {
    display: inline-block;
    width: 50%;
    text-align: right;
}

/* div#wallet_tranction_table_info {
    width: 50%;
    display: inline-block;
}

div#wallet_tranction_table_paginate {
    display: inline-block;
    width: 50%;
} */

/* End */

/* Date 27-09-2023 Start  order-detils */

.page_top .dropdown-menu,
.request_detail .hover-effect .dropdown-menu {
    border: none;
    border-radius: 4px;
    box-shadow: 0px 0px 30px rgb(0 83 125 / 10%);
    padding: 0;
    right: -4px;
    left: auto !important;
}

.dropdown-menu.show {
    display: block;
    /* width: 100%; */
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}

.hover-effect .dropdown-menu {
    margin-top: 0px;
    width: 205px;
    right: 0px !important;
}

.page_top .dropdown-menu a,
.page_top .dropdown-menu span,
.request_detail .dropdown-menu a,
.request_detail .dropdown-menu span {
    display: block;
    color: #666;
    font-weight: 300;
    padding: 10px 15px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    /* font-family: "Readex Pro"; */
    letter-spacing: 0.5px;
    word-wrap: break-word;
}

.custom-content-text .float-left h3 {
    margin: 0px;
    margin-top: 10px;
    color: #212121;
    font-size: 16px;
    /* font-family:"Open Sans"; */
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.15px;
    word-wrap: break-word;
}

.dropdown-toggle::after {
    display: none;
}

/* End */

/* Date 09-10-2023 Start */
.custom-nav-tab-fix {
    position: sticky;
    top: 102px;
    z-index: 77;
    background-color: #f7f6ff;
}

/* End */

/* Date 10-10-2023 Start */
.custom-payment-option .dropdown-menu.show {
    left: -50%;
}

.scroll-top-button {
    position: fixed;
    right: 5%;
    bottom: 5%;
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 24px 24px 0 #00537d1a;
    z-index: 11;
    background-color: #ffffff;
}

.scroll-top-button svg {
    margin: 10px auto;
}

.foc-create-note {
    color: #666666;
    background-color: #f2f6ff;
    border: 1px solid #007aff;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
}

.pending-transaction-tab .dashboard-transaction-according {
    display: inline-block;
    width: 100%;
}

.pending-transaction-tab .transaction-about-details {
    display: block;
    border-bottom: 1px solid rgba(70, 70, 70, 0.3);
}

.pending-transaction-tab .transaction-about-details:last-child {
    border: none;
}

.pending-transaction-tab .transaction-about-details .panel_row {
    padding: 20.5px 0;
    cursor: pointer;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.pending-transaction-tab
    .transaction-about-details
    .panel_row
    .transaction-svg
    .svg_plus_icon {
    margin-left: 15px;
}

.pending-transaction-tab
    .transaction-about-details
    .panel_row
    .transaction-svg
    .svg_plus_icon
    svg {
    transform: rotate(0deg);
    transition: 0.3s;
}

.pending-transaction-tab
    .transaction-about-details
    .panel_row.active
    .transaction-svg
    .svg_plus_icon
    svg {
    transform: rotate(176deg);
    transition: 0.3s;
}

.pending-transaction-tab .transaction-about-details .panel_row h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #212121;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.pending-transaction-tab .transaction-about-details .panel_row p,
.pending-transaction-tab .transaction-about-details .panel_row ul li {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #666666;
    margin: 0;
}

.pending-transaction-tab .transaction-about-details .panel_row p b {
    color: #666666;
    font-weight: 700;
    padding-left: 5px;
}

.pending-transaction-tab .transaction-according-show {
    display: none;
    transition: max-height 0.5s ease-in-out;
}

.transaction-table-details form {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.transaction-table-details .transaction-inprogress {
    width: 60%;
}

.transaction-table-details table {
    width: 30%;
    text-align: end;
}

.transaction-table-details .transaction-footer-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 30px;
}

.transaction-table-details .transaction-footer-btn .gethelp {
    padding: 0.7875rem;
}

.transaction-table-details .transaction-footer-btn .gethelp a {
    color: #ee0000;
    font-weight: 600;
}

.transaction-footer-btn .transaction-footer-btn-requst a {
    margin-right: 20px;
}

.transaction-footer-btn .transaction-footer-btn-requst a.btn-primary {
    color: #fff !important;
}

.transaction-footer-btn .transaction-footer-btn-requst a:hover {
    color: #ee0000;
    border: 1px solid #ee0000;
    background-color: #f4e4e4;
}

.transaction-table-details table tr td:first-child {
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #666666;
}

.transaction-table-details table tr td:last-child {
    text-align: end;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.25px;
    color: #212121;
}

.transaction-inprogress p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666666;
    padding-right: 50px;
}

.transaction-according-show .show_panel {
    padding-top: 20px;
}

.transaction-multi-steps > li.is-active ~ li:before,
.transaction-multi-steps > li.is-active:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}

.transaction-multi-steps > li.is-active ~ li:after,
.transaction-multi-steps > li.is-active:after {
    background-color: #e1e1e1;
}

.transaction-multi-steps {
    display: block;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.transaction-multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #027f00;
    font-weight: 300;
    font-size: 12px;
    line-height: 27px;
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    width: 25%;
}

.transaction-multi-steps > li:before {
    content: "";
    content: "✓;";
    content: "𐀃";
    content: "𐀄";
    content: "✓";
    display: block;
    margin: 0 0 0 21px;
    background-color: #34c759;
    width: 24px;
    height: 24px;
    padding-left: 2px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #34c759;
    border-radius: 50%;
    color: white;
    z-index: 999;
}

.transaction-multi-steps > li:last-child:after {
    display: none;
}

.transaction-multi-steps > li.is-active:before {
    background-color: #edfaf1;
    border-color: #34c759;
    color: #34c759;
    animation: pulse 2s infinite;
}

.transaction-multi-steps > li.is-active ~ li {
    color: #808080;
}

.transaction-multi-steps > li.is-active ~ li:before {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #808080;
}

.is-complete {
    background: linear-gradient(to right, #34c759 50%, #e1e1e1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #027f0070;
    }

    100% {
        box-shadow: 0 0 0 10px #027f0000;
    }
}

@keyframes nextStep {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.new-wallet-ui .progress-bar {
    cursor: pointer;
    user-select: none;
}

.new-wallet-ui .progress-bar {
    background-color: #e1e1e1;
    height: 4px;
    overflow: hidden;
    position: absolute;
    left: 29%;
    bottom: calc(59% + 7px);
    width: 80%;
    z-index: 0;
}

.new-wallet-ui .progress-bar--success {
    background-color: #34c759;
}

.new-wallet-ui .progress-bar__bar {
    background-color: #e1e1e1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-out;
}

a.dwnBtn {
    background: white;
    color: #e00;
    border-radius: 5px;
    padding: 0.6875rem 1rem;
    font-size: 14px;
    margin-left: 0;
    border: 1px solid;
}

a.dwnBtn:hover {
    color: #fff;
    background: #e00;
}

p.text-danger.refund-amount-error {
    position: absolute;
    font-size: 11px;
    left: -26px;
    right: auto;
    font-weight: 400;
}

.new-wallet-ui a.balance__footer__action--btn svg {
    margin-right: 4px;
}

/* added by u 9-11 end */

.dashboard__table__wrap .dashboard__table__thead--th {
    border: 0.0625rem solid #e3e6e7;
}

.dashboard__table__wrap .dashboard__table__tbody--td.dropdown {
    padding: 0;
    position: relative;
}

.dashboard__table__wrap .dashboard__table__tbody--td.dropdown .dropdown-item {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25;
    padding: 0.625rem 0.9375rem;
}

.dashboard__table__wrap .dashboard__table__tbody--td.dropdown .dropdown-menu {
    box-shadow: 0px 2px 36px rgba(0, 0, 0, 0.12);
    border: none;
    border-radius: 4px;
    margin-top: 0 !important;
    min-width: 12.5rem;
    padding: 0.625rem 0;
    position: absolute;
    right: 0;
    top: 1.125rem !important;
    left: auto !important;
    transform: none !important;
}

.dashboard__table__wrap
    .dashboard__table__tbody--tr:last-child
    .dashboard__table__tbody--td {
    border-bottom: 0;
}

.dashboard__table__wrap .dashboard__table__tfoot--td:first-child {
    padding-left: 0;
}

.dashboard__table--item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.dashboard__table--heading {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.9375rem;
    letter-spacing: 0.01563rem;
    color: #636464;
}

.dashboard__table--text {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;
    letter-spacing: 0.03125rem;
    color: #212121;
}

.dashboard__table--icon {
    border: none;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../images/vertical-dots.svg") no-repeat center/1.5rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dashboard__table--icon::after {
    display: none;
}

.dashboard__table__status {
    border-radius: 1rem;
    min-height: 2rem;
    padding: 0.25rem 0.6875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dashboard__table__status--icon {
    position: relative;
    top: 0;
}

.dashboard__table__status--label {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    letter-spacing: 0.01563rem;
}

.dashboard__table__status.isSuccess {
    background: #edfaf1;
}

.dashboard__table__status.isSuccess .dashboard__table__status--label {
    color: #34c759;
}

.dashboard__table__status.isSuccess .dashboard__table__status--svg path {
    fill: #34c759;
}

.dashboard__table__status.isDanger {
    background: #faf2f4;
}

.dashboard__table__status.isDanger .dashboard__table__status--label {
    color: #ee0000;
}

.dashboard__table__status.isDanger .dashboard__table__status--svg path {
    fill: #ee0000;
}

.dashboard__table__status.isInfo {
    background: #f7f9ff;
}

.dashboard__table__status.isInfo .dashboard__table__status--label {
    color: #007aff;
}

.dashboard__table__status.isInfo .dashboard__table__status--svg path {
    fill: #007aff;
}

.dashboard__table__status.isWarning {
    background: #fff2e0;
}

.dashboard__table__status.isWarning .dashboard__table__status--label {
    color: #ff9500;
}

.dashboard__table__status.isWarning .dashboard__table__status--svg path {
    fill: #ff9500;
}

/* End */

/* Date 19-10-2023 Start */

.wallet_table .custom-wallate-transaction-table-details table tr {
    border-bottom: none !important;
}
.wallet_table .custom-wallate-transaction-table-details table tr td {
    border-bottom: none !important;
    padding: 7px 0px;
}
.transaction-about-details .gethelp a {
    color: #ee0000;
}
.custom-refund-request-pening-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ordered-total .ordered-total-heading {
    color: #666666;
    font-size: 16px;
    /* font-family: Open Sans; */
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    margin-bottom: 5px;
}
.ordered-total-coin h5,
.avial-refund h5 {
    color: #666666;
    font-size: 16px;
    /* font-family: Open Sans; */
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    word-wrap: break-word;
}
.ordered-total-coin p span.color-green,
.avialable-amount p span.color-green {
    color: #34c759;
}
.ordered-error p {
    color: #666666;
    font-size: 12px;
    /* font-family: Open Sans; */
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
}
.avialable-amount label {
    color: #666666;
    font-size: 14px;
    /* font-family: Open Sans; */
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
}
.estimated-Refund-value .info,
.estimated-inr-value .info {
    color: #666666;
    font-size: 14px;
    /* font-family: Open Sans; */
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
    margin-bottom: 5px;
}
.refund-message label {
    color: #666666;
    font-size: 14px;
    /* font-family: Open Sans; */
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
}
.error-msg p {
    color: #666666;
    font-size: 12px;
    /* font-family: Open Sans; */
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
}
.refundform .dashboard__card--help__text {
    color: #666666;
    font-size: 14px;
    /* font-family: Open Sans; */
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
}
.refundform .dashboard__card--help__text a {
    color: #ee0000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
}
.custom-refund-request-modal {
    width: 570px;
}
.custom-request-submitted-modal {
    width: 570px;
}
.custom-refund {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* End */

/* Date 09-11-2023 start */

.order-logo {
    font-family: "Onest", sans-serif;
    text-align: center;
    padding: 15px 15px;
    border-bottom: 1px solid #e3e6e7;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px -1px 0px #e3e6e7;
    z-index: 85;
}

.order-msg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}
.order-pic-box {
    text-align: center;
    margin-bottom: 30px;
}
.order-detils {
    text-align: center;
    margin-bottom: 30px;
}
.order-detils h3 {
    font-family: "Onest", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    margin-bottom: 20px;
    color: #4c4c4c;
}
.order-detils p {
    font-family: "Onest", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: center;
    width: 45%;
    margin: auto;
    margin-bottom: 15px;
    color: #4c4c4c;
}
.order-contain {
    text-align: center;
}
.order-contain p {
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #7a7a7a;
    margin-bottom: 30px;
}
.order-verification {
    text-align: center;
    width: 50%;
    margin: auto;
}
.order-verification-hader-contain {
    position: sticky;
    top: 60px;
    background-color: #ffffff;
    z-index: 78;
    padding: 10px 0px 0px;
}

.order-verification-hader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e6e7;
}
.order-verification-hader-detils {
    width: 50%;
}
.order-verification-hader-detils h4 {
    font-family: "Onest", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    color: #212121;
    margin-bottom: 15px;
}
.order-verification-hader-detils p {
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #4c4c4c;
    width: 75%;
    margin-bottom: 20px;
}

.order-verification-picbox img {
    width: 100%;
    height: auto;
}
.order-verification-contain {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: "Onest", sans-serif;
}
.order-verification-contain .image img {
    width: 100%;
    height: auto;
}
.order-verification-contain h2 {
    margin-top: 20px;
    font-family: "Onest", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    color: #212121;
    margin-bottom: 20px;
}
.order-verification-contain p {
    font-family: "Onest", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #4c4c4c;
}
.order-verification-contain a {
    font-family: "Onest", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #007aff;
    display: block;
    margin-bottom: 20px;
}

.payment-status .custom-progress {
    width: 100%;
    height: 8px;
}

.payment-status .custom-progress .progress-bar {
    background-color: #34c759;
}

/* end */

@media (min-width: 576px) {
    .dashboard-card-purchaseList-price {
        flex: 0 0 30%;
        max-width: 30%;
        text-align: right;
    }
}

@media (max-width: 1440px) {
    .scanner-img a.btn.v2 {
        top: 34%;
        left: 26px;
        padding: 8px 10px;
    }

    .addson_payment h4 {
        font-size: 14px;
    }

    .orders .col-lg-4 .expiring-in-days {
        right: 31px;
        font-size: 9px;
    }

    .dashboard-chartDonut-items {
        flex-wrap: wrap;
    }
}

@media (max-width: 1366px) {
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    .userShow {
        display: block;
    }

    .bg-danger .userShow {
        color: #fff;
    }

    .dashboard_sidebar.bg-danger nav a:hover .userShow,
    .dashboard_sidebar.bg-danger nav a.active .userShow {
        color: #ff375f;
    }

    .userHide {
        display: none;
    }

    .container-fluid .col-12 {
        padding-left: 0;
        padding-right: 0;
        background: #f7f6ff;
    }

    .profile_header h1 {
        padding-left: 15px;
    }

    .scanner-img a.btn.v2 {
        top: 34%;
        left: 6px;
        padding: 8px 8px;
        font-size: 14px;
    }

    .dashboard_sidebar {
        position: fixed;
        position: fixed;
        top: 0;
        left: 0;
        width: 380px;
        max-width: 100%;
        height: 100vh;
        overflow: auto;
        background: #fdfcfb;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 999;
        padding: 0 0 50px;
        margin: 0;
        text-align: start;
    }

    body.nav-opened {
        overflow: hidden;
    }

    body.nav-opened .dashboard_sidebar {
        transform: translateX(0%);
    }

    .c-mask,
    .overly-bg {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background: #000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        z-index: 999;
    }

    body.nav-opened .c-mask {
        opacity: 0.6;
        visibility: visible;
    }

    .dashboard_sidebar nav a {
        height: 80px;
        display: flex;
        padding: 1rem;
        font-size: 20px;
        align-items: center;
    }

    .dashboard_sidebar nav a:after {
        content: "";
        position: absolute;
        left: 3px;
        top: 0;
        width: 5px;
        border-radius: 2px;
        height: 52px;
        /* background: green; */
        padding: 40px 2px;
    }

    .dashboard_sidebar nav a svg {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .dashboard_sidebar nav a:hover,
    .dashboard_sidebar nav a.active {
        background: #fff;
        color: #ff375f;
        display: flex;
        padding: 1rem;
        font-size: 22px;
        align-items: center;
    }

    .dashboard_sidebar nav a.active svg {
        fill: #ff375f;
        width: 50px;
        height: 50px;
    }

    .pr_tooltip .prtooltiptext {
        display: none;
    }

    .slick-arrow.slick-next {
        right: -10px;
        left: auto;
    }

    .slick-arrow {
        left: -10px;
    }

    .slick-list {
        /* width: 82%; */
        margin: auto;
    }

    #packagescontactsModal .modal-content {
        background: #f7f9ff;
        background: -moz-linear-gradient(360deg, #fff 60%, #f7f9ff 47%);
        background: -webkit-linear-gradient(360deg, #fff 60%, #f7f9ff 47%);
        background: linear-gradient(360deg, #fff 60%, #f7f9ff 47%);
    }

    #login-packages-contact-form .col-lg-5 {
        margin-bottom: 20px !important;
    }

    #login-packages-contact-form .col-lg-7 {
        margin-top: 30px !important;
        padding: 0;
    }

    .img-uploader.active img {
        max-width: 100%;
    }

    #packagesslider .slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        left: 7px;
        cursor: pointer;
    }

    #packagesslider .slick-arrow.slick-next {
        right: 13px;
        left: auto;
    }

    .report-version-img-title img {
        margin: 15px 0;
        max-width: 100%;
        height: 100%;
        width: 100%;
    }
    .order-detils p {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    .userShow {
        display: block;
    }

    .userHide {
        display: none;
    }

    .container-fluid .col-12 {
        padding-left: 0;
        padding-right: 0;
        background: #f7f6ff;
    }

    .profile_header h1 {
        padding-left: 15px;
    }

    .scanner-img a.btn.v2 {
        top: 34%;
        left: 6px;
        padding: 8px 8px;
        font-size: 14px;
    }

    .dashboard_sidebar {
        position: fixed;
        position: fixed;
        top: 0;
        left: 0;
        width: 380px;
        max-width: 100%;
        height: 100vh;
        overflow: auto;
        background: #fdfcfb;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 999;
        padding: 0 0 50px;
        margin: 0;
        text-align: start;
    }

    body.nav-opened {
        overflow: hidden;
    }

    body.nav-opened .dashboard_sidebar {
        transform: translateX(0%);
    }

    .c-mask,
    .overly-bg {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background: #000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        z-index: 999;
    }

    body.nav-opened .c-mask {
        opacity: 0.6;
        visibility: visible;
    }

    .dashboard_sidebar nav a {
        height: 80px;
        display: flex;
        padding: 1rem;
        font-size: 22px;
        align-items: center;
    }

    .dashboard_sidebar nav a:after {
        content: "";
        position: absolute;
        left: 3px;
        top: 0;
        width: 5px;
        border-radius: 2px;
        height: 52px;
        /* background: green; */
        padding: 40px 2px;
    }

    .dashboard_sidebar nav a svg {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .dashboard_sidebar nav a:hover,
    .dashboard_sidebar nav a.active {
        background: #fff;
        color: #ff375f;
        display: flex;
        padding: 1rem;
        font-size: 22px;
        align-items: center;
    }

    .dashboard_sidebar nav a.active svg {
        fill: #ff375f;
        width: 50px;
        height: 50px;
    }

    .slick-arrow.slick-next {
        right: -10px;
        left: auto;
    }

    .slick-arrow {
        left: -10px;
    }

    .slick-list {
        /* width: 82%; */
        margin: auto;
    }

    #packagesslider .slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        left: 7px;
        cursor: pointer;
    }

    #packagesslider .slick-arrow.slick-next {
        right: 13px;
        left: auto;
    }

    #packagescontactsModal .modal-content {
        background: #f7f9ff;
        background: -moz-linear-gradient(360deg, #fff 60%, #f7f9ff 47%);
        background: -webkit-linear-gradient(360deg, #fff 60%, #f7f9ff 47%);
        background: linear-gradient(360deg, #fff 60%, #f7f9ff 47%);
    }

    #login-packages-contact-form .col-lg-5 {
        margin-bottom: 20px !important;
    }

    #login-packages-contact-form .col-lg-7 {
        margin-top: 30px !important;
        padding: 0;
    }

    .img-uploader.active img {
        max-width: 100%;
    }
    .order-verification-hader {
        display: block;
    }
    .order-verification-hader-btn {
        margin-bottom: 20px;
        text-align: left;
    }
    .order-verification-hader-detils {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .scanner-img a.btn.v2 {
        top: 34%;
        left: 6px;
        padding: 8px 8px;
        font-size: 14px;
    }

    .dashboard-chartDonut-items,
    .form-filters-tables,
    .wallet-filters-items {
        flex-wrap: wrap;
    }

    .dropdown.download-type button {
        padding: 10px 0 !important;
    }

    .wallet_table table tr td,
    .wallet_table table tr th {
        padding: 15px 10px;
    }

    .dashboard-chartDonut-item {
        padding-left: 0;
        padding-right: 0;
        margin: 10px 0;
    }

    .dashboard-chartDonut-item:last-child {
        width: 100%;
        display: block !important;
    }

    .dashboard-chartDonut-item:nth-child(2) {
        border: none;
    }

    .dashboard-chartDonut-item:nth-child(3) {
        padding-left: 0 !important;
    }

    .success_popup,
    .error_popup {
        z-index: 999;
    }

    .success_popup .col-5,
    .error_popup .col-5 {
        background-color: #fff;
        padding: 40px;
        text-align: center;
        margin-top: 112px;
        box-shadow: 0px 0px 30px rgb(0 83 125 / 10%);
        border-radius: 16px;
        max-width: 100%;
        flex: 0 0 94%;
    }

    .admin_status_item {
        align-items: flex-start;
    }

    .help.clearfix a.btn {
        margin-top: 12px;
    }

    .kyc-profile .kyc-user-profile-deatils.d-flex {
        flex-wrap: wrap;
    }

    .kyc-profile .kyc-user-profile-deatils.d-flex .label {
        margin-bottom: 8px;
    }

    .kyc-profile .user_deatils_form .value input {
        max-width: 100% !important;
    }

    .kyc-profile .kyc__selecter_profiles {
        width: 49%;
    }

    .profile_avatar .d-flex,
    .addres.profile_address .d-flex,
    .shop_license .d-flex,
    .company_logo .d-flex,
    .company_incorporation_certificate .d-flex,
    .gst_no .d-flex,
    .gst_schemhe .d-flex,
    .company_name .d-flex {
        flex-wrap: wrap;
    }

    .kyc-profile li.kyc-user-profile-deatils .user_feild,
    .kyc-profile div.pincode .pincode-city-input,
    .kyc-profile div.pincode .state-city-input,
    .kyc-profile .kyc-user-profile-deatils.pan input,
    div.user_feild {
        max-width: 49% !important;
        width: 100%;
        position: relative;
    }

    .kyc-profile .user_deatils_form .value select,
    .kyc-profile .uploader,
    .kyc-profile .kyc-user-profile-deatils.pan input,
    .kyc-profile .drag-drop:nth-child(2) {
        max-width: 100% !important;
    }

    .kyc-profile .user_deatils_form .label {
        margin-bottom: 8px;
        max-width: 100%;
    }

    .kyc-profile .user_deatils_form .label input[type="checkbox"] {
        margin-bottom: 7px !important;
        margin-right: 5px !important;
    }

    .kyc-profile .kyc-user-profile-deatils.pan input {
        width: 100% !important;
    }

    .kyc_user.dashboard__card__header {
        padding: 20px;
    }

    .kyc-profile .kyc_user_according {
        justify-content: space-between;
        max-width: 100%;
        align-items: center;
    }

    .kyc-profile .user_deatils_form .value select#type:first-child {
        margin: 0;
    }

    .payments-amount-form {
        padding: 0 !important;
    }

    .addcoin-info-value {
        margin-top: 20px;
    }

    .dashboard-card-addCoin-text,
    .dashboard-card-addCoin-value {
        text-align: left;
    }

    .addcoin-info-value.text-end {
        width: 10%;
        position: absolute;
        top: -90px;
        right: 0;
    }

    .white_bg {
        padding: 22px;
    }

    .wallet_table .wallet-table-information {
        min-height: 100%;
        max-height: 100%;
    }

    #wallet_tranction_table_wrapper
        div.dataTables_wrapper
        div.dataTables_paginate
        ul.pagination {
        margin: 10px 0 0 0;
        white-space: nowrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .clients h2 {
        font-size: 19px;
    }

    .offers h2 {
        font-size: 22px;
    }

    .col-md-4.packages-boxs {
        margin-bottom: 30px;
    }

    .order-number div.w-50 {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .slick-slide {
        border-right: unset;
        padding: 0 60px;
    }

    .payable-amount {
        text-align: center !important;
        margin-top: 8px !important;
    }

    .order-invoice .payable-amount-counter,
    .order-invoice p.order-date-time {
        text-align: center;
    }

    .scanner-img a.btn.v2 {
        top: 34%;
        left: 0px;
        padding: 10px 18px;
        font-size: 14px;
        width: 100%;
    }

    .scanner-items {
        order: 1;
    }

    .payable-amount-btn .submitBtn {
        max-width: 100%;
    }

    .payable-amount-btn .submitBtn .btnLoader {
        background-color: #34c759;
    }

    .payable-amount-btn a.btn.v1 {
        width: 100%;
    }

    .scanner-img {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
        text-align: center;
    }

    .payable-amount-btn .btn.v1 {
        width: 100%;
    }

    .custom_pricing {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slick-slide > div:first-child {
        border-bottom: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    .slick-arrow {
        left: -50px;
    }

    .slick-arrow.slick-next {
        right: -50px;
        left: auto;
    }

    .slick-list {
        width: 100%;
        margin: auto;
    }

    .slick-slide {
        border-right: unset;
        padding: 0 8px;
    }

    .profile_header h1 {
        font-size: 29px;
    }

    .profile_header .userShow a img {
        width: 80px;
    }

    .container-fluid.pr-header {
        position: sticky;
        top: 0;
        z-index: 99;
        padding: 0;
    }

    .orders .col-lg-4 .payment_pending {
        height: 26px;
        font-size: 11px;
    }

    .orders .col-lg-4 .expiring-in-days {
        font-size: 11px;
        line-height: 17px;
    }

    .versions_content img {
        max-width: 100% !important;
    }

    .wallet-filters div.position-relative {
        width: 100%;
        margin-bottom: 15px;
    }

    #packagesslider.slick-slider {
        width: 82%;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #packagesslider .slick-arrow {
        left: -50px;
    }

    #packagesslider .slick-arrow.slick-next {
        right: -50px;
    }

    .reach .bg2 {
        padding: 30px;
        border-radius: 16px;
        background-color: #f0f0ff;
        margin-bottom: 20px;
        /* box-shadow: 1px 3px 10px #80808054; */
    }

    .pack_info {
        background-color: #fff;
        padding: 30px;
        border-radius: 16px;
        /* box-shadow: 1px 3px 10px #80808054; */
    }

    .reach_left .col-4 {
        margin-bottom: 25px;
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
    }

    .upload-content-show #collapseTwo .main_table {
        overflow: hidden;
        overflow-x: auto;
    }

    #accordion_items .main_table table thead th:first-child,
    #accordion_items .main_table table td:first-child {
        min-width: 50px;
    }

    #accordion_items .main_table table thead th {
        padding: 10px !important;
    }

    #accordion_items .main_table table td {
        min-width: 150px;
        padding: 10px !important;
    }
    .custom-nav-tab-fix {
        top: 140px;
    }

    /* Start 10-11-2023 */

    .order-msg {
        position: relative;
        width: 90%;
        padding: 10px 20px;
        top: unset;
        left: unset;
        transform: unset;
    }
    .order-detils p {
        width: 90%;
    }
    .order-verification {
        width: 100%;
    }

    .order-verification-hader-detils {
        width: 100%;
    }
    .order-verification-hader-detils p {
        width: 100%;
    }

    .order-verification-contain h2 {
        font-size: 24px;
        line-height: 28px;
    }

    /* End */
}

@media (max-width: 767px) {
    .profile_header {
        padding: 30px 0px 16px;
    }
    .profile_header h1 {
        font-size: 15px;
        line-height: 18px;
        white-space: nowrap;
        width: 100%;
        max-width: 105px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .profile_menu .account-type-show img {
        margin-right: -10px;
    }
    .profile_menu span.reseller-account {
        display: none;
    }
    .custom-nav-tab-fix {
        top: 96px;
    }
    .order-report-link-items a {
        white-space: nowrap;
        font-size: 13px;
    }
    #wallet_tranction_table_wrapper div.dataTables_info {
        display: block;
        width: 100%;
    }
    #wallet_tranction_table_wrapper div.dataTables_paginate {
        display: block;
        width: 100%;
        margin: 10px -20px;
    }
    .payment-billing-show{
        position: relative;
        top: inherit;
    }
}

@media (max-width: 600px) {
    .steps a {
        width: 14%;
    }

    .steps a:nth-child(2n):after {
        display: none;
    }

    .steps a:last-child {
        width: 14%;
    }

    .clients h2 {
        padding: 0 10px;
    }

    .col-md-4.packages-boxs {
        margin-bottom: 20px;
    }

    .custom_pricing {
        flex-wrap: wrap;
    }

    .custom_pricing h4 {
        margin-bottom: 20px;
    }

    #otpModal .phon-number-visiable {
        flex-wrap: wrap;
    }

    .orders .col-md-4 h4 {
        color: #34c759;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .orders .col-md-4 h4 span {
        color: #666;
        border-left: unset;
        margin-left: 0;
        padding-left: 8px;
        width: 100%;
        max-width: 100%;
        padding-top: 11px;
    }

    .orders .col-lg-4 .expiring-in-days {
        font-size: 11px;
        line-height: 17px;
    }

    .success_popup a,
    .error_popup a {
        margin: 0 5px;
        display: block !important;
        margin-bottom: 10px !important;
    }

    .kyc-profile li.kyc-user-profile-deatils .user_feild,
    .kyc-profile div.pincode .pincode-city-input,
    .kyc-profile div.pincode .state-city-input,
    .kyc-profile .kyc-user-profile-deatils.pan input,
    div.user_feild {
        max-width: 100% !important;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .kyc-profile .kyc__selecter_profiles {
        width: 100%;
        margin-bottom: 15px;
    }

    .kyc-profile .user_deatils_form .value select:first-child,
    .kyc__selecter_profiles:not(:last-child) {
        margin-right: 0px;
    }

    .kyc-profile .user_deatils_form .value input[type="tel"] {
        width: 100%;
        max-width: 250px !important;
        margin-left: 10px;
    }

    .reach_left h2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .reach_left img {
        width: 100%;
        float: left !important;
    }

    .pack_info h1,
    .pack_info h2 {
        font-size: 28px;
    }
}

@media (min-width: 500px) and (max-width: 560px) {
    .custom-nav-tab-fix {
        top: 126px;
    }
    #wallet_tranction_table_wrapper div.dataTables_paginate {
        margin: 10px -100px;
    }
}

@media (max-width: 460px) {
    #packagesslider.slick-slider {
        width: 75%;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .white_bg.order_details_header.mb-30 {
        /* padding: 20px !important; */
    }

    .order_details_header span.cancelled {
        padding: 3px 7px !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        border-radius: 16px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .upload-content-show .help a.btn.v5 {
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    .order-number div.w-50 {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 18px;
    }

    #otpModal .modal-body {
        padding-bottom: 10px;
    }

    #otpModal .phon-number-visiable .phone-otp {
        margin-top: 10px;
    }

    .container-checkbox {
        margin-bottom: 18px;
    }

    .custom_pricing .btn {
        margin: 0 20px;
    }

    .custom_pricing h4 {
        margin-right: 0;
    }

    .slick-arrow {
        left: 12px;
    }

    .slick-arrow.slick-next {
        right: 10px;
        left: auto;
    }

    .profile_header .userShow a img {
        width: 50px;
    }

    .profile_header h1 {
        font-size: 15px;
        line-height: 22px;
        padding-left: 3px;
    }

    img.float-left.order-box-item {
        margin-bottom: 15px;
    }

    .orders .col-lg-4 div.float-right {
        width: 100%;
        margin-bottom: 15px;
    }

    .orders .col-lg-4 h4 span {
        color: #666;
        border-left: transparent;
        margin-left: 5px;
        padding-left: 4px;
        width: 100%;
        padding-top: 10px;
    }

    .kyc-profile .user_deatils_form .value input[type="tel"] {
        width: 100%;
        max-width: 140px !important;
        margin-left: 10px;
    }

    .filter-items li.filter-item {
        width: 100%;
        max-width: 46%;
        text-align: center;
        margin: 0 auto 10px !important;
    }
}

@media (max-width: 360px) {
    .orders .white_bg {
        flex-wrap: wrap;
        padding: 20px;
    }
}

.warning-icon-blank-with {
    min-width: 24px;
}

/* Date 17-11-2023 New Orderlist page start */

.new-header-orders .navbar {
    padding: 20px 0px;
    position: sticky;
    top: 0;
    background-color: #fff;
}

.new-header-orders .navbar-expand-lg .navbar-nav .nav-link {
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #4c4c4c;
}

.new-header-orders .navbar-expand-lg .navbar-nav .nav-link.active {
    background-color: #fff2f5;
    border-radius: 20px;
    padding: 7px 10px;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #ff375f;
}
.new-header-orders .notification {
    /* border: 1px solid #dbdae5; */
    border-radius: 50%;
    padding: 3px;
    margin-left: 12px;
}
.custom-new-nav-tab ul {
    border-bottom: 1px solid #e3e6e7;
    width: 100%;
}
.custom-new-nav-tab .filter-items .filter-item a {
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: #666666;
    background: none;
    text-transform: capitalize;
}
.custom-new-nav-tab .filter-items .filter-item a.active {
    color: #ff375f;
    background: none;
    border-bottom: 1px solid;
    border-radius: 0;
}
.custom-breadcrumb {
    background-color: #f7f6ff;
}
.custom-breadcrumb .custom-breadcrumb-title h2 {
    font-family: "Onest", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    color: #212121;
}
.custom-breadcrumb .breadcrumb-item {
    font-family: "Onest", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    color: #a3a3a3;
}
.custom-breadcrumb .breadcrumb-item a {
    color: #a3a3a3;
}
.custom-breadcrumb .breadcrumb-item.active {
    color: #4c4c4c;
}
.custom-search-box {
    position: relative;
}
.custom-search-box input {
    width: 270px;
    height: 40px;
    border: 1px solid #ebebff;
    background-color: #f7f9ff;
    padding: 10px 15px 10px 40px;
}
.search-bar {
    position: absolute;
    left: 25px;
    top: 7px;
}
/* .custom-search-box img{
	position: absolute;
	left: 10;
	top: 7;
} */
.order-detils-new {
    /* border: 1px solid #E3E6E7;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 20px;
	height: 204px;
	max-height: 204px; */
}
.order-detils-new:hover {
    box-shadow: 0px 24px 24px 0px rgba(0, 83, 125, 0.1);
}
.order-detils-new .close-circle {
    position: absolute;
    right: 25px;
    top: 10px;
}
.order-number {
    max-height: 47px;
    height: 100%;
}
.order-detils-new h3 {
    font-family: "Onest", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    margin-bottom: 10px;
}
.order-detils-new p {
    font-family: "Onest", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
}
.order-payment-status {
    margin-top: 30px;
    margin-bottom: 20px;
}
.order-payment-status span {
    border: 1px solid #e3e6e7;
    border-radius: 12px;
    padding: 6px 10px;
    font-family: "Onest", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    color: #4c4c4c;
}
.order-payment-status span.payment-pending {
    background-color: #f7f9ff;
    border-radius: 12px;
    padding: 6px 10px;
    font-family: "Onest", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    color: #007aff;
    border: none;
}
.order-payment-status span img {
    margin-bottom: 4px;
}
.order-payment-status span.expiring-info {
    background-color: #ffd7df;
    border-radius: 12px;
    padding: 7px 10px;
    font-family: "Onest", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0px;
    text-align: center;
    color: #801c30;
    margin-left: 8px;
    border: none;
}
.order-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-payment a {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 11px 16px;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.10000000149011612px;
    text-align: center;
    color: #4c4c4c;
}
.order-payment h4 {
    background-color: #edfaf1;
    border-radius: 14px;
    padding: 3px 12px 0px 4px;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: #34c759;
}
.order-payment img {
    margin-bottom: 4px;
    margin-right: 5px;
}
.custom-load-more a {
    border: 1px solid #e3e6e7;
    border-radius: 4px;
    padding: 13px 16px;
    font-family: "Onest";
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.10000000149011612px;
    text-align: center;
    color: #4c4c4c;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 4%;
    right: 21%;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ffffff;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 24px 24px 0px rgba(0, 83, 125, 0.1);
    width: 40px;
    height: 40px;
}

/* End */
