/* variables */
:root {
  --textcolor: #353535;
  --primary-action: #006a98;
;
  --primary-action-hover: #005d85;
  --lightblue: #F1F5F9;
  --lightgrey: #FAFAFA;
}

/* Material Icons - Force Outlined Style */
.material-icons {
  font-family: 'Material Icons Outlined' !important;
}

/* Exception: Keep lens icons filled */
.material-icons.lens-filled {
  font-family: 'Material Icons' !important;
}
.yto .red {
  background-color: #E57373 !important;
}

/* font */
.yto h1,
.yto h2 {
  /* 22px */
  font-size: 1.375rem;
  font-weight: bold;
  color: var(--textcolor);
}
.yto h3 {
  /* 19px */
  font-size: 1.188rem;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: var(--textcolor);
}
.yto h4 {
  color: var(--textcolor);
}
.yto a {
  color: var(--primary-action);
}

body {
  background-color: var(--lightblue);
  /* color: var(--textcolor); */
}
.yto .content {
  background-color: var(--lightblue);
}

/* navbar */
.yto .page-header {
  margin: 0;
}
.yto nav {
  box-shadow: none;
}
.yto .navbar-fixed nav {
  background-color: #fff;
}
.yto nav .brand-logo {
  color: var(--textcolor);
  font-weight: bold;
}
.yto .modal-trigger {
  color: var(--textcolor);
}
.yto .modal-trigger:hover {
  cursor: pointer;
}
.badge1:hover {
  cursor: pointer;
}
.sidebar {
  background-color: #243148;
  width: 60px;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  transition: all 0.4s;
  padding-left: 8px;
  z-index: 99;
}
.sidebar:hover {
  width: 178px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sidebar ul {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.sidebar ul li {
  padding-bottom: 15px;
}
.sidebar a {
  color: #fff;
  width: 200px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
}
.sidebar a svg {
  width: 25px;
  transition: all 0.4s;
  fill: #fff;
}
.sidebar a svg path {
  fill: #fff;
  transition: all 0.4s;
}
.sidebar a:hover,
.sidebar a.active {
  background-color: var(--lightblue);
  color: var(--textcolor);
}
.sidebar a:hover svg,
.sidebar a.active svg {
  fill: var(--textcolor);
  transition: all 0.4s;
}
.sidebar a:hover svg path,
.sidebar a.active svg path {
  fill: var(--textcolor);
  transition: all 0.4s;
}
.sidebar a span {
  padding-left: 20px;
}
.sidebar a:nth-child(2) img{
  width: 22px;
}
.sidebar a:nth-child(2) span{
  margin-top: 2px;
}

/* navigation */
.yto .sidenav a {
  font-size: 1rem;
}

/* Breadcrumbs */
.breadcrumbs {
  background: inherit;
  box-shadow: none;
  padding: 0 100px;
}
.breadcrumbs .breadcrumb {
  color: grey;
  font-size: 1rem;
}
.breadcrumbs .breadcrumb.active {
  color: var(--textcolor);
}
.breadcrumbs .breadcrumb:before {
  color: var(--textcolor);
}

/* Button */
.yto .btn {
  background-color: var(--primary-action);
  color: #fff;
  border-radius: 5px;
  letter-spacing: 0.02em;
  box-shadow: none;
  font-weight: 500;
  font-family: 'Open-Sans', sans-serif;
}
.yto .btn.secondary-btn {
  background-color: transparent;
  border: 1px solid var(--primary-action);
  color: var(--primary-action);
}
.yto .btn.secondary-btn:hover {
  background-color: var(--primary-action);
  color: #fff;
}
.yto .btn.secondary-btn:focus {
  background-color: transparent;
  color: var(--primary-action);
}
.yto .btn:hover {
  background-color: var(--primary-action-hover);
  box-shadow: none;
}
.yto .btn a {
  color: #fff;
}
.yto .btn:focus {
  background-color: var(--primary-action);
}
.yto .btn-flat,
.yto .btn-flat:hover,
.yto .btn-flat:focus {
  background: transparent;
}
.yto button:focus {
  background-color: var(--primary-action);
}
.yto .suggestTarget:not(.disabled) {
  background-color: #fff;
  border: 1px solid var(--primary-action);
  color: var(--primary-action);
}
.yto .suggestTarget:not(.disabled):hover {
  background-color: var(--primary-action);
  color: #fff;
}
.yto .btn-floating,
.yto .btn-floating:hover {
  box-shadow: none;
}

/* radio */
.yto [type="radio"]:checked+span:after {
  background-color: var(--primary-action);
  border: 2px solid #5a5a5a;
}

/* checkboxes */
.yto [type="checkbox"]:checked+span:not(.lever):before {
  border-right-color: var(--primary-action);
  border-bottom-color: var(--primary-action);
}

/* Profile dropdown */
.yto .dropdown-trigger {
  text-transform: initial;
  font-size: 15px;
  background: transparent;
  color: var(--primary-action);
  border: 1px solid var(--primary-action);
}
.yto .dropdown-trigger:hover,
.yto .dropdown-trigger:active {
  color: #fff;
  background-color: var(--primary-action);
}
.yto .dropdown-trigger:focus {
  color: var(--primary-action);
  border: 1px solid var(--primary-action);
  background: transparent;
}
.yto .dropdown-content {
  border-radius: 10px;
}
.yto #dropdown1 {
  width: 170px !important;
}
.yto .dropdown-content li {
  min-height: auto;
}
.yto .dropdown-content li>a {
  color: var(--primary-action);
  font-size: 1rem;
  padding: 10px 15px;
}
.yto .dropdown-content li>a>i {
  margin-right: 10px;
}
.refresh-dv360 {
  border-top: 1px solid var(--textcolor);
}
.yto .dropdown-content li span {
  color: var(--textcolor);
}
.yto .autocomplete-content li .highlight {
  color: var(--primary-action)
}
.yto .dropdown-content li:nth-child(3) {
  padding-bottom: 5px;
}
.yto .dropdown-content li:nth-child(4) {
  padding-top: 10px;
}

/* modal */
.yto .modal {
  border-radius: 10px;
}
.yto .modal-cta {
  display: flex;
}
.yto .modal-cta.modal-cta-bottom {
  padding-bottom: 50px;
}
.yto .modal-cta a:first-child {
  margin-left: auto;
  margin-right: 15px;
}
.yto .modal-head {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.yto #cluster_name {
  box-shadow: none;
  border-bottom: 1px dotted rgba(0,0,0,0.42);
}
.yto .modal.bottom-sheet {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.yto .dark-modal-overlay {
  background-color: #c1c1c1;
}
#modal1 {
  background-color: var(--lightblue);
}
#modal2 {
  background-color: white;
}
#modal2 .creatives .creative.card {
  background-color: var(--lightblue);
  box-shadow: none;
}
.no-data {
  border: 1px dashed #a6a6a6;
    height: 247px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem 0 1rem 0;
}

