body {
    font-family: 'Poppins', sans-serif;
    background-color: #f0f4f4;
    color: #333;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hero {
    /* background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); */
    color: white;
    padding: 50px 0;
    margin-bottom: 2rem;
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-img-top {
    height: 200px;
    background-color: #e9ecef;
}

.btn-primary {
    background-color: #2575fc;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
}

.btn-primary:hover {
    background-color: #1a5dbb;
}

footer {
    background-color: #333;
    color: white;
    padding: 1rem 0;
    margin-top: auto;
}

.bot-svg {
    width: 100%;
    height: 100%;
}

:root {
    --ubuntu: "Ubuntu", sans-serif;
}

body {
    background-color: #000 !important;
    background-image: unset;
    position: relative;

}

body::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/static/dist/img/body-bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000;
    background-blend-mode: hard-light;
    width: 982px;
    height: 654px;
    z-index: -1;
}

body::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    left: -10%;
    background-repeat: no-repeat;
    top: -20px;
    background-size: cover;
    background-position: left top;
    z-index: -1;
    background-image: url('/static/dist/img/bg-color.webp');
}

.head-nav {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 36px;
    position: relative;
    display: inline-flex;
    backdrop-filter: blur(50px);
    padding: 10px 30px;
}

.head-nav .nav-link.disabled {
    color: #0080FF;
}

.head-nav li a {
    font-size: 12px;
    color: #fff;
    font-family: var(--ubuntu);
}

.banner-row::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    width: 340px;
    height: 411px;
    z-index: -1;
    max-width: 30%;
    background-image: url('/static/dist/img/robot.webp');
}

.banner-row {
    position: relative;
}

.banner-content {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.banner-content h1 {
    font-size: 50px;
    font-weight: 700;
    font-family: var(--ubuntu);
}

.banner-content p {
    font-size: 20px;
    font-family: var(--ubuntu);
}

.banner-content h1 span {
    color: #0080FF;
    font-family: var(--ubuntu);
    text-transform: uppercase;
}

.titanium h1 {
    color: #fff;
    font-family: var(--ubuntu);
    font-weight: 700;
    margin-top: 0px !important;
}

.titanium label {
    color: #fff !important;
    font-family: var(--ubuntu);
    text-align: left !important;
}

.titanium label.text-right {
    text-align: end !important;
}

.titanium form {
    width: 90%;
    margin: auto;
}

.titanium form .text-left {
    text-align: left !important;
}

.titanium form .text-center {
    text-align: center;
}

.titanium form .text-end {
    text-align: end !important;
}

.titanium form :is(input, select) {
    background-color: #001b6e !important;
    border-color: #001b6e !important;
    color: #fff;
}

.titanium form input::placeholder {
    color: #fff;
}

.titanium form .marg-5 {
    margin-top: 30px !important;
}

.bottom-btns .btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
}

.bottom-btns :is(a, button) {
    font-size: 14px !important;
    border-radius: 5px !important;
    padding-inline: 10px !important;
    min-width: 200px;
    max-width: 200px;
    text-decoration: none !important;
    text-align: center;
}

textarea {
    background: transparent !important;
    color: #fff !important;
}

.btn {
    border-radius: 5px !important;
    color: #fff !important;
}

.body {
    margin-bottom: 50px;
}

.banner-content * {
    color: #fff;
    font-family: var(--ubuntu);
}

.bottom-banner {
    background-color: rgba(0, 128, 255, 0.20);
    border-radius: 20px;
    padding: 30px 10% 30px 30px;
}

.bottom-banner * {
    color: #fff;
    text-align: left;
}

.bottom-banner h2 {
    font-size: 60px;
    font-family: var(--ubuntu);
}

.bottom-banner p {
    font-size: 20px;
    font-family: var(--ubuntu);
}

.bottom-banner img {
    height: 300px;
    object-fit: contain;
}

.bottom-banner .btn {
    display: inline-block;
    padding: 11px 41px;
    font-size: 20px;
    font-family: var(--ubuntu);
    transition: 0.3s;
    border-radius: 5px;
    border: 1px solid #0080FF;
}

