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

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueLight.eot");
  src: url("../fonts/HelveticaNeueLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaNeueLight.woff") format("woff"),
    url("../fonts/HelveticaNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Impact";
  src: url("../fonts/Impact.woff2") format("woff2"),
    url("../fonts/Impact.woff") format("woff"),
    url("../fonts/Impact.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  /* animation: fadeInAnimation ease 15s; */
  /* animation-iteration-count: 1; */
  animation-fill-mode: forwards;
  font-family: Helvetica, sans-serif !important;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  /* font-family: "Helvetica"; */
  background-color: #f7f8fa;
  /* padding: 20px; */
  color: black;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  color: #444
}

#merge-form p {
  font-size: 16px;
  margin-bottom: 40px;
}

span#main-comp {
  color: #35bcd9;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*-----------************************----------------*/
.inkish-logo-area {
  text-align: center;
  display: block;
  margin: 15px 0;
}

.desk-logo {
  font-family: Impact !important;
  font-size: 42px;
  color: #97d4e5;
}

.desk-logo>span {
  font-size: 42px;
}

.userdb-login-area .card {
  background-clip: border-box;
  border: 1px solid rgb(0 0 0 / 6%);
  border-radius: 12px;
  padding: 10px 0;
  background: #fff;
}

.userdb-login-area .card-body {
  padding: 20px 15px;
}

.userdb-login-area .card-body label {
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
}

.text-md-right {
  text-align: right !important
}

.login-btn {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  padding: 7px 20px;
}

.login-btn:hover {
  color: #fff;
  background-color: #062036;
  border-color: #062036;
}

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 280px;
  max-width: 280px;
  background: #ffffff;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 5%);
  border-radius: 12px;
  position: fixed;
  z-index: 3;
  height: calc(100% - 37px);
  overflow: hidden;
}

#sidebar.active {
  min-width: 150px;
  max-width: 150px;
  text-align: center;
  overflow: visible;
}

#sidebar.active .sidebar-header .desk-logo {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar.active .sidebar-header .toggle-cus-btn {
  top: 16px;
  right: -60px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 5%);
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}

.sidebar-header .desk-logo svg {
  width: 180px;
}

.sidebar-header strong svg {
  width: 40px;
}

#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  padding: 18px 20px 20px 20px;
  /*  background: #97d4e5;*/
  position: relative;
}

#sidebar.active .sidebar-header {
  padding: 22px 20px;
}

#sidebar.active ul.components {
  padding: 0;
  /* border-bottom: 1px solid #3b3b41; */
  height: calc(92% - 270px);
  overflow-y: auto;
}

.toggle-cus-btn,
.toggle-cus-btn:hover {
  position: absolute;
  top: 18px;
  color: #97d4e5;
  right: 4px;
  border-radius: 50px;
  padding: 8px 12px;
  background-color: transparent;
  text-align: center;
  font-size: 20px;
}

.toggle-cus-btn:focus {
  outline: none;
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

#sidebar ul.components {
  padding: 0;
  /* border-bottom: 1px solid #3b3b41; */
  height: calc(68% - 42px);
  overflow: auto;
}

#sidebar ul li a {
  padding: 16px 20px;
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  text-decoration: none;
  color: #525252;
  /*  border-color: #3b3b41;
  border-width: 1px 0 0;
  border-style: solid;*/
}

#sidebar ul li a:hover {
  color: #fff;
  background: #97d4e5;
}

#sidebar ul.sidebar-logout li a:hover {
  color: #fff;
  background: #97d4e5;
  border-radius: 0 0 12px 12px;
}

#sidebar ul li a i {
  margin-right: 10px;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
  color: #fff;
  background: #97d4e5;
}

#sidebar span.pull-right i {
  transition: all 0.3s linear 0s;
  font-size: 10px;
}

#sidebar a[aria-expanded="true"] span.pull-right i {
  transform: rotate(90deg);
}

#sidebar.active a span.pull-right {
  display: none;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 14px !important;
  border: none !important;
  padding: 14px 10px 14px 40px !important;
}

.sidebar-logout {
  margin: 70px 0 0;
  /*border-bottom: 1px solid #3b3b41;*/
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}

#sidebar ul.sidebar-logout li a {
  padding: 20px;
}

/* ---------------------------------------------------
    CONTENT STYLE
    ----------------------------------------------------- */

#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  padding: 0 10px 0 30px;
  margin-left: 280px;
}

.top-navbar {
  /*  padding: 20px 20px 20px 50px;
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);*/
}

.search-bar {
  padding-right: 10px;
  position: relative;
}

.search-bar .form-control {
  border-radius: 50px;
  border: none;
  background-color: #f1f2f7;
  box-shadow: unset;
  padding: 6px 40px;
  height: 40px;
}

.search-bar .form-control::placeholder {
  font-weight: bold;
  color: #aeaeae;
}

.search-bar span {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #97d4e5;
}

.search-bar svg {
  width: 20px;
}

.top-navbar-links>ul>li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}

.top-navbar-links>ul>li div.dropdown {
  position: relative;
  top: 7px;
}

.top-navbar-links li:last-child {
  margin-right: 0;
}

.top-navbar-links {
  float: right;
  margin: 0;
}

.top-navbar-links>ul>li>a {
  display: block;
  /*background-color: #f6f6f6;*/
  border-radius: 50%;
  font-size: 16px;
  color: #32323a;
  text-decoration: none;
  padding: 5px;
}

.count-span {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 12px;
  background-color: #fbb323;
  height: 20px;
  font-weight: bold;
  border-radius: 50%;
  width: 20px;
  text-align: center;
  color: #fff;
  line-height: 1.7;
}

.top-navbar-links li a.dropdown-toggle {
  border-radius: 12px;
  padding: 0;
  font-size: 16px;
  background: #97d4e5;
  padding: 10px 20px;
  color: #fff;
}

.top-navbar-links .dropdown-menu {
  left: unset;
  right: 0;
  border: unset;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 54px;
}

.nav-item .dropdown-menu.notification-container.dropdown-menu-right {
  top: 40px;
}

.top-navbar-links .dropdown-menu a,
.top-navbar-links .dropdown-menu li {
  font-size: 12px !important;
  display: block;
}

.top-navbar .top-navbar-links .dropdown-menu li.mail-li {
  padding: 10px 20px !important;

  color: #333333;

  border-bottom: 1px solid #f0f0f0;

  font-size: 16px !important;
}

.top-navbar-links .dropdown-menu a,
.top-navbar-links .dropdown-menu li.mail-li {
  padding: 10px 20px !important;

  color: #333333;

  border-bottom: 1px solid #f0f0f0;

  font-size: 16px !important;

  border-bottom: 1px solid #e5e5e5 !important;
}

.top-navbar-links .dropdown-menu a:hover {
  background-color: rgba(133, 210, 228, 0.2);
}

.top-navbar-links .dropdown-menu li.mail-li {
  opacity: 0.5;
}

.top-navbar-links li a.dropdown-toggle .caret {
  margin-right: 2px;
  color: #ffffff;
  margin-left: 10px;
}

.top-navbar-links li img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  display: inline-block;
}

.dashboard-content {
  padding: 60px 0 0 0px;
  margin-top: 20px;
}

.counting-fields {
  margin-bottom: 25px;
}

.counting-fields svg {
  width: 40px;
}

.article-count-item {
  /*background-color: #ffa755;*/
  display: flex;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 1px 4px 3px rgb(176 176 176 / 10%);
  min-height: 140px;
}