/* notification */
.yto .modal_notfication {
  width: 450px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0), 0 5px 4px 0 rgba(0, 0, 0, 0.1);
  height: auto;
  margin-top: -76px;
}
.yto .modal_notfication h3 {
  margin-bottom: 12px;
}
.yto .modal_notfication .collection {
  margin: 0;
}

.yto .collection-item.notification {
  box-shadow: none;
  border: 1px solid #e8e3e3 !important;
  border-radius: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.yto .collection .collection-item.notification:hover {
  background:transparent;
  cursor: initial;
}
.yto .collection-item.notification a {
  color: var(--primary-action);
}
.yto .new.badge {
  background-color: var(--primary-action);
  border-radius: 20px;
  letter-spacing: 0.2px;
  font-size: 13px;
  font-weight: 400;
}
.yto .notification-trigger {
  color: var(--primary-action);
}

/* forms */
.yto .filters .form-control {
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.yto .filters .form-control:focus {
  border-bottom: 0;
}
.yto .input-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
}
.yto .input-field {
  width: 100%;
  margin-top: 5px;
}
.yto .input-wrap .input-field .step {
  background-color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  box-sizing: border-box;
  border-bottom: none !important;
  box-shadow: none !important;
}
/* label color */
.input-field label {
  color: var(--textcolor) !important;
}
/* label focus color */
.input-field input[type=text]:focus + label {
  color: var(--primary-action) !important;
}
.yto input[type=text]:not(.browser-default):focus:not([readonly]) {
  border: 0;
  box-shadow: none;
}
.yto .custom-search-wrap {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.yto .custom-search-wrap #search{
  height: 3rem;
  line-height: 3em;
}
.yto #custom-search,
.yto #search_channel {
  background-color: #fff;
  border-radius: 10px;
  border: 0;
  padding: 0 20px;
  box-sizing: border-box;
  margin-right: 20px;
  margin: 0;
  margin-right: 20px;
  width: 50%;
}
.yto #search_channel {
  background-image: url('../images/icons/search.svg');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  background-size: 26px;
  padding: 0 41px;
  width: 49.4%;
}
.yto .custom-search-wrap .btn {
  display: flex;
  align-items: center;
}
.yto .custom-search-wrap .btn svg path {
  padding-right: 20px;
}
.yto .custom-search-wrap #search svg path {
  fill: var(--primary-action);
}
.yto .custom-search-wrap #search:hover svg path {
  fill: #fff;
}
.yto .custom-search-wrap .btn span {
  padding-left: 10px;
}
.yto label {
  font-size: 0.867rem;
  color: var(--textcolor);
  font-weight: bold;
  margin-left: 1px;
}
.yto label span {
  font-weight: normal;
}
.yto .modal-search {
  display: flex;
  flex-direction: column;
  padding: 0 10px 16px 10px;
  /* border-bottom: 1px solid black; */
}
.yto .modal-search .label {
  margin-left: 1px;
  margin-bottom: 5px;
}

