@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");
}

@font-face {
  font-family: 'Founders Grotesk';
  src: url("../fonts/FoundersGrotesk-Light.woff");
  font-weight: 300;
}

@font-face {
  font-family: 'Founders Grotesk';
  src: url("../fonts/FoundersGrotesk-Regular.woff");
  font-weight: 400;
}

@font-face {
  font-family: 'Founders Grotesk';
  src: url("../fonts/FoundersGrotesk-Medium.woff");
  font-weight: 500;
}

@font-face {
  font-family: 'Founders Grotesk';
  src: url("../fonts/FoundersGrotesk-Semibold.woff");
  font-weight: 600;
}

@font-face {
  font-family: 'Founders Grotesk';
  src: url("../fonts/FoundersGrotesk-Bold.woff");
  font-weight: 700;
}

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

html, body {
  -webkit-overflow-scrolling: touch !important;
  height: 100% !important;
  font-family: "Founders Grotesk";
  background: #F6F6F6;
}

a {
  color: #000;
}

.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 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 97%;
  margin: 0 auto;
  padding: 13px 0;
}

nav.header .side:nth-child(1) {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav.header .side:nth-child(1) .brand-logo {
  display: flex;
  align-items: center;
  position: relative;
  transform: unset !important;
  left: unset !important;
}

nav.header .channels {
  justify-content: space-between;
  border-radius: 23px;
  background-color: #FFFFFF;
  box-shadow: 0 0 3px 0 rgba(105, 105, 105, 0.5);
  padding: 6px 8px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}

nav.header .channels .icon_wrap {
  position: relative;
  height: 32px;
}

nav.header .channels .channel_icon {
  margin-right: 5px;
  background: #0042ff;
  border-radius: 50px;
  line-height: none;
  display: block;
}

nav.header .channels .icon {
  position: absolute;
  bottom: 0;
  right: 4px;
}

nav.header .channels .info p:nth-child(1) {
  margin: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 15px;
  margin-top: 0px;
}

nav.header .channels .info p:nth-child(2) {
  margin: 0;
  color: #717171;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 12px;
}

nav.header .channels {
  position: relative;
  cursor: pointer;
}

nav.header .channels .popup_menu {
  position: absolute;
  top: 100%;
  padding-top: 5px;
  z-index: 9;
  left: 0;
  width: 180px;
  display: none;
}

nav.header .channels .popup_menu ul {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 4px;
  border: 1px solid #ebebeb;
  border-radius: 22px;
  gap: 4px;
  box-shadow: 0 0 10px 0 rgba(183, 183, 183, 0.5);
}

nav.header .channels .popup_menu ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  width: 100%;
  padding: 4px 6px;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  cursor: pointer;
}

nav.header .channels .popup_menu ul li img {
  width: 30px;
  margin-left: 0;
  border-radius: 50px;
  box-shadow: 0 0 1px 0 rgba(66, 66, 66, 0.66);
}

nav.header .channels .popup_menu ul li .data {
  letter-spacing: 0px;
}

nav.header .channels .popup_menu ul li .data p:nth-child(1) {
  font-size: 14px;
  color: #000;
  line-height: 13px;
  margin-bottom: 3px;
}

nav.header .channels .popup_menu ul li .data p:nth-child(2) {
  font-size: 12px;
  margin-top: -4px;
  font-weight: 400;
  color: #717171;
}

nav.header .channels .popup_menu ul li .data p {
  margin: 0;
  line-height: normal;
}

nav.header .channels .popup_menu ul li:hover {
  background: #f9f9f9;
  border: 1px solid #c3c3c3;
  text-decoration: unset;
}

nav.header .channels .popup_menu ul li.active {
  background-color: #234EF2;
  border-radius: 40px;
  padding: 4px 6px;
  color: #fff;
  border: 1px solid #234EF2;
}

nav.header .channels .popup_menu ul li.active .data p:nth-child(1) {
  color: #fff;
}

nav.header .channels .popup_menu ul li.active .data p:nth-child(2) {
  color: rgba(255, 255, 255, 0.7);
}

