@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);#Shorten_Link>p,#aside,.box {
    overflow: hidden
}

.Shorten-Page,.withdraw_popup {
    backdrop-filter: blur(5px);
    opacity: 0
}

body,html {
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    width: 100%
}

.pagination li a,a {
    color: var(--clr-info-dark)
}

#PreLoaders,aside {
    height: 100vh
}

#PreLoaders .loading_icon,.box,.header-left .Language,aside .logo a,aside .logo a span,aside .main-sidebar {
    position: relative
}

*,.Shorten-Page .Shorten-Page-content h2,body {
    font-family: Montserrat,sans-serif
}

#Main_body .header .header-left .Profile_toggle li span,#site_Rules h4,.section_title {
    font-size: 16px
}

.Edit_Link .form-group input,.form-control,pre {
    line-height: 1.42857143
}

:root {
    --clr-primary: #7380ec;
    --clr-danger: #ff7782;
    --clr-success: #41f1b6;
    --clr-white: #fff;
    --clr-info-dark: #7d8da1;
    --clr-info-light: #dce1eb;
    --clr-dark: #363949;
    --clr-warnig: #ff4edc;
    --clr-light: rgba(132, 139, 200, 0.18);
    --clr-primary-variant: #111e88;
    --clr-dark-variant: #677483;
    --clr-color-background: #f6f6f9
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    text-decoration: none;
    list-style: none;
    appearance: none
}

body {
    height: 100vh!important;
    font-size: .7rem;
    background: var(--clr-color-background);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    text-decoration: none
}

#Full_Page_Script .help-block,#Mass_Shrinker .Mass_Shrinker_result,#Profile_setting,#SupportBot,#Telegram_Bot h2,#Telegram_Bot h3,#Telegram_Bot ul li,#site_Rules h4,.Referrals,b,p,pre {
    color: var(--clr-dark-variant)
}

h1 {
    font-weight: 800;
    font-size: 2.8rem
}

h2 {
    font-size: 1.4rem
}

h3 {
    font-size: .87rem
}

h4 {
    font-weight: 0.8rem
}

h5 {
    font-size: .77rem
}

::-webkit-scrollbar {
    display: none
}

:focus-visible {
    outline: 0
}

#PreLoaders {
    width: 100%;
    position: fixed;
    z-index: 99999999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.section_title,aside .top {
    align-items: center;
    display: flex
}

#PreLoaders .loading_icon {
    width: 32px;
    text-align: center
}

#PreLoaders .loading_icon span {
    font-size: 40px;
    font-weight: 700;
    color: #012970;
    position: relative
}

#PreLoaders .loading_icon::after,#PreLoaders .loading_icon::before {
    content: '';
    width: 30px;
    height: 20px;
    position: absolute;
    border-radius: 50%
}

#PreLoaders .loading_icon::before {
    right: -6px;
    bottom: 0;
    border: 8px solid rgb(65 84 241);
    border-width: 0 5px 5px 0
}

#PreLoaders .loading_icon::after {
    top: 0;
    left: -8px;
    border: 8px solid rgb(65 84 241);
    border-width: 5px 0 0 5px
}

#PreLoaders .loading {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: .5%;
    border-radius: 0 0 40% 40%;
    background: linear-gradient(90deg,transparent 0,var(--clr-primary) 25%,var(--clr-primary) 75%,transparent 100%);
    animation: 1.5s linear infinite PreLoaders
}

@keyframes PreLoaders {
    0% {
        left: -100%
    }

    100% {
        left: 100%
    }
}

.container {
    display: grid;
    width: 100%;
    grid-template-columns: 14rem auto;
    margin: 0 auto;
    transition: .5s
}

#main_report,.referral_social {
    grid-template-columns: repeat(2,1fr)
}

.container.toggle_main {
    grid-template-columns: 6rem auto
}

.box {
    width: 100%;
    background: var(--clr-white);
    margin: 20px 0;
    padding: 20px;
    border-radius: 7px
}

.section_title {
    gap: 5px;
    padding: 9px 16px;
    color: var(--clr-primary);
    background: var(--clr-light);
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.pagination li.active a,.submit_btn {
    color: #fff;
    background: var(--clr-primary)
}

.box .box_ro {
    margin-top: 30px
}

.pagination {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    justify-content: center;
    border-radius: 5px;
    font-size: 13px
}

#Main_body .header .header-left .Language .Language_toggle.Language_active,.form-control {
    display: block
}

.pagination li a {
    padding: 5px 10px;
    border: 1px solid var(--clr-info-dark);
    border-radius: 3px
}

.pagination li.active a {
    border-color: var(--clr-primary)
}

.submit_btn {
    padding: 9px 15px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    margin: 5px;
    cursor: pointer
}

pre {
    width: 100%;
    padding: 9.5px;
    margin: 11px 0 0;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: auto;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap
}

#Main_body .header,aside {
    background: var(--clr-white);
    top: 0;
    position: sticky
}

.form-control {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 10px 0;
    transition: .5s
}

.callout-success {
    background-color: #03d775e3;
    border-radius: 4px;
    margin: 0 0 15px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #04b563;
    color: #fff
}

.callout-success pre {
    color: var(--clr-white);
    border: 1px solid var(--clr-white)
}

.help-block {
    color: #f10000;
    font-size: 15px;
    font-weight: 500
}

#container .alert {
    padding: .75rem 1.25rem;
    border-radius: .35rem;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 1rem
}

#container .alert.alert-success,#login_page .alert.alert-success {
    color: #155724;
    background-color: #d4edda
}

#container .alert.alert-danger,#login_page .alert.alert-danger {
    color: #a94442;
    background-color: #f2dede
}

