/**
* Template Name: NiceAdmin - v2.4.1
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  scroll-behavior: smooth;
  --left-side-width: 270px;
  --white: #FFFFFF;
  --black: #000000;
  --dark_blue: #1B2432;
  --blue: #012970;
  --light-blue: #4154f1;
  --cloud: #a5c5fe;
  --red: red;
  --dark-red: #D4270F;
  --forestgreen: forestgreen;
  --gray: #444444;
  --light-purple: #717ff5;
  --smooth-gray: rgba(243, 243, 243, 0.41);
  --lite-white: #EFF1F7;
  --cloud-white: #f6f9ff;
  --primary-light: #cfe2ff;
  --secondary-light: #e2e3e5;
  --success-light: #d1e7dd;
  --danger-light: #f8d7da;
  --warning-light: #fff3cd;
  --info-light: #cff4fc;
  --dark-light: #d3d3d4;
  --darker-white: #ebeef4;
  --blue-gray: #798eb3;
  --dark-blue-gray: #899bbd;
  --arrow-before: #eaedf1;
  --gray-blue: #51678f;
  --error-btn-hover: #3e4f6f;
  --scrollbar: #aab7cf;
  --dark-gray: #5F666F;
  --sky-blue: #1877F2;
  --white-gray: #F3F3F3;
  --light-gray: #BBBFCE;
  --secondary-gray: #888;
  --sky-blue: #259BF2;
  --secondary-white: #f6f6fe;
  --dark-box-shadow: rgba(0, 0, 0, 0.05);
  --opacitied_shadow: rgba(0, 0, 0, 0.1);
  --green: #2eca6a;
  --orange: #ff771d;
  --white-green: #e0f8e9;
  --white-orange: #ffecdf;
  --light-bluer: #eceefe;
  --instagram: #E53977;
  --youtube: #F44336;
  --tiktok: #000048;
  --twitter: #111315;
  --twitch: #9146FF;
  --td: #DBDBDB;
  --checkbox: #ADB5C2;
  --count-gray: #8D9198;
  --link-gray: #838383;
  --switcher: #E8EBEE;
  --text-gray: #49505B;
  --lighter-dark: #1A1D1F;
  --dark: #111315;
  --gray-dark: #CCCCCC;
}
#light-logo{
  display: none;
}
#mode-toggler{
  cursor: pointer;
}
.owl-item {
  -webkit-transition: all 1s ease !important;
  -moz-transition: all 1s ease !important;
  -ms-transition: all 1s ease !important;
  -o-transition: all 1s ease !important;
  transition: all 1s ease !important;
}
.modal-body .form-group {
    margin-bottom: 20px;
}
.update-user-data > *{
    margin-bottom: 20px;
}
.error-message{
    color: var(--red);
    text-transform: capitalize;
    margin-bottom: 10px;
}
.success-message{
    color: var(--forestgreen);
    text-transform: capitalize;
    margin-bottom: 10px;
}
.table-users{
    width: 90%;
    margin: 0 auto;
}
body {
  font-family: "Open Sans", sans-serif;
  /*background: #f6f9ff;*/
  color: var(--gray);
}

a {
  color: var(--light-blue);
  text-decoration: none;
}

a:hover {
  color: var(--light-purple);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

ul li {
    list-style: none;
}
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.main{
    display:flex;
}
.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: #ccc #0000;
    animation: l16 1s infinite linear;
}
.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
}
.loader::before {
    border-color: #f03355 #0000;
    animation: inherit;
    animation-duration: .5s;
    animation-direction: reverse;
}
.loader::after {
    margin: 8px;
}
@keyframes l16 {
    100%{transform: rotate(1turn)}
}
#loader {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
    display: flex;
    justify-content: center;
    align-items: center;
}
.swal2-styled.swal2-confirm{
    background-color: rgb(48, 133, 214);
}
.content-side{
    display: flex;
    position: relative;
    flex-direction:column;
    width: 100%;
    /*height: 100vh;*/
}
.dashboard_content{
  width: calc(100% - var(--left-side-width));
}
.question_icon{
    position: absolute;
    right: 5%;
    color: #D0D0D0;
    cursor: pointer;

}
.info-container {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    padding: 10px;
    width: 270px;
    background: var(--white);
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 1;
    transform: translate(13px, -27px);
}
.partial_visible{
  transform: translate(-96px, -27px);
}

.info-text {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: var(--text-gray);
}
.content{
    width: 100%;
    min-height: calc(100vh - 130px);
    background: var(--lite-white);
}
.logged_in_content{
  width: calc(100% - var(--left-side-width)) !important;
}
#main {
  margin-top: 0;
  padding: 20px 30px 0;
  transition: all 0.3s;
  position: relative;
}
.main_container{
    width: 100%;
    background: var(--lite-white);
    min-height: calc(100vh - 368px);
}
.section-body{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.body-right-side{
  /*position: relative;*/
  padding-left: 120px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .section-body {
    flex-direction: column;
  }
  .body-left-side{
    width: 100% !important;
  }
  .body-right-side{
    width: 100% !important;
    margin-top: 160px;
  }
    .status-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .switch-wrapper {
        margin-top: 0.5rem;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .mt-custom-sm{
        margin-top: 1rem;
    }
    .video_data {
        display: none;
    }
    .avg_score {
        margin-left: auto;
    }
}
.avg-score-badge {
    margin-right: 5% !important;
    margin-left: auto !important;
}

.analyse_card{
    background-image: linear-gradient(to right, #e0f2ff, #e0e7ff);
}
.color-dot {
    width: 12px;
    height: 12px;
    background-color: hsl(var(--bs-primary), 70%);
    border-radius: 50%;
    display: inline-block;
}

.highlight-box {
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: hsl(var(--bs-primary), 70%);
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.375rem;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.w-h-8px {
    width: 8px;
    height: 8px;
}

.country_detected{
    width: 10px;
    height: 10px;
}
.position-relative:hover .hover-overlay {
    opacity: 1 !important;
}
.bg-comment{
    background-color: oklch(97% .014 254.604);
}
.hover-opacity-100:hover {
    opacity: 1 !important;
}
.messages_area{
    max-height: 500px;
}
.message_hover:hover{
    background-color: #f8f9fa;
}
.countries_graphic{
    max-width: 300px;
    margin: 0 auto;
}

.message_hover .hover-actions {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
@media (max-width: 420px) {
    .hover-overlay {
        opacity: 1 !important;
    }
}
.message_hover:hover .hover-actions {
    opacity: 1;
}
.w-95{
    width: 95% !important;
}

.card.position-relative {
    position: relative;
}

.btn-vertical-group {
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
}

.card.position-relative:hover .btn-vertical-group {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.comments_card{
    max-height: 400px; overflow-y: auto;
}
.bottom-scroll{
    margin-bottom: 28% ;
}

.topic-btn.selected {
    background-color: #0d6efd;
    color: white;
}


.topic-btn{
    border: none;
}
.hidden {
    display: none;
}
.close-btn{
    right: 0.1rem; top: -5px;
}
@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

.image_upload{
    width: 60%;
    margin: auto;
}
.dropzone .dz-preview .dz-image {
/*border-radius: 50%;*/
    z-index: 8;
}
.dropzone .dz-image img {
    width: 120px;
    height: 120px;
}
.dropzone .dz-preview .dz-progress{
    z-index: unset;
}
.notify_msg{
    display: flex;
    justify-content: flex-end;
    font-size: 10px;
    color: crimson;
    transform: translate(-12px, -25px);
}
/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--blue);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--light-blue);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: var(--white);;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: var(--white);;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: var(--gray);
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: var(--cloud);
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--cloud-white);
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: var(--white);
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid var(--arrow-before);
    border-left: 1px solid var(--arrow-before);
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: var(--primary-light);
  border-color: var(--primary-light);
}

.bg-secondary-light {
  background-color: var(--secondary-light);
  border-color: var(--secondary-light);
}

.bg-success-light {
  background-color: var(--success-light);
  border-color: var(--success-light);
}

.bg-danger-light {
  background-color: var(--danger-light);
  border-color:  var(--danger-light);
}

.bg-warning-light {
  background-color: var(--warning-light);
  border-color: var(--warning-light);
}

.bg-info-light {
  background-color: var(--info-light);
  border-color: var(--info-light);
}

.bg-dark-light {
  background-color: var(--dark-light);
  border-color: var(--dark-light);
}

/* Card */
.card {
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: var(--darker-white);
  background-color: var(--white);;
  color: var(--blue-gray);
  padding: 15px;
}

.status-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.filters_container{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
}
.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--blue);
  font-family: "Poppins", sans-serif;
    display: flex;
    gap: 16px;
    margin-bottom: 0;
}
.card-title div{
    width: unset;
}
.card-title span {
  color: var(--dark-blue-gray);
  font-size: 14px;
  font-weight: 400;
}
.bi-search-video::before { content: "\f52a"; }

.hover-underline:hover {
    text-decoration: underline;
}
.font_size_95{
    font-size: 0.95rem;
}
.card-body {
  padding: 0 20px 20px 20px;
}
.chart_data div,
.chart_data svg{
    width: 100% !important;
}
.chart_data div:last-child{
    width: unset !important;
}
.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid var(--darker-white);
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--blue);
  background-color: var(--cloud-white);
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--light-blue);
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: var(--error-btn-hover);
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: var(--dark-blue-gray);
  font-weight: 600;
}

.breadcrumb a {
  color: var(--dark-blue-gray);
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: var(--gray-blue);
}

.breadcrumb .breadcrumb-item::before {
  color: var(--dark-blue-gray);
}

.breadcrumb .active {
  color: var(--gray-blue);
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid var(--darker-white);
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: var(--light-blue);
}

.nav-tabs-bordered .nav-link.active {
  background-color: var(--white);
  color: var(--light-blue);
  border-bottom: 2px solid var(--light-blue);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}
.header{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 58px;
    padding: 0 25px;
    background: var(--white);;
    box-shadow: 0 2px 8px var(--dark-box-shadow);
}
.non_auth_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}
.auth{
    display: flex;
    align-items: center;
    gap: 24px;
    height: 48px;
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: var(--blue);
}

.sidebar-dashboard {
  padding: 12px 10px 10px 5px!important;
}

.sidebar-dashboard-button {
  width: 100%;
  height: 48px;
}
.header .search-bar{
    position: relative;
    height: 32px;
    width: 380px;
}