.btn-edit svg {
  width: 15px;
  position: relative;
  top: 2px;
}

.article-count-icon {
  align-self: stretch;
  flex: 1 30%;
  max-width: 30%;
  text-align: center;
  font-size: 50px;
  color: #fff;
  line-height: 2.2;
}

.article-count-desc {
  flex: 1 70%;
  max-width: 70%;
  padding: 0 15px 0 5px;
}

.orange-clr .article-count-icon {
  background-color: #f6b09c;
}

.purple-clr .article-count-icon {
  background-color: #978ded;
}

.sky-clr .article-count-icon {
  background-color: #88d3e5;
}

.orange-clr .article-count-desc h1 {
  color: #f6b09c;
}

.purple-clr .article-count-desc h1 {
  color: #978ded;
}

.sky-clr .article-count-desc h1 {
  color: #88d3e5;
}

.article-count-desc h1 {
  font-weight: bold;
  margin: 5px 0;
  color: #fff;
}

.article-count-desc p {
  font-size: 16px;
  color: #ffffff;
}

.article-cate-main>h3 {
  margin-top: 0;
  font-size: 18px;
}

.article-cate-main .card>h3 {
  margin-top: 0;
  font-size: 18px;
}

.article-cate-main .card.card-wrapper {
  padding: 16px 40px;
}

.article-cate-main p {
  font-size: 14px;
  line-height: 2;
}

.article-cate-main ul li {
  display: inline-block;
  width: 100%;
  max-width: 49%;
  margin: 8px 0;
}

.article-cate-main ul li .left-span {
  width: 100%;
  font-size: 12px;
  max-width: 30%;
  display: inline-block;
}

.article-cate-main ul li .right-span {
  width: 100%;
  max-width: 68%;
  font-size: 12px;
  display: inline-block;
}

.card-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 4px 3px rgba(176, 176, 176, 0.1);
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.card {
  padding: 40px;
}

.card-wrapper h4 {
  margin-top: 0;
  color: #848484;
}

.card-wrapper img {
  display: block;
  margin: 0 auto;
}

.progress-bar-wrapper h3 {
  padding-bottom: 15px;
  font-size: 18px;
  margin-bottom: 0;
}

.progress-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0 15px;
}

.card .progress-item:last-child {
  margin: 0;
}

.progress-btn {
  flex: 1 20%;
  align-self: flex-end;
  max-width: 20%;
}

.progress-item .progress {
  border-radius: 50px;
}

.progress-item .progress-bar {
  box-shadow: unset;
}

.progress-item .sky-clr,
.authors-table .sky-clr {
  background-color: #88d3e5;
}

.authors-table .yellow-clr,
.progress-item .yellow-clr {
  background-color: #f8b425;
}

.progress-item .red-clr,
.authors-table .red-clr {
  background-color: #ec4561;
}

.progress-item .orange-clr,
.authors-table .orange-clr {
  background-color: #f6b09c;
}

.progress-item .purple-clr,
.authors-table .purple-clr {
  background-color: #978ded;
}

.progress-item .progress {
  border-radius: 50px;
  height: 20px;
  margin: 0;
  position: relative;
}

.progress-content {
  max-width: 70%;
  flex: 1 70%;
  position: relative;
}

.progress-title {
  color: #aeaeae;
  font-size: 16px;
}

.progress-btn .btn {
  color: #fff;
  font-size: 16px;
  padding: 6px 34px;
  width: 100%;
  border-radius: 50px;
}

.progress-count {
  position: absolute;
  top: -25px;
  color: #aeaeae;
  margin-left: -10px;
  font-size: 16px;
}

.authors-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 4px 3px rgba(176, 176, 176, 0.1);
  border-radius: 4px;
  margin: 15px 0 30px;
}

.authors-wrapper h3 {
  padding: 30px 30px;
  margin: 0;
  color: #848484;
}

.country-wrapper {
  padding: 20px 30px;
}

.country-wrapper h3 {
  margin-top: 5px;
  color: #848484;
  margin-bottom: 30px;
}

.authors-table table {
  margin-bottom: 0;
}

.authors-table table thead th {
  background-color: #546e7a;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding: 14px 30px;
  text-transform: capitalize;
}

.authors-table table tbody td {
  padding: 14px 30px;
  font-size: 16px;
  border: none;
  vertical-align: middle;
  color: #848484;
}

.authors-table table tbody tr {
  border-bottom: 1px solid #eee;
}

.authors-table table tbody tr:last-child {
  border-bottom: unset;
}

.authors-table .btn {
  padding: 8px 30px;
  color: #fff;
  width: 100%;
  max-width: 60%;
  border-radius: 50px;
}

.read-article-main h3 {
  margin-top: 0;
  border-bottom: 1px solid #e3e4ec;
  color: #848484;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.read-article-main table,
.users-table table {
  color: #848484;
  font-size: 16px;
}

.read-article-main table thead th,
.users-table table thead th {
  font-weight: normal;
  border: none;
  padding: 15px 30px;
  vertical-align: middle;
}

.read-article-main table tbody tr,
.users-table table tbody tr {
  background-color: #fff;
  /*  box-shadow: 0 1px 4px 3px rgba(176, 176, 176, 0.1);
  border-radius: 4px;*/
  border-top: 1px solid #eeeff4;
}

.read-article-main table tbody tr.spacer,
.users-table table tbody tr.spacer {
  height: 10px;
  box-shadow: unset;
}

.read-article-main table tbody tr td,
.users-table table tbody tr td {
  vertical-align: middle;
  border: none;
  padding: 10px 12px;
  /*border-radius: 4px;*/
  height: 56px;
}

.users-table table tbody tr td:nth-of-type(4) {
  min-width: 200px;
}

.read-article-main table tbody tr td:first-child,
.users-table table tbody tr td:first-child {
  /*border-radius: 4px 0 0 4px;*/
}

.read-article-main table tbody tr td:last-child,
.users-table table tbody tr td:last-child {
  border-radius: 0px 4px 4px 0;
}

.read-article-main table .btn {
  border-radius: 30px;
  background-color: #88d3e5;
  color: #fff;
  width: 55px;
}

.footer-main {
  /*  background-color: #fff;*/
  padding: 30px 15px 10px 15px;
  text-align: center;
  font-size: 14px;
  margin-top: 100px;
}

.footer-main p {
  margin: 0;
}

/*---users list page--*/
.page-title {
  color: #919194;
  /* border-bottom: 1px solid #e3e4ec; */
  padding-bottom: 10px;
  background: #fff;
  padding: 10px 20px;

  border-radius: 12px;
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 5%);
}

.page-title p {
  margin-bottom: 0;
  font-size: 16px;
}

.page-title p>span {
  color: #000;
}

.page-title h3 {
  font-size: 22px;
  margin: 0;
  font-weight: bold;
}

.users-table {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 5%);
}

.btn:focus,
.btn:active:focus {
  outline: none !important;
}

.users-table table td a.btn {
  color: #fff;
  padding: 8px 0px;
  border-radius: 30px;
  height: 38px;
  width: 38px;
}

.users-table .btn svg {
  width: 15px;
  position: relative;
  top: 2px;
  margin-right: 0px;
}

.page-title span.pull-right .btn {
  margin-top: -40px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  padding: 8px 22px;
}

.purple-btn {
  background-color: #978ded;
}

.red-btn {
  background-color: #ec4561;
}

.red-btn:hover {
  background-color: #e68495;
}

.sky-btn {
  background-color: #97D4E5;
}

.sky-btn:hover {
  background-color: #c2e4ee;
}