aside .top {
    justify-content: center;
    margin-top: 1.4rem
}

aside .logo a span {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #3c3c3c;
    font-family: Nunito,sans-serif;
    display: inline-flex
}

aside .logo a::after,aside .logo a::before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    border-radius: 2px;
    border: 8px solid #4154f1
}

aside .logo a::before {
    right: -5px;
    bottom: -3px;
    border-width: 0 4px 4px 0
}

aside .logo a::after {
    top: -17px;
    left: -6.2px;
    border-width: 4px 0 0 4px
}

#android_apps_pop,#payment-requirement .payment-requirement,aside .top .aside-close span {
    display: none
}

aside .main-sidebar {
    height: 86vh;
    top: 1rem
}

aside .main-sidebar a {
    display: flex;
    color: var(--clr-info-dark);
    margin-left: 2rem;
    gap: .8rem;
    align-items: center;
    height: 3.3rem;
    transition: .3s
}

aside .main-sidebar a:hover {
    color: var(--clr-primary);
    font-weight: 800
}

aside .main-sidebar a span {
    font-size: 1.6rem;
    transition: .3s
}

aside .main-sidebar a:hover span {
    margin-left: .7rem
}

aside .main-sidebar h3 {
    font-weight: 600;
    font-size: 1rem
}

aside .main-sidebar a span.Rules-notification {
    background-color: var(--clr-danger);
    color: var(--clr-white);
    padding: 2px 7px;
    font-size: 11px;
    border-radius: .4rem
}

aside .main-sidebar .menu-bottom {
    position: absolute;
    bottom: 0;
    width: 100%
}

aside .main-sidebar .menu-border {
    background-color: #e2e8f0;
    height: 1px;
    margin-bottom: .65rem;
    margin-top: .65rem
}

aside .main-sidebar a.menu-active {
    background-color: var(--clr-light);
    color: var(--clr-primary);
    margin-left: 0;
    border-left: 6px solid var(--clr-primary)
}

aside .main-sidebar a.menu-active span {
    margin-left: 17px
}

aside .main-sidebar a.menu-active:hover span {
    margin-left: 10px
}

aside.toggle_active .logo a span span,aside.toggle_active .main-sidebar .Rules-notification,aside.toggle_active .main-sidebar h3 {
    display: none;
    transition: .6s
}

#Main_body .header {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    width: 100%;
    height: 3.8rem;
    align-items: center;
    padding: 20px;
    color: #626262;
    box-shadow: 8px 5px 17px -8px rgba(0,0,0,.1);
    z-index: 99
}

#Main_body .header .header-right {
    display: flex;
    align-items: center;
    gap: 30px
}

#Main_body .header .header-right span {
    font-size: 35px;
    cursor: pointer
}

#Main_body .header .header-right #Shorten_Link {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    gap: 3px;
    border-radius: 6px;
    cursor: pointer;
    color: var(--clr-primary);
    background: var(--clr-light)
}

#Main_body .header .header-right #Shorten_Link span,.Edit_Link .section_title span,.Shorten-Page .Shorten-Page-content .shorten-member .Shorten_btn span {
    font-size: 20px
}

#Main_body .header .header-left {
    display: flex;
    gap: 20px;
    align-items: center
}

#Shorten_Link>p {
    color: var(--clr-primary);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#android_apps_pop.display_none {
    display: none!important
}

#report_month_selector_box .section_title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#report_month_selector_box .section_title h3 {
    display: flex;
    align-items: center;
    gap: 5px
}

#report_month_selector_box .section_title select {
    color: var(--clr-primary);
    background: 0 0;
    padding: 5px 0 5px 9px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    appearance: auto;
    border-right: 5px solid transparent;
    width: 146px
}

#Main_body .header .header-left a {
    display: flex;
    align-items: center;
    gap: 4px
}

#Main_body .header .header-left img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer
}

#Main_body .header .header-left span {
    color: #626262;
    cursor: pointer
}

#Main_body .header .header-left .Language .Language_toggle {
    position: absolute;
    top: 160%;
    left: -137%;
    box-shadow: rgba(0,0,0,.08) 0 4px 12px;
    width: 120px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0;
    z-index: 99;
    transition: .5s;
    display: none
}

#Main_body .header .header-left .Language .Language_toggle::before {
    background: #fff;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 100%;
    transform: rotate(-45deg) translateY(12px);
    right: 50%;
    left: auto;
    z-index: -9
}

#Main_body .header .header-left .Language .Language-ic {
    padding: 6px;
    font-size: 20px;
    border-radius: 6px;
    color: var(--clr-primary);
    background: rgba(79,70,229,.1)
}

#Main_body .header .header-left .Language li {
    padding: 5px 10px;
    border-bottom: 1px solid var(--clr-info-dark)
}

#Main_body .header .header-left .Language li:last-child {
    border: none
}

#Main_body .header .header-left .Language li a {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    transition: .2s
}

#Main_body .header .header-left .Language li a:hover {
    margin-left: 5px;
    color: var(--clr-primary)
}

#Main_body .header .header-left .Profile_toggle {
    position: absolute;
    top: 107%;
    right: 15px;
    box-shadow: rgba(0,0,0,.08) 0 4px 12px;
    width: 177px;
    border-radius: 5px;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 99;
    transition: .5s;
    display: none
}

#Main_body .header .header-left .Profile_toggle.Profile_active {
    display: block!important
}

#Main_body .header .header-left .Profile_toggle::before {
    background: #fff;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 100%;
    transform: rotate(-45deg) translateY(12px);
    right: 22px;
    left: auto
}

