@charset "UTF-8";
@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/font/summernote.eot);
  src: url(/assets/font/summernote.eot?#iefix) format("embedded-opentype"), url(/assets/font/summernote.woff2) format("woff2"), url(/assets/font/summernote.woff) format("woff"), url(/assets/font/summernote.ttf) format("truetype");
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

html, body {
  -webkit-overflow-scrolling: touch !important;
  height: 100% !important;
}

a {
  color: #4169e1;
}

.primary {
  background-color: #4169e1;
}

.primary.lighten-1 {
  background-color: #4169e1;
}

.text-primary {
  color: #5c5c5c;
}

.browser-default-checkbox {
  position: relative !important;
  left: auto !important;
  opacity: 1 !important;
}

.chip {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.container {
  flex: 1 0 auto;
}

.brand-logo {
  margin: 10px 0;
}

.brand-logo img {
  width: 142px;
}

.cursor-help {
  cursor: help;
}

label[data-error], label[data-success] {
  width: 100%;
}

nav.header {
  background: #e41571;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e41571 0%, #2989d8 60%, #1eb3da 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e41571', endColorstr='#1eb3da', GradientType=1);
  /* IE6-9 */
}

nav.header li .dropdown-button {
  height: 64px;
}

nav.header li .dropdown-button span {
  line-height: 20px !important;
  display: inline-block;
  padding: 12px 0px;
  text-align: right;
}

#user-menu {
  margin-top: 64px;
}

/* Media query 
    @include respond-to(small-view) { css for small view }
    @include respond-to(till-medium-view) { css for untill medium view }
    @include respond-to(medium-view) { css for medium view }
    @include respond-to(big-view) { css for bif view }
*/
.mobileMenu__nav {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 780px) {
  nav {
    height: 64px;
    line-height: 64px;
  }
  nav .mobileMenu .mobileMenu__burger {
    height: 64px;
    line-height: 64px;
  }
  nav .mobileMenu .mobileMenu__burger i {
    line-height: 64px;
  }
  nav .mobileMenu ul {
    top: 65px;
  }
}

@media only screen and (max-width: 992px) {
  background: #fff;
  border-bottom: 1px solid #ededed;
  .hide-on-med-and-down {
    display: none;
  }
  .mobileMenu .mobileMenu__burger {
    display: block;
    color: #fff;
    height: 64px;
    line-height: 64px;
  }
  .mobileMenu .mobileMenu__burger i {
    line-height: 64px;
    cursor: pointer;
  }
  .mobileMenu ul {
    position: absolute;
    top: 65px;
    left: -8.8%;
    right: -8.8%;
    display: none;
    z-index: 20;
  }
  .mobileMenu ul li {
    float: none;
    display: block;
    background: #fff;
    line-height: 55px;
    height: 55px;
    border-bottom: 1px solid #ededed;
  }
  .mobileMenu ul li a {
    color: #464646;
    line-height: 55px;
    padding: 0 20px;
  }
  .mobileMenu ul li a:after {
    display: none;
  }
  .mobileMenu ul li i {
    height: 55px;
    line-height: 55px;
    color: #464646;
  }
  .mobileMenu ul li input {
    margin: 0;
  }
}

@media only screen and (min-width: 993px) {
  .mobileMenu {
    display: none;
  }
  .fixed {
    position: fixed;
    background: #fff;
    top: -55px;
    border-bottom: 1px solid #ededed;
    transform: translate3d(0, 55px, 0);
    transition: transform .2s ease-out .1s;
    z-index: 200;
  }
  .fixed .brand-logo {
    margin: 10px 0 0 0;
  }
  .fixed .brand-logo .header__logo--whiteBig {
    display: none;
  }
  .fixed .brand-logo .header__logo--darkSmall {
    display: block;
  }
  .fixed nav {
    height: 55px;
    line-height: 55px;
  }
  .fixed nav li a {
    color: #464646;
  }
  .fixed nav li a:after {
    background: #f97352;
    top: -19px;
  }
}

.valign-separated {
  justify-content: space-between;
}

.listProgress {
  display: block;
  width: 100%;
  height: 0px;
  position: relative;
}

.listProgress .progress {
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  margin: 0;
}

.calendar-table select {
  display: inline !important;
}

footer {
  background: #363636;
  color: #787878;
}

footer .container {
  clear: both;
  content: "";
  display: table;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .left span {
  margin: 0 40px;
}

footer .left a {
  color: #787878;
  margin: 0 20px 0 0;
}

footer .left a:hover {
  color: #fff;
}

footer .right {
  cursor: pointer;
  position: relative;
  padding-right: 50px;
}

footer .right:before {
  content: '↑';
  height: 38px;
  width: 38px;
  box-sizing: border-box;
  border: 2px solid #717171;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 780px) {
  footer .left span {
    margin: 0 15px;
  }
  footer .left a {
    margin: 0 10px 0 0;
  }
}

@media only screen and (max-width: 550px) {
  footer {
    height: 120px;
    line-height: 40px;
  }
  footer .left span {
    display: block;
    height: 0;
    opacity: 0;
  }
  footer .right {
    padding-right: 35px;
  }
  footer .right:before {
    height: 26px;
    width: 26px;
    top: 7px;
    line-height: 18px;
    font-size: 12px;
  }
}

.referrals {
  margin-top: 50px;
  font-size: 20px;
}

.referrals_input {
  display: block;
  width: 50% !important;
  margin: 0 auto 10px !important;
  text-align: center;
}

.question-pic {
  background-color: #5f85b8;
  border-radius: 15px;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  height: 15px;
  width: 15px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 1.2em;
  transition: background-color .25s linear, border .2s linear;
}

.question-pic:hover {
  background-color: #6b8ea8;
}

.btn_change_bid_price {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-right: 5px;
  top: 5px;
  position: inherit;
  border: 0;
  padding: 0;
  background-color: #2196F3;
}

/*------- Admin Featured Videos -------*/
.featured_list_container .card {
  width: 300px;
  display: inline-block;
  margin-right: 17px;
}

.featured_list_container .card .card-title {
  font-size: 15px;
  margin: 10px 0px 10px 0px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.modal_preloader {
  position: absolute;
  background-color: rgba(150, 150, 150, 0.65);
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}

.modal_preloader span {
  text-align: center;
  display: block;
  top: 45%;
  width: 100%;
  font-size: 30px;
  position: absolute;
  color: #fff;
}

.modal_preloader .progress {
  width: 80%;
  display: inline-block;
}

.activateCampaignNeedsAttention {
  cursor: pointer;
}

.chips.error {
  border-bottom: 1px solid #e53935;
  box-shadow: 0 1px 0 0 #e53935;
}

.reviews_list_container .card {
  position: relative;
  width: 300px;
  display: inline-block;
  margin-right: 17px;
}

.reviews_list_container .card .fixed-action-btn {
  position: absolute;
  bottom: -18px;
  z-index: 1;
}

.reviews_list_container .card .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

.reviews_list_container .card .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

.reviews_list_container .card .card-title {
  font-size: 15px;
  margin: 10px 0px 10px 0px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  #modal_campaign_mass_tags .modal-content {
    height: calc(100% - 112px);
  }
  #modal_campaign_mass_tags .modal-footer {
    height: 112px;
    text-align: center;
  }
  #modal_campaign_mass_tags #btn_edit_mass_tags {
    float: none !important;
  }
  #modal_campaign_mass_tags #btn_import_tags {
    float: none !important;
  }
}