.yellow-btn {
  background-color: #fbb323;
}

.yellow-btn:hover {
  background-color: #ebcc8f;
}

.articles-table .status-btn .btn {
  width: 100%;
  max-width: 100%;
}

/*--settings- profile---*/
.setting-main {
  margin-top: 20px;
}

.tab-content {
  display: none;
  padding: 40px 0 0;
  border-top: 1px solid #f1f2f7;
}

.tabs-wrapper input {
  display: none;
}

.tabs-wrapper label {
  display: inline-block;
  margin: 0 5px -1px 0px;
  padding: 15px 25px;
  font-weight: 500;
  text-align: center;
  background-color: #f1f2f7;
  color: #919194;
  font-size: 16px;
  border: 1px solid transparent;
}

.tabs-wrapper .tab-content label {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  color: #919194;
  font-size: 14px;
  border: none;
}

.tab-btn,
.tab-btn:hover {
  background-color: #97d4e5;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
}

.tabs-wrapper .btn {
  margin-top: 20px;
}

.tabs-wrapper .tab-content .form-control {
  display: block;
  height: 45px;
  border-radius: 0;
  box-shadow: none;
}

.tabs-wrapper .tab-content .form-control:focus {
  border: 1px solid #97d4e5;
  box-shadow: none;
}

.tabs-wrapper label:hover {
  color: #789;
  cursor: pointer;
}

.tabs-wrapper input:checked+label {
  color: #fff;
  border: 1px solid #97d4e5;
  background-color: #97d4e5;
  border-bottom: 1px solid #97d4e5;
}

.tabs-wrapper #tab1:checked~#content1,
.tabs-wrapper #tab2:checked~#content2,
.tabs-wrapper #tab3:checked~#content3,
.tabs-wrapper #tab4:checked~#content4 {
  display: block;
}

.upload-logo-main {
  position: relative;
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
}

.upload-logo-main input {
  position: absolute;
  top: 3px;
  left: 0;
  background-color: transparent;
  z-index: 9;
  border: none;
}

.profile-upload {
  background-color: #f1f2f7;
  padding: 10px;
  position: relative;
}

.profile-upload .btn {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  border-radius: 0;
  color: #fff;
}

.profile-upload .btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  display: block;
  height: 100%;
  z-index: 9;
}

textarea {
  height: unset !important;
  resize: none;
}

.setting-main {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 5%);
  margin-bottom: 26px;
}

.setting-main .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #97d4e5;
  color: #fff;
  border-color: #97d4e5;
  padding: 0px 3px;
  font-size: 14px;
}

.setting-main .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 5px;
  border: none;
}

.setting-main .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ccc;
}

/*--setting account--*/
.grey-wrapper {
  background-color: #fff;
  padding: 25px;
  border-radius: 4px;
}

.grey-wrapper .title {
  color: #000;
  margin: 0;
}

.grey-wrapper .title-bottom {
  color: #999;
}

.grey-wrapper form {
  margin-top: 30px;
}

.custm-effect {
  border: 1px solid #ccc;
  height: 42px;
  padding: 6px 12px;
  text-indent: 15px 12px 6px 12px;
  box-shadow: unset;
  background-color: #fff !important;
}

.setting-main form input {
  /* height: 42px; */
  border-radius: 4px;
}

.setting-main form input[type="checkbox"] {
  height: unset;
}

.custm-effect.form-control:focus {
  box-shadow: unset;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control-placeholder {
  /* position: absolute;
  top: 0;
  padding: 15px 0 0 15px;*/
  font-weight: bold;
  transition: all 200ms;
  color: #333;
}

#profileViewForm {
  margin: 30px auto;
  max-width: 700px;
}

.custm-effect:focus+.form-control-placeholder,
.custm-effect:valid+.form-control-placeholder {
  font-size: 75%;
  padding: 10px 0 0 15px;
  transform: translate3d(0, -20%, 0);
  opacity: 1;
}

.grey-wrapper .btn:hover {
  color: #fff;
}

.green-btn {
  background-color: #00cc99;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
}

.green-btn:hover,
.green-btn:focus {
  background-color: #07b186;
  color: #fff;
}

.black-btn {
  background-color: #32323a;
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
}

.black-btn:hover {
  background-color: #484850;
}

.m-t-30 {
  margin-top: 30px;
}

textarea.form-control {
  height: auto;
  resize: none;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/down-arrow.png) 99% / 7px no-repeat #fff;
  /*padding: 15px 25px 6px 12px;*/
}

.upload-pic {
  width: 140px;
  height: 140px;
  position: relative;
}

.upload-pic img {
  border-radius: 4px;
}

.upload-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s linear 0s;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.upload-icon input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.upload-pic:hover .upload-icon {
  opacity: 1;
}

.upload-logo {
  position: relative;
  border: 1px solid #ccc;
  height: 48px;
  padding: 12px 12px 6px 12px;
  background-color: #fff;
  border-radius: 4px;
  color: #8f8f91;
}

.upload-logo-icon {
  position: absolute;
}

.upload-logo-icon input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 99;
}

.social-wrapper .social-input {
  width: 100%;
}

.social-wrapper .social-input .form-control {
  border: 1px solid #ccc;
  height: 48px;
  padding: 8px 12px 6px 12px;
  box-shadow: unset;
}

.social-wrapper .input-group-addon {
  background-color: transparent;
  width: 200px;
  text-align: left;
  color: #8f8f91;
}

.privacy-page-editor table tbody tr {
  background-color: transparent;
  box-shadow: unset;
  border-radius: 0;
}

/**/
label.error {
  color: red;
  font-size: 12px;
}

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

.pagination-main .pagination {
  background-color: #f7f8fa;
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 0;
  margin-top: 30px;
}

.pagination-main .pagination a {
  /*font-size: 20px;*/
  color: #333;
  font-family: "Helvetica";
  display: inline-block;
  font-weight: normal;
  /*padding: 0 10px;*/
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s linear 0s;
  margin: 0px 5px;
}

.pagination-main .pagination a:hover {
  color: #fff;
}

.actions-btn.sky-clr:hover {
  background-color: #74c5d8;
  color: #fff;
}

.actions-btn.red-clr:hover {
  background-color: #d8334f;
  color: #fff;
}

.pagination-main .pagination>.active>span,
.pagination-main .pagination>li>a:hover {
  /* background-color: #fff; */
  border-color: #fff;
  border-radius: 50px;
  /*padding: 3px 9px;*/
  margin-left: 5px;
  /*margin-top: 3px;*/
  margin-right: 5px;
  /* color: #333; */
  background: #88d3e5;
  color: #fff;
}

.pagination-main .pagination>li>a,
.pagination>li>span {
  background-color: transparent;
  border: 1px solid transparent;
}

.pagination-main .pagination>.disabled>span {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  font-size: 34px;
  padding: 0;
  line-height: 25px;
  border: none;
}

.pagination-main .pagination>li:last-child>a,
.pagination-main .pagination>li:last-child>span {
  font-size: 26px;
  padding: 0;
  line-height: 30px;
  border: none;
}

.pagination-main .pagination>li:first-child>a,
.pagination-main .pagination>li:first-child>span,
.pagination-main .pagination>li:last-child>a,
.pagination-main .pagination>li:last-child>span {
  font-size: 26px;
  padding: 0;
  line-height: 30px;
  border: none;
  background: #88d3e5;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  color: #fff;
}

#profileViewForm .form-control-placeholder {
  top: -14px;
}

.form-control-placeholder.slct-control-placeholder {
  top: 0px !important;
}