#Main_body .header .header-left .Profile_toggle p {
    font-size: 12px;
    padding: 10px 13px 7px
}

#Main_body .header .header-left .Profile_toggle li a {
    padding: 6px 14px;
    display: flex;
    align-items: center;
    gap: 5px
}

#Main_body .header .header-left .Profile_toggle li:last-child {
    padding: 1px 6px 7px
}

#Main_body .header .header-left .Profile_toggle hr {
    height: .5px;
    margin: 3px 0;
    background: var(--clr-info-dark)
}

.Shorten-Page {
    visibility: hidden;
    transition: .3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 99999;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(210 209 255 / 19%)
}

.Shorten-Page.Sopen {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    left: 0
}

.Shorten-Page .Shorten-Page-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #e2e8f0;
    width: 32%;
    box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
    border-radius: 10px
}

.Shorten-Page .Shorten-Page-content .Shorten-Haider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 28px;
    padding: 10px 14px;
    box-shadow: rgba(0,0,0,.1) 1px 1px 6px -1px,rgba(0,0,0,.06) 0 2px 4px -1px;
    border-radius: 6px
}

.Shorten-Page .Shorten-Page-content .Shorten-Haider div {
    display: flex;
    gap: 10px;
    align-items: center
}

.Shorten-Page .Shorten-Page-content .Shorten-Haider div a {
    cursor: pointer;
    display: flex
}

.Shorten-Page .Shorten-Page-content .Shorten_close span {
    font-size: 26px
}

.Shorten-Page .Shorten-Page-content .shorten-member #shorten {
    display: flex;
    flex-direction: column
}

.Shorten-Page .Shorten-Page-content .shorten-member input.Shorten_Alias,.Shorten-Page .Shorten-Page-content .shorten-member input.Shorten_YourURL,.Shorten-Page .Shorten-Page-content .shorten-member select {
    border: none;
    padding: 10px;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 20px;
    font-family: Montserrat,sans-serif
}

.Shorten-Page .Shorten-Page-content .shorten-member input.Shorten_Alias:focus-visible,.Shorten-Page .Shorten-Page-content .shorten-member input:focus-visible.Shorten_YourURL,.Shorten-Page .Shorten-Page-content .shorten-member select {
    outline: 0
}

.Shorten-Page .Shorten-Page-content .shorten-member select {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    cursor: pointer;
    color: var(--clr-info-dark);
    font-size: 14px
}

.Shorten-Page .Shorten-Page-content .shorten-member .Shorten_btn {
    padding: 10px 15px;
    background: var(--clr-primary);
    color: var(--clr-white);
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer
}

.Shorten-Page .Shorten-Page-content .shorten-member label {
    font-size: 15px;
    font-weight: 600;
    color: var(--clr-info-dark)
}

#Shorten_Page .add-link-result {
    transition: 10s
}

#Shorten_Page .add-link-result .form-group {
    margin-bottom: 10px;
    margin-top: -12px
}

#Shorten_Page .add-link-result .form-group .input-group {
    position: relative;
    display: flex;
    padding: 10px;
    align-items: center;
    background: #d7e0fa40;
    border-radius: 5px;
    border: 1px solid var(--clr-primary);
    color: #686868
}

#Shorten_Page .add-link-result .form-group .input-group .input-lg {
    width: 93%;
    background: #d7e0fa0f;
    font-size: 15px;
    color: #686868
}

#Shorten_Page .add-link-result .form-group .input-group span {
    position: absolute;
    right: 8px;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    font-size: 20px;
    cursor: pointer
}

#Getting_short_cycle_icon {
    animation: 1.3s linear infinite Getting_short_cycle_icon
}

@keyframes Getting_short_cycle_icon {
    0% {
        rotate: 0deg
    }

    100% {
        rotate: 360deg
    }
}

.main_content_body {
    padding: 20px;
    min-height: calc(100dvh - 112px);
}

.main_content_body .top_banner_body {
    padding: 10px 20px;
    background: var(--clr-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border-radius: 7px;
    box-shadow: rgb(99 99 99 / 13%) 0 2px 17px 0
}

.main_content_body .top_banner_body h2 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px
}

.main_content_body .top_banner_body div select {
    color: var(--clr-primary);
    background: var(--clr-light);
    padding: 5px 0 5px 9px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    appearance: auto;
    border-right: 6px solid transparent
}

#main_report {
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
    gap: 30px
}

#main_report .report_box {
    width: 100%;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    z-index: 1;
    color: var(--clr-white)
}

#main_report .report_box::before {
    content: "";
    position: absolute;
    background: url(img/Report_box.svg) right no-repeat;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: -1
}

#main_report .report_box .report_box_second {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px
}

#main_report .report_box .report_box_second .report_text h2 {
    margin-bottom: 5px;
    letter-spacing: .8px
}

#main_report .report_box .report_box_second p {
    color: var(--clr-white);
    font-size: 15px
}

#main_report .report_box .report_box_second .report_icon span {
    font-size: 30px
}

.report_box_1 {
    background: #7645f1;
    box-shadow: 0 5px 10px rgba(94,45,216,.3)
}

.report_box_2 {
    background: #f74da6;
    box-shadow: 0 5px 10px #a742994d
}

.report_box_3 {
    background: #26c9b1;
    box-shadow: 0 5px 10px #13bfa64d
}

.report_box_4 {
    background: #318dfd;
    box-shadow: 0 5px 10px #0774f84d
}

.report_box_2 .report_icon span {
    font-size: 36px!important
}

#Top5Links,#table_report {
    height: 300px;
    overflow: auto;
    color: var(--clr-info-dark);
    width: 100%;
    position: relative
}

