﻿@charset "UTF-8";

/* ---------------
 * Global Styles 
 * --------------- */

@font-face{
  font-family:"ITC Eras W01 Demi";
  src:url("//mijncdnpartner.nl/fonts/2d35050b-48b7-4008-9d29-79102811d951.eot?#iefix");
  src:url("//mijncdnpartner.nl/fonts/2d35050b-48b7-4008-9d29-79102811d951.eot?#iefix") format("eot"),url("//mijncdnpartner.nl/fonts/d50737b9-f829-41cb-a41c-a844185710b9.woff2") format("woff2"),url("//mijncdnpartner.nl/fonts/fe561b8f-0a8d-4b1a-8b3a-55e4c5912c11.woff") format("woff"),url("//mijncdnpartner.nl/fonts/348c4e7c-c04d-4a48-96ec-7962cbbae599.ttf") format("truetype"),url("//mijncdnpartner.nl/fonts/cd80d7c5-266e-4734-97bb-972b121462b1.svg#cd80d7c5-266e-4734-97bb-972b121462b1") format("svg");
  font-display: swap;
}

html, body {
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}


body {
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

.main {
  position: relative;
}

video {
  width: 100%;
  height: 100%;
}

.table > thead > tr > th {
	padding-left: 5px;
}

ul {
	list-style-type: none;	
}

@media (max-width: 576px) { 
  section div.row > div {
    margin-bottom: 0 !important;
  }
}


@media screen and (max-width: 768px) {
  section div.row > div {
    margin-bottom: 50px;
  }
  section div.row > div:last-child {
    margin-bottom: 0;
  }
  section div.row.sm-mb-20 > div {
    margin-bottom: 20px;
  }
  section form > div.row > div {
    margin-bottom: 0;
  }
}

i.fa {
  line-height: 99%;
}

/* ------------- 
 * Typography
 * -------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 1.9rem;
}

h2 {
	font-size: 1.4rem;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

h4 {
    font-size: 1.1rem;
    font-weight: 600;
}

a {
  color: #2B87CF;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.heading-thin {
  font-weight: 300;
}




/* ------------------
 * Inputs and forms
 * ------------------*/

 .editMailDomain,
 .loadDomainData {
  cursor:pointer;
 }

.form-group {
  margin-bottom: 10px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2B87CF;
    padding: 10px 10px 10px 20px;
    border-radius: var(--bs-border-radius-xxl) !important;
}

.form-select {
  padding: 10px 5px 10px 10px;
  border-radius: var(--bs-border-radius-xxl) !important;  
}

.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  color: #000;
}

.form-control-plaintext {
  color: #FFF;
}

div[class*="col-"] > .form-group {
  margin-left: 0;
  margin-right: 0;
}

div[class*="col-"] > .input-group {
  margin-bottom: 15px;
}

.copyField {
  display: inline;
  margin-bottom: 20px;
}

/* datepicker */
.datepicker {
  padding: 8px;
}
.datepicker table > thead > tr:first-child > th.switch {
  padding-top: 9px;
}
.datepicker table > thead > tr > th {
  padding: 2px 10px;
  color: #666666;
  border-bottom: 1px solid #777;
}
.datepicker table > tbody > tr > td {
  padding: 6px 10px;
}
.datepicker td.active:active, .datepicker td.active.active {
  background-image: none;
  background-color: #c1344b;
  border-color: #c1344b;
  color: #fff;
  text-shadow: none;
}
.datepicker td.active:hover:active, .datepicker td.active:hover.active {
  background-image: none;
  background-color: #c1344b;
  border-color: #c1344b;
}


/* -----------
 * Blog
 * ----------*/

.category-list li a:hover {
  background-position: 5px center;
}

.category-list li a {
  display: block;
  padding: 10px 0;
  color: inherit;
  padding: 4px 0 4px 0px;
  content: "";
  -webkit-transition: left .2s linear;
  -moz-transition: left .2s linear;
  -ms-transition: left .2s linear;
  -o-transition: left .2s linear;
  transition: left .2s linear;
	
}