.header .search-form {
    display: flex;
    align-items: center;
    width: 100%;
}
.header .search-form input{
    width: 100%;
    padding-left: 30px;
    background: var(--white-gray);
    border: 0.5px solid var(--light-gray);
    border-radius: 10px;
}
.moon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--white);;
    box-shadow: 0 2px 5px var(--opacitied_shadow);
    border-radius: 100px;
}
.moon_icon{
    font-size: 25px;
    color: #3A3A3A;
}
@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}
@media (max-width: 1199px) {
  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}
.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: var(--blue);
}

.delete_notify_from_page{
    cursor: pointer;
}
/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.form-btns{
  margin-right: 2rem;
}
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: var(--white);
  margin-right: 25px;
  position: relative;
}
.nav-icon.nav-black{
  color: var(--blue);
}

.header-nav .nav-profile {
  color: var(--blue);
}

.header-nav .nav-profile img {
  height: 36px;
    width: 36px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
    margin-left: 10px;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: var(--cloud-white);
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--gray);
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: var(--cloud-white);
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--gray);
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.card_position{
    position: unset !important;
}

.header-nav .profile .dropdown-item:hover {
  background-color: var(--cloud-white);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.left-side{
    width: var(--left-side-width);
    padding: 0 41px;
    transition: all 0.3s;
    /*overflow-y: auto;*/
    overflow: unset;
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar) transparent;
    background: var(--white);;
    box-shadow: 2px 0px 16px var(--dark-box-shadow);
}
.logo_img{
    margin: 6px 0;
}
.logo img {
    max-height: 100px;
    margin-right: 6px;
}
.logo span {
    font-size: 26px;
    font-weight: 700;
    color: var(--blue);
    font-family: "Nunito", sans-serif;
}
.content-keeper{
  display: flex;
  align-items: normal;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: row !important;
}
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--dark-gray);
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--dark-blue-gray);
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  transition: 0.3;
  background: var(--cloud-white);
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  margin-right: 10px;
}

.sidebar-nav .nav-link.collapsed {
  background: var(--white);;
}

.sidebar-nav .nav-link.collapsed i {
  color: var(--dark-blue-gray);
}

.sidebar-nav .nav-link:hover {
  color: var(--light-blue);
  background: var(--cloud-white);
}

.sidebar-nav .nav-link:hover i {
  color: var(--light-blue);
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--blue);
  padding: 10px 0 10px 35px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 15px;
  margin-right: 10px;
  line-height: 0;
  border-radius: 50%;
}
.logout-sidebar{
  color:var(--dark-red) !important;
}


.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: var(--light-blue);
}
#sidebar-nav .active {
    display: flex;
    align-items: center;
    background-color: var(--sky-blue);
    border-radius: 10px;
    border: none;
    color: var(--white);;
}
/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0;
  top: 15px;
}

.dashboard .filter .icon {
  color: var(--scrollbar);
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: var(--light-blue);
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--scrollbar);
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}
.medias_connect .info-card{
    position: unset!important;

}
.dashboard .info-card h6 {
  font-size: 28px;
  color: var(--blue);
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}
.progress-bar{
    background-color: #1876f1;
    height: 18px;
}
.country_percentage{
    background: #fea800;
    justify-content: flex-end;
    display: flex;
    border-radius: 8px;
}
.country_percentage .percent{
    font-size: 12px;
    width: 15%;
    align-items: center;
    text-align: center;
    color: #060606;
    font-weight: normal;
}
.progress{
    height: 18px !important;
    width: 85%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 5px solid white;
}
.dashboard .sales-card .card-icon {
  color: var(--light-blue);
  background: var(--secondary-white);
}

.dashboard .revenue-card .card-icon {
  color: var(--green);
  background: var(--white-green);
}

