:root {
    --primery-color: #00a1b0;
    --primery-color-rgb: 28, 185, 200;
    --light-red: #F8D8D8;
    --dark-red: #FA9D9D;
    --black: #000;
    --white: #fff;
    --gray: #E9E9E9;
    --watermark-color: rgba(0, 0, 0, 0.03);
    --font-12: 12px;
    --font-13: 13px;
    --font-14: 14px;
    --font-15: 15px;
    --font-16: 16px;
}

.dark-theme {
    --watermark-color: rgba(254, 254, 254, 0.08);
}

.iphone-input {
    vertical-align: middle !important;
    line-height: 34px !important;
}

.xs-12,
table {
    width: 100%;
}

.clear,
.container-fuild:before,
.container:after,
.row:after {
    clear: both;
}

.label,
.validat-btn {
    white-space: nowrap;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none !important;
}

.m-auto {
    margin: 0 auto;
    float: none !important;
}



a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

.caret-down,
img {
    vertical-align: middle;
}

body {
    line-height: 1;

}

ol,
ul {
    list-style: none;
}

.description .des-list,
.des-list {
    list-style-type: disc;
    padding-left: 30px;
}

.download-btn {
    position: relative;
    margin-top: 20px;
}

.dropdown-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-btn .btn-list {
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 10px;
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    display: none;
    z-index: 10;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.download-btn .btn-list.active {
    display: block;
}

.download-btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 5px 12px;
}

.download-btn button:not(:last-child) {
    border-bottom: 1px solid #D9D9D9 !important;
}

.download-btn .btn-list button {
    margin: 0;
    background-color: transparent;
    border: none;
    outline: none;
    white-space: nowrap;
}


.outside-ol {
    list-style: outside;
    padding-left: 20px;
    margin-bottom: 15px;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.h1,
h1 {
    font-size: 24px !important;
}

.h2,
h2 {
    font-size: 22px;
}

.h3,
h3 {
    font-size: 20px !important;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 16px;
}

.form-control,
.h6,
h6 {
    font-size: 14px;
}

.container,
.container-fuild {
    padding-left: 25px;
    padding-right: 25px;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.container-fuild:after,
.container-fuild:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

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

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

.justify-content-center {
    justify-content: center;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 5px;
}

.m-2 {
    margin: 10px;
}

.m-3 {
    margin: 15px;
}

.m-4 {
    margin: 20px;
}

.m-5 {
    margin: 25px;
}

.m-6 {
    margin: 30px;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}

.mr-4 {
    margin-right: 20px;
}

.mr-5 {
    margin-right: 25px;
}

.mr-6 {
    margin-right: 30px;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 15px;
}

.ml-4 {
    margin-left: 20px;
}

.ml-5 {
    margin-left: 25px;
}

.ml-6 {
    margin-left: 30px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 20px;
}

.mt-5 {
    margin-top: 25px;
}

.mt-6 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

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

.mb-5 {
    margin-bottom: 25px;
}

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

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 5px;
}

.p-2 {
    padding: 10px;
}

.p-3 {
    padding: 15px;
}

.p-4 {
    padding: 20px;
}

.p-5 {
    padding: 25px;
}

.p-6 {
    padding: 30px;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 5px;
}

.pr-2 {
    padding-right: 10px;
}

.pr-3 {
    padding-right: 15px;
}

.pr-4 {
    padding-right: 20px;
}

.pr-5 {
    padding-right: 25px;
}

.pr-6 {
    padding-right: 30px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 5px;
}

.pl-2 {
    padding-left: 10px;
}

.pl-3 {
    padding-left: 15px;
}

.pl-4 {
    padding-left: 20px;
}

.pl-5 {
    padding-left: 25px;
}

.pl-6 {
    padding-left: 30px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 5px;
}

.pt-2 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 15px;
}

.pt-4 {
    padding-top: 20px;
}

.pt-5 {
    padding-top: 25px;
}

.pt-6 {
    padding-top: 30px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 5px;
}

.pb-2 {
    padding-bottom: 10px;
}

.pb-3 {
    padding-bottom: 15px;
}

.pb-4 {
    padding-bottom: 20px;
}

.pb-5 {
    padding-bottom: 25px;
}

.pb-6 {
    padding-bottom: 30px;
}

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

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

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

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.hide {
    display: none;
}

.new-tooltip .tooltip-info {
    position: absolute;
    top: 2px;
    right: 7px;
    transform: unset;
    font-size: 16px;
    color: var(--primery-color);
    width: 15px;
    z-index: 5;
}


.received-img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.form-group {
    margin-bottom: 5px;
    margin-top: 10px;
}

.form-control {
    position: relative;
    height: 40px;
    width: 100%;
    display: block;
    padding: 9px 10px;
    color: #252525;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    box-shadow: none;
}

label.form-label {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    color: #333333;
    font-size: 14px;
}

.phome_country_error {
    color: #f44336;
    margin-left: 20px;
    vertical-align: middle;
    display: block;
}

.lg-1,
.lg-10,
.lg-11,
.lg-12,
.lg-2,
.lg-3,
.lg-4,
.lg-5,
.lg-6,
.lg-7,
.lg-8,
.col-lg-8,
.lg-9,
.md-1,
.md-10,
.md-11,
.md-12,
.md-2,
.md-3,
.md-4,
.md-5,
.md-6,
.md-7,
.md-8,
.md-9,
.sm-1,
.sm-10,
.sm-11,
.sm-12,
.sm-2,
.sm-3,
.sm-4,
.sm-5,
.sm-6,
.sm-7,
.sm-8,
.sm-9,
.xs-1,
.xs-10,
.xs-11,
.xs-12,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.xs-11 {
    width: 91.66666667%;
}

.xs-10 {
    width: 83.33333333%;
}

.xs-9 {
    width: 75%;
}

.xs-8 {
    width: 66.66666667%;
}

.xs-7 {
    width: 58.33333333%;
}

.xs-6 {
    width: 50%;
}

.xs-5 {
    width: 41.66666667%;
}

.xs-4 {
    width: 33.33333333%;
}

.xs-3 {
    width: 25%;
}

.xs-2 {
    width: 16.66666667%;
}

.xs-1 {
    width: 8.33333333%;
}

.xs-1,
.xs-10,
.xs-11,
.xs-12,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9 {
    float: left;
}

@media (min-width:768px) {
    .sample-card-table th {
        width: 140px;
    }

    .validat-btn {
        white-space: nowrap;
        margin-left: 20px;
    }

    .container {
        width: 750px;
    }

    .menu>ul>li {
        width: auto;
        display: block;
        padding: 10px 10px;
        position: relative;
    }

    .dropdown-list {
        position: absolute;
        width: 100%;
        min-width: 320px;
        padding: 5px;
        border-radius: 2px;
        box-shadow: 0 3px 3px #c5c5c5;
    }

    .sm-1,
    .sm-10,
    .sm-11,
    .sm-12,
    .sm-2,
    .sm-3,
    .sm-4,
    .sm-5,
    .sm-6,
    .sm-7,
    .sm-8,
    .sm-9 {
        float: left;
    }

    .sm-12 {
        width: 100%;
    }

    .sm-11 {
        width: 91.66666667%;
    }

    .sm-10 {
        width: 83.33333333%;
    }

    .sm-9 {
        width: 75%;
    }

    .sm-8 {
        width: 66.66666667%;
    }

    .sm-7 {
        width: 58.33333333%;
    }

    .sm-6 {
        width: 50%;
    }

    .sm-5 {
        width: 41.66666667%;
    }

    .sm-4 {
        width: 33.33333333%;
    }

    .sm-3 {
        width: 25%;
    }

    .sm-2 {
        width: 16.66666667%;
    }

    .sm-1 {
        width: 8.33333333%;
    }
}

.copy_span,
.dropdown {
    position: relative;
}

@media (min-width:992px) {
    .dropdown-list {
        margin-top: 10px;
    }

    .container {
        width: 970px;
    }

    .md-1,
    .md-10,
    .md-11,
    .md-12,
    .md-2,
    .md-3,
    .md-4,
    .md-5,
    .md-6,
    .md-7,
    .md-8,
    .md-9 {
        float: left;
    }

    .md-12 {
        width: 100%;
    }

    .md-11 {
        width: 91.66666667%;
    }

    .md-10 {
        width: 83.33333333%;
    }

    .md-9 {
        width: 75%;
    }

    .md-8 {
        width: 66.66666667%;
    }

    .md-7 {
        width: 58.33333333%;
    }

    .md-6 {
        width: 50%;
    }

    .md-5 {
        width: 41.66666667%;
    }

    .md-4 {
        width: 33.33333333%;
    }

    .md-3 {
        width: 25%;
    }

    .md-2 {
        width: 16.66666667%;
    }

    .md-1 {
        width: 8.33333333%;
    }

    .sidebar-active {
        display: none;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }

    .lg-1,
    .lg-10,
    .lg-11,
    .lg-12,
    .lg-2,
    .lg-3,
    .lg-4,
    .lg-5,
    .lg-6,
    .lg-7,
    .lg-8,
    .col-lg-8,
    .lg-9 {
        float: left;
    }

    .lg-12 {
        width: 100%;
    }

    .lg-11 {
        width: 91.66666667%;
    }

    .lg-10 {
        width: 83.33333333%;
    }

    .lg-9 {
        width: 75%;
    }

    .lg-8 {
        width: 66.66666667%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .lg-7 {
        width: 58.33333333%;
    }

    .lg-6 {
        width: 50%;
    }

    .lg-5 {
        width: 41.66666667%;
    }

    .lg-4 {
        width: 33.33333333%;
    }

    .lg-3 {
        width: 25%;
    }

    .lg-2 {
        width: 16.66666667%;
    }

    .lg-1 {
        width: 8.33333333%;
    }

    .lg-hide {
        display: none;
    }
}

* {
    outline: none;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    background: #f9f9f9 !important;
}

body::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: var(--primery-color);
}

body::-webkit-scrollbar-track {
    background-color: #d7d7d7;
}

textarea::-webkit-scrollbar-track {
    border-radius: 6px;
}

textarea::-webkit-scrollbar-thumb {
    border-radius: 6px;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button,
a {
    cursor: pointer;
}

select,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: none !important;
}

select::-ms-expand {
    display: none;
}


p,
a,
ul li,
ol li {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: normal;
}

.h1-title,
.h2-title,
.h3-title,
.h4-title,
.h5-title,
.h6-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--primery-color);
    font-weight: 600;
}

a {
    text-decoration: none !important;
    color: #252525;
    transition: 0.3s;
}

a:hover {
    color: var(--primery-color);
}

h1.h1-title {
    text-align: center;
    margin-top: 20px;
}

h2.h2_title {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

h6.h6-title {
    color: #212121;
    font-size: 16px;
}

/* .center-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
} */

.sec-title2 h1,
.sec-title2 h2,
.sec-title2 h3,
.sec-title2 h4,
.sec-title2 h5,
.sec-title2 h6 {
    color: #333;
    text-transform: capitalize;
}

.sec-title2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 60px;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid var(--primery-color);
}

.btn.mobile_only {
    display: none;
}

.btn.dsk_only {
    display: block;
}