@media only screen and (max-width: 550px) {
  #modalLinkYoutubeChannel {
    top: 1% !important;
    bottom: 1% !important;
    max-height: 100% !important;
    height: 99% !important;
    width: 98%;
  }
  #modalLinkYoutubeChannel .youtube-logo {
    width: 110px;
  }
  #modalLinkYoutubeChannel .ads-logo {
    width: 140px;
  }
}

@media only screen and (min-width: 993px) {
  #modalLinkYoutubeChannel .youtube-logo {
    width: 190px;
  }
  #modalLinkYoutubeChannel .ads-logo {
    width: 240px;
  }
}

#modalLinkYoutubeChannel .youtube-logo {
  padding: 15px;
  vertical-align: middle;
}

#modalLinkYoutubeChannel .ads-logo {
  vertical-align: middle;
}

#modalLinkYoutubeChannel .more-info-title {
  cursor: pointer;
  font-weight: 500;
}

#modalLinkYoutubeChannel .more-info-container {
  padding: 10px;
  display: none;
}

#modalLinkYoutubeChannel .how-to-link-list {
  list-style-type: decimal;
  padding-left: 20px;
}

#modalLinkYoutubeChannel .how-to-link-list li {
  list-style-type: decimal;
}

#modalLinkYoutubeChannelFinalStep ul {
  list-style-type: decimal;
  padding-left: 20px;
}

