/* @import "https://fonts.googleapis.com/css?family='Poppins':300,400,500,600,700"; */

.evenColor {
  background-color: #f2f2f2;
}

.footer-logo {
  width: 160px;
  max-width: 100%;
  margin-right: 56%;
}

.org-logo {
  margin-left: 0.5rem !important;
}

.header-logo {
  width: 30px !important;
}

.dashboardIcon1 {
  margin-top: 3px;
  cursor: pointer;
}

.voice-search-icon {
  position: relative;
  right: 52px;
  color: #0466c8 !important;
}

@media (min-width: 1360px) {
  .left-menu-btn {
    max-width: 55px !important;
  }
  .nav-right-btn {
    position: relative !important;
    left: 56px !important;
  }
}

.modal-footer .btn-save {
  border-width: 2px !important;
}

.btn-arrow-right {
  background-color: #0466c8 !important;
  border-color: #0466c8 !important;
  color: white !important;
  border-radius: 5px 20px 20px 5px !important;
}

.btn-arrow-right:hover {
  background-color: #0477f8 !important;
  border-color: #0477f8 !important;
}

.btn-arrow-left {
  background-color: #0466c8 !important;
  border-color: #0466c8 !important;
  color: white !important;
  border-radius: 20px 5px 5px 20px !important;
}

.btn-arrow-left:hover {
  background-color: #0477f8 !important;
  border-color: #0477f8 !important;
}

.btn-arrow-down {
  background-color: #0466c8 !important;
  border-color: #0466c8 !important;
  color: white !important;
  border-radius: 5px 5px 20px 20px !important;
}

.btn.btn-arrow-down:hover {
  background-color: #0477f8 !important;
  border-color: #0477f8 !important;
}

.btn-arrow-up {
  background-color: #0466c8 !important;
  border-color: #0466c8 !important;
  color: white !important;
  border-radius: 20px 20px 5px 5px !important;
}

.btn-arrow-up:hover {
  background-color: #0477f8 !important;
  border-color: #0477f8 !important;
}

.subheader_button:hover {
  background-color: #0466c8 !important;
  color: white !important;
  font-weight: 100 !important;
}

select.form-control {
  font-size: 14px !important;
  background-color: white !important;
  border: solid thin #d2d6de !important;
  border-radius: 2px !important;
  display: inline-block !important;
  font: inherit !important;
  padding: 0.5em 3.5em 0.5em 1em !important;
  margin: 0 !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: white url("/assets/imgs/down-arrow.svg") no-repeat !important;
  background-position: right !important;
  background-size: contain !important;
}

.select-entries-width {
  min-width: 90px !important;
}

* {
  user-select: text !important;
}

@media (max-width: 768px) {
  .tableProtocolScroll {
    max-height: calc(100vh - 10px);
    overflow-y: scroll !important;
  }
  .voice-search-icon {
    position: relative;
    right: 25px;
    color: #0466c8 !important;
  }
}

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

.star-icon {
  font-size: 27px !important;
}