.bottom-banner .btn:hover {
    background-color: #0080FF;
    transition: 0.3s;
}

.banner-search :is(select, input) {
    font-size: 18px;
    padding: 15px 40px;
    color: #000;
    font-family: var(--ubuntu);
}

.banner-search {
    margin-top: 30px;
}

.banner-search :is(select) {
    border-top-left-radius: 5px;
    padding-right: 60px !important;
    border-bottom-left-radius: 5px;
    appearance: none;
    font-family: var(--ubuntu);
    background-image: url('/static/dist/img/dropdown.svg');
    background-size: 18px 9px;
    background-position: center right 20px;
    background-repeat: no-repeat;
}

.banner-search :is(select) option {
    color: #000;
    font-family: var(--ubuntu);
}

.banner-search :is(input) {
    border-radius: 0px;
}

.banner-search :is(input)::placeholder {
    color: rgba(66, 75, 90, 0.45);
}

.hero span {
    color: #0080FF;
}

.hero * {
    font-family: var(--ubuntu);
}

button.btn-search {
    background-color: #0080FF !important;
    border: 1px solid #0080FF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 0px !important;
    background-image: url('/static/dist/img/search-icon.svg');
    background-size: 23px 23px;
    width: 60px;
    background-position: center center;
    background-repeat: no-repeat;
}

.filter-list {
    list-style: none;
    border-radius: 20px;
    padding-left: 0px;
    background-color: rgba(0, 11, 46, 0.5);
    height: 100%;
}

.filter-list li {
    padding: 14px 26px;
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s ease-in-out;
}

.filter-list * {
    color: #fff;
}

.filter-list li a {
    font-size: 20px;
    width: 72%;
    line-height: 25px;
    font-family: var(--ubuntu);
    text-decoration: none;
    display: inline-block;
}

.filter-list li span.count {
    width: 28%;
    display: inline-block;
    text-align: end;
    font-family: var(--ubuntu);
}

.filter-list li:is(.active, :hover) {
    background-color: #0080FF;
    transition: 0.3s ease-in-out;
}

.filter-list li:hover {
    background-color: #8b9eb0;
    transition: 0.3s ease-in-out;
}

.filter-list li:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bot-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 13px 13px 20px 13px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bot-card strong {
    display: block;
    font-size: 16px;
    color: #001453;
    font-weight: 700;
    height: 48px;
    font-family: var(--ubuntu);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.bot-card p {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--ubuntu);
    color: #757575;
}

.bot-card .btn {
    background-color: #001453;
    display: inline-block;
    border-radius: 0px !important;
    font-size: 13px !important;
    font-family: var(--ubuntu);
    font-weight: 700;
    width: auto !important;
}

.bot-card img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    height: 156px;
    object-fit: contain;
    max-width: 100%;
    object-position: top center;
    margin-top: -40px;
}

.bots-wrapper {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #000B2E;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
}

.scroll-right {
    direction: rtl;
    overflow-y: auto;
    max-height: 780px;
}

.titanium .scroll-right {
    max-height: 580px;
}

.scroll-right>div {
    direction: ltr;
}

.bots-section {
    margin: 50px 0px;
}

.bots-section h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--ubuntu);
    color: #fff;
    margin-bottom: 40px;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0080FF;
    border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0080FF;
    border-radius: 25px;
}

#footer {
    display: none;
}

.titanium .bot-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    min-height: 42px;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-wrapper a {
    padding: 8px 25px;
    background-color: #0080FF;
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
    border: 1px solid #0080FF;
    text-decoration: none;
    min-width: 144px;
    font-weight: 700;
    display: inline-block;
}

.btn-wrapper a:hover {
    color: #fff;
    border-color: #0080FF;
}

.btn-wrapper a:first-of-type {
    margin-right: 15px;
}

.btn-wrapper a:last-of-type {
    position: relative;
    padding-left: 40px;
}

.bottom-btns button.green {
    background-color: #34B24D !important;
    border: 1px solid #34B24D;
    transition: o.3s;
}