.category-list li a:hover, .category-list li a:focus {
  color: #c1344b;
}

/* --------
 * Tabs
 * -------*/

.page-content .nav>li {
  padding: 12px 10px;
}

.page-content .nav>li>a {
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #FFF;
  background-color: #6f93b8;
}

#addonsByGroup .nav>li>a {
  background-color: unset;
  border: none;
}

#knowledgebase_content_article .nav>li>a {
  border: none;
}  

.cb .row {
  padding: 10px 0;
}

.tab-content {
  padding: 35px 8px;
}

.tab-content h4 {
  margin-bottom: 30px;
}

.nav .open > a, .nav .open a:hover, .nav .open a:focus {
  border-color: #fff;
}


.custom-tabs-line {
  text-align: center;
}
.custom-tabs-line .nav {
  font-family: Lato, sans-serif;
}
.custom-tabs-line ul {
  display: inline-block;
  vertical-align: middle;

}
.custom-tabs-line ul > li {
  float: left;
}
.custom-tabs-line ul > li a {
  color: #FFF;
  font-weight: normal;
}
.custom-tabs-line ul > li a:hover, .custom-tabs-line ul > li a:focus {
  color: #FFF;
  background-color: transparent;
}
.custom-tabs-line ul > li a:focus {
  outline: none;
}

.custom-tabs-line.tabs-line-top {
  border-top: 1px solid #e4e4e4;
}
.custom-tabs-line.tabs-line-top ul > li {
  margin-top: -1px;
}
.custom-tabs-line.tabs-line-top a {
  border-top: 2px solid transparent;
}
.custom-tabs-line.tabs-line-top .active a {
  border-top-color: #c1344b;
}
.custom-tabs-line.tabs-line-bottom ul > li {
  margin-bottom: -1px;
}
.custom-tabs-line.tabs-line-bottom .active a {
  background-color: #FFF;
  color: #13294B;
}
#knowledgebase_content_article .custom-tabs-line.tabs-line-bottom .active a {
  background-color: unset;
  color: #FFF;
}
.custom-tabs-line.left-aligned {
  text-align: left;
}
.custom-tabs-line.right-aligned {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .custom-tabs-line ul li.active > a {
    margin-bottom: -1px;
  }
}

.tileTab {
  border: 1px #FFF solid;
  border-radius: 5px;
  margin-right: 10px;
  min-width: 80px;
}

/* ---------------
 * Pricing tables
 * ---------------*/

.pricing-table .top .heading,
.pricing-table .top .pricing {
  position: relative;
  z-index: 1;
}

.pricing-table .top .heading {
    font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 900;
}

.pricing-table .top .pricing {
  font-size: 28px;
}

.pricing-table .top p {
  margin: 0px;
}

.pricing-table .pricing {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 2.5rem;
}

.pricing-table .euro {
    font-size: 2.9rem;
}

.pricing-table .description {
    font-size: 1.0rem;
    font-weight: 600;
}


.pricing-table .bottom {
  padding: 0px 5px 10px 5px;
  text-align: center;
}

.icon-info-group .btn-default,
.pricing-table .btn-default {
  border: 1px solid #ccc;	
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
	margin-right: 10px;
    background-color: #fff;
    color: #000;
}

.icon-info-group .btn-info,
.pricing-table .btn-info {
  background-color: white;
  border: 0px solid transparent;	
  text-align: center;
	padding: 8px 16px;
}

.pricing-table .btn-info > i { 
	margin-right: 0px;
}

