
/**
 * Legacy color codes from Colors.scss 
 */
:root {
  --fox-orange: #DE7E68;
  --fox-light-orange: #E7A292;
  --fox-dark-orange: #f04e26; 
 
  --fox-blue: #3788D1;
  --fox-light-blue: #87b7e3;
  --fox-dark-blue: #236097;
 
  --fox-gray: #6b7174;
  --fox-medium-gray: #B7C0C5;
  --fox-light-gray: #D7E2E8;
 
  --fox-white: #ffffff;
  --fox-not-white: #f2f4f6;
  --fox-black: #3B474D;
}

html, body {
  height: 100%;
}

.mf_orange, .foxy {
  color: var(--fox-blue) !important;
}

.modal-huge {
  max-width: 930px;
}

.modal {
  overflow-y: auto;
}

#userInviteModal .modal-content {
  overflow: initial;
  height: 100%;
}

#userInviteModal .modal-dialog {
  max-width: 95vw;
  width: 1000px;
  height: 100%;
  overflow: hidden;
}

#userInviteModal .modal-body {
  overflow: auto;
}

.swal-text {
  text-align: center;
}
.fijax-error { margin-top: 5px; }

.custom-checkbox {
  margin-bottom: 5px;
}
.custom-radio {
  margin-bottom: 5px;
}

button.btn,
input.btn,
a.btn {
	padding: 0.5em 1em;
  border-radius: 0.75em;
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 0.9rem;
}

.btn-primary {
  border: 1px solid var(--fox-blue);
  background-color: var(--fox-light-blue);
  color: #fff;
}

.btn-primary.color-suggest {
  border: none;
  background-color: var(--fox-orange);
  color: #fff;
}



.nav-dropdown-header {
  padding-right: 0.125em !important;
}

.nav-dropdown-caret {
  padding-left: 0.125em !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--fox-light-blue);
  border: 1px solid var(--fox-blue);
}

.nav-pills .nav-link:hover {
  background-color: var(--fox-light-blue);
  color: #fff;
}

.nav-pills {
  margin: 1em -8px;
}

.nav-pills .nav-link {
  margin: 0 8px;
  border-radius: 0.75em;
}



/*
 * Campaign Creation
 */
#campaign_page h1 {
  margin-top: 20px;
  margin-bottom: 35px;
  color: var(--fox-blue);
}
.step_status {
  text-align: center;
  cursor: pointer;
}

.step_icon {
  text-align: center;
}

.step_status .step_icon {
  width: 30px;
  height: 30px;
  border: 1px solid var(--fox-not-white);
  margin: auto;
  border-radius: 50%;
}


.step_status.current_step .step_icon {
	-webkit-box-shadow: 0 0 15px 0 rgba(183, 202, 212, 0.7);
	-moz-box-shadow:  0 0 15px 0 rgba(183, 202, 212, 0.7);
	box-shadow: 0 0 15px 0 rgba(183, 202, 212, 0.7);
}
.step_status.completed_step .step_icon {
  background-color: var(--fox-blue);
  border-color: var(--fox-blue);
}


.step_status i.fa-circle,
.step_status i.fa-check {
  display: none;
}
.step_status.current_step .step_number,
.step_status.current_step .step_title {
  color: black;
}

.step_status.current_step i.fa-check {
  display: none;
}

.step_status.current_step i.fa-circle {
  display: inline-block;
  color: var(--fox-blue);
}

.step_status.completed_step i.fa-check {
  display: inline-block;
  color: white;
}

.step_number {
  margin-top: 10px;
  line-height: 10px;
  font-size: 12px;
  color: #729ab9;
}
.step_title {
  font-size: 16px;
  color: #729ab9;
}

/**
 * Summer Note
 */
.note-editor .note-btn {
  color: var(--fox-blue);
}
.note-editor.note-frame {
  border: none;
}
.note-editor.note-frame .note-editing-area .note-editable {
  background: var(--fox-not-white);
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 0px;
  min-height: 62px;
}
.note-editor.note-frame .note-statusbar {
  display: none;
}
.note-editor .note-toolbar {
  border: none;
  background: transparent;
  padding-left: 0;
}
.note-editor .note-btn {
  background: none;
  border: none;
}

.note-editor .note-btn:active,
.note-editor .note-btn.active {
  background-color: var(--fox-not-white) !important;
}


/*
 * Step body
 */
.step h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.step h5 {
  color: #729ab9;
}

.step .editor_2,
.step .image_uploading_container {
  margin-top: 30px;
}

.step .opacity_slider {
  margin-top: 15px;
}
.step .opacity_value {
  color: #729ab9;
}
.step .opacity_value span {
  color: var(--fox-blue);
}
.step h2 {
  text-align: center;
}