.bottom-btns button:hover {
    background-color: transparent !important;
    font-weight: 500 !important;
    transition: 0.3s;

}

.btn.red {
    background-color: #E20000 !important;
    border-color: #E20000;
}

.datd-label {
    padding: 5px 10px;
    background-color: #0080FF;
    display: block;
}

.user15 :is(.btn, button) {
    padding: 5px 30px !important;
    margin-top: 30px;
    border-radius: 0px !important;
}

.btn-wrapper a:last-of-type::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url('/static/dist/img/white-house.svg');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

footer {
    position: relative;
    z-index: 1;
}

.body::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/static/dist/img/bg.webp');
}

.body {
    margin-bottom: 50px;
}

.margb-40 {
    margin-bottom: 30px;
}

.margt-40 {
    margin-top: 70px;
}

.bot-card .btn:hover {
    background-color: transparent;
    transition: 0.3s;
    color: #001453 !important;
}

h1,
h2,
h3,
h4,
h5,
.p-2 {
    font-family: var(--ubuntu);
    color: #fff;
}

.bottom-btns :is(a, button) {
    font-size: 14px !important;
    border-radius: 5px !important;
    padding-inline: 10px !important;
    min-width: 200px;
    max-width: 200px;
    text-decoration: none !important;
    text-align: center;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");

}

.sidebar .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.pl-100 {
    padding-left: 100px;
}

.bottom-banner .btn,
.btn-trans {
    display: inline-block;
    padding: 11px 41px;
    font-size: 20px;
    font-family: var(--ubuntu);
    transition: 0.3s;
    border-radius: 5px;
    border: 1px solid #0080FF;
}

.google form {
    padding-bottom: 70px;
}

#viewlink {
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

#viewname {
    border-left: 1px solid #fff !important;
}

.titanium form textarea {
    border-radius: 10px;
    padding: 15px 10px;
    min-height: 450px;
}

.titanium form :is(input, select, textarea),
span.input-group-text {
    background-color: #001b6e !important;
    border: 1px solid #001b6e !important;
    color: #fff;
    padding: 8px 10px !important;
}

button.grey {
    background-color: #d1d1d1 !important;
    color: #001b6e !important;
}

.light {
    color: #fff !important;
}

.blue {
    color: #0080FF;
    text-transform: uppercase;
}

.max-w {
    max-width: 100%;
}

.table-ti {
    border: 5px solid #0080FF !important;
    border-radius: 20px;
    padding: 0px;
    max-width: 1150px;
    margin-inline: auto;
}

.bots-wrapper :is(th) {
    background-color: #0080FF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bots-wrapper :is(th, td) {
    background-color: transparent;
    color: #fff;
    padding: 10px 10px 10px 20px;
    text-align: left;
    font-size: 16px;
}

.table>:not(caption)>*>* {
    border-color: #0080FF;
    vertical-align: middle;
}

.bots-wrapper :is(th) {
    background-color: #0080FF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.edit-prof {
    padding: 2px 5px;
    background-color: #0080FF;
    color: #fff;
    font-size: 13px;
    border-radius: 2px !important;
    border: 1px solid #0080FF;
}

.td-prof {
    white-space: nowrap;
}

.edit-prof:hover {
    border: 1px solid #0080FF !important;
}

.del-prof:hover {
    border: 1px solid #E20000 !important;
}

.del-prof {
    padding: 2px 5px;
    background-color: #E20000;
    border: 1px solid #E20000;
    color: #fff;
    font-size: 13px;
    border-radius: 2px !important;
}

.signup.bots-wrapper {
    max-width: 900px;
    margin-inline: auto;
}

button.full-w {
    width: 100%;
    color: #fff !important;
}

.role-row label {
    width: calc(100% - 10px) !important;
    min-height: 61px;
    font-size: 14px !important;
    display: flex;
    flex-direction: column;
    justify-self: center;
    border: 1px solid #0080FF !important;
    border-radius: 10px !important;
    color: #fff !important;
}

.role-row label:hover {
    border: 1px solid #0080FF !important;
}