.dashboard .customers-card .card-icon {
  color: var(--orange);
  background: var(--white-orange);
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: var(--secondary-gray);
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: var(--light-bluer);
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--white);
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: var(--blue);
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: var(--light-blue);
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: var(--secondary-white);
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: var(--secondary-white);
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}
.dashboard_container{
    width: calc(100% - 400px);
}
.slide{
    /*background: #F44336;*/
    border-radius: 24px;
    width: 420px !important;
    height: 245px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.facebook_dashboard{
    background-color: var(--sky-blue) !important;
}
.instagram_dashboard{
  background-color:  var(--instagram) !important;
}
.youtube_dashboard{
  background-color: var(--youtube) !important;
}
.tiktok_dashboard{
  background-color: var(--tiktok) !important;
}
.twitter_dashboard{
  background-color: var(--twitter) !important;
}
.twitch_dashboard{
  background-color: var(--twitch) !important;
}
.dashboard_img{
    border: 2px solid var(--white);
    border-radius: 50%;
    width: 74px;
    height: 74px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(5px);
}
.dashboard_user{
    display: flex;
    align-items: center;
    gap: 20px;
}
.blure{
  filter: blur(3px);
}
.coverage{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d7d7d7;
}
.nick{
 position: relative;
}
.nick .coverage{
  transform: translate(0px, 3px);
}
.user_platform{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: var(--white);;
}
.dashboard_user_name{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    text-transform: capitalize;
    color: var(--white);;
    position: relative;
}
.dashboard_platform_img{
    border-radius: 50%;
    background: var(--white);;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 20px 0 0;
}
.slide_content{
    margin: 35px 0 10px 35px;
}
.dashboard_platform_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    column-gap: 45px;
}
.dashboard_platform_info ul{
    margin: 0;
    padding: 0;
}
.dashboard_platform_info li{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--white);;
}
.dashboard_user_info p{
    margin: 0;
}
.dashboard_platform_info .platform_info_count{
    font-size: 24px;
    line-height: 30px;
    margin-top: 6px;
}
.platform_info_country{
    margin-top: 6px;
    text-align: center;
}
.flag-icon-rounded{
    height: 30px !important;
    width: 30px !important;
}
.no_avg{
  justify-content: flex-start !important;
}
.no_avg .card_block_bottom{
  margin-right: 15px;
  margin-right: 30px;
}
.owl-carousel .owl-item img{
    width: unset;
}
/*.owl-carousel {*/
/*    width: calc(100% - 268px);*/
/*}*/
/*--------------------------------------------------------------
# Users list and manage
--------------------------------------------------------------*/
.users_manage{
    margin: 40px;
}
.users_info_top,
.users_info_content{
    margin: 25px;
}
.users_info_top{
  margin: 25px 0;
}
.users_show_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.users_show_title{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    color: var(--dark_blue);
    margin: 0;
}
.users_count{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--dark-gray);
    margin: 0;
}
.users_show_download{
    display: flex;
    align-items: center;
    padding: 6px 8px;
    gap: 6px;
    background: var(--sky-blue);
    box-shadow: 0 0 8px var(--dark-box-shadow);
    border-radius: 8px;
    color: var(--white);;
}
.users_show_download:hover{
    color: var(--white);;
    box-shadow: 0 0 5px rgb(0, 0, 0);
}
.users_info_container{
    background: var(--white);;
    box-shadow: 0 0 8px var(--dark-box-shadow);
    border-radius: 10px;
    margin-top: 16px;
    padding: 1px;
}
.users_info_top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.admin_request_report .users_info_top{
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
.manage_user_info_top{
    margin: 25px 50px;
}
.users_search{
    display: flex;
    align-items: center;
    position: relative;
}
.users_search input{
    width: 240px;
    padding-left: 30px;
    background: var(--white-gray);
    border: 0.5px solid var(--light-gray);
    border-radius: 10px;
}
.users_search .search-form{
    display: flex;
    align-items: center;
}
.users_action{
    display: flex;
    gap: 9px;
    font-size: 17px;
}
.delete_user{
    background-color: unset;
    border: unset;
}
.user_info_table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.user_info_table tr th,
.user_info_table tr td {
    padding: 5px;
    border-right: 1px solid var(--td);
    border-bottom: 1px solid var(--td);
    text-align: center !important;
}

.user_info_table tr th:first-child,
.user_info_table tr td:first-child {
    border-right: none;
    border-left: 1px solid var(--td);
}
.user_info_table.failedRefreshToken tr th:first-child,
.user_info_table.failedRefreshToken tr td:first-child {
    border-right: 1px solid var(--td);
}


.user_info_table tr th {
    background: #F0F4F7;
    border-top: solid 1px var(--td);
}

/* top-left border-radius */
.user_info_table tr:first-child th:first-child {
    padding-right: 10px;
    border-top-left-radius: 10px;
}

/* top-right border-radius */
.user_info_table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

/* bottom-left border-radius */
.user_info_table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

/* bottom-right border-radius */
.user_info_table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.youtube_small_icon,
.filter_icon img{
    width: 18px;
}
.table_profile_img{
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin-right: 5px;
}
input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: var(--white);
  /* Not removed via appearance */
  margin: auto;
  font: inherit;
    color: var(--checkbox);
  width: 15px;
  height: 15px;
  border: 2px solid var(--checkbox);
  border-radius: 0.15em;
  display: grid;
  place-content: center;
}
input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--black);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.users_content a{
    color: #141414;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
}
.users_content .accept{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: darkgreen;
}
.users_content .block{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: firebrick;
}
.instagram_users_list{
    background: linear-gradient(45deg, #FFC107 14.65%, #F44336 50.49%, #9C27B0 84.64%);
}
.users_social_links{
    display: flex;
    justify-content: center;
}

.users_filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.filter, .edit_columns{
    display: flex;
    gap: 7px;
    background: var(--white-gray);
    border: 0.5px solid var(--light-gray);
    border-radius: 10px;
    padding: 5px 10px;
}
.filter:hover, .edit_columns:hover{
    cursor: pointer;
    color: var(--light-gray);
}
.user_page_icon{
    color: var(--light-gray);
}
.users_page_top{
    justify-content: space-between;
    padding: 0 25px;
}
.user_info_table ul{
    margin: 0;
    padding: 0;
}
.user_info_table li{
    list-style: none;
    position: relative;
}
.user_page_total_count{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 8px;
    color: var(--count-gray);
    margin-top: 3px;
}
.users_country{
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    color: var(--dark_blue);
}
.top_countries{
    box-shadow: 0 0 5px rgb(255, 255, 255);
}
.edit_columns_modal, .filter_modal{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(239, 241, 246, 0.5);
    backdrop-filter: blur(4px);
}
.edit_columns_modal_content{
    width: 500px;
    background: var(--white);;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
 }
.edit_columns_modal_top{
    width: 100%;
    background: var(--sky-blue);
    border-radius: 10px 10px 0 0;
    height: 60px;
    color: var(--white);;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px;
}
.close_edit_columns_modal{
    transform: translate(0, -15px);
}
.close_edit_columns_modal:hover{
    cursor: pointer;
}
.table_heads{
    margin-bottom: 12px;
}
.table_heads li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-top: 12px;
    color: rgba(95, 102, 111, 0.4);
}
.table_heads input[type=checkbox]:checked + label {
    color: var(--dark-gray);
}
.table_heads li input{
    margin: 0 10px;
}
.modal_actions{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.modal_actions button{
    background: var(--sky-blue);
    border: 3px solid var(--sky-blue);
    box-shadow: 0 0 8px var(--dark-box-shadow);
    border-radius: 8px;
    height: 40px;
    width: 120px;
}
.modal_actions button:hover{
    box-shadow: 0 0 5px rgb(0, 0, 0);
}
.modal_actions .cancel_btn{
    background: var(--white);;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: var(--sky-blue);
}
.submit_btn{
    color: var(--white);;
}
.filter_modal_content{
    background: var(--white);;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.filter_modal_content label{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--dark-gray);
    display: block;
    margin-bottom: 6px;
}
.filter_modal_content_head input{
    width: 100%;
    margin-bottom: 12px;
    background: var(--white-gray);
    border: 1px solid var(--td);
    border-radius: 10px;
    height: 43px;
}
.filter_modal_content .table_heads{
    padding: 15px;
}
.top_countries_list{
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
.country_code{
    gap: 5px;
    display: flex;
    align-items: center;
}
.filter_icon{
    display: flex;
    align-items: center;
    gap: 10px;
}
.checkAll{
    display: flex;
    align-items: center;
    padding-left: 15px;
    gap: 15px;
}
#allCheck{
    margin: 0 0 6px 0;
}
.users_filter_show_more{
    display: none;
}
.users_list_table_name{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.edit_btn{
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.add-edit_btn{
    column-gap: 5px;
}
/*--------------------------------------------------------------
# select2
--------------------------------------------------------------*/
.filter_modal_content .select2-container,
.users_by_country .select2-container,
.users_by_gender .select2-container,
.users_by_platform .select2-container,
.country_by_platform .select2-container,
.country_by_users .select2-container,
.platform_select_block .select2-container,
.users_by_age .select2-container{
    width: 100% !important;
    margin-top: 6px;
    margin-bottom: 6px;
}
.filter_modal_content .select2-container--default .select2-selection--single,
.users_by_country .select2-container--default .select2-selection--single,
.users_by_gender .select2-container--default .select2-selection--single,
.users_by_platform .select2-container--default .select2-selection--single,
.country_by_platform .select2-container--default .select2-selection--single,
.platform_select_block .select2-container--default .select2-selection--single,
.users_by_age .select2-container--default .select2-selection--single{
    background: var(--white-gray);
    border: 1px solid var(--td);
    border-radius: 10px;
    height: 43px;
}
.filter_modal_content .select2-container--default .select2-selection--single span,
.users_by_country .select2-container--default .select2-selection--single span,
.users_by_gender .select2-container--default .select2-selection--single span,
.users_by_platform .select2-container--default .select2-selection--single span,
.country_by_platform .select2-container--default .select2-selection--single span,
.platform_select_block .select2-container--default .select2-selection--single span,
.users_by_age .select2-container--default .select2-selection--single span{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter_icon .option_image{
    width: 20px;
}
.select2-results__option{
    display: flex;
    align-items: center;
    gap: 10px;
}
.select2-results__options{
    background-color: #e2e7f1;
}
/*--------------------------------------------------------------
# DataTable
--------------------------------------------------------------*/
table.dataTable{
    width: 100% !important;
}
.datatables_filter{
    float: unset;
}
.dataTables_wrapper .dataTables_filter i{
    left: 10px;
}
.dataTables_wrapper .dataTables_filter label{
    display: flex;
    align-items: center;
    position: relative;
}
.dataTables_wrapper .dataTables_filter input{
    width: 240px;
    padding-left: 30px;
    background: var(--white-gray);
    border: 0.5px solid var(--light-gray);
    border-radius: 10px;
}
[type=search]{
    outline-offset: unset;
}
.dataTables_wrapper .no-footer{
    border-bottom: none !important;
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_length{
    margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    border: unset;
    background: unset;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: unset;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    color: inherit !important;
    border: 0.5px solid var(--light-gray);
    box-shadow: 0 0 8px var(--dark-box-shadow);
}
.dataTable .disable-sorting:before,
.dataTable .disable-sorting:after {
    display: none !important;
}
.user_list_page_info tr th, .user_list_page_info tr td {
    border-right: none;
}
.user_list_page_info tr td:last-child,
.user_list_page_info tr th:last-child {
    border-right: 1px solid var(--td);
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: var(--white);
  border-radius: 0.25rem;
  text-align: center;
  color: var(--blue);
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.bi-search{
    position: absolute;
    color: var(--light-gray);
    left: 8px;
}
.plus_minus_icon{
    color: var(--count-gray);
}
.plus_minus_icon:hover{
    cursor: pointer;
}
.dataTables_wrapper{
    position: unset;
}
.flag-icon-rounded {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-size: cover;
}
.icon_for_pdf{
    display: flex;
    align-items: center;
    width: auto !important;
}
/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile_content, .overview_content{
    margin: 40px;
}
.profile_content_1{
    margin: 0 auto !important;
}
.info_download{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.delete{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 34px;
    height: 34px;
    background: #FF5E03;
    box-shadow: 0px 0px 8px var(--dark-box-shadow);
    border-radius: 8px;
}
.modal-fs{
    font-size: 14px;
}
.success_color{
  color: green;
}
.error_color{
    color: red;
}
.oklch-text {
    color: oklch(39.3% .095 152.535);
}

.oklch-background {
    background-color: oklch(98.2% .018 155.826)
}

.warning-text{
    color: oklch(39.6% .141 25.723);
}
.warning-text-background{
    background-color: oklch(93.6% .032 17.717)
}
.chat-area {
    height: 250px;
    overflow-y: auto;
    padding: 0.5rem;
}

.download{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    width: 34px;
    height: 34px;
    background: var(--sky-blue);
    box-shadow: 0px 0px 8px var(--dark-box-shadow);
    border-radius: 8px;
}
.download:hover,
.delete:hover{
    box-shadow: 0 0 5px rgb(0, 0, 0);
}
.copy_link_new{
  margin-left: auto !important;
}
.profile_info{
    display: flex;
    width: 100%;
    min-height: 178px;
    margin: 30px 0;
    padding: 20px;
    background: var(--white);;
    box-shadow: 0 0 8px var(--dark-box-shadow);
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    border:  1px solid  rgba(0, 0, 0, 0.175);;
}
.profile_info_new{
  flex-direction: column;
}
.links_and_count{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    min-height: 40px;
    margin-top: 24px;
}
.info_left_profile{
  width: 100%;
}
.content_profile{
  width: 100%;
}
.info_left_profile .user_info{
  justify-content: flex-start !important;
}
.left-links{
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 70%;
}
.left-links .profile_media_logo{
  margin-right: 12px;
  margin-bottom: 12px;
}
.left-links img{
  margin: 0 !important;
    /*width: 18px;*/
    height: 22px;
}
.new_right .total{
  margin: 0;
}
.new_total{
  flex-direction: column;
}
.total_text_count{
    display: flex;
    align-items: flex-start;
}
.profile_info .info_left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    width: 55%;
}
.profile_info .info_right{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.user_info{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.user_info .rounded-circle{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    width: 80px;
}
.soc_media_div{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 12px;
    gap: 12px;
    width: 105px;
    height: 48px;
    border-radius: 6px;
    position: relative;
}
.soc_media_div:hover{
    transition: all 0.3s;
    box-shadow: 0 0 3px rgb(0, 0, 0);
}
.soc_media_div[data-title]:hover::before {
    position: absolute;
    content: "";
    transform: translate(-50%, 40%) rotate(45deg);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 5px;
    left: 50%;
    bottom: -13px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
}
.soc_media_div[data-title]:hover::after,
.icon-item[data-title]:hover::after {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 40%);
    box-shadow: 0 0 8px var(--dark-box-shadow);
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
}
.youtube[data-title]:hover::after,
.youtube[data-title]:hover::before{
    background-color: #FFEEEF;
    color: #FF361C;
}
.facebook[data-title]:hover::after,
.facebook[data-title]:hover::before{
    background-color: #DCEBFD;
    color: #1E8FF7;
}
.instagram[data-title]:hover::after,
.instagram[data-title]:hover::before{
    background-color: #E53977;
    color: #F6EFFF;
}
.tiktok[data-title]:hover::after,
.tiktok[data-title]:hover::before{
    background-color: #000000;
    color: #F6EFFF;
}
.twitch[data-title]:hover::after,
.twitch[data-title]:hover::before{
    background-color: #E8E2F4;
    color: #673ABD;
}
.twitter[data-title]:hover::after,
.twitter[data-title]:hover::before{
    background-color: #f3f3f3;
    color: var(--twitter);
}
.youtube{
    background: #FFEEEF;
}
.youtube p{
    color: #FF0000;
}
.facebook{
    background: #DCEBFD;
}
.facebook p{
    color: var(--sky-blue);
}
.instagram{
    background: #E53977;
}
.tiktok{
    background: #000000;
}
.twitch{
    background: #E8E2F4;
}
.twitch p{
    color: #673AB7;
}
.twitter{
    background: #f3f3f3;
}
.twitter p{
    color: var(--twitter);
}
.total_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #35CC73;
    border-radius: 8px;
    margin-right: 12px;
}
.copy_link{
    border-radius: 50%;
    border: 1px solid var(--link-gray);
    width: 30px;
    height: 30px;
    margin-left: 122px;
}
.copy{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
}
.refresh_link{
    display: flex;
    border-radius: 50%;
    border: 1px solid var(--link-gray);
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transform: translate(0, -34px);
}
.refresh{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: var(--count-gray);
}
.total{
    display: flex;
    height: 48px;
    margin-top: 25px;
    margin-bottom: 9px;
    justify-content: flex-end;
}
.total_info{
    margin-right: 15px;
}
.total_count{
    /*width: 76px;*/
    height: 22px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
}
.total_text{
    width: 79px;
    height: 22px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0;
}
.last_update{
    height: 24px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
    color: #9B9B9B;
    margin-left: 22px;
    padding-top: 7px;
}
#create_user,
#edit_page_form{
    width: 60%;
    margin: auto;
}
.page-break {
    page-break-before: always;
}
.country_flag{
    width: 30px;
}
#emailLink:hover{
    cursor: pointer;
}

.editIcon{
    font-size: 15px;
    cursor: pointer;
}

.saveBtnQuickInfo{
    font-size: 10px;
    cursor: pointer;
    border: none;
    padding: 3px;
}

.profile_image{
    position: relative;
}

.profile_image form{
    position: absolute;
    top: 0;
    right: -10px;
    cursor: pointer;
}
.profile_image form label{
    cursor: pointer;
}
/*--------------------------------------------------------------
# Overview Page
--------------------------------------------------------------*/
.overview_top{
    width: 100%;
}
.overview_content a{
    color: unset;
}
.overview_user{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
}
.overview_user_info{
    display: flex;
}
.user_name p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    color: var(--dark_blue);
    margin: 0;
}
.user_name span{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--dark-gray);
}
.overview_user_info .refresh_link{
    transform: unset;
}
.overview_media_action{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}
.action_total_info{
    display: flex;
    width: 202px;
    height: 100px;
    background: var(--white);;
    border-radius: 10px;
}
.icon_div{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_div i{
    font-size: 30px;
}
.action_total_title{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--dark_blue);
    margin: 0;
}
.count{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: var(--dark_blue);
    margin: 0;
}
.three_dots{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 4px 12px 0 0;
}
.action_total_info_content{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 25px;
}
.first_block, .second_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
}
.first_block, .second_block{
    margin-bottom: 25px;
}
.block_title{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: var(--dark_blue);
    margin: 0;
}
.block_sub_title{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--text-gray);
    margin: 0;
}
.block_style{
    min-width: 400px;
    height: 604px;
    background: var(--white);;
    box-shadow: 0 0 16px var(--dark-box-shadow);
    border-radius: 10px;
    padding: 20px 24px;
    width: 33%;
}
.country_list{
    width: 100%;
    margin-top: 25px;
}
.country_list ul{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
}
.country_flag_code{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
}
.highest_by_country_header,
.overview_block_headers{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.highest_by_country_header .country_by_platform{
    min-width: 170px;
    height: 50px;
}
.overview_block_headers .platform_select{
    min-width: 90px;
    height: 50px;
}
.country_list_percentage{
    margin: 0 0 0 auto;
}
.list_name{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
}
.user_by_highest thead{
    height: 37px;
}
.user_by_highest tbody tr{
    margin-bottom: 5px;
}
.user_by_highest thead tr th{
    padding-bottom: 5px;
}
.user_by_highest{
    width: 100%;
}
.user_by_highest img{
    border-radius: 50%;
    height: 35px;
    width: 35px;
    background-size: cover;
    margin-right: 5px;
}
.gender_info, .age_info{
    width: 400px;
    height: 604px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
}
.gender_distribution, .highest_by_gender,
.age_distribution, .highest_by_age{
    width: 100%;
    height: 245px;
    background: var(--white);;
    box-shadow: 0 0 16px var(--dark-box-shadow);
    border-radius: 10px;
    padding: 24px;
}
.highest_by_gender, .highest_by_age{
    height: 335px;
}
.overview_media_info tbody tr td {
    margin-bottom: 3px;
}
.platform_total_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0 25px 0;
}
.platform_total_info span{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--dark_blue);
}
.platform_list .icon-side{
    min-width: 40px;
    height: 40px;
}
.platform_list .icon-side img{
    width: 20px;
}
.platform_list ul{
    padding: 0;
    margin: 0;
}
.platform_list p{
    margin-bottom: 0;
}
.overview_platform_percentage{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 30px;
    color: var(--white);;
    border-radius: 5px;
}
.platform_list li{
    padding: 15px 0;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    margin: 0;
}
.platform_list li:last-child{
    border-bottom: none;
}
.no_info{
    text-align: center;
}
.no_info img{
    margin: 20px 0 20px 0;
}
.scroll_style, .country_list, .platform_list{
    height: 475px;
    overflow-y: auto;
    padding-right: 5px;
}
.users_by_gender .scroll_style,
.users_by_age .scroll_style{
    height: 185px;
}
.break-after {
    page-break-after: always;
}
/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: var(--light-blue);
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: var(--light-blue);
}