.step .donor_images,
.step .donor_images .selected_list {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    white-space: nowrap;
}
.step  .donor_images .selected_list img {
  max-width: 150px;
  max-height: 150px;
}
.step .donor_images .selected_list img.selectable {
    border:  solid 1px #b7cad4;
    margin-right: 25px;
    display: inline;
}
.step .donor_images .selected_list img.selectable.selected {
    border:  solid 3px var(--fox-blue);

}
.upload_area.dz-clickable {
  display: flex;
  margin-left: 20px;
}
.step .donor_images .upload_area.dropzone {
  border: 1px dashed red;
}
.step .donor_images  .upload_area .dz-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  border: 1px dashed #b7cad4;
}
.step .donor_images .upload_area .dz-message .icon_wrapper {
  background-color: var(--fox-not-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.step .donor_images upload_area .dz-message  .link {
  color: var(--fox-blue);
}



.step .step_actions {
  text-align: right;
  margin-top: 15px;
}

.step .step_actions a {
  margin-right: 10px;
}
.step .step_actions a:last-child {
  margin-right: 0;
}

.step .story_list img {
  padding: 5px;
}
.step .story_list {
  overflow-y: scroll;
  max-height: 500px;
}

.step .story_list > div {
  position: relative;
  display: inline-block;
}
.step .story_list > div i {
  position: absolute;
  right: -5px;
  top: 0;
  background: #4475bf;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.step .story_list > div span {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 50%;
}

.step .story_list .badge.badge-pill.badge-primary {
  background-color: white;
  color: black;
}
.step .story_list .selected .badge.badge-pill.badge-primary {
  background-color:var(--fox-blue);
  color: #f4f3d1;
}



/*
 * My Content
 */

#my_content_page h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}
#my_content_page .high_level_numbers .media_totals {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#my_content_page .high_level_numbers .media_totals{
  margin-bottom: 25px;
}
#my_content_page .high_level_numbers .media_totals i {
  color: #85a6c2;
}

#my_content_page .low_level_numbers .stat {
  min-height: 135px;
  padding-top: 15px;
}
#my_content_page .low_level_numbers .stat {
  display: flex;
  align-items: center;
}
#my_content_page .low_level_numbers .stat div div span {
  font-size: 25px;
  font-family: Dosis;
  margin-left: 10px;
}
#my_content_page .low_level_numbers .stat:nth-child(1) {
  border-right: 1px solid #dbe6eb;
  border-bottom: 1px solid #dbe6eb;
}
#my_content_page .low_level_numbers .stat:nth-child(2) {
  border-right: 1px solid #dbe6eb;
  border-bottom: 1px solid #dbe6eb;
  padding-left: 15px;
}
#my_content_page .low_level_numbers .stat:nth-child(3) {
  border-bottom: 1px solid #dbe6eb;
  padding-left: 15px;
}
#my_content_page .low_level_numbers .stat:nth-child(4) {
  border-right: 1px solid #dbe6eb;
}
#my_content_page .low_level_numbers .stat:nth-child(5) {
  border-right: 1px solid #dbe6eb;
  padding-left: 15px;
}
#my_content_page .low_level_numbers .stat:nth-child(6) {
  padding-left: 15px;
  border-right: 1px solid #dbe6eb;
}

#my_content_page .most_popular_post {
  text-align: center;
}
#my_content_page .most_popular_post_wrapper {
  position: relative;
  color: white;
  display: inline-block;
}
#my_content_page .most_popular_post_wrapper i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 35px;
}
#my_content_page .most_popular_post_wrapper .thread_details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

#my_content_page .most_popular_post_wrapper .accolation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

#donut_container {
  max-width: 100%;top: -90px;position: relative;  margin: 0 auto;
}

    @media only screen and (max-width : 768px) {

#donut_container {
  top: 0;
}
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {

    }

#my_content_page .thread_title_card {
  margin-right: 25px;
  margin-bottom: 90px;
}

#my_content_page .image_container {
  position: relative;
}
#my_content_page .image_container .blue_spinner_bubble,
#my_content_page .image_container .green_check_bubble {
  position: absolute;
  top: 15px;
  left: 15px;
}
#my_content_page .thread_title_card {
  display: inline-flex;
  flex-direction: column;
}

#my_content_page .thread_title_card .title_card_info {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
#my_content_page .thread_title_card .title_card_info .header i {
  color: var(--fox-blue);
}

#my_content_page .thread_title_card .title_card_info .header,
#my_content_page .thread_title_card .title_card_info .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#my_content_page .image_container,
#my_content_page .image_container img {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

#my_content_page .title_card_info {
  border-left: 1px solid var(--fox-not-white);
  border-bottom: 1px solid var(--fox-not-white);
  border-right: 1px solid var(--fox-not-white);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}


#my_content_page .thread_title_card .title_card_info .header h5 {
  font-size: 18px;
}
#my_content_page .thread_title_card .title_card_info .footer {
  color: #729ab9;
  font-size: 14px;
}

#my_content_page .thread_title_card.selected .title_card_info .header,
#my_content_page .thread_title_card.selected .title_card_info .footer {
  border: none;
}

#my_content_page .thread_title_card.selected {
  border: 1px solid var(--fox-blue);
  border-radius: 3px;
}

body {
  background-color: #fff;
}


nav .nav-link.logo-icon {
  padding: 0 !important;
  margin: 0;
}

.logo-icon img {
    height: 50px;
    width: 50px;
    border-radius: .25em;
}

.logo-img {
  background-color: rgba(239, 78, 38, 0.5);
  border-radius: 0.5em;
  padding: 2px;
  height: 168px;
  width: 168px;
}