/* pagination */
.yto .pagination li.active {
  background-color: var(--primary-action);
  border-radius: 8px;
}
.yto .summary {
  margin-top: 10px;
}

/* advertisers */
.advertiser-index tbody {
  background-color: #fff;
}
.advertiser-index table tbody tr td i {
  float: right !important;
  margin: 0;
}
.advertiser-index table tbody tr {
  transition: all 0.25s;
}
.advertiser-index table tbody tr:hover {
  background-color: #85ccff30;
  transition: all 0.25s;
}
table tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
table tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
table td {
  padding: 15px 20px;
}
.yto .advertiser-index thead tr {
  background-color: var(--lightblue);
}
.yto .advertiser-index thead th {
  padding-left: 0;
}
.yto #w0-filters td {
  padding: 0;
}

.advertiser-index tr {
  border: none;
}
.advertiser-index tr:nth-child(even) {
  background-color: var(--lightgrey)
}

/* stepper/tabs */
#steps {
  padding: 0;
  padding-bottom: 20px;
}
.yto .tabs {
  background-color: var(--lightblue);
  display: flex;
  align-items: center;
}
.yto .tabs .tab {
  background-color: #006a9894;
  border-radius: 24px;
  transition: all 0.5s;
  height: 36px;
  line-height: 37px;
}
.yto .tabs .tab a,
.yto .tabs .tab a:hover {
  color: #fff;
  transition: all 0.5s;
  padding: 0 15px;
}
.yto .tabs .tab.disabled {
  background-color: #DFDFDF;
  border-radius: 24px;
  transition: all 0.5s;
}
.yto .tabs .tab.disabled a,
.yto .tabs .tab.disabled a:hover {
  color: #9F9F9F;
  opacity: 1;
  transition: all 0.5s;
}
.yto .tabs .tab a.active,
.yto .tabs .tab a:focus.active {
  background-color: var(--primary-action);
  border-radius: 24px;
  color: #fff;
  transition: all 0.5s;
}
.yto .tabs .tab a:focus {
  background-color: transparent;
}
.yto .tabs .tab-connection {
  background-color: #DFDFDF;
  height: 2.7px;
  width: 50px;
}
.yto .tabs .tab-connection.active{
  background-color: #006a9894;
}
.yto .tabs .indicator {
  display: none;
}
.yto .carousel.carousel-slider .carousel-item {
  padding-top: 20px;
}
.yto .carousel-item {
  border-radius: 20px;
}
.yto .next {
  margin-left: auto;
}
.yto .row .stepper-col {
  display: flex;
  padding-right: 32px;
}
.yto #step4 .row .stepper-col {
  padding-left: 32px;
}

