:root {
    --primery-color: #1cb9c8;
    --primery-color-rgb: 28, 185, 200;
    /* --primmery-lite: #0097A7; */
}

.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;
}

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;
}

.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;
}

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

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

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

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

.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: " ";
}

.ads-sec {
    min-height: 310px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0;
}

*,
: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;
}

.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;
}

.lg-1,
.lg-10,
.lg-11,
.lg-12,
.lg-2,
.lg-3,
.lg-4,
.lg-5,
.lg-6,
.lg-7,
.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,
    .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%;
    }

    .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: "Open Sans", sans-serif !important;
    background: #f9f9f9 !important;
}

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

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

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

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;
}

.m-auto {
    margin: 0 auto;
    float: 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;
}

.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;
}

.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: 15px;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
    color: #721c24;
    background-color: #f8d7da;
    border: 2px solid #f5c6cb;
    border-radius: 5px;
}

.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;
}

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

.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;
}
.header .logo {
    padding: 14px 0;
    max-width: 250px;
    width: 100%;
    height: 74px;
    display: inline-block;
}

.header .logo a {
    max-width: 250px;
    height: 100%;
    position: relative;
    display: block;
    background-image: url('../images/fake-detail-logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.menu {
    /* width: calc(100% - 300px); */
    /* display: inline-block; */
    /* float: right; */
    /* text-align: center; */
}

.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: 30px;
}

.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: 250px;
    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);
}

.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;
}

.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: #00bcd4;
}

.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 .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;
}

#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;
}

[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 {
    width: 450px;
    background-color: #e2e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
    display: none;
}

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

#myBar: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 {
    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);
}

.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 0 7px 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@') 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@') 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@') 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@') 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@') 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@') 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@') 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;
}

.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 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;
}

.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;
}

.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;
}

.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;
}

.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: 15px;
}

.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;
}

/* 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;
}

.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 {
    height: 26px;
    width: 26px;
    border-radius: 8px;
    position: relative;
    display: block;
}

.fake_submenu .menu-item .fa-apple,
.fake_submenu .menu-item .fa-android {
    background-color: #d6dee5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 16px;
}

.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;
}

.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);
}

.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-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-box .icon {
    background-color: #128C7E;
}

.youtube-box:hover,
.youtube-box {
    border-color: #FF0000;
    color: #FF0000;
}

.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);
}

.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  ----- */


/* ADS section start */

.adsbox {
    display: block;
    margin: 15px auto;
    text-align: center;
}

.adsbox.adsize_728x90 {
    width: 728px;
    height: 90px;
}
.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) {

    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;
    }

    .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) {

    .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 {
        width: 100%;
    }

    .validat-btn {
        margin: 10px auto 0;
    }

    .header .logo a {
        width: 190px;
        height: 39px;
    }

    .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 {
    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;
    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 {
    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: 12px;
    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;
}

.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: 14px;
}

.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 == */


.link-div {
    background-color: #fff;
    text-align: center;
    padding: 2px 0;
    position: relative;
    z-index: 5;
  }
  
  .link-div a {
    font-size: 11px;
    line-height: 1;
    color: #667781;
  }

@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) {
    .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;
    }
}

@media screen and (max-width: 575px) {
    .social-view-tab button span {
        display: none;
    }
}

@media screen and (max-width: 360px) {

    .social-page .fileinput .fileinput-text,
    .social-page .fileinput .fileinput-img {
        width: 40%;
    }
}


.footer-temp-link{
    display: none !important;
}