#Top5Links {
    height: 100px
}

#Top5Links table,#table_report table,#withdraws_ro .withdraws_report_table table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    text-align: left;
    position: absolute
}

#Top5Links table th,#table_report table th {
    position: sticky;
    top: 0;
    background: var(--clr-white);
    padding: 10px;
    font-size: 15px
}

#Top5Links table td,#table_report table td {
    padding: 8px;
    font-weight: 500;
    font-size: 14px
}

#Quick_Link,#site_Rules {
    font-size: 15px
}

#site_Rules p {
    margin: 0 0 10px
}

#site_Rules h4 {
    display: flex;
    align-items: center;
    margin-bottom: 7px
}

#site_Rules .Allowed ul li,#site_Rules .Not_Allowed ul li {
    margin: 3px 0 6px 12px;
    position: relative;
    padding-left: 17px;
    color: var(--clr-dark-variant)
}

#site_Rules .Not_Allowed ul li:last-child {
    margin: 3px 0 10px 12px
}

#site_Rules .Not_Allowed ul li:before {
    content: '\2716';
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 14px;
    display: flex;
    align-items: center
}

#site_Rules .Allowed ul li:last-child {
    margin: 3px 0 10px 10px
}

#site_Rules .Allowed ul li:before {
    content: '\2713';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    display: flex;
    align-items: center
}

.search_links form {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.search_links form div input,.search_links form div select {
    padding: 5px 10px;
    color: var(--clr-info-dark);
    border-radius: 7px;
    margin: 0
}

.search_links form div select {
    appearance: auto;
    background: 0 0
}

.Delete_Link_Recover,.links-box_right .links_Delete_btn,.links-box_right .links_Edit_btn,.search_links form .links_Filter_btn {
    padding: 5px 10px;
    background: var(--clr-danger);
    color: #fff;
    border-radius: 4px
}

.links-box_right .links_Edit_btn,.search_links form .links_Filter_btn {
    background: var(--clr-primary)
}

.links-box_right .links_copy_btn,.search_links form .links_Reset_btn {
    padding: 5px 12px;
    border: 1px solid var(--clr-info-dark);
    color: var(--clr-info-dark);
    border-radius: 4px;
    font-size: 14px;
    background: 0 0
}

.search_links form .links_Reset_btn {
    font-size: .7rem!important
}

.Delete_Link_Recover {
    display: flex;
    font-size: 15px;
    align-items: center;
    gap: 3px
}

.links-box {
    display: flex;
    justify-content: space-between
}

.links-box .links-box_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 50%
}

.links-box .links-box_left h4 {
    font-size: 16px;
    color: var(--clr-info-dark);
    display: flex;
    align-items: center;
    gap: 1px;
    word-break: break-all;
}

.links-box .links-box_left h4 span {
    transform: rotate(47deg)
}

.links-box .links-box_left p {
    display: flex;
    align-items: center;
    gap: 2px
}

.links-box .links-box_left p span {
    font-size: 13px
}

.links-box .links-box_left input {
    width: 100%;
    background: #d7e0fa40;
    padding: 9px 14px;
    border-radius: 7px;
    border: 1px solid var(--clr-primary);
    color: var(--clr-info-dark)
}

.Edit_Link .form-group input,.Edit_Link .form-group textarea {
    background-color: #fff;
    background-image: none;
    color: var(--clr-info-dark);
    font-size: 14px
}

.links-box .links-box_right {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: flex-end
}

.links-box_right .links_copy_btn span {
    font-size: 14px;
    display: flex;
    cursor: pointer
}

.Edit_Link .section_title {
    align-items: flex-end!important
}

.Edit_Link .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--clr-info-dark)
}

#withdraws_ro .withdraws_box {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    margin-bottom: 24px
}

#withdraws_ro .withdraws_box .withdraws_box_available {
    width: 100%;
    height: 205px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 5%) 0 4px 12px;
    position: relative;
    justify-content: space-between;
    overflow: hidden
}

#withdraws_ro .withdraws_box .withdraws_box_available p.top_text {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 9px 16px;
    color: var(--clr-primary);
    background: var(--clr-light);
    position: absolute;
    font-size: 16px;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 600
}

#withdraws_ro .withdraws_box .withdraws_box_available h3 {
    font-size: 30px;
    color: var(--clr-dark-variant);
    border-bottom: 1px solid var(--clr-dark-variant);
    margin: 40px auto 1px;
    padding: 0 4px 1px;
    border-radius: 8px
}

#withdraws_ro .withdraws_box .withdraws_box_available .withdraws_INR {
    margin-bottom: 13px;
    text-align: center;
    font-size: 12px;
    font-weight: 600
}

#withdraws_ro .withdraws_box .withdraws_box_total {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

#withdraws_ro .withdraws_box .withdraws_box_total .Pending_Withdrawn,#withdraws_ro .withdraws_box .withdraws_box_total .Total_Withdraw {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    position: relative;
    gap: 10px;
    box-shadow: rgb(0 0 0 / 5%) 0 4px 12px;
    background: linear-gradient(136deg,#fff 70%,#c3c9ff29 60%,#c3c9ff29 100%)
}

#withdraws_ro .withdraws_box .withdraws_box_total .Pending_Withdrawn p,#withdraws_ro .withdraws_box .withdraws_box_total .Total_Withdraw p {
    font-size: 13px;
    font-weight: 500;
    color: var(--clr-dark-variant)
}

#withdraws_ro .withdraws_box .withdraws_box_total .Pending_Withdrawn h3,#withdraws_ro .withdraws_box .withdraws_box_total .Total_Withdraw h3 {
    font-size: 16px;
    color: var(--clr-dark-variant)
}