.sec-title {
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.sec-title h1 {
    color: #333;
}

.sec-title:before {
    position: absolute;
    content: " ";
    background: var(--primery-color);
    width: 70px;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.sec-head {
    margin-top: 20px;
    padding-bottom: 15px;
    color: #333333;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    position: relative;
    transition: .5s;
}

.sec-head:before {
    position: absolute;
    content: "";
    background: #333;
    width: 50px;
    height: 3px;
    bottom: 0;
    left: 2px;
}

.sec-head:hover {
    color: #000;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

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

.justify-center {
    justify-content: center;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.table-responsive {
    overflow-x: auto;
    overflow: auto;
}

.text-small {
    font-size: 80%;
}

.coin-symbol-pink {
    color: #eb3e4a;
}

.coin-name-blue {
    color: #013859;
}

.hr,
hr {
    width: 100%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f1f1f1;
}

.form-element {
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.form-element.arrow:before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-size: 20px;
    font-family: 'fontawesome';
    color: var(--primery-color);
    transition: .3s;
    z-index: 1;
    pointer-events: none;
}

.generat-btn {
    display: inline-block;
    background-color: #fff;
    margin: 4px;
    color: #000;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
    padding: 4px 10px;
    transition: .5s;
    width: 156px;
}

.btn,
.btn-primary,
.download_file_card,
.social-page .btn,
.social-page .btn-primary,
.social-page .download_file_card {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 38px;
    border-radius: 6px;
    -webkit-appearance: none;
    border: 1px solid var(--primery-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 5px 12px;
    background: var(--primery-color);
    color: #fff;
    opacity: 1;
    transition: .3s;
}

.btn i,
.social-page .btn i {
    position: relative;
    margin-left: 8px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 10px;
}

.btn:hover,
.download_file_card:hover,
.generat-btn:hover,
.social-page .btn:hover,
.social-page .download_file_card:hover,
.social-page .generat-btn:hover,
.btn.focus,
.btn:focus {
    opacity: 0.8;
    background: var(--primery-color);
    border: 1px solid var(--primery-color);
    color: #ffffff !important;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
    opacity: 0.8 !important;
    background-color: var(--primery-color) !important;
    border: 1px solid var(--primery-color) !important;
    color: #ffffff;
}

.download_file_card:hover,
.generate_btn_show:hover,
.social-page .download_file_card:hover,
.social-page .generate_btn_show:hover {
    background: #0fd0e2;
    border: 1px solid #0fd0e2;
}

.btn.border-btn {
    color: var(--primery-color);
    background: none;
    opacity: 1;
}

.btn.border-btn:hover {
    color: #ffffff;
    background: var(--primery-color);
}

.caret-down {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.arrow-right {
    display: inline-block;
    border-top: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
    padding: 2px;
}

.page-title {
    margin: 15px 0;
    font-size: 24px;
    font-weight: 600;
}

.paragraph {
    font-size: 14px;
    margin-bottom: 20px;
}

.table {
    margin-bottom: 10px;
}

.table th {
    text-align: left;
}

.table td,
.table th {
    padding: 8px;
    border: 1px solid #e5e5e5;
}

.note {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
    color: var(--black);
    background-color: var(--light-red);
    border: 1px solid var(--dark-red);
    border-radius: 20px;
}

.success_msg {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #155724;
    text-align: center;
    padding: 15px;
    font-weight: normal;
    background-color: #d4edda;
    border: 2px solid #c3e6cb;
    border-radius: 5px;
}

.center-box {
    display: flex;
    justify-content: center;
}

.white-box {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 20px 25px;
    background-color: #fff;
    display: inline-block;
    /* width: 100%; */
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.white-box .box-title {
    font-size: 20px;
}

.show-result {
    display: none;
}

.sec-title2 {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
}

.header {
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);

}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.menu>ul>li>a>i {
    font-size: 14px;
    width: auto;
}

.header .logo {
    padding: 14px 0;
    max-width: 250px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.header .logo a {
    max-width: 250px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;

}

.header .logo .logo-text .main-text {
    color: #323232;
    font-size: 32px;
    font-weight: 700;
    display: block;
    font-family: 'Poppins-Bold';
    margin-bottom: 5px;
    padding-top: 3px;
    white-space: nowrap;
}

.header .logo .logo-text .sub-text {
    color: #323232;
    font-size: 12px;
    font-weight: 400;
    display: block;
    font-family: 'Poppins-Regular';
    line-height: 1;
}

.header .logo a img {
    width: 50px;
    height: 50px;
}

.menu>ul {
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.menu>ul>li>a {
    display: inline-block;
    color: #333;
    font-size: 15px;
    position: relative;
    transition: .6s;
    text-decoration: none;
    cursor: pointer;
}

.menu>ul>li>a.active,
.menu>ul>li>a:hover {
    color: var(--primery-color);
}

.menu>ul>li>a.btn {
    color: #fff;
    border: 1px solid var(--primery-color);
    margin-left: 15px;
}

.menu>ul>li>a.btn:hover {
    color: var(--primery-color) !important;
    background-color: #fff;
}

.fake_submenu {
    width: 235px;
    height: auto;
    padding: 0;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    list-style: none;
    position: absolute;
    border: 1px solid #eee;
    top: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999999;
    display: none;
    text-align: left;
}

.menu>ul>li.grid-list .fake_submenu {
    left: unset;
    right: 10px;
    transform: unset;
}

.menu>ul>li.grid-list .fake_submenu {
    width: 445px;
}

.menu>ul>li.grid-list .fake_submenu li {
    width: 49.49%;
    display: inline-block;
}

.fake_submenu>li {
    display: block;
    position: relative;
    /* margin-bottom: 3px; */
}

.fake_submenu .menu-item {
    color: #333;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    transition: .3s;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.fake_submenu li .menu-item.active,
.fake_submenu li .menu-item:hover {
    /* background: #eaecf5; */

    background-color: rgba(var(--primery-color-rgb), 0.1);
}

.fake_submenu li .menu-item:hover:before {
    width: 100%;
    opacity: 1;
}

.fake_submenu .menu-item .fa-angle-double-right {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}

.menu>ul>li .fake_submenu.menu-left {
    left: auto;
    right: 0;
    transform: none;
}

.menu-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 40px;
    height: 30px;
    background: none;
}

.menu-btn .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80%;
    height: 3px;
    background: var(--primery-color);
    transition: 0.3s;
}

.menu-btn .bar:nth-child(1) {
    top: 20%;
    transform: translate(-50%, -20%);
}

.menu-btn .bar:nth-child(3) {
    top: 80%;
    transform: translate(-50%, -80%);
}

.menu-btn.menu-bar .bar:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.menu-bar .bar:nth-child(2) {
    opacity: 0;
}

.menu-btn.menu-bar .bar:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sub-menu-container .menu-parts .sub-menu-list {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.sub-menu-container .menu-parts:hover .sub-menu-list {
    display: block !important;
}

.header-page-ad {
    height: 280px;
}

.small-page-ad {
    margin-top: 20px;
    height: 90px;
}

.footer {
    padding: 15px 0 15px 0;
    background-color: #000;
}

.footer ul.footer-links {
    margin: 0;
}

.footer ul.footer-links>li {
    display: inline-block;
}

.footer ul.footer-links>li>a {
    padding: 5px 9px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    transition: .5s;
}

.footer ul.footer-links>li>a:hover {
    color: var(--primery-color);
    text-decoration: none;
}

.footer ul.footer-links .link_item {
    position: relative;
}

li.link_item {
    display: none;
}

.footer .web_links {
    font-size: 15px;
    cursor: pointer;
    position: relative;
    padding: 0 9px 3px;
    vertical-align: middle;
}

.footer .web_links i {
    padding-right: 5px;
}

.footer .list_links {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%);
    width: 500px;
    height: auto;
    background-color: #fff;
    list-style: none;
    padding: 20px 20px 10px 20px;
    text-align: left;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -5px 15px #999;
    display: none;
    z-index: 99;
}

.footer .list_links li {
    margin-bottom: 7px;
    width: 49%;
    display: inline-block;
}

.footer .list_links li a {
    line-height: 20px;
}

.footer .list_links li a img {
    width: 17px;
    margin-right: 10px;
}

.footer .list_links li:hover a {
    color: var(--primery-color);
}

/*-------------------- ads css start -------------- */

.ads_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 50px;
    background-color: var(--white);
    position: relative;
    /* position: sticky;
    bottom: 0;
    left: 0;
    z-index: 999; */
    /* overflow: hidden; */
}

.ads_sec .ad_us_btn {
    height: 26px;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 16px;
    color: var(--white);
    padding: 0 10px;
    border-radius: 0 0 0 10px;
    background: linear-gradient(90deg, #ff00cc, #3333ff, #ff9900, #ff00cc);
    background-size: 1000px 50px;
    background-color: var(--black);
    animation: gradientMove 30s infinite;
    cursor: pointer;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 500% 50%;
    }
}

.ads_sec .ads_banner,
.ads_sec .qrcode_ads_code {
    width: 100%;
}

.ads_sec iframe {
    margin: auto;
    max-width: 100%;
}

.ads_sec .ads_btn_close {
    height: 20px;
    width: 20px;
    background: red;
    padding: 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.qrcode_ads_code {
    display: none;
    text-align: center;
}

/*-------------------- ads css end -------------- */

.all_fav_icon {
    background-image: url(../images/FavIcons/fav_icons.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: text-bottom;
}

.all_fav_icon.ccard-generator {
    background-position: 0 -16px;
}

.all_fav_icon.convert-tool {
    background-position: 0 -32px;
}

.all_fav_icon.debitcard-generator {
    background-position: 0 -48px;
}

.all_fav_icon.fakedetail {
    background-position: 0 -64px;
}

.fakenumber {
    background-position: 0 -80px;
}

.getmypincode {
    background-position: 0 -96px;
}

.mybankdetail {
    background-position: 0 -111px;
}

.mybankswiftcode {
    background-position: 0 -127px;
}

.ytubetool {
    background-position: 0 -142px;
}

.generatesignature {
    background-position: 0 -160px;
}

.getcoupon {
    background-position: 0 -173px;
}

.gift-cardgenerator {
    background-position: 0 -190px;
}

.wpresource {
    background-position: 0 -206px;
}

.globaltimeconverter {
    background-position: 0 -222px;
}

.footer .social_icons {
    margin: 0;
}

.social_icons {
    text-align: center;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    float: right;
    padding-right: 0;
    margin-top: 5px
}

.social_icons a {
    display: block;
}

.social_icons a i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    transition: .3s;
    text-align: center;
    cursor: pointer;
}

.fab_icon i {
    background-color: #3b5998;
    color: #fff;
    border: 2px solid #3b5998;
}

.fab_icon i:hover {
    background-color: transparent;
    color: #3b5998
}

.twitt_icon i {
    background-color: #ffffff;
    color: #000;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.twitt_icon i svg {
    height: 16px;
    width: 16px;
}

.twitt_icon i:hover {
    background-color: transparent;
    color: #ffffff
}

.gplus_icon i {
    background-color: #dd4b39;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #dd4b39;
}

.gplus_icon i:hover {
    background-color: transparent;
    color: #dd4b39
}

.linkedin_icon i {
    background-color: #0e76a8;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #0e76a8;
}

.linkedin_icon i:hover {
    background-color: transparent;
    color: #0e76a8
}

.pint_icon i {
    background-color: #c8232c;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #c8232c;
}

.pint_icon i:hover {
    background-color: transparent;
    color: #c8232c
}

.breadcrumb-wrap {
    margin: 25px 0;
    display: block;
    width: 100%;
}

.breadcrumb-wrap>ul {
    list-style: none;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}

.breadcrumb-wrap>ul::-webkit-scrollbar {
    display: none;
}

.breadcrumb-wrap>ul>li {
    display: inline-block;
}

.breadcrumb-wrap>ul>li>a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    padding-right: 5px;
    margin-left: -4px;
    margin-right: 2px;
    height: 28px;
    font-size: 14px;
    color: #252525;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    transition: all ease .2s;
}

.breadcrumb-wrap>ul>.current a,
.breadcrumb-wrap>ul>.current a:hover {
    background: var(--primery-color);
    color: #fff;
}

.breadcrumb-wrap>ul>.current>a:after {
    border-left-color: var(--primery-color) !important;
    height: 100%;
}

.breadcrumb-wrap>ul>li>a>svg {
    fill: var(--primery-color);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 4px;
}

.breadcrumb-wrap>ul>li>a::after,
.breadcrumb-wrap>ul>li>a::before {
    content: "";
    border-width: 14px 8px;
    border-style: solid;
    border-color: transparent;
    position: absolute;
    top: 0;
    transition: all ease .2s;
    height: 100%;
}

.breadcrumb-wrap>ul>li>a::after {
    border-left-color: #fff;
    border-right: 0;
    right: -8px;
    z-index: 102;
}

.breadcrumb-wrap>ul>li:first-child>a::before {
    border-left-color: #fff;
}

.breadcrumb-wrap>ul>li:first-child>a:hover::before {
    border-left-color: var(--primery-color);
}

.breadcrumb-wrap>ul>li:first-child>a.current::before {
    border-left-color: var(--primery-color);
}

.breadcrumb-wrap>ul>li>a::before {
    border-left-color: #f9f9f9;
    left: 0;
    z-index: 101;
}

.breadcrumb-wrap>ul>li>a.current {
    background-color: var(--primery-color);
    color: #fff;
    cursor: default;
}

.breadcrumb-wrap>ul>li>a.current:after {
    border-left-color: var(--primery-color);
}

.breadcrumb-wrap>ul>li>a:hover {
    background: var(--primery-color);
    color: #fff;
}

.breadcrumb-wrap>ul>li>a:hover>svg {
    fill: #fff;
}

.breadcrumb-wrap>ul>li+li:first-child>a.current:hover::before,
.breadcrumb-wrap>ul>li+li:first-child>a:hover::before,
.breadcrumb-wrap>ul>li>a:hover:after {
    border-left-color: #00a1b0;
}

.sidebar-wrapper {
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .05);
}

.sidebar-wrapper.mail-sidebar {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.sidebar-wrapper.mail-sidebar .input-box {
    display: flex;
    width: 200px;
    align-items: center;
    padding: 5px 10px;
}

.sidebar-wrapper.mail-sidebar .input-box input {
    padding-left: 5px;
}

.sidebar-wrapper.mail-sidebar .input-box input:hover {
    background: transparent;
    color: unset;
}

.sidebar-wrapper.mail-sidebar ul {
    max-height: 450px;
    width: 200px;

}

.sidebar-wrapper .search-tools {
    position: relative;
}

.sidebar-wrapper #search-tools {
    padding: 15px 40px 15px 10px;
    border: none;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}

.sidebar-wrapper .search-tools i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    line-height: 1px;
    font-size: 17px;
    color: #333;
    transition: .5s;
}

.sidebar-wrapper #search-tools:focus+i {
    color: var(--primery-color);
}

.sidebar-wrapper>ul {
    padding: 0;
    flex-direction: column;
    border-top: 0;
    max-height: 750px;
    overflow: auto;
}

.sidebar-wrapper>ul>li:not(:last-child) {
    border-bottom: 1px solid #dddddd5e;
}

.sidebar-wrapper>ul>li>a {
    position: relative;
    height: 44px;
    width: 100%;
    padding: 7px 10px;
    display: inline-block;
    color: #000000;
    width: 100%;
    font-size: 15px;
    transition: .3s;
}

.sidebar-wrapper.country-slidbar>ul>li>a {
    padding: 9px 10px;
}

.sidebar-wrapper>ul>li>a:hover {
    padding: 7px 30px;
}

.sidebar-wrapper.country-slidbar>ul>li>a:hover {
    padding: 9px 30px;
}

.sidebar-wrapper>ul>li>a>i {
    position: absolute;
    top: 50%;
    left: -1%;
    transform: translate(0, -50%);
    font-size: 17px;
    line-height: 1px;
    font-weight: 700;
    opacity: 0;
    transition: .3s;
}

.sidebar-wrapper>ul>li>a:hover i {
    opacity: 1;
    left: 10px;
}

.sidebar-active.down .drop-change {
    transform: rotate(-180deg);
}

.vadidat_img_center {
    display: table;
    max-width: 160px;
}

.sidebar-active {
    font-size: 16px;
    color: var(--primery-color);
    border: 1px solid var(--primery-color);
    padding: 5px;
    text-align: center;
    font-weight: 600;
}

li.cardsideber.active a {
    text-decoration: none;
    color: #fff;
    background: var(--primery-color);
}

.sidebar-active>.drop-change {
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 12px;
}

.dropdown-list {
    display: none;
    left: 0;
    top: 100%;
    z-index: 1;
    background-color: #fff
}

.dropdown-list>li {
    border-bottom: 1px solid #f1f1f1
}

.dropdown-list>li>a {
    color: #00447c;
    font-weight: 600;
    padding: 8px 10px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: all ease .2s;
    display: block;
}

.dropdown-list>li>a:hover {
    background-color: #00447c;
    color: #fff;
}

.open .dropdown-list {
    display: block;
}

.description {
    position: relative;
    padding: 15px;
    margin-top: 21px;
    line-height: 20px;
    text-align: left;
    background: #ffff;
    border-left: 3px solid var(--primery-color);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.description>p {
    margin-bottom: 10px;
}

.description a {
    color: var(--primery-color);
}

.description p,
.description ul,
.description ol {
    margin-bottom: 15px;
}

.description2 p {
    margin-inline-start: 15px;
}

.description p strong {
    text-transform: capitalize;
}

.description .description-title {
    font-size: 18px;
}

.description .description-title2 {
    color: #212121;
    font-size: 16px;
}

.description dl {
    display: block;
    margin: 16px 0 16px 16px;
}

.description dt {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #333333;
}

.description dl.disc dt {
    list-style-type: disc;
    display: list-item;
}

.description dd {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    display: block;
    margin-left: 15px;
    margin-bottom: 15px;
}

.description ul.description-list {
    margin-bottom: 10px;
    padding-left: 1.2em;
    list-style-type: disc;
}

.description ul.description-list>li {
    display: list-item;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto 20px;
}

.contact-form .form-group {
    margin: 0 0 30px 0;
}

.contact-form .contactus-note {
    margin-bottom: 20px;
    display: inline-block;
    color: #5b5b5b;
    line-height: 20px;
    letter-spacing: 1px;
}

.contact-form .contant-form-label {
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: #5b5b5b;
    font-size: 15px;
}

.contact-form .contant-form-label>span {
    font-size: 12px;
    color: #5b5b5b;
}

.contact-form textarea {
    height: 150px;
    resize: none;
}

.required {
    border-color: #ff0000;
}

.mail-detail {
    border-top: 1px solid #d8d8d845;
    padding-top: 15px;
    text-align: center;
    line-height: 24px;
}

.ccard-mail {
    color: #00447c;
    font-size: 15px;
}

/* .message-read-status {
 display: inline-block;
float: right;
} */

.message-status {
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}

.message-text p {
    display: inline;
    word-break: break-word;
    white-space: break-spaces;
}

.whatsapp-text {
    margin: 3px 0 !important;
}

.whatsapp-ios .whatsapp-text {
    background: #f7f7f7 !important;
    z-index: 1;
}

/* .download-btn button {
    margin-top: 20px;
} */

span.mail-icon i {
    font-size: 15px;
    margin-right: 8px;
    color: var(--primery-color);
}

span.user-icon i {
    font-size: 15px;
    margin-right: 8px;
    color: var(--primery-color);
}

.all-card-image {
    margin: 20px auto;
    display: table;
    width: 100%;
}

.single-card-image {
    margin: 30px auto;
    display: table;
    max-width: 160px;
}

.bulk-card-type {
    display: block;
    background-color: #a8a8a8;
    padding: 8px 14px;
    color: #fff;
    border-radius: 2px;
}

.copy-icon {
    width: 16px;
    cursor: copy;
}

.label {
    padding: 4px 10px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-primary {
    background-color: #00447c;
}

.all-card,
.all-share,
.all-card-imei,
.drop-change {
    vertical-align: middle;
    display: inline-block;
}

.generated,
.note,
.paragraph {
    line-height: 24px;
}

.checked-listing li:before,
.valid:after {
    vertical-align: middle;
    content: '';
}

div#share-buttons {
    margin: 15px 0;
    display: none;
}

#share-buttons a {
    text-decoration: none;
}

#share-buttons img {
    width: 25px;
}

.copy_span,
.notvalid .notvalid-icon,
.valid:after,
.validat-checker-title {
    display: inline-block;
}

.bar:not(:last-child) {
    margin-bottom: 4px;
}

.download_file_card i {
    font-size: 14px;
    margin-left: 3px;
}

.generat-btn-wrapper .btn {
    margin: 0 5px;
}

.copy_span {
    min-width: 80px;
}

.sample-card-table td,
.sample-card-table th {
    padding: 4px 6px;
    color: #fff;
}

.sample-card-table th {
    text-align: left;
}

.generat-btn-wrapper {
    margin: 20px auto;
    text-align: center;
}

.generate_btn_show>.fa-spin,
button#phone_generate>.fa-spin {
    animation: unset;
}

.card-icon-incard {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 60px;
}

.checked-listing li {
    margin-bottom: 8px;
}

.checked-listing li:before {
    width: 10px;
    height: 6px;
    border-top: 2px solid #00447c;
    border-right: 2px solid #00447c;
    display: inline-block;
    transform: rotate(135deg);
    margin-right: 6px;
}

.useful-links {
    list-style-type: circle;
    list-style-position: inside;
    margin-bottom: 20px;
}

.useful-links>li {
    margin-bottom: 8px;
}

.generated {
    max-height: 480px;
    overflow: auto;
    margin: 20px 0;
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 3px 0 #b5b5b5;
}

.validat-checker-card {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 #b5b5b5;
}

.card-validator-wrapper,
.validat-result-wrapper {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 3px #b5b5b5;
}

.validat-checker-title {
    margin-bottom: 10px;
}

.card-validator-wrapper,
.luhn-algorithm {
    margin-bottom: 20px;
}

.validat-result-wrapper {
    margin-top: 20px;
    border: 1px solid #e1e1e1;
}

.luhn-algorithm {
    width: 100%;
    max-width: 540px;
}

.validat-image {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.cvv-image {
    width: 100%;
    max-width: 280px;
}

.valid:after {
    width: 18px;
    height: 10px;
    border-bottom: 4px solid green;
    border-left: 4px solid green;
    transform: rotate(-45deg);
    transform-origin: left;
    margin-left: 8px;
}

.notvalid-icon {
    position: relative;
    display: none;
    height: 14px;
    width: 16px;
    margin-left: 8px;
}

.notvalid-icon>span:first-child,
.notvalid-icon>span:last-child {
    width: 18px;
    height: 4px;
    display: inline-block;
    background-color: red;
    position: absolute;
}

.notvalid-icon>span:first-child {
    transform: rotate(-45deg);
    transform-origin: right;
    left: -5px;
}

.notvalid-icon>span:last-child {
    transform: rotate(45deg);
    transform-origin: left;
}

.copy-text {
    position: relative;
}

.copied {
    display: none;
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 8px;
    border-radius: 4px;
    z-index: 1;
    left: 0;
    right: 0;
    top: -35px;
    max-width: 80px;
    text-align: center;
}

.donate {
    display: none;
    box-shadow: none;
    background: 0 0;
    border: none;
    padding-top: 10px;
    cursor: pointer;
}

.all-card,
.all-card-imei,
.all-share {
    margin-right: 5px;
}

.copied:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    box-shadow: none;
    width: 10px;
    height: 10px;
    background-color: #000;
}

.all-card {
    background-image: url(../images/mail-icons.png);
    width: 30px;
    z-index: 1;
    height: 30px;
}

.all-card.outlook {
    background-position: 0 -30px;
}

.all-card.mail {
    background-position: 0 -60px;
}

.all-card.yahoo {
    background-position: 0 -90px;
}

.all-card.rediffmail {
    background-position: 0 -120px;
}

.all-card.hotmail {
    background-position: 0 -150px;
}

.all-card.protonmail {
    background-position: 0 -180px;
}

.all-card.aol {
    background-position: 0 -210px;
}

.all-card.yandex {
    background-position: 0 -240px;
}

.all-card.tutanota {
    background-position: 0 -270px;
}

.all-card.hushmail {
    background-position: 0 -300px;
}

.all-card.lycos {
    background-position: 0 -330px;
}

.all-card.mailfence {
    background-position: 0 -360px;
}

.all-card.netcourrier {
    background-position: 0 -390px;
}

.all-card.openmailbox {
    background-position: 0 -420px;
}

.all-card.qq {
    background-position: 0 -450px;
}

.all-card.seznam {
    background-position: 0 -480px;
}

.all-card.minutemail {
    background-position: 0 -510px;
}

span.all-card.email {
    background-position: 0 -540px;
}

.all-card.visa {
    background-position: 0 0;
}

.all-card.visa-electron {
    background-position: 0 -21px;
}

.all-card.american-express {
    background-position: 0 -42px;
}

.all-card.china-unionpay {
    background-position: 0 -63px;
}

.all-card.masterCard {
    background-position: 0 -84px;
}

.all-card.maestro {
    background-position: 0 -105px;
}

.all-card.diners-club-carte-blanche {
    background-position: 0 -125px;
}

.all-card.diners-club-international,
.all-card.diners-club-united-states-canada,
.diners-club-enroute {
    background-position: 0 -147px;
}

.all-card.discover {
    background-position: 0 -168px;
}

.all-card.jcb {
    background-position: 0 -189px;
}

.all-card.uatp {
    background-position: 0 -210px;
}

.all-card.dankort {
    background-position: 0 -231px;
}

.all-card.interpayment {
    background-position: 0 -251px;
}

.all-card.bankcard {
    background-position: 0 -272px;
}

.all-card.china-t-union {
    background-position: 0 -292px;
}

.all-card.rupay {
    background-position: 0 -312px;
}

.all-card.laser {
    background-position: 0 -335px;
}

.all-card.solo {
    background-position: 0 -355px;
}

.all-card.switch {
    background-position: 0 -375px;
}

.all-card.canadian-imperial-bank-commerce {
    background-position: 0 -397px;
}

.all-card.royal-bank-canada {
    background-position: 0 -417px;
}

.all-card.td-canada-trust {
    background-position: 0 -439px;
}

.all-card.scotiabank {
    background-position: 0 -459px;
}

.all-card.bmo {
    background-position: 0 -480px;
}

.all-card.hsbc-canada {
    background-position: 0 -502px;
}

.all-card.instapayment {
    background-position: 0 -523px;
}

.all-card.mir {
    background-position: 0 -544px;
}

.all-card.troy {
    background-position: 0 -565px;
}

.all-card.verve {
    background-position: 0 -585px;
}

.all-card-imei {
    background-image: url(../images/mobile_carrier.png);
    width: 30px;
    z-index: 1;
    height: 30px;
}

.all-card-imei.apple {
    background-position: 0 0;
}

.all-card-imei.samsung {
    background-position: 0 -30px;
}

.all-card-imei.huawei {
    background-position: 0 -60px;
}

.all-card-imei.oppo {
    background-position: 0 -90px;
}

.all-card-imei.vivo {
    background-position: 0 -120px;
}

.all-card-imei.lg {
    background-position: 0 -150px;
}

.all-card-imei.xiaomi {
    background-position: 0 -180px;
}

.all-card-imei.lenovo {
    background-position: 0 -210px;
}

.all-card-imei.zte {
    background-position: 0 -240px;
}

.all-card-imei.sony {
    background-position: 0 -270px;
}

.all-card-imei.motorola {
    background-position: 0 -300px;
}

.all-card-imei.sagem {
    background-position: 0 -330px;
}

.all-card-imei.tct {
    background-position: 0 -360px;
}

.all-card-imei.siemens {
    background-position: 0 -390px;
}

.all-card-imei.alcatel {
    background-position: 0 -420px;
}

.all-card-imei.bird {
    background-position: 0 -450px;
}

.all-card-imei.gfive {
    background-position: 0 -480px;
}

.all-card-imei.htc {
    background-position: 0 -510px;
}

.all-card-imei.gionee {
    background-position: 0 -540px;
}

.all-card-imei.honor {
    background-position: 0 -570px;
}

.all-card-imei.nokia {
    background-position: 0 -600px;
}

.all-card-imei.micromax {
    background-position: 0 -630px;
}

.all-card-imei.lava {
    background-position: 0 -660px;
}

.all-card-imei.asus {
    background-position: 0 -690px;
}

.all-card-imei.panasonic {
    background-position: 0 -720px;
}

.all-card-imei.blackberry {
    background-position: 0 -750px;
}

.all-card-imei.karbonn {
    background-position: 0 -780px;
}

.all-card-imei.xolo {
    background-position: 0 -810px;
}

.all-card-imei.intex {
    background-position: 0 -840px;
}

.all-card-imei.videocon {
    background-position: 0 -870px;
}

.all-card-imei.idea {
    background-position: 0 -900px;
}

.all-card-imei.itel {
    background-position: 0 -930px;
}

.all-card-imei.coolpad {
    background-position: 0 -960px;
}

.all-card-imei.lyf {
    background-position: 0 -990px;
}

.all-card-imei.realme {
    background-position: 0 -1020px;
}

.all-card-imei.google {
    background-position: 0 -1050px;
}

.all-card-imei.oneplus {
    background-position: 0 -1080px;
}

.all-card-imei.tecno {
    background-position: 0 -1110px;
}

.all-card-imei.infocus {
    background-position: 0 -1140px;
}

.all-card-imei.infinix {
    background-position: 0 -1170px;
}

.all-card-imei.jivi {
    background-position: 0 -1200px;
}

.all-card-imei.ulefone {
    background-position: 0 -1230px;
}

.all-card-imei.ivoomi {
    background-position: 0 -1260px;
}

.all-card-imei.nubia {
    background-position: 0 -1290px;
}

.all-card-imei.swipe {
    background-position: 0 -1320px;
}

.all-card-imei.meizu {
    background-position: 0 -1350px;
}

.all-card-imei.yu {
    background-position: 0 -1380px;
}

.all-card-imei.zen {
    background-position: 0 -1410px;
}

.all-card-imei.spice {
    background-position: 0 -1440px;
}

.all-card-imei.doogee {
    background-position: 0 -1470px;
}

.all-card-imei.elephone {
    background-position: 0 -1500px;
}

.all-card-imei.reliance {
    background-position: 0 -1530px;
}

.all-card-imei.ikall {
    background-position: 0 -1560px;
}

.all-card-imei.iball {
    background-position: 0 -1590px;
}

.all-card-imei.sansui {
    background-position: 0 -1620px;
}

.all-card-imei.celkon {
    background-position: 0 -1650px;
}

.all-card-imei.zopo {
    background-position: 0 -1680px;
}

.all-card-imei.lemon {
    background-position: 0 -1710px;
}

.all-card-imei.hitech {
    background-position: 0 -1740px;
}

.all-card-imei.kechao {
    background-position: 0 -1770px;
}

.all-card-imei.ziox {
    background-position: 0 -1800px;
}

.all-card-imei.oukitel {
    background-position: 0 -1830px;
}

.all-card-imei.smartron {
    background-position: 0 -1860px;
}

.all-card-imei.reach {
    background-position: 0 -1890px;
}

.all-card-imei.goodone {
    background-position: 0 -1920px;
}

.all-card-imei.blu {
    background-position: 0 -1950px;
}

.all-card-imei.sharp {
    background-position: 0 -1980px;
}

.all-card-imei.kult {
    background-position: 0 -2010px;
}

.all-card-imei.mtech {
    background-position: 0 -2040px;
}

.all-card-imei.forme {
    background-position: 0 -2070px;
}

.all-card-imei.hyundai {
    background-position: 0 -2100px;
}

.all-card-imei.trio {
    background-position: 0 -2130px;
}

.all-card-imei.maxx {
    background-position: 0 -2160px;
}

.all-card-imei.kenxinda {
    background-position: 0 -2190px;
}

.all-card-imei.onida {
    background-position: 0 -2220px;
}

.all-card-imei.fly {
    background-position: 0 -2250px;
}

.all-card-imei.ismart {
    background-position: 0 -2280px;
}

.all-card-imei.okwu {
    background-position: 0 -2310px;
}

.all-card-imei.tcl {
    background-position: 0 -2340px;
}

.all-card-imei.mphone {
    background-position: 0 -2370px;
}

.all-card-imei.mhorse {
    background-position: 0 -2400px;
}

.all-card-imei.vox {
    background-position: 0 -2430px;
}

.all-card-imei.yota {
    background-position: 0 -2460px;
}

.all-card-imei.rage {
    background-position: 0 -2490px;
}

.all-card-imei.adcom {
    background-position: 0 -2520px;
}

.all-card-imei.obi {
    background-position: 0 -2550px;
}

.all-card-imei.aqua {
    background-position: 0 -2580px;
}

.all-card-imei.archos {
    background-position: 0 -2610px;
}

.all-card-imei.hsl {
    background-position: 0 -2640px;
}

.all-card-imei.hyve {
    background-position: 0 -2670px;
}

.all-card-imei.salora {
    background-position: 0 -2700px;
}

.all-card-imei.xillion {
    background-position: 0 -2730px;
}

.all-card-imei.josh {
    background-position: 0 -2760px;
}

.all-card-imei.essential {
    background-position: 0 -2790px;
}

.all-card-imei.champion {
    background-position: 0 -2820px;
}

.all-card-imei.mts {
    background-position: 0 -2850px;
}

.all-card-imei.whitecherry {
    background-position: 0 -2880px;
}

.all-card-imei.ringingbells {
    background-position: 0 -2910px;
}

.all-card-imei.nuvo {
    background-position: 0 -2940px;
}

.all-card-imei.wileyfox {
    background-position: 0 -2970px;
}

.all-card-imei.tplink {
    background-position: 0 -3000px;
}

.all-card-imei.phonemax {
    background-position: 0 -3030px;
}

.all-share {
    background-image: url(../images/all_share_icon.png);
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 50%;
}

.all-share.facebook {
    background-position: 0 0;
}

.all-share.twitter {
    background-position: 0 -26px;
}

.all-share.google-plus {
    background-position: 0 -52px;
}

.all-share.linkedin {
    background-position: 0 -78px;
}

.all-share.pinterest {
    background-position: 0 -104px;
}

.generate-box {
    margin-top: 15px;
}

[data-tooltip],
[tooltip] {
    position: relative;
    display: inline-block;
}

[data-tooltip]::before,
[tooltip]::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

[data-tooltip-position='top']::after,
[data-tooltip-position='top']::before,
[tooltip-position='top']::after,
[tooltip-position='top']::before {
    left: 50%;
}

[data-tooltip]::after,
[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 12px;
    min-width: 80px;
    border-radius: 5px;
    white-space: nowrap;
    pointer-events: none;
    padding: 4px 4px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    white-space:wrap;
}

.main-imei-list .list-name [data-tooltip]::after,
.main-imei-list .list-name [tooltip]::after {
    left: -58px !important;
    transform: translateY(-100%) !important;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
}

[data-tooltip]:hover::before,
[data-tooltip]:hover::after,
[tooltip]:hover::after,
[tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}

#myProgress,
#secondMyProgress {
    width: 450px;
    background-color: #e2e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
    display: none;
}

