/*--------------------------------------------------------------
# 1. Brother Blog template variables 
--------------------------------------------------------------*/
:root {
  /* Fonts */
  --font-default: "Roboto", sans-serif;
  --font-primary: "Raleway", sans-serif;
  /*'Playfair Display', serif;*/
  --font-secondary: "Raleway", sans-serif;
  --font-open-san: "Open Sans", sans-serif;
  --font-arial-san: Helvetica, Arial, sans-serif!important;
  /* Colors */
  /* The *-rgb color names are simply the RGB converted value of the corresponding color for use in the rgba() function */
  /* Default text color */
  --color-default: #545454;
  --color-default-rgb: 33, 37, 41;
  /* Defult links color */
  --color-links: #545454;
  --color-links-hover: #1965e1;
  /* Primay colors */
  --color-primary: #1965e1;
  --color-primary-light: #26282c;
  --color-primary-dark: #0b0c0e;
  --color-primary-rgb: 33, 37, 41;
  --color-primary-light-rgb: 38, 40, 44;
  --color-primary-dark-rgb: 11, 12, 14;
  /* Secondary colors */
  --color-secondary: #596d80;
  --color-secondary-light: #8498aa;
  --color-secondary-dark: #404f5c;
  --color-secondary-rgb: 89, 109, 128;
  --color-secondary-light-rgb: 132, 152, 170;
  --color-secondary-dark-rgb: 64, 79, 92;
  /* General colors */
  --color-blue: #232d61;
  --color-blue-rgb: 13, 110, 253;
  --color-indigo: #6610f2;
  --color-indigo-rgb: 102, 16, 242;
  --color-purple: #6f42c1;
  --color-purple-rgb: 111, 66, 193;
  --color-pink: #f3268c;
  --color-pink-rgb: 243, 38, 140;
  --color-red: #df1529;
  --color-red-rgb: 223, 21, 4;
  --color-orange: #fd7e14;
  --color-orange-rgb: 253, 126, 20;
  --color-yellow: #ffee54;
  --color-yellow-rgb: 255, 193, 7;
  --color-green: #059652;
  --color-green-rgb: 5, 150, 82;
  --color-teal: #20c997;
  --color-teal-rgb: 32, 201, 151;
  --color-cyan: #0dcaf0;
  --color-cyan-rgb: 13, 202, 240;
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-gray: #777777;
  --color-gray-rgb: 108, 117, 125;
  --color-black: #000000;
  --color-black-rgb: 0, 0, 0;
  --color-heading: #353535;
  --color-text-promo: #212121;
  --color-gray-secondary: #4d4d4d;
  --color-mid-blue: #1965e1;
  --color-dark-blue: #0c2c96;
  --color-brother-blue: #0d2ea0;
  --color-grey: #777777;
  --color-light-grey: #e4e4e4;
  --color-title: #212121;
  --color-product-border: #dddddd;
  --color-brand-blue: #0c279d;
  --color-light-info: #f0f8fc;
  --color-form-control-valid: #198754;
  --color-form-control-invalid: #dc3545;
  --color-line-border: #cccccc;
}

/*--------------------------------------------------------------
# 2. Override default Bootstrap variables
--------------------------------------------------------------*/
:root {
  --bs-blue: var(--color-blue);
  --bs-indigo: var(--color-indigo);
  --bs-purple: var(--color-purple);
  --bs-pink: var(--color-pink);
  --bs-red: var(--color-red);
  --bs-orange: var(--color-orange);
  --bs-yellow: var(--color-yellow);
  --bs-green: var(--color-green);
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: var(--font-default);
  --bs-body-font-family: var(--font-default);
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: var(--color-default);
  --bs-body-bg: #fff;
  --bs-gutter-x: 1.5rem;
  --bs-btn-border-radius: 3.125em;
  --bs-gray: var(--color-gray);
}

@media screen and (max-width: 639px) {
  .row {
    --bs-gutter-x: 1.25rem !important;
  }
}