nav.header .channels .popup_menu ul li.add_new_channel .img_wrap {
  background: #0042FF;
  border-radius: 50px;
  padding: 8px;
  line-height: normal;
  padding: 8px 11px;
}

nav.header .channels .popup_menu ul li.add_new_channel .img_wrap img {
  width: 13px;
}

nav.header .channels .popup_menu ul li.add_new_channel .data p:nth-child(1) {
  font-size: 13px;
}

nav.header .channels .popup_menu ul li.add_new_channel:hover {
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
}

nav.header .channels .popup_menu ul li.add_new_channel:hover .img_wrap {
  background: #0037d6;
}

nav.header .channels:hover {
  box-shadow: 0 0 3px 0 rgba(105, 105, 105, 0.77);
}

nav.header .channels:hover .popup_menu {
  display: block;
}

nav.header li .dropdown-button {
  height: 64px;
  display: flex;
  align-items: center;
}

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

nav.header li .dropdown-button span #globalAdvertiserBalance {
  font-weight: 400;
  display: none;
}

nav.header li .dropdown-button .right {
  margin-left: 5px;
  color: #aeaeae;
  font-size: 24px;
}

#user-menu {
  white-space: nowrap;
  position: absolute;
  opacity: 1;
  box-shadow: 0 1px 8px 0 rgba(179, 179, 179, 0.5);
  border-radius: 4px;
  padding-top: 4px;
  top: 55px !important;
  right: 15px;
  left: unset !important;
}

#user-menu li {
  min-height: 30px;
}

#user-menu li a {
  padding: 6px 16px;
  font-size: 15px;
  width: 100%;
  color: #0C0C0C;
  font-family: "Founders Grotesk";
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 18px;
  font-weight: 300;
}

#user-menu li.divider {
  min-height: 0;
  margin: 2px 0;
}

#user-menu li:last-child {
  border-top: 1px solid #e0e0e0;
  margin-top: 2px;
  text-decoration: unset !important;
}

#user-menu li:last-child a {
  background: #FAFAFA;
}

#user-menu li:last-child a p:nth-child(1) {
  color: #171717;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 18px;
  font-weight: 300;
  margin: 0;
  margin-bottom: -1px;
}

#user-menu li:last-child a p:nth-child(2) {
  margin: 0;
  padding-bottom: 5px;
  color: #7f7f7f;
  font-size: 14px;
  letter-spacing: -0.26px;
  line-height: 18px;
  font-weight: 300;
}

#user-menu li:hover, #user-menu li.active, #user-menu li.selected {
  text-decoration: underline;
  background: unset;
  background-color: unset;
}

#user-menu li:hover a, #user-menu li.active a, #user-menu li.selected a {
  background: unset;
  background-color: unset;
}

#user-menu li:last-child:hover {
  background: #f5f5f5;
}