.heart-icon {
  font-size: 27px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.shareIcon {
  color: #0466c8 !important;
}

.enable-hover .initialLetterHover:hover {
  opacity: 9 !important;
}

.margin-left10 {
  margin-left: 10px !important;
}

pagination-controls {
  display: inline;
}

.pagination-message {
  padding-left: 1rem !important;
}

.pagination-container {
  padding-right: 1rem !important;
}

.all-tab-content {
  padding: 6px;
}

.all-tab-category {
  padding: 6px;
}

.margin-left-15 {
  margin-left: 15px;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  /*background-color: #dee2e6;*/
  /*background-color: #fff !important;*/
  border: 1px solid #0466c8 !important;
  border-radius: 3px !important;
}

.checkmarkMandate {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #b3b6b8;
}

/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkmark {
  background-color: #dee2e6;
}

/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkmarkMandate {
  background-color: #b3b6b8;
}

/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked ~ .checkmark {
  /*background-color: #EB3D00;*/
  background-color: #0466c8;
}

/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked ~ .checkmarkMandate {
  background-color: #b3b6b8;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmarkMandate:after {
  content: "";
  position: absolute;
  display: none;
}

.sticky_header {
  position: sticky;
  top: 0px;
  z-index: 1;
}

/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmarkMandate:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {
  /*left: 5px;*/
  left: 4px;
  /* top: 2px;*/
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Style the checkmark/indicator */

.checkbox-container .checkmarkMandate:after {
  /*left: 5px;*/
  left: 4px;
  /*top: 2px;*/
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-label {
  position: relative;
  top: -4px;
  left: -8px;
}

/* Checkbox styling */

button.menu-label:focus,
button.menu-label:hover {
  background-color: #fff !important;
}

.bellText {
  position: relative;
  /*top: -13px;*/
  /*top: -14px;*/
  background: none;
  /*color: #EB3D00 !important;*/
  color: #fff !important;
  /*left: -8px;*/
  font-weight: bold;
  font-size: 12px;
  /*font-family: Kanit, sans-serif;*/
  font-family: "Poppins", sans-serif !important;
  /*padding: 0.25rem !important;*/
  padding: 0 !important;
}

.badge {
  padding: 0px !important;
}

.bellText {
  position: relative;
  /*top: -17px;*/
  top: -20px !important;
  background: none;
  /*color: #eb6852;*/
  color: #fff !important;
  left: -5px;
  font-weight: bold;
  font-size: 12px;
  /* font-family: Kanit, sans-serif;*/
  font-family: "Poppins", sans-serif !important;
}

.contentAlignment {
  margin-left: 10px;
  line-height: 23px;
  max-width: 100%;
  cursor: text;
  font-size: 15px;
  line-height: normal;
}

.outsideHeader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.sn-checkbox-use-protocol {
  display: none !important;
}

.note-modal-footer {
  margin-bottom: 5px !important;
}

.note-form-label {
  font-size: 15px !important;
  color: #000 !important;
}

.note-modal-title {
  font-size: 20px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #0466c8;
}

.note-modal-header {
  border: none !important;
}

.note-btn-primary {
  background: #0466c8 !important;
  color: #fff;
}

.calculator-container {
  padding: 15px !important;
}

.add_removeSubCat {
  color: #9e9b9b !important;
}

.searchbar-placeholder::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Poppins", sans-serif !important;
}

.footerPosition {
  min-height: 90vh !important;
}

.arrow-margin {
  width: 37px;
  margin-top: -3px;
  margin-right: 5px;
}

.icon-color {
  color: gray !important;
}

.font-family {
  font-family: "Popppins";
}

.border-bottom-blue {
  border-bottom: 2px solid #0466c8 !important;
}

.adminDashboardIcon {
  color: #0466c8;
  font-size: 30px;
}

div.action_list > button,
div.row_detail > button,
div[id^="action_list"] > button,
div.publisherActionContainer > button,
div.hideSpan > button {
  background-color: gray !important;
  border-color: gray !important;
}

.searchbar-view {
  width: 100%;
  height: 39px;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #d2d6de;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 131px !important;
}

.selected-name {
  border: 1px solid #0466c8;
  font-size: 12px !important;
  margin: 2px;
}

.profile-container {
  padding: 45px !important;
}

.rowSpacing {
  margin: 20px 0 !important;
}

.scroll-content {
  min-height: 100vh !important;
  overflow-y: auto !important;
}

.footerContainer {
  color: #000000;
  font-family: "Poppins", sans-serif !important;
  background-color: #0466c8;
  background-color: rgb(126, 123, 123);
  align-items: center;
  justify-content: space-between;
}

.initialLetter {
  background-color: #0466c8 !important;
  font-size: 15px;
  padding: 5px 10px;
  font-family: "Poppins", sans-serif !important;
  font-weight: bold;
  color: #fff !important;
  border-radius: 12px;
  width: 31px !important;
  height: 31px !important;
  text-transform: capitalize !important;
  margin-left: 5px;
}

.rightMenubuttons {
  display: inline-flex !important;
  color: #fff;
  text-align: center;
  padding: 12px;
  background-color: #0466c8;
  height: 58px;
}

.tooltipTitle {
  padding: 8px 3px 8px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  background-color: #e8eaed;
  font-family: "Poppins", sans-serif !important;
}

.higlight-institute {
  font-weight: bold;
  color: #0466c8;
}

.higlight-institute::before {
  font-weight: bold;
  color: #ff4500;
  font-family: "Poppins", sans-serif !important;
  margin-left: -10px;
}

.btn-menu {
  color: #fff;
  background-color: #0466c8 !important;
  border-color: #0466c8 !important;
}

.btn-second-option {
  background-color: #0466c8 !important;
  border-color: #0466c8 !important;
  color: white !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  /* border-radius: 5px 20px 20px 5px !important; */
}

.btn-search,
.btn-save {
  background-color: #0466c8 !important;
  border-color: #0466c8 !important;
  color: white !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border-radius: 5px 20px 20px 5px !important;
}

.btn-search:hover,
.btn-save:hover {
  background-color: #0477f8 !important;
  border-color: #0477f8 !important;
}

.btn-close {
  background-color: #fff !important;
  border: 2px solid #0466c8 !important;
  color: #0466c8 !important;
  border-radius: 20px 5px 5px 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.btn-cancel {
  background-color: #fff !important;
  border: 2px solid red !important;
  color: red !important;
  border-radius: 0 !important;
}

.btn-cancel:hover {
  background-color: red !important;
  border: 2px solid red !important;
  color: #ffffff !important;
}

.btn-clear {
  background-color: #fff !important;
  border: 2px solid #0466c8 !important;
  color: #0466c8 !important;
  border-radius: 20px 5px 5px 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.btn-clear:hover,
.btn-close:hover {
  background-color: #0466c8 !important;
  border-color: #0466c8 !important;
  color: white !important;
}

.modal-btn {
  font-size: 13px;
}

.background-color {
  background-color: #fafafa !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0466c8 !important;
}

.custom-control-label::before {
  width: 15px !important;
  height: 15px !important;
  background-color: #fff;
  border: 0.5px solid #afafaf !important;
}

.custom-control-label::after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  background-size: 50% 60% !important;
}

/*Vikas*/

.custom-control-label {
  font-family: "Poppins", sans-serif !important;
}

.card {
  /* border: 0px !important; */
}

.cards-body {
  -webkit-box-shadow: 0 0 6px 0 rgba(74, 53, 107, 0.2);
  box-shadow: 0 0 7px 0 rgba(74, 53, 107, 0.2);
  background-color: white !important;
}

.dashboard-item {
  border-radius: 20px !important;
}

.dashboardContainer {
  padding: 0px 15px !important;
  margin: 0;
}

.has-shadow {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1),
    -1px 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.bg-white {
  background: #fff !important;
}

.tab-item {
  padding: 20px;
  height: 75px !important;
  cursor: pointer;
}

.tab-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 40px;
  max-width: 40px;
  border-radius: 50%;
}

.title {
  font-size: 17px;
  color: #777;
  padding: 2px 10px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}

.number {
  font-size: 17px;
  font-weight: 300;
  margin-left: auto !important;
}

.more-information {
  font-size: 15px;
  color: #7db5e9;
  cursor: pointer;
  font-weight: 100;
}

.titleStyling {
  font-family: "Poppins", sans-serif !important;
  cursor: text;
  font-size: 18px;
}

.backButton {
  color: #0466c8 !important;
}

.subheader_button {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  background-color: white !important;
  border: 1px solid #0466c8 !important;
  padding: 7px 20px !important;
  border-radius: 4px;
  color: #080808eb !important;
}

.subheader_button:hover {
  background-color: #0466c8 !important;
}

.table-filter-label {
  font-size: 15px !important;
  font-family: "Poppins", sans-serif !important;
}

.content-background {
  background-color: #fafafa !important;
}

.card {
  background-color: #fff;
}

.card-body {
  box-shadow: 0 0 7px 0 rgba(74, 53, 107, 0.2) !important;
  background-color: #dcdcdd00 !important;
  border: none !important;
}

.table-heading {
  font-size: 16px !important;
}

.titleHead {
  font-size: 22px !important;
  position: relative;
  top: 3px;
}

/*All Mobile device covers inside this media query*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .statusContainer {
    display: block !important;
    margin-bottom: 2px;
  }
}

@media (min-width: 992px) {
  .show-label {
    max-width: 75px !important;
  }
}

ion-app.ios [padding] .scroll-content {
  padding: 8px 0px;
}

body {
  font-family: "Poppins", sans-serif !important;
  background: #fafafa;
}

.userImg {
  max-width: 50% !important;
  border: 1px solid black;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
  color: black;
  /* margin: 0 !important; */
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 10px 0px !important;
  background: #f9f9f9;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.subheader-div {
  background: white !important;
  margin-bottom: 11px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin-top: -20px;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  background-color: #f1f1f1;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #fff;
  color: black;
  transition: all 0.3s;
  position: sticky;
  top: 0;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 12px 20px;
  background: #fff;
  border-bottom: 1px solid #dedede;
  color: black !important;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #7386d5;
  background: #fff;
}

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

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

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #0466c8;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386d5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

.nav.nav-tabs a.active {
  border-bottom: 3px solid #fd4400;
}

.nav.nav-tabs a {
  font-size: 0.9rem;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}

ul.nav.nav-tabs li {
  width: 12%;
}

.home-search {
  padding: 0.5rem 0.875rem;
  font-size: 16px !important;
  /*font-family: ''Kanit'', sans-serif !important;*/
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 1.47;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

/*.fa-search {
    display: none;
}*/

.margin-three {
  margin-left: 3rem !important;
}

.search-box {
  display: inline-block;
  margin-right: 20px;
}

.toggle-icon {
  float: left;
  width: 15%;
  position: relative;
  display: flex;
}

.logo-box {
  padding-left: 20px;
}

.search-container {
  float: right;
  width: 85%;
  text-align: right;
}

.title-container {
  display: inline-block;
  background-color: #fe4500;
  height: 32px;
  width: 38px;
  border-radius: 5px;
  color: #fff !important;
  margin-top: 8px;
  text-align: center;
  padding: 4px;
  margin-left: 20px;
  font-weight: bold;
}

.grid-header-container {
  padding: 10px 10px 10px 10px !important;
}

.grid-search {
  width: inherit !important;
}

.pagination {
  max-width: 60px !important;
}

@media screen and (max-width: 640px) {
  ul.nav.nav-tabs li {
    width: 33%;
    cursor: pointer;
  }
}

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

#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
  /* background-color: #fafafa;*/
  background-color: #f1f1f1;
}

.svg-inline--fa.fa-align-justify {
  color: #fff !important;
}

.rejected-div {
  margin-top: 0px !important;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

.mobile-view-subcategory {
  margin-top: 25px !important;
}

@media (max-width: 768px) {
  .white-space-nowrap {
    white-space: nowrap;
  }
  .mobileViewSearchIcons {
    padding: 0 !important;
  }
  .mobileViewButtons {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .mobileViewHeading {
    padding-left: 0 !important;
  }
  .applycareIcon {
    margin-right: 18px !important;
  }
  .starIcon {
    margin-right: 10px !important;
  }
  .applycareIcon_cat {
    margin-right: 20px !important;
  }
  .all-tab-category {
    padding: 2px 8px;
  }
  .padding-zero-mobile-view {
    padding: 0 !important;
  }
  .view-small-device {
    margin-top: 2px !important;
  }
  .white-space-normal-view {
    white-space: normal !important;
  }
  /*.table-caption {
        display: table-caption !important;
    }*/
  .white-space-normal {
    white-space: normal;
  }
  .leftMenuCollapse {
    margin-left: -250px !important;
  }
  .font-size-user-name {
    font-size: 10px !important;
  }
  #content {
    border-top: 2px solid #e8eaee;
  }
  pagination-controls {
    display: inline-block;
  }
  .pagination-message {
    padding-left: unset !important;
    padding-right: unset !important;
    margin-bottom: 1rem !important;
  }
  .pagination-container {
    padding-right: unset !important;
    padding-left: unset !important;
  }
  .mobile-view-subcategory {
    margin-left: 37px !important;
    margin-top: 30px !important;
    word-break: break-word;
    width: 200px;
  }
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
  .margin-zero {
    margin-left: 0 !important;
  }
  .orgImage {
    max-width: 110px !important;
  }
}

/*Vikas*/

.modal-header {
  padding: 1rem 0.2rem 1rem 0rem !important;
  /*border-bottom-color: #fe4500 !important;*/
  border-bottom-color: #0466c8 !important;
}

.modal-header .close {
  font-size: 3rem;
}

.close {
  font-weight: 100 !important;
  background-color: white !important;
  border-color: white !important;
}

page-add-member-modal .modalBodyBorder,
page-update-member-modal .modalBodyBorder,
page-add-license .modalBodyBorder,
page-edit-license .modalBodyBorder,
page-addorupdate-notification-modal .modalBodyBorder,
page-post-protocol-setting-modal .modalBodyBorder,
page-notification-setting-modal .modalBodyBorder,
page-preview-protocol-modal .modalBodyBorder {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 705px !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  margin: 0% 0% 0px 0% !important;
}

.modal-body {
  padding: 0rem !important;
}

.rolefontcolor {
  font-size: 17px !important;
  font-family: "Poppins", sans-serif !important;
}

page-assign-taxonomy-modal .taxonomyContainer,
page-role-assign-modal .roleContainer,
page-assign-member-group-modal .memberContainer {
  /*border: 2px groove #EB3D00 !important;*/
  border: 2px groove #0466c8 !important;
  height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

page-preview-license .modalBodyBorder {
  border: 2px groove #0466c8 !important;
  max-height: 700px !important;
  overflow-y: auto !important;
  overflow-x: hidden;
  margin: 1% 1% 1% 1%;
}

/*input, button, select, optgroup, textarea, label, span {
  font-family: 'Poppins', sans-serif !important;
}*/

/*Removed only span for font not changing on text editor*/

input,
button,
select,
optgroup,
textarea,
label {
  font-family: "Poppins", sans-serif !important;
}

#addLicenseModallabel .form-control,
#editLicenseModallabel .form-control {
  height: 30px !important;
  width: 37% !important;
}

@media (max-width: 769px) {
  page-add-license .modalBodyBorder,
  page-edit-license .modalBodyBorder,
  page-addorupdate-notification-modal .modalBodyBorder {
    overflow-y: auto !important;
  }
  .arrow-margin {
    height: 33px;
  }
  page-add-license .modalBodyBorder,
  page-edit-license .modalBodyBorder,
  page-addorupdate-notification-modal .modalBodyBorder {
    overflow-y: auto !important;
  }
  .leftAlignText {
    text-align: left !important;
  }
  .contentAlignment {
    margin-left: 10px;
    line-height: 23px;
    max-width: 100%;
  }
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .sectionSpacing {
    margin-bottom: 5% !important;
  }
  .dashboardLoader {
    margin-left: 23% !important;
  }
  .info-box-icon {
    border-radius: 20px !important;
  }
  .add-section-container .modal-body-container {
    margin: 0px !important;
  }
  .add-section-container {
    margin: 0px !important;
    width: 100% !important;
  }
  .hideInDesktop {
    display: block !important;
  }
  .hideInMobile {
    display: none !important;
  }
  .feedbackMsg {
    font-size: 18px !important;
  }
  .pageSubHeader {
    margin: 0 !important;
  }
  .searchClass {
    width: 125px !important;
    height: 29px !important;
  }
  .searchContainer {
    float: left !important;
    padding: 0 !important;
    color: black !important;
  }
  .home_icon {
    margin: inherit;
    height: 0%;
    padding: 0% !important;
    width: 100px !important;
  }
}

@media only screen and (max-device-width: 480px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 6px 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .leftMenuCollapse {
    margin-left: -250px !important;
  }
  .app-root-ios page-add-license .modalBodyBorder,
  page-edit-license .modalBodyBorder,
  page-addorupdate-notification-modal .modalBodyBorder {
    overflow-y: auto !important;
  }
}

.categoryTitle {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.form-control {
  font-size: 1.4rem !important;
}

.modalPadding {
  padding-left: 3% !important;
  padding-right: 3% !important;
}

.heightContainer {
  border-color: lightgray !important;
}

.button-effect {
  background-color: transparent !important;
}

.item-md {
  font-size: 18px !important;
}

.item.item-md .checkbox-md {
  margin: 9px 15px 9px 4px !important;
}

.paddding-container {
  padding: 1% 10% !important;
}

.card-body {
  padding-right: 0rem !important;
  margin: 0 !important;
}

.checkbox-md .checkbox-checked {
  border-color: #f53d3d !important;
  background-color: #f53d3d !important;
}

@media only screen and (max-width: 769px) {
  page-add-license .modalBodyBorder,
  page-edit-license .modalBodyBorder,
  page-addorupdate-notification-modal .modalBodyBorder {
    overflow-y: auto !important;
  }
  .paddding-container {
    padding: 1% 1% !important;
  }
  .profile-container {
    padding: 6px !important;
  }
  .rowSpacing {
    margin: 10px 0 !important;
  }
  .dashboard-item {
    margin-right: unset !important;
    margin-bottom: 2rem !important;
  }
  .dashboardContainer {
    padding: 10px 2px !important;
  }
  .titleHead {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .footerPosition {
    min-height: 85vh !important;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li {
    float: left;
  }
  .font-size-user-name {
    font-size: 11px !important;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .info-box-icon {
    border-radius: 20px !important;
  }
  .box-header .info-box-icon {
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 10px !important;
    line-height: 30px;
    padding: 9px;
    margin-right: 10px;
  }
  .box-header .info-box {
    min-height: 0px !important;
  }
}

@media only screen and (max-width: 320px) {
  .modalPadding {
    width: 31.5% !important;
    padding: 0% 2% !important;
  }
  page-role-assign-modal .roleAssignSpacing {
    height: 410px !important;
  }
  page-assign-taxonomy-modal .roleAssignSpacing {
    height: 322px !important;
  }
  page-assign-member-group-modal .roleAssignSpacing {
    height: 378px !important;
  }
  .modal-title {
    word-break: break-word;
  }
}

.submitBtnColor {
  padding: 4px 8px;
  background-color: #da3030;
  border: 0px;
  color: #ffffff;
  border-radius: 3px;
}

.searchContainer {
  float: right;
  padding: 5px 5px;
  border-radius: 3px;
  margin: 0 0 15px 0;
}

.searchClass {
  margin-right: 15px;
  color: black;
}

.section-container {
  border: 1px solid #ced4da;
  padding: 12px;
  border-radius: 3px;
  max-height: 412px;
  overflow-y: scroll;
}

.changeopacity {
  opacity: 0.5;
}

.feedbackMsg {
  font-size: 20px;
  font-family: initial;
}

.pageHeader {
  display: inline-flex;
}

.feedbackMsgContainer {
  text-align: center;
}

.ionListFontColor {
  color: #000000;
}

.formLabelStyles {
  font-size: 15px;
  color: #000;
  font-family: "Poppins", sans-serif !important;
}

.form-control {
  height: 35px !important;
}

.fontAwesomeSize {
  width: 15px;
  font-size: 25px;
}

.btnContainer {
  display: inline-flex;
  margin-top: 25px;
  margin-bottom: 5%;
}

.hideInDesktop {
  display: none;
}

.border-div {
  display: inline-flex;
  border-color: gainsboro;
}

#previewProtocolModallabel .form-control {
  height: 314px !important;
}

.displayNone {
  display: none !important;
}

#editLicenseModallabel .cke_contents {
  height: 382px !important;
}

#addLicenseModallabel .cke_contents {
  height: 382px !important;
}

.skin-blue .main-header .logo,
.skin-blue .main-header .navbar {
  background: #603d6d;
}

.skin-blue .main-header .logo {
  background: #e6e6e1;
  padding-top: 3px;
}

.small-box h3 {
  font-size: 21px;
}

.products-list .product-info {
  margin-left: 0;
}

.skin-blue .main-header .logo:hover {
  background: #e6e6e1 none repeat scroll 0 0;
  padding-top: 3px;
}

.sort-title {
  color: #00708c;
}

.table-header {
  background: rgba(0, 0, 0, 0)
    radial-gradient(ellipse at 80% 0, #007095 60%, #154265) repeat scroll 0 0;
}

.table-header h3.box-title {
  color: #fff;
}

.pagination {
  margin-top: 0;
}

.label-btn {
  background-color: #fff;
  color: #000 !important;
  font-size: 13px;
}

.modal-box-details {
  border: 1px solid #f0f0f0;
  padding: 5px;
  margin: 5px;
}

.filter-by span {
  display: block;
  padding: 15px 5px;
}

.mobile-filter {
  text-align: right;
}

.address {
  max-width: 230px;
}

.label {
  font-size: 84%;
  display: inline-block !important;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif !important;
  color: #000;
}

.label-md {
  margin: 1px 1px -1px 2px !important;
  color: black;
}

.mobile-filter label {
  color: #fff;
}

.box-body {
  padding: 10px;
}

.bgColor {
  background-color: #ecf0f5;
}

.alertify {
  position: initial !important;
}

#addMemberModal .scrollDiv {
  overflow-y: auto !important;
  max-height: 1050px !important;
  overflow-x: hidden !important;
}

#previewProtocolModal .scrollDiv {
  overflow-y: auto !important;
  overflow-x: auto !important;
}

.btnFontSize {
  padding: 5px 0 !important;
  font-size: 15px !important;
}

.platform-ios .header-display-spacing {
  margin-top: 5px !important;
}

.platform-ios .modal-dialog {
  top: 20px !important;
}

.platform-ios #sidebar {
  top: 18px !important;
}

.header-display-spacing {
  top: -20px !important;
}

.platform-ios .wrapper {
  top: 5px !important;
}

.rightMenu {
  -webkit-touch-callout: none;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
  cursor: pointer !important;
}

@media (min-width: 1800px) {
  .nav-right-btn {
    position: relative !important;
    left: 100px !important;
  }
}

.note-editor .note-editing-area .note-editable table {
  table-layout: fixed;
}