.pricing-table .btn-default:hover, .pricing-table .btn-default:focus {
  background-color: #5d6366;
}
.pricing-table ul.list-details {
  margin-bottom: 40px;
  font-size: 1.1em;
}
.pricing-table ul.list-details > li {
  margin-bottom: 5px;
}
.pricing-table.pricing-recommended .top,
.pricing-table.pricing-recommended .top:after,
.pricing-table.pricing-recommended .top:before {
  background-color: #c1344b;
}
@media screen and (max-width: 992px) {
  .pricing-table {
    margin-bottom: 30px;
  }
}



@media (max-width: 576px) { 
  .pricing-table .top .heading {
    font-size: 1.5rem;
  }

  .pricing-table .description,
  .pricing-table .euro,
  .pricing-table .pricing {
    font-size: 1.9rem;
  }

  .pricing-table .description {
    float: left;
    text-align: center;
    font-size: 1.1rem;
  }
}



/* list group items with padding */

.list-group-padding-left,
.list-group-padding {
  padding: 0;
	margin: 0;
	list-style-type: none;
  vertical-align: bottom;
}

.list-group-padding-left li {
	display: inline-block;
	padding-right: 5px;
}

.table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table-striped tbody tr td {
  border-top: 1px solid #1d5387;
  border-bottom: 1px solid #1d5387;

}

.table-striped tbody tr td:first-child {
  border-radius: 15px 0 0 15px;
  border-left: 1px solid #1d5387;
}

.table-striped tbody tr td:last-child {
  border-radius: 0 15px 15px 0;
  border-right: 1px solid #1d5387;
}

.table-striped tbody tr:nth-of-type(odd) td {
  background-color: #1d5387; 
  color: #FFF;
}

.table-striped tbody tr:nth-of-type(even) td {
  background-color: #13294B;
  color: #FFF;
}

/* ----------------------
 * Global layout styles 
 * ---------------------*/
html, body {
  height: 100%;
  padding: 0;
}


.mpg-sticky {
	position: sticky;
    top: 0;
    z-index: 1010;
    background: white;
}


.navbar {
  margin-bottom: 0;
  padding: 0;
}

.nav-item {
  font-weight: 400;
  list-style: none;
  padding: 0 15px;
  font-size: 1.0rem;
}

.text-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  }

.widget {
  margin-bottom: 60px;
}
.widget .widget-title {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  color: #636363;
}

@media screen and (max-width: 768px) {
  .row div + div .sidebar {
    margin-top: 50px;
  }
}

.menu-large {
  position: static !important;
}

.megamenu {
  margin-top: -2px;
  margin-left: -5px;  
  width: auto;
  box-shadow: 17px 20px 10px -15px #009DDF; 
  border: none;
  border-top: 1px solid #efe9e9;
}

.megamenu p {
  font-size: 0.8rem;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.dropdown:hover > .dropdown-menu {
    display: flex;
}
.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.megamenu.logindropdown {
  width: 80% !important;
  margin-left: -64%;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

.navbar-brand-partner {
	position: relative;
	width: 100%;
}

.dropdown-item {
  white-space: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: unset;
}

.dropdown-item p {
  padding: 2px 10px 0px 2px;
  text-transform: initial;
}

.dropdown-item a {
  color: #000;
}

.dropdown-item h1 {
  text-transform: uppercase;
  font-size: 125%;
  display: inline;
}

.iconmenu {
  position: relative;
  margin-right: 10px;
}



/* ------------
 * Footer
 * ------------*/

footer {
  margin-top: 30px;
  bottom: 0;
  position: relative;
}

.footer.has-border-top {
  border-top: 1px solid #e4e4e4;
}
footer .left {
  float: left;
}
footer .right {
  float: right;
}
@media screen and (max-width: 768px) {
  footer div.row > div:first-child {
    margin-bottom: 50px;
  }
  footer .left,
  footer .right {
    display: block;
    float: none;
    text-align: center;
  }
}

.copyright-text a,
.copyright-text {
  font-size: 11px;
}

.footer-top {
  background-color: #41433f;
}

.footer-top li {
  padding: 20px;
}

/* Ratings */

.boxflex {
  display: flex;
  justify-content: center;
}

.boxflex h3 {
    font-size: 1em;
    font-weight: 600;
}

.boxrating {
  text-align: center;
  transition: all .3s ease; 
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
}

.boxwhatyouget {
  text-align: left;
  transition: all .3s ease; 
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
	.boxwhatyouget {
	  flex: 1 0 80%;
  }
}

.boxwhatyouget .card-subtitle {
  color: #13294B !important;
  font-weight: 500;
  font-size: 1.4em;
}  

.boxwhatyouget img {
  filter: invert(61%) sepia(8%) saturate(2490%) hue-rotate(72deg) brightness(93%) contrast(85%);
}

.boxrating .card-header {
  background-color: transparent;
}

.boxrating .card-title { 
  font-size: 1.0rem;
  line-height: 1.25;
  font-weight: 900;
}

.boxrating .card-text {
  overflow-wrap: break-word;
}

.rating {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffaa00;
}

#headerReviews span.best, span#itemreviewed {
	display:none;
}


#headerReviews a {
  color: #E9E7E4;
}

