body, html {
  background: ghostwhite;
}

@media only screen and (max-width: 600px) {
  .s-no-padding {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 993px) {
  .l-side-padding {
    padding: 0 1.75rem !important;
  }
}

nav.header {
  background: white;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.mobileMenu .mobileMenu__burger {
  color: #514747;
}

.btn, .btn-large, .btn-flat, button {
  border-radius: 4px;
}

.btn-floating {
  border-radius: 50%;
}

.btn-floating i {
  color: #5c5c5c;
}

.collection a.collection-item {
  color: #5c5c5c;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 0 5px;
}

input:not([type]).validate + label, input[type=text].validate + label, input[type=password].validate + label, input[type=email].validate + label, input[type=url].validate + label, input[type=time].validate + label, input[type=date].validate + label, input[type=datetime].validate + label, input[type=datetime-local].validate + label, input[type=tel].validate + label, input[type=number].validate + label, input[type=search].validate + label, textarea.materialize-textarea.validate + label {
  padding-left: 5px;
}

.input-field label {
  top: 0.2rem;
}

.optional-label {
  color: #4169e1;
}

select.browser-default {
  background-color: #f3f3f3;
  border-radius: 4px;
}

.card-panel {
  border-radius: 10px;
}

.card-style {
  overflow: hidden;
  margin: 0 15px 30px;
  border-radius: 20px;
  padding-bottom: 15px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.card-style-flow {
  margin: 0 15px 30px;
  border-radius: 20px;
  padding-bottom: 15px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.card-body {
  margin: 20px 15px;
}

.bg-white {
  background: white;
}

.shadow {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
}

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

.opacity-80 {
  opacity: .8 !important;
}

.font-600 {
  font-weight: 600;
}

.rounded-sm {
  border-radius: 12px !important;
}

.bg-light {
  background-color: whitesmoke !important;
  border: 4px solid white;
}

.p-1 {
  padding: 1em;
}

.p-2 {
  padding: 2em;
}

@media only screen and (max-width: 600px) {
  .s-p-0 {
    padding: 1em 0 !important;
  }
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.title-header, .s-title-header {
  margin: 0;
  margin-bottom: 10px;
  padding: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-header h5, .s-title-header h5 {
  font-size: 1.1rem;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .s-title-header {
    display: block;
    justify-content: normal;
    align-items: normal;
  }
}

h5 .pros-circle {
  font-size: 11px;
}

div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  display: inline-block !important;
  height: 45px;
}

.filter-btn {
  display: inline-block !important;
  margin-right: 10px;
  padding: 0 1rem;
  text-transform: none;
}

.filter-btn.lighten-1 {
  background: white;
  color: #6e766e;
}

.filter-btn.darken-3 {
  background: #4169e1;
  color: white;
}

.shadow-s {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.td :last-child {
  border-bottom: none;
}

.table-header {
  background: linear-gradient(to bottom, #656D78, #434A54);
  color: white;
}

.table-header th {
  border-right: 1px solid #ffffff1c;
}

.table-header td, .table-header th {
  padding: 15px 11px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  border-bottom: 1px solid #bec8ce36;
  font-weight: 500;
}

.table-header th:first-child {
  border-top-left-radius: 10px;
}

.table-header th:last-child {
  border-top-right-radius: 10px;
}

.rounded {
  border-radius: 20px !important;
}

#configurationTabs, .configurationTabs {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#configurationTabs .tab, .configurationTabs .tab, #ad_preview_tabs .tab {
  background: whitesmoke;
}

#configurationTabs .tab a, .configurationTabs .tab a, #ad_preview_tabs .tab a {
  color: #646060;
  border-right: 1px solid white;
}

#configurationTabs .indicator, .configurationTabs .indicator, #ad_preview_tabs .indicator {
  background: #abb8c3;
  margin-right: 2px;
}

@media only screen and (max-width: 600px) {
  .s-tabs {
    height: auto;
    flex-direction: column;
  }
  .s-tabs .indicator {
    display: none;
  }
}

.tabs .tab {
  background-color: whitesmoke;
}

.tabs .tab a {
  color: #646060;
}

.tabs .tab a.active, .tabs .tab a:hover {
  background-color: #4169e1;
  color: #ffffff !important;
}

.tabs .indicator {
  background-color: #abb8c3;
  margin-right: 2px;
}

.sublist {
  background: whitesmoke;
  padding: 1px 10px 25px 20px;
  border-radius: 10px;
  margin: 10px 10px 25px 0px;
}

.sticky {
  position: fixed;
  top: 65px;
  width: 486.88px !important;
}

.slideout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  transition: left .3s ease-out;
  z-index: 9999;
  background-color: #02020245;
}

.slideout.active {
  left: 0;
}

.handle {
  position: absolute;
  top: 10%;
  left: -25px;
  width: 40px;
  height: 100px;
  border-radius: 7px;
  background: #ff9800;
  cursor: pointer;
}

.handle p {
  /* IE 9 */
  transform: rotate(90deg);
  margin-top: -32px;
  height: 48px;
  margin-right: 40px;
  font-weight: 600;
}

.handle-close {
  text-align: right;
  display: none;
}

.handle-close i {
  padding: 0;
  margin: 5%;
  background-color: #ff9800;
  border-radius: 30px;
  color: #080808;
  text-align: center;
}

.active .handle-close {
  display: block;
}

.slide-Body {
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
}

.btn-white-green {
  background-color: #4169e1;
  color: #FFFFFF;
}

.btn-white-green:hover {
  background-color: #e7e7e7;
}

.btn-white-green:focus {
  background-color: #e7e7e7;
}

.spinner-white-only {
  border-color: white;
}

.spinner-primary {
  border-color: #4169e1;
}

nav ul a {
  color: #514747;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #5c5c5c;
}

#fixedbutton {
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background: white;
  padding: 10px 0;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.link-now {
  background: #4169e1;
  color: white;
  padding: 0px 10px 0px 10px;
  border-radius: 10px;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  font-size: 12px;
}

.link-now i {
  font-size: 18px;
  margin-right: 5px;
}

.report-btn {
  background: #4169e1;
  color: white;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  white-space: nowrap;
  flex-direction: row-reverse;
  display: flex;
}

.report-btn i {
  font-size: 18px;
  margin-left: 5px;
}

.ad-views {
  background: #4aaf50;
  color: white;
  padding: 6px;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 600px) {
  .s-left-align {
    text-align: left !important;
    padding-left: 20px;
  }
}

.video-not-displayed-bellow {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #9e9e9e;
}

@media only screen and (max-width: 600px) {
  .video-not-displayed-bellow {
    justify-content: center;
  }
}

input:not([type]) + label:after, input[type=text] + label:after, input[type=password] + label:after, input[type=email] + label:after, input[type=url] + label:after, input[type=time] + label:after, input[type=date] + label:after, input[type=datetime] + label:after, input[type=datetime-local] + label:after, input[type=tel] + label:after, input[type=number] + label:after, input[type=search] + label:after, textarea.materialize-textarea + label:after {
  top: 68px;
}