/* 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: 63px;
  }
}

@media only screen and (max-width: 992px) {
  background: #fff;
  border-bottom: 1px solid #ededed;
  .general-settings-page .modal {
    width: 90%;
  }
  .hide-on-med-and-down {
    display: none;
  }
  .add_new a div {
    padding: 0;
  }
  nav.header .channels:hover .popup_menu {
    display: none;
  }
  nav.header .popup_menu.show {
    display: block !important;
  }
  nav.header .side:nth-child(1) {
    width: 100%;
  }
  nav.header .side:nth-child(1) .channels {
    display: block;
    box-shadow: unset;
    padding: 0;
    position: unset;
  }
  nav.header .side:nth-child(1) .channels .icon_wrap {
    height: 38px;
    width: 38px;
  }
  nav.header .side:nth-child(1) .channels .icon_wrap .channel_icon {
    height: 100%;
    width: 100%;
  }
  nav.header .side:nth-child(1) .channels .info {
    display: none;
  }
  nav.header .side:nth-child(1) .channels .popup_menu {
    width: 100%;
    padding: 0;
    margin-top: -5px;
  }
  nav.header .side:nth-child(1) .channels .popup_menu #all_channels {
    overflow-y: scroll;
    max-height: 600px;
  }
  nav.header .side:nth-child(1) .channels .popup_menu ul {
    border-radius: 8px;
  }
  nav.header .side:nth-child(1) .channels .popup_menu ul li {
    border-radius: 8px;
    padding: 8px;
    background: #f4f4f4;
  }
  nav.header .side:nth-child(1) .channels .popup_menu ul li .data p:nth-child(1) {
    padding-top: 1px;
    font-size: 16px;
    margin-bottom: 0;
  }
  nav.header .side:nth-child(1) .channels .popup_menu ul li .data p:nth-child(2) {
    font-size: 13px;
    margin-top: 0;
  }
  nav.header .side:nth-child(1) .channels .popup_menu ul li.active {
    border-radius: 8px;
    background-color: #234EF2;
  }
  .mobileMenu {
    width: -moz-fit-content;
    width: fit-content;
    /*ul:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100vw;
      height: 100vh;
      background: #0000002e;
      z-index: -1; 
    }*/
  }
  .mobileMenu #globalAdvertiserBalance {
    display: none;
  }
  .mobileMenu .mobileMenu__burger {
    display: block;
    color: #fff;
    height: 64px;
    width: 45px !important;
    line-height: 64px;
  }
  .mobileMenu .mobileMenu__burger i {
    line-height: 64px;
    cursor: pointer;
  }
  .mobileMenu ul {
    position: absolute;
    top: 65px;
    left: -8.8%;
    right: -8.8%;
    z-index: 20;
    background: unset;
  }
  .mobileMenu ul li {
    float: none;
    display: block;
    background: #fff;
    line-height: 55px;
    height: 55px;
    border-bottom: 1px solid #ededed;
    height: 40px;
    line-height: 40px;
  }
  .mobileMenu ul li a {
    color: #464646;
    line-height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #0C0C0C;
    font-family: "Founders Grotesk";
    font-weight: 600;
    padding-left: 12px;
  }
  .mobileMenu ul li a:after {
    display: none;
  }
  .mobileMenu ul li i {
    height: 55px;
    line-height: 55px;
    color: #464646;
  }
  .mobileMenu ul li input {
    margin: 0;
  }
  .mobileMenu ul li:last-child {
    height: auto;
    padding-bottom: 7px;
    padding-top: 5px;
    background: #fcfcfc;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
  }
  .mobileMenu ul li:last-child p {
    margin: 0;
  }
  .mobileMenu ul li:last-child p:last-child {
    margin: 0;
    margin-top: -20px;
    color: #171717;
    font-size: 16px;
    letter-spacing: -0.3px;
    font-weight: 300;
    margin-bottom: -1px;
  }
}

.mobileMenu__nav .background {
  position: absolute;
  top: 75px;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #0000002e;
  z-index: -1;
}

@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
******
*****/
footer {
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #D7D7D7;
  background-color: #FFFFFF;
  padding: 28px 0;
}

footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 97%;
  margin: 0 auto;
}

footer .wrapper .side:nth-child(2) {
  text-align: right;
}

footer .wrapper .side:nth-child(1) {
  display: flex;
  gap: 40px;
}

footer .wrapper .side .menu_block p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  letter-spacing: -0.41px;
  line-height: 16px;
}

footer .wrapper .side .menu_block ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

footer .wrapper .side .menu_block ul li {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 20px;
  margin-bottom: 5px;
}

footer .wrapper .side .button_wrap button {
  border-radius: 3px;
  background-color: #0042FF;
  border: none;
  padding: 8px 15px;
  padding-right: 12px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
}

footer .wrapper .side .button_wrap button p {
  margin: 0;
}

footer .wrapper .side .button_wrap button img {
  margin-left: 5px;
}

footer .wrapper .side .policy_block {
  display: flex;
  gap: 12px;
  margin-top: 27px;
}

footer .wrapper .side .policy_block a {
  color: #000000;
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 16px;
  text-align: right;
}

footer .wrapper .side .policy_block a button {
  border-radius: 3px;
  background-color: #0042FF;
}

.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 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

#suggest_keywords_container .chip {
  cursor: pointer;
}

.modal-header {
  display: flex;
}

.modal-header .modal-title {
  flex-grow: 1;
}

.modal-header .modal-title h5 {
  margin: 0;
}

.modal-header .modal-close-container {
  align-self: center;
}