#cartContent #headerReviews a {
  color: #000;
}

@media (max-width: 576px) { 
  .ratingtext {
    font-size: 1.2rem;
  }
}


/**********************************************************************************************
											PAGINA: PARTNERS
***********************************************************************************************/

.partner-box {
    background: #F8F8F8;
    overflow: hidden;
    margin: 16px 0;
    width: 100%;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.partner-box img {
	width: 60%;
	padding: 15px;
}

.partner-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	
.partner-box {
    text-align:center;
	font-size: 85%;
}

.partner-box-desc {
	padding: 5px;
}

.partner-box-desc p:first-child {
	min-height: 150px;
}

.partner-link  a{
	line-height: 40px;
}

.basket a {
  padding: 0;
  margin: 0;
}

.popover {
  color: #000;
  width:100%;
}

.popover-content,
.popover-title {
  font-size: 12px;
}

.countries {
  width: 30px;
  padding: 5px;
}


/**********************************************************************************************
											PRODUCT OVERVIEW
***********************************************************************************************/


.product-overview-partnername,
.navbar-brand-partner,
.navbar-brand-logo {
	font-family:'ITC Eras W01 Demi';
	font-size: 120%;
	color: #FFF;
}

.pricing-table .top {
	position: relative;
	margin: 0 -15px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
  }

  .pricing-table {
	  border: 2px solid #fff;
	  border-radius: 5px;
  }

  .product-overview-logo {
    width: 50px;
}

.productGoesHere .domainRow .domainNP {
  width: 100%;
  text-align: center;
}


/**********************************************************************************************
											MOBILE
***********************************************************************************************/

.formmob {
  width: 95%;
  border-radius: 20px;
  margin: 5px;
  border: none;
  padding: 5px;
  text-align: center;  
}

.domain {
  background-color: #13294B;
  padding: 5px;  
}

.header-logomob {
  width: 45px;
}

@media (max-width: 576px) {
  #stepSelectDomain .homeintro p {
    display: none;
  }
  #stepSelectDomain .homeintro h1 {
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
  }
}


/**********************************************************************************************
											CART
***********************************************************************************************/

#momentPlease,#bankPaymentMessage {
	margin: 20px 0;
	position: fixed;
	height: 100vh;
	width: 100vw;
	padding: 25% 33%;
	top: -20px;
	left: 0px;
  background-color: rgba(0,0,0,.5);
  color: #FFFFFF;
	z-index: 5000;
	font-size: 151%;
}

#cartOverviewButtons {
	padding: 10px;
}

#cart_title {
	font-size: 140%;
}

.addToOrder {
  background-color: #96c03d !important;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px #96c03d, inset 0px -3px 1px 1px rgba(150,192,61,.5) !important;
}

div#cartContent .row {
  align-items: center;
}