#withdraws_ro .withdraws_box .withdraws_box_total .Pending_Withdrawn span,#withdraws_ro .withdraws_box .withdraws_box_total .Total_Withdraw span {
    position: absolute;
    right: 15px;
    bottom: 13px;
    font-size: 50px;
    color: var(--clr-primary)
}

#withdraws_ro .withdraws_box .withdraws_date {
    display: flex;
    font-size: 15px;
    gap: 5px;
    padding: 8px 20px;
    background: #ff676717;
    color: var(--clr-danger);
    border-radius: 7px;
    border: 1px solid #fdc0c5;
    align-items: center;
    font-weight: 600
}

#All_Tools .All_Tools .Tools_Box a,#Telegram_Bot .Telegram_Btn,#withdraws_ro .withdraws_box .Withdraw_btn {
    border-radius: 4px;
    align-items: center;
    background: var(--clr-primary);
    font-weight: 600;
    display: flex;
    cursor: pointer
}

#All_Tools .All_Tools .Tools_Box a,#withdraws_ro .withdraws_box .Withdraw_btn {
    padding: 9px 15px;
    color: #fff;
    font-size: 17px;
    margin: 5px;
    justify-content: center;
    gap: 5px
}

#withdraws_ro .withdraws_box .Withdraw_btn span {
    font-size: 18px
}

#withdraws_ro .withdraws_report_table {
    max-width: 100%;
    height: 341px;
    overflow: auto;
    color: var(--clr-info-dark);
    width: 100%;
    position: relative
}

#withdraws_ro .withdraws_report_table table thead th {
    position: sticky;
    top: 0;
    background: var(--clr-white);
    padding: 8px 10px 12px;
    font-size: 15px
}

#withdraws_ro .withdraws_report_table table td {
    padding: 8px 8px 19px;
    font-weight: 500;
    font-size: 14px
}

#withdraws_ro .withdraws_report_table table td span {
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600
}

#withdraws_ro .withdraws_report_table table td span.Pending {
    background: rgb(255 152 0 / 10%);
    color: #ff98009c
}

#withdraws_ro .withdraws_report_table table td span.Approved {
    background: rgb(79 70 229 / 10%);
    color: #4f46e5ad
}

#withdraws_ro .withdraws_report_table table td span.Complete {
    background: #bbf7d0ad;
    color: #16a34aad
}

#withdraws_ro .withdraws_report_table table td span.Cancelled {
    background: rgb(255 87 36 / 10%);
    color: #ff5724a6
}

#withdraws_ro .withdraws_report_table table td span.Returned {
    background: rgb(14 165 233 / 10%);
    color: #0e84e9b0
}

#withdraws_ro ul {
    font-size: 15px;
    margin-top: 20px
}

#withdraws_ro ul li {
    margin: 3px 6px 15px 12px;
    position: relative;
    padding-left: 28px;
    color: var(--clr-dark-variant);
    border-bottom: 1px solid #0000001f;
    padding-bottom: 8px;
    border-radius: 12px
}

#withdraws_ro ul li:before {
    content: "\272A";
    position: absolute;
    top: -5px;
    left: 10px;
    font-size: 19px
}

#All_Tools .All_Tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 25px
}

#All_Tools .All_Tools .Tools_Box {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    font-size: 15px;
    padding: 20px;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 5%) 0 4px 12px;
    background: linear-gradient(136deg,#fff 85%,#c3c9ff29 80%,#c3c9ff29 100%)
}

#All_Tools .All_Tools .Tools_Box h3 {
    font-size: 20px;
    margin-top: 2px
}

#All_Tools .All_Tools .Tools_Box a span {
    font-size: 22px
}

#Telegram_Bot p {
    font-size: 17px
}

#Telegram_Bot .Telegram_Btn {
    padding: 10px 15px;
    color: #fff;
    font-size: 19px;
    margin: 22px 35px;
    justify-content: center;
    gap: 5px
}

#Telegram_Bot h2 {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: var(--clr-dark-variant);
    margin-bottom: 10px
}

#Telegram_Bot ul li {
    margin: 3px 0 6px 12px;
    position: relative;
    padding-left: 17px;
    font-size: 15px
}

#Telegram_Bot ul li:before {
    content: "\2217";
    position: absolute;
    top: -11px;
    left: 0;
    font-size: 30px;
    display: flex;
    align-items: center
}

#Telegram_Bot h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px
}

#Telegram_Bot .youtube-video {
    width: 70%;
    margin: auto
}

#Telegram_Bot .youtube-video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

#Telegram_Bot .youtube-video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

#Developers-API,#Full_Page_Script,#Mass_Shrinker,#Payment_setting {
    font-size: 15px;
    color: var(--clr-dark-variant)
}

#Mass_Shrinker .Mass_Shrinker_result {
    width: 100%;
    padding: 10px;
    margin: 2px 0 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-weight: 500
}

#Full_Page_Script h3 {
    font-size: 17px;
    margin: 13px 0 10px;
    border-bottom: 1px solid var(--clr-dark-variant);
    padding: 0 0 4px 12px;
    border-radius: 10px
}

#domains-type {
    appearance: auto
}

.Referrals {
    margin-top: 36px;
    font-size: 17px
}

.referral_social {
    display: grid;
    justify-items: center;
    gap: 10px
}

.referral_social a {
    width: 100%;
    height: 50px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    border-radius: 7px;
    font-family: Nunito,sans-serif;
    font-weight: 600
}

