/* Styles */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.roboto {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

* {
  font-family: roboto;
}

p {
  font-size: 14px !important;
}

.smm-page {
  font-family: "Calibri" !important;
}

.smm-page th {
  font-size: 13px;
}

.smm-page .badge {
  font-size: 11px;
}

.smm-text-grey {
  color: #9b9b9b;
}

.smm-text-blue {
  color: #02a9b1;
}

.smm-text-green {
  color: #43bdc2 !important;
}

.smm-text-red {
  color: #df355e !important;
}

.smm-text-light-red {
  color: #f9cfd9 !important;
}

.smm-text-yellow {
  color: #feba69 !important;
}

.smm-text-orange {
  color: #fb6240 !important;
}

.smm-text-violet {
  color: #7763e2 !important;
}

.smm-bg-green {
  background-color: #43bdc2 !important;
}

.smm-bg-blue {
  background-color: #00c2e0 !important;
}

.smm-bg-light-green {
  background-color: #b5e1e2 !important;
}

.smm-bg-red {
  background-color: #e8426a !important;
}

.smm-bg-light-red {
  background-color: #f9cfd9 !important;
}

.event-green {
  background-color: #2dce98;
}

.event-yellow {
  background-color: #feba69;
}

.event-orange {
  background-color: #fb6240;
}

.event-red {
  background-color: #f43c56;
}

.event-violet {
  background-color: #7763e2;
}

.smm th {
  font-size: 12px;
}

.smm td {
  font-size: 14px;
}

.nav.nav-pills li {
  padding-left: 3px;
}

.nav.nav-pills li a {
  color: #555;
  font-size: 12px;
}
.nav.nav-pills li.active a {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0px 7px 19px #b5b5b5;
}

.btn.btn-primary.btn-sm {
  font-size: 11px;
}

.image-button {
  width: 30px;
}

#v-pills-tab a {
  background-color: transparent;
  color: #606060;
  font-size: 12px;
  border-bottom: 1px solid #e8e8e8;
}

#v-pills-tab a.active {
  color: #183bff;
}

label {
  display: flex !important;
  font-size: 12px;
}

.form-check label {
  display: unset !important;
  margin-right: 25px;
}

input[type="checkbox"],
input[type="radio"] {
  top: 7px;
}

form button,
button.close {
  font-size: 14px !important;
}

.smm-outline-btn {
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #979797 !important;
  color: #828282;
}

/* Pagination */
.smm-pagination {
  margin: 11px;
  font-size: 13px;
}

.smm-pagination a {
  text-decoration: none;
  color: #43bdc2;
  padding: 6px 10px;
  border-radius: 32px;
  transition: all 0.5s;
}

.smm-pagination a:hover {
  background-color: #eaeaea;
  color: #6f6f6f !important;
}

.smm-pagination span,
.smm-pagination .page-numbers.current {
  color: #acacac;
}

.smm-pagination .page-numbers.current {
  background-color: #eaeaea;
  padding: 6px 10px;
  border-radius: 32px;
}

/* Checkbox */
.smm-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 4px;
}

/* Hide the browser's default checkbox */
.smm-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.smm-checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #43bdc2;
}

/* On mouse-over, add a grey background color */
.smm-container:hover input ~ .smm-checkmark {
  background-color: #f4f4f4;
}

/* When the checkbox is checked, add a blue background */
.smm-container input:checked ~ .smm-checkmark {
  background-color: #fff;
  border: none;
}

/* Create the smm-checkmark/indicator (hidden when not checked) */
.smm-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the smm-checkmark when checked */
.smm-container input:checked ~ .smm-checkmark:after {
  display: block;
}

/* Style the smm-checkmark/indicator */
.smm-container .smm-checkmark::after {
  left: 6px;
  top: 2px;
  width: 8px;
  height: 15px;
  border: solid #43bdc2;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Notifications */
#smm-notifications #message {
  width: 75%;
}

#smm-notifications #type {
  width: 10%;
}

#smm-notifications #created_at {
  width: 15%;
}

/* Dashboard widgets */

.table.smm-dashboard-table tr:first-child * {
  border: none !important;
}

.smm-table td {
  font-size: 12px;
}

.icon-18 {
  font-size: 18px;
}

.icon-34 {
  font-size: 34px;
}

.icon-blue {
  color: #02a9b1;
}

.icon-red {
  color: #e8426a;
}

.icon-grey {
  color: #bfbfbf;
}

.icon-yellow {
  color: #fcf4ae;
}

.action-icon {
  transition: all 0.3s;
}

.action-icon:hover {
  color: #43bdc2;
}

.smm-dashboard-list > li {
  border-bottom: 1px solid #e6e6e6;
  padding: 7px 0;
}

.smm-dashboard-list > li ul li {
  list-style: inside;
  line-height: 12px;
}

.smm-dashboard-list {
  overflow-x: hidden !important;
}

#notes_dashboard_widget img {
  max-width: 100%;
  height: auto;
}

.smm-search-result {
  overflow-x: hidden !important;
}

.smm-search-result img {
  max-width: 100%;
  height: auto;
}

.modal-header {
  border-bottom: 2px solid #17a2b8 !important;
}

.btn-link span {
  color: #9b9b9b !important;
}

/* #adminmenu .awaiting-mod.smm-ongoing-events,
#adminmenu li.current a .awaiting-mod.smm-ongoing-events {
    background-color: #03A4AC;
} */

/* Minutes */
#minute {
  padding: 16px 24px !important;
}

.smm-page-header {
  border-bottom: 2px solid #43bdc2;
  padding-bottom: 11px;
}

.public-minute-content ul li {
  padding-top: 11px;
}

.polls {
  padding-left: 20px;
}

.poll {
  padding: 20px 0;
  margin-top: 10px;
}