.overview-fixed {
  width: 33.3%;
  position: fixed;
  right: 15px;
}

.renewPrice {
  font-size: 0.8rem;
}

/**********************
PartnerPoint Shop
***********************/

.partnerShopItem {
  cursor: pointer;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
}

.modal.overlay {
  background-color: rgba(0,0,0,.5);
}


/**********************************************************************************************
											DASHBOARD 
***********************************************************************************************/

.dashboard {
  white-space: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.dashboard_welcome {
  width: 100%;
}

.DashboardAlerts h3 {
  margin-bottom: 5px;
}


.DashboardAlerts .list-unstyled {
  padding-left: 10px;
}


.enable_2fa .pre {
    font-size: 100%;
}

/**********************
KnowledgeBase
***********************/


#kb_con_ar_over {
  row-gap: 1rem;
}

#kb_con_ar_over .card,
#knowledgebase_subcat .card {
  flex: 0 0 40%;
}  

#kb_con_ar_over h5 {
  font-size: 1rem;
  font-weight: 500;
}

#knowledgebase_content {
  column-count: 4;
}

@media (max-width: 991.98px) {
  #knowledgebase_content {
    column-count: 1;
  }
  #knowledgebase_subcat {
    column-count: 1;
  }
  
}


#kb_con_ar_over,
#knowledgebase_subcat,
#knowledgebase_content {
    column-gap: 1rem;
    padding-top: 20px;
}

.kb_search_banner_txt {
    font-size: 1.5rem;
    font-weight: 100;
    text-align: left;
}

.kb_search_banner_img {
    position: absolute;
    top: 1.1em;
    right: 1.1em;
    width: 25%;
}

.kb_search_pop_items h3 {
  margin-left: 20px;
}

.kb_search_pop_items ul {
    display: flex;
    white-space: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.kb_search_pop_items ul li {
  padding-bottom: 10px;
  font-weight: 500;
  flex: 0 0 100%;
  justify-content: left;
  display: flex;
}

.kb_search_pop_items ul li img {
  margin-right: 5px;
  display: inline-block;
} 

.kb-link {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #333;
  text-decoration: none;
  transition: border-color .25s cubic-bezier(.785,.135,.15,.86);
  break-inside: avoid;
  page-break-inside: avoid;
  flex-direction: row;
}


.kb-link p {
  padding: 1rem;
  flex: 1 1 auto;
  width: auto;
  overflow: hidden;  
  margin: 0;
}

.kb-svg-setting {
  display: flex;
  margin: 0;
  margin-right: 1rem;
  margin-left: 1rem;
}

.kb-svg {
    display: inline-block;
    overflow: visible;
    width: 3em;
    height: 3em;
    font-size: inherit;
}

.kb-svg-fol {
  flex-shrink: 0;
  margin-right: 1rem;
}

.flexProductRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.selectProductView .flexProductRow {
  justify-content: space-between;
}

.flexKBColumn,
.flexProductColumn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


@media (max-width: 576px) { 
  .flexKBColumn,
  .flexProductColumn {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.flex4 {
  width: 22%;
  padding:10px;
}

.flex3 {
  width: 28%;
  padding:10px;
}

.flex33 {
  width: 33%;
  padding:10px;
}

.flex2 {
  width: 45%;
  padding:10px;
}


.Flex90 {
  width: 90%;
  margin-bottom: 20px;
  padding: 30px;
}

.flexProductColumn {
	position: relative;
}

.flexProductCol30 {
  	flex: 1 0 28%;
    position: relative;
    padding: 15px;
    margin: 20px;
}

.kbbadge {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  margin: 8px;
  min-width: 4rem;
  min-height: 3.5rem;
}

/**********************
PartnerCard
***********************/

.PartnerPoints {
  margin-bottom: 30px;
}

.partner-card {
  margin: 0;
  padding: 0.1em 1em;
  color: white;
  max-width: 300px;
  height: 180px;
  border-radius: 11px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.55);
  animation: gradient 3s ease infinite;
}

.silver {
  background: linear-gradient(-45deg, #dedee0, #85898a, #9f9fa3, #85898a);
}

.gold {
  background: linear-gradient(-45deg, #BF953F,  #FCF6BA, #B38728, #FBF5B7);
}

.platinum {
  background: linear-gradient(-45deg, #4E4E4C,  #636361, #757573, #939393);
}

.diamond {
  background: linear-gradient(-45deg, #002D51,  #1D5277, #002D51, #004468);
}

.blackdiamond {
  background: linear-gradient(-45deg, #363634,  #4A4A48, #333331, #A1A19F);
}

.partner-card h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

#points h3 {
  font-size: 1.8em;
  color: #080808;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.partner-card:hover {
  cursor: pointer;
  transform: scale(1.015);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.45);
}

#partnertitle {
  float: left;
  width: 65%;
}

.card-info #no p {
  margin-bottom: 0px;
}

.card-info #no {
    font-size: 1.1em;
    letter-spacing: 2px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  }

.card-info #name {
    font-size: 1.1em;
    margin-top: -.5em;
    letter-spacing: 2px;
  }

#mijnpartnergroep {
  float: right;
  margin-top: -7em;
  background: url(https:///mijncdnpartner.nl/partners-logos/MijnPartnerGroep.svg);
  width: 65px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/**********************************************************************************************
											BLOG 
***********************************************************************************************/

.blog-container a:hover {
  border-color: #2b87cf;
  color: #2b87cf;
} 

.blogitem-header img,
.blog-header img {
  width: 100%;
  object-fit: cover;
  object-fit: cover;
}

.blog-header img {
  height: 300px;
}

.blog-partner {
  position: absolute;
  width: 50px;
  margin: 5%;
}

.blog-partner img {
  width: 50px;
}

.blog-title h1 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #2b87cf;
}

.blog-summary p {
  color: rgba(0,0,0,0.8);
}

.blog-tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  align-items: center;
}
.blog-tags.list-inline-item {
  margin: 10px;
}
.blog-tags ul li {
  margin-right: 25px;
}

