/* @import "https://code.highcharts.com/css/highcharts.css"; */
@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: Montserrat-Italic;
  src: url(../fonts/Montserrat-Italic.ttf);
}

* {
  outline: none;
  touch-action: manipulation;
}

h3 {
  font-family: "Montserrat-Medium";
}

h4 {
  font-family: "Montserrat-Bold";
  font-size: 1.3rem;
}

.navbar-nav li,
.navbar-nav li a {
  font-family: "Montserrat-Bold";
  font-size: 0.85rem;
}

.navbar-nav li:hover,
.navbar-nav li a:hover,
.navbar-nav li:active {
  font-family: "Montserrat-Bold";
  font-size: 0.85rem;
}

* {
  outline: none;
  touch-action: manipulation;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f0f3f2;
  font-family: "Montserrat-Regular";
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3c3950;
}

section {
  padding: 3rem 0;
}

.navbar-nav li {
  margin: 0 1rem;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
}

/* .navbar-light .navbar-nav .active>.nav-link {
  font-size: 16px;
} */

/* .navbar-light .navbar-nav .active>.nav-link::after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(270deg, #ffac12 -0.22%, #ef7d29 99.52%);
  margin: 0 auto;
} */

.rssBlogPagination {
  pointer-events: none;
}

.navbar {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.assets-navbar {
  box-shadow: unset;
}

.navbar-brand img {
  width: 175px;
  /* display: none; */
}

/* .section-title:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(270deg, #ffac12 -0.22%, #ef7d29 99.52%);
  width: 100px;
  margin-top: 8px;
} */

.stat-contents {
  display: flex;
  justify-content: space-around;
  align-items: top;
  text-align: center;
  margin-top: 30px;
}

.stat-contents .start-arrow {
  font-size: 14px;
  font-weight: bold;
  color: #62bd69;
  text-align: center;
  font-family: "Montserrat-Bold";
}

.stat-contents .start-arrow img {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 2px;
}

.stat-contents .start-arrow-red {
  font-size: 14px;
  font-weight: bold;
  color: #e63535;
  text-align: center;
  font-family: "Montserrat-Bold";
}

.stat-contents .start-arrow-red img {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 2px;
}

.stat-contents .marketing-card {
  flex-grow: 1;
  width: 100%;
}

.stat-number,
.stat-label {
  display: block;
  text-align: center;
  font-family: "Montserrat-Bold";
  font-size: 14px;
}

.stat-number {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  background: -webkit-linear-gradient(270deg, #ffac12 -0.22%, #ef7d29 99.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Montserrat-Bold";
}

.stat-label {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  /* letter-spacing: 0.1em;
  text-transform: uppercase; */
  color: #5f727f;
  font-family: "Montserrat-Bold";
  font-size: 14px;
}

.card {
  background: rgba(255, 255, 255, 90%);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border: none;
  /* margin-top: 4rem;   */
}

.stat-sub-label {
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #5f727f;
  font-family: "Montserrat-Regular";
  font-size: 10px;
}

.notes {
  font-family: "Montserrat-Italic";
  font-size: 12px;
  padding-top: 5px;
}

.vline {
  display: block;
  width: 1px;
  height: 85px;
  border-left: 2px solid #c4c4c4;
}

.social-media-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
  width: 130px;
}

.compared-numbers {
  font-size: 27px;
  font-weight: bold;
  color: #62bd69;
  position: relative;
  top: 15px;
}

.no-data {
  color: #e63535;
}

.compared-numbers img {
  position: relative;
  top: -3px;
}

.hidden {
  visibility: hidden !important;
}

.table {
  background: #ffffff;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.table .thead-dark th {
  color: #fff;
  background-color: #5f727f;
  border-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-family: "Montserrat-Medium";
}

.table td {
  font-size: 14px;
  line-height: 20px !important;
  font-family: "Montserrat-Medium";
}

.table .thead-dark th:first-child {
  border-radius: 8px 0 0 0;
}

.table .thead-dark th:last-child {
  border-radius: 0 8px 0 0;
}

.bg-white {
  background-color: #ffffff;
}

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

.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
}

.nav-tabs .nav-link {
  font-family: "Montserrat-Bold";
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5f727f;
  padding-bottom: 0;
}

.nav-tabs .nav-item {
  padding: 0 2rem;
}

.nav-tabs .nav-link::after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(270deg, #ffac12 -0.22%, #ef7d29 99.52%);
  margin: 0 auto;
  opacity: 0;
}

.nav-tabs .nav-link.active::after {
  opacity: 1;
}

/* .series-img{
  width: 100px;;
} */

.chart-tooltip {
  width: max-content;
  display: inline-block;
}

.chart-tooltip .series-img {
  display: inline-block;
  width: 80px;
  height: auto;
  margin-bottom: 0.5rem;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 0.7813vw;
  padding-left: 0.7813vw;
}

body.login-bg {
  height: 100vh;
  background: #000 url("../images/dashboard-login-bg-v2.jpg") no-repeat center
    center;
  background-size: cover;
}

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
}

.login .form-group {
  text-align: left;
  margin-bottom: 0;
  position: relative;
}

.ag-logo {
  padding-top: 30px;
  padding-left: 30px;
  width: 250px;
  padding-top: 1.5625vw;
  padding-left: 1.5625vw;
}

.ag-logo img {
  width: 250px;
  width: 13.0208vw;
}

.card-text {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
  font-size: 0.8333vw;
  margin-bottom: 1.563vw;
  color: #414042;
}

.card-subtext {
  display: inline-block;
  font-size: 14px;
  font-size: 0.729vw;
  font-weight: 400;
  color: #414042;
}

.asterisk {
  color: #df1c52;
}

.login .email-label {
  display: inline-block;
  color: #414042;
  font-size: 14px;
  margin-bottom: 8px;
  font-size: 0.729vw;
  margin-bottom: 0.417vw;
  font-weight: 600;
}

.login-title {
  font-size: 50px;
  font-size: 2.6042vw;
  font-weight: 800;
  color: #000000;
  margin-top: 155px;
  margin-top: 8.0729vw;
}

.login .card {
  /* width: 490px;
  width: 25.5208vw; */
  /* margin-top: 30px;
  margin-top: 1.5625vw; */
  text-align: center;
}