.referral_social .fa-discord:before,.referral_social .fa-facebook:before,.referral_social .fa-share:before,.referral_social .fa-telegram:before,.referral_social .fa-twitter:before,.referral_social .fa-whatsapp:before {
    font: 19px/1 FontAwesome
}

.referral_social a.fa-whatsapp {
    background-color: #25d366
}

.referral_social a.fa-telegram {
    background-color: #08c
}

.referral_social a.fa-facebook {
    background-color: #4267b2
}

.referral_social a.fa-twitter {
    background-color: #55acee
}

.referral_social a.fa-discord {
    background-color: #7681ff
}

.referral_social a.fa-share {
    background-color: transparent;
    color: #7380ec;
    border: 1px solid #7380ec
}

#Profile_setting {
    font-size: 15px;
    margin-top: 35px
}

#Profile_setting .form-group label {
    margin: 12px 0 -7px;
    display: flex
}

#Payment_setting div {
    width: 100%
}

#Payment_setting .payment-requirement {
    width: 100%;
    display: flex;
    font-weight: 500
}

#Payment_setting div table {
    width: 100.4%;
    text-align: center;
    position: absolute;
    top: -2px;
    left: -2px
}

#Payment_setting div table th {
    padding: 9px 16px;
    color: var(--clr-primary);
    background: var(--clr-light);
    font-size: 16px
}

#Payment_setting div table td {
    padding: 8px;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid var(--clr-light);
    width: 50%
}

#Payment_setting div table td img,.payment-requirement img {
    width: 42px;
    height: 18px;
    background-color: #fff;
    padding: 2px;
    border-radius: 2px;
    box-shadow: rgb(3 8 153 / 18%) 0 1px 2px 0;
    margin-right: 5px
}

#Payment_setting div table td.img {
    text-align: left;
    padding-left: 22px;
    display: flex;
    width: 100%
}

#payment-requirement .payment-requirement img {
    margin-left: 5px
}

#SupportBot {
    height: 75vh;
    font-size: 15px
}

#SupportBot header {
    padding: 16px 0;
    text-align: center;
    color: #fff;
    background: var(--clr-primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9
}

#SupportBot .chatbox {
    overflow-y: auto;
    height: 75vh;
    padding: 60px 20px 70px
}

#SupportBot .chatbox .chat {
    display: flex
}

#SupportBot .chatbox .chat .p {
    white-space: pre-wrap;
    padding: 12px 16px;
    border-radius: 10px 10px 10px 0;
    max-width: 500px;
    color: #000;
    font-size: .95rem;
    background: #f2f2f2;
    overflow: hidden
}

#SupportBot .chatbox .chat.outgoing .p {
    border-radius: 10px 10px 0;
    color: #fff;
    background: var(--clr-primary)
}

#SupportBot .chatbox .chat.outgoing {
    margin: 20px 0;
    justify-content: flex-end
}

#SupportBot .chatbox .incoming span {
    width: 32px;
    height: 32px;
    color: #fff;
    cursor: default;
    text-align: center;
    line-height: 32px;
    align-self: flex-end;
    background: var(--clr-primary);
    border-radius: 4px;
    margin: 0 10px 7px 0
}

#SupportBot .chatbox .incoming .p .Telegram {
    background-color: var(--clr-primary);
    font-weight: 600;
    margin: 8px -16px -12px;
    position: relative;
    padding: 10px 0 27px;
    border-radius: 10px 0
}

#SupportBot .chatbox .incoming .p .Telegram a {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#SupportBot .chat-input {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 3px 20px;
    border-top: 1px solid #ddd
}

#SupportBot .chat-input textarea {
    height: 55px;
    width: 100%;
    border: none;
    outline: 0;
    resize: none;
    max-height: 180px;
    padding: 15px 15px 15px 0;
    font-size: .95rem
}

#SupportBot .chat-input span {
    color: var(--clr-primary);
    cursor: pointer;
    height: 55px;
    line-height: 55px;
    font-size: 1.35rem
}

#login_page {
    width: 100%;
    min-height: 100vh;
    padding: 15px;
    background: var(--clr-primary);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

#login_page::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #4154f166;
    backdrop-filter: blur(14px)
}

#login_page .login_page {
    width: 390px;
    height: 100%;
    padding: 55px 50px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    text-align: center;
    margin-top: -70px;
    position: relative
}

#login_page .login_page h2 {
    display: block;
    font-size: 30px;
    color: #012970;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 37px;
    font-weight: 800;
    font-family: Nunito,sans-serif
}

#login_page .login_page .btn,#login_page .login_page .form-group input,#login_page .login_page button,#registration_close .contact_us {
    font-family: Nunito,sans-serif;
    font-weight: 600;
    width: 100%
}

#login_page .login_page .form-group {
    width: 100%;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 rgb(3 17 110 / 12%);
    border-radius: 10px;
    overflow: hidden
}

#login_page .login_page .form-group input {
    font-size: 16px;
    color: #7a7a7a!important;
    line-height: 1.2;
    display: block;
    height: 62px;
    padding: 0 20px 0 23px;
    outline: 0;
    border: none;
    overflow: visible;
    margin: 0!important;
    appearance: auto
}

#login_page .login_page .form-group input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    background-color: transparent
}

#login_page .login_page .btn,#login_page .login_page button {
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
    padding: 12px 30px;
    border-radius: 7px;
    box-shadow: 0 5px 30px rgba(65,84,241,.4);
    background: #4154f1;
    color: #fff;
    border: none;
    margin: 20px auto auto;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

#login_page .login_page .btn i,#login_page .login_page button i {
    font-size: 16px;
    margin: 3px
}