#modalLinkYoutubeChannelFinalStep ul li {
  list-style-type: decimal;
}

.link_login_to_user {
  cursor: pointer;
  color: #0b58a2;
}

@media only screen and (max-width: 550px) {
  #paymentFormContainer #accept_offer_btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  #paymentFormContainer #confirmPayment {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.clickable {
  cursor: pointer;
}

.under_select_manage_funds {
  color: #607D8B;
  font-size: 11px;
}

.accordion-custom .specialMoreBudget, .accordion-custom .specialEnoughBudget {
  color: #9e9e9e;
}

.accordion-custom .ui-accordion-content {
  padding: 1em 0em !important;
}

.accordion-custom .auto-promotion-configure, .accordion-custom .auto-promotion-targeting, .accordion-custom .auto-promotion-budget {
  padding: 0px 1em;
}

.accordion-custom .configurationTabs {
  margin: 0 !important;
}

@media only screen and (max-width: 500px) {
  .accordion-custom .youtubeConfigureOptions {
    width: 100%;
  }
  .accordion-custom .countriesContainer h5 {
    text-align: center;
  }
  .accordion-custom .countriesCheckbox {
    margin-bottom: 10px;
  }
  .accordion-custom .countriesCheckbox label {
    left: 0;
  }
}

.accordion-custom .chosen-container.chosen-container-single {
  width: 100% !important;
}

.accordion-custom .accordion-body {
  display: none;
}

.no-song-desc {
  margin-top: 25px;
}

.auto-promotion-question {
  cursor: pointer;
}

.settingChannelCampaingsCreate {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 600px) {
  .settingChannelCampaingsCreate {
    flex-direction: column;
  }
  .settingChannelCampaingsCreate #addLinkedChannel {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .buttons_failed_add_channel {
    flex-direction: column;
  }
  .mobile-little-font-label {
    font-size: 0.8rem !important;
  }
}

.buttons_failed_add_channel {
  display: flex;
  justify-content: center;
}

.which-work-best-link {
  margin-top: 20px;
  cursor: pointer;
}

#modalPaymentsRefundAlert {
  width: 800px;
  overflow-y: unset;
}

@media only screen and (max-width: 550px) {
  #modalPaymentsRefundAlert {
    width: 95%;
    overflow-y: auto;
    height: 80%;
  }
}

#campaignApprove, #campaignApproveMultiple {
  width: 100%;
  max-width: 95%;
  max-height: 90%;
  height: 100%;
}

@media only screen and (max-width: 550px) {
  #campaignApprove, #campaignApproveMultiple {
    height: 80%;
    width: 95%;
  }
  #campaignApprove .modal-content, #campaignApproveMultiple .modal-content {
    width: 1000px;
    max-height: 80%;
  }
}

#campaignApprove #headCampaignName, #campaignApproveMultiple #headCampaignName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 18px;
}

#campaignApprove .collapsible .collapsible-header, #campaignApproveMultiple .collapsible .collapsible-header {
  font-weight: 500;
  background-color: #f0f8ff;
}