.top-navbar-links .dropdown-menu a.mdi-notification-clear-all {
  border: none !important;
  top: -6px;
  position: relative;
  font-size: 15px !important;
  padding: 5px 0 !important;
}

/*.top-navbar-links .dropdown-menu a.see-all-noti {
    padding: 0 !important;
    border: none;
}*/

.profile-set-img {
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 150px;
  padding: 5px;
  height: 140px;
}

.profile-set-img img {
  display: block;
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.profile-set-label {
  /* position: absolute;
    top: 7px;*/
  font-size: 12px;
  background: #efefef;
  padding: 2px 10px;
  display: block;

  border-radius: 5px;

  margin-top: 5px;

  color: #404656;
}

.profile-actual-img {
  height: 100%;
  margin: 10px auto !important;
  object-fit: cover;
}

.notification-item-wrapper {
  padding: 20px;
  background-color: #fff;
}

.noti-item {
  background-color: #fff;
  display: flex;
  flex: 1 32%;
  flex-direction: column;
  padding: 10px 0px 20px;
  border-bottom: 1px solid #e3e4ec;
  max-width: 32%;
  margin: 0 10px;
}

.notification-item-wrapper {
  padding: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.noti-item .noti-date {
  padding: 15px 0 0;
  text-align: left;
}

.serach-item {
  /* width: 300px;
  margin-top: -28px;
  position: relative;*/
}

.serach-item svg {
  width: 20px;
}

.serach-item .form-control {
  border-radius: 50px;
  height: 38px;
  padding-right: 30px;
  font-size: 16px;
}

.serach-item .form-control:focus {
  border-color: #97d4e5;
  box-shadow: unset;
}

.serch-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
}

.serch-icon svg {
  width: 20px;
}

.serach-item .form-control:focus+.serch-icon {
  color: #97d4e5;
}

.article-serch-item {
  margin-left: 20px;
}

td.title-td {
  width: 40%;
  max-width: 40%;
  min-width: 40%;
}

.top-navbar-links li a.dropdown-toggle.user-settng img {
  margin: 0 10px 0 0;
  border-radius: 100px;
}

.notification-container .h5 {
  font-size: 18px;
  line-height: unset;
}

.notification-container .p-all-15 {
  padding: 5px 15px;
}

.nav-item a {
  color: #333 !important;
}

.login-admin-content {
  padding: 40px;
  background-color: #fff;
  flex: 1 300px;
  max-width: 500px;
  border-radius: 4px;
  box-shadow: 0 1px 4px 3px rgba(176, 176, 176, 0.1);
}

.login-admin-main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #88d3e5;
  height: calc(100vh - 82px);
}

.login-admin-content img {
  margin-bottom: 30px;
}

.loginAdmin-btn {
  font-size: 18px;
  padding: 6px 20px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  margin-top: 20px;
  transition: all 0.3s linear 0s;
}

.loginAdmin-btn:hover {
  background-color: #81c3d6;
  color: #fff;
}

.bk-btn {
  padding-bottom: 5px;
}

.fileinput .btn:hover {
  color: #333;
}

.cell-fontfamily-options {
  height: 50px !important;
}

.cell-fontfamily-options #divFontList {
  overflow: hidden !important;
}

.admin-content-container {
  width: 71.1%;
  margin: 0;
}

/*************************************
       New Dashboard Design Css        
 ************************************/
.desk-logo {
  font-family: "Impact";
  font-size: 36px;
  color: #97d4e5;
}

.toggle-cus-btn.btn:active,
.toggle-cus-btn.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
  box-shadow: none;
}

.nav-profile-area {
  border: solid 1px #f3eeee;
  padding: 12px;
  margin: 10px 20px 30px 20px;
  border-radius: 12px;
  color: #525252;
  display: flex;
}

.nav-profile-area img {
  width: 36px;
  height: 36px;
  margin: 0 10px 0 0;
  border-radius: 100px;
}

.nav-profile-area h3 {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: bold;
}

.nav-profile-area p {
  margin: 0;
  font-size: 13px;
  color: #ababab;
}

.top-navbar-search input.form-control {
  position: relative;
  border-radius: 12px;
  padding: 10px 42px 10px 15px;
  box-shadow: none;
  height: 44px;
  border: none;
}

.top-navbar-search .search-icon {
  position: absolute;
  right: 14px;
  z-index: 2;
  background: transparent;
  border: none;
  top: 12px;
}

.top-navbar .top-navbar-tittle {
  margin: 8px 0;
  font-size: 26px;
}

.top-navbar {
  /*padding-top: 15px;*/
  position: fixed;
  height: 76px;
  top: 0px;
  width: 100%;
  z-index: 2;
  background: #f7f8fa;
  /* max-width: 1540px; */
  left: 0;
  padding: 16px 30px 0 330px;
  transition: all 0.3s;
}

.article-count-icon i {
  background: rgb(255 255 255 / 36%);
  padding: 15px;
  font-size: 26px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.orange-bg {
  background: #ffa755;
}

.green-bg {
  background: #68e365;
}

.purple-bg {
  background: #b48dd3;
}

.blue-bg {
  background: #709fba;
}

#sidebar.active .nav-profile-area {
  flex-wrap: wrap;
  justify-content: center;
}

#sidebar.active .nav-profile-detail {
  text-align: center;
  width: 100%;
}

#sidebar.active .nav-profile-detail p {
  display: none;
}

#sidebar.active .nav-profile-area img {
  margin: 0 0px 12px 0;
}

#sidebar.active .nav-profile-area h3 {
  font-size: 14px;
}

.white-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 5%);
  margin-bottom: 26px;
}

.table .thead-dark th {
  color: #fff;
  background-color: #546e7a;
  border-color: #546e7a;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 14px 10px;
  color: #444;
  height: 56px;
}

.white-card h3,
.setting-main h3 {
  margin: 10px 0;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.white-card .table {
  margin-bottom: 0px;
}

.tittle_maincard h3 {
  margin: 10px 0;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.form-control {
  height: 40px;
  box-shadow: none;
  font-size: 0.9rem;
}

.d-block {
  display: block;
}

.multiselect-native-select .btn {
  display: inline-block;
  padding: 8px 12px;
}

.search-filter-area form {
  display: flex;
}

.search-filter-area form .form-control:first-child,
.search-filter-area form .form-control:nth-child(2) {
  max-width: 180px;
  margin-right: 20px;
}

.search-filter-area .form-control {
  height: 44px;
  box-shadow: none;
  border-color: #ddd;
}

.white-card .users-table {
  margin-top: 25px;
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.users-table h3 {
  margin: 10px 0;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.serach-item input.form-control {
  border-radius: 4px;
  height: 44px;
  font-size: 16px;
}

.users-table table.btn-no-round td a.btn {
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  height: auto;
  width: auto;
}

.sidebar-header a:hover,
.sidebar-header a:focus {
  text-decoration: none;
}

.fileinput .btn-file {
  background: #f7f8fa;
  color: #838383;
}

.top-search-area {
  display: flex;
  justify-content: end;
}

.top-navbar-search {
  position: relative;
}

.top-search-area form {
  width: 35%;
}

.wrapper #sidebar.active+#content {
  margin-left: 220px;
}

.wrapper #sidebar.active+#content .top-navbar {
  padding: 16px 30px 0 269px;
}

/**  Custom Scroll STYLE */
#sidebar ul.components::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  background-color: #f7f8fa;
}

#sidebar ul.components::-webkit-scrollbar {
  width: 5px;
  background-color: #f7f8fa;
}