.contact .info-box h3 {
  font-size: 20px;
  color: var(--blue);
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--white);
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: var(--white);
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--white);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--light-blue);
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: var(--light-blue);
  border: 0;
  padding: 10px 30px;
  color: var(--white);
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

.contact_container{
    margin: 50px 25px;
    background: #F9FAFB;
    border: 1px solid #B6B6B6;
    border-radius: 15px;
}
.contact_container_1{
    margin: 50px 0;
}
.contact_top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #056fd2;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 25px 10px;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding: 30px;
    flex-wrap: nowrap;
}
.contact_top p{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--white);;
    margin: 0;
}
.contact_top p:last-child{
  text-align: center;
  width: 97%;
}
.bi-chat-left{
    position: absolute;
    transform: translate(-8px, -7px);
}
.bi-chat-left::before{
    background-color: #056fd2d4;
}
.contact_form{
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
}
.contact_form_field{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_form_input{
    width: 48%;
    display: flex;
    flex-direction: column;
    color: #2D3958;
    margin-bottom: 15px;
}
.contact_form_input span,
.contact_form_comment span{
    color: #c72d2d;
}
.contact_form_input label,
.contact_form_comment label{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    text-transform: capitalize;
    color: #2D3958;
}
.contact_form_input_field, .comment_text{
    font-size: 14px;
    background: var(--white);;
    box-shadow: 0 20px 50px 5px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    border: none;
    outline: none;
}
.contact_form_input_field{
    height: 45px;
    padding: 0 15px;
    border-radius: 5px;
}
.contact_form_comment{
    display: flex;
    flex-direction: column;
    color: #2D3958;
}
.comment_text{
    width: 100%;
    font-family: inherit;
    padding: 15px;
    resize: none;
}
.contact_form_sbm_btn{
    background: #056FD2;
    box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
    border: none;
    outline: none;
    height: 45px;
    font-size: 15px;
    margin: 21px 0 5px;
}
.contact_form_sbm_btn:hover{
    box-shadow: 0 0 5px rgb(0, 0, 0);
}
/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: var(--light-blue);
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 30px;
}

.error-404 .btn {
  background: var(--gray-blue);
  color: var(--white);
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: var(--error-btn-hover);
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{
    background: var(--lite-white);
}
.footer {
    width: 100%;
    left: 0;
    top: 0;
    padding: 60px 0;
    background: var(--lite-white);
}
.footer_auth_content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}
.footer_auth_content{
    margin: 40px 40px 0 40px;
}
.footer_auth_content ul{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}
.footer_content{
    height: 250px;
    display: flex;
}
.footer_left{
    width: 50%;
}
.logged_main{

  justify-content: space-between;
}
.footer_text{
    margin-top: 30px;
    height: 56px;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-left: 15px;
    color: #6E7CA0;
}
.footer_right{
    display: flex;
    width: 50%;
}
.footer_right ul{
    padding-left: 3rem;
}
.footer_right ul li{
    list-style: none;
    margin-top: 24px;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #6E7CA0;
}
.footer_link{
    color: #6E7CA0;
}
.social_links{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 !important;
}
.footer_right .social_links li{
    margin-top: 0;
    /*margin-right: 20px;*/
}
.footer_right .footer_list_head{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #6E7CA0;
}
.social_links .social_link:hover{
    color: #0E8EF2;
}
.footer_link .bi-twitter:hover{
    color: #1da1f2;
}
.footer_link .bi-linkedin:hover{
    color: rgb(0, 119, 181);
}
.footer_link .bi-instagram:hover{
    color: #AB3162;
}
.footer_link .bi-tiktok:hover{
    color: black;
}
.copyright{
    width: 100%;
    border-top: 2px solid rgba(217, 217, 217, 0.5);
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #6E7CA0;
    padding: 14px 0;
}
.copyright_text{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #6E7CA0;
    margin: 0;
    text-align: center;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--white);;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1eb515;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1eb515;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.form_group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 50%;
}

.form_field {
    font-family: inherit;
    width: 300px;
    border: 0;
    border-bottom: 2px solid;
    outline: 0;
    font-size: 1.3rem;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;

}

:root {
  --bg: #dcdde1;
  --color-icon: #535c68;
  --social-icon-youtube: #cd201f;
  --social-icon-twitter: #f3f3f3;
  --social-icon-tiktok: black;
  --social-icon-facebook: #3b5999;
  --social-icon-instagram: #e4405f;
  --social-icon-twitch: #9146FF;
  --social-icon-snapchat: #d0c527;
}

.icon-list {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.icon-item {
  list-style: none;
    margin-right: 8px;
}
.icon-item img{
    width: 25px;
}

.icon-item a:hover{
    cursor: pointer;
}
.icon-link {
  display: inline-flex;
  font-size: 25px;
  text-decoration: none;
  color: var(--color-icon);
  width: 35px;
  height: 35px;
  transition: .5s linear;
  position: relative;
  z-index: 1;
  margin: auto
}

.icon-link:hover {
  color: var(--white);
}

.icon-link i {
  margin: auto;
}

.icon-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  background: #000;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: 0.3s cubic-bezier(.95, .32, .37, 1.21);
}

.icon-link:hover::before {
  transform: scale(1);
}

.youtube_hover:hover:before {
  background: var(--social-icon-youtube);
}

.twitter_hover:hover:before {
  background: var(--social-icon-twitter);
}

.tiktok_hover:hover:before {
  background: var(--social-icon-tiktok);
}

.facebook_hover:hover:before {
  background: var(--social-icon-facebook);
}

.instagram_hover:hover:before {
  background: var(--social-icon-instagram);
}
.twitch_hover:hover:before {
  background: var(--social-icon-twitch);
}
.snapchat_hover:hover:before {
  background: var(--social-icon-snapchat);
}

.pagination{
  margin-top: 30px;
  justify-content: center;
}