.role-row :is(.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active) {
    background-color: #0080FF !important;
}

#submit {
    background-color: #0080FF !important;
    padding: 10px 30px !important;
    transition: 0.3s;
}

.welcome.bots-wrapper {
    max-width: 960px;
    margin-inline: auto;
}

.wrap {
    margin-top: 50px;
}

.wrap button {
    background-color: #0080FF;
}

.wrap button {
    display: inline-block;
    width: auto !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px !important;
}

.wrap button:first-of-type {
    background-color: #34B24D !important;
}

.wrap button:hover {
    background-color: transparent !important;
}

.wrap button:first-of-type:hover {
    border: 1px solid #34B24D !important;
}

.text-left {
    text-align: left;
}

.titanium.welcome form {
    width: 100%;
}

.new-cont {
    display: flex;
    min-height: 100vh;
    position: relative;
}

.sidebar {
    width: 250px;
    background-color: rgba(0, 128, 255, 0.20);
    color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    overflow-y: auto;
    padding-top: 110px;
}

.sidebar-header h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}

.criteria-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.criteria-list li {
    margin-bottom: 10px;
}

li .left-wrapper {

    text-align: left;
    padding: 10px;
    background-color: rgba(0, 128, 255, 0.20);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    outline: none;
    position: relative;
}

.left-wrapper button {
    text-align: left;

    background-color: unset;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    outline: none;
    position: relative;

}

.left-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.criteria-content {
    display: none;
    position: absolute;
    left: 270px;
    margin-top: -30px;
    width: 300px;
    background-color: #fff;
    border-left: 1px solid #ddd;
    padding: 20px;
    z-index: 2;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.criteria-group {
    margin-bottom: 10px;
}

.criteria-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fff;
}

.criteria-group input[type="text"],
.criteria-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #0080FF;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.criteria-group textarea {
    resize: vertical;
    min-height: 60px;
}

/* Align the checkbox and its label on the same line */
.criteria-group .checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.criteria-group .checkbox-wrapper label {
    color: #fff;
    margin-bottom: 0px;
}

.criteria-group input[type="checkbox"] {
    cursor: pointer;
    margin: 0;
    margin-right: 5px;
    width: auto !important;
}

.extras {
    margin-top: 20px;
}

.search-button {
    width: 100%;
    padding: 10px;
    background-color: #3498db !important;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.my-3 {
    margin: 10px 0px;
}

.search-button:hover {
    background-color: #2980b9;
}

.content {
    flex-grow: 1;
    padding: 20px;
    background-color: rgba(0, 128, 255, 0.20);
    text-align: center;
    background-image: url('/static/dist/img/search-right.png');
    background-size: 500px;
    background-position: center center;
    background-repeat: no-repeat;
}

main.content:has(table) {
    background-image: unset;
}

.content h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.demo-button {
    background-color: rgba(0, 128, 255, 0.20);
    border: 2px solid #3498db;
    color: #3498db;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

.demo-button:hover {
    background-color: #3498db;
    color: #fff;
}

.hide-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #3498db;
    cursor: pointer;
}

.hide-button:hover {
    text-decoration: underline;
}

[type="checkbox"] {
    vertical-align: middle;
}

.location-options {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.location-options li {
    margin-bottom: 10px;
}

.location-option-button {
    width: 100%;
    text-align: left;
    padding: 10px;
    background-color: rgba(0, 128, 255, 0.20);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    outline: none;
}

.location-option-button:hover {
    background-color: rgba(0, 128, 255, 0.20);
}

.input-container {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Make sure that the main content is positioned relative */
main.content {
    position: relative;
}

/* Centering the spinner within the main content area */
#spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 3s linear infinite;
    z-index: 1000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Styling for the results container */
#results-container {
    display: none;
    /* Hide the results container initially */
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(52, 152, 219, 0.1);
    border: 1px solid #3498db;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
}

/* Styling for the results table */
.results-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.results-table th,
.results-table td {
    padding: 12px 15px;
    text-align: left;
    color: #fff;
}

.results-table th {
    background-color: #3498db;
    border-bottom: 2px solid #2980b9;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.results-table td {
    border-bottom: 1px solid #2980b9;
}

.results-table tr:hover {
    background-color: rgba(52, 152, 219, 0.2);
}

.results-table tr:last-child td {
    border-bottom: none;
}

#jobTitle::placeholder {
    color: #fff;
}