.login .card img {
  width: 300px;
  width: 15.625vw;
}

/* .login .login-holder {
  padding: 10px;
  padding: 0.5208vw;
} */
/* 
.login .login-holder .bg-white {
  border-radius: 5px;
  border-radius: 0.2604vw;
  background-color: #efefefde !important;
} */

.login label {
  font-size: 16px;
  font-size: 0.8333vw;
  margin-bottom: 0;
}

.login input {
  font-size: 16px;
  font-size: 0.8333vw;
  border-radius: 0;
  height: 40px;
  border-radius: 4px;

  width: 100%;
  height: 2.083vw;
  border-radius: 0.208vw;
  background-color: #F9F9F9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 0.052vw solid rgba(0, 0, 0, 0.1);
}

.login-page {
  height: inherit;
  display: flex;
  flex-direction: column;
}
.login .g-btn .signin-submit {
  margin-bottom: 0;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ff8200;
  color: #ffffff;
  background: #ff8200;

  font-size: 0.729vw;
  height: 2.083vw;
  border-radius: 0.208vw;
  border: 0.052vw solid #ff8200;
}

.login .form-control:focus {
  border: #f8a10e solid 2px;
  border: #f8a10e solid 0.1042vw;
  box-shadow: none;
}

.login .form-control::placeholder {
  opacity: 0.4;
  font-weight: 200;
  font-size: 12px;
}

/* .col-centered {
  float: none;
  margin: 0 auto;
} */

.color-red {
  color: red !important;
}

.login .form-text {
  margin-top: 2px;
  position: absolute;
  /* right: 15px; */
  left: 0;
  line-height: 14px;
  font-size: 14px;

  margin-top: 0.1042vw;
  /* right: 0.7813vw; */
  /* left: 0.7813vw; */
  line-height: 0.7292vw;
  font-size: 0.7292vw;
}

.form-control {
  padding: 0.375rem 0.75rem;
  padding: 0.3125vw 0.625vw;
}

/* .card-text {
  margin-bottom: 1rem;
  margin-bottom: 0.8333vw;
} */

.login .btn {
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 600 !important;
  transition: all 0.5s ease;
  border-radius: 0;
  color: #fff;
  background-color: #ff8200;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-bottom: 0.8333vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
}

.login .btn:hover,
.login .btn:focus {
  background-color: #f47920;
  border: 1px solid #f47920;
  color: #fff;
}

.loader_gif {
  height: 40px;
  height: 2.083vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.login-btn {
  width: auto !important;
}

.login .card-body {
  /* padding: 1.25rem; */
  background-color: rgba(255, 255, 255, 90%);
  padding: 30px 50px;
  width: 450px;
  padding: 1.563vw 2.604vw;
  width: 23.438vw;
}

/* .g-btn {
  width: auto;
  display: none;
} */

.g-showbtn {
  margin-top: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
}

img.login-btn:hover {
  cursor: pointer;
}

.saturate-clr {
  filter: saturate(0);
}

.hide {
  display: none;
}

.g_avator {
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: #fff solid 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.staticBackdropmodal .modal-body {
  font-size: 1.5rem;

  font-size: 1.25vw;
}

.staticBackdropmodal .modal-content {
  height: 300px;

  height: 15.625vw;
}

.staticBackdropmodal .modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;

  max-width: 36.4583vw;
  margin: 1.75rem auto;
}

.staticBackdropmodal .modal-footer {
  border: 0;
  padding-bottom: 40px;
  padding-bottom: 2.0833vw;
}

.close:focus {
  outline: none !important;
}

.staticBackdropmodal .modal-footer .try-btn {
  font-size: 1.5rem;
  padding: 0.375rem 0.75rem;
  background: #de0e4d;
  outline: none !important;

  font-size: 1.25vw;
  padding: 0.3125vw 0.625vw;
}

.dt-button {
  font-size: 16px;
  font-size: 0.8333vw;
  font-weight: 600 !important;
  transition: all 0.5s ease;
  border-radius: 0;
  color: #191919;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #191919;
  border: 0.0521vw solid #191919;
  margin-top: 3em;
  margin-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  height: 35px;
  margin-top: 2.6vw !important;
  margin-bottom: 0.8333vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
}

.dt-button:hover,
.dt-button:focus {
  background-color: #f47920;
  border: 1px solid #f47920;
  color: #fff;
}

.dt-buttons {
  float: left;
}

.buttons-excel {
  margin: 0 !important;
}

.home-dd-cust .dropdown-menu {
  left: inherit;
  right: 0 !important;
  margin-left: 10px;
  margin-top: 0px;
  /* padding: 0;
  position: relative;
  top: 6px; */
}

/* .dropdown-item {
  margin: 0;
} */

.web-performance-dd:hover .dropdown-menu {
  display: block;
}

.custom-select {
  width: 50px !important;
}

.customer-logo-lg {
  width: 75%;
  margin: 0 auto;
  margin-top: 40px;
}

.customer-logo-sm {
  display: none;
}

.customer-logo-xs {
  display: none;
}

/* assets-page */

.assets-container {
  margin-top: 1.5rem;
}

.assets-folder-view {
  background-color: #5f727f;
}

.search-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.dropdown-normal-img {
  display: inline-block;
  transition: transform 0.1s ease-out;
}

.dropdown-img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  /* -webkit-transition: transform 0.1s ease-out; */
}

.searchHighlight {
  border: 1px solid #6d6e71;
  background-color: rgba(0, 0, 0, 0.1);
}

.search-container .form-control {
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  padding-left: 40px;
  max-width: 510px;
  height: 45px;
  width: 100%;
  align-items: baseline;
  background-position: 10px 13px;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  font-weight: 300;
}

.search-dropdown {
  position: relative;
  width: 100%;
}

.search_content_wrapper {
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
  min-height: 0px;
  max-height: 200px;
  background-color: white;
  color: #6c757d;
  z-index: 2;
  overflow: auto;
  border-radius: 5px;
  margin-top: 5px;
}

.searchedFiles {
  padding: 10px;
  cursor: pointer;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  font-weight: 500;
}