#login_page .login_page .forgot_Password {
    margin: -5px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#login_page .login_page .forgot_Password a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: start;
    overflow: hidden;
    text-decoration: none;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    font-family: Nunito,sans-serif
}

#login_page .login_page .form-group.checkbox {
    box-shadow: none;
    background-color: transparent;
    margin: 0;
    border-radius: 0!important
}

#login_page .login_page .form-group.checkbox label {
    display: flex;
    align-items: center;
    color: #999;
    gap: 4px;
    font-weight: 500;
    font-size: 15px
}

#login_page .login_page .form-group.checkbox label input {
    height: 12px;
    width: 12px;
    margin-left: 5px
}

#login_page .alert {
    padding: 10px;
    font-size: 15px;
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

#registration_close {
    max-width: 1000px;
    margin: auto;
    padding: 70px 15px 15px;
    color: rgb(122 122 122);
    font-size: 16px;
    font-family: Nunito,sans-serif
}

#registration_close .registration_close_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 24px;
    background-color: rgb(65 84 241);
    color: #fff;
    font-size: 36px;
    padding: 19px;
    text-align: center
}

#registration_close .registration_close_logo a {
    color: #fff;
    text-decoration: none;
    font-family: Nunito,sans-serif;
    font-weight: 700
}

#registration_close .h2 {
    font-size: 30px;
    color: #012970;
    font-family: Nunito,sans-serif
}

#registration_close .media {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    margin-bottom: 5px;
    font-family: Nunito,sans-serif
}

#registration_close .contact_us {
    height: 50px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    border-radius: 7px;
    text-decoration: none
}

#registration_close .contact_us_d {
    display: flex;
    justify-content: space-between;
    gap: 44px
}

.main-footer {
    background: #fff;
    padding: 15px;
    border-top: 1px solid #e4e5eb;
    width: 100%;
    font-size: 14px
}

@media only screen and (max-width: 1000px) {
    .container {
        grid-template-columns:6rem auto
    }

    .container.toggle_main {
        grid-template-columns: 14rem auto
    }

    aside .logo a span span,aside .main-sidebar .Rules-notification,aside .main-sidebar h3 {
        display: none
    }

    aside.toggle_active .logo a span span,aside.toggle_active .main-sidebar .Rules-notification,aside.toggle_active .main-sidebar h3 {
        display: block
    }

    .Shorten-Page .Shorten-Page-content {
        width: 70%
    }

    #main_report .report_box {
        margin-block-end:0}

    #withdraws_ro .withdraws_box .withdraws_date {
        align-items: flex-start
    }
}

#support_sticky {
    position: fixed;
    bottom: 34px;
    right: 30px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    z-index: 9999;
    box-shadow: rgba(0,0,0,.05) 0 6px 24px 0,rgba(0,0,0,.08) 0 0 0 1px
}

#support_sticky img {
    width: 40px
}

.withdraw_popup {
    position: fixed;
    height: 100dvh;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(210 209 255 / 19%);
    z-index: 9999;
    pointer-events: none
}

.withdraw_popup.mwithdraw_popup_pop,.withdraw_popup.mwithdraw_popup_pop .withdraw_popup_box {
    opacity: 1;
    pointer-events: all
}

.withdraw_popup .withdraw_popup_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 380px;
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #fff;
    transition: .3s;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    pointer-events: none;
    box-shadow: rgba(0,0,0,.4) 0 30px 90px
}

.withdraw_popup .withdraw_popup_box .material-symbols-outlined {
    font-size: 70px;
    color: #4070f4
}

.withdraw_popup .withdraw_popup_box h2 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 500;
    color: #333
}

.withdraw_popup .withdraw_popup_box h3 {
    font-size: 16px!important;
    font-weight: 400;
    color: #333!important;
    text-align: center;
    border: none!important;
    margin: 0!important
}

.withdraw_popup .withdraw_popup_bt {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 25px
}

.withdraw_popup .withdraw_popup_bt a {
    font-weight: 400;
    color: #fff;
    border: none;
    background: #4070f4;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 12px;
    margin: 0 10px
}

@media only screen and (max-width: 600px) {
    #android_apps_pop {
        display:block!important
    }

    #main_report,.container,.container.toggle_main,.referral_social {
        grid-template-columns: repeat(1,1fr)
    }

    aside {
        position: fixed;
        width: 17rem;
        z-index: 999;
        left: -100%;
        transition: .6s
    }

    aside .logo a span span,aside .main-sidebar .Rules-notification,aside .main-sidebar h3 {
        display: block
    }

    aside .top {
        gap: 50px
    }

    aside .main-sidebar a,aside .main-sidebar h3 {
        transition: none
    }

    aside .top .aside-close span {
        display: block;
        font-size: 30px;
        margin-top: 6px;
        cursor: pointer;
        color: #494949
    }

    aside.toggle_active {
        left: 0;
        box-shadow: 100px 0 74px 25px rgba(234,233,255,.267)
    }

    #Main_body .header .header-right {
        gap: 10px
    }

    #Main_body .header .header-right #Shorten_Link {
        padding: 7px 18px;
        font-size: 15px
    }

    #Main_body .header .header-right #Shorten_Link span {
        font-size: 15px
    }

    .Shorten-Page .Shorten-Page-content {
        width: 90%
    }

    #main_report {
        gap: 0
    }

    #main_report .report_box {
        margin-block-end:1.5rem}

    .links-box {
        flex-direction: column;
        gap: 10px
    }

    #Telegram_Bot .youtube-video,#withdraws_ro .withdraws_box .withdraws_box_total,.links-box .links-box_left {
        width: 100%
    }

    .links-box .links-box_right {
        align-items: center;
        justify-content: flex-start
    }

    #withdraws_ro .withdraws_box {
        flex-direction: column
    }

    #withdraws_ro .withdraws_box .withdraws_box_total .Pending_Withdrawn,#withdraws_ro .withdraws_box .withdraws_box_total .Total_Withdraw {
        background: linear-gradient(136deg,#fff 65%,#c3c9ff29 60%,#949fff29 100%);
        height: 92px;
        align-items: flex-start;
        justify-content: center
    }

    #Payment_setting div table {
        width: 102%
    }

    #Payment_setting div table td.img {
        padding-left: 14px
    }

    #SupportBot .chatbox {
        padding: 60px 0 70px
    }

    #SupportBot .chatbox .chat .p {
        max-width: 85%!important
    }

    #login_page .login_page {
        margin-top: -120px
    }

    #registration_close .media {
        align-items: flex-start
    }

    #registration_close .media i {
        margin-top: 3px
    }

    #registration_close .h2 {
        font-size: 20px
    }

    #registration_close .contact_us_d {
        flex-direction: column;
        gap: 15px;
        margin-top: 10px
    }

    #Main_body .header .header-left {
        gap: 14px
    }

    .withdraw_popup .withdraw_popup_box {
        max-width: 320px
    }
}