:is(.new-cont) :is(input),
.new-cont select {
    display: block;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #0080FF !important;
    padding: 8px 10px;
    color: #fff;
    width: 93% !important;
    margin-top: 10px;
}

.new-cont select {
    color: #fff;
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 15px;
    appearance: none;
    background-position: center right 10px;
}

.new-cont select option {
    color: #000;
}

:is(.new-cont) :is(input, select):is(:focus, :focus-visible) {
    border: 2px solid #0080FF;
    outline: unset;
}

:is(#location, #skills, .new-cont) :is(input, select)::placeholder {
    color: #000;
}

.new-cont #lead-tags {
    max-width: 90%;
}

.new-cont input#industry {
    width: 95%;
    border: 1px solid #0080FF;
    padding: 8px 10px;
    border-radius: 4px;
    margin-top: 10px;
    background-color: transparent;
    color: #fff;
}

.new-cont .form-check-inline {
    display: inline-block;
    width: 100%;
}

.new-cont .form-check-inline input[type="checkbox"] {
    background-color: #001b6e !important;
    border: 1px solid #001b6e !important;
    color: #fff;
    width: auto !important;
    display: inline-block;
    padding: 8px 10px !important;
}

.new-cont .form-check-inline label {
    display: inline-block;
}

label[for="jobTitle"] {
    margin-top: 20px;
}

.new-cont input#industry::placeholder {
    color: #fff;
}

.c-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.c-img img {
    width: 40px !important;
    height: 40px !important;
    display: inline-block;
}

.c-img span {
    flex-direction: column;
    justify-content: center;
    display: flex;
    font-size: 14px;
    width: calc(100% - 45px);
    padding-left: 5px;
}

button.crm-btn,
button.export-excel {
    padding: 0px;
    background-color: unset;
    color: #0080FF;
    display: inline-block;
    border: unset;
}

button.export-excel svg {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

#results-container * {
    font-size: 14px;
}

#results-container :is(td, th) {
    max-width: 165px;
}

.title-th {
    max-width: 150px;
}

.phone-th {
    min-width: 100px;
}

.top-filterbar {
    display: none;
}

main.content:has(table) .top-filterbar {
    display: block;
}

.top-filterbar .btn-t,
.verify-btn {
    display: inline-block;
    border-radius: 30px;
    color: #0080FF;
    text-decoration: none;
    min-width: 120px;
    max-width: 100%;
    text-align: center;
    border: 1px solid #0080FF;
    padding: 10px 30px;
    margin-top: 15px;
    transition: 0.3s;
    position: relative;
}

.top-filterbar a.download {
    background-color: #0080FF;
    color: #fff;
}

.top-filterbar a.clear {
    color: #f44336;
    border-color: #f44336;
    transition: 0.3s;
}

.top-filterbar a.clear.btn-t:hover {
    background-color: #f44336;
    color: #fff;
    transition: 0.3s;
}

.top-filterbar a.save:hover {
    background-color: #0080FF;
    color: #fff;
    transition: 0.3s;
}

.top-filterbar li {
    display: inline-block;
    position: relative;
}

.top-filterbar a:not(a:last-child) {
    margin-right: 10px;
}

.top-filterbar a i {
    margin-right: 10px;
    margin-left: 5px;

}

.download-sub {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    left: 0;
    transform: translateY(10px);
    top: 46px;
    padding: 20px 15px;
    border: 1px solid #333;
    text-align: left;
    background: #fff;
    border-radius: 4px;
    z-index: 99;
    width: 100%;
}

.top-filterbar li:hover .download-sub {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    transform: translateY(0px);
}

.download-sub label {
    text-align: left;
    color: #000;
    font-size: 14px;
}

.download-sub input {
    width: auto !important;
    display: inline-block;
}