.pagination li {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination .active .page-link{
 background-color: #4358fe;
}

.info_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.edit_cancel_btn{
    flex-direction: row;
    justify-content: space-between;
}
.edit_page_btn_cancel{
    background-color: var(--dark-red) !important;
}
.edit_cancel_btn .edit_page_btn{
    width: 45%;
}
.edit_page_btn_cancel:hover{
    color: var(--white);
}
.media_info_title {
  display: flex;
  justify-content: space-between;
    align-items: center;
}
.icon_style{
  color: #e9096b;
  font-size: larger;

}

.twitter-icon{

  color: var(--social-icon-twitter);
}
.youtube-icon{

  color: var(--social-icon-youtube);
}
.facebook-icon{

  color: var(--social-icon-facebook);
}
.instagram-icon{

  color: var(--social-icon-instagram);
}
.twitch-icon{

  color: var(--social-icon-twitch);
}
.tiktok-icon{

  color: var(--social-icon-tiktok);
}
.snapchat-icon{

  color: var(--social-icon-snapchat);
}

.login_button{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: var(--white);;
}
.login_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 12px 30px;
    width: 115px;
    height: 48px;
    background: #3082FD;
    border-radius: 100px;
    border: none;
}
.login_btn:hover,
.register_btn:hover{
    background-color: #011d47c9;
    color: var(--white);;
}
.register_button{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #3082FD;
}
.register_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 12px 15px;

    width: 115px;
    height: 48px;
    background: var(--white);;

    border: 1px solid #3082FD;
    border-radius: 100px;
}
.coustume-logo{
  width: 180px;
  height: 86.48px;
}
.main_home {
    width: 100%;
}
.home_small_text{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #3082FD;
    margin-bottom: 10px;
}
.home_topic_title{
    width: 541px;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 57px;
    text-transform: capitalize;
    color: #2D3958;
    margin-bottom: 20px;
}
.home_topic_text{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    color: #6E7CA0;
}
.home_info{
    display: flex;
    padding: 0;
    margin-top: 31px;
}
.home_info li{
    display: flex;
    align-items: center;
    list-style: none;
    margin-right: 35px;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    color: #6E7CA0;
}
.bi-check{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: var(--white);;
    background-color: #3082FD;
    margin-right: 7px;
}
.dash-mainer{
  padding-bottom: 2px;
}
.first_page,
.second_page,
.third_page{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px 0;
}
.nav-link-dark{
  background-color: transparent !important;
  color: white;
}
.nav-link-dark i{
  filter: brightness(0) invert(1);
}

.mobile_logo{
  display: none;
}
.first_topic{
    width: 50%;
    margin: auto;
}
.first_img_block{
    width: 50%;
    margin: auto 0 auto 50px;
}
.first_img{
    width: 100%;
    transform: translate(10px, -15px);
}
.first_poligon{
    position: absolute;
    left: 0;
    transform: translate(0, 109px);
}
.second_page{
    margin-top: 110px;
}
.second_img_block{
    width: 45%;
}
.second_img{
    width: 100%;
    transform: translate(-20px, 10px);
}
.second_topic{
    width: 55%;
    margin: auto 0 auto 50px;
}
.second_page .home_topic_title{
    width: 100%;
    margin-bottom: 25px;
}
.second_poligon{
    position: absolute;
    right: 0;
    transform: translate(0, 195px);
}
.third_poligon{
    position: absolute;
    left: 0;
    transform: translate(0, -125px);
}
.third_page{
    margin-top: 100px;
}
.third_topic{
    width: 50%;
    margin: auto;
}
.third_img_block{
    width: 50%;
    margin: auto;
    padding-left: 50px;
}
.third_img{
    width: 100%;
}
.fourth_page{
    width: 100%;
    margin-top: 100px;
}
.fourth_left_vector{
    transform: translate(0, -65px);
    position: absolute;
    left: 0;
}
.fourth_right_vector{
    transform: translate(0, -65px);
    position: absolute;
    right: 0;
}
.fourth_topic{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.fourth_topic .home_topic_title{
    text-align: center;
}
.fourth_img{
    left: 0;
    right: 0;
    width: 100%;
}
.home_page_contact{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #26304A;
    border-radius: 24px;
    margin-bottom: 70px;
    margin-top: 60px;
}
.bg_img{
    width: 100%;
 }
.home_contact_content{
    width: 95%;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: space-between;
}
.contact_text {
    max-width: 754px;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 174.5%;
    text-transform: capitalize;
    color: var(--white);;
    margin: 0;
}
.contact_button {
    right: 83px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 37px;
    max-width: 180px;
    height: 56px;
    background: #3082FD;
    border-radius: 100px;
}
.small_filter_label{
  display: none;
}
.contact_btn{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: var(--white);;
}
.contact_button:hover{
    box-shadow: 0 0 10px rgb(0, 0, 0);
}
.register_png{
  width: 100%;
  object-fit: cover;

}
.register_welcome_text{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #6E7CA0;
    text-align: center;
    margin: 0;
}
.register-logo{
    width: 47%;
    margin: 0 auto;
}
.register_terms{
    flex-direction: row;
    justify-content: space-between;
}
.login_logo{
    width: 100%;
}
.register-login{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #2D3958;
    text-align: center;
    margin-bottom: 35px;
}
.register-login a,
.forgot_pwd a,
.condition a{
    color: #0083FF;
}
.register-login a:hover,
.forgot_pwd a:hover,
.condition a:hover{
    color: var(--light-blue);
}
.input_icon, .register_input_icon{
    position: absolute;
    color: #6E7CA0;
    right: 14%;
}
.register_input_icon{
    right: 3%;
    font-size: 20px;
}
#first_name{
    margin-right: 10px;
}
.login_welcome_text{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    color: #2D3958;
    text-align: center;
}
.register-section-body{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.register-body-right-side{
  /*position: relative;*/
  padding-bottom: 150px;
}
.notify-scroll{
    overflow-y: auto;
    max-height: 350px;
}
@media (max-width: 1100px) {
  .header .search-bar {
    width: 100% ;
  }
  .header {
    padding: 30px 16px 30px 0;
  }
  .header .search-form input{
    width: 88%;
    margin-right: 15px;
    min-width: unset;
  }
}

@media (max-width: 991px) {
    .image-side{
        display: none;
    }
  .register-section-body {
    flex-direction: column;
  }
  .register-body-left-side{
    width: 100% !important;
  }
  .register-body-right-side{
    width: 100% !important;
    margin-top: 160px;
  }
}

@media (max-width: 1199px) {

  .register-body-left-side{
    width: 100% !important;
  }
  .register-body-right-side{
    width: 100% !important;
    margin-top: 50px;
  }
}
.form_padding{
  padding: 0.85rem 0.75rem;
}
.form_password{
  width: 50%;

}
.form_password:first-child{
  margin-right: 10px;

}
.form-field{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
}
.pwd_icon{
    right: 53%;
}
.form_input{
    width: 80%;
    background: var(--white);;
    border: 2px solid #DFE1EC;
    border-radius: 10px;
    padding: 20px;
}

.form_dropdown_input{
    width: 80%;
    background: var(--white);;
    border: 2px solid #DFE1EC;
    border-radius: 10px;
    padding: 10px 20px;
}

.register_form_input{
    width: 100%;
    height: 55px;
    outline: none;
}
.form_add_user_pass{
  height: 55px;
}
.create_pass{
  height: 55px;
}
.register_password_field{
  position: relative;
  width: 49%;
}
.register_password_field .form_password {
  width: 100%;
}
.password_field{
  justify-content: space-between;
}
.login_page_btn, .register_page_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    min-width: 149px;
    height: 70px;
    background: var(--sky-blue);
    border-radius: 10px;
    border: none;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--white);;
}
.register_page_btn{
    width: 45%;
}
.error_msg{
    margin: 0;
    font-size: .875em;
    color: #dc3545;
}
.forgot_pwd{
    margin-top: 25px;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #2D3958;
}
.image-side{
  width: 50%;
}
.input-sides{
    width: 80%;
    margin: auto;
}
.register-side{
  width: 50%;
}
@media (max-width: 1330px) {
    .register-section-body {
        height: 100vh;
    }
    .input-sides {
        height: 100%;
    }
    .image-side {
        height: 100%;
    }
}
@media (max-width: 1210px){
    .info_title {
        margin-top: 25px;
    }

    .register-login {
        margin-bottom: 25px;
    }
    .register_page_btn{
        height: 65px;
    }
    .form_input{
        padding: 10px;
    }
}
@media (max-width: 765px) {
  .register-side{
    width: 100%;;
  }
  .contact_form_field{
    flex-direction: column;
  }
  .contact_form_input{
    width: 100%;
  }
  .contact_container {
    margin: 50px 15px;
  }
  .register_password_field{
    width: 100%;
  }
}
.home_card_header_title{
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 63px;
  color: #2D3958;
}

.modal_home_card_header_title{
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 63px;
  color: #2D3958;
}

.home_card_header_subtitle{
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #6E7CA0;
}

.medias img{
  width: 30%;

}
.page_column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sub_span{
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;
  color: #6E7CA0;
}
.prof_name{
    height: 22px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    color: var(--dark_blue);
    margin-bottom: 10px;
}
.prof_email{
    height: 18px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--dark-gray);
}
.user_info_name{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 20px;
}
.medias_connect_info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.profile_media_logo{
    display: flex;
}

.profile_media_info{
    width: 46px;
    height: 15px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: var(--white);;
    margin: 0;
}
.platform_title_buttons {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
    width: 100%;
}
.profile_country_data{
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.profile_country_row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 5px;
}
.country_data_percentage{
    display: flex;
    justify-content: space-around;
}
.country_space{
    display: flex;
    background: #E9F6FE;
    border-radius: 4px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #2699F3;
}
.profile_country_data i{
    width: 35px;
    text-align: center;
}
.profile_country_data span{
    min-width: 1.33em;
}
.profile_country_content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 500px;
    overflow-y: auto;
}
.platform_title_buttons .card-title{
    min-width: unset !important;
}
.platform_title_buttons_info {

  background: var(--cloud-white)

}
.platform_action{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 1.255em;
  /*margin-right: 2.255em;*/
  /*margin-right: -2.745em;*/
  margin-right: 0.255em;
  vertical-align: 1.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
}
.card-user-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 8px;
    gap: 10px;
    height: 44.23px;
    background: var(--sky-blue);
    border-radius: 7px;
    transform: rotate(-0.09deg);
    width: 100%;
    min-width: 227px;
    position: static;
    z-index: 9;
}

.key-items:hover{
    background-color: #f8f9fa;
}
/*.key-items button {*/
/*    position: relative;*/
/*    z-index: 10;*/
/*}*/