.logo-img-small {
  background-color: rgba(239, 78, 38, 0.5);
  border-radius: 0.5em;
  padding: 2px;
  height: 72px;
  width: 72px;
}

.logo-text {
  font-size: 84px;
}

.orgBox {
  margin-bottom: 1rem;
}

.orgChoice > * {
  display: inline-block;
}

.orgChoice img {
  height: 72px;
  width: 72px;
  background-color: rgba(239, 78, 38, 0.5);
  border-radius: 0.5em;
  padding: 2px;
}

.search-header-row {
  margin-top: 12px;
}

.search-header-row h4 {
  margin-bottom: 0.5em;
  font-size: 0.75em;
}

.upload-type-huge i {
  font-size: 26px;
}

.upload-type-huge i:hover{
  cursor: pointer;
}
.tag-area a {
  margin-right: 8px;
  margin-top: 8px;
}

/**
 * content_creation
**/
#content_creation .modal .progress-bar {
  background-color: #007bff;
}
#content_creation .modal .progress-bar.completed {
  background-color: green;
}

#content_creation .action_buttons {
  align-items: center;
  margin-bottom: 25px;
  margin-top: 25px;
}
#content_creation .upload_area .dz-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed #b7cad4;
  flex: 1;
}

#content_creation .photo_content_window,
#content_creation .video_content_window,
#content_creation .audio_content_window {
  min-height: 35vh;
  display: flex;
  flex-direction: column;
}
#content_creation .video_content_window video {
  max-width: 100%;
}

#content_creation .upload_area.dz-clickable {
  flex: 1;
}

#content_creation .dz-message .icon_wrapper {
    background-color: var(--fox-not-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

#content_creation .tab-pane.active {
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 20px;
}

#content_creation .card-header a {
  display: block;
}
#content_creation .accordion-body {
  padding: 20px;
}

#content_creation .note-editable.card-block {
    max-height: 300px;
    overflow: scroll;
    min-height: 300px;
}

#content_creation .flag {
  font-size: 30px;
  margin-right: 25px;
  transform: rotate(10deg);
}
#content_creation .flag.flagged {
  transform: rotate(0deg);
  color: red;
}

#content_creation .pinned_tags .tag.active,
#content_creation .user_created_tags .tag.active {
  background-color: var(--fox-blue);
  border-color: var(--fox-blue);
  color: #f4f3d1;
}

#content_creation .tag {
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#content_creation .pinned_tags,
#content_creation .user_created_tags {
  margin-top: 15px;
  margin-bottom: 15px;
}

#notes .notes {
  margin-bottom:15px;
}

#notes .notes_wrapper {
  display: flex;
  flex-direction: column;
}

#notes .note {
  min-width: 50%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--fox-not-white);
  border-radius: .25em;
  border-bottom-left-radius: 0px;
  background: var(--fox-not-white);
  margin-bottom: 15px;
  align-self: flex-start;
  max-width: 75%;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

#notes .note:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: var(--fox-not-white);
    border-left: 0;
    border-bottom: 0;
    margin-left: -20px;
    bottom: -1px;
}

#notes .note.mine {
  background: var(--fox-light-blue);
  border-color: var(--fox-blue);
  color: #fff;
  align-self: flex-end;
  border-radius: .25em;
  border-bottom-right-radius: 0px;
}
#notes .note.mine:after {

  border-left: 20px solid transparent;
  border-left-color: var(--fox-blue);
  border-right: 0;
  border-right: transparent;
  border-bottom: 0;
  right: -21px;
  left: auto;
}

#notes .note.mine.system {
  background: #aadce5;
  border-color: #0c5460;
  color: #fff;
  align-self: flex-end;
  border-radius: .25em;
  border-bottom-right-radius: 0px;
}
#notes .note.system:after {

  border-left: 20px solid transparent;
  border-left-color: #0c5460;
  border-right: 0;
  border-right: transparent;
  border-bottom: 0;
  right: -21px;
  left: auto;
}

#notes .note .note_header {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 5px;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;

}
#notes .note .note_body {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#notes .note .note_header .created_by {
  font-size: 13px;
  font-weight: bold;
}
#notes .note .note_header .created_at {
  font-size: 11px;
}
#notes .note.mine .note_header {
  flex-direction: row;
}
#notes .note_creator .note_action_buttons {
  text-align: right;
  margin-top: 15px;
}

/*
** organization
*/

#org_users .org_user_list td {
  vertical-align: middle;
}
#org_users .org_user_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#associate_user_modal .role_association_checkbox_area {
  display: flex;
  flex-direction: column;
}

#dashboard .flag.flagged {
    transform: rotate(15deg);
    color: red;
}

#dashboard .content.card .card-title {
  float: right;
}
#dashboard .content.card {
  margin-bottom: 15px;
}

#dashboard .content .created_on_updated_on {
  margin-bottom: 0;
  margin-top: 10px;
}
#dashboard .content .created_on_updated_on label {
  font-weight: bold;
}

#dashboard .content .created_on_updated_on {
  text-align: right;
}
#dashboard .content .quick_stat_list {
  display: flex;
  flex-direction: row;
}
#dashboard .content .quick_stat_list .quick_stat {
  margin-right: 10px;
}
#dashboard .content .card_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#dashboard .content .campaign .campaign_name {
  margin-left: 10px;
}