.download-sub button {
    margin-top: 10px;
}

.download-sub input[type="number"] {
    color: #000;
}

.verify-btn {
    width: 100%;

}

.download-sub .radio-container {
    display: block;
}

.top-fil {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.top-fil * {
    list-style: none;
    color: #fff;
}

.top-fil>div {
    margin-right: 30px;
    margin-top: 15px;
    min-width: 80px;
}

.top-fil :is(input, select) {
    display: inline-block;
    width: auto !important;
    margin-top: 0px !important;
    min-width: 70px;
    appearance: auto !important;
}

#page {
    width: 40px !important;
    min-width: unset !important;
    border-color: #fff !important;
    min-height: 19px !important;
    margin-top: 0px !important;
}

.pagination {
    padding-left: 0px;
    margin: 0px;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    display: inline-block;
    min-width: 20px;
    padding: 5px 5px;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.3s;
    border-radius: 2px;
}

.pagination li:is(.active, :hover) a {
    background-color: #0080FF;
    border-color: #0080FF;
    cursor: pointer;
    transition: 0.3s;
}

.verify-popup {
    position: fixed;
    inset: 0;
    margin: auto;
    display: none;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    justify-self: center;
    z-index: 999;
}

.verify-cont {
    text-align: center;
    transition: 0.3s;
    display: none;
    margin: auto;
    max-height: 90vh;
    overflow-y: auto;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 5px;

}

.verify-popup.show {
    display: flex;
    width: 900px;
    max-width: 90%;
    margin-inline: auto;
    transform: scale(1);
    opacity: 1;
    transition: 0.3s;
    visibility: visible;
}

.verify-popup.show .verify-cont {
    display: block;
    transition: 0.3s;
}

.verify-popup h3 {
    color: #000;
    text-align: center;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 30px;
}

a.close-verify {
    display: block;
    font-size: 20px;
    text-align: end;
    position: absolute;
    right: 40px;
}

.verify-check {
    margin-bottom: 30px;
}

.download-btn {
    color: #fff;
    background-color: #0080FF;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #0080FF;
    margin-inline: auto;
    transition: 0.3s;
}

.download-btn i {
    margin-right: 5px;
    color: #fff;
}

.download-btn:hover {
    background-color: transparent;
    transition: 0.3s;
    color: #0080FF;
}

.download-btn:hover i {
    color: #0080FF;
}

a.close-verify:hover {
    cursor: pointer;
}

.email-card {
    display: block;
    text-decoration: none;
    padding: 30px 15px;
    border: 1px solid #000;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: 0.3s;
    flex-basis: calc(33% - 50px);
}

.email-card:is(:hover, .active) {
    border-color: #0080FF;
    box-shadow: 0px 2px 0px 4px rgba(0, 128, 255, 0.3);
    transition: 0.3s;
}

.email-card p {
    margin-bottom: 0px;
}

.email-card i {
    font-size: 50px;
    color: #0080FF;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    background-color: rgba(0, 128, 255, 0.3);
}

.email-card i::after {
    content: '\f058';
    font-family: 'Fontawesome';
    color: #34B24D;
    position: absolute;
    right: 4px;
    bottom: 12px;
    font-size: 19px;
}

.email-card.valid-all i:after {
    content: '\f059';
    color: #eed202;
}

.email-card.all i:after {
    content: '\f06a';
    color: red;
}

.verify-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    row-gap: 30px;
}

#results-container td a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

#results-container td a:hover {
    color: #0080FF;
    transition: 0.3s;
}

.locked-fone {
    display: none;
}

.criteria-content * {
    color: #000 !important;
}

.crm-btn.hide {
    display: none;
}

.crm-btn.show {
    display: inline-block;
}

.unlock-fone.hide {
    display: none;
}

.locked-fone.show {
    display: block;
}

.edit-wrap a {
    margin-left: 5px;
    display: inline-block;
}

.edit-wrap {
    opacity: 0;
    min-width: 38px;
    visibility: hidden;
}

.left-wrapper:is(.active, :hover) .edit-wrap {
    opacity: 1;
    visibility: visible;
}

