body {
    font-family: 'PT Serif', Rubik, Rubik-bold-fallback, Arial, Asul, Rubik, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Liberation Sans, sans-serif
}

.main_area .icon_sty {
    border: 2px dashed gray;
    background-color: #d4d9dd;
    width: 100%;
    height: 100%;
    margin: 5px;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .2)
}

.icon_sty {
    cursor: pointer
}

.icon_sty a {
    color: rgba(27, 27, 27, .72);
    line-height: 36px;
    border-bottom: 2px dashed #535252;
    font-size: smaller;
    padding-bottom: 6px;
}

.icon_sty a:hover {
    border-bottom: 2px dashed #535252;
    color: #000;
    text-decoration: none
}

.mb20 {
    margin-bottom: 20px
}

h2.sub_headings.mt25 {
    margin-top: 25px !important
}

.justify_content_center {
    justify-content: center
}

.fw_700 {
    font-weight: 700
}

.fw_600 {
    font-weight: 600
}

.border1 {
    border: 1px solid #e3e7ed
}

.cus_nav {
    padding: .5rem 0
}

.cus_nav .nav-link {
    color: #000 !important;
    font-size: 14px
}

.nav_tbtn:focus {
    outline: 0
}

.cus_nav .profile_dp {
    width: 32px;
    height: 32px
}

.main_area {
    padding: .5rem 0
}

.sub_headings {
    font-size: 24px;
    font-weight: 700;
    color: #000
}

.sub_text {
    font-size: 14px;
    color: #afafaf
}

.tool_heading {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.main_area .icon_sty:hover,
.popular_tools a:hover,
.search_output a:hover {
    text-decoration: none
}

.popular_tools .col {
    min-height: 30px;
    border-bottom: 1px solid #e3e7ed
}

.popular_tools .col a {
    color: #000
}

.popular_tools .col a:hover {
    text-shadow: 0 0 #000
}

.popular_tools {
    right: 0;
    top: 49px;
    font-size: 13px;
    color: #000;
    border-radius: 10px
}

.mob_lang_link a:last-child,
.popular_tools .col:last-child {
    border: none
}

.in_as_seen {
    width: 1310px
}

.main_fpt .sub_area {
    width: 1215px
}

.sub_area .fs22 {
    font-size: 22px
}

.main_fpt .subs_inp {
    height: 48px;
    font-size: 13px
}

.main_fpt .subs_button {
    min-width: 124px;
    height: 36px;
    background-color: #0162b8;
    font-size: 15px;
    font-weight: 600
}

.footer_links {
    color: #b6b6b6
}

.limit_count {
    font-size: 13px;
    font-weight: 700
}

.col a:before {
    content: "\2022";
    color: #1e70b9;
    margin-right: 5px;
    font-size: 20px;
    line-height: 0
}

.navbar-dark .navbar-brand {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px
}

.navbar-brand:hover {
    color: #2196f3 !important
}

.nav-item.br_active,
.nav-item:hover.br_hover {
    border-bottom: 2px solid #ea5050;
    margin-bottom: -10px
}

.tl {
    text-align: left
}

.f48 {
    font-size: 46px !important
}

a {
    color: #1f70badb
}

.heading_border {
    border-bottom: 1px solid #e3e7ed
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

#accordion_content {
    padding: 20px
}

#accordion_content h2,
#accordion_content h3,
#accordion_content h4 {
    color: #222;
    font-weight: 600;
    margin-top: 20px
}

#accordion_content h2 {
    font-size: 24px;
    font-weight: 700
}

#accordion_content h3 {
    font-size: 20px
}

#accordion_content li,
#accordion_content p {
    font-size: 16px;
    color: #505050;
    word-break: break-word
}

#accordion_content * {
    text-align: left
}

#accordion_content a {
    color: #0a0475 !important;
    text-decoration: underline
}

#accordion_content table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

#accordion_content table td,
#accordion_content table th {
    border: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top
}

.tool_input {
    background: #f6f8fa
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px
    }
}

.input_section {
    background: #f6f8fa;
    border: 1px solid #e3e7ed;
    position: relative;
    border-radius: 6px
}

.input_section textarea {
    width: 100%;
    border: none
}

.input_section .inp_w400 {
    width: 400px
}

button#main_btn {
    padding: 4px 18px;
    font-size: 17px
}

#main_btn::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(/randoms/image/edit.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    left: -7px;
    top: 49%;
    transform: translateY(-50%)
}

.rt_heading {
    background-color: #1e70b9;
    font-size: 15px;
    padding: 3px 10px
}

.rt_box {
    padding: 6px 8px;
    background: #fff
}

.rt_box a {
    background: #f2f2f2;
    color: #505050;
    border-left: 4px solid #0c5595;
    padding: 3px 10px;
    font-size: 12px
}

.br10 {
    border-radius: 10px
}