#sidebar ul.components::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dae2f3;
}

/**  Custom Scroll STYLE END */

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8),
      rgba(0, 0, 0, 0.8));
  /*background: #0201011c;*/
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 800px) {
  .tabs-wrapper label {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .tabs-wrapper label {
    padding: 8px;
    font-size: 10px;
  }

  .profile-upload {
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1600px) {
  .article-count-desc h1 {
    font-size: 32px;
  }

  .article-count-desc p {
    font-size: 14px;
  }

  .progress-btn .btn {
    font-size: 14px;
    padding: 6px 20px;
  }

  .authors-table .btn {
    padding: 8px 10px;
    max-width: 130px;
  }

  .article-count-icon {
    font-size: 40px;
  }

  .article-cate-main .card.card-wrapper {
    padding: 30px;
  }

  .read-article-main h3,
  .country-wrapper h3,
  .authors-wrapper h3 {
    font-size: 22px;
  }

  td.title-td {
    width: 30%;
    max-width: 30%;
    min-width: 30%;
  }
}

@media (max-width: 1440px) {
  .article-count-icon {
    font-size: 38px;
  }

  .article-count-desc p {
    font-size: 12px;
  }

  .article-count-desc {
    padding: 0 10px;
  }

  .users-table .btn {
    padding: 6px 12px;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .read-article-main table,
  .users-table table {
    font-size: 14px;
  }

  .articles-table .status-btn .btn {
    max-width: 100%;
  }

  td.title-td {
    width: 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .progress-btn {
    max-width: 20%;
  }

  .progress-content {
    width: 70%;
  }

  .progress-btn .btn {
    padding: 6px 14px;
  }

  .green-btn {
    font-size: 14px;
  }
}

@media (max-width: 1366px) {
  .authors-table .btn {
    max-width: 80%;
  }

  .authors-table table thead th,
  .authors-table table tbody td {
    padding: 14px 16px;
  }

  .read-article-main table tbody tr td,
  .users-table table tbody tr td,
  .read-article-main table thead th,
  .users-table table thead th {
    padding: 10px 20px;
  }

  .form-control-placeholder,
  .upload-logo-icon {
    font-size: 12px;
  }

  .progress-btn .btn {
    font-size: 12px;
  }

  .progress-count {
    top: -18px;
    font-size: 12px;
  }

  .article-count-desc h1 {
    font-size: 28px;
  }

  .progress-btn {
    flex: 1 20%;
    max-width: 20%;
  }

  .authors-wrapper h3 {
    padding: 20px 30px;
    font-size: 20px;
  }

  .read-article-main h3,
  .country-wrapper h3 {
    font-size: 20px;
  }

  .counting-fields .article-count-item {
    padding: 0 15px;
  }
}

@media (max-width: 1280px) {
  .progress-btn {
    flex: 1 23%;
    max-width: 23%;
  }

  .read-article-main table,
  .users-table table {
    font-size: 12px;
  }

  .article-cate-main ul li .left-span,
  .article-cate-main ul li .right-span {
    max-width: 100%;
  }

  .users-table table td a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .users-table .btn svg {
    top: 0px;
  }
}

@media (max-width: 1024px) {
  .progress-btn .btn {
    font-size: 14px;
    padding: 6px 14px;
  }

  .progress-item .progress {
    height: 25px;
  }

  .article-count-desc h1 {
    font-size: 32px;
  }

  .article-count-icon {
    line-height: 3;
    font-size: 40px;
    flex: 1 25%;
    max-width: 25%;
  }

  .article-count-desc p {
    font-size: 18px;
  }

  .top-navbar-links>ul>li {
    margin: 0 7px;
  }

  .authors-wrapper h3,
  .country-wrapper h3 {
    font-size: 18px;
  }

  .read-article-main table,
  .users-table table {
    font-size: 16px;
  }

  .users-table .btn {
    padding: 6px 10px;
    font-size: 10px;
  }

  .read-article-main table tbody tr td,
  .users-table table tbody tr td,
  .read-article-main table thead th,
  .users-table table thead th {
    padding: 10px 16px;
  }

  .article-cate-main ul li .left-span,
  .article-cate-main ul li .right-span {
    max-width: 100%;
  }

  .dashboard-content .row>[class*="col-"] {
    width: 100%;
  }

  .counting-fields .row>[class*="col-"] {
    padding: 0 15px;
  }

  .article-count-item {
    margin: 10px 0;
  }

  .users-table .btn svg {
    width: 10px;
  }

  body .counting-fields .col-md-3 {
    width: 50% !important;
  }

  .counting-fields .article-count-item {
    gap: 15px;
  }

  .fieldset_finish .purple-text {
    font-size: 20px;
  }

  .fieldset_finish img {
    max-width: 80px;
  }

  body #progressbar li {
    padding: 10px 20px;
    flex-wrap: wrap;
  }

  .dashboard-content {
    max-width: 660px;
  }

  .users-table .search-item .form-control {
    margin-bottom: 10px;
  }

  .pagination-main .pagination {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .grey-wrapper.m-t-30 {
    margin: 15px 0;
  }

  .top-navbar .top-navbar-links .dropdown-menu li.mail-li {
    padding: 6px 20px !important;
    font-size: 14px !important;
  }

  .top-navbar-links .dropdown-menu a,
  .top-navbar-links .dropdown-menu li.mail-li {
    padding: 6px 20px !important;
    font-size: 12px !important;
  }

  .admin-content-container {
    width: 100%;
  }

  .dashboard-content .white-card {
    background: transparent;
    padding: 0;
    box-shadow: none;
  }

  .dashboard-content .table-responsive {
    background-color: #fff;
    margin-top: 5px;
  }

  body #sidebar {
    min-width: 200px;
    max-width: 200px;
    margin-left: -20px !important;
  }

  .nav-profile-area {
    margin: 10px;
    flex-wrap: wrap;
    text-align: center;
    gap: 5px;
    justify-content: center;
  }

  body #content {
    margin-left: 180px;
  }

  .dashboard-content {
    max-width: 550px;
  }

  .dashboard-content .upload-item {
    margin-top: 10px;
  }

  #sidebar ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .counting-fields .article-count-desc h1 {
    font-size: 28px;
  }
}

@media (max-width: 800px) {
  .top-navbar-links li a.dropdown-toggle {
    font-size: 12px;
  }

  #sidebar {
    min-width: 210px;
    max-width: 210px;
  }

  .page-title {
    display: flex;
    flex-direction: column;
  }

  .serach-item {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .card {
    padding: 30px 20px;
  }

  .progress-item {
    margin: 0px 0 25px;
  }

  .authors-wrapper h3,
  .country-wrapper h3,
  .read-article-main h3 {
    font-size: 20px;
  }

  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }

  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  #sidebar.active {
    margin-left: 0 !important;
  }

  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none;
  }

  #sidebar .sidebar-header strong {
    display: block;
  }

  #sidebar ul li a {
    padding: 20px 10px;
  }

  #sidebar ul li a span {
    font-size: 0.85em;
  }

  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }

  #sidebar ul ul a {
    padding: 10px !important;
  }

  #sidebar ul li a i {
    font-size: 1.3em;
  }

  #sidebar {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }

  .toggle-cus-btn,
  .toggle-cus-btn:hover {
    right: -40px;
  }

  .desk-logo {
    display: none;
  }

  .users-table .btn svg {
    width: 12px;
  }

  #sidebar.active .sidebar-header .toggle-cus-btn {
    top: 20px;
  }

  .users-table.contact-list-table table tbody tr td {
    min-width: 170px;
  }

  .users-table.contact-list-table table tbody tr td.title-td {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
  }

  .dashboard-content {
    max-width: 510px;
  }
}