.left-wrapper:is(.active, :hover) {
    background-color: #0080FF;
    transition: 0.3s;
}

.top-infobar {
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    background-color: #001453;
    color: #fff;
    border-radius: 2px;
    padding: 10px 15px;
    border: 1px solid #0080FF;
}

main.content:has(table) .top-infobar {
    display: flex;
}

.top-infobar .demo-button {
    margin-bottom: 0px;
    display: inline-block;
    text-decoration: none;
}

.top-infobar .demo-button:nth-child(2) {
    background-color: #0080FF;
    transition: 0.3s;
}

.top-infobar .demo-button:nth-child(2):hover {
    background-color: transparent;
    transition: 0.3s;
}

.top-infobar .tooltip {
    width: 150px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #333;
    padding: 10px;
    color: #000;
    display: none;
}

.top-infobar a {
    position: relative;
}

.top-infobar a:hover .tooltip {
    display: block;
}

.credits {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #0080FF;
    color: #fff;
    background-color: rgba(52, 152, 219, 0.3);
}

.credits i {
    padding-left: 5px;
    color: #fff;
}

.criteria-content .search-button {
    color: #fff !important;
    background-color: #3498db !important;
    border: 1px solid #0080FF !important;
    transition: 0.3s;
}

.criteria-content .search-button:hover {
    background-color: transparent !important;
    color: #3498db !important;
    transition: 0.3s;
    border: 1px solid #0080FF !important;
}

hr.blue-line {
    margin: 20px 0px !important;
    height: 4px;
    background-color: #0080FF;
    border-color: #0080FF;
}

button.ex-label {
    background-color: #f6b600 !important;
    padding: 8px 15px;

    border: 1px solid #f6b600 !important;
    border-radius: 5px !important;
    margin-bottom: 20px;
    width: 100% !important;
    transition: 0.3s;
}

button.ex-label:hover {
    cursor: pointer;
    background-color: transparent !important;
    transition: 0.3s;
    color: #fff !important;
}

.expert-list {
    display: none;
    margin: 0px !important;
}

.expert-list.show {
    display: block;
}

a.close-expert {
    display: block;

    text-align: end;
    margin-bottom: 10px;
}

#status {
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(52, 152, 219, 0.1);
    border: 1px solid #3498db;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
}

#status td {
    border-bottom: 1px solid #2980b9;
}

#status * {
    font-size: 14px;
}

#status th {
    padding-left: 10px;
}

#status :is(td, th) {
    max-width: 165px;
    text-align: left;
    padding: 15px;
}

#status table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

#status table th {
    background-color: #3498db;
    border-bottom: 2px solid #2980b9;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/********************Company LookUp*******************/
.result-container {
    display: none;
    margin: 30px auto;
}