#campaignApprove .collapsible .collapsible-body, #campaignApproveMultiple .collapsible .collapsible-body {
  padding: 1em;
}

#campaignApprove #adwords_selected_ad_type, #campaignApproveMultiple #adwords_selected_ad_type {
  display: inline-block;
}

#campaignApprove #adwords_selected_ad_type li, #campaignApproveMultiple #adwords_selected_ad_type li {
  display: inline-block;
  margin: 0 5px;
}

.settings-section-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-size: 20px;
  margin-top: 50px;
}

#place_search_result .channels_container {
  max-height: 300px;
  overflow-y: scroll;
}

#place_search_result .videos_container {
  max-height: 300px;
  overflow-y: scroll;
}

#place_search_result input {
  position: relative !important;
  left: auto !important;
  opacity: 1 !important;
  margin-right: 5px;
}

#place_search_result .collection-item {
  display: flex;
}

#place_search_result .collection-item .item-img img {
  width: 80px;
  margin-right: 10px;
}

#place_search_result .collection-item .item-data label {
  width: 100%;
  color: #000 !important;
  font-size: 1em !important;
  padding-left: 0px !important;
  cursor: pointer;
}

#place_search_result .collection-item .item-data .description {
  font-size: 13px;
}

#place_search_result .collection-item .item-data .statistics {
  font-size: 13px;
  display: flex;
  color: gray;
}

#place_search_result .collection-item .item-data .statistics span {
  flex-grow: 1;
}

.pros-cons-list {
  margin: 20px 0 0 20px;
}

.pros-cons-list li {
  margin: 3px 0;
}

.pros-cons-list li i {
  vertical-align: middle;
}

.pros-circle {
  border-radius: 20px;
  background-color: #abb8c3;
  padding: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.cons-circle {
  border-radius: 20px;
  background-color: #fbb8b8;
  padding: 4px;
  font-size: 14px;
  color: #ac5051;
  font-weight: 600;
}

@media only screen and (max-width: 550px) {
  .modal-full-page {
    top: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .modal-full-page .modal-content {
    padding: 6px !important;
  }
}

.dropdown-content .circle {
  vertical-align: middle;
  padding: 5px;
  color: #fff;
  width: 33px;
  height: 33px;
}

.placement-or-btn {
  display: inline;
}

@media only screen and (max-width: 780px) {
  .placement-or-btn {
    display: block;
  }
}

.table-responsive table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.table-responsive table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.table-responsive table tr {
  padding: .35em;
}

.table-responsive table th,
.table-responsive table td {
  padding: .625em;
}

@media screen and (max-width: 600px) {
  .table-responsive table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .table-responsive table {
    border: 0;
  }
  .table-responsive table caption {
    font-size: 1.3em;
  }
  .table-responsive table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-responsive table tr {
    border-bottom: 3px solid #ddd;
    background-color: #f8f8f8;
    display: block;
    margin-bottom: .625em;
  }
  .table-responsive table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .table-responsive tbody td {
    display: flex;
    justify-content: space-between;
  }
  .table-responsive table td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
  .table-responsive table td:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  #searchNewChannel {
    top: 0 !important;
    width: 100%;
  }
}

select.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

input.ai-need-review {
  background-color: #fdd2cf !important;
  border-bottom: 1px solid #F44336 !important;
  box-shadow: 0 1px 0 0 #F44336 !important;
}

input.ai-reviewed {
  background-color: #e7ffe8 !important;
  border-bottom: 1px solid #4CAF50 !important;
  box-shadow: 0 1px 0 0 #4CAF50 !important;
}

#suggest_keywords_container {
  display: none;
  margin: 16px;
}

#suggest_keywords_container #suggested_keywords_list {
  margin: 10px;
}

#suggest_keywords_container span {
  color: #9e9e9e;
  font-size: .8rem;
}

#suggest_keywords_container .chip {
  cursor: pointer;
}