select.model {
    cursor: pointer;
    padding: .2375rem 2.25rem .2375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: .875rem;
    border: 1px solid #d9dbde;
    border-radius: 4px
}

.zero-clipboard {
    position: relative;
    cursor: pointer
}

.ib {
    display: inline-block
}

em {
    font-size: xx-small;
    padding: 5px;
    color: #9f9f9f
}

em.lable_txt {
    background: #f0f8ff;
    padding: 3px;
    border-radius: 5px;
    margin-left: 5px
}

.form-outline.mb-2.form-control.zero-clipboard.shadow-sm {
    border: 2px dashed #97c7c0
}

.zero-clipboard.shadow-sm {
    background-color: rgb(215 238 255 / 70%)
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

div.css-typing {
    margin: 12px
}

#copy {
    background-image: url(/randoms/image/copy.webp);
    text-align: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    opacity: 50%
}

.btn-clipboard {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 3px
}

.css-typing h2,
.css-typing h3 {
    color: #175057
}

.zero-clipboard {
    position: relative
}

.css-typing table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    background-color: #f9f9f9
}

.css-typing td,
th {
    border: 1px solid #aaa;
    text-align: left;
    padding: 8px
}

div.css-typing {
    margin: 12px
}

.css-typing thead {
    background-color: #ddd
}

.f14 {
    font-size: 14px !important
}

.css-typing strong {
    color: #436683 !important
}

.css-typing h1,
.css-typing h2,
.css-typing h3 {
    color: #175057;
    font-size: 16px
}

.css-typing .h1,
.css-typing h1 {
    font-size: 1.7rem !important
}

#breadcrumbs {
    font-size: 13px;
    color: #a0a0a0
}

#breadcrumbs span {
    color: #a0a0a0
}

.h1,
h1 {
    font-size: 1.85rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .4375rem 2.25rem .4375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4285714;
    color: inherit;
    background-color: #fff;
    background-image: url(/randoms/image/down.png);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #d9dbde;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.advanced-options-button {
    display: flex;
    padding: .4rem;
    font-size: .875rem;
    color: #1e293b;
    text-align: left;
    background-color: initial;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

.advanced-options-body {
    padding: 10px
}

.advanced-options-body select {
    cursor: pointer
}

.advanced-options-button:not(.collapsed)::after {
    background-image: url(/randoms/image/up.png);
    transform: rotate(-180deg)
}

.advanced-options-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin: 3px 6px;
    content: "";
    background-image: url(/randoms/image/down.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s ease-in-out
}

#random_words_count {
    width: 55px;
    display: inline;
    margin: 0 6px;
}

.clear {
    clear: both
}

.mtb20 {
    margin: 20px 0;
    border-right: 1px dashed #e1e1e1
}

#result li {
    margin-bottom: 20px
}

li.support {
    display: block;
    font-size: 32px;
    line-height: 50px;
    font-weight: 700
}

.btn-copy {
    border: none;
    background-color: transparent
}

.support a {
    color: #222
}

.radio-list {
    gap: .5rem;
    width: 100%;
    margin: 20px 0
}

.radio {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.radio_label {
    cursor: pointer;
    border: 1px solid #a6b3b7;
    background-color: transparent;
    vertical-align: middle;
    text-transform: capitalize;
    padding: .5rem .75rem;
    color: #587069;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1rem;
    margin-left: 12px
}

.radio:checked+label {
    border: 1px solid #000;
    color: #12343f;
    pointer-events: none
}

.label-div {
    display: inline-block;
    width: 50px
}

.ml12 {
    margin-left: 12px
}

ul.num-result {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    counter-reset: name-list;
    padding: 0
}

ul.num-result li {
    width: 16rem;
    font-size: 1rem;
    line-height: 200%;
    text-align: left;
    margin-bottom: 8px !important
}

ul.num-result li:before {
    counter-increment: name-list;
    content: counters(name-list, ".");
    text-align: right;
    margin: 0 .5rem;
    width: 3rem;
    display: inline-block;
    -webkit-user-select: none;
    user-select: none
}

.mr20 {
    margin-right: 20px
}

.tc {
    text-align: center
}

.mt20 {
    margin-top: 20px
}

#random_count {
    width: 88px;
    display: inline
}

.pt-4,
.py-4 {
    padding-top: 1.2rem !important
}

.text-right {
    text-align: right
}

.inher {
    display: inline-block;
    font-size: inherit
}

hr.new1 {
    border-top: 3px solid #1976d2;
    width: 5%;
    margin: initial
}