.poll-icon {
  background-color: #f0f0f0 !important;
  padding: 9px;
  margin-top: 6px;
  margin-right: 11px;
  border-radius: 30px;
  color: #43bdc2 !important;
}

#public-minute .pol-option-percentage {
  margin-top: -25px;
  display: inherit;
  text-align: right;
  margin-right: 6px;
  font-size: 14px;
}

#public-minute .pol-option-votes {
  margin-top: -25px;
  display: inherit;
  text-align: left;
  margin-left: 6px;
  font-size: 14px;
}

#minute .pol-option-percentage {
  display: inherit;
  text-align: right;
  margin-right: 6px;
  font-size: 14px;
}

#minute .pol-option-votes {
  display: inherit;
  text-align: left;
  font-size: 13px;
}

.blinking {
  animation: blinkingText 2s infinite;
}
@keyframes blinkingText {
  0% {
    color: #02a9b1;
  }
  49% {
    color: #02a9b1;
  }
  60% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: #02a9b1;
  }
}

input[type="checkbox"]:disabled,
input[type="checkbox"]:disabled:checked::before {
  opacity: 0 !important;
}

#minute .topic-editor div.mce-panel {
  margin-top: -58px;
  position: initial;
  background-color: transparent !important;
}

#minute .polls .option-title {
  width: 300px !important;
}

/* WP admin fixes */
#wpwrap {
  background: #f7f7f7;
}

.wp-core-ui select {
  max-width: unset !important;
}

/* Bootstrap Custom */
.progress-bar {
  border-radius: 4px;
}

.badge-success {
  background-color: #2ccc97 !important;
}

.badge-warning {
  background-color: #fdb867 !important;
  color: #fff !important;
}

.badge-danger {
  background-color: #f33c55 !important;
}

.modal {
  margin-top: 20px;
}

.modal-body {
  min-height: 150px;
}

/* Bootstrap fixes */

.tim-icons {
  color: #fff;
}

a:hover {
  color: unset !important;
  text-decoration: none !important;
}

.nav.nav-pills li a {
  text-decoration: none;
}

.excel-icon {
  background-image: url("../img/excel-icon.png");
  display: block;
  width: 39px;
  height: 40px;
  background-repeat: no-repeat;
}

.black-icon {
  color: black;
}

#smm-event-calendar .btn-primary {
  background-color: #02a9b1 !important;
  border-color: #03a4ac;
}

#topics-modal .btn i,
.btn-link i {
  color: #9f9f9f !important;
}

.btn-link:hover i,
#topics-modal .btn:hover i {
  color: #03a4ac !important;
}

.btn-link span {
  color: #03a4ac;
  transition: all 0.3s;
}

.btn-link:hover span {
  color: #00bac3;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  float: right;
  pointer-events: none;
  color: #aaa;
  left: 30px !important;
  cursor: pointer !important;
}

#calendar .fc-daygrid-event-dot {
  display: none;
}

#calendar td {
  border-color: #f0f5f9;
}

#calendar th {
  background-color: #f6fafd;
}

.fc-daygrid-event.fc-daygrid-dot-event {
  padding: 4px;
  color: #fff !important;
}

.fc-day-today {
  background-color: #f6fafd !important;
}

.dashicons-star-filled::before {
  color: #ffbf45 !important;
}

.fas.fa-cloud.action-icon.icon-blue::after {
  content: "✓";
  margin-left: -28px;
  position: relative;
  color: #fff;
  font-size: 20px;
  top: -4px;
  margin-right: 11px;
}
.topic-draggable {
  cursor: move;
}

.topic-draggable.draggable-hovered {
  color: #43bdc2
}

.topic.hovered input.topic-title {
  color: #000;
}

#minute .topic-actions button {
  margin-left: -10px !important;
}

#topics-modal .topic-actions .btn-link i::before {
  font-size: 18px;
}

#minute .fa.fa-plus::before,
#topics-modal .fa.fa-plus::before {
  color: #17a2b8;
}

tr.option td:first-child::before {
  content: "";
  padding: 5px;
  background-color: #17a2b8;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  margin-left: -10px;
}

.topic-modal tr.option td:first-child::before {
  top: -3px;
}

.option-delete {
  cursor: pointer !important;
}
iframe .mceBlackBody {
  background-color: red !important;
}

.order-number[data-floating] {
  position: relative;
}
.order-number[data-floating]::after {
  content: "Topic Floated";
    font-size: 10px;
    color: red;
    white-space: nowrap;
}

.topic-actions button {
  position: relative;
}

.active-topic .topic-activate i {
  color: #43bdc2 !important;
}
button.topic-activate:hover::after{
  position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Activate this topic";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
  right: 0px;
  transform: translateX(50%);
  z-index:9999
}

button.topic-attachment:hover::after {
  position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Add Attachment";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
  right: 0px;
  transform: translateX(50%);
  z-index:9999
}
button.add-topic-poll:hover::after {
  position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Create Custom Poll";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
  right: 0px;
  transform: translateX(50%); 
  z-index:9999;
}
button.add-topic-default-poll:hover::after{
  position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Add Default Poll";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
  right: 0px;
  transform: translateX(50%); 
  z-index:9999;
}
button.postpone:hover::after {
     position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Postpone";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
    right: 0px;
transform: translateX(50%); 
z-index:9999
}
button.topic-delete:hover::after {
     position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Delete";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
    right: 0px;
transform: translateX(50%); 
z-index:9999
}
button.template-topic:hover::after {
     position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Template Topic";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
    right: 0px;
transform: translateX(50%); 
z-index:9999
}

#meetings .btn{
    padding-top:0 !important;
}
#meetings .btn-info{
    padding:.25rem .5rem !important;
}
.smm-outline-btn {
display: inline-block;
}