@media (max-width: 767px) {
  .table-responsive {
    border: none;
  }

  body .modal_save_btn {
    margin-left: 0;
  }

  .top-navbar-links {
    float: right;
    margin-top: 20px;
  }

  .search-bar {
    padding-right: 0;
  }

  .counting-fields .row>div {
    padding: 0 15px;
  }

  .article-count-item {
    margin: 10px 0;
  }

  .serach-item {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .authors-table .btn {
    max-width: 100%;
  }
}

@media (max-width: 480px) {

  .read-article-main table,
  .users-table table {
    font-size: 16px;
  }

  .authors-wrapper h3,
  .country-wrapper h3,
  .read-article-main h3 {
    font-size: 16px;
  }

  .counting-fields {
    margin-bottom: 20px;
  }

  .dashboard-content {
    padding: 20px 15px;
  }

  .footer-main {
    padding: 20px 10px;
    font-size: 12px;
  }

  .page-title span.pull-right .btn {
    font-size: 10px;
    padding: 8px 12px;
  }

  .article-count-desc p,
  .progress-title,
  .progress-count {
    font-size: 12px;
    top: -15px;
  }

  #sidebar.active .sidebar-header .toggle-cus-btn {
    top: 20px;
  }

  .toggle-cus-btn,
  .toggle-cus-btn:hover {
    right: -40px;
  }

  .article-cate-main ul li {
    max-width: 100%;
  }

  .top-navbar-links .nav-item .dropdown-menu {
    left: unset;
    right: -100px;
  }

  .nav-item .dropdown-menu.notification-container.dropdown-menu-right {
    width: 250px !important;
  }

  .progress-item {
    flex-wrap: wrap;
  }

  .progress-content {
    max-width: 100%;
    flex: 1 100%;
    width: 100%;
  }

  .progress-btn {
    flex: 1 30%;
    max-width: 30%;
  }

  .progress-btn .btn {
    font-size: 12px;
    padding: 6px;
  }
}

.info-span {
  font-size: 12px;
  text-align: right;
  float: right;
  width: 100%;
  color: #65acda;
}

/*loading*/
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 99999;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8),
      rgba(0, 0, 0, 0.8));
  /*background: #0201011c;*/
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.articles-box {
  max-height: 250px;
  overflow-y: scroll;
  border: 1px solid #f3f0f0;
  padding: 20px;
  text-decoration: none;
}

/*number input*/
.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input input[type="number"]::-webkit-inner-spin-button,
.number-input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  margin-bottom: 3rem;
}

.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type="number"] {
  text-align: center;
}

.number-input.number-input {
  border: 1px solid #ced4da;
  width: 12rem;
  border-radius: 0.25rem;
  padding: 8px;
}

.number-input.number-input button {
  width: 2.6rem;
  height: 0.7rem;
}

.number-input.number-input button.minus {
  padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
  width: 0.7rem;
  background-color: #495057;
}

.number-input.number-input input[type="number"] {
  max-width: 4rem;
  padding: 0.5rem;
  border: 1px solid #ced4da;
  border-width: 0 1px;
  /*font-size: 1rem;*/
  font-size: 14px;
  height: 3rem;
  color: #495057;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {

    .number-input.def-number-input.safari_only button:before,
    .number-input.def-number-input.safari_only button:after {
      margin-top: -0.3rem;
    }
  }
}

/*modal*/

.article-modal-form h3 {
  font-family: "Impact";
  margin-bottom: 17px;
  margin-top: 8px;
  color: #97d4e5;
}

.btn-submit {
  color: white;
}

#resetPwdForm {
  display: none;
}

.preview-banner-image img,
.preview-sponsored-image img {
  width: 100%;
}

.preview-banner-image,
.preview-sponsored-image {
  margin-bottom: 10px;
}

.serach-item input {
  padding: 8px 16px;
}

.upload-item {
  /*  margin: 15px 25px;*/
}

/* ---------------------------------------------------  
    Modal Style Chnages
    ----------------------------------------------------- */

#exampleModalCenter .company_logo {
  max-width: 200px;
  width: 100%;
  margin-top: 10px;
}

.modal-title {
  font-size: 24px;
  margin-right: auto;
}

.modal-header {
  display: flex;
  justify-content: space-between;
}

.mvt-admin-modal-block-1,
.mvt-admin-modal-block-2,
.mvt-admin-modal-block-3 {
  background-color: #f3f5f7;
  padding: 15px;
  border-radius: 5px;
}

.mvt-admin-modal-block-1 {
  margin-right: 7.5px;
  margin-left: 15px;
}

.mvt-admin-modal-block-2 {
  margin-left: 7.5px;
  margin-right: 15px;
}

.mvt-admin-modal-block-3 {
  margin-top: 15px;
  max-width: 95%;
  margin-inline: 15px;
  width: 100%;
}

.mvt-admin-modal-blocks {
  display: flex;
}

#exampleModalCenter .email::before,
#exampleModalCenter .company_email::before,
#exampleModalCenter .user-email::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

#exampleModalCenter .logo {
  margin-bottom: 10px;
}

#exampleModalCenter .fa-phone::before {
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 16px;
}

.modal-block-phone-number {
  display: flex;
}

.modal-block-website-icon {
  display: flex;
}

#exampleModalCenter .fa-globe {
  transform: rotate(-52deg);
}

#exampleModalCenter .fa-globe::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  position: relative;
  top: 0;
  right: -4px;
  font-size: 13px;
  font-weight: 700;
}

.Approved::after {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: green;
}

.Pending::after {
  content: "\f06a";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: red;
  position: relative;
  top: 1px;
}

.Rejected::after {
  content: "\f057";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: red;
  position: relative;
  top: 1px;
}

.modal-block-address-container {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  row-gap: 0;
}

.modal-block-address-container p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mvt-admin-modal-blocks {
    display: block;
  }

  .mvt-admin-modal-block-1,
  .mvt-admin-modal-block-2 {
    margin-inline: 15px;
  }

  .mvt-admin-modal-block-2 {
    margin-top: 15px;
  }

  .mvt-modal-block-content {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.mvt-modal-block-all-request .approve,
.mvt-modal-block-all-request .disapprove,
.mvt-modal-block-all-request .delete {
  color: #fff;
  padding-inline: 5px;
  padding-block: 3px;
  border-radius: 3px;
}

.mvt-modal-block-all-request .approve:hover,
.mvt-modal-block-all-request .disapprove:hover,
.mvt-modal-block-all-request .delete:hover {
  text-decoration: none;
}

.mvt-modal-block-all-request .approve {
  background-color: green;
  margin-left: 10px;
}

.mvt-modal-block-all-request .disapprove {
  background-color: orange;
}

.mvt-modal-block-all-request .delete {
  background-color: red;
}

/* ---------------------------------------------------  
    Modal Style Chnages
    ----------------------------------------------------- */

/* view user page */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.view-table-title {
  font-size: 21px;
  font-weight: 400;
  color: #000000;
  margin: 30px 0 10px;
}

.gap-4 {
  gap: 1.5rem !important;
}

.w-100 {
  width: 100% !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.view-table table th {
  width: 250px;
}

.view-table table th,
.view-table table td {
  font-size: 16px;
  font-weight: 400;
  color: #212121;

  padding: 10px 15px;
}

.view-table table,
.view-table table th,
.view-table table td {
  border: 1px solid #dddddd;
}

/* .loading{
      display:none !important;
  } */

/* add /edit user page */
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  display: flex;
  /* gap: 20px; */
  justify-content: center;
}

#progressbar li:first-child {
  border-radius: 10px 10px 10px 10px;
}