/* campaigns */
.create-campaign {
  display: flex;
  margin-left: auto;
}
.create-campaign .create-camp {
  height: 3rem;
}
.yto table.striped>tbody>tr:nth-child(odd) {
  background-color: #fff;
}
.yto table.striped>tbody>tr:nth-child(even) {
  background-color: var(--lightgrey);
}
.yto .edit-campaign {
  color: var(--primary-action);
}
.yto .campaign-index .material-icons {
  padding-bottom: 10px;
}
.yto .campaign-index .table thead tr:nth-child(2) {
  background-color: #fff;
  border-bottom: 1px solid #F3F3F3;
}
.yto .campaign-index .table thead tr th {
  color: var(--primary-action);
}
.yto .campaign-index .table thead tr:nth-child(2) th {
 padding-left: 20px;
 padding-right: 20px;
}
.yto .campaign-index .table thead tr:nth-child(2) th:first-child {
  border-top-left-radius: 10px;
  width: 320px;
}
.yto .campaign-index .table thead tr:nth-child(2) th:last-child {
  border-top-right-radius: 10px;
}
.yto .campaign-index .table thead tr:nth-child(2) th:nth-child(3) {
  width: 165px;
}
.yto .campaign-index .table thead tr:nth-child(2) th:nth-child(4),
.yto .campaign-index .table thead tr:nth-child(2) th:nth-child(5),
.yto .campaign-index .table thead tr:nth-child(2) th:nth-child(6) {
  width: 115px;
}
.yto .campaign-index .table thead tr:nth-child(2) th:nth-child(8) {
  width: 240px;
}
.yto .campaign-index .table tbody tr td:nth-child(8) i {
  margin-left: 22px;
  font-size: 17px;
}
.campaign-index table tbody tr:first-child td:first-child {
  border-radius: 0;
}
.campaign-index table tbody tr:first-child td:last-child {
  border-radius: 0;
}
.creatives .creative.card {
  background-color: var(--lightgrey);
  padding: 30px;
}
.creatives .creative .input-field input {
  background-color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  box-sizing: border-box;
  border-bottom: none !important;
  box-shadow: none !important;
  margin-top: 9px;
}
.creatives .delete-creative {
  display: flex;
}
.creatives .delete-creative a {
  margin-left: auto;
}
.yto .add-creative {
  display: flex;
  justify-content: center;
}

/* datepicker */
.yto .datepicker-date-display {
  background-color: var(--primary-action);
}
.yto .datepicker-table td.is-today {
  color: var(--primary-action);
}
.yto .datepicker-table td.is-selected {
  background-color: var(--primary-action);
  color: #fff;
}
.yto .datepicker-cancel {
  color: var(--primary-action);
}
.yto .datepicker-done {
  color: var(--primary-action);
}
.yto .datepicker-calendar .select-dropdown {
  border-radius: 10px;
}

/* creatives */
.yto .creative.card {
  border-radius: 10px;
}
.yto .btn-floating,
.yto .btn-floating:hover {
  background-color: var(--primary-action);
}
.card.horizontal {
  border-radius: 10px;
}
.yto .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: var(--primary-action);
}
.yto .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
  color: var(--primary-action-hover);
}
.card-action-creatives {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-action-creatives a {
  margin-top: 10px;
  margin-right: 0 !important;
}
.more_creatives {
  margin-top: 15px;
}


/* demographics & devices*/
.yto [type="checkbox"]:checked+span:not(.lever):before {
  border-right-color: var(--primary-action);
  border-bottom-color: var(--primary-action);
}
.yto .checkboxlist-wrap {
  display: flex;
  justify-content: center;
}
.yto .checkboxlist-wrap .col {
  padding: 0 4.5%;
}
.yto .label-checkbox-list {
  position: relative;
}
#campaign-targeting_gender,
#campaign-targeting_age,
#campaign-targeting_parental_status,
#campaign-targeting_household_income {
  margin-top: 14px;
}
#campaign-targeting_gender label,
#campaign-targeting_age label,
#campaign-targeting_parental_status label,
#campaign-targeting_household_income label {
  display: flex;
  margin-bottom: 10px;
}
#campaign-inventory_device {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#campaign-inventory_device label {
  display: flex;
  width: 135px;
  margin-bottom: 10px;
}

/* interests & behavioural */
.yto .collection a {
  color: var(--textcolor);
}
.yto .collection .collection-item {
  border-radius: 10px;
  border-bottom: 0;
}
.yto .collection .collection-item:hover {
  cursor: pointer;
  background-color: #85ccff30;
  transition: all 0.25s;
}
.yto .collection .collection-item.avatar.active {
  background-color: #e9f0ff;
  border: 1px solid var(--primary-action);
}
.yto .collection .collection-item.active {
  /* background-color: var(--primary-action); */
  background-color: white;
  color: var(--textcolor);
  border: 1px solid #aed3ff;
  margin-bottom: 4px;
}
  
.yto .collection.cluster-items {
  border-radius: 10px;
}
.yto .collection .collection-item.dismissable.active .material-icons{
  color: var(--primary-action) !important;
}
  

/* Toast */
.yto .toast {
  background-color: #fff;
  border-radius: 10px;
  color: var(--textcolor);
}

/* responsive settings & media queries */
.yto .content {
  margin-left: 60px;
}