.searchedFiles:hover {
  background-color: #f0f3f2;
}

.search_content_wrapper::-webkit-scrollbar {
  width: 5px;
}

.search_content_wrapper::-webkit-scrollbar-track {
  background: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search_content_wrapper::-webkit-scrollbar-thumb {
  background: #6d6e71;
}

.search-container .form-inline {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
}

.search-container .input-group-text {
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search-container .input-group-prepend {
  background-color: #f0f3f2;
}

.download-btn {
  background-color: #5f727f;
  border-radius: 5px;
  border: none;
  font-family: "Montserrat-Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 22.63px;
  color: white;
  align-items: baseline;
  margin-left: 10px !important;
  /* cursor: pointer; */
}

.download-wrapper {
  padding: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.download-btn img {
  width: 15px;
  height: 17px;
  margin-right: 8px;
}

.file-display-area {
  background-color: #f0f3f2;
  position: relative;
  min-height: calc(100vh - 120px);
}

.sidebar-folder-wrapper li {
  text-decoration: none;
  list-style: none;
  color: white;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  cursor: pointer;
  padding-left: 10px;
}

#spy .navbar-nav li:hover,
#spy .navbar-nav li a:hover,
#spy .navbar-nav li:active {
  font-family: unset !important;
  font-size: unset !important;
}

.sidebar-folder-wrapper .multi-collapse {
  padding-left: 32px;
}

.sidebar-folder-wrapper img {
  width: 20px;
  height: 16px;
  /* margin-right: 10px; */
}

.sidebar-folder-wrapper-header {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}

.sidemenu-open {
  width: unset !important;
  transform: rotate(180deg);
  transition: all 0.1s ease 0s;
  margin-right: 15px;
  margin-top: 5px;
  cursor: pointer;
}

.sidemenu-close {
  width: unset !important;
  margin-right: 15px;
  margin-top: 5px;
  cursor: pointer;
}

.sidebar-overlay {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  top: 0%;
  background-color: #4d5256;
  opacity: 0.4;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}

.file-display-area .breadcrumb {
  background-color: #f0f3f2;
  font-family: "Montserrat-Medium";
  font-size: 14px;
  font-weight: 500;
  color: #6c757d;
}

.file-display-area .breadcrumb li {
  cursor: pointer;
}

.file-display-area .breadcrumb a:hover {
  text-decoration: none;
  background-color: #62bd69;
}

/* .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: rgb(108, 117, 125);
  content: "/";
} */
li.breadcrumb-item:last-child {
  color: #007bff;
}

.breadcrumb-item.active {
  color: #6c757d;
  cursor: pointer;
}

.lg-folder-wrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
  flex-wrap: wrap;
  text-align: center;
}

.main-folder {
  display: flex;
  align-items: center;
  width: 240px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.sub-folder {
  margin-left: 10px;
  width: 240px;
  overflow: hidden;
  display: block;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.secondary-folder {
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding-top: 5px;
  width: 220px;
  overflow: hidden;
  display: block;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.tertiary-folder {
  margin-left: 10px;
  width: 220px;
  overflow: hidden;
  display: block;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.lg-folder {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 10px;
}

.spinner {
  height: 60px;
  width: 60px;
  margin: auto;
  display: flex;
  position: absolute;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

#overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

.file-name {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #6d6e71;
  padding: 8px 0;

  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

.file-name img {
  padding: 4px 16px;
}

.file-name span {
  width: 100px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lg-folder:hover {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}

.fileBorder {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgb(255, 255, 255);
}

.large-folder-img {
  width: 75px;
}

.large-folder-img + .file-name {
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.large-file-img {
  width: 185px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.large-file-img2 {
  width: 50px;
}

.sidebar .nav-item .collapse {
  position: relative;
  left: 0;
  z-index: 1;
  top: 0;
  -webkit-animation: none;
  animation: none;
}

.collapse.show {
  display: inline-block;
  width: fit-content;
}

.collapse.width.show {
  transition: all 0.2s ease 0s;
  width: 100%;
  max-width: 100%;
  min-width: initial;
}

.collapse.width,
.collapsing.width {
  max-width: 0;
  min-width: 0;
  width: 0;
  transition: all 0.2s ease 0s;
}

.collapse .flex-column {
  max-height: 100vh;
  overflow: auto;
  flex-wrap: nowrap;
}

.collapse .flex-column li {
  width: 100%;
}

#wrapper {
  padding-left: 280px;
  transition: all 0.2s ease 0s;
}

#sidebar-wrapper {
  margin-left: -280px;
  top: 51px;
  left: 280px;
  width: 280px;
  background-color: #6d6e71;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.2s ease 0s;
}

#wrapper.active {
  padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
  left: 0;
}

#page-content-wrapper {
  width: 100%;
  padding-top: 23px;
  transition: all 0.2s ease 0s;
}

#page-content-wrapper .navbar {
  box-shadow: none;
  background-color: white;
  border-bottom: 1px solid #c4c4c4;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 280px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px !important;
}

#menu_toggle {
  text-decoration: none;
  float: left;
  color: #fff;
  padding-right: 15px;
}

.blog-tr {
  height: 116px;
}

/* web-performance-section start */

.web-performance-section {
  padding: 3rem 0;
}

/* .web-performance-section .web-performance-content{
  margin-top: 3rem;
} */
.web-performance-section .section-title {
  text-align: center;
}

.web-performance-section .web-performance-content .web-performance-iframe {
  height: 910px;
  width: 100%;
}

/* web-performance-section end */

/* social-performance-section start */

.social-performance-section {
  padding: 3rem 0;
}

/* .web-performance-section .web-performance-content{
  margin-top: 3rem;
} */
.social-performance-section .section-title {
  text-align: center;
}

.social-performance-section
  .social-performance-content
  .social-performance-iframe {
  height: 2473px;
  width: 100%;
}

.campaign-lookup-section {
  padding: 3rem 0;
}

.campaign-lookup-section .section-title {
  text-align: center;
}

.campaign-lookup-section .campaign-lookup-content .campaign-lookup-iframe {
  aspect-ratio: 1;
  width: 100%;
}

.calender-marketing .calendar-iframe {
  aspect-ratio: 1.56;
}

/* web-performance-section end */

/* Responsive */

/* 1200 */

@media (min-width: 1200px) {
  .input-field {
    width: 209px;
  }
}

@media (max-width: 1200px) {
  .customer-logo-lg {
    display: none;
  }

  .customer-logo-xs {
    display: none;
  }

  .customer-logo-sm {
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
  }

  .addnew-body {
    display: block !important;
  }

  .wrp-text {
    display: block !important;
  }

  .choose-logo {
    display: flex;
  }

  .custom-file {
    width: 100% !important;
  }

  .group-btn {
    white-space: nowrap;
  }
}

@media (min-width: 1441px) and (max-width: 1599px) {
  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 2469px;
  }

  .calender-marketing .calendar-iframe {
    aspect-ratio: 1.6;
  }
}

@media (min-width: 1367px) and (max-width: 1440px) {
  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 2210px;
  }
  .calender-marketing .calendar-iframe {
    aspect-ratio: 1.5;
  }
}

@media (min-width: 1201px) and (max-width: 1366px) {
  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 2090px;
  }
  .calender-marketing .calendar-iframe {
    aspect-ratio: 1.3;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .web-performance-section .web-performance-content .web-performance-iframe {
    height: 700px;
  }

  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 1820px;
  }

  .calender-marketing .calendar-iframe {
    aspect-ratio: 1.2;
  }
}

/* 1024 */
@media (max-width: 1024px) {
  .customer-logo-lg {
    display: none;
  }

  .customer-logo-sm {
    width: 100%;
    display: block;
    margin-top: 40px;
  }

  .customer-logo-xs {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1099px) {
  .web-performance-section .web-performance-content .web-performance-iframe {
    height: 630px;
  }

  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 1550px;
  }

  .calender-marketing .calendar-iframe {
    aspect-ratio: 1.1;
  }
}

@media (min-width: 993px) and (max-width: 1023px) {
  .web-performance-section .web-performance-content .web-performance-iframe {
    height: 625px;
  }

  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 1614px;
  }

  .calender-marketing .calendar-iframe {
    aspect-ratio: 1.1;
  }
}