/*--------------------------------------------------------------
# 3. Override default Swiper variables
--------------------------------------------------------------*/
:root {
  --swiper-pagination-bullet-inactive-color: var(--color-white);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  /* Brother Swiper variables*/
  --swiper-pagination-bullet-active-border-color: var(--color-mid-blue);
  --swiper-pagination-bullet-inactive-border-color: var(--color-gray-secondary);
}

.site-information-warning-message {
  margin-bottom: 5px;
}

.site-information-warning-message ul {
  zoom: 1;
  overflow: hidden;
  list-style: none;
  margin: 0px;
}

.site-information-warning-message li {
  margin-top: -1px;
  padding: 5px 20px;
}

.site-information-warning-message li p {
  margin-bottom: 0;
}

.site-information-warning-message img {
  max-width: 100%;
  padding-top: 10px;
}

.other-site-guidance-warning-message {
  margin-bottom: 5px;
}

.other-site-guidance-warning-message ul {
  zoom: 1;
  overflow: hidden;
  list-style: none;
  margin: 0px;
}

.other-site-guidance-warning-message li {
  margin-top: -1px;
  padding: 5px 20px;
}

.other-site-guidance-warning-message img {
  max-width: 100%;
  padding-top: 10px;
}

div.notification-bar {
  padding: 15px 0;
  background-color: #eaeaea;
  position: relative;
  text-align: left;
}

div.notification-bar .close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  opacity: 1;
  text-decoration: underline;
}

/* Arabic page */
#langAr div.notification-bar {
  text-align: inherit;
}

#langAr div.notification-bar .close {
  left: 0;
  right: auto;
}

.cookie-acception {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #0d2ea0;
  z-index: 99;
  transition: all 0.3s ease-out;
  opacity: 1;
  line-height: 28px;
}

@media screen and (max-width: 639px) {
  .cookie-acception {
    z-index: 1001000;
  }
}

.cookie-acception .wrap {
  box-sizing: content-box;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1097px;
  margin-left: auto;
  margin-right: auto;
}

.cookie-acception .wrap .wrap-cnt {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.cookie-acception .privacy-warning-contents {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  display: table-cell;
  vertical-align: top;
  padding-top: 22px;
  padding-bottom: 20px;
  padding-top: 15px;
  padding-right: 45px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
}

.cookie-acception .privacy-warning-buttons {
  width: 350px;
  font-size: 0;
  line-height: 1;
  text-align: right;
  display: table-cell;
  vertical-align: top;
  padding-top: 22px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.cookie-acception .privacy-warning-buttons-btn-2 {
  color: #fff;
  width: 138px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #666;
  background: #666;
  min-width: 154px;
  position: relative;
  right: -3px;
  display: inline-block;
  line-height: 1;
}

.cookie-acception .privacy-warning-buttons-btn-1 {
  background-color: #0d2ea0;
  color: #fff;
  margin-left: 5px;
  border: 1px solid #2169de;
  width: 138px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  min-width: 161px;
  position: relative;
  right: -3px;
  display: inline-block;
}

.cookie-acception .js-is-hidden {
  display: none;
}

@media screen and (max-width: 1023px) {
  .cookie-acception .wrap .wrap-cnt {
    width: auto;
    padding: 30px 0 30px;
    display: block;
  }
  .cookie-acception .privacy-warning-contents {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    display: block;
    padding: 0;
  }
  .cookie-acception .privacy-warning-buttons {
    width: auto;
    display: block;
    padding: 0;
    font-size: 14px;
    min-width: 0;
    line-height: 1.6;
    text-align: right;
  }
  .cookie-acception .privacy-warning-buttons-btn-2 {
    margin-left: 0 !important;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 15px 25px;
    line-height: 1.429;
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 0;
  }
  .cookie-acception .privacy-warning-buttons-btn-1 {
    margin-left: 12px;
    display: inline-block;
    width: auto;
    padding: 15px 25px;
    line-height: 1.429;
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 0;
  }
}

.siteinfo-contents {
  max-width: 94%;
}