.blog-tags a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: .75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 5rem;
}

.published-date {
  border: 1px solid #999999;
  border-radius: 3px;
  padding: 0 .5rem;
}

/**********************************************************************************************
											SIZING 
***********************************************************************************************/

.m05 {
  margin: 0.5rem;
}

.margin-mobile-only {
  margin-top: 1.5rem;
}

@media (min-width: 576px) {
  .margin-mobile-only {
    margin: 0;
  }
}

/**********************************************************************************************
											INFO BLOCK 
***********************************************************************************************/

.cardinfo {
  display: flex;
}

.cardinfo .title {
  padding: 6px 0 0 10px;
}

.cardtext {
  margin-top: 10px;
}


/**********************************************************************************************
											MOMENT PLEASE SPIN 
***********************************************************************************************/


.DomainMomentPlease .CPMPIcon, 
.ControlPanelMomentPlease .CPMPIcon {
  margin: 20px;
  width: 50px;
  height: 50px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


/**
                    Specifications
**/
.img-green {
  filter: invert(70%) sepia(8%) saturate(3167%) hue-rotate(38deg) brightness(104%) contrast(75%) !important;
}
.img-red {
  filter: invert(31%) sepia(18%) saturate(5284%) hue-rotate(319deg) brightness(91%) contrast(95%) !important;
}
.img-star {
  filter: invert(80%) sepia(29%) saturate(7492%) hue-rotate(0deg) brightness(104%) contrast(105%) !important;
}
.img-white {
  filter: invert(97%) sepia(6%) saturate(165%) hue-rotate(295deg) brightness(120%) contrast(100%) !important;
}
.img-blue {
  filter: invert(46%) sepia(88%) saturate(602%) hue-rotate(172deg) brightness(84%) contrast(91%) !important;
}
.img-dark-blue {
  filter: invert(12%) sepia(60%) saturate(1350%) hue-rotate(189deg) brightness(93%) contrast(93%) !important;
}


/**
                    Cart
**/

.shopping-cart {
	background: white;
	width: 520px;
	position: absolute;
	top: 30px;
	right: -10px;
	border-radius: 3px;
	padding:0px 20px 20px 20px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 700px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26) !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
	-webkit-transform-origin: right top 0;
	-moz-transform-origin: right top 0;
	-ms-transform-origin: right top 0;
	-o-transform-origin: right top 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform-origin: right top 0;
	transform: scale(0);

  transition-delay: 50ms;
}
 .shopping-cart.active {
	opacity: 1;
	-webkit-transform-origin: right top 0;
	-moz-transform-origin: right top 0;
	-ms-transform-origin: right top 0;
	-o-transform-origin: right top 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform-origin: right top 0;
	transform: scale(1);
	z-index: 2;
}
 .shopping-cart .shopping-cart-header {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 15px;
}
 .shopping-cart .shopping-cart-header .shopping-cart-total {
	float: right;
}
 .shopping-cart .shopping-cart-items {
	padding-top: 20px;
}
 .shopping-cart .shopping-cart-items li {
	margin-bottom: 18px;
}
 .shopping-cart .shopping-cart-items .item-name {
	display: block;
	font-size: 16px;
}
 .shopping-cart .shopping-cart-items .item-detail {
	display: block;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
 .shopping-cart .shopping-cart-items .item-price {
	color: #00c0cb;
	margin-right: 8px;
}
 .shopping-cart .shopping-cart-items .item-quantity {
	color: #abb0be;
}
 .shopping-cart:after {
	bottom: 100%;
	left: 89%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: white;
	border-width: 8px;
	margin-left: -8px;
}
 .cart-icon {
	color: #515783;
	font-size: 24px;
	margin-right: 7px;
	float: left;
}
.shopping-cart .btn {
	text-align: center;
	padding: 12px;
	text-decoration: none;
	display: block;
	margin: 25px 0 15px 0;
	text-transform: uppercase;
}

.cartreviews {
  display: flex;
  background-color: aliceblue;
  align-items: center;
  justify-content: center;
}



/*** BLOG ***/


.page__numbering {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-radius: 0.6rem;
	background: #ffffff;
  }
  .col-sm-12 .page__numbering { 
	  justify-content:left;
  }
  .page__numbers, .page__btn, .page__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5rem;
	font-size: 1.4rem;
	cursor: pointer;
  }
  
  .page__dots {
	width: 2.2rem;
	height: 2.2rem;
	color: #23ade1;
	cursor: initial;
  }
  .page__numbers {
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 0.4rem;
  }
  .page__numbers:hover {
	color: #2b87cf;
  }
  .page__numbers.active {
	background: #2b87cf;
	font-weight: 600;
	border: 1px solid #2b87cf;
  }
  .page__numbers.active, .page__numbers.active a {
	color: #ffffff;
  }
  .page__btn {
	color: #23ade1;
  }
  .page__btn.active {
	color: #2d4848;
	pointer-events: initial;
  }
  .page__btn.active:hover {
	color: #2b87cf;
  }
  

.page__numbering_container {
  overflow: hidden;
  position: relative;
}

.page__numbers {
  flex: 0 0 auto;
}
.page__numbering {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 50px; /* Adjust as needed */
}

.page__numbers {
  flex: 0 0 35px; /* Fixed size */
  width: 35px; /* Fixed size */
  height: 35px; /* Fixed size */
  text-align: center;
  list-style: none;
  cursor: pointer;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.prev-button, .next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

#textEditor {
  margin-top: 10px;
  background-color: #FFF;
}

.mpgpartneroverview img {
  width: 75px;
}

.ql-editor {
  color: #000;
  min-height: 100px;
}