#secondMyProgress {
    width: 360px;
}

#myBar,
#secondMyBar {
    width: 1%;
    height: 24px;
    text-align: center;
    background: var(--primery-color);
    position: relative;
    border-radius: 8px;
}

#myBar:after,
#secondMyBar:after {
    content: '';
    background-image: url(../images/credit_progress.png);
    background-repeat: repeat;
    background-position: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#myBar span,
#secondMyBar span {
    color: #fff;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
}

.suggest-form {
    margin: 15px 0;
}

.suggest-form .form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 38px;
}

.suggest-form .form-control:first-child {
    border-radius: 5px 0 0 5px;
}

.suggest-form .full-fild.form-control {
    border-radius: 5px;
}

.suggest-form .form-fild-full {
    margin-bottom: 15px;
}

.suggest-form .form-fild-full:last-child {
    margin-bottom: 0;
}

.suggest-form .form-fild-full:first-child {
    margin-bottom: 15px;
}

.form-group.form-suggest-all-fill {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 15px 0;
}

.form-suggest-all-fill .fill_all-btn {
    width: auto;
    margin-left: 15px;
    margin-right: inherit;
    color: #ffffff;
    border: 1px solid var(--primery-color);
}

.dj-btn-grp,
.cat-btn-grp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.form-suggest-all-fill .fill_all-btn:first-child {
    margin-left: 0;
}

.form-group.form-suggest-all-fill label {
    margin-bottom: 0;
    font-weight: bold;
}

input.fill_all-btn:hover {
    opacity: 0.8;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.btn.btn-suggest {
    width: 100px;
    height: 40px;
    border-radius: 0px 5px 5px 0;
    border-color: var(--primery-color);
    opacity: 1;
    -webkit-appearance: none;
}

.suggest-form .btn.btn-suggest {
    height: 38px;
}

.btn.btn-suggest:hover {
    opacity: 0.8;
}

.btn.btn-suggest2.btn-suggest {
    width: auto;
    white-space: nowrap;
}

.fake-mail-list .number-list {
    padding: 7px 0 7px 7px;
    background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    margin: 5px 0;
    transition: 0.3s;
}

.fake-user-list .number-list {
    padding: 7px;
    background-color: #f2f2f2;
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    margin: 5px 0;
}

ul.number-list {
    list-style-type: decimal;
    padding-left: 15px;
}

.fake-mail-list .number-list:hover .mail-icon i {
    color: #fff;
}

.fake-user-list .number-list:hover .user-icon i {
    color: #fff;
}

.fake-mail-list .number-list:hover,
.fake-user-list .number-list:hover {
    color: #fff;
    background-color: var(--primery-color);
    cursor: pointer;
}

.female {
    margin-top: 86px !important;
}

.site .face-frame .face li {
    display: inline-block;
    border-radius: 6px;
}

.frame-2 {
    margin: 20px auto;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 0 2px #ccc;
}

.frame-2 .title {
    position: relative;
    top: -23px;
    left: 8px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    background: var(--primery-color);
    border: 1px solid #fff;
    margin-bottom: 0;
    border-radius: 4px;
    line-height: 28px;
    padding: 0 10px;
    transition: all ease .2s;
}

.frame-2 .row {
    position: relative;
    top: -8px;
    padding-left: 10px;
}

.panel .panel-heading {
    margin-bottom: 15px;
}

.panel .panel-heading input {
    width: 100%;
    padding: 5px 5px 5px 45px;
    height: 42px;
    border: 2px solid var(--primery-color);
}

.panel .panel-heading input:focus {
    outline: none;
}

.font-preview-list {
    margin-bottom: 15px;
    border: 1px solid var(--primery-color);
    background: rgba(var(--primery-color-rgb), 0.11);
    padding: 0 10px;
}

.font-preview-list .font-preview-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.font-preview-list .font-preview-container:nth-child(odd) {
    border-right: 1px solid var(--primery-color);
}

.font-preview-container .font_title .font_name {
    width: 100%;
    text-align: left;
    display: block;
    font-size: 16px;
}

.font-preview-container .font-preview-content {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    margin: 0;
    font-size: 18px;
    border: none;
}

.symbols-type .symbols-list-title {
    display: inline-block;
    margin: 0 5px 5px 0;
    border: 1px solid var(--primery-color);
    border-radius: 5px;
    background: var(--primery-color);
    float: left;
    color: #fff;
    transition: 0.3s;
}

.symbols-type .symbols-list-title a {
    display: block;
    color: #fff;
    font-weight: 600;
    padding: 6px;
    transition: 0.3s;
}

.symbols-type .symbols-list-title.active {
    background: #fff;
}

.symbols-type .symbols-list-title.active a {
    color: var(--primery-color);
}

.symbols-list-title:hover {
    background: #fff;
}

.symbols-list-title:hover a {
    color: var(--primery-color);
}

select.symbols-type {
    padding: 5px;
    border-radius: 5px;
}

.symbol-content {
    display: none;
    margin: 15px 0;
    padding: 10px;
    max-height: 300px;
    overflow: auto;
    background: #fff;
    box-shadow: 0 0 5px 0 #0003;
}

.active.symbol-content {
    display: block;
}

.symbol-content span {
    height: 42px;
    width: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 0 7px 7px 0;
    font-size: 26px;
    border: 1px solid;
    border-radius: 5px;
    position: relative;
}

.symbol-content span.cs:hover,
.symbol-content span:hover {
    border-color: var(--primery-color) !important;
    margin-top: 0 !important;
    top: -3px;
    cursor: pointer;
}

.get_symbols_instruction {
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0;
}

.name-generator {
    margin-top: 20px;
    display: block;
}

.suggest-form select,
.suggest-form input {
    margin: 0;
}

.show-generated-name {
    display: block;
    margin-bottom: 5px;
}

.show-generated-result .generated_name {
    display: block;
    padding: 8px;
    border: 1px solid var(--primery-color);
    border-bottom: none;
    color: #212121;
    position: relative;
    overflow: hidden;
}

.show-generated-result .generated_name:last-child {
    border-bottom: 1px solid var(--primery-color);
    margin-bottom: 20px;
}

.show-generated-result .generated_name:hover {
    background-color: rgba(var(--primery-color-rgb), 0.22);
    overflow: visible;
}

.copy-btn {
    position: relative;
    text-transform: capitalize;
    padding: 8px 8px 8px 12px;
    border: 1px solid var(--primery-color);
    border-radius: 5px;
    background: #fff;
    color: var(--primery-color);
    transition: 0.3s;
}

.show-generated-result .generated_name .copy-btn {
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translate(0, -50%);
    background-color: transparent;
    border: none;
}

.copy-btn:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: 50%;
    left: -20px;
    transform: translate(0, -50%);
    background-image: url("../images/copy.png");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.copy-btn:focus {
    outline: none;
}

.copy-btn:hover {
    cursor: pointer;
}

.show-generated-result .generated_name:hover .copy-btn {
    right: 0px;
}

.copied-toggle {
    display: none;
    position: absolute;
    top: -30px;
    left: 5px;
    background-color: var(--primery-color);
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    border: none;
    border-radius: 5px;
}

.copied-toggle:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    border: 5px solid;
    border-color: var(--primery-color) transparent transparent transparent;
}

.planet-name,
.horse-name,
.alien-name,
.dj-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 25px;
    max-height: 310px;
    overflow: auto;
    overflow-x: hidden;
}

.planet-name span,
.horse-name span,
.alien-name span,
.dj-name span {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 33.33%;
    padding: 10px 30px;
    padding-left: 42px;
}

.planet-name span:before,
.horse-name span:before,
.alien-name span:before,
.dj-name span:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
    height: 75%;
    width: 30px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.planet-name span:hover,
.horse-name span:hover,
.alien-name span:hover,
.dj-name span:hover {
    cursor: pointer;
}

.planet-name span:before {
    background-image: url(../images/planet.png);
}

.planet-name span:hover:before {
    background-image: url(../images/planet_hover.png);
    transform: translate(0, -50%) rotate(-360deg);
}

.horse-name span:before {
    background-image: url(../images/horse.png);
}

.horse-name span:hover:before {
    background-image: url(../images/horse_hover.png);
    transform: translate(0, -50%) rotateY(180deg);
}

.alien-name span:before {
    background-image: url(../images/alien.png);
}

.alien-name span:hover:before {
    background-image: url(../images/alien_hover.png);
    transform: translate(0, -50%) rotateY(-180deg);
}

.dj-name span:before {
    background-image: url(../images/dj_list.png);
}

.dj-name span:hover:before {
    background-image: url(../images/dj_list_hover.png);
    transform: translate(0, -50%) rotate(-360deg);
}

.god-name {
    display: block;
    background-color: rgba(var(--primery-color-rgb), 0.20);
    border: 2px solid var(--primery-color);
}

.god-name div {
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
    border-bottom: none;
}

.god-name div span {
    width: 50%;
    padding: 3px;
}

.god-name div:nth-child(odd) {
    border-right: 2px solid var(--primery-color);
}

.god-name div:hover {
    cursor: pointer;
}

.god-name div span:first-child {
    text-align: right;
    padding-right: 8px;
    margin-right: 4px;
    border-right: 2px solid var(--primery-color);
}

.god-name div:hover {
    background-color: rgba(var(--primery-color-rgb), 0.40);
}

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

.orc-result-box {
    display: block;
    max-width: 400px;
    background-color: rgba(var(--primery-color-rgb), 0.30);
    border: 2px solid var(--primery-color);
    padding: 15px 15px 0;
    margin: auto;
}