@media (min-width: 801px) and (max-width: 992px) {
  .web-performance-section .web-performance-content .web-performance-iframe {
    height: 601px;
  }

  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 1335px;
  }
  .calender-marketing .calendar-iframe {
    aspect-ratio: 0.9;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .web-performance-section .web-performance-content .web-performance-iframe {
    height: 461px;
  }

  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 1251px;
  }

  .calender-marketing .calendar-iframe {
    aspect-ratio: 0.9;
  }
}

@media (min-width: 571px) and (max-width: 767px) {
  .web-performance-section .web-performance-content .web-performance-iframe {
    height: 700px;
  }

  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 1140px;
  }
  .calender-marketing .calendar-iframe {
    aspect-ratio: 0.8;
  }
}

/* @media (min-width: 571px) and (max-width: 671px) {
  .web-performance-section .web-performance-content .web-performance-iframe {
    height: 700px;
  }

  .social-performance-section .social-performance-content .social-performance-iframe {
    height: 1040px;
  }
} */

/* 1024 */
@media (max-width: 570px) {
  .customer-logo-lg {
    display: none;
  }

  .customer-logo-sm {
    display: none;
  }

  .customer-logo-xs {
    width: 100%;
    display: block;
    margin-top: 40px;
  }

  .home-dd-cust .dropdown-menu {
    left: inherit;
    right: 0 !important;
    margin-left: -10px;
    margin-top: -10px;
    padding: 0;
    position: relative;
    top: 6px;
  }

  .web-performance-section .web-performance-content .web-performance-iframe {
    height: 461px;
  }

  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 878px;
  }

  .calender-marketing .calendar-iframe {
    aspect-ratio: 0.7;
  }
}

#load_init {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.54);
  -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.54);
  box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.54);
  width: 110px;
  height: 110px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

#load_init img {
  width: 70px;
  height: 70px;
}

@media (min-width: 480px) and (max-width: 500px) {
  .web-performance-section .web-performance-content .web-performance-iframe {
    height: 380px;
  }

  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 764px;
  }

  .calender-marketing .calendar-iframe {
    aspect-ratio: 0.7;
  }
}

/* 320 */
@media (max-width: 479px) {
  .table-striped td:before {
    padding-right: 15px;
  }

  .reports-page .dataTables_filter label {
    float: right !important;
    text-align: right !important;
  }

  .reports-page .dataTables_filter input {
    width: 60% !important;
  }

  .social-media-icon {
    top: -48px;
    width: 110px;
  }

  .compared-numbers {
    font-size: 15px !important;
  }

  .stat-number {
    font-size: 30px;
  }

  .stat-label {
    font-size: 12px;
  }

  .stat-sub-label {
    font-size: 9px !important;
    /* float: right; */
  }

  .notes {
    font-size: 10px;
  }

  .dt-buttons {
    float: right;
    margin-bottom: 20px;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
  }

  .nav-tabs .nav-item {
    padding: 0 1rem;
  }

  .login {
    margin: 20px !important;
  }

  .login-title {
    font-size: 30px !important;
    line-height: initial;
    margin-top: 100px !important;
  }

  .login .btn {
    font-size: 16px;
    margin-top: 1rem !important;
    margin-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .login .card {
    width: 360px !important;
    width: 100% !important;
  }
  .login .card-body {
    width: 100% !important;
  }
  .dataTables_paginate.paging_simple_numbers .pagination {
    margin-left: 166px !important;
  }

  .table-container {
    overflow-x: hidden;
  }

  .dropdown-btn {
    width: inherit !important;
  }

  .web-performance-section .web-performance-content .web-performance-iframe {
    height: 247px;
  }

  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 730px;
  }

  .calender-marketing .calendar-iframe {
    aspect-ratio: 0.5;
  }
}

@media (max-width: 375px) {
  .blog-social-media {
    flex-direction: column;
    align-items: center;
  }

  .web-performance-section .web-performance-content .web-performance-iframe {
    height: 216px;
  }

  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 561px;
  }
  .calender-marketing .calendar-iframe {
    aspect-ratio: 0.5;
  }
}