#dashboard .campaign .card-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#dashboard .campaign .sub_text {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#dashboard .campaign .sub_text label {
  font-weight: bold;
}

#dashboard [role=tabpanel] {
  border: 1px solid #dee2e6;
  border-top: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.segment .row {
  margin: 8px 0;
}

.choose-single,
.choose-multi {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 0.5em;
  margin-top: 1em;
  padding: 0.5em;
}

.choose-single .row,
.choose-multi .row {
  padding: 0;
  margin: 0;
}

.choose-single .row > div,
.choose-multi .row > div {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.choose-single h3,
.choose-multi h3 {
  text-align: right;
  padding-top: 8px;
}

.contentAdd {
  margin: 2em 0;
}

.page-layout {
  height: 100vh;
}

.main_content {
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
}

.main_content > .content {
  flex-grow: 1;
  overflow: auto;
}

.hopper-scroll .main_content {
  justify-content: space-between;
  overflow-y: hidden;
}

.view-buttons.button-bit {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid #d7e2e8;
  border-right: 1px solid #d7e2e8;
  border-radius: 4px 0 4px 0;
  text-align: left;
  overflow: hidden;
  line-height: 1em;
}

.view-buttons.button-bit > div {
  display: inline;
}

.view-buttons.button-bit a {
  padding: 0.25em 0;
  width: 100%;
  text-align: center;
  background-color: var(--fox-not-white);
  color: var(--fox-blue);
  border: 0;
  border-radius: 0;
  font-size: 1.125em;
  height: 2em;
  width: 2em;
}

.view-buttons.button-bit a.hop {
  background-color: var(--fox-blue);
  color: var(--fox-not-white);
}

.view-controls {
  line-height: 1em;
  padding: 3em 1em;
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}

.view-controls > div {
  background-color: rgb(234, 236, 240);
  border: 1px solid rgba(0, 0, 0, .6);
  border-radius: 0.25em;
  padding: 0.5em;
  text-align: left;
  color: rgb(59, 71, 77);
  position: relative;
}

.view-controls .scroll-controls {
  max-height: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: start;
}

.view-controls .scroll-controls .scroll-transcript {
  flex: 1;

  overflow-y: scroll;
}

.view-controls h4 {
  color: var(--fox-blue);
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}

.view-controls .view-download {
  display: block;
  text-align: left;
  margin: 0.5em 0;
  color: var(--fox-blue) !important;
  padding: 1em;
}

.view-embed,
.view-link {
  margin: 0.5em 0;
  height: 150px;
  border-radius: 0.25em;
  background-color: rgb(39, 36, 35);
  color: var(--fox-blue);
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.copy-link {
  color: var(--fox-blue);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.view-controls .col-md-4 {
  text-align: center;
}

.view-controls .view-share {
  font-size: 0.75em;
  padding: 1em;
  margin: 1em 2em;
  margin-top: 3em;
}

.view-controls .view-share i {
  font-size: 3em;
  color: #666;
}

.view-controls .form-control {
  margin: 0.5em 0;
  border-radius: 0.25em;
}

.view-controls .close-controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
  height: 1em;
  border-radius: 0 0.25em 0 0.25em;
  background-color: var(--fox-blue);
  color: rgb(249, 237, 234);
  padding: 0.125em;
  height: 1.5em;
  width: 1.5em;
  border: none;
}

.contentViewModal .modal-dialog {
  overflow: hidden;
}

.contentViewModal .modal-content {
  padding: 0;
}

.contentViewModal .modal-body {
  padding: 0;
}

.contentViewModal .content-view {
  min-height: 600px;
  height: 80%;
  margin: 0;
}

.contentViewModal .content-processing {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  background-color: rgba(209, 236, 241, 0.8);
}

.contentViewModal .content-view .creator {
  font-weight: bold;
}

.contentViewModal .content-view > div {
  padding: 0;
  margin: 0;
  max-height: 768px;
}

.content-view-detail {
  height: 100%;
}

.content-view-scroll {
  height: 100%;
  overflow-y: scroll;
  padding: 3em 1em;
}

.content-view-scroll p {
  white-space: pre-wrap;
  margin-bottom: 1em;
}

.content-view-other {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-view-other > div {
  text-align: center;
  cursor: pointer;
}

.content-view-other i {
  font-size: 8em;
  margin-bottom: 0.125em;
}

.content-view-info .close,
.content-view-info .close:hover {
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff !important;
  background-color: #333 !important;
  border-radius: 0 0.25em 0 0.25em;
  font-size: 1.125em;
}


.contentViewModal .content-view .content-view-detail .text-info,
.contentViewModal .content-view .content-view-info h6
{
  padding-left: 0.25em;
}

.contentViewModal .content-view-detail h6 {
  font-weight: bold;
}

.contentViewModal .content-view-info {
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  height: 100%;
  border-radius: 0 0.25em 0 0;
}

.content-description {
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
  flex: 1;
  overflow-y: scroll;
  padding-left: 0.25em;
}

.content-description.no-scroll {
  overflow-y: auto;
}

.contentViewModal .content-view-bottom {
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
  width: 100%;
  padding: 0.25em;
  text-align: right;
  font-size: 0.75em;
}

.contentViewModal .upload-type {
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
  font-size: 1.5em;
}

.contentViewModal .upload-type {
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
  font-size: 1.5em;
}

.contentViewModal .upload-type .has-upload-item {
  color: var(--fox-blue);
}

.contentViewModal .upload-type span {
  width: 25%;
  text-align: center;
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
}

.contentViewModal .content-view-image,
.contentViewModal .content-view-audio
{
  background: no-repeat center center;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.25em 0 0 0.25em;
  overflow: hidden;
  padding: 0;
  margin: 0;
  line-height: 600px;
  text-align: center;
}

.contentViewModal .content-view-video
{
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.25em 0 0 0.25em;
  overflow: hidden;
  padding: 0;
  margin: 0;
  line-height: 600px;
  text-align: center;
}

.contentViewModal video,
.contentViewModal audio
{
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.content-transcript {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 0.25em 0 0 0.25em;
  padding: 0.25em 0.5em;
  width: 100%;
  text-align: left;
  line-height: normal;
}

.dateSearch .react-datepicker-wrapper,
.upload-type-huge.upload-type div {
  padding-bottom: 0.5em;
}

.upload-type div {
  text-align: left;
  color: #fafafa;
}

.has-upload-item {
  color: #000;
}

.upload-type-huge span {
  text-align: center;
}

.upload-type-huge i {
  color: #d7e2e8;
  background-color: #fff;
  border: 1px solid #d7e2e8;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  min-width: 2.25em;
}

.upload-type-huge .has-upload-item i {
  color: #fff;
  background-color: var(--fox-blue);
  border: 1px solid var(--fox-blue);
}

.upload-type-huge .text-info {
  vertical-align: text-bottom;
  padding-left: 0.5em;
}

.upload-type-huge div {
  color: var(--fox-blue);
}

.pagerContainer {
  font-size: 20px;
}

.pagerContainer span,
.pagerContainer a {
  padding: 1em;
  display: inline-block;
}

.pagerContainer .disabled {
  color: #eaecf0;
}

.back-gray {
  background-color: #3b474d;
  padding: 4px 8px;
}

.content-grabber {
  background-color: var(--fox-blue);
  height: 100%;
  position: static;
  color: #fff;
  width: 4px;
  font-size: 12px;
  float: right;
  text-align: center;
  cursor: ew-resize;
}

.content-grabber div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.row .custom-control {
  padding-left: 1.5rem;
}

.whiteInset {
  border-radius: 0.5em;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 0;
}

.storyFormat.active .whiteInset {
  border: 1px solid var(--fox-blue);

}

.callToAction {
  padding: 4px 8px;
  margin-bottom: 4px;
}

.callToAction.odd {
  background-color: var(--fox-not-white);
  border-radius: 0.25em;
}

.callToAction h6 {
  font-weight: bold;
  color: var(--fox-blue);
}

.rightBar {
  border-right: 1px solid rgba(0,0,0,.1);
}

.tab-pane {
  background-color: #fff;
}

.btn.btn-secondary {
  color: var(--fox-blue);
  border-color: var(--fox-blue);
  background-color: rgb(249, 237, 234);
}

.btn-group .btn.btn-secondary.active {
  background-color: var(--fox-blue);
}

.btn-group .btn-secondary {
  border: 0;
}

.btn-primary.disabled {
  color: #fff !important;
}

.btn-list .btn {
  width: 3em;
  margin-bottom: 0.25em;
}

.chooseLogin a {
  margin-top: 2em;
}

.note-editor .note-editable {
  font-size: 14px !important;
}

/**
 * Navigation bar
 */
nav {
  font-family: Poppins;
  font-weight: 500;
  font-size: 1em;
}

nav.navbar {
  padding: 0 1rem;
}

nav.navbar .navbar-nav {
  height: 50px;
}

/* need to override the height specified on .navbar-nav */
nav.navbar .navbar-right {
  height: auto;
}

nav.navbar .navbar-brand {
  padding: 0;
}

nav.navbar.navbar-light .nav-link {
  margin-top: 6px;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

nav.navbar.navbar-light .nav-link.logo-icon {
  margin-top: 0;
}

nav .dropdown-menu {
  top: 3.25em;
}

.whiteLeft {
  border-left: 2px solid #fff;
}

.orgSelect {
  overflow: hidden;
}

.lastItem {
  padding-right: 8px;
}

.main_content .container {
  background-color: #fff;
  padding-top: 2em;
  min-height: 650px;
  padding-bottom: 2em;
}

/*
 * Footer
 */
#page_footer {
  background-color: #fff;
  color: #2A2E43;
}

#page_footer .col-md-6 {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

#page_footer .site_pages ul {
  list-style: none;
  padding-left: 0;
}
#page_footer .site_pages ul li {
  border-bottom: 1px solid var(--fox-not-white);
  padding-bottom: 5px;
  margin-top: 10px;
}
#page_footer .site_pages ul li:first-child {
  margin-top: 0;
}

#page_footer .site_pages ul li a {
  display: block;
  font-family: Poppins;
  font-weight: 600
}
#page_footer .site_pages ul li a i {
  color: #FCFCFD;
}
#page_footer .site_pages ul li a:hover {
  text-decoration: none;
}
#page_footer .footer_info_block {
  color: #729ab9;
  font-size: 14px;
}