.orc-name-box {
    padding: 10px;
    background: #fff;
}

.dwarf-btn-box,
.orc-btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--primery-color);
    margin-top: 15px;
}

.dwarf-btn,
.orc-btn-box .orc-btn {
    padding: 10px;
    width: 100%;
    border: navajowhite;
    background-color: #fff;
    border-left: 2px solid var(--primery-color);
    color: #000;
    transition: 0.3s;
}

.dwarf-btn:first-child,
.orc-btn-box .orc-btn:first-child {
    border-left: none;
}

.dwarf-btn:focus,
.orc-btn-box .orc-btn:focus {
    outline: none;
}

.dwarf-btn:hover,
.orc-btn-box .orc-btn:hover {
    color: #fff;
    background-color: var(--primery-color);
    cursor: pointer;
}

.dwarf-btn.active,
.orc-btn-box .orc-btn.active {
    color: #fff;
    background-color: var(--primery-color);
}

.dwarf-btn.male,
.dwarf-btn.female,
.orc-btn.male,
.orc-btn.female {
    margin: 0 !important;
}

.dwarf-btn span,
.orc-btn span {
    position: relative;
    padding-left: 30px;
}

.dwarf-btn span:before,
.orc-btn span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.dwarf-btn.male span:before,
.orc-btn.male span:before {
    background-image: url(../images/male.png);
}

.dwarf-btn.female span:before,
.orc-btn.female span:before {
    background-image: url(../images/female.png);
}

.dwarf-btn.male.active span:before,
.dwarf-btn.male:hover span:before,
.orc-btn.male.active span:before,
.orc-btn.male:hover span:before {
    background-image: url(../images/male2.png);
}

.dwarf-btn.female.active span:before,
.dwarf-btn.female:hover span:before,
.orc-btn.female.active span:before,
.orc-btn.female:hover span:before {
    background-image: url(../images/female2.png);
}

.personality-generator .row2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.personality-generator .row2 .form-label {
    margin: 0;
}

.img-icon {
    display: block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.img-icon.user {
    background-image: url(../images/user.png);
}

.img-icon.cake {
    background-image: url(../images/cake.png);
}

.img-icon.gender {
    background-image: url(../images/gender.png);
}

.img-icon.hair-color {
    background-image: url(../images/hair.png);
}

.img-icon.positive {
    background-image: url(../images/positive.png);
}

.img-icon.negative {
    background-image: url(../images/negative.png);
}

.img-icon.eye {
    background-image: url(../images/eye.png);
}

.img-icon.personality {
    background-image: url(../images/personality.png);
}

.img-icon.height {
    background-image: url(../images/height.png);
}

.img-icon.friends {
    background-image: url(../images/friends.png);
}

.img-icon.controlled {
    background-image: url(../images/Controlled.png);
}

.img-icon.loyal {
    background-image: url(../images/loyal.png);
}

.img-icon.honesty {
    background-image: url(../images/honesty.png);
}

.img-icon.emotions {
    background-image: url(../images/emotions.png);
}

.img-icon.trusting {
    background-image: url(../images/trusting.png);
}

.row.fake-user-list {
    padding: 10px;
}

.tabing {
    position: relative;
}

.tabs-box {
    margin: 30px 0;
    position: relative;
}

.tabs-box .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    height: auto;
    width: 100%;
}

.tabs-box .tabs .tablinks {
    display: block;
    width: auto;
    padding: 14px 20px;
    border: 1px solid var(--primery-color);
    border-left: none;
    background: #fff;
    outline: none;
    margin: 0;
    border-radius: 0px;
    -webkit-appearance: none;
    color: #212121;
    cursor: pointer;
    transition: 0.3s;
}

.tabs-box .tabs .tablinks:first-child {
    border-left: 1px solid var(--primery-color);
    border-radius: 6px 0 0 6px;
}

.tabs-box .tabs .tablinks:last-child {
    border-radius: 0 6px 6px 0;
}

.tabs-box .tabs .tablinks:hover,
.tabs-box .tabs .tablinks.active {
    background: var(--primery-color);
    color: #fff;
}

.tabing .tabcontent {
    display: none;
    width: 100%;
}

.tabing .tabcontent.active {
    display: block;
}

.tabs-box .tabs-drop {
    display: none;
    justify-content: center;
    align-items: center;
}

.tabs-box .tabs-drop .get-tab-value {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background-color: #fff;
    color: #212121;
    border: 1px solid var(--primery-color);
    border-right: none;
    height: 45px;
    text-align: left;
    outline: none;
    border-radius: 0px;
    -webkit-appearance: none;
}

.tabs-box .tabs-drop .btn-suggest {
    width: 45px;
    height: 45px;
    border-radius: 0px;
    -webkit-appearance: none;
}

@font-face {
    font-family: 'Normal';
    src: url('../fonts/username-fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia';
    src: url('../fonts/username-fonts/Sofia-Regular.eot');
    src: url('../fonts/username-fonts/Sofia-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/username-fonts/Sofia-Regular.woff2') format('woff2'), url('../fonts/username-fonts/Sofia-Regular.woff') format('woff'), url('../fonts/username-fonts/Sofia-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NovaScript';
    src: url('../fonts/username-fonts/NovaScript-Regular.eot');
    src: url('../fonts/username-fonts/NovaScript-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/username-fonts/NovaScript-Regular.woff2') format('woff2'), url('../fonts/username-fonts/NovaScript-Regular.woff') format('woff'), url('../fonts/username-fonts/NovaScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GermaniaOne';
    src: url('../fonts/username-fonts/GermaniaOne-Regular.eot');
    src: url('../fonts/username-fonts/GermaniaOne-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/username-fonts/GermaniaOne-Regular.woff2') format('woff2'), url('../fonts/username-fonts/GermaniaOne-Regular.woff') format('woff'), url('../fonts/username-fonts/GermaniaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontdinerSwanky';
    src: url('../fonts/username-fonts/FontdinerSwanky-Regular.eot');
    src: url('../fonts/username-fonts/FontdinerSwanky-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/username-fonts/FontdinerSwanky-Regular.woff2') format('woff2'), url('../fonts/username-fonts/FontdinerSwanky-Regular.woff') format('woff'), url('../fonts/username-fonts/FontdinerSwanky-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MysteryQuest';
    src: url('../fonts/username-fonts/MysteryQuest.eot');
    src: url('../fonts/username-fonts/MysteryQuest.eot?#iefix') format('embedded-opentype'), url('../fonts/username-fonts/MysteryQuest.woff2') format('woff2'), url('../fonts/username-fonts/MysteryQuest.woff') format('woff'), url('../fonts/username-fonts/MysteryQuest.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sancreek';
    src: url('../fonts/username-fonts/Sancreek-Regular.eot');
    src: url('../fonts/username-fonts/Sancreek-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/username-fonts/Sancreek-Regular.woff2') format('woff2'), url('../fonts/username-fonts/Sancreek-Regular.woff') format('woff'), url('../fonts/username-fonts/Sancreek-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Audiowide';
    src: url('../fonts/username-fonts/Audiowide-Regular.eot');
    src: url('../fonts/username-fonts/Audiowide-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/username-fonts/Audiowide-Regular.woff2') format('woff2'), url('../fonts/username-fonts/Audiowide-Regular.woff') format('woff'), url('../fonts/username-fonts/Audiowide-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/username-fonts/Poppins-Bold.eot');
    src: url('../fonts/username-fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/username-fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/username-fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/username-fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/username-fonts/Poppins-Regular.eot');
    src: url('../fonts/username-fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/username-fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/username-fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/username-fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.username-generator1 .form-group label {
    font-weight: normal;
}

.username-generator1 .form-group {
    margin-bottom: 25px;
    margin-top: 0;
}

.username-generator1 .checkbox {
    display: inline-block;
    margin-right: 10px;
}

.bible-vers-form .checkbox input,
.bible-vers-form .checkbox label,
.username-generator1 .checkbox input,
.username-generator1 .checkbox label {
    display: inline-block;
    vertical-align: middle;
}

.username-generator1 .radio-btn {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.username-generator1 .radio-btn input,
.username-generator1 .radio-btn label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.username-generator1 .list-username {
    height: 475px;
    overflow: auto;
    margin-bottom: 25px;
}

.username-generator1 .list-username::-webkit-scrollbar-thumb {
    background-color: var(--primery-color);
}

.username-generator1-model .selected-list li,
.username-generator1 .list-username li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 10px;
    color: #fff;
}

.username-generator1-model .selected-list {
    padding: 10px 0;
}

.username-generator1-model .selected-list li {
    padding: 10px 15px 10px 10px;
}

.username-generator1-model .selected-list li .remove {
    cursor: pointer;
}

.username-generator1 .list-username li:hover {
    background-color: rgba(var(--primery-color-rgb), 0.60);
    cursor: pointer;
}

.username-generator1 .list-username li .heart {
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    transition: 0.3s;
    display: inline-block;
}

.username-generator1 .list-username li .category_name {
    font-size: 16px;
}

.username-generator1 .list-username li:hover .heart {
    color: #fff;
}

.username-generator1 .list-username li .heart.selected,
.username-generator1 .list-username li:hover .heart.selected {
    color: red;
}

.username-generator1-model .modal-content::-webkit-scrollbar,
.username-generator1 .list-username::-webkit-scrollbar {
    width: 8px;
}

.username-generator1-model .modal-content::-webkit-scrollbar-track,
.username-generator1 .list-username::-webkit-scrollbar-track {
    background-color: #fff;
    box-shadow: inset 0 0 2px 0 #0005, 0 0 5px 0 #0005;
}

.username-generator1 .selected-username {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
}

.username-generator1 .selected-username .delete-name {
    float: right;
}

.username-generator1 .result-fliter {
    display: inline-block;
    float: left;
}

.username-generator1 .save-btn-grp {
    display: inline-block;
    float: right;
}

.username-generator1 .sort-list {
    display: none;
    width: 0;
    opacity: 0;
    transition: 0.3s;
}

.username-generator1 .show.sort-list {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    width: auto;
}

.username-generator1 .sort-list .btn-sort {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid var(--primery-color);
    font-size: 14px;
    height: 36px;
    width: 36px;
    color: var(--primery-color);
    padding: 8px 10px;
    transition: 0.3s;
}

.username-generator1 .sort-list .btn-sort:focus {
    outline: none;
}

.username-generator1 .sort-list .btn-sort:hover {
    background-color: var(--primery-color);
    color: #fff;
    cursor: pointer;
}

.champions-modal,
.username-generator1-model {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 110;
    background-color: #0005;
}

.champions-modal .modal,
.username-generator1-model .modal {
    display: block;
    position: absolute;
    width: 80%;
    max-width: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 15px #0006;
    border-radius: 5px;
    overflow: hidden;
}

.champions-modal .modal-header,
.username-generator1-model .modal-header {
    height: 60px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primery-color);
    border-bottom: 2px solid var(--primery-color);
}

.champions-modal .modal-header .model-title h5,
.username-generator1-model .modal-header .model-title h5 {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    margin: 0;
}

.username-generator1-model .model-close {
    border-radius: 100%;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    padding: 0;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
}

.username-generator1-model .model-close:hover {
    transform: rotate(180deg);
}

.username-generator1-model .modal-content {
    width: 100%;
    height: 100%;
    max-height: 420px;
    overflow: auto;
    border: none;
}

.username-generator1-model .modal-content .select-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

.username-generator1-model .modal-content .select-name .remove {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border: 1px solid red;
    border-radius: 100%;
    background-color: #fff;
    color: red;
}

.username-generator1-model .model-footer {
    padding: 15px;
    text-align: right;
    border-top: 2px solid var(--primery-color);
}

.username-generator1-model .modal-content .select-name.no_data,
.username-generator1-model .modal-content .selected-list .empty-list {
    height: 150px;
    background: #ffffff;
    color: #ff2c2c;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    justify-content: center;
}

.username-check {
    position: relative;
    margin-top: 30px;
}

.username-check .username-result-form {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.username-check .username-result-form h2 {
    line-height: 32px;
    margin: 0 15px 0 0;
}

.form-group-both {
    position: relative;
    display: inline-block;
    font-size: 0;
    margin: 0;
}

.social-alert {
    position: relative;
    height: 60px;
    width: 100%;
    padding: 10px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
}

.social-alert i {
    position: relative;
    height: 40px;
    width: 40px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #333;
    margin-right: 15px;
    border-radius: 4px;
}

.social-alert.facebook i {
    color: #3b5998;
}

.social-alert.twitter i {
    color: #000;
}

.social-alert.youtube i {
    color: #c4302b;
}

.social-alert.viemo i {
    color: #86c9ef;
}

.social-alert.github i {
    color: #171515;
}

.social-alert.pinterest i {
    color: #bd081c;
}

.social-alert.flicker i {
    color: #ff0084;
}

.social-alert.px500 i {
    color: #222222;
}

.social-alert.reddit i {
    color: #FF4500;
}

.social-alert.wordpress i {
    color: #0073AA;
}

.social-alert.etsy i {
    color: #F56400;
}

.social-alert.soundcloud i {
    color: #FF5500;
}

.social-alert.behance i {
    color: #131418;
}

.social-alert .check-btn {
    position: relative;
    margin-left: auto;
    height: 38px;
    width: auto;
    padding: 10px 15px;
    background: #ffffff;
    line-height: normal;
    font-size: 14px;
    border-radius: 5px;
    width: 73px;
    text-align: center;
}

.free-alert {
    color: #155724;
    background-color: #d4edda;
    border: 2px solid #c3e6cb;
    border-radius: 5px;
}

.free-alert.social-alert a.social-name:hover {
    color: #155724;
}

.free-alert.social-alert .check-btn {
    color: #ffffff;
    background-color: #155724;
}

.taken-alert {
    color: #721c24;
    background-color: #f8d7da;
    border: 2px solid #f5c6cb;
    border-radius: 5px;
}

.taken-alert.social-alert a.social-name:hover {
    color: #721c24;
}

.taken-alert.social-alert .check-btn {
    color: #ffffff;
    background-color: #721c24;
}

.spinner-bar {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
    background: none;
    font-size: 26px;
}

.spinner-bar i {
    color: #222222 !important;
    height: auto;
    margin: 0;
    width: auto;
    background: none;
    animation: spinner 1s linear infinite;
}

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

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

.mail-generator-form {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: 15px;
}

.mail-warp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.fake-mail-gen {
    height: 36px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: left;
    border: 2px solid var(--primery-color);
    position: relative;
}

.fake-mail-gen .gen_name {
    height: 32px;
    width: 100%;
    position: relative;
    padding: 5px 0;
    font-size: 14px;
    line-height: 16px;
    border: none;
}

.mail-btn:focus,
.fake-mail-gen .gen_name:focus {
    outline: none;
}

.fake-mail-gen input.gen_name_val {
    text-align: center !important;
    color: #000 !important;
}

.fake-mail-gen input.gen_name {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

.fake-mail-gen select.gen_name,
.fake-mail-gen input.gen_name {
    text-align: left;
}

.fake-mail-gen input.gen_name:nth-child(1) {
    text-align: right;
}

.fake-mail-gen input.gen_name::placeholder {
    color: #212121;
}

.mail-btn {
    height: 36px;
    padding: 5px 10px;
    border: 2px solid var(--primery-color);
    border-radius: 0;
    border-left: none;
    font-size: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}

.mail-btn:hover {
    cursor: pointer;
}

.mail-suggest {
    position: absolute;
    display: none;
    flex-direction: column;
    right: -2px;
    /* border: 2px solid var(--primery-color); */
    background: #fff;
    z-index: 10;
    top: 100%;
}

.add_mail.mail-suggest {
    display: flex;
}

.add_mail .input-box {
    border-bottom: 1px solid #ddd;
}

.add_mail.mail-suggest .visible.select a {
    padding: 7px 30px;
}

.add_mail.mail-suggest .visible.select a i {
    opacity: 1;
    left: 10px;
}

.mail-suggest input {
    display: block;
    width: 100%;
    padding: 8px 15px;
    border: none;
    border-bottom: 1px solid var(--primery-color);
    background-color: #fff;
    text-align: left;
    border-radius: 0px;
    -webkit-appearance: none;
    transition: 0.3s;
}

.mail-suggest input:last-child {
    border-bottom: none;
}

.mail-suggest input:hover {
    background-color: var(--primery-color);
    color: #fff;
    cursor: pointer;
}

.mail-suggest input:focus {
    outline: none;
}

.imeimodalcardsideber {
    padding: 5px 10px;
    width: 100%;
}

.imeimodalcardsideber:hover {
    background-color: var(--primery-color);
    color: #fff;
    cursor: pointer;
}

.imeimodalcardsideber.visible.select {
    background-color: rgb(0 161 176 / 46%);
}

.mail-trick {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    height: 35px;
    width: auto;
    float: left;
    margin: 15px 15px 0 0;
}

.switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 38px;
    height: 20px;
    margin-right: 5px;
}

.switch:hover {
    cursor: pointer;
}

.switch+span {
    margin-right: 10px;
}

.switch input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    margin: 0;
    padding: 0;
}

.switch input:hover {
    cursor: pointer;
}

.switch-btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 30px;
    transition: 240ms ease-in-out;
    z-index: 4;
}

.switch-btn:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: white;
    border-radius: 50%;
    transition: 240ms ease-in-out;
}

input:checked+.switch-btn {
    background-color: var(--primery-color);
}

input:focus+.switch-btn {
    box-shadow: 0 0 1px var(--primery-color);
}

input:checked+.switch-btn:before {
    left: calc(100% - 17px);
}

.switch.switch-hour {
    width: 40px;
    height: 20px;
}

.switch.switch-hour .switch-btn {
    padding-left: 15px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
}

.switch.switch-hour input:checked+.switch-btn {
    padding-left: 0;
    padding-right: 16px;
    color: #fff;
}

.switch.switch-hour .switch-btn:after {
    content: "12";
    color: #000;
}

.switch.switch-hour input:checked+.switch-btn:after {
    content: "24";
    color: #fff;
}

.mail-generator-form .select-list {
    margin-top: 15px;
}

.mail-generator-form .select-list input {
    width: 100%;
    padding: 8px 15px;
    border: 2px solid var(--primery-color);
    border-radius: 0;
}

.mail-generator-form .btn {
    margin-top: 15px;
}

.generate-mails textarea {
    width: 100%;
    height: 250px;
    font-size: 14px;
    resize: none;
    padding: 8px 10px;
}

.mail-generator-form .select-list input:focus,
.generate-mails textarea:focus {
    outline: none;
}

.copy-mail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}

.mail-box .sec-title2 {
    padding-top: 0;
}

.wow-name,
.insult-result,
.warrior-result,
.dwarf-result {
    max-height: 310px;
    padding: 25px 1px 0;
    overflow: auto;
}

.resultTextCheckbox .result-single-checkbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

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

.dwarf-form .dwarf-btn-box {
    white-space: nowrap;
    margin: 0;
}

.dwarf-form .dwarf-btn-box button {
    width: 150px;
}


.wow-name .name-box,
.insult-result .name-box,
.warrior-result .name-box,
.dwarf-result .name-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--primery-color);
    margin: 10px 0;
    padding-left: 10px;
}

.all-down-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.all-down-btn .select-all-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.all-down-btn .btn-select {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.resultTextCheckbox {
    display: flex;
    align-items: center;
}

.wow-name .btn,
.insult-result .btn,
.warrior-result .btn,
.dwarf-result .btn {
    border-radius: 0;
}

.btn-box {
    text-align: center;
    font-size: 0;
}

.btn-box .btn_warrior {
    margin: 0 5px;
}

.btn-box .btn_warrior.active {
    color: #fff;
    background-color: var(--primery-color);
}

.insult-result .name-box span {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.card {
    display: block;
    text-align: center;
    border: 2px solid var(--primery-color);
    margin: 10px 0;
    opacity: 1;
    transition: 0.3s;
}

.card .card-img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.card .card-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: 0.3s;
}

.card-title {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid var(--primery-color);
    padding: 8px 0;
    transition: 0.3s;
}

.card-title h6 {
    margin: 0;
    transition: 0.3s;
}

.card:hover {
    opacity: 1;
    cursor: pointer;
}

.card:hover .card-img img {
    transform: scale(1.2);
}

.card:hover .card-title {
    background-color: var(--primery-color)
}

.card:hover .card-title h6 {
    color: #fff;
}

.champions-modal {
    display: none;
    background-color: rgba(255, 255, 255, 0.5);
}

.champions-modal .modal {
    max-width: 700px;
    overflow: visible;
    box-shadow: 2px 2px 15px -2px #0009;
}

.champions-modal .modal .modal-header {
    background-color: transparent;
    height: auto;
    justify-content: flex-start;
    border: none;
    position: relative;
    padding: 15px;
}

.champions-modal .modal .modal-header:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 56%;
    width: 100%;
    background-color: var(--primery-color);
    z-index: -1;
}

.champions-modal .modal-header .modal-img {
    margin-right: 15px;
    height: 110px;
    width: 110px;
    border: 3px solid #fff;
}

.champions-modal .modal-header .modal-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: -1;
}

.champions-modal .modal-header .champion-name {
    display: block;
}

.champions-modal .modal-header .champion-name .name {
    color: #000;
    font-size: 20px;
}

.champions-modal .modal-header .champion-name span {
    padding-right: 15px;
}

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

.champions-modal .champion-details {
    max-height: 315px;
    overflow: auto;
    padding-right: 5px;
}

.champions-modal .details-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.champions-modal .details-row:last-child {
    margin-bottom: 0;
}

.champions-modal .details-row .details-type {
    background-color: var(--primery-color);
    color: #fff;
    height: 84px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.champions-modal .details-row .details-type span {
    transform: rotate(-90deg);
}

.champions-modal .details-row .champion-box {
    max-width: 100%;
    height: 84px;
    border: 2px solid var(--primery-color);
    border-left: none;
    overflow-x: auto;
}

.champions-modal .details-row .details-box {
    height: 100%;
    width: auto;
    border-left: none;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
}

.champions-modal .details-row .details-box li {
    display: inline-block;
    width: 64px;
    height: 64px;
    border: 3px solid #fff;
    box-shadow: 0 0 6px 1px #555;
    margin-right: 10px;
}

.champions-modal .details-row .details-box li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.champions-modal .modal .close-modal {
    background-color: #fff;
    border: 2px solid var(--primery-color);
    color: var(--primery-color);
    border-radius: 100%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 10;
}

.bible-vers-result {
    display: flex;
    flex-wrap: wrap;
    max-height: 600px;
    overflow: auto;
}

.verse-wrap {
    height: 100%;
    width: 100%;
    display: block;
    padding: 10px 0;
}

.verse {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primery-color);
    padding: 15px 0;
    position: relative;
}

.verse .verse_img {
    display: none;
}

.verse-content {
    padding: 20px;
    position: relative;
    z-index: 15;
}

.verse.with_img {
    min-height: 280px;
    justify-content: center;
    padding: 35px 0;
    border: none;
}

.verse.with_img .verse-content {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    width: 70%;
}

.verse.with_img .verse-content .verse-title {
    color: #fff;
}

.verse.with_img .verse_img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 10;
}