@media (max-width: 320px) {
  /* .login .form-text {
    font-size: 10px;
    font-weight: bold;
  } */

  p.card-text {
    font-size: 12px;
  }

  .login .card img {
    width: 240px;
  }

  .login-title {
    font-size: 28px;
  }

  .login-title {
    font-size: 28px !important;
    line-height: initial;
    margin-top: 100px !important;
  }

  .login .btn {
    font-size: 16px;
    margin-top: 1rem !important;
    margin-bottom: 0.5em !important;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .login .card {
    width: 280px !important;
  }

  .staticBackdropmodal.modal-body {
    font-size: 1.2rem !important;
  }

  .modal-footer .try-btn {
    font-size: 1.2rem !important;
  }

  .reports-page .dataTables_filter input {
    width: 60% !important;
  }

  .web-performance-section .web-performance-content .web-performance-iframe {
    height: 182px;
  }

  .social-performance-section
    .social-performance-content
    .social-performance-iframe {
    height: 471px;
  }

  .calender-marketing .calendar-iframe {
    aspect-ratio: 0.4;
  }
}

@media (max-width: 767px) {
  #main_content {
    overflow: hidden;
  }

  .table-container > div {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .table-striped {
    background: transparent;
    box-shadow: none;
    border-collapse: separate;
  }

  .table-striped thead {
    display: none;
  }

  .table-striped td {
    display: flex;
    justify-content: space-between;
  }

  /* .table-striped td[data-th] a {
    width: 100px;
  }  */

  .table-striped tr {
    margin-bottom: 20px;
    display: block;
    border: 1px solid #8d8b8b38;
  }

  .table-striped td:before {
    content: attr(data-th);
    display: block;
    width: 50% !important;
    font-weight: bold;
  }

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: right !important;
    /* float: right; */
  }

  .home-dd-cust .dropdown-menu {
    transform: scale(0.75);
  }

  .dropdown-item {
    margin: 0;
  }

  #blog-section .table td,
  #blog-section .table th,
  .recent-blog-and-third-party table td,
  .recent-blog-and-third-party table th {
    border-top: 1px solid #cacdd1;
  }

  #blog-section .table td:first-child,
  #blog-section .table th:first-child,
  .recent-blog-and-third-party table td:first-child,
  .recent-blog-and-third-party table th:first-child {
    border-top: 1px solid #dee2e6;
  }

  #blog-section .blog-img-top {
    text-align: left !important;
  }

  .partners-tab .blog-img-top {
    text-align: left !important;
  }

  #blog-section .blog-img1 {
    height: 50px !important;
    width: auto;
  }

  .wrp-blogs {
    position: unset !important;
    top: unset !important;
  }

  .blog-tr {
    height: unset !important;
  }

  .blogs-logo-desktop {
    display: none;
  }
}