#page_footer .facebook_icon,
#page_footer .twitter_icon {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background-color: var(--fox-blue);
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.text-info {
  color: #2A2424 !important;
}

.feedContainer {
  display: block;
}

.headerRow {
  margin-top: 0.5em;
}

.contentRow {
  margin: 0 -10px;
  padding-bottom: 3em;
}

table.table tbody tr.odd {
  background-color: var(--fox-not-white);
}

table.table tbody tr.even {
  background-color: #fff;
}

table.table .controls-2 {
  width: 7.5em;
}

table.table .controls-2 a {
  margin-right: 0.5em;
}

#userTable {
  min-width: 1060px;
}

.feedDate {
  position: absolute;
  bottom: 0.25em;
  right: 0.25em;
}

.feedContentTypes {
  font-size: 26px;
  padding-bottom: 2em;
}

.feedTitle {
  font-weight: bold;
  color: var(--fox-blue);
}

.feedIcon img {
  width: 168px;
  border-radius: .25em;
  background-color: #eaecf0;
}

.content-hash {
  text-transform: uppercase;
  color: #2A2E43;
  font-weight: 600 !important;
}

.table.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: var(--fox-not-white);
}

.text-mf {
  color: var(--fox-blue);
}

.accessCode {
  border-radius: 1em;
  background-color: var(--fox-not-white);
  color: var(--fox-blue);
  min-height: 150px;
  margin: 2rem auto;
  padding: 16px;
}