.verse-remov-img,
.verse-add-img {
    /* margin-bottom: 20px; */
    white-space: nowrap;
}

.verse-btn-grp {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
}

/* boat page css start */

.boat-bg-img img[alt="boat"] {
    max-width: 481px;
    width: 100%;
    height: auto;
    padding: 15px;
}

/* boat page css end */

/* error pop css start */

.msg-box {
    position: fixed;
    right: 0;
    top: 0;
    padding: 15px;
    width: 100%;
    max-width: 420px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    pointer-events: none;
    z-index: 1050;
}

.msg-pop {
    padding: 8px 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    pointer-events: all;
    position: relative;
    z-index: 50;
    border-radius: 8px;
}

.msg-pop p {
    font-size: 16px;
    line-height: 24px;
    color: inherit;
    font-weight: 600;
    max-width: calc(100% - 40px);
}

.msg-pop::before {
    font-family: FontAwesome;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    margin-right: 8px;
}

.msg-pop:not(:last-child) {
    margin-bottom: 15px;
}

.msg-pop p:last-child {
    margin: 0;
}

.msg-pop.error-pop {
    background-color: #FADBD8;
    color: #A93226;
}

.msg-pop.error-pop::before {
    content: '\f00d ';
    background-color: #EC7063;
}

.msg-pop.warning-pop {
    background-color: #FDEBD0;
    color: #D68910;
}

.msg-pop.warning-pop::before {
    content: '\f12a';
    background-color: #F8C471;
}

.msg-pop.success-pop {
    background-color: #D4EFDF;
    color: #117A65;
}

.msg-pop.success-pop::before {
    content: '\f00c';
    background-color: #52BE80;
}

/* error pop css end */

/* ----- tools suggest box css start  ----- */

.tool-sug-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.tool-sug-box {
    padding: 10px 30px 10px 10px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    border: 1px solid;
}

.tool-sug-box .fa-arrow-circle-right {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    font-size: 18px;
}


.fake_submenu .menu-item .fa-apple,
.fake_submenu .menu-item .fa-android,
.sub-menu-container .icon,
.tool-sug-box .icon,
.old-iphone-call i,
.new-iphone-call i {
    height: 26px;
    width: 26px;
    border-radius: 8px;
    position: relative;
    display: block;
}

.fake_submenu .menu-item .fa-apple,
.fake_submenu .menu-item .fa-android,
.old-iphone-call i,
.new-iphone-call i {
    background-color: #d6dee5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 16px;
}

.old-iphone-call i {
    font-size: 22px;
}

.facebook-box:hover,
.facebook-box {
    border-color: #1877f2;
    color: #1877f2;
}

.facebook-box .icon {
    background-color: #1877f2;
}

.hangouts-box:hover,
.hangouts-box {
    border-color: #0f9c58;
    color: #0f9c58;
}

.hangouts-box .icon {
    background-color: #0f9c58;
}

.hangouts-new {
    color: #fff;
    background-color: #0f9c58;
}

.hangouts-new:hover {
    color: #fff;
}

.instagram-box:hover,
.instagram-box {
    border-color: #dd2a7b;
    color: #dd2a7b;
}