@media (max-width: 352px) {
  .addblog-form-group {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 424px) and (max-width: 480px) {
  .reports-page .dataTables_filter label {
    padding-right: 10px !important;
  }

  .reports-page .dataTables_filter {
    width: 60% !important;
    float: right;
  }
}

@media (max-width: 447px) {
  .wrp-title {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .col-form-label-lg {
    text-align: start !important;
  }

  .edit-modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  /* .form-group {
    width: 75%;
  } */

  .addblog-form-group {
    width: 157px;
  }

  .dropdown-btn {
    width: 255px !important;
  }
}

@media (min-width: 425px) {
  .analytics-tab-desktop-view {
    display: block;
  }

  .analytics-tab-mobile-view {
    display: none;
  }
}

@media (max-width: 425px) {
  .search-container {
    flex-direction: column;
  }

  .download-btn {
    margin-top: 10px;
    margin-left: auto !important;
  }
}

@media (max-width: 425.98px) {
  .analytics-tab-desktop-view {
    display: none;
  }

  .update_tabs {
    display: flex !important;
  }

  .update-nav-tabs {
    margin-top: 0 !important;
  }

  .analytics-tab-mobile-view {
    display: block;
  }
}

/* And to reset vw to px for small devices */
@media (max-width: 1199px) {
  .dt-button {
    font-size: 16px;
    margin-top: 3em;
    margin-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    height: 35px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }

  .card-text {
    font-size: 16px;
  }

  .card-subtext {
    font-size: 14px;
  }

  .login .email-label {
    font-size: 14px;
  }

  .login-title {
    font-size: 50px;
    margin-top: 155px;
  }

  .login .form-text {
    margin-top: 2px;
    right: 15px;
    line-height: 14px;
    font-size: 14px;
  }

  .form-control {
    padding: 0.375rem 0.75rem;
  }

  .card-text {
    margin-bottom: 1rem;
  }

  .login .card {
    /* width: 490px; */
    /* margin-top: 30px; */
    text-align: center;
  }

  .login .card-body {
    padding: 1.25rem;
    width: 450px;
  }

  .login .card img {
    width: 300px;
  }

  /* .login .login-holder {
    padding: 10px;
  } */
  /* 
  .login .login-holder .bg-white {
    border-radius: 5px;
  } */

  .login label {
    font-size: 16px;
  }

  .login input {
    font-size: 16px;
    height: 40px;
    border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .login .g-btn .signin-submit {
    height: 40px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ff8200;
  }

  .login .btn {
    font-size: 18px;
    border: 1px solid #191919;
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .export {
    height: 35px;
    font-size: 18px;
    border: 1px solid #191919;
    margin-top: 3em;
    margin-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .ag-logo {
    padding-top: 30px;
    padding-left: 30px;
    width: 220px;
  }

  .ag-logo img {
    width: 250px;
  }

  /* modal reset */
  .modal-body {
    font-size: 1.5rem;
  }

  .staticBackdropmodal.modal-content {
    height: 300px;
  }

  .staticBackdropmodal.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }

  .staticBackdropmodal.modal-footer {
    border: 0;
    padding-bottom: 40px;
  }

  .staticBackdropmodal.modal-footer .try-btn {
    font-size: 1.5rem;
    padding: 0.375rem 0.75rem;
    background: #de0e4d;
    outline: none !important;
  }

  .loader_gif {
    height: 40px;
  }
}

.section-title {
  font-weight: 700;
}

.analytics-page .section-title {
  width: max-content !important;
}

/* .analytics-page .section-title:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(270deg, #ffac12 -0.22%, #ef7d29 99.52%);
  width: 110% !important;
  margin-top: 8px;
} */

.analytics-pg {
  background: #5f727f;
  border-radius: 9999px;
  display: inline-block;
  padding: 10px;
  transition: all ease-in-out 0.3s;
}

.analytics-pg:hover {
  background-color: #5f727fb2;
}

.analytics-img {
  width: 30px;
  height: 30px;
}

/* For Table navigation tag */
.table-tab-pan-tbody.hides {
  display: none;
}

.table-tab-pan-tbody.hides.active {
  display: table-row-group !important;
}

.nav-tabs.tbl-nav-tbs {
  border: none !important;
  align-items: center;
}

.tbl-nav-tbs a.nav-link {
  line-height: 0 !important;
  padding: 0 !important;
  background: rgba(95, 114, 127, 0.25);
  border-radius: 99999px;
  width: 15px;
  height: 15px;
  margin: 5px 8px;
}

.tbl-nav-tbs a.nav-link.active {
  background: #5f727f !important;
}

.tbl-nav-tbs a.nav-link.active::after {
  display: none !important;
}

.prevbtn {
  cursor: pointer;
  transform: rotate(180deg);
}

.nxtbtn {
  cursor: pointer;
}

.highcharts-credits {
  display: none !important;
}

text {
  text-decoration: none !important;
  color: #666666 !important;
  fill: #666666 !important;
}

.highcharts-drilldown-axis-label {
  text-decoration: none !important;
  color: #666666 !important;
  fill: #666666 !important;
}

/* For Bar Chart color changes */
/* .highcharts-drilldown-point.highcharts-color-0 {
  fill: #EB7835 !important;
}

.highcharts-drilldown-point.highcharts-color-1 {
  fill: #0956A0 !important;
}

.highcharts-drilldown-point.highcharts-color-2 {
  fill: #3A9EFC !important;
}

.highcharts-drilldown-point.highcharts-color-3 {
  fill: #BBBBBC !important;
}

.highcharts-drilldown-point.highcharts-color-4 {
  fill: #808080 !important;
}

.highcharts-drilldown-point.highcharts-color-5 {
  fill: #F2A833 !important;
}

.highcharts-drilldown-point.highcharts-color-6 {
  fill: #226EB5 !important;
}

.highcharts-drilldown-point.highcharts-color-7 {
  fill: #888A8A !important; 
}

.highcharts-drilldown-point.highcharts-color-8 {
  fill: #E24251 !important; 
} */

/* For tabpane changes hightchart width halfsize bug fix */

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

/* For tabpane changes hightchart width halfsize bug fix */

.competitor-analysis .highcharts-series-1,
.competitor-analysis .highcharts-series-2,
.competitor-analysis .highcharts-series-3,
.competitor-analysis .highcharts-series-4,
.competitor-analysis .highcharts-series-5,
.competitor-analysis .highcharts-series-6,
.competitor-analysis .highcharts-series-7,
.competitor-analysis .highcharts-series-8 {
  opacity: 0.1;
}

.competitor-analysis .highcharts-series-hover {
  opacity: 1;
}

.competitor-analysis .highcharts-series-hover path {
  opacity: 1;
}

.competitor-analysis .highcharts-root:hover .highcharts-tooltip {
  opacity: 1;
}

.competitor-analysis .highcharts-series-hover path:last-child {
  background-color: red !important;
}

#blog-section .highcharts-color-1,
#blog-section .highcharts-color-2,
#blog-section .highcharts-color-3,
#blog-section .highcharts-color-4,
#blog-section .highcharts-color-5,
#blog-section .highcharts-color-6,
#blog-section .highcharts-color-7,
#blog-section .highcharts-color-8 {
  opacity: 0.2;
}

#blog-section .highcharts-series-hover {
  opacity: 1;
}

#blog-section .highcharts-series-hover path {
  opacity: 1;
}

#blog-section .highcharts-root:hover .highcharts-tooltip {
  opacity: 1;
}

#blog-section .highcharts-series-hover path:last-child {
  background-color: red !important;
}

#blog-section .blog-img1 {
  height: 60px;
  width: auto;
}

#blog-section .blog-img2,
#blog-section .blog-img3,
#blog-section .blog-img4 {
  height: 55px;
  width: auto;
}

#blog-section .blog-img5 {
  width: 50%;
}

#blog-section .blog-img-top {
  text-align: right;
}

.content-center-title {
  margin-top: 3rem;
  font-size: 23px;
  color: #6c757d;
}

#ca-section .card,
#blog-section .card {
  margin-top: 2rem !important;
}

.reports-page {
  margin-top: 3rem;
}

.reports-page .card {
  margin-top: 2rem !important;
  padding-top: 0 !important;
}

.recent-blog-and-third-party .table-date,
#blog-section .table-date {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 30px;
}

.recent-blog-and-third-party table tbody td,
#blog-section table tbody td {
  line-height: 1.25;
}

.nav-link.disabled {
  cursor: no-drop;
  opacity: 0.5;
}

/* Partners tab */

.partners-tab .blog-img-top {
  text-align: right;
}

.partners-tab .blog-img2 {
  height: 55px;
  width: auto;
}

/* Partners tab end */