.input-group input.event_copy {
  flex: 0;
  width: auto;
}

.codeRow {
  margin-top: 1em;
  margin-bottom: 1em;
}

.text-white {
  color: #fff !important;
}

.photo_content_window,
.audio_content_window,
.video_content_window
{
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid #d7e2e8;
  padding: 0;
  overflow: hidden;
}

.photo_content_window .dz-default,
.audio_content_window .dz-default,
.video_content_window .dz-default
{
  margin: 0 auto;
  padding: 2rem;
}

.removeButton {
  margin: 1rem;
}


#contentTabArea .btn-primary.has-upload-item {
  color: #fff;
  background-color: #2A2E43;
  border: 1px solid #d7e2e8;
}

#contentTabArea .btn-primary {
  border: 1px solid #d7e2e8;
  color: rgb(59, 71, 77);
  background-color: #fff;
}

#contentTabArea .btn-primary.active {
  border: 1px solid var(--fox-light-blue);
  color: #fff;
  background-color: var(--fox-blue);
}

#contentTabArea .btn-primary.active i {
  color: #fff;
}

.video_upload_window_uploaded video {
  max-width: 100%;
}

.accordion-inner .call_to_actions,
.accordion-inner .campaigns,
.accordion-inner .tags
{
  padding: 1em;
}

.accordion-heading h6 {
  font-weight: bold;
  color: var(--fox-blue);
  margin: 0;
}

.tags input {
  margin-bottom: 1em;
}

.user_created_tags > div {
  padding-right: 0.5em;
}

.accordion-inner .tags .form-control {
  color: var(--fox-blue);
  font-weight: bold;
}

.user_created_tags .user_tag button.tag.active {
  color: #fff;
  background-color: var(--fox-light-blue);
}

.mleft {
  margin-left: 1em;
  margin-right: -1em;
}

.uploadControlsContainer {
  position: relative;
  min-height: 10rem;
}

.uploadControls {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.storyFormat {
  margin: 0.5em;
  padding: 0.25em;
  border-radius: 0.25em;
}

.storyFormat > div {
  margin: 0;
  padding: 0;
}

.storyFormat.active {
  background-color: var(--fox-light-blue);
  border: 1px solid var(--fox-blue);
}

.storyFormat.active h4 {
  color: #fff;
}

.storyFormat img {
  max-width: 100%;
  max-height: 100%;
}

.storyFormat a, .storyFormat a:hover {
  display: inline-block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 0.25em;
}

.storyFormat h4 {
  color: var(--fox-blue);
}

.progress-bar {
  background-color: var(--fox-blue);
}

.mobile-loading .progress-bar {
  width: 100%;
}

.content-item-legacy {
  position: relative;
}

.content-item.content-item-legacy:after {
  padding-top: 0;
  display: block;
  content: '';
}

.content-item-legacy > .content-item-image:after {
  padding-top: 100%;
  display: block;
  content: '';
  z-index: -1;
}

.content-item-legacy .add-rem-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background-color: var(--fox-blue);
  border-bottom: 1px solid #d7e2e8;
  border-right: 1px solid #d7e2e8;
  border-radius: 4px 0 4px 0;
  text-align: left;
  overflow: hidden;
  color: #fff;
}

.content-item-legacy .add-rem-link i {
  padding: 0.5em;
}

.content-item-legacy .hash {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 0 0 4px 4px;
  text-align: left;
  overflow: hidden;
  padding: 0.25em 0.5em;
}