.instagram-box .icon {
    background: -moz-linear-gradient(6.94% 93.06% 45deg, rgba(255, 214, 0, 1) 0%, rgba(255, 1, 0, 1) 50%, rgba(216, 0, 185, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 214, 0, 1) 0%, rgba(255, 1, 0, 1) 50%, rgba(216, 0, 185, 1) 100%);
    background: -webkit-gradient(linear, 6.94% 93.06%, 93.06% 6.94%, color-stop(0, rgba(255, 214, 0, 1)), color-stop(0.5, rgba(255, 1, 0, 1)), color-stop(1, rgba(216, 0, 185, 1)));
    background: -o-linear-gradient(45deg, rgba(255, 214, 0, 1) 0%, rgba(255, 1, 0, 1) 50%, rgba(216, 0, 185, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 214, 0, 1) 0%, rgba(255, 1, 0, 1) 50%, rgba(216, 0, 185, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD600', endColorstr='#D800B9' ,GradientType=0)";
    background: linear-gradient(45deg, rgba(255, 214, 0, 1) 0%, rgba(255, 1, 0, 1) 50%, rgba(216, 0, 185, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD600', endColorstr='#D800B9', GradientType=1);
}

.tool-sug-box.instagram-new {
    background: rgb(221 42 123 / 71%);
    color: #fff;
}

.tool-sug-box.instagram-new span {
    background: transparent !important;
}

.skype-box:hover,
.skype-box {
    border-color: #00aff0;
    color: #00aff0;
}

.skype-box .icon {
    background-color: #00aff0;
}

.snapchat-box:hover,
.snapchat-box {
    border-color: #FFFC00;
    color: #FFFC00;
}

.snapchat-box .icon {
    background-color: #FFFC00;
}

.telegram-box:hover,
.telegram-box {
    border-color: #0088cc;
    color: #0088cc;
}

.telegram-box .icon {
    background-color: #0088cc;
}

.tiktok-box:hover,
.tiktok-box {
    border-color: #000;
    color: #000;
}

.tiktok-box .icon {
    background-color: #000;
}

.twitter-box:hover,
.twitter-box {
    border-color: #000;
    color: #000;
}

.twitter-new,
.tiktok-new {
    border-color: #000;
    color: #fff;
    background: #000;
}

.twitter-new:hover,
.tiktok-new:hover {
    color: #fff;
}

.twitter-box .icon {
    background-color: #000;
}


.wechat-box:hover,
.wechat-box {
    border-color: #09B83E;
    color: #09B83E;
}

.wechat-box .icon {
    background-color: #09B83E;
}

.whatsapp-box:hover,
.whatsapp-box {
    border-color: #128C7E;
    color: #128C7E;
}

.whatsapp-new {
    border-color: #128C7E;
    color: #fff;
    background: rgb(18 140 126 / 84%);
}

.box-imei {
    color: #242424;
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6;
    font-weight: 500;
}

.box-imei:hover {
    background-color: #E8F6F8;
    border-color: #00A1B0;
    color: #00A1B0;
}

.tool-sug-box.whatsapp-new .new-icon,
.tool-sug-box.whatsapp-new .icon {
    background: transparent;
}


.tool-sug-box:hover {
    opacity: 0.9;
}

.whatsapp-new:hover {
    color: #fff;
}


.whatsapp-box .icon {
    background-color: #128C7E;
}

.youtube-box:hover,
.youtube-box {
    border-color: #FF0000;
    color: #FF0000;
}

.youtube-new {
    border-color: #FF0000;
    color: #fff;
    background-color: #FF0000;
}

.youtube-new:hover {
    color: #fff;
}

.youtube-box .icon {
    background-color: #FF0000;
}

.tumblr-box:hover,
.tumblr-box {
    border-color: #34526f;
    color: #34526f;
}

.tumblr-box .icon {
    background-color: #34526f;
}

.linkedin-box:hover,
.linkedin-box {
    border-color: #0077b5;
    color: #0077b5;
}

.linkedin-box .icon {
    background-color: #0077b5;
}

.line-box:hover,
.line-box {
    border-color: #06c755;
    color: #06c755;
}

.line-box .icon {
    background-color: #06c755;
}

.tool-sug-box:hover {
    opacity: 0.8;
}

.sub-menu-container .icon::before,
.tool-sug-box .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.facebook-box .icon::before {
    background-image: url(../images/facebook.svg?1.5);
}

.facebook-box.facebook-new {
    border-color: #1877f2;
    color: #fff;
    background: rgb(24 119 242 / 84%);
}

.tool-sug-box.facebook-new span,
.tool-sug-box.facebook-new span {
    background: transparent;
}

.tool-sug-box:hover {
    opacity: 0.9;
}

.facebook-new:hover {
    color: #fff;
}




.hangouts-box .icon::before {
    background-image: url(../images/hangouts.svg?1.5);
}

.instagram-box .icon::before {
    background-image: url(../images/instagram.svg?1.5);
}

.skype-box .icon::before {
    background-image: url(../images/skype.svg?1.5);
}

.snapchat-box .icon::before {
    background-image: url(../images/snapchat.svg?1.5);
}

.telegram-box .icon::before {
    background-image: url(../images/telegram.svg?1.5);
}

.tiktok-box .icon::before {
    background-image: url(../images/tiktok.svg?1.5);
}

.twitter-box .icon::before {
    background-image: url(../images/twitter.svg?1.7);
}

.wechat-box .icon::before {
    background-image: url(../images/wechat.svg?1.5);
}

.whatsapp-box .icon::before {
    background-image: url(../images/whatsapp.svg?1.5);
}

.youtube-box .icon::before {
    background-image: url(../images/youtube.svg?1.5);
}

.tumblr-box .icon::before {
    background-image: url(../images/tumblr.svg?1.5);
}

.linkedin-box .icon::before {
    background-image: url(../images/linkedin.svg?1.5);
}

.line-box .icon::before {
    background-image: url(../images/line.svg?1.5);
}

.icon.profile::before {
    background-image: url(../images/profile.svg?1.5);
}

.icon.video-call::before {
    background-image: url(../images/facebook-vcall.svg?1.5);
}

.icon.chat::before {
    background-image: url(../images/chat.svg?1.5);
}

.facebook-box .icon.chat::before {
    background-image: url(../images/facebook-msg.svg?1.5);
}

.instagram-box .icon.chat::before {
    background-image: url(../images/inschat.svg?1.5);
}

/* ----- tools suggest box css end  ----- */


/* ================feed back form css start =========== */
.feedback-button-box {
    position: fixed;
    right: -70px;
    top: 50%;
    transform: rotate(270deg) translateY(-50%);
    z-index: 999;
}

.feedback-button {
    background: #ff5d78;
    border: 1px solid #ff5d78;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.feedback-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 9999;
}

.feed-back-section {
    max-width: 800px;
    width: 100%;
    margin: 50px auto;
    position: relative;
    padding: 0 20px;
}

.feed-back-form {
    background-color: rgb(206 242 246);
    padding: 20px;
    border-radius: 15px;
}

.feed-back-form .label-tab {
    font-weight: 400;
    margin: 0;
}

.feed-back-form .form-title {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.feed-back-form .form-title svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

.feed-back-form .form-title p {
    margin: 0;
}

.close-section {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #ff5d78;
    position: absolute;
    right: 6px;
    top: -16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.feed-mail,
.feedback-des {
    margin-bottom: 15px;
}

.feed-back-submit {
    margin-top: 10px;
}

.feed-back-submit button {
    border: none;
    outline: none;
    background-color: var(--primery-color);
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bug-title p {
    font-weight: 600;
}

.bug-title a {
    font-weight: 600;
    color: #1b8feb;
}

.custom-input {
    width: 100%;
    border: 1px solid #d4d4d4;
    font-size: 14px;
    border-radius: 7px;
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
}

.custom-input:focus {
    border-color: var(--primery-color);
}

.label-tab {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    display: block;
}

.feed-back-form .label-tab {
    color: #444444 !important;

}

@media screen and (max-width: 767px) {
    .feed-back-form .form-title {
        align-items: flex-start;
    }
}

@media screen and (max-width: 575px) {
    .feed-back-form .form-title {
        font-size: 16px;
    }

    .feedback-button-box {
        position: relative;
        transform: rotate(0);
        right: unset;
        top: unset;
        text-align: center;
        margin: 20px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        padding: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* ================feed back form css end =========== */

/* ADS section start */

.adsbox {
    display: block;
    margin: 15px auto;
    text-align: center;
}

.adsbox.adsize_728x90 {
    width: 728px;
    height: 90px;
}

.adsbox.adsize_300x50 {
    width: 300px;
    height: 50px;
}

.adsbox.adsize_300x250 {
    width: 300px;
    height: 250px;
}

.adsbox.adsize_160x600 {
    width: 160px;
    height: 600px;
}

.adsbox.adsize_160x300 {
    width: 160px;
    height: 300px;
}

.adsbox.adsize_468x60 {
    width: 468px;
    height: 60px;
}

.adsbox.adsize_320x50 {
    width: 320px;
    height: 50px;
}

.adsbox.bg-gray {
    padding: 18px;
    background: linear-gradient(45deg, #85929E, #c2cad1);
    border-radius: 10px;
}

.adsbox>p {
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 12px;
}

.adsbox>p>span {
    font-size: 30px;
    font-weight: 600;
}

.adsbox>a {
    font-size: 16px;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    transition: 150ms;
    transition-delay: 150ms;
}

.adsbox>a:hover {
    color: #000;
}

.adsbox>a>i {
    margin-left: 10px;
    transition: 150ms;
}

.adsbox>a:hover>i {
    margin-left: 15px;
}

.footer_st_ad {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.footer_st_ad .adsbox {
    margin-bottom: 0;
}

.dsk_ad {
    display: block;
}

.tab_ad,
.mob_ad {
    display: none;
}

/* ADS section end */

/* name checkerr card start */
.nc-card {
    padding: 30px;
    border-radius: 15px;
    background-color: #0e2a47;
    max-width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin: 30px auto;
}

.nc-card p {
    color: #EBF5FB;
    font-size: 20px;
    margin: 0;
}

.nc-card p a {
    color: #95c9e9;
    font-size: 18px;
}

.nc-card p a:hover {
    color: #fff;
}

.nc-card .btn {
    background-color: #EBF5FB;
    border-color: #EBF5FB;
    color: #0e2a47;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: normal;
    height: auto;
    padding: 5px 10px;
}

.nc-card .btn i {
    font-size: 22px;
    line-height: normal;
}

.nc-card .btn:hover {
    color: #0e2a47 !important;
    border-color: #95c9e9;
    background-color: #95c9e9;
}

/* name checkerr card end */

@media screen and (min-width:354px) and (max-width:559px) {
    .list_links {
        width: 250px;
        left: unset;
        right: 0;
        transform: translate(0);
    }

    .list_links li {
        width: 100%;
    }
}

@media screen and (min-width:400px) {
    .site .face-frame .face li img {
        width: 88px;
        height: 88px;
    }
}

@media screen and (min-width:560px) and (max-width:991px) {
    .list_links {
        width: 250px;
    }

    .list_links li {
        width: 100%;
    }
}

@media screen and (min-width:768px) {


    .main .col-md-3,
    .main .col-md-9 {
        padding: 0 15px;
    }

    .main {
        margin-top: 30px;
    }

    .site .face-frame .face li img {
        width: 90px;
        height: 90px;
    }
}

@media screen and (min-width:768px) and (max-width:919px) {
    .menu {
        box-shadow: 0 2px 3px #a0a0a0;
        display: none;
    }

    .menu>ul>li>a.active,
    .menu>ul>li>a:hover {
        color: var(--primery-color) !important;
        /* background: #f1f1f1; */

    }

    .menu>ul {
        text-align: left;
    }

    .sidebar-wrapper>ul>li>a {
        padding: 8px;
        font-size: 14px;
    }

    .sidebar-wrapper>ul>li>a:hover {
        padding: 8px 30px;
    }

    .sidebar-active {
        display: block;
    }

    li.cardsideber.active a {
        border-top: 1px solid #fff;
    }

    .menu>ul>li {
        display: block;
        width: 100%;
    }

    .menu>ul>li>a:hover {
        background: #f9f9f9;
        color: var(--primery-color) !important;
    }

    .menu>ul>li>a:before {
        display: none;
    }

    .sm-hide {
        display: none;
    }
}

@media screen and (min-width:920px) and (max-width:957px) {

    .menu>ul {
        display: inline-block;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .menu>ul>li {
        margin-left: 0;
        margin-right: 0;
        padding: 8px 5px;
    }

    .menu>ul>li>a {
        font-size: 14px !important;
    }

    .fake_submenu {
        width: 210px !important;
        top: 36px !important;
        right: 5px !important;
    }

    .fake_submenu>li {
        margin-right: 4px !important;
        margin-left: 4px !important;
        padding: 5px !important;
    }

    .fake_submenu>li>a {
        font-size: 13px !important;
    }
}

@media screen and (min-width:992px) {
    .site .face-frame .face li img {
        width: 85px;
        height: 85px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .md-hide {
        display: none;
    }

    .validat-image {
        flex: 0 1 13%;
    }

    .menu>ul>li {
        margin-right: 0;
        margin-left: 0;
        padding: 7px;
    }

    .menu>ul>li>a {
        font-size: 14px;
    }
}

@media screen and (min-width:1200px) {
    .site .face-frame .face li img {
        width: 85px;
        height: 85px;
    }
}

@media screen and (max-width: 1199px) {
    .menu {
        width: calc(100% - 300px);
    }

    .mega-menu .fake_submenu {
        width: 970px;
    }

    .mega-menu .fake_submenu .menu-parts {
        padding: 10px 0;
    }

    .validat-image-wrapper {
        flex-wrap: wrap;
    }

    .validat-image {
        flex: 0 1 13%;
    }

    .font-preview-list .font-preview-container:nth-child(odd) {
        border-right: none;
    }

    .main-header {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .container {
        width: 100%;
    }

    .header {
        position: relative;
        height: 80px;
    }

    .menu {
        z-index: 999;
        position: absolute;
        top: 100%;
        width: 100%;
        right: 0;
        left: 0;
        height: calc(100vh - 65px);
        border-top: 2px solid var(--primery-color);
        background-color: #fff;
        margin-top: 0px !important;
        display: none;
        padding-bottom: 10px;
        overflow: auto;
        overflow-x: hidden;
    }

    .menu ul.main-menu {
        display: block;
    }

    .menu>ul {
        display: inline-block;
        width: 100%;
        padding: 0 0 15px 0;
        text-align: center;
    }

    .menu>ul>li {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .menu>ul>li:last-child {
        margin-bottom: 50px;
    }

    .menu>ul>li>a {
        position: relative;
        padding: 10px 20px;
        width: 100%;
        font-size: 14px;
        text-align: left;
    }

    /* .menu>ul>li>a.active,
    .menu>ul>li>a:hover {
     color: #fff !important;
} */

    .menu>ul>li>a.active:before {
        display: none;
    }

    .dropdown-list>li>a {
        padding: 6px 10px;
        margin: 3px;
    }

    .sub-menu-container .menu-parts .sub-menu-list {
        display: block !important;
        position: unset;
        background: transparent;
        box-shadow: none;
        padding-left: 20px;
    }

    .menu {
        width: 100%;
        display: none;
        z-index: 9999;
    }

    .fake_submenu {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .fake_submenu {
        position: relative;
        top: 0;
        right: auto;
        z-index: 9999999;
        width: 100%;
        height: auto;
        padding: 0;
        border-radius: 0px;
        background-color: transparent;
        box-shadow: none;
        list-style: none;
        display: none;
        text-align: left;
        border: none;
    }

    .fake_submenu>li {
        margin: 0;
        border: none;
        margin-left: 10px;
    }

    .menu>ul>li.grid-list .fake_submenu,
    .menu>ul>li.grid-list .fake_submenu li {
        width: 100%;
        right: unset;
        left: 0;
    }

    .fake_submenu .menu-item .fa-angle-double-right {
        display: none;
    }

    .menu>ul>li>a.active,
    .menu>ul>li>a:hover {
        color: var(--primery-color) !important;
        cursor: pointer;
    }

    .menu>ul>li {
        display: block;
        width: 100%;
    }

    .menu>ul>li>a:hover {
        background: #f9f9f9;
        color: var(--primery-color) !important;
        cursor: pointer;
    }

    .menu>ul>li>a:before {
        display: none;
    }

    .menu>ul>li>a.btn {
        border-radius: 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 700;
        margin-left: 0;
    }

    .tab-dis-hide {
        display: inline-block;
        float: right;
        cursor: pointer;
        z-index: 999;
    }


}

@media screen and (max-width:991px) {

    .fake_submenu.text_msg_menu li a {
        display: flex !important;
    }

    a.sec-head {
        font-size: 20px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 20px;
    }


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


    .footer-links {
        float: none;
        text-align: center;
    }

    .footer .social_icons {
        float: none;
        width: 100%;
        justify-content: center;
        margin: 15px auto;
    }

    .font-preview-container {
        display: block;
    }

    .font-preview-container .font_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px
    }

    .btn.mobile_only {
        display: block;
    }

    .btn.dsk_only {
        display: none;
    }

    .show-generated-result .generated_name .copy-btn,
    .show-generated-result .generated_name:hover .copy-btn {
        right: 5px;
    }

    .show-generated-result .generated_name:last-child {
        margin-bottom: 15px;
    }

    .horse-name span,
    .planet-name span,
    .alien-name span,
    .dj-name span {
        width: 50%;
    }

    .username-generator1 .selected-username {
        padding-top: 20px;
    }

    .username-generator1 .result {
        margin-top: 30px;
    }

    .tool-sug-box {
        flex-grow: 1;
    }


}

@media screen and (max-width: 920px) {
    .sidebar-wrapper>ul>li>a {
        padding: 8px;
        font-size: 14px;
    }

    .sidebar-wrapper>ul>li>a:hover {
        padding: 8px 30px;
    }

    .sidebar-active {
        display: block;
    }

    li.cardsideber.active a {
        border-top: 1px solid #fff;
    }


    .fake_submenu {
        width: 100% !important;
        height: auto;
        padding: 5px;
        border-radius: 0 0 10px 10px;
        background-color: transparent !important;
        box-shadow: none !important;
        list-style: none;
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
        right: unset !important;
        z-index: 9999999;
        display: none;
        text-align: left;
    }

    .fake_submenu>li {
        padding: 0px !important;
    }

    .fake_submenu>li>a {
        display: block !important;
        width: 100% !important;
        color: #333 !important;
        font-weight: normal;
        padding: 8px 10px;
        font-size: 14px;
        position: relative;
        transition: .6s;
        cursor: pointer;
    }

    .fake_submenu>li>a:before {
        display: none !important;
    }

    .fake_submenu>li>a:hover:before {
        width: 100%;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {

    .sidebar-wrapper-ul,
    .xs-hide {
        display: none;
    }

    .sidebar-wrapper.mail-sidebar .sidebar-wrapper-ul {
        display: block;
    }

    .all-card,
    .all-share {
        margin-right: 10px;
    }

    .sidebar-active>span {
        margin-right: 5px;
        vertical-align: middle;
    }

    .country-slidbar>ul {
        max-height: 155px;
        display: block !important;
    }

    .dropdown-list {
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        border-radius: 2px;
    }

    .validat-btn {
        margin: 0 0 0 10px;
    }

    .validat-image-wrapper {
        justify-content: space-evenly;
    }

    .md-btn-center {
        margin: 0 auto;
    }

    .tabs-box .tabs-drop {
        display: flex;
    }

    .tabs-box .tabs {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 100;
        border: none;
        border-radius: 5px;
    }

    .tabs-box .tabs.show {
        display: block;
    }

    .tabs-box .tabs .tablinks {
        border: 1px solid var(--primery-color);
        border-bottom: none;
        width: 100%;
        text-align: left;
    }

    .tabs-box .tabs .tablinks:nth-child(1) {
        border-top: none;
    }

    .tabs-box .tabs .tablinks:last-child {
        border-bottom: 1px solid var(--primery-color);
    }

    .tabs-box .tabs .tablinks.active {
        color: #212121;
        background-color: #fff;
    }

    .username-generator1 .show.sort-list {
        display: block;
    }

    .username-generator1 .result-fliter button {
        margin-bottom: 5px;
    }

    .username-check .username-result-form {
        display: block;
        text-align: center;
    }

    .username-check .username-result-form h2 {
        margin: 0 0 15px 0;
    }

    .username-check .username-result-form .form-group-both {
        float: none;
        margin: 0 auto;
    }

    .username-generator1 .save-btn-grp,
    .username-generator1 .result-fliter {
        display: block;
        float: unset;
        text-align: center;
    }

    .god-name {
        border-bottom: none;
    }

    .god-name div {
        width: 100%;
        justify-content: space-between;
        border-bottom: 2px solid var(--primery-color);
    }

    .god-name div:nth-child(odd) {
        border-right: none;
    }

    .god-name div span {
        width: auto;
    }

    .god-name div span:first-child {
        border: none;
    }

    .breadcrumb-wrap>ul>li>a {
        padding-left: 12px;
        padding-right: 4px;
    }

    .breadcrumb-wrap>ul>li:not(:first-child)>a {
        padding-left: 20px;
    }

    .breadcrumb-wrap>ul>li>a::after,
    .breadcrumb-wrap>ul>li>a::before {
        border-width: 14px 8px;
    }

    .breadcrumb-wrap>ul>li>a::after {
        right: -8px;
    }

    .generat-btn {
        width: 160px;
    }

    .champions-modal .modal .modal-header {
        display: block;
        text-align: center;
    }

    .champions-modal .modal .modal-header:before {
        bottom: 0;
        top: inherit;
        transform: translate(-50%, 0);
    }

    .champions-modal .modal-header .modal-img {
        margin: auto;
    }

    .planet-name span,
    .horse-name span,
    .alien-name span,
    .dj-name span {
        width: 80%;
        margin: 0 auto;
    }

    .dsk_ad:has(~ .tab_ad) {
        display: none;
    }

    .tab_ad {
        display: block;
    }

}

@media screen and (max-width: 575px) {

    h3 {
        font-size: 18px !important;
    }


    .new-tooltip .tooltip-info {
        display: none;
    }

    .sec-head {
        font-size: 20px;
        line-height: 1.5;
    }

    .planet-name span,
    .horse-name span,
    .alien-name span,
    .dj-name span {
        width: 100%;
    }

    .tool-sug-box {
        font-size: 14px;
        line-height: 1.2;
    }

    .tab_ad:has(~ .mob_ad),
    .dsk_ad:has(~ .mob_ad) {
        display: none;
    }

    .mob_ad {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .generat-btn {
        display: inline-block;
        background-color: #fff;
        margin: 4px 0;
        color: #000;
        font-weight: 600;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        position: relative;
        z-index: 1;
        width: 49%;
        font-size: 13px;
        padding: 4px 7px;
        text-align: left;
    }

    #myProgress,
    #secondMyProgress {
        width: 100%;
    }

    .validat-btn {
        margin: 10px auto 0;
    }



    .header .logo .logo-text .main-text {
        font-size: 26px;
        margin-bottom: 0;
    }

    .sec-title h1 {
        font-size: 22px !important;
    }

    .sample-card-table {
        padding: 10px;
    }

    .sample-card-table td,
    .sample-card-table th {
        padding: 3px 0;
    }

    .card-icon-incard {
        right: 10px;
        width: 50px;
    }

    .flex-wrap-mobile {
        flex-wrap: wrap;
    }

    .header-page-ad {
        height: 370px !important;
    }

    .header {
        height: 67px;
    }
}

@media screen and (max-width: 467px) {
    .small-page-ad {
        height: 250px;
    }
}

@media screen and (max-width: 400px) {
    ul.footer-links>li:first-child {
        margin-bottom: 10px;
    }

    .header-page-ad {
        height: 330px !important;
    }


}

@media screen and (max-width: 353px) {
    .list_links {
        width: 250px;
        right: unset;
        bottom: 57px;
        left: 50%;
        transform: translate(-50%);
    }

    .list_links li {
        width: 100%;
    }
}

s {
    text-decoration: none;
}

.d-none {
    display: none;
}

.u-table {
    display: table !important;
}

.u-tableCell {
    display: table-cell !important;
}

.avatar {
    float: left;
    margin-right: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -moz-force-broken-image-icon: 1;
}

.u-alignBottom {
    vertical-align: bottom !important;
}

.social-page {
    position: relative;
}

.social-page .sec-title {
    margin-bottom: 30px;
}

.left-part {
    position: relative;
    padding: 15px;
    overflow: auto;
    overflow-x: hidden;
    max-height: 720px;
    box-shadow: 0 0 2px #ababab;
    -webkit-box-shadow: 0 0 2px #ababab;
}

#left-panel.box-shadow .left-part {
    box-shadow: 0 0 2px #ababab, inset 0px -22px 25px -30px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 2px #ababab, inset 0px -22px 25px -30px rgba(0, 0, 0, 0.8);
}

.left-part::-webkit-scrollbar {
    width: 6px;
}

.social-page #myProgress,
#secondMyProgress {
    margin: 30px auto 15px auto;
}

.social-page .form-group {
    margin: 10px 0;
}

.social-page .input-group {
    height: 40px;
}

.social-page .input-group .input-group-addon {
    background: #ffffff;
}

.social-page .input-group input,
.social-page .input-group .input-group-addon {
    height: 40px;
}

.social-page .form-group label {
    margin-bottom: 10px;
    font-weight: 600;
    color: #000000;
}

.social-page .form-group>input,
.social-page .form-group>textarea,
.social-page .form-group select {
    position: relative;
    height: 40px;
    width: 100%;
    display: block;
    padding: 9px 10px;
    color: #252525;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    box-shadow: none;
    line-height: normal;
}

.social-page .form-group>textarea {
    height: 100px;
    resize: none;
}

.social-page .form-group>span {
    cursor: pointer;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: #bbbbbb;
    color: #fff;
    padding: 0;
}

.social-page .form-group>span .plus_icon {
    position: absolute;
    cursor: pointer;
}

.social-page .form-group>span input {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.social-page .fileinput strong {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 24px;
}

.social-page .nav-tabs {
    margin-top: 10px;
    border: none;
}

.social-page .nav-tabs>li>a {
    color: #000;
    padding: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
    margin: 0
}

.social-page .left-part .nav>li>a:focus,
.social-page .left-part .nav>li>a:hover {
    text-decoration: none;
    background-color: var(--primery-color);
    color: #ffffff;
}

.social-page .left-part .nav-tabs>li.active>a,
.social-page .left-part .nav-tabs>li.active>a:focus,
.social-page .left-part .nav-tabs>li.active>a:hover {
    background: var(--primery-color);
    color: #fff;
    border-radius: 0;
    border: none;
    margin: 0;
}

.social-page .tab-content {
    padding: 10px;
    box-shadow: 0 0 2px #ababab;
}

.social-page .fileinput {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.social-page .fileinput.with-border {
    box-shadow: 0 0 2px #ababab;
    border-radius: 5px;
}

.social-page .fileinput.with-border.fileinput-exists {
    padding: 10px 0;
}

.social-page .fileinput-exists .fileinput-new {
    display: none;
}

.social-page .fileinput .fileinput-text,
.social-page .fileinput .fileinput-img {
    width: 50%;
}

.social-page .fileinput .thumbnail {
    margin: 15px auto !important;
}

.social-page .fileinput-exists img {
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    padding: 4px;
    margin: 15px;
    max-width: 68px !important;
    max-height: 54px !important;
}

.social-page .fileinput .fileinput-text .btn-file i {
    display: none;
}

.social-page .fb_comment_photo {
    padding: 0 !important;
    box-shadow: unset !important;
}

.social-page .radio-grp,
.social-page .checkbox-grp {
    position: relative;
    display: block;
    margin-top: 20px;
}

.social-page .radio label,
.social-page .checkbox label {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.social-page .radio label img,
.social-page .checkbox label img {
    margin-right: 3px;
}

.radio-text,
.checkbox-text {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

.social-page .checkbox+.checkbox,
.social-page .radio+.radio {
    margin-top: auto;
}

.social-page input[type="radio"] {
    display: inline-block;
    width: auto !important;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.social-page .fa-clock-o {
    color: #c7cec1;
    margin-right: 4px;
}

.social-page .radio-grp .fb_post_d_block,
.social-page .checkbox-grp .fb_post_d_block {
    font-weight: 600;
    color: #000000;
}

.social-page .checkbox input[type=checkbox],
.social-page .checkbox-inline input[type=checkbox],
.social-page .radio input[type=radio],
.social-page .radio-inline input[type=radio] {
    position: relative;
    margin: 0;
    margin-right: 5px;
    width: auto;
}

.right-part {
    position: relative;
    padding: 15px 15px 30px 15px;
    border: 1px solid #cdcdcd;
    width: 100%;
    min-height: 512px;
    border-radius: 6px;
    margin: 0px auto;
    background-image: url('../images/pattern.png');
    -webkit-box-shadow: inset 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    overflow: scroll;
    overflow-y: unset;
    z-index: 999;
}

.right-part::-webkit-scrollbar {
    height: 6px;
}

.right-part .live-box {
    padding: 10px 20px;
    background: #fff;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.right-part .name-block {
    float: left;
}

.right-part .modal .modal-dialog {
    width: 100%;
    margin: 0 !important;
    box-shadow: none;
}

.right-part .permalink-header {
    float: left;
}

.right-part .permalink-header .fullname {
    display: block;
    padding-top: 2px;
    margin-top: 3px;
    font-size: 18px;
    line-height: 1.25;
}

.right-part .permalink-header .username {
    font-size: 14px;
    float: left;
}

.right-part .username {
    direction: ltr;
    unicode-bidi: embed;
    color: #8899a6;
}

.social-view-tab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    overflow: hidden;
}

.social-view-tab button {
    position: relative;
    height: 46px;
    width: 100%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #333333;
    background: #ffffff;
    transition: 0.3s ease-in-out;
}

.social-view-tab button i {
    font-size: 22px;
    margin-right: 10px;
}

.social-view-tab button:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    height: 70%;
    width: 1px;
    background: rgba(0, 0, 0, 0.15);
    display: block;
}

.social-view-tab button:hover {
    color: var(--primery-color);
}

.social-view-tab button.active {
    background: var(--primery-color);
    color: #fff;
}

.social-view-tab button.lg-view i {
    font-size: 18px;
}

.social-view-tab button:last-child:before {
    display: none;
}

.right-part #download,
#preview-modal-content {
    position: relative;
    width: 360px;
    max-width: 1000px;
    overflow: hidden;
    line-height: 1.38;
    border-color: #ddd;
    margin: 0 auto;
    display: block;
}

.right-part #download .modal-dialo {
    width: auto;
    margin: 0px;
}

.right-part .download-btn a {
    display: inline-block;
    margin-top: 30px;
}

.right-part .modal-content {
    border: 1px solid #dddddd;
    border-radius: 0px;
}

.android-header .status-bar {
    background-color: #f0f0f0;
    padding: 5px 8px;
    text-align: right;
    font-size: var(--font-12);
    line-height: 1;
    color: #000000;
    display: flex;
    justify-content: flex-end;
}

.android-header .status-bar .status-time,
.android-header .status-bar .status-network,
.android-header .status-bar .wifi {
    display: inline-block;
    margin-right: 3px;
}

.android-header .status-bar .battery-container {
    display: inline-block;
    margin-left: 3px;
}

.android-header .status-bar .battery-status {
    color: #000;
}

.android-header .status-bar .battery {
    border: 1px solid #000000;
    width: 24px;
    border-radius: 1px;
    position: relative;
    height: 12px;
    margin: 0 0px 0 6px;
}

.android-header .status-bar .battery:before {
    content: '';
    width: 3px;
    height: 6px;
    display: inline-block;
    background: #000000;
    position: absolute;
    left: -3px;
    top: 53%;
    margin-top: -3px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.android-header .status-bar .status-time {
    margin-left: 4px;
    float: right;
    text-transform: uppercase;
}

.android-header .battery-level {
    position: absolute;
    content: "";
    background: #000000;
    width: 50%;
    height: 100%;
    right: 0;
    left: auto;
    max-width: 100%;
}

.android-header.white-content .status-bar .battery-status,
.android-header.white-content .status-bar {
    color: #ffffff;
}

.android-header.white-content .status-bar .battery {
    border-color: #ffffff;
}

.android-header.white-content .battery-level,
.android-header.white-content .status-bar .battery:before {
    background: #ffffff;
}

.ios-header {
    position: relative;
    display: none;
}

.ios-header .status-bar {
    background: #f7f7f7;
    color: #000;
    padding: 6px 8px;
    text-align: center;
    font-size: 13px;
    height: 30px;
}

.ios-header .iphone-moblie-network {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    padding-left: 1px;
    font-size: 0;
}

.ios-header .iphone-moblie-network div:nth-child(1),
.ios-header .iphone-moblie-network div:nth-child(2),
.ios-header .iphone-moblie-network div:nth-child(3),
.ios-header .iphone-moblie-network div:nth-child(4),
.ios-header .iphone-moblie-network div:nth-child(5) {
    width: 6px;
    height: 6px;
    margin-right: 2px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.ios-header .iphone-moblie-network div:nth-child(1),
.ios-header .iphone-moblie-network div:nth-child(2),
.ios-header .iphone-moblie-network div:nth-child(3) {
    background: #000;
}

.ios-header .iphone-moblie-network span {
    font-size: 13px;
    color: #000;
    padding-left: 2px;
}

.ios-header .wifi {
    display: inline-block;
    margin-right: 3px;
}

.ios-header .iphone-time {
    display: grid;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto !important;
}

.ios-header .iphone-time .status-time {
    margin: 0;
    float: none;
    font-weight: 600;
    font-size: var(--font-14);
}

.ios-header .battery-container {
    display: inline-block;
    float: right;
}

.ios-header .battery-container .battery {
    position: relative;
    width: 24px;
    height: 11px;
    border: 1px solid #000000;
    border-radius: 1px;
    margin: 3px;
}

.ios-header .battery-container .battery:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translate(0, -50%);
    width: 3px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}

.ios-header .battery-container .battery .battery-level {
    content: "";
    position: absolute;
    background: #000000;
    width: 50%;
    height: 100%;
    left: 0;
    max-width: 100%;
}

.ios-header.white-content .iphone-moblie-network span,
.ios-header.white-content .status-bar {
    color: #ffffff;
}

.ios-header.white-content .battery-container .battery,
.ios-header.white-content .iphone-moblie-network div {
    border-color: #ffffff;
}

.ios-header.white-content .iphone-moblie-network div:nth-child(1),
.ios-header.white-content .iphone-moblie-network div:nth-child(2),
.ios-header.white-content .iphone-moblie-network div:nth-child(3),
.ios-header.white-content .battery-container .battery:before,
.ios-header.white-content .battery-container .battery .battery-level {
    background: #ffffff;
}

.right-part .modal-header .header-icon.header-icon-arrow {
    width: 10%;
}

.right-part .modal-header .modal-title {
    width: 60%;
    display: flex;
    align-items: center;
}

.right-part .modal-header .header-icon.pull-right {
    width: 30%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.right-part .header-content span {
    color: #14171a;
}

.right-part .header-content a {
    float: left;
    color: #657786;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-top: -2px;
    text-decoration: none;
}

.right-part .modal-body {
    position: relative;
    padding: 15px;
}

.right-part .modal-body .is-not .message-container {
    min-height: 48px;
}

.right-part .modal-body .message-received .message-container {
    margin-right: auto;
    padding-left: 50px;
}

.right-part .modal-body .message-container {
    position: relative;
    max-width: 85%;
}

.right-part .modal-body .message-received .message-avatar {
    left: 0;
}

.right-part .modal-body .message-received .message-bubble {
    background-color: #fff;
    border-color: #fff;
}

.right-part .modal-body .message-received .message-footer {
    margin-right: auto;
    padding-left: 58px;
    padding-right: 50px;
}

.right-part .modal-body .message-sent .message-container {
    margin-left: auto;
    padding-right: 50px;
}

.right-part .modal-body .message-sent .message-avatar {
    right: 0;
}

.right-part .modal-body .message-sent .message-bubble {
    background-color: #fff;
    border-color: #fff;
}

.right-part .modal-body .message-text p {
    margin-bottom: 0;
}

.right-part .modal-body .message-sent .message-footer {
    margin-left: auto;
    padding-left: 50px;
    padding-right: 58px;
}

.right-part .modal-body .message-footerItem img {
    width: 11px;
    height: 9px;
    margin-left: 4px;
}

/* == contact page start == */

.mail-qr-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mail-qr-wrap .qr-img img {
    max-width: 100%;
    height: auto;
    width: 300px;
}

.mail-qr-wrap .qr-msg {
    max-width: 500px;
    text-align: center;
    margin: 30px auto;
}

/* == contact page end == */

/* ================ new css start (09-07-2025) ============== */
.formgenerator {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.main-form {
    display: flex;
    gap: 15px;
    align-items: center;
}

.main-form .detail-sec {
    width: 50%;
}

.main-form.single-field .detail-sec {
    width: 100%;
}

.main-form .detail-sec .form-group,
.main-form .detail-sec .form-group {
    margin: 0;
}

.download-btn-grp {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.no-input {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.grp-btn {
    position: relative;
}

.list-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-name i {
    color: var(--primery-color);
}

.fake-user-list .number-list:hover .list-name i {
    color: #fff;
}

.main-list-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 20px;
    margin: 0 10px;

}

.main-list-box p {
    font-weight: 600;
    font-size: 20px;
}

.main-name-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
}

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.box-header .select-download {
    display: flex;
    align-items: center;
    gap: 16px;
}

.box-header .select-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.box-header .select-btn label {
    font-size: 14px;
}

.box-header .select-btn input {
    margin: 0;
    width: 20px;
    height: 20px;
}

.box-header .download-btn {
    height: 30px;
    width: 30px;
    background-color: var(--primery-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.number-list.active {
    background: rgba(0, 161, 176, 0.1);
}

.number-list {
    padding: 10px 12px;
    background-color: #F4F4F4;
    border-radius: 5px;
}

.user-icon,
.mail-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.list-name input {
    margin: 0;
    height: 16px;
    width: 16px;
    accent-color: var(--primery-color);
}

.brand-dropdown .mail-btn {
    height: unset;
    padding: unset;
    border: unset;
    border-radius: unset;
    border-left: unset;
    max-width: 100%;
}

.brand-dropdown .sidebar-wrapper.mail-sidebar ul {
    width: 100%;
}

.brand-dropdown .mail-suggest {
    width: 100%;
}

.brand-dropdown .sidebar-wrapper.mail-sidebar .input-box {
    width: 100%;
}

.overflow-list {
    padding-top: 15px;
    max-height: 564px;
    overflow: auto;
    height: auto;
    overflow-X: hidden;
}

.main-imei-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
}

/* ================ new css end (09-07-2025) ============== */



@media screen and (max-width: 1199px) {
    .right-part {
        padding: 15px 0 30px 0px;
    }

    .right-part .live-box {
        margin-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    .main-name-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .main-imei-list {
        grid-template-columns: 1fr 1fr 1fr;

    }

    .left-part {
        box-shadow: none;
        margin-bottom: 0;
        box-shadow: 0 0 2px #ccc;
        max-height: unset;
        height: auto;
    }

    #left-panel.box-shadow .left-part {
        box-shadow: 0 0 2px #ccc;
        -webkit-box-shadow: 0 0 2px #ccc;
    }

    .sidebar-wrapper {
        display: none;
    }

    .sidebar-wrapper.mail-sidebar {
        display: block;
    }

    .imei-form .sidebar-active {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .main-name-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .main-imei-list {
        grid-template-columns: 1fr 1fr;
    }

    .main-list-box p {
        font-size: 16px;
    }

    .adsbox>p>span {
        display: block;
    }

    .nc-card {
        margin: 30px;
    }
}

@media screen and (max-width: 575px) {

    .main-name-list {
        grid-template-columns: 1fr 1fr;
    }

    .main-imei-list {
        grid-template-columns: 1fr;
    }

    .main-form.imei-form {
        flex-wrap: wrap;
    }

    .main-form.imei-form .detail-sec {
        width: 100%;
    }

    .xxs-6 {
        width: 50%;
    }

    .main-form {
        gap: 10px;
    }

    .social-view-tab button span {
        display: none;
    }

    .adsbox>p {
        font-size: 16px;
    }

    .adsbox>p>span {
        font-size: 24px;
    }

    .tip-text {
        display: none;
    }

    .formgenerator {
        padding: 20px 10px;
    }

    .cat-form {
        flex-direction: column;
    }

    .cat-btn-grp {
        margin-top: 10px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .dwarf-form {
        flex-direction: column;
    }

    .bible-vers-form .form-group.form-suggest-all-fill {
        flex-direction: column;
    }

    .verse-btn-grp {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {
    .main-name-list {
        grid-template-columns: 1fr;
    }

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

    .dj-form {
        flex-direction: column;
    }

    .dj-btn-grp {
        margin-top: 15px;
        margin-left: 0;
    }

    .dwarf-form .dwarf-btn-box button {
        width: 100px;
    }

    .verse-btn-grp {
        flex-direction: column;
    }
}


@media screen and (max-width: 360px) {

    .social-page .fileinput .fileinput-text,
    .social-page .fileinput .fileinput-img {
        width: 40%;
    }
}


.footer-temp-link {
    display: none !important;
}


/* ============ internal link css start ============= */
.new-link-design {
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: inset 0 0 10px var(--primery-color);
    margin-top: 20px;
    /* border: 1px solid var(--primery-color); */
}

.new-link-design p {
    margin: 0;
}


.playbtn {
    font-weight: 600;
    color: var(--primery-color);
    padding: 0 5px;
    position: relative;
    display: inline-flex;
    transition: 0.5s;
    letter-spacing: 1px;
    overflow: hidden;

}

.playbtn span {
    position: absolute;
    display: block;
}

.playbtn span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, transparent, var(--primery-color));
    animation: animate1 1s linear infinite;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.playbtn span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--primery-color));
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.playbtn span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(270deg, transparent, var(--primery-color));
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.playbtn span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(360deg, transparent, var(--primery-color));
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

.playbtn:hover {
    background: var(--primery-color);
    color: #fff;
    box-shadow: 0 0 5px var(--primery-color), 0 0 25px var(--primery-color), 0 0 50px var(--primery-color), 0 0 200px var(--primery-color);
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

/* ============ internal link css end ============= */

.new-tool-live {
    text-align: center;
    padding: 0 10px;
}

.new-tool-live p {
    padding: 5px 0;
    color: #000;
    margin: 0;
}

.new-tool-live p a {
    position: relative;
    font-weight: 600;
    color: var(--primery-color);
    text-transform: uppercase;
    width: 100%;
    -webkit-box-reflect: below 1px linear-grandient(transpranent, var(--primery-color));
    line-height: 0.70em;
    outline: none;
}

/* ----------------------------- */
.marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #222;
    background-color: rgba(0, 161, 176, 0.15);
    white-space: nowrap;
    /* padding: 5px; */
}

.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 70s linear infinite;
    margin: 0;
    letter-spacing: 1.5px;
    font-size: 12px;
}

.marquee p span {
    font-size: 12px;
    font-weight: 600;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

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

.whats-new {
    background-color: #e9e9e9;
    color: #000;
    padding: 3px 0;
    text-align: center;
    /* border-top: 1px solid var(--primery-color); */
}

.whats-new p a {
    font-size: 14px;
    font-weight: 600;
    color: var(--primery-color);
}

.whats-new p span {
    font-weight: 500;
    font-size: 14px;
    color: #000;

}


@media screen and (max-width: 480px) {
    .whats-new p span {
        font-size: 12px;
    }

    .whats-new p a {
        font-size: 13px;
    }

}

/* @keyframes animate {
    0%, 18%, 20%, 50.1%, 60%, 60.1%, 80%, 90.1%, 92% {
        color: var(--primery-color);
        text-shadow: none;
    }

    18.1%, 20.1%, 30%, 50%, 60.1%, 65%, 80.1%, 90%, 90.2%, 100% {
        color: #fff;
        text-shadow: 0 0 10px var(--primery-color),
            0 0 10px var(--primery-color),
            0 0 40px var(--primery-color),
            0 0 80px var(--primery-color),
            0 0 100px var(--primery-color);
    }
} */


.new-icons {
    width: 26px;
    height: 26px;
}

.preview-download-btn {
    margin: 15px auto;
    display: block !important;
}

/* ======== back to top css star ================ */
.back-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    cursor: pointer;
    border: 1px solid var(--primery-color);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: var(--primery-color);
    background-color: #fff;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.back-top.show {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width:768px) {

    .ads_sec,
    .ads_sec .ads_banner,
    .ads_sec iframe {
        height: 100px;
    }
}

@media screen and (min-width:1880px) {
    .qrcode_ads_code {
        height: 54px;
    }

    .qrcode_ads_code>iframe:not(.ad_1920) {
        display: none;
    }
}

@media screen and (min-width:1200px) and (max-width:1879px) {
    .qrcode_ads_code {
        height: 55px;
    }

    .qrcode_ads_code>iframe:not(.ad_1200) {
        display: none;
    }
}

@media screen and (min-width:720px) and (max-width:1199px) {
    .qrcode_ads_code {
        height: 55px;
    }

    .qrcode_ads_code>iframe:not(.ad_720) {
        display: none;
    }
}

@media screen and (max-width:719px) {
    .qrcode_ads_code {
        height: 100px;
    }

    .qrcode_ads_code>iframe:not(.ad_320) {
        display: none;
    }
}


.password-table input[type=range] {
    box-sizing: border-box;
    appearance: none;
    width: 100%;
    margin: 0;
    padding: 0 2px;
    overflow: hidden;
    border: 0;
    border-radius: 1px;
    outline: none;
    background: linear-gradient(grey, grey) no-repeat center;
    background-size: 100% 2px;
    pointer-events: none
}

.password-table input[type=range]:active,
.password-table input[type=range]:focus {
    outline: none
}

.password-table input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 28px;
    background-color: #fff;
    position: relative;
    margin: 5px 0;
    cursor: pointer;
    appearance: none;
    pointer-events: all;
    box-shadow: 0 1px 4px .5px rgb(0 0 0 / .25)
}

.password-table input[type=range]::-webkit-slider-thumb::before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 100%;
    width: 2000px;
    height: 2px
}

.password-table .multi-range {
    display: flex;
    gap: 15px;
    align-items: center;
}

.username-availability .social-grp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    margin-top: 20px;
}

.username-availability .social-grp .social-alert {
    margin: 0;
}

.username-availability .social-grp>div {
    flex-grow: 1;
}


/* ================================================================================================================================================= */

.header-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.profile-menu {
    position: relative;
}

.user-profile-detail {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: .3s;
    font-weight: 600;
    /* background: rgb(0 161 176 / 41%); */
    background-color: #3861fb;
    padding: 4px 10px;
    border-radius: 10px;
    color: #fff !important;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .08);
    height: 38px;
}

.user-profile-detail:hover {
    background-color: #3861fb !important;
    color: #fff !important;
}

.menu>ul>li>.user-profile-detail:hover {
    color: #fff !important;

}

.user-profile-detail img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.login-profile-img {
    display: flex;
    align-items: center;
    gap: 5px;
}

.login-profile-img p {
    display: none;
    margin: 0;
}

.login-profile-img img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.user-profile-link {
    padding: 0 10px !important;
    display: flex !important;
    justify-content: center;
}

.user-profile-link.active {
    display: block !important;
}



.user-profile-detail .avtar {
    /* margin-right: 5px; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.profile-menu .fake_submenu {
    left: unset;
    right: 0;
    transform: unset;
}

.menu-images {
    width: 16px;
    height: 16px;
}

.for-mobile-link {
    display: none !important;
}

.for-desktop-link {
    display: block !important;
}

/* ================================================================================================================================================= */

.pricing-link {
    padding: 0 10px !important;
}

.pricing-link .ads-free-btn {
    display: flex;
}

.ads-free-btn {
    position: relative !important;
    /* background-image: linear-gradient(120deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%); */
    background: #ffc439;
    color: #000 !important;
    border-radius: 5px;
    padding: 6px 10px;
    display: none;
    height: 38px;
}

.ads-free-btn a {
    font-weight: 600;
    color: #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.ads-free-btn svg {
    width: 28px;
    height: 28px;

}

.press-release {
    margin-left: 0 !important;
}

.buttons-grp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.buttons-grp .ads-free-btn {
    display: flex;
    padding: 5px 10px;
}

.new-tag {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(270deg);
    z-index: 1;
}

.text-message-call-menu {
    position: relative;
}

/* ----------- crypto button css start ------------------ */
.remove-mark-btn {
    background-color: #ffc439 !important;
    color: #000 !important;
    font-weight: 600 !important;
    border-color: #ffc439 !important;
}

.paid-user-btn {
    background: #085e21 !important;
    color: #fff !important;
}

.btn.remove-mark-btn:focus,
.btn.remove-mark-btn:hover {
    color: #000 !important;

}

.payment-dropdown {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    margin: auto;
    max-width: 1000px;
    position: relative;
    display: none;
    margin-top: 15px;
}


.payment-dropdown .pay {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}


.per-day-price {
    text-align: left !important;
    color: rgb(56 50 50 / 50%);
    font-size: 13px;
}

.payment-dropdown p {
    margin: 0;
    text-align: center;
}

.crypto-list {
    /* background-color: rgba(0, 161, 176, 0.14); */
    padding: 8px 10px;
    border-radius: 6px;
    margin: 15px 0 0;
}

.crypto-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.crypto-logo svg {
    width: 25px;
    height: 25px;
}

.buy-crypto {
    background-color: rgb(128 128 128 / 13%);
    padding: 3px 10px;
    border-radius: 6px;
    margin: 10px 0;
}

.buy-crypto a {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
}


.coin-box span {
    font-size: 14px;
    color: #000;
}

.coin-box .pay-now {
    font-weight: 600;
}

.three-dots {
    display: none;
}

.plan-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: fixed;
    right: 0;
    top: 18dvh;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 10px 0 0 10px;
    z-index: 9999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: green;
    background: #b8f6b8;
}

.plan-timer.red {
    background-color: #feeded;
    color: #ed4c40;
}


.payment-information-note {
    text-align: center;
    background-color: #dcfce7;
    max-width: 750px;
    margin: 20px auto;
    padding: 10px;
    color: #16a34a;
    font-weight: 600;
    border-radius: 5px;
}


.payment-pricing-section {
    display: flex;
    justify-content: center;
    gap: 19px;
    /* flex-wrap: wrap; */
    padding: 10px 0;
    overflow-x: auto;
    position: relative;
}

.payment-pricing-section::-webkit-scrollbar {
    display: none;
}

.payment-pricing-section.scroll-payment {
    justify-content: flex-start;

}

.payment-pricing-section .pricing-sec-box {
    position: relative;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e2e4e9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 225px;
    width: 225px;
}

.payment-pricing-section .sale-banner {
    position: absolute;
    top: -11px;
    right: 7px;
    z-index: 1;
    transform: rotate(38deg);
}

.payment-pricing-box {
    position: relative;
}

.scroll-arrows-sec {
    position: absolute;
    width: 100%;
    height: 100%;
}

.scroll-arrows-sec .scrolling-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primery-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    /* background-color: rgb(232 247 248); */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.scroll-arrows-sec .left-scroll {
    left: -13px;
}

.scroll-arrows-sec .right-scroll {
    right: -13px;
}

.box-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.plan-original {
    font-size: 14px;
    color: red;
    text-decoration: line-through;
}

.pricing-price-detail {
    display: flex;
    align-items: center;
    gap: 3px;
}

.pricing-price-detail span {
    font-size: 14px;
}

.main-price {
    font-weight: 600;
    font-size: 22px;
    color: var(--primery-color);
}

.main-price span:first-child {
    vertical-align: top;
    font-size: 16px;
}

.main-price span:last-child {
    font-size: 16px;
    font-weight: 400;
}

.main-price span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;

}

.pricing-sec-box ul {
    margin: 15px 0;
}

.choose-plan p {
    padding: 5px 10px;
    width: 100%;
    background-color: #00a1b0;
    /* background: linear-gradient(135deg, #00a1b0 0%, #00d4e8 100%); */
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.login-drop-down {
    right: 0 !important;
    left: unset;
    transform: unset;
}

.login-drop-down a {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    padding: 10px;
    color: #000;
}

.login-drop-down a:hover {
    background-color: rgba(var(--primery-color-rgb), 0.1);
}

.drop-down-header {
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.drop-down-header img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.drop-down-header p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.drop-down-footer {
    display: flex;
    gap: 10px;
    align-items: center;
    border-top: 1px solid #ddd;
}

.drop-down-footer a {
    color: #ff0000;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}

.drop-down-footer a:hover {
    background-color: rgba(239, 67, 67, 0.1);

}

/* ----------- crypto button css end ------------------ */

.letest-update-link {
    display: none !important;
}


@media screen and (max-width:1299px) and (min-width:1200px) {
    .header .logo a img {
        width: 34px;
        height: 34px;
    }

    .header .logo .logo-text .main-text {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    .header .logo a {
        gap: 7px;
    }

    .header .logo a,
    .header .logo {
        /* max-width: 200px; */
        max-width: 157px;
    }

    .pricing-link {
        padding: 0 10px 0 0 !important;
    }

    .user-profile-link {
        padding: 0 0 0 10px !important;
    }

    .menu>ul>li>a.btn {
        margin-left: 0;
    }

    .header-menu {
        gap: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .letest-update-link {
        display: block !important;
    }

    .header-menu {
        gap: 50px;
    }

    .profile-menu .fake_submenu {
        position: absolute !important;
        width: 200px !important;
        top: calc(100% + 10px) !important;
        background-color: #fff !important;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4) !important;
        right: 0 !important;
        left: unset !important;
        border-radius: 0;
    }

    .profile-menu .fake_submenu>li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .profile-menu .fake_submenu>li>a {
        font-size: 14px !important;
    }

    .profile-menu .fake_submenu {
        padding: 0;
    }

    .menu>ul>li>a {
        font-size: 16px;
        padding: 12px 20px;
    }

    .header-menu .main-menu {
        text-align: left;
    }

    .text-message-call-menu .new-tag {
        width: 30px;

    }

    .for-mobile-link {
        display: block !important;
    }

    .for-desktop-link {
        display: none !important;
    }

    .login-mobile-opt {
        justify-content: flex-start;
    }

    .login-profile-img p {
        display: block;
        font-weight: 600;
        color: #fff;
        font-size: 16px;
    }

    .login-profile-img svg {
        display: none;
    }

    .login-drop-down {
        padding-left: 20px;
    }

    .drop-down-header {
        display: none;
    }

    .dropdown-btn {
        justify-content: space-between;
        display: flex !important;
    }

    .user-profile-link.active .user-profile-detail {
        background-color: transparent !important;
        box-shadow: unset;
        padding: 0;
        max-width: 100%;
        justify-content: space-between;
    }

    .user-profile-link.active .user-profile-detail i {
        color: #000 !important;
    }


    .user-profile-link.active .login-profile-img p {
        color: #000;

    }
}

@media screen and (max-width: 991px) {
    .menu-images {
        margin-right: 8px;
    }

    .back-top {
        bottom: 65px;
    }
}

@media screen and (max-width : 575px) {
    .header .logo a img {
        width: 40px;
        height: 40px;
    }

    .header .logo .logo-text .main-text {
        font-size: 22px;
        margin: 0;
    }

    .header .logo,
    .header .logo a {
        max-width: 180px;
    }

    .header-menu {
        gap: 34px;
    }

    .header {
        height: 70px;
    }


}


@media screen and (max-width: 1199px) {
    .ads-free-btn {
        display: flex;
    }

    .user-profile-detail,
    .press-release {
        max-width: max-content;
        border-radius: 5px !important;
        margin-left: 20px !important;
        text-align: center !important;
        height: 40px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin: 5px 0;
    }

    .pricing-link {
        display: none !important;
    }

    .press-release {
        height: auto;
    }

    .user-profile-link {
        padding: 0 !important;
    }

}

@media screen and (max-width: 480px) {

    .header .logo a,
    .header .logo {
        max-width: 45px;
    }


    .header .container-fuild {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-menu .ads-free-btn {
        margin-right: 10px;
        padding: 3px 10px;
    }

    .header-menu {
        gap: 30px;
        width: 100%;
        justify-content: center;
    }

    .header .logo a img {
        width: 35px;
        height: 35px;
    }

    .header .logo .logo-text .main-text {
        font-size: 22px;
    }

    .logo-text {
        display: none;
    }

    .header {
        height: 62px;
    }

    .coin-box span {
        font-size: 15px;
    }

    .coin-box .more-and {
        display: none;
    }

    .coin-box .three-dots {
        display: block;
        font-size: 22px !important;
    }

    .crypto-logo svg {
        width: 25px;
        height: 25px;
    }

    .plan-timer .plan-counter {
        display: none;
    }

    .plan-timer.active .plan-counter {
        display: block;
    }
}

@media screen and (max-width: 380px) {
    .header .logo a img {
        width: 40px;
        height: 40px;
    }

    .ads-free-btn {
        margin-right: 20px;
    }

    .header {
        height: 70px;
    }
}



/* ========================================================================================================== */

/* Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    overflow-Y: scroll;
}


.simple-text {
    background-color: #00a1b01c;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--primery-color);
}

/* Modal Box */
.modal-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 850px;
    min-width: 420px;
    transform: scale(0.8);
}


.pay-title {
    font-weight: 600;
    font-size: 22px !important;
    color: #000 !important;
    margin: 20px 0 10px 0;
}

.detail-list-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 30px;
    overflow: hidden;
}

.notice-text {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000 !important;
    font-weight: 600;
}

.list-box-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
    border-radius: 25px;
    background-color: #e3f5f6;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.list-box-icon::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #dedede;
    border-radius: 10px;
}

.detail-list-box.last-child .list-box-icon::before {
    display: none;
}

.list-box-detail {
    display: flex;
    flex-direction: column;
}

.list-box-detail span {
    color: #000;
    font-size: 19px;
    font-weight: 600;
}

.list-box-detail a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.modal-box p {
    font-size: 18px;
    color: #939393;
}

.stpes-pay {
    margin-bottom: 20px;
    font-weight: 600;
}


.modal-box a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.payment-type-box {
    padding: 20px;
    background-color: #e3f5f6;
    border: 1px solid var(--primery-color);
    border-radius: 20px;
}

.accept-pay {
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0.3px;
    color: var(--primery-color) !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-type {
    position: relative;
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;

}

.card-sec {
    padding: 6px 15px;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 300ms;
}

.card-sec:hover {
    border-color: var(--primery-color);
}



/* Close Button */
.pay-close-btn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 34px;
    border: none;
    background: none;
    cursor: pointer;
}



.pay-card {
    padding: 10px 28px;
    background-color: #00a1b0;
    color: white;
    border: none;
    margin: auto;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}



.modal-overlay.active {
    visibility: visible;
    opacity: 1;
}

.pricing-sec-box .pay-card {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    margin: 15px 0 0 0;
}

.download-btn button.pay-close-btn {
    border-bottom: unset !important;
}

@media screen and (max-width: 575px) {
    .pay-card {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .pay-card {
        padding: 5px 10px;
    }

    .modal-box {
        padding: 30px 20px;
    }

}


/* ====================new payment modal css start ========================== */
.payment-detail-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    display: none;
}

.payment-detail-popup.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-payment-detail-box {
    background-color: #fff;
    max-width: 450px;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 20px;
    border-radius: 20px;
    height: max-content;
}

.close-section {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #ff5d78;
    position: absolute;
    right: 0;
    top: -16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.title-modal {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.all-payment-detail-box span {
    color: #64748B;
    font-size: 14px;
}

.payment-btn-box {
    padding: 10px;
    border: 1px solid rgba(0, 161, 176, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    cursor: pointer;
    transition: 300ms;
}

.payment-btn-box:hover {
    background-color: #f1f5f9;
}

.payment-btn-box .coin-icon-box {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 161, 176, 0.15);
}

.payment-btn-box .payment-detail-type p {
    margin: 0;
    font-size: 15px;
    line-height: 10px;
    font-weight: 600;
}

.payment-btn-box .payment-detail-type span {
    color: #909090;
    font-weight: 600;
    font-size: 12px;
}

body.body-scroll-off {
    overflow: hidden;
}

.new-pull-icon {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 480px) {
    .all-payment-detail-box {
        margin: auto 15px;
    }
}


/* -------- save chat modal and button css start --------- */

.btn-save-chat {
    background-color: #0d6efd !important;
    border: 1px solid #0d6efd !important;
}

.save-chat-modal .modal-header p {
    font-size: 24px;
    margin: 0;
    color: #000;
}

.modal-content .warning-text {
    font-size: 12px;
    margin-top: 20px;
    color: #909090;
    line-height: 18px;
}

.btn-chat-save {
    background: var(--primery-color) !important;
    color: #fff !important;
}

.new-tabbing-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.social-view-tab button i {
    margin-right: 0;
}

.social-view-tab button {
    height: 36px;
    background: transparent;
    color: #7c7c7c;
    padding: 0 15px;
}

.social-view-tab {
    margin-bottom: 5px;
}

.social-view-tab button.active {
    color: var(--primery-color);
    background-color: rgba(0, 161, 176, .15);
}

.layout-views.active svg {
    fill: var(--primery-color);
}

.save-custom-dropdown {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(0, 161, 176, 0.09);
    border: 1px solid var(--primery-color);
    padding: 5px 15px;
    border-radius: 8px;
    color: var(--primery-color);
    margin-bottom: 5px;
    cursor: pointer;
}

.save-custom-dropdown i {
    margin-left: 10px;
    transition: 0.3s;
}

.old-save-chat.active .save-custom-dropdown i {
    transform: rotate(180deg);
}

.old-save-chat {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.old-save-chat.active .drop-down-option {
    display: block;
}

.drop-down-option {
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    max-width: 300px;
    width: 100%;
    position: absolute;
    top: 42px;
    z-index: 999999;
    display: none;
}

.drop-down-option .New-add {
    padding: 5px 10px;
    /* background-color: #f3f4f6; */
    /* color: #45556c; */
    background-color: rgba(0, 0, 199, 0.18);
    color: rgba(0, 0, 199, 0.839);
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.save-btn-groups {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.save-chat-name {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    background-color: #f1f5f9;
    border-radius: 5px;
    font-weight: 600;
    color: #45556c;
    cursor: pointer;
}

.savedchat-name-txt {
    width: 160px;
}

.save-chat-name.active {
    background: rgb(0, 161, 176, 0.09);
    color: var(--primery-color);
}

.drop-down-title {
    padding: 5px 0;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.list p {
    text-align: center;
    color: #9ca3af;
}

.save-chat-name i {
    margin-left: 10px;
}

.clear-all-btn {
    border-radius: 5px;
    background-color: #e73131;
    border: 1px solid #e73131;
    padding: 4px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
}

.clear-all-btn:hover {
    background-color: #fff;
    color: #e73131;
}

.for-ex {
    font-size: 12px;
    padding-left: 5px;
}

.save-chat-btn {
    background: #2563EB !important;
    border: #2563EB !important;
}


@media only screen and (max-width: 380px) {
    .old-save-chat {
        align-items: normal;
        justify-content: normal;
    }


    .new-tabbing-header {
        flex-direction: column;
        align-items: stretch;
    }
}

/* -------- save chat modal and button css end --------- */

.new-pull-icon {
    position: absolute;
    right: 0;
}

.user-friendly-message {
    padding: 5px 15px;
    background-color: #fdf6ec;
    border-radius: 10px;
    margin: 15px auto auto;
    max-width: 700px;
    width: 100%;
    text-align: center;
}

.user-friendly-message p {
    color: #7a5c2e;
    margin: 0;
    font-weight: 600;
}

.user-friendly-message a {
    color: #7a5c2e;
    font-weight: 800;
    text-decoration: underline !important;
}

/* ------------- what's new banner------------------------ */

.update-banner {
    position: relative;
    width: 100%;
    margin-top: 12px;
    padding: 12px 38px 12px 14px;
    border-radius: 10px;
    background: #e9f7ef;
    border: 1px solid #b9e6c9;
    color: #145a32;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.update-banner i {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
    color: #145A32;
    cursor: pointer;
}

.badges {
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.green {
    color: #29a366;

}

.blue {
    color: #3c71dd;
}

.yellow {
    color: #e69b19;
}


.update-text:not(:last-child) {
    margin-bottom: 10px;
}

.update-text span {
    font-size: 14px;
}

.update-text a {
    font-size: 16px;
    text-decoration: underline !important;
    font-weight: 600;
}

/* ----------- what's new  css start ------------------ */
.whatsNewModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.whatsNewModal-content {
    background: #fff;
    /* margin: 100px auto; */
    padding: 20px;
    width: 30dvw;
    border-radius: 8px;
    position: relative;
    /* animation: fadeIn 0.3s ease; */
    max-height: 80dvh;
    overflow-y: scroll;
    max-width: 90dvw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.closeModalBtn {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 22px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width:767px) {
    .whatsNewModal-content {
        width: 80dvw;
    }
}

/* ----------- what's new button css end ------------------ */


/* ===============download loader css start ================= */

.full-page-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000b5;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.full-page-loader span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.full-page-loader p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}



.download-loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.download-loader::before,
.download-loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}

.download-loader::after {
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #FF3D00;
}

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

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

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    75%,
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
}

/* ===============download loader css end ================= */

/* ===========price loader css start ================ */
.loader-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000ab;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-loader {
    width: 48px;
    height: 48px;
    border: 3px dotted #00a1b0;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

.price-loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #fff;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}

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

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

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

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

/* ===========price loader css end ================ */

/* -------- save chat message css start --------- */
.chat-saved-msg {
    position: fixed;
    top: 25px;
    right: 0;
    /* background-color: #dcfce7; */
    background-color: #16a34a;
    border-bottom: 2px solid #16a34a;
    border-radius: 6px 0 0 6px;
    z-index: 9999;
}

.chat-saved-msg-text {
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    margin-bottom: 0;

}

/* -------- save chat message css end--------- */