#login_page .login_page .btn.btn-google>p {
    font-size: 16px;
    color: #4154f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    width: 100%;
    line-height: normal
}

/*Account*/
#payment_details .payment_details .c>P,#profile_account .account_register_details>div,#profile_account .traffic_sources .t>p {
    overflow: auto;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap
}

#profile_account>.box.fast {
    margin-top: 0!important
}

#profile_account .section_title.fast {
    height: 120px;
    background-image: url("https://tulys.com/build/img/Account.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#profile_account .section_title.fast>img {
    position: absolute;
    bottom: -35%;
    left: 50px;
    height: 100px;
    border: 5px solid #fff;
    border-radius: 50%
}

#profile_account .account {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto;
    margin-top: 150px
}

#profile_account .account>#main_report {
    display: flex!important;
    flex-direction: column
}

#profile_account .account_register_details {
    gap: 15px;
    display: grid;
    margin-left: 10px;
    grid-template-columns: auto
}

#profile_account .account_register_details>div {
    column-gap: 5px;
    display: flex;
    font-size: 15px;
    flex-wrap: wrap;
    align-items: center;
    color: var(--clr-dark-variant)
}

#profile_account .account_register_details>div>span {
    font-weight: 600
}

#profile_account .account_register_details>div>a {
    font-size: 10px;
    padding: 3px 7px;
    font-weight: 700;
    border-radius: 7px;
    color: #16a34aad;
    background: #bbf7d0ad
}

#profile_account #main_report .report_box {
    box-shadow: none
}

#payment_details .payment_details,#traffic_sources .traffic_sources {
    margin-top: 35px
}

#payment_details .payment_details {
    gap: 20px;
    display: flex;
    flex-direction: row;
}

#payment_details .payment_details .p_img {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 7px;
    border: 1px solid #0000001f
}

#payment_details .payment_details .p_img.no-p {
    border: 2px dotted #0000001f
}

#payment_details .payment_details .p_img>img {
    width: 100%
}

#payment_details .payment_details .c {
    margin-top: 10px
}

#payment_details .payment_details .c>h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--clr-info-dark)
}

#payment_details .payment_details .c>P {
    font-size: 12px;
    color: var(--clr-info-dark)
}

.add_p_method {
    text-align: center
}

.add_p_method>p {
    font-size: 10px
}

.add_p_method>p,.add_p_method>span {
    color: #00000059
}

#profile_account .profile_bt {
    margin-top: 15px;
    text-align: center;
    border-top: 1px solid #0000001f
}

#profile_account .profile_bt>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 3px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: -5px
}

#profile_account .traffic_sources .t {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    padding: 10px;
    border-top: 1px solid #0000001f
}

#profile_account .traffic_sources .t>p.not {
    color: var(--clr-info-dark)
}

#profile_account .traffic_sources .t>p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 3px
}

#profile_account .traffic_sources .t>p>span {
    font-weight: 700
}

#profile_account .traffic_sources .t>span {
    display: flex;
    gap: 3px;
    align-items: center;
    font-size: 12px;
    padding: 4px 7px;
    border-radius: 7px;
}

#profile_account .traffic_sources .t>span>p {
    font-weight: 600;
}

#profile_account .traffic_sources .t>span>i {
    font-size: 10.5px
}

#traffic_sources .profile_bt {
    margin-top: 0
}

#profile_account .box.change {
    text-align: center;
    border: 1px dashed #00000059
}

#profile_account .box.change>a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    gap: 10px;
    color: var(--clr-info-dark);
    font-weight: 600
}

@media only screen and (max-width: 900px) {
    #profile_account .account {
        grid-template-columns:auto
    }

    #profile_account #main_report .report_box {
        margin-block-end:15px}

    #profile_account #main_report {
        gap: 0
    }

    #profile_account .section_title.fast>img {
        left: 30px
    }

    #payment_details .payment_details {
        gap: 10px;
    }
}

#profile_account .account_register_details>div>a,#profile_account .account_register_details>div>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

#profile_account .traffic_sources .t>span.ys>p,#profile_account .traffic_sources .t>span.ys {
    color: #16a34aad;
    background: #bbf7d0ad;
}

#profile_account .traffic_sources .t>span.no>p,#profile_account .traffic_sources .t>span.no {
    color: #a31616ad;
    background: #f7bbbbad;
}