.content-item-legacy .hash a {
  color: #fff;
}

.theCode {
  font-size: 4em;
}

#builderArea {
  background-color: #F7F7FA;
  flex: 1 1 auto;
  position: relative;
  overflow-y: hidden;
}

#builderArea .builder-scroll {
  overflow-y: scroll;
  height: 100%;
}

.builder-scroll > .container,
.builder-scroll > .container-fluid {
  padding-top: 0;
}

#builderArea .container,
#builderArea .container-fluid {
  background: none;
  flex: 1
}

#builderArea .container {
  position: relative;
  max-width: 1290px;
}

#builderArea .narrow .story-area {
  padding-top: 4.5em;
}

#builderArea .story-area {
  margin: 0;
}

.builderControls {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0.375em;
  right: 0;

  font-size: 0.75em;

  border-bottom-left-radius: 0.5em;
}

.builderButtonCenterer {
  position: fixed;
  top: 3.5em;
  left: 50%;
  transform: translateX(-50%);
}

.builderButtons {
  text-align: center;
  margin-top: 0.25em;
}

.builderButtonCenterer .builderButtons a,
.builderButtonCenterer .builderButtons a:hover {
  color: #fff;
  border-radius: 0.5em;
  background-color: var(--fox-blue);
  cursor: pointer;
  font-size: 1.25em;
  padding: 0.25em 0.5em;
  margin-top: 0.25em;
}

.builderButtonCenterer .builderButtons p {
  margin-bottom: 0.5em;
}

#builderArea .builderControls a,
#builderArea .builderControls a:hover {
  background-color: var(--fox-not-white);
  color: var(--fox-blue);
  padding: 0.5em 0.75em;
  text-align: center;
  font-size: 1.125em;
  height: 2em;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

#builderArea .builderControls a.first
{
  border-bottom-left-radius: 0.5em;
}

#builderArea .builderControls a.last
{
  border-bottom-right-radius: 0.5em;
}

#builderArea .builderControls a.active
{
  background-color: var(--fox-blue);
  color: #fff;
}

.builderPane {
    padding-top: 2.5em;
    position: relative;
}

.sharePane {
  background-color: #fff;
}

#builderArea .builderPane .container {
  background-color: inherit;
}

.builderPane h2,
.builderPane h4 {
  margin-top: 0.5em;
}

.builderPane .story-sidebyside {
  margin: 0;
}

.insetArea {
  margin: 1em 0em;
  padding: 0.5em 0.5em;
  border-radius: 0.5em;
  background-color: #fff;
  border: 1px solid #d7e2e8;
  position: relative;
}

.insetArea .close {
  position: absolute;
  top: .5em;
  right: 0.5em;
  font-size: 1em;
}

.insetArea > div {
  display: flex;
  flex-direction: column;
}

.optionPane {
  border-radius: 0.5em;
  padding: 0.5em;
  border: 1px solid #d7e2e8;
  margin: 0.5em;
  flex: 1;
  background-color: #fff;
}

.optionPane.active {
  border: 1px solid var(--fox-blue);
}

.invalid-drag-area {
  opacity: 0.2;
}

.selector-drag-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 300px;
  margin-bottom: 0;
  padding-bottom: 3em;
}

.segment-add {
  padding-top: 1.25em;
}

.segment-button {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
}

.segment-button div {
  border: 1px solid #d7e2e8;
  border-radius: 0.75em;
  text-align: center;
  padding: 0.5em;
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.segment-button img {
  border-radius: 0 !important;
}

.not-container {
  min-height: auto !important;
}

.segment-dragging {
  border-radius: 0.5em;
  border: 1px solid #d7e2e8;
}

.segment-over {
  border-top: 2px solid var(--fox-light-blue);
}

.builderSave {
  background-color: var(--fox-blue);
}

.segment-area {
  position: relative;
  border: 1px solid var(--fox-not-white);
  border-radius: 0 0.5em 0 0;
  min-height: 3em;
}

.segment-area.dummy-segment {
  height: 1em;
  border: none;
}

.segment-dragger-centerer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 0;
}

.segment-dragger {
  border: 1px solid var(--fox-not-white);
  text-transform: uppercase;
  display: inline-block;
  padding: .125em 0.5em;
  font-size: 0.75em;
  background-color: var(--fox-not-white);
  border-radius: 0.25em;
  cursor: grab;
  top: -0.5em;
  position: relative;
  height: 2em;
}

.segment-dragger i {
  color: var(--fox-blue);
}

.segment-toggle {
  position: absolute;
  top: -1px;
  right: 0;
}

.segment-toggle .btn {
  padding: .25em 0.75em;
  font-size: 0.75em;
}

.segment-toggle .btn-primary {
  border: none;
  border-right: 1px solid var(--fox-blue);
  border-radius: 0 0 0 0.5em;
}

.segment-toggle .btn-secondary {
  border: none;
  border-radius: 0 0.5em 0 0;
}

.buffer-bit {
  padding: 1em;
  padding-top: 2em;
  border-radius: 0 0.5em 0 0;
  border: 1px solid var(--fox-light-blue);
  background-color: #fff;
  color: #000;
}