.profile-list .active .inactive-tab {
  display: none;
}

.profile-list .inactive-tab {
  display: none;
}

.profile-list .active .active-tab {
  display: inline-block;
}

#progressbar .active {
  background: #f6f9fc;
  border-bottom: 2px solid #344767;
  color: #344767;
}

#progressbar li {
  list-style-type: none;
  align-items: center;
  display: flex;
  background: #f6f9fc;
  font-weight: 400;
  gap: 10px;
  padding: 15px 45px;
  color: #8a8f95;
  border-right: 1px solid #bec7dc;
  font-size: 16px;
}

#progressbar li strong {
  font-weight: 400;
}

.form-card {
  text-align: left;
  color: #333;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  /* padding-bottom: 20px; */
  position: relative;
}

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

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform textarea {
  padding: 6px 12px;
  border-radius: 0px;
  /* margin-bottom: 25px;
  margin-top: 2px; */
  width: 100%;
  box-sizing: border-box;
  font-family: 'Helvetica';
  color: #2c3e50;
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 1px;
  resize: none;
  border-radius: 4px;
}

#msform input{
  border: 1px solid #97d4e5 !important;

}

#msform input:focus,
#msform textarea:focus {
  box-shadow: unset;
  border-color: #94a9c6;
}

.form-select{
  border-color: #97d4e5 !important;
  color: #555 !important;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef !important;
  opacity: 1;
}

#msform .action-button {
  width: 100px;
  background: #344767;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  /* padding: 10px 10px;*/
  margin: 20px 0px 10px 5px;
  float: right;
  border-radius: 8px;
  font-family: "Helvetica";
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #344767;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  /* padding: 10px 5px;*/
  margin: 10px 5px 10px 0px;
  float: right;
  border-radius: 8px;
  margin-top: 20px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

#media-information h2.fs-title {
  margin: 0 0 20px;
  padding-left: 15px;
}

.fs-title,
.fs-title-2 {
  font-size: 18px;
  color: #333;
  text-align: left;
  margin: 0 0 20px;
  font-weight: 600;
  /* padding: 0 15px; */
}

.fs-title-2 {
  margin: 15px 0px 20px;
}

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

.purple-text {
  /* color: #673AB7; */
  font-weight: normal;
  font-size: 30px;
}

.modal_save_btn {
  margin-left: 10.5%;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  display: flex;
  /* gap: 20px; */
  justify-content: center;
}

#progressbar li:first-child {
  border-radius: 10px 10px 10px 10px;
}

#progressbar li:last-child {
  border-radius: 10px 10px 10px 10px;
}


#progressbar .active {
  background: #344767;
  border-bottom: 0;
  color: #fff;
}

#progressbar li {
  list-style-type: none;
  align-items: center;
  display: flex;
  background: #f6f9fc;
  font-weight: 400;
  gap: 10px;
  padding: 15px 45px;
  color: #8a8f95;
  border-right: 1px solid #bec7dc;
  font-size: 16px;
}

#progressbar li:last-child {
  border-right: 0px;
}

#progressbar li strong {
  font-weight: 400;
}

.profile-list .active .active-tab {
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(228deg) brightness(103%) contrast(102%);
}

.profile-list .active .inactive-tab {
  display: none;
}

.profile-list .active-tab {
  display: none;
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #8a8f95;
  /* background: #F6F9FC; */
  border-radius: 50%;
  padding: 2px;
}

#progressbar li.active:before,
#progressbar li.active:after {
  color: #344767;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #673ab7;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

select#action,
select#service,
select#country,
select#state,
select#city,
select#usertypes {
  width: 100%;
  /* background-color: #ffffff;
border: 1px solid #9B9B9B; */
  border-radius: 0px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/221782-200.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 11px;
  /* padding: 11px; */
  padding: 6px 12px;
  background: transparent;
  border: 1px solid #ccc;
  background-size: 18px;
  min-height: 42px;
  border-radius: 4px;
}

.bg-primary {
  top: 0;
}

.custom-control-input:checked~.custom-control-label {
  background-color: #e2f0f9;
}

.open .multiselect-container {
  display: block;
  max-height: 200px;
  overflow-y: scroll;
}

#msform {
  margin-top: 0px;
  padding-top: 0px;
}

.company_name_bar {
  position: relative;
}

.company_name_bar #autocomplete-results {
  position: absolute;
  top: 80px;
  left: 16px;
  width: 95%;
}

#autocomplete-results {
  position: absolute;
  top: 90px;
  left: 16px;
  z-index: 999;
  width: 96%;
}

.form-card .col-6 {
  position: relative;
}

#companyname-input {
  margin-bottom: 0;
}

#autocomplete-results .autocomplete-item {
  padding: 5px;
  cursor: pointer;
}

/* Adjust the height of .iti__country-container when the #phone has the error class */

.companyList {
  display: block;
  list-style: none;
  font-size: 15px;
  width: 49%;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0px 0px 5px #333;
}

#federation_add_more_button {
  border: 0;
  color: #fff;
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 500;
  padding: 7px 15px;
  width: auto !important;
  background: #344767;
  border-radius: 8px;
}

div#federation_appd label {
  color: #333333;
}

#federation_add_more {
  text-align: right;
}

#media_add_more_button {
  border: 0;
  color: #fff;
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 500;
  padding: 7px 15px;
  width: auto !important;
  background: #344767;
  border-radius: 8px;
}

#company_add_more_button {
  border: 0;
  color: #fff;
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 500;
  padding: 7px 15px;
  width: auto !important;
  background: #344767;
  border-radius: 8px;
  margin-right: 15px;
}

.remove_company {
  margin-right: 15px;
}

.usersCompany-table table td a.btn {
  color: #fff;
  padding: 8px 0px;
  border-radius: 30px;
  height: 38px;
  width: 38px;
}

.error.invalid-feedback {
  width: 100%;
  float: left;
  text-align: left;
  color: red;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
}

.dropdown-menu input {
  width: max-content !important;
}
.dropdown-menu.show{
inset: 0 auto auto -60px !important;
}

span.remove {
  font-size: 13px;
  color: red !important;
  float: right;
  margin-top: 15px;
  margin-bottom: 10px;
}

.pull-right,
.rm-row {
  text-align: right;
}

span.multiselect-native-select {
  width: 100%;
  float: left;
}

/* ------COMMENT */

#msform input {
  background: transparent;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 4px;
  font-family: "Helvetica";
  color: #555;
}

.iti__selected-country-primary {
  height: 0px !important;
  position: absolute;
  top: 20px;
}

#phone {
  padding-left: 44px !important;
}

.fieldlabels {
  color: #333;
  text-align: left !important;
  font-weight: 600;
  font-size: 14px;
  margin: 0px 0px 5px;
}

.banner-img {
  position: fixed;
  top: 0;
  z-index: -1;
}

.form-group .editor_textarea {
  height: 40px;
}

span.remove {
  display: flex;
  justify-content: flex-end;
  color: #97d4e5 !important;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

#append-media-information {
  margin-top: 20px;
}

#media-information .media-lang {
  background-image: url(https://d30y9cdsu7xlg0.cloudfront.net/png/221782-200.png);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 10px;
  background-size: 18px;
}