.result-container .company-profile {
    background-color: rgba(0, 128, 255, 0.20);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.result-container .company-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.result-container .company-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

.result-container .company-info {
    flex-grow: 1;
}

.result-container .company-name {
    margin: 0;
    font-size: 24px;
    color: #fff;
}

.result-container .company-type,
.result-container .company-industry,
.result-container .company-linkedin {
    margin: 5px 0;
    color: #fff;
}

.result-container .company-linkedin {
    color: rgba(0, 128, 255, 1);
    text-decoration: none;
    font-weight: bold;
}

.result-container .company-description {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.result-container .company-details p {
    margin: 10px 0;
    color: #fff;
}

.result-container .company-details a {
    color: rgba(0, 128, 255, 1);
    text-decoration: none;
}

.company-details p {
    display: flex;
    flex-wrap: wrap;
    margin: 50px;
    justify-content: space-between;
}

.company-details p :is(strong, span) {
    width: calc(50% - 16px);
    display: inline-block;
}

.company-details p :is(strong) {
    background-color: rgba(0, 128, 255, 1);
    padding: 8px;
}

.company-details p :is(span) {
    background-color: #fff;
    padding: 8px;
    color: #000;
}

.result-container .company-details a:hover {
    text-decoration: underline;
}

.result-container .company-technologies {
    margin-top: 20px;
}

.result-container .company-technologies h3 {
    margin-bottom: 10px;
    color: #fff;
}

.result-container .company-technologies ul {
    list-style-type: none;
    padding: 0;
}

.result-container .company-technologies ul li {
    background-color: rgba(0, 128, 255, 1);
    padding: 5px;
    display: inline-block;
    margin: 5px 2px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.verify-email {
    background-color: rgba(0, 128, 255, 0.20);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 10px auto;
    border: 1px solid #0080FF;
}

.verify-email ul {
    padding-left: 0px;
    margin: 0px;
    list-style: none;
}

.verify-email li :is(strong, span) {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    width: calc(50% - 40px);
}

.verify-email li.head :is(strong, span) {
    background-color: rgba(0, 128, 255, 1);
    font-weight: 600;
}

/********************end***********/
@media (max-width:600px) {

    body {
        font-size: 16px;
    }

    body::before {
        max-width: 100% !important;
    }

    body::after {
        left: 0 !important;
    }

    .head-nav {
        border-radius: 10px;
        padding: 10px;
    }

    .site-log {
        text-align: center;
        margin-bottom: 20px;
    }

    .hero {
        padding: 20px 10px;
        margin-bottom: 0px;
    }

    .bottom-btns .btn-group {
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center;
    }

    .btn-group,
    .btn-group-vertical {
        flex-wrap: wrap;
    }

    .d-flex.flex-row {
        flex-wrap: wrap;
    }

    body {
        margin-inline: 0px !important;
    }

    .bots-wrapper {
        margin-top: 30px;
    }

    .head-btn {
        flex-wrap: wrap;
    }

    .table-ti {
        min-width: 100%;
        overflow-x: scroll;
    }

    .bots-wrapper :is(th) {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .bots-wrapper {
        padding: 15px;
    }

    .col-md-6 img {
        max-width: 100%;
    }

    .body.posts form {
        width: 90% !important;
    }

    .mbl-marg {
        margin-top: 20px;
    }

    .titanium form :is(input, select) {
        max-width: 100%;
    }

    .main-head {
        margin-bottom: 30px !important;
    }

    h1 {
        font-size: 30px;
        margin-bottom: 20px !important;
    }

    .just-ce {
        justify-content: center;
    }

    .titanium form {
        width: 100%;
        justify-content: center;
    }

    #save-btns-container {
        justify-content: center;
    }

    .mt-5 {
        margin-top: 10px !important;
    }

    .btn-group.w-50 {
        width: 100% !important;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .row.my-3 {
        justify-content: center;
        padding: 0px !important;
    }

    .text.m-5 {
        margin: 0px !important;
    }

    .m-3 {
        margin-inline: 0px !important;
    }

    .titanium form :is(.text-left, .text-right, .text-end) {
        text-align: center !important;
    }

    .titanium form label:is(.text-left, .text-right, .text-end) {
        text-align: left !important;
    }

    .titanium form {
        padding: 0px;
    }

    .titanium label {
        display: block;
    }

    body::after {
        max-width: 100%;
    }

    .email-card {
        flex-basis: 100% !important;
    }

    a.close-verify {
        top: 10px;
        right: 40px;
    }
}

@media(max-width:991px) {
    body::after {
        width: 110%;
    }

    .email-card {
        flex-basis: calc(50% - 51px);
    }

    body::before {
        max-width: 100%;
    }

    .new-cont {
        flex-wrap: wrap;
    }

    .sidebar {
        width: 100%;
    }

    main.content {
        flex-grow: unset;
        max-width: calc(100% - 40px);
        width: calc(100% - 40px);
        padding-inline: 20px;
    }

    .criteria-content {
        left: unset;
        right: 0;
        background-color: rgba(0, 0, 0, 0.7);
        height: unset;
        max-width: 200px;
        width: 100%;
        min-height: 100vh;
    }

    #jobTitle:focus-visible {
        outline: unset;
        border: 1px solid #0080FF;
    }

    #results-container,
    #status {
        max-width: 100%;
        overflow-x: auto;

    }
}