@media (min-width: 320px) and (max-width: 340px) {
  .wrp-add-data {
    padding: 2rem 0 !important;
  }

  .add-data {
    width: 250px !important;
  }

  .wrp-update {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .add-data_fields {
    display: flex;
    justify-content: space-between;
    width: 250px !important;
  }

  .input-text {
    width: 60px !important;
  }

  .wrp-datepicker {
    width: 140px;
  }

  .add-data-datepicker {
    width: 140px !important;
  }

  .update_status {
    font-size: 17px !important;
  }
}

@media (min-width: 341px) and (max-width: 375px) {
  .wrp-add-data {
    padding: 2rem 0 !important;
  }

  .add-data {
    width: 280px !important;
  }

  .wrp-update {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .add-data_fields {
    display: flex;
    justify-content: space-between;
    width: 280px !important;
  }

  .input-text {
    width: 80px !important;
  }

  .add-data-datepicker {
    width: 150px;
  }

  .update_status {
    font-size: 17px !important;
  }
}

@media (min-width: 375px) and (max-width: 390px) {
  .wrp-update {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .add-data_fields {
    display: flex;
    justify-content: space-between;
    width: 300px !important;
  }

  .input-text {
    width: 80px !important;
  }

  .add-data-datepicker {
    width: 150px;
  }
}

@media (min-width: 390px) and (max-width: 420px) {
  .wrp-update {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .add-data_fields {
    display: flex;
    justify-content: space-between;
    width: 320px !important;
  }

  .input-text {
    width: 100px !important;
  }

  .add-data-datepicker {
    width: 150px;
  }
}

@media (min-width: 420px) and (max-width: 485px) {
  .wrp-update {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .add-data_fields {
    display: flex;
    justify-content: space-between;
    width: 350px !important;
  }

  .input-text {
    width: 100px !important;
  }
}

@media (min-width: 485px) and (max-width: 520px) {
  .wrp-update {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .add-data_fields {
    display: flex;
    justify-content: space-between;
    width: 400px !important;
  }
}

@media (max-width: 681px) {
  .addblog-btn {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  #blog-section table thead th:last-child {
    width: 10%;
  }

  .recent-blog-and-third-party table thead th:nth-child(2) {
    width: 18%;
  }

  .recent-blog-and-third-party table thead th:last-child {
    width: 10%;
  }

  .add-article.addblog-modal-body .addnew-body {
    display: flex !important;
  }

  .blogs-logo-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .wrapper_fields {
    margin-top: 1rem !important;
  }

  .add-stats-category {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1024px) and (max-width: 1920px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar .container-fluid {
    padding-left: 30px !important;
    padding-right: 0px !important;
  }
}

@media (min-width: 1920px) {
  .container-fluid {
    width: 80%;
  }
}

@media (min-width: 992px) and (max-width: 1150px) {
  #blog-section .blog-img1 {
    height: 50px;
    width: auto;
  }

  #blog-section .blog-img2,
  #blog-section .blog-img3,
  #blog-section .blog-img4 {
    height: 35px;
    width: auto;
  }

  .partners-tab .blog-img2 {
    height: 35px;
    width: auto;
  }
}

#blog-section .table a {
  color: #007bff;
}

/* update page */

.wrp-update {
  padding-left: 40px;
  padding-right: 40px;
}

.wrp-update button,
.wrp-update select,
.wrp-update option {
  cursor: pointer;
}

.wrp-update .dataTables_wrapper .dataTable thead th:last-child {
  width: 24% !important;
}

.wrp-update .dataTables_wrapper .dataTable thead th:nth-child(3) {
  width: 20% !important;
}

.wrp-update .dataTables_wrapper .dataTable thead th:nth-child(2) {
  width: 20% !important;
}

.wrp-update .dataTables_wrapper .dt-buttons .buttons-copy,
.wrp-update .dataTables_wrapper .dt-buttons .buttons-csv {
  display: none;
}

.update-tabs {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.wrp-filter-blogs {
  border-bottom: 1px solid #dee2e6;
}

.btn-groups {
  display: flex;
  margin-top: 30px;
  /* width: 600px; */
  justify-content: space-between;
}

.update-articles {
  font-family: "Montserrat-medium";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #3c3950;
}

.add-btn {
  display: flex;
  align-items: center;
  padding: 10px;
  height: 36px;
  gap: 10px;
  background: linear-gradient(270deg, #ffac12 -0.22%, #ef7d29 99.52%);
  border: none;
  border-radius: 4px;
}

.add-text {
  color: white;
  font-size: 15px;
  font-weight: 600;
}

.form-control {
  border: 1px solid #dee2e6;
  font-weight: 700;
}

.form-control:focus {
  border: 1px solid #dee2e6;
}

.date-picker {
  border: 1px solid #dee2e6;
  font-weight: 700;
  border-radius: 4px;
  color: #3c3950;
  height: 37px;
  padding: 10px;
}

.search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 36px;
  gap: 10px;
  background: linear-gradient(270deg, #ffac12 -0.22%, #ef7d29 99.52%);
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  color: white;
}

.table-head {
  height: 70px;
  color: white;
  background: #5f727f;
  border-radius: 8px 8px 0px 0px;
}

.title {
  padding-left: 20px;
  border-radius: 8px 0px 0px 0px;
}

.action {
  border-radius: 0px 8px 0px 0px;
}

.title-row {
  background: #5f727f;
  height: 70px;
  color: #ffffff;
  vertical-align: middle;
}

.title-1 {
  border-right: none !important;
  border-radius: 8px 0px 0px 0px;
  vertical-align: middle !important;
  width: 550px !important;
}

.title-2 {
  border-right: none !important;
  vertical-align: middle !important;
  width: 150px !important;
}

.title-3 {
  border-right: none !important;
  vertical-align: middle !important;
  width: 150px !important;
}

.title-4 {
  border-right: none !important;
  border-radius: 0 8px 0px 0px;
  vertical-align: middle !important;
  width: 0px !important;
}

table.dataTable > thead .sorting:before {
  display: none !important;
}

table.dataTable > thead .sorting:after {
  display: none !important;
}

.edit-btn {
  width: 53px;
  height: 36px;
  background: linear-gradient(
    270deg,
    #ffac12 -0.22%,
    #ef7d29 99.52%
  ) !important;
  border-radius: 4px;
  border: none;
  font-family: "Montserrat-medium";
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}

.status-btn {
  height: 36px;
  background: linear-gradient(270deg, #ffac12 -0.22%, #ef7d29 99.52%);
  border-radius: 4px;
  border: none;
  font-family: "Montserrat-medium";
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  /* margin-left: 15px; */
  color: #ffffff;
}

.delete-btn {
  height: 36px;
  background: #de2027;
  border-radius: 4px;
  border: none;
  font-family: "Montserrat-medium";
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  /* margin-left: 15px; */
  color: #ffffff;
}

.update-actions {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 10px;
}

.add-blog-table {
  border: none;
}

.table-body-row td {
  border: none !important;
}

.blog-data-1 {
  font-family: "Montserrat-medium";
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  text-decoration-line: underline;
  vertical-align: middle;
  display: inline-block;
  width: 500px;
  color: #007bff;
}

.blog-data-2 {
  font-family: "Montserrat-medium";
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  text-decoration-line: underline;
  vertical-align: middle;
  white-space: nowrap;
  color: #007bff;
}

.blog-data-date {
  font-family: "Montserrat-medium";
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  color: #5f727f;
  vertical-align: middle;
}

.group-btn {
  white-space: nowrap;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin-bottom: 15px !important;
}

.footer_delete-btn {
  padding: 10px;
  background: #de2027;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  border: none;
}

.addblog-modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 32px 16px 32px 16px !important;
}

.add-article.addblog-modal-body .addnew-body {
  padding: 8px !important;
}

.add-article.addblog-modal-body #org_dropdown {
  padding: 8px !important;
  gap: 10px;
}

.col-form-label-lg {
  font-family: "Montserrat-medium";
  font-weight: 600;
  font-size: 16px;
  text-align: end;
  line-height: 20px;
  color: #5f727f;
}

.addstatus-title {
  font-family: "Montserrat-medium";
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #3c3950;
}

.wrp-title {
  display: flex;
  gap: 15px;
}

.addstatus-modao-body {
  border-bottom: 1px solid #c4c4c4;
}

.wrp-addstatus > .modal-dialog {
  max-width: 563px !important;
}

.form-control {
  font-size: 16px;
}

.table-responsive > .dataTables_wrapper > .row:nth-child(odd) {
  display: none;
}

.dropdown-btn {
  width: 209px;
}

/* Add stats */
.update_status {
  font-family: "Montserrat-medium";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #3c3950;
}

option {
  font-weight: 700;
}

.input-text {
  width: 158px;
  height: 36px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 10px;
}

.minus-btn {
  color: white;
  width: 36px;
  height: 36px;
  background: #bbbbbc;
  border-radius: 4px;
  border: none;
}

.plus-btn {
  width: 36px;
  height: 36px;
  background: linear-gradient(270deg, #ffac12 -0.22%, #ef7d29 99.52%);
  border-radius: 4px;
  color: white;
  border: none;
}

.footer {
  display: flex;
  gap: 20px;
}

.footer_cancel-btn {
  padding: 10px;
  background: #bbbbbc;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  border: none;
}

.footer_save-btn {
  padding: 10px;
  background: linear-gradient(270deg, #ffac12 -0.22%, #ef7d29 99.52%);
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  border: none;
}

.modal-head {
  font-family: "Montserrat-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #3c3950;
}

.addnew-body {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 32px 16px 32px 16px !important;
}

.modal-body-text {
  font-family: "Montserrat-medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #5f727f;
}

.modal-body-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 36px;
  width: 100%;
  padding: 10px;
}

.modal-content {
  border: none;
}

.modal-footer {
  display: flex;
  border: none;
  gap: 15px;
}

.custom-file {
  width: 232px;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  display: flex;
  align-items: center;
  background: #bbbbbc;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.wrp-text {
  display: flex;
  align-items: center;
  gap: 15px;
}

.wrapper_fields {
  gap: 10px;
}

.add-data {
  width: 300px;
  display: flex;
  justify-content: space-between;
}

.add-data_fields {
  display: flex;
  justify-content: space-between;
  width: 420px;
}

/* Blogs page */

.blog-social-media {
  display: flex;
  justify-content: space-between;
}

.blog-social-media .stat-label {
  font-size: 20px;
  font-size: 1.0417vw;
}

.blog-social-media .blog-btn-group {
  display: flex;
  align-items: center;
}

.blog-social-media .blog-btn-group button {
  border: none;
  background: white;
  text-align: center;
  color: #5f727f;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  height: 21px;
  padding: 1px 5px;
  font-size: 0.8333vw;
  height: 1.0938vw;
  padding: 0.0521vw 0.2604vw;
  position: relative;
}

.blog-social-media .blog-btn-group button.active::after {
  opacity: 1;
}

.blog-social-media .blog-btn-group button::after {
  content: "";
  display: block;
  height: 2px;
  height: 0.1042vw;
  /* background: linear-gradient(270deg, #ffac12 -0.22%, #ef7d29 99.52%); */
  background: #ffac12;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  bottom: -5px;
  left: 2px;
  right: 2px;
}

.blog-social-media .blog-btn-group .blog-seperator {
  display: flex;
  justify-content: center;
  width: 6px;
  height: 19px;
  width: 0.3125vw;
  height: 0.9896vw;
}

.blog-social-media .blog-btn-group .blog-sep-line {
  width: 2px;
  border-right: #5f727f solid 2px;
  width: 0.1042vw;
  border-right: #5f727f solid 0.1042vw;
}

@media (max-width: 1199px) {
  .blog-social-media .stat-label {
    font-size: 20px;
  }

  .blog-social-media .blog-btn-group button {
    font-size: 16px;
    height: 21px;
    padding: 1px 5px;
  }

  .blog-social-media .blog-btn-group button::after {
    height: 0.1042vw;
  }

  .blog-social-media .blog-btn-group .blog-seperator {
    width: 6px;
    height: 19px;
  }

  .blog-social-media .blog-btn-group .blog-sep-line {
    width: 2px;
    border-right: #5f727f solid 2px;
  }

  .update-actions button {
    width: 100%;
  }
}

.blog-tr-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wrp-blogs {
  margin-top: 10px;
  position: sticky;
  top: 70px;
}

/* .blog-social-media .btn.active{
  background-color: red;
} */

.calendar-section {
  padding: 3rem 0;
}

.calendar-section .calender-content {
  margin-top: 3rem;
}

.calendar-section .industry-content,
.calendar-section .marketing-content {
  display: flex;
  justify-content: center;
}

.api-success {
  color: #007506;
}

.api-fail {
  color: #c21d00;
}

.api-alert {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.chart-notes p {
  margin-bottom: 0px;
}

/* IOS styles  start*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* @font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Medium.ttf);
  }  */

  .navbar a {
    font-family: "Montserrat-Medium" !important;
    /* color: rgba(0, 0, 0, 0.356); */
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #5f727f;
}

/* IOS styles  end*/