.social_connect_profile{
    display: flex;
    flex-direction: column;
    width: 523px;
    height: 200px;
    margin: auto;
    margin-top: 90px;
}
.social_connect {
    display: block;
    position: fixed;
    top: 24%;
    width: 523px;
    height: 200px;
}
.close {
    padding: 0;
    text-align: right;
    width: 100%;
    height: 17px;
}
.cls_img{
    width: 1.1em;
    height: 1.1em;
}
#close_link{
    vertical-align: unset;
}
.cls_img:hover{
    cursor: pointer;
}
.hidden{
    display: none !important;
}
.connect_modal{
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 58px);
    position: absolute;
    background-color: #f9fbfff0;
    z-index: 9;
}
.modal_title {
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    color: #2D3958;
    margin-bottom: 0;
}
.modal_text{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #6E7CA0;

}
.links{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 95%;
}
.social_icon_box{
    width: 64px;
    height: 64px;
    box-shadow: 0px 20px 50px rgba(45, 57, 88, 0.07);
    border-radius: 10px;
}
.social_link_icon{
    width: 100%;
    height: 100%;
}
.connect_text{
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
}
.choose_text{
    width: 100%;
    height: 34px;
    margin-left: 10px;
}

.social-info-block{
    border: 1px solid var(--td);
    border-radius: 10px;
    width: 100%;
    height: 140px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.card_content .search-bar{
    position: relative;
    height: 32px;
    width: 380px;
}

.search-countries{
    position: relative;
    color: var(--light-gray);
    left: 20px;
}
.card_content .search-form {
    display: flex;
    align-items: center;
    width: 40%;
    height: 40%;
}
.card_content .search-form input{
    width: 100%;
    height: 40px;
    padding-left: 30px;
    background: var(--white-gray);
    border: 0.5px solid var(--light-gray);
    border-radius: 10px;
}
.icon-side{
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    position: relative;
}
.platform_title_buttons .icon-side img{
    width: auto;
    height: 22px;
}
.notice_info{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
}
.social-info-block-icon{
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.info-block-icon-facebook{
  color: var(--sky-blue);
}
.info-block-icon-instagram{
  color: var(--white);;
}
.info-block-icon-youtube{
  color: #FF0000;
}
.info-block-icon-tiktok{
  color: var(--white);;
}
.info-block-icon-twitter{
  color: var(--black);
}
.info-block-icon-twitch{
  color: #673ab7;
}

.img{
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.social-info-block-num{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}
.social-info-block-text{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
.text-side{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-transform: capitalize;
    margin-left: 12px;

}
.info-card-block{
  width: 201px;
  margin-bottom: 20px;
}
.info-card-block.profile_card_info{
  min-width: 201px;
  width: max-content;
}
.top-content{
    display: flex;
    align-items: center;
    margin: auto;
}
.statistic{
    background-color: #DDFFE7;
    height: 18px;
    border-radius: 4px;
    width: max-content;
    padding: 6px;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.question{
    text-align: right;

}
.question-img{
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.bottom-side{
    margin-top: auto;
    width: auto;
}
.statistic-img{
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.stat-text{
    font-weight: 500;
    color: #2BD40F;
    font-size: 9px;
}

.social-user-name{
margin-top: 15px;
}
.long_desc{
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-line;
}
.redirect-image{
    margin-top: -15px;
    width: 25px;
}


.auth-dialog{
  width: 100%;
  height: 100%;
  margin: 0;
  min-width: 100%;
  border: none;
  border-radius: 0;
}
.auth_dialog_content{
  height: 100%;
  width: 100%;
  border-radius: 0;
  border: 0;
}
.sign-up-btn{
    display: flex;
    align-items: center;
}
.sign-up-btn .register_button{
  margin-right: 10px;
}
.auth_modal_body{
  position: relative;
}
.arabia_content_register{
  width: 90%;
}
.auth_modal_header{
  border: 0;
}
.auth-buttons-dialog{
  width: 100%;
}
.auth-buttons-dialog .action_btn{
  width: 100%;
  margin-bottom: 33px;
}
.arabia_auth_dialog_logo{
  margin-bottom: 117px;
}

.arabia_auth_dialog_content{
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.social_links_list{
    width: 28px;
    background: var(--white);;
    border-radius: 50%;
    height: 28px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_user_li{
  display: none;
}
.search_bar_mobile{
  display: none;
  position: relative;
}
.search-mobile{
  border-radius: 10px;
  border: 0.5px solid var(--light-gray);
  width: 100%;
  text-indent: 30px;
  height: 38px;
}
.search_icon_mobile{
  margin-top: 7px;
}

.animation_block{
  overflow: hidden;
}
.card_block{
  min-width: 392px;
  width: 18%;
  height: 216px;
  border-radius: 24px;
  background-image: url('./card_stripes.svg');
  background-color: #F44336;
  background-size: 100% 100%;
  padding: 14px;
  margin-right: 24px;
}
.animation_side{
  display: flex;
  justify-content: space-between;
  transition: linear .5s;
}
.card_top_social{
  text-align: right;
}
.pass_input{
  position: relative;
  width: 49%;
}
.role_input {
    width: 49%;
}
.edit_form_field{
  justify-content: space-between;
}
.lock_icon_edit{
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  transform: translate(-20px, 13px) !important;
}
.edit_password{
  width: 100%;
}
.edit_page_btn{
  width: 100%;
  height: 55px;
}
.field_edit_form{
  height: 55px;
  outline: none;
    appearance: none;
}
.card_social_main{
  display: inline-block;
  background-color: var(--white);;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
}
.card_social_main_icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card_user_content{
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.card_user_image{
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: var(--white);;
  filter: blur(4px);
  padding: 1px;
}
.card_user_info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 21px;
  flex-wrap: nowrap;
  width: 50%;
}
.card_user_info_social{
  font-weight: 400;
  font-size: 14px;
  color: var(--white);;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.card_user_info_name{
  color: var(--white);;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 5px;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 15px;
  background-color: #7e1255;
}
.facebook_name{
    background-color: #1c4ab1;
}
.instagram_name{
    background-color: #7e1255;
}
.tiktok_name{
    background-color: #424288;
}
.youtube_name{
    background-color: #d01305;
}
.twitch_name{
    background-color: #6e1de6;
}
.twitter_name{
    background-color: #f3f3f3;
}
.card_user_info_nick{
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 10px;
  border-radius: 15px;
  background-color: #B3227C;
}
.card_block_bottom{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.card_block_social_title{
  color: var(--white);;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.card_block_social_desc{
  font-size: 24px;
  color: var(--white);;
  font-weight: 400;
}
.card_block_social_country{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--white);;
  padding: 1px;
}
.card_user_social_info{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: nowrap;
}
.card_social_icon{
  width: 18px;
  height: 18px;
}


.reversed_slider .slick-list {
  display: flex !important;
  justify-content: flex-end !important;
}
.reversed_slider{
  margin-top: 35px;
}

.card_block{
  min-width: 392px;
  width: 18%;
  height: 244px;
  border-radius: 24px;
  background-image: url("../img/card_stripes.svg");
  background-color: #F44336;
  background-size: 100% 100%;
  padding: 35px 35px 0;
  margin-right: 24px;
}
.card_top_social{
  text-align: right;
  transform: translateY(-35px);
}
.card_social_main{
  display: inline-block;
  background-color: var(--white);;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  transform: translate(17px, 15px);
}
.card_social_main_icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card_user_content{
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.card_user_image{
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: var(--white);;
  filter: blur(4px);
  padding: 1px;
}
.card_user_info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 21px;
  flex-wrap: nowrap;
  height: 54px;
  justify-content: space-between;
}
.card_user_info_social{
  font-weight: 400;
  font-size: 14px;
  color: var(--white);;
  margin-bottom: 5px;
}
.card_user_info_name{
  color: var(--white);;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 5px;
  white-space: nowrap;

}
.card_user_info_nick{
  font-size: 14px;
  font-weight: 400;
  color: var(--white);;
}
.card_block_bottom{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.card_block_social_title{
  color: var(--white);;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.card_block_social_desc{
  font-size: 24px;
  color: var(--white);;
  font-weight: 400;
}
.card_block_social_country{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--white);;
  padding: 1px;
}
.card_user_social_info{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: nowrap;
}
.card_social_icon{
  width: 18px;
  height: 18px;
}
.slick-track{
  display: flex !important;
}
.slick-arrow{
  display: none !important;
}
.user_search_mobile{
  display: none;
}
.user_search_desktop{
  display: block;
}
.user_search_block{
  border: 1px solid var(--td);
  border-radius: 10px;
  margin-bottom: 35px;
}
.user_search_block__header{
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 0 16px;
}
.user_search_block__header__left{
  display: flex;
  align-items: center;
}
.user_search_block__header__left-img{
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.user_search_block__header__left-name{
  color: var(--count-gray);
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-left: 8px;
}
.user_search_block__header__right{
  display: flex;
  align-items: center;
}
.user_search_sub{
  display: inline-block;
  color: var(--count-gray);
  font-weight: 600;
  font-size: 14px;
}
.user_search_block_middle{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 19px;
  margin-bottom: 17px;
  padding: 0 16px;
}
.user_search_social_block{
  display: flex;
  align-items: center;
  margin-right: 18px;
  margin-bottom: 5px;
}
.user_search_icon{
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.user_search_sub.fol{
  margin-right: 0;
}
.user_search_block_bottom{
  border-top: 1px solid var(--td);
  padding: 16px 16px 20px;
}
.user_search_country{
  font-size: 14px;
  font-weight: 400;
  color: var(--dark_blue);
}
.user_search_country_block{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.user_search_country_block-country{
  display: flex;
  align-items: center;
  margin-top: 6px;
  margin-right: 18px;
}
.country_percent{
  color: var(--dark-gray);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-left: 10px;
}
.user_search_info_container{
  padding: 25px;
}
.user_search_mob_checkbox{
  margin-left: 18px !important;
}
.small-filter{
  width: 60px;
  height: 38px;
}
.small-filter i{
  display: flex;
  align-items: center;
}
.mobile_filter_user{
  height: 38px;
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  background: var(--white-gray);
  text-indent: 25px;
  outline: none;
}
.mobile_filter_user::placeholder{
  color: var(--light-gray);
}
.search_user_mobile{
  position: relative;
}
.search_user_mobile i{
  left: 0;
  top: 0;
  transform: translate(8px, 7px);
}
.user_mobile_filter{
  padding: 0 25px;
  display: none;
}
.user_mobile_filter-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_mobile_filter-top-left{
  display: flex;
  align-items: center;
}
.small-filter.filter{
  margin-left: 15px;
}

.small-filter.sort_by{
  width: max-content;
  color: var(--light-gray);
  display: flex;
  gap: 7px;
  background: var(--white-gray);
  border: 0.5px solid var(--light-gray);
  border-radius: 10px;
  padding: 5px 10px;
}
.user_mobile_filter-bottom{
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkbox_influence{
  display: flex;
  align-items: center;
}
#influence_box{
  margin: 0;
  margin-right: 13px;
}
.influence_box_title{
  color: var(--dark_blue);
  font-weight: 700;
}
.sort_by_dialog{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 241, 246, 0.5);
  backdrop-filter: blur(4px);
  display: none;
}
.sort_by_dialog.open{
  display: block !important;
}
.sort_by_dialog_main{
  overflow-y: auto;
  min-width: 500px;
  height: 80%;
  background: var(--white);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 17px 23px;
}
.sort_by_dialog_main_header{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sort_by_dialog_main_header-switcher.active{
  background-color: var(--switcher);
  font-weight: 500;

}
.sort_by_dialog_main_header-switcher{
  min-width: 120px;
  width: 50%;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 5px;
  color: var(--dark-gray);
  background-color: transparent;
}
.switch_devider{
  background-color: var(--td);
  width: 1px;
  height: 40px;
  display: block;
  margin: 0 30px;
}
.sort_by_dialog_main_content{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.radio_filter_sort{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.radio_search_label{
  margin-left: 8px;
  color: rgba(95, 102, 111, 0.75);
  font-weight: 400;
  font-size: 14px;
}



.influrence_block_content{
  display: flex;
  flex-direction: column;
}
.influrence_block{
  width: 100%;
  min-height: 150px;
  border: 1px solid var(--td);
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.influrence_block_img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
.influrence_block_info{
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: var(--black);

}
.influrence_block_info a{
  font-weight: 400;
  color: var(--black);
  text-decoration: underline;
}
.influrence_block_info_strong{
  font-weight: 600;
  margin-right: 15px;
}
.influrence_accounts-no_access{
  margin-bottom: 0;
}
.influrence_accounts-account{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  margin-bottom: 5px;
  margin-right: 15px;
}
.influrence_accounts-account img{
  width: 100%;
  height: 100%;
}
.influrence_accounts{
  display: flex;
  flex-wrap: wrap;
}
.users_info_content-mobile{
  display: none;
}

.form-field.isclient{
    justify-content: unset;
}

#isclient{
    margin-left: 10px;
}

.error_back_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    min-width: 200px;
    height: 45px;
    background: var(--sky-blue);
    border-radius: 10px;
    border: none;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--white);
    gap: 5px;
}

.error_header{
    font-size: 40px;
    font-weight: bold;
}

.error_not_found{
    font-size: 32px;
}

.error_img{
    width: 430px;
    object-fit: cover;
}

.notifications_info,
.failed_notifications_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
    flex-wrap: wrap;
}

.failed_notifications_info{
    justify-content: flex-end;
}

.notify_user_select{
    margin-left: 15px;
}

.scroll_table{
    overflow-x: auto;
}

.notify_action_btn{
    display: flex;
    gap: 15px;
}
.single_video_data .single_row{
    /*flex-wrap: nowrap;*/
    /*flex-direction: row;*/
    justify-content: flex-start!important;
}
.view_charts{
    height: 38px;
}
.single_row_age{
    width: 60%;
}
.single_row_country {
    width: 40%;
}
.single_video_data .profile_country_content{
    height: 350px;
}
.single_video_data .country_chart,
.single_video_data .gender_chart{
    padding: 0 10px 20px 10px;
}
.single_video_data .profile_country_content {
    padding: 0 5px;
}
.single_video_data .profile_country_content::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}
.single_video_data .profile_country_content::-webkit-scrollbar-track,
.single_video_data .profile_country_content::-webkit-scrollbar-thumb {
    border-radius: 16px;
    border: solid 5px transparent;
}
.single_video_data .profile_country_content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.075);
}
.single_video_data .profile_country_content::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.35);
}
.inner_loader{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
@media (max-width: 1740px) {
    .single_video_data .country_percentage{
        width: 44%;
        margin: 0 5px;
    }
}
@media (max-width: 1730px) {
    .single_video_data .country_percentage path:last-child,
    .single_video_data .country_percentage text:last-child {
            transform: translateY(35px);
    }
}
@media (max-width: 1540px) {
    .single_video_data .country_name  {
        width: 100%;
    }
    .single_video_data .country_percentage  {
        width: 80%;
    }
}
@media (max-width: 1420px) {
    .single_row_age {
        width: 50%;
    }
    .single_row_country {
        width: 50%;
    }
    .single_row_age > .row,
    .single_row_country > .row{
        flex-direction: column;
        width: 100%;
    }
    .single_row_age div,
    .single_row_country > div{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .single_video_data .single_row{
        flex-direction: column;
    }
    .single_row_age {
        width: 100%;
    }
    .single_row_country {
        width: 100%;
    }
}
@media (max-width: 1672px) {
  .block_style{
    width: 30%;
  }
  .image_name_overview{
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1597px) {
  .block_style{
    min-width: 30%;
    width: 27%;
  }
}
@media (max-width: 1580px) {
    .social_connect_profile,
    .social_connect{
        width: 480px;
    }
    .modal_title {
        font-size: 30px;
    }
    .modal_text {
        font-size: 17px;
    }
    .social_icon_box{
        width: 50px;
        height: 50px;
    }
    .footer_right ul{
        margin-left: 0;
        padding-left: 3rem;
    }
}
@media (max-width: 1474px) {
    .block_style {
        min-width: 47%;
        width: 27%;
    }
    .overview_gender{
        width: 100%;
    }
    .age_info{
        flex-direction: row;
        width: 100%;
        align-items: flex-start;
        justify-content: space-between;
    }
    .age_distribution{
        width: 47%;
    }
    .highest_by_age{
        width: 47%;
    }
}
@media (max-width: 1470px) {
    .second_topic {
        padding-top: 17px;
    }
    .third_topic {
        padding-top: 0;
    }
    .third_img_block {
        padding-left: 50px;
    }
    .footer{
        padding: 60px 160px 5px 160px;
    }
}
@media (max-width: 1440px) {
    .contact_text{
        font-size: 27px;
    }
    .contact_button{
        min-width: 140px;
        padding: 4px 9px;
        height: 45px;
    }
    .contact_btn{
        font-size: 18px;
    }
    .home_info li {
        margin-right: 15px;
    }
    .form_input{
        width: 100%;
    }
    .input_icon{
        right: 3%;
    }
    .error_msg{
        margin-left: 0;
    }
    .table_profile_img{
        display: block;
    }
}
@media (max-width: 1400px) {
    .social_connect_profile,
    .social_connect{
        width: 400px;
    }
    .modal_title {
       font-size: 25px;
    }
    .modal_text {
        font-size: 15px;
    }
    .connect_text{
        height: 35px;
    }
    .footer_right ul{
        padding-left: 1rem;
    }
    .country_name{
        width: 100%;
    }
    .country_percentage{
        width: 80%;
    }
    .country_search{
      width: 100%;
      flex-direction: column;
    }
    .country_search .search-form{
      width: 100%;
      margin-bottom: 25px;
    }
    .overview_content_1{
      margin: 15px;
    }
}
@media (max-width: 1370px) {
    .home_topic_title{
        font-size: 35px;
    }
}
@media (max-width: 1360px) {
    .top_countries_list{
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media (max-width: 1300px) {
    .home_topic_title{
        width: 100%;
        font-size: 25px;
        line-height: unset;
    }
    .home_topic_text{
        font-size: 16px;
    }
    .home_small_text{
        font-size: 12px;
    }
    .home_info li{
        line-height: unset;
        font-size: 12px;
    }
    .second_img_block, .second_img{
        width: 100%;
        margin: auto;
    }
    .contact_text{
        max-width: 580px;
    }
}
@media (max-width: 1255px) {
    .modal_title {
        font-size: 23px;
    }
    .modal_text {
        font-size: 12px;
    }
    .footer_text{
        margin-top: 0;
    }
    .first_topic{
        width: 50%;
    }
    .second_topic{
        width: 90%;
    }
    .third_img_block{
        padding-top: 85px;
    }
}
@media (max-width: 1200px) {
    .social_connect_profile,
    .social_connect{
        width: 315px;
    }
    .modal_title {
        font-size: 18px;
    }
    .social_icon_box{
        width: 40px;
        height: 40px;
    }
    .connect_text{
        height: 25px;
    }
    .footer_text{
        font-size: 13px;
    }
    .footer_right ul li {
        font-size: 15px;
        margin-top: 10px;
    }
    .footer_right .footer_list_head {
        font-size: 17px;
    }
    .left-side{
        padding: 0 8px;
    }
    .dashboard_content{
      width: 100%;
    }
    .mobile_user_img{
      width: 48px;
      height: 48px;
      border-radius: 50%;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .country-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
        width: 100%;
    }

    .country-percent {
        align-self: flex-start;
        margin-left: 0;
        margin-top: 0.25rem;
    }

    .country-data {
        flex-direction: column;
        align-items: flex-start;
    }
    .analyzed-data {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .analyzed-data > strong {
        margin-left: 0;
        margin-top: 0.25rem;
    }
}


@media (max-width: 1150px) {
    .profile_content{
        margin: 13px;
    }
    .first_page, .second_page, .third_page{
      margin-bottom: 100px;
    }
    .second_page, .third_page, .fourth_page{
        margin-top: 50px;
    }
    .home_info li {
        margin-right: 15px;
    }
    .home_topic_title{
        line-height: unset;
    }
    .contact_text{
        font-size: 20px;
    }
    .footer {
      padding: 80px 80px 0;
  }

}
@media (max-width: 1100px) {
    table.dataTable thead th, table.dataTable tfoot th{
        font-size: 12px;
    }
    .registered_users_content a{
        font-size: 12px;
    }
}
@media (max-width: 1070px) {
    .modal_text {
        font-size: 10px;
    }
    .country_code{
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 1024px) {
    .footer{
        padding: 60px 80px 5px 80px;
    }
    .contact_btn{
        font-size: 16px;
    }
    table.dataTable thead > tr > th.sorting{
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
  .footer {
    padding: 21px 16px 0 16px;
}
  .mobile_reverse{
    flex-direction: column-reverse;
  }
  .mobile-topic{
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  .mobile_img_block{
    margin: 53px auto 0;
    padding: 0;
    width: 100%;
  }
  .block_images{
    width: 50%;
    margin: auto;
    transform: none;
    display: block;
  }
  .home_page_contact_block{
    height: max-content;
    width: 96%;
    padding: 0;
    min-height: 386px;
    overflow: hidden;
    position: relative;

  }
  .contact_background{
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .contact_text_mobile{
    flex-direction: column;
    text-align: center;
  }
  .contact_text_mobile .contact_text{
    margin-bottom: 30px;

  }
    .register-side{
        width: 65%;
        margin-top: 20%;
    }
    .home_info-side{
      justify-content: space-around;
    }
    .sign-up-btn{
      display: none;
    }
    .burger{
      display: flex;
      flex-direction: column;
      width: 32px;
      height: 32px;
      justify-content: space-between;
    }
    .moon{
      width: 32px;
      height: 32px;
      font-size: 17px;
    }
    .burger_line{
      width: 100%;
      height: 3px;
      border-radius: 4px;
      background-color: black;
      display: block;
      margin-bottom: 3px;
      justify-content: space-between;
    }
    .mobile_footer{
      flex-direction: column;
      height: auto;
    }
    /* .social_list{
      display: none;
    } */
    .footer_text{
      font-size: 16px;
      height: auto;
    }
    .footer_left{
      width: 100%;
    }
    .footer_right{
      justify-content: space-between;
      width: 100%;
      flex-wrap: wrap;
    }
    .home_pages{
      flex-direction: column;
    }
    .mobile_reverse {
      flex-direction: column-reverse;
    }
    .logged_main {
      position: relative;
    }
    .navigation_left{
        z-index: 9;
        left: 0;
        position: absolute;
        height: 100%;
        transform: translateX(-305px);
    }
    .navigation_left.active{
      transform: translateX(0);
    }
    .user_info_li{
      display: none;
    }
    .mobile_user_li{
      display: block;
    }
    .logo_img{
      display: none;
    }
    .edit_columns{
        display: none;
    }
    .search_bar_desk{
      display: none !important;
    }
    .search_bar_mobile{
      display: block;
      margin: 34px 0;
    }
    .mobile_logo{
      display: inline-block;
    }
    .search-bar{
      display: flex;
      align-items: center;
    }
    .logged_in_burger-line{
      width: 100%;
      height: 3px;
      border-radius: 4px;
      background-color: #000;
      display: block;
      margin-bottom: 3px;
    }
    .logged_in_burger-line:nth-child(2){
      width: 70%;
      margin-left: auto;
    }
    .logged_in_burger{
      display: flex;
      flex-direction: column;
      width: 38px;
      height: 25px;
      justify-content: space-between;
      margin-left: 15px;
    }
    .mobile_user_li{
      display: flex;
      align-items: center;
    }
    .user_search_mobile{
      display: block;
    }
    .users_filter_show_more{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 18px;
        margin: auto;
        width: 126px;
        gap: 10px;
        background: #1877F2;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: var(--white);
    }
    .user_search_desktop{
      display: none;
    }
    .user_mobile_filter{
      display: block;
    }
    .user_web_filter{
      display: none;
    }
    .users_page_top{
      justify-content: flex-end;
    }
    .users_info_content-mobile{
      display: block;
    }
    .users_info_content-web{
      display: none;
    }
    .users_info_top{
      padding: 0 25px;
    }
    .manage_user_info_top{
        margin: 25px 0;
    }
}
@media (max-width: 962px) {
  .action_total_info{
    width: 48%;
  }
  .overview_media_action{
    justify-content: space-between;
  }
}
@media (max-width: 950px) {
    .home_info li{
        margin-right: 7px;
    }
}

@media (max-width: 870px) {
    .social_connect_profile{
        display: none;
    }
}
@media (max-width: 850px) {
    .notify_action_btn{
        margin-top: 15px;
    }
}
@media (max-width: 828px) {
  .block_style {
    min-width: 100%;
    width: 100%;
}
.age_info{
  width: 100%;
  flex-direction: column;
}
.age_distribution{
  width: 100%;
}
.highest_by_age{
  width: 100%;
}

}
@media (max-width: 767px) {
  #edit_page_form{
    width: 100% !important;
  }
  .edit_form_field{
    flex-direction: column;
  }
  .pass_input{
    width: 100%;
  }
    .role_input {
        width: 100%;
    }
  .bi-envelope-edit{
    transform: translate(-5px, 15px);
  }
}
@media (max-width: 750px) {
    .register-side{
        width: 85%;
    }
}
@media (max-width: 771px) {
    .register-side{
        width: 100%;
    }
    .login_welcome_text {
        font-size: 36px;
    }
    .register-login{
        font-size: 20px;
    }
    .forgot_pwd{
        font-size: 16px;
    }
    .form_input{
        padding: 20px;
    }
    .login_page_btn{
        width: 100%;
    }
    .platform_title_buttons{
      flex-direction: column-reverse;
    }
    .social-user-name{
      margin-top: 0;
    }
}
@media (max-width: 704px) {
  .action_total_info{
    width: 100%;
  }
}
@media (max-width: 700px) {
    .form_password:first-child{
        margin-right: 0;
    }
    .form-field{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .pwd_icon{
        right: 3%;
        transform: translate(0px, -45px);
    }
    .password_field i:last-child{
        transform: translate(0px, 45px);
    }
    .register_terms{
        flex-wrap: wrap-reverse;
        width: 100%;
        justify-content: center;
    }
    .condition{
        width: 100%;
        text-align: center;
    }
    .register_page_btn{
        width: 100%;
    }
}
@media (max-width: 670px) {
  .info-card-block{
    width: 50%;
  }
  .content_cards{
    width: 100% !important;
  }
  .centered_row{
    justify-content: center;
  }
  .links_and_count{
    flex-direction: column;
  }
  .left-links{
    width: 100%;
  }
  .new_total{
    height: auto;
    margin-top: 32px !important;
  }
}
@media (max-width: 620px) {
  .slide{
    width: unset !important;
  }
}
@media (max-width: 580px) {
    .medias_connect >*{
        width:50%;
    }
    .block_images{
      width: 100%;
    }
    .social_list{
      width: 100%;
    }
    .follow_header{
      text-align: center;
    }
    .social_links{
      justify-content: center;
    }

}
@media (max-width: 515px) {
  .facebook_dashboard{
    margin: 0 10px;
  }
  .instagram_dashboard{
     margin: 0 10px;
  }
  .youtube_dashboard{
     margin: 0 10px;
  }
  .tiktok_dashboard{
     margin: 0 10px;
  }
  .twitter_dashboard{
     margin: 0 10px;
  }
  .twitch_dashboard{
     margin: 0 10px;
  }
  .filter_modal_content{
    width: 90%;
  }
  .edit_columns_modal_content{
    width: 90%;
  }
  .sort_by_dialog_main{
    min-width: 90%;
    width: 90%;
  }
}

@media (max-width: 540px) {
    .btn-group{
        flex-wrap: wrap;
    }
    .notify_user_select{
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 484px) {
  .info-card-block{
    width: 100%;
  }
}
@media (max-width: 470px) {
  .user_mobile_filter-top{
    flex-wrap: wrap;
  }
  .edit_columns.small-filter{
    width: 100%;
    margin-top: 15px;
    justify-content: space-between;
  }
  .user_mobile_filter-top-left{
    width: 100%;
    justify-content: space-between;
  }
  .filter.small-filter.filter{
    width: 50%;
    justify-content: space-between;
  }
  .small_filter_label.columns{
    display: block;
    color: var(--light-gray);
  }
}
@media (max-width: 469px) {
  .info-card-block.profile_card_info{
    width: 100%;
  }
}
@media (max-width: 435px) {
  .dashboard_platform_img{
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    transform: translate(-20px, 14px);
  }
  .slide_content{
    margin: 0;
    width: 100%;
    padding: 17px;
  }
  .top_country_slider{
    text-align: center;
  }
  .dashboard_user_name{
    font-size: 21px;
  }
  .dashboard_platform_info{
    column-gap: normal;
  }
}
@media (max-width: 430px) {
  .medias_connect >*{
    width:50%;
  }
}
@media (max-width: 400px) {
  .logo img{
    max-height: 64px;
    margin-right: 0;
  }
  .user_mobile_filter-top-left{
    flex-wrap: wrap;
  }
  .filter.small-filter.filter{
    margin: 0;
    margin-top: 15px;
    width: 100%;
  }
  .mobile_filter_user{
    width: 100%;
  }
  .search-form.search_user_mobile{
    width: 100%;
  }
  .user_mobile_filter-bottom{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .checkbox_influence label{
    margin-left: 15px;
  }
  .small-filter.sort_by{
    width: 100%;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .small_filter_label{
    display: block;
    color: var(--light-gray);
  }
}

@media (max-width: 360px){
    .user_info{
        margin-top: 10px;
    }
    .user_info_name{
        row-gap: 10px;
    }
    .influrence_block_info{
        flex-wrap: wrap;
    }
}

.dark-gray{
  color: var(--dark-gray) !important;
}
.lighter-dark{
  background-color: var(--lighter-dark) !important;
}
.white-text{
  color: var(--white) !important;
}
.dropdown-dark{
  color: var(--dark-gray) !important;
}
.dropdown-dark.active{
  color: var(--white) !important;
}
.dark-chart-toggler-dark{
  background-color: var(--lighter-dark) !important;
  border-color: var(--td);
}
.dark{
  background-color: var(--dark) !important;
}
.dropdown-black{
  color: var(--white) !important;
  background-color: var(--lighter-dark) !important;
}

.white-background{
  background-color: var(--white);
}

#chart1-container {
    overflow-x: auto;
}

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

.h-150{
   max-height: 250px;
}
#uploadedCSV.dropdown-toggle {
    position: relative;
    padding-right: 2rem; /* space for the arrow */
}

#uploadedCSV.dropdown-toggle::after {
    position: absolute;
    right: 0.75rem; /* distance from the right edge */
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0; /* remove default margin */
}

.fade-container {
    opacity: 1;
    transition: opacity 0.6s ease;
}
.fade-container.fade-out {
    opacity: 0;
}

.upload-dropzone {
    position: relative;
    border: 2px dashed #ccc;
    border-radius: 0.75rem;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fdfdfd;
}

.upload-dropzone:hover {
    border-color: #999;
    background-color: #fafafa;
}

.upload-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.upload-content {
    pointer-events: none;
}

.file-item {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #f8f9fa;
    border: 1px solid #e5e7eb;
}

.file-item .file-info {
    text-align: left;
}

.file-item .file-name {
    font-weight: 500;
    margin: 0;
}

.file-item .file-size {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

.file-item .remove-btn {
    margin-left: auto;
}

.bg-secondary-style{
    width:60px;
    height:40px;
}

.report-scroll{
    max-height: 500px;
    overflow-y: auto;
}
.video_icon{
    width: 48px; height: 48px;
    border-radius: 50%;
    background-color: #f1f3f5;
}