#builderArea .modal-header {
  padding: 0;
}

#builderArea .modal-body {
  padding-top: 0;
}

.layoutArea {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em;
  height: 200px;
}

.layoutArea i {
  padding: 0.5em;
}

.layoutPage {
  border: 2.5px solid var(--fox-blue);
  border-radius: 0.5em;
  height: 100%;
  width: 100%;

  color: var(--fox-blue);

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.layoutPage .iconDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.layoutPage .layoutNarrow {
  height: 100%;

  display: flex;
  flex-direction: row;
  justify-content: center;
}

.layoutPage .layoutNarrow > div {
  width: 80%;
  border-left: 2.5px solid var(--fox-blue);
  border-right: 2.5px solid var(--fox-blue);

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.layoutPage.slideShow {
  text-align: center;
}

.layoutPage.slideShow i {
  font-size: 5em;
}

.chrome-picker  {
  max-width: 100%;
}

.insetArea strong {
  font-weight: 500;
}

.share-button-area {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.share-button-area .btn {
  margin: 0.5em 1em;
  min-height: 6em;
}

.share-button-area .btn i {
  font-size: 3em;
}

.story-wizard {
  background-color: #fff !important;
}

.share-button.form-control {
  border-radius: 0 0 0.25em 0.25em;
}

.dragTargetArea {
  text-align: center;
  color: #fff;
  height: 3em;

  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9001;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dragTargetArea.up {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.dragTargetArea.down {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));

  top: auto;
  bottom: 0;
}

.changelog p {
  padding-bottom: 0.25em;
}

.changelog details {
  padding: 0.5em 0;
}

.content-import {
  background-color: #fff;
  color: #000;
  padding-top: 1em;
}

.content-import h1, .content-import h2, .content-import h3, .content-import h4 {
  color: #000;
}

.upload-description i {
  color: var(--fox-blue);
}

.upload-area {
  border-radius: 1em;
  padding: 1em;
  border: 2px dashed #E4E3E2;
}

.upload-area-over {
  border-color: var(--fox-blue);
}

.import_upload {
  min-height: 280px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125em;
}

.import_upload img {
  max-height: 200px;
  max-width: 200px;
  flex: 1;
}

.import-complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.import-complete img {
  max-width: 50%;
  flex: 1;
}

.upload-processing {
  text-align: right;
  margin: 0.5em 0;
}

.upload-processing.uploads-complete {
  color: #28a745;
}

.upload-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.dummy-image {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dummy-image img {
  max-height: 50%;
  max-width: 50%;
}

.upload-dupe-check {
  text-align: center;
}

button.content-item-target {
  border-radius: 1.5em;
  font-size: 1em;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.5em;
  max-width: 80%;
  min-width: 60%;
}

.import-modal h4 {
  text-align: center;
}

.import-modal-buttons {
  margin-top: 1em;
  text-align: right;
}

.import-modal-buttons button {
  border-radius: 1em;
  background-color: #fff;
  color: var(--fox-blue);
  border: 2px solid var(--fox-blue);
  margin: 0.5em;
  padding: 0.25em 1em;
  font-weight: bold;
  cursor: pointer;
}

.import-modal-buttons button.primary {
  background-color: var(--fox-blue);
  color: #fff;
}

.tag-header {
  font-weight: 500;
  margin-bottom: 0.25em;
  display: block;
}

.buttonArea {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.buttonArea button {
  margin-left: 0.5em;
}

.wrapped_scrollable{
  white-space: nowrap;
  overflow-x: auto;
}

.swal2-popup {
  border-radius: 1em;
}

.nav-and-contents-flex {
  width: 100vw;
  height: 100vh;

  display: flex;
  flex-direction: column;
}

/* Alice Carousel - Complete Fix */

/* Override transforms completely */
.alice-carousel__stage {
  transform: none !important;
  left: 0 !important;
  position: static !important;
  display: flex !important;
  flex-wrap: nowrap !important;
}

/* Fix item visibility and positioning */
.alice-carousel__stage-item {
  flex: 0 0 100% !important;
  position: relative !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1 !important;
}

/* Show active slide */
.alice-carousel__stage-item.__active {
  flex: 0 0 100% !important;
  z-index: 2 !important;
  position: relative !important;
}

/* Show only active slide */
.alice-carousel__stage-item.__cloned {
  display: none !important;
}

.alice-carousel__stage-item:not(.__active) {
  display: none !important;
}

/* Navigation buttons absolute positioning */
.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.alice-carousel__prev-btn {
  left: 10px !important;
}

.alice-carousel__next-btn {
  right: 10px !important;
}

/* Wrapper fix */
.alice-carousel__wrapper {
  position: relative !important;
  overflow: hidden !important;
}

/* Fix images and content */
.carousel-item .content-thumbnail {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  position: relative !important;
}

.content-thumbnail img,
.content-thumbnail video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Container fixes */
.carousel-container {
  position: relative !important;
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}

/* Force display property */
.alice-carousel,
.alice-carousel__wrapper,
.alice-carousel__stage,
.alice-carousel__stage-item,
.carousel-item,
.content-thumbnail,
.content-thumbnail img {
  display: block !important;
}