.result_heading {
    height: 91px;
    text-align: center;
    color: #000;
    line-height: 106px;
    margin: auto;
    font-size: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.px2 {
    padding-left: 7px;
    padding-right: 7px
}

.bgsilver {
    background-color: #ebf1f8;
    border-radius: 8px
}

.mb3 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

@media (max-width:570px) {
    .navbar {
        display: block;
        text-align: center
    }

    .d-flex {
        display: block !important
    }

    #accordion_content {
        padding: 12px
    }

    .pl-2,
    .px-2 {
        padding-left: 0 !important
    }

    .pr-2,
    .px-2 {
        padding-right: 0 !important
    }

    .pl-4,
    .px-4 {
        padding-left: 10px !important
    }

    .pr-4,
    .px-4 {
        padding-right: 10px !important
    }

    .sub_text {
        display: none
    }

    .form-check {
        text-align: center
    }

    #main_btn::before {
        top: 4px;
        right: 6px;
        left: auto;
        transform: none
    }

    .count {
        font-size: 12px;
        text-align: right;
        margin-bottom: 18px
    }

    select.model {
        padding: 0;
        font-size: .875rem
    }

    .sede_ara {
        padding: 0
    }

    #breadcrumbs {
        font-size: 12px;
        margin: 10px 0;
    }

    #accordion_content h2 {
        font-size: 20px;
        font-weight: 600
    }

    #accordion_content h3 {
        font-size: 18px
    }

    #accordion_content li,
    #accordion_content p {
        font-size: 14px
    }

    .pt-4,
    .py-4 {
        padding-top: 1rem !important
    }
}

.mc {
    margin: 0 auto;
}

main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

main .card-container {
    width: 380px;
    height: auto;
    border-radius: .5rem;
    padding: 1rem
}

main .card-container .card .img-container {
    text-align: center;
    border-top-right-radius: .4rem;
    border-top-left-radius: .4rem;
    height: 230px;
    position: relative
}

main .card-container .card .img-container .loader {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

main .card-container .card .img-container .pokemon-image {
    width: 200px;
    height: 210px
}

main .card-container .card .img-container .hide {
    display: none
}

@media (max-width:400px) {
    main .card-container .card .img-container {
        height: 210px
    }
}

main .card-container .card .content {
    padding: 1rem;
    text-align: center;
    border-bottom-right-radius: .4rem;
    border-bottom-left-radius: .4rem;
    color: #f5f5f5;
    box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

main .card-container .card .content .h1 {
    margin: .1rem .1rem .4rem;
    text-transform: capitalize;
    font-size: 2.5rem;
    color: #0b0b0b
}

main .card-container .card .content .header-info {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

main .card-container .card .content .header-info .random-btn {
    border: none;
    padding: .3rem 1rem;
    border-radius: .4rem;
    transition: all .3s
}

main .card-container .card .content .header-info .random-btn:hover {
    cursor: pointer;
    opacity: .6
}

main .card-container .card .content .header-info .random-btn:active {
    background-color: #0c181c
}

main .card-container .card .content .header-info .type {
    padding: .6rem 1rem;
    background-color: #0c181c;
    border-radius: .4rem;
    letter-spacing: .1rem;
    color: #d3e1e5;
    font-weight: 700;
    text-transform: uppercase
}

main .card-container .card .content p {
    margin: .5rem;
    text-transform: capitalize;
    color: #0c181c
}

main .card-container .card .content span {
    font-weight: 700;
    background-color: #dcdcdc;
    padding: .1rem .3rem;
    color: #0c181c;
    letter-spacing: .1rem
}

main .card-container .card .content .stat-container {
    margin-top: .8rem;
    text-align: start
}

main .card-container .card .content .stat-container .stat-bar {
    width: 100%;
    height: 10px;
    background-color: #dcdcdc;
    border-radius: 1rem;
    overflow: hidden;
}

main .card-container .card .content .stat-container .stat-bar div {
    height: 100%;
    border-radius: inherit
}

main .card-container .card .content .stat-container .stat-bar .hp-bar {
    background-color: #47af22
}

main .card-container .card .content .stat-container .stat-bar .attack-bar {
    background-color: #f50400
}

main .card-container .card .content .stat-container .stat-bar .defense-bar {
    background-color: #00b2ff
}

main .card-container .card .content .stat-container .stat-bar .speed-bar {
    background-color: #d3d316
}

.card {
    border: 1px solid rgb(231 231 231 / 13%);
}

.f18 {
    font-size: 18px !important;
}

.inner {
    display: inline-block;
    font-size: inherit;
}

@media (max-width:600px) {
    main {
        height: auto;
        padding: 1rem 0
    }

    .vertical-center {
        border-top: 1px dashed #e1e1e1;
    }

    .mt-4 {
        font-size: 12px;
    }

    #result {
        padding: 0;
    }

    li.support {
        font-size: 26px;
    }

    #result li {
        margin-bottom: 8px;
    }

    .main_area {
        padding: 0;
    }
}

.theme {
    color: #2196F3 !important;
}
.logo{
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 600px){
    .pc-body {display: none;}
}
.card{
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