#autocomplete-results {
  position: absolute;
  top: 70px;
  left: 16px;
  z-index: 999;
  color: black !important;
  border-radius: 4px;
  /* height: 200px;
    overflow-y: scroll; */
}

#autocomplete-results:has(.autocomplete-item) {
  max-height: 200px;
  overflow-y: scroll;
  width: 96%;
}

#autocomplete-results .autocomplete-item {
  padding: 5px;
  cursor: pointer;
}

.companyList {
  display: block;
  list-style: none;
  font-size: 15px;
  width: 49%;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0px 0px 5px #333;
}

/* Other information */
.other-information .col-6 {
  padding: 0 15px;
  margin-bottom: 15px;
}

/* Printer */
.fieldset_printer .fs-title {
  padding: 0;
}

.fieldset_printer .col-sm-6 {
  text-align: left;
}

#federation_add_more {
  padding: 0 15px;
}

/* Media */
#media-information .pull-right,
#media-information span.remove {
  margin-right: 15px;
}

.card_padding {
  padding-block: 0;
}

.card_padding_bottom {
  padding-bottom: 0;
}

.media_form_table:not(:last-child) {
  margin-bottom: 25px;
}

.iti {
  float: left;
  width: 100%;
}

.rounded-circle {
  border-radius: 50% !important;
  /* padding: 8px 12px !important; */
}

.company-option {
  padding: 0;
  margin: 0 !important;
  color: black;
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: black !important;
}

.select2-search__field {
  margin-bottom: -16px;
}


#autocomplete-citys .autocomplete-item {
  padding: 5px 0;
  cursor: pointer;
}

#autocomplete-citys:has(.autocomplete-item) {
  max-height: 100px;
  height: fit-content;
  overflow-y: scroll;
  list-style: none !important;
  padding: 10px;
}

#autocomplete-citys.autocomplete-item {
  padding: 5px 10px;
  cursor: pointer;
  list-style: none !important;
}

#autocomplete-states:has(.autocomplete-item),
#autocomplete-citys:has(.autocomplete-item) {
  /* height: 200px; */
  overflow-y: scroll;
  list-style: none !important;
  padding: 10px;
  height: fit-content;
  max-height: 250px;
  position: absolute;
  background: white;
  z-index: 5;
  width: 94%;
  box-shadow: rgb(237, 237, 237) 2px 2px 5px;
  /* left: 0px; */
}

#stateModal,
#cityModal {
  z-index: 20050;
}

.stateNotFound {
  font-size: 14px;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 10px 26px 0 rgb(0 0 0 / 5%);
  margin-top: 0px;
}

.modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-header {
  border-top: 5px solid #35bcd9;
}

.back-button {
  background-color: #97d4e5;
  border-color: #97d4e5;
  color: #fff;
}


.users-table .table-responsive table thead {
  background: #546E7A;
}

.users-table .table-responsive table thead th {
  color: #ffffff;
}

.users-table .table-responsive table thead th a {
  color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 14px !important;
}

.select2-results__option {
  color: #000000 !important;
}

.media-information {
  padding: 20px 0px;
  margin-bottom: 20px;
  /* border-bottom: 2px dashed #dfdada ; */
  border-top: 2px dashed #dfdada;
}

.printer-information {
  padding: 20px 0px;
  border-top: 2px dashed #dfdada;
}

.select2-search__field {
  padding: 3px 5px !important;
}

.select2-container--default .select2-selection--multiple {
  border-color: #ccc !important;
}

.select2 {
  width: 100% !important;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  background-color: white;
  border-color: #CCCCCC;
}

.setting-main form input.green-btn {
  color: #fff;
}



#federations-error {
  position: absolute;
  top: 40px;
}

.topbar {
  position: sticky;
  top: 20px;
  height: 100%;
  z-index: 2;
  padding-bottom: 10px;
  background: #f7f8fa;
}

option {
  color: #555 !important;
}


li.autocomplete-item {
  padding: 5px;
  cursor: pointer;
}

li.autocomplete-item:hover {
  background: #97d4e5;
}

.autocomplete-editors {
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  width: 95%;
  display: none;
  padding: 0;
  margin-top: 4px;
  list-style: none;
}

.autocomplete-editor {
  padding: 8px 12px;
  cursor: pointer;
}

.autocomplete-editor:hover {
  background-color: #f0f0f0;
}

.no-citys {
  overflow-y: none;
  list-style: none !important;
  padding: 10px;
  height: fit-content;
  max-height: 250px;
  position: absolute;
  background: white;
  z-index: 5;
  width: 95%;
  box-shadow: rgb(237, 237, 237) 2px 2px 5px;
  left: 10px;
}

.thumb-logo img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  object-position: center;
}

.view-table {
  width: 100% !important;
}

#fed_err .invalid-feedback {
  display: block;
  margin-top: 30px;
}

.company-section,
.cloned-company-section {
  border-bottom: 2px dashed #dfdada;
}

#company_add_more_button {
  margin-top: 10px;
}

.mediaDiv {
  border-bottom: 2px dashed #dfdada;
  margin-bottom: 10px;
}

.addCampaignBtn {
  border: 0;
  color: #fff;
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 500;
  padding: 7px 15px;
  width: auto !important;
  background: #344767;
  border-radius: 8px;
  margin: 20px 0px 10px 5px;
  float: right;
}

.select2-results__option span {
  font-size: 14px !important;
  color: black !important;
}
.select2-results__option--selectable{
  font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #97d4e5 !important;

}

.select2-container--default textarea {
  border: none !important;
}

.select2-container--default .select2-selection--multiple {
  padding-bottom: 0 !important;
}

.select2-selection__choice {
  margin: 7px !important;
}

.radio-group {
  gap: 2rem;
}

.radio-item {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  font-size: 15px !important;
}

.radio-circle {
  width: 14px;
  height: 14px;
  border: 2px solid #dee2e6;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.radio-circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5f5f5f;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

.radio-input:checked+.radio-label .radio-circle {
  border-color: #5f5f5f;
  background: transparent;
}

.radio-input:checked+.radio-label .radio-circle::after {
  transform: translate(-50%, -50%) scale(1);
}

/* .radio-input:focus+.radio-label .radio-circle {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
} */
.select2-search__field{
  min-width: 30%;
}



.url-field-row .input-group {
  max-width: 100%;
}

.url-field-row input[readonly] {
  cursor: default;
}
.url-input{
  width: 80% !important;
}

.remove-url {
  font-size: 18px;
  line-height: 1;
  /* background-color: #ccc !important; */
  border-radius: 5px !important;
}
#add-url-btn{
  background-color: #86d3e3 !important;
  border-radius: 5px !important;
}
.selected-url-input{
  border-color: #EEFCFF !important;
  background-color: #EEFCFF !important;
  border-radius: 5px !important;
  width: 80% !important;
}

.selected-url{
  background-color: #EEFCFF !important;

}

.table-rounded{
  border-radius: 15px !important;
}
.page-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
}


/* Campaign View Page */
.campaign-title {
  font-family: "Impact";
  font-size: 56px;
  font-weight: 300;
  color: #233D4A;
}
.link-pill {
  background-color: #e9f7fb;
  border-radius: 6px;
  padding: 10px 14px;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  font-size: 14px;
  font-weight: 500;
  color: #233D4A;
}

.link-pill a{
  text-decoration: none;
  color: #233D4A
}
.empty-state {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 2px dashed #ddd; */
  border-radius: 8px;
  color: #6c757d;
  font-size: 26px;
  font-weight: 500;
  /* background-color: #fafafa; */
  text-align: center;
}
