/** base css **/

/* *,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} */

/* 
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
 
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    } */

/** fonts start here **/

@font-face {
  font-family: "TiemposHeadlineLight";
  src: url("../fonts/TiemposHeadlineLight.eot");
  src: url("../fonts/TiemposHeadlineLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TiemposHeadlineLight.woff2") format("woff2"),
    url("../fonts/TiemposHeadlineLight.woff") format("woff"),
    url("../fonts/TiemposHeadlineLight.ttf") format("truetype"),
    url("../fonts/TiemposHeadlineLight.svg#TiemposHeadlineLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TiemposHeadline-Medium";
  src: url("../fonts/TiemposHeadline-Medium.woff2") format("woff2"),
    url("../fonts/TiemposHeadline-Medium.woff") format("woff"),
    url("../fonts/TiemposHeadline-Medium.ttf") format("truetype"),
    url("../fonts/TiemposHeadline-Medium.svg#TiemposHeadline-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo-Bold";
  src: url("../fonts/Archivo-Bold.woff2") format("woff2"),
    url("../fonts/Archivo-Bold.woff") format("woff"),
    url("../fonts/Archivo-Bold.ttf") format("truetype"),
    url("../fonts/Archivo-Bold.svg#Archivo-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo-Italic";
  src: url("../fonts/Archivo-Italic.woff2") format("woff2"),
    url("../fonts/Archivo-Italic.woff") format("woff"),
    url("../fonts/Archivo-Italic.ttf") format("truetype"),
    url("../fonts/Archivo-Italic.svg#Archivo-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Archivo-Regular";
  src: url("../fonts/Archivo-Regular.woff2") format("woff2"),
    url("../fonts/Archivo-Regular.woff") format("woff"),
    url("../fonts/Archivo-Regular.ttf") format("truetype"),
    url("../fonts/Archivo-Regular.svg#Archivo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/** fonts ends **/

/*** Element and calsses ***/

/* body {
    margin: 0;
    padding: 0;
    font-family: 'Archivo-Regular';
        
} */

.customise-cookies-main hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.tru-heading {
  margin: 0;
  font-weight: normal;
}

.tru-list {
  padding: 0;
  margin: 0;
}

.tru-paragraph {
  margin-top: 0;
  margin-bottom: 25px;
}

.tru-link {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.tru-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.tru-img {
  max-width: 100%;
  border: none;
}

/* ===========  BUTTON STYLE START========== */
/* ===========  BUTTON STYLE START========== */

/*----- common btn class ----- */
.tru-button {
  border-radius: 0;
  outline: 0;
  border-style: solid;
  border-width: 2px;
  font-size: 14px;
  line-height: 14px;
  padding: 16px 16px;
  color: #fff;
  cursor: pointer;
  margin: 0;
  font-family: "Archivo-Bold";
  text-transform: initial;
}

.tru-button:hover,
.tru-button:focus {
  color: #fff;
}

/*----- common btn end ----- */

/* ---------- Fill button start-----------  */
.customise-cookies-main .tru-button-fill {
  background-color: #14579F;
  border-color: #14579F;
}

.customise-cookies-main .tru-button-fill:focus,
.customise-cookies-main .tru-button-fill:hover {
  background-color: #1558a0;
  border-color: #1558a0;
  outline: 0;
  text-decoration: none;
}

/* ---------- Fill button End-----------  */

/* ---------- outline button start-----------  */
.customise-cookies-main .tru-button-outline {
  border-color: #fff;
  background-color: transparent;
}

.customise-cookies-main .tru-button-outline:hover,
.customise-cookies-main .tru-button-outline:focus {
  background-color: #fff;
  border-color: #fff;
  color: #14579F;
  outline: 0;
  text-decoration: none;
}

/* ---------- outline button start-----------  */

.tru-button-text {
  /* border-color:#fff; */
  background-color: transparent;
  border: 0;
  /* border-color: transparent; */
  padding: 0px;
}

.customise-cookies-main .tru-button-text:hover,
.customise-cookies-main .tru-button-text:focus {
  background-color: transparent;
  border-color: transparent;
  background: none;
  outline: 0;
}

/* ===========  BUTTON STYLE END========== */
/* ===========  BUTTON STYLE END========== */

.tru-cursor-hand {
  cursor: pointer;
}

/** spacing start here **/

.tru-mr-10 {
  margin-right: 10px;
}

.tru-mr-15 {
  margin-right: 15px;
}

.tru-mr-20 {
  margin-right: 20px;
}

.tru-mr-30 {
  margin-right: 30px;
}

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

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

/** spacing ends **/

.customise-cookies-main .tru-heading,
.customise-cookies-main .tru-heading:hover,
.customise-cookies-main .tru-heading:focus {
  background-color: transparent;
  background: none;
}

a.tru-link,
a.tru-link:hover,
a.tru-link:focus {
  background-color: transparent;
  background: none;
  outline: 0;
}

.customise-cookies-main div:focus,
.customise-cookies-main li:focus,
.customise-cookies-main a:focus,
.customise-cookies-main p,
.customise-cookies-main a:focus,
.customise-cookies-main img {
  border: none;
  outline: 0;
}

/** Text and background basic colors start here ***/
.customise-cookies-main .tru-text-blue {
  color: #14579F;
}

.tru-text-blue:hover,
.tru-text-blue:focus {
  color: #14579F;
}

/* .tru-background-blue {
    background-color:#14579F; 
} */

.tru-text-white {
  color: #fff;
}

.tru-text-white:hover,
.tru-text-white:focus {
  color: #fff;
}

.tru-background-white {
  background-color: #fff;
}

.tru-heading-color {
  color: #474342;
}

.tru-text-color {
  color: #333333;
}

.tru-underline-text {
  text-decoration: underline;
}

/** Text and background basic colors ends ***/

/** Form Inputs start from here **/
.customise-cookies-main ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
  opacity: 1;
}

.customise-cookies-main ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  opacity: 1;
}

.customise-cookies-main :-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
  opacity: 1;
}

.customise-cookies-main :-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  opacity: 1;
}

.customise-cookies-main .tru-input,
.tru-input[type="checkbox"] {
  border: 0;
  outline: none;
  background-color: #fff;
  color: #333;
}

.customise-cookies-main .tru-input:focus {
  outline: none;
  background-color: #fff;
  color: #333;
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"].tru-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"].tru-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"].tru-input::-webkit-search-decoration,
input[type="search"].tru-input::-webkit-search-cancel-button,
input[type="search"].tru-input::-webkit-search-results-button,
input[type="search"].tru-input::-webkit-search-results-decoration {
  display: none;
}

/* input[type="search" i].tru-input::-webkit-search-cancel-button { display: none ; }  */
/** Form Inputs start from here **/

/** switch toggle buttons **/
/** switch toggle buttons **/

/** Input custom checkbox start here **/

.tru-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tru-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  margin-right: 25px;
}

.tru-checkbox label {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}

.tru-checkbox input[type="checkbox"] {
  border: 0;
  position: absolute;
  visibility: visible;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 0;
  margin: 0;
}

.tru-checkbox label::before {
  width: 14px;
  height: 14px;
  border: 1px solid #dddddd;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.tru-checkbox input[type="checkbox"].tru-checkbox-checked:checked~label::before {
  content: "";
  background-image: url(../images/tick.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}

/*----*/
.customise-cookies-main label::-moz-selection {
  color: rgb(0, 0, 0);
  background: white;
}

.customise-cookies-main label::selection {
  color: rgb(0, 0, 0);
  background: white;
}

.customise-cookies-main span,
.customise-cookies-main p {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  -moz-user-select: none;

  user-select: none;
  /* Standard syntax */
}

/** switch css start here **/

.tru-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.tru-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.tru-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e6e6e6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.tru-slider::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.tru-slider::after {
  content: "OFF";
  display: inline-block;
  font-family: "Archivo-Bold";
  width: 26px;
  position: absolute;
  left: -34px;
  top: 4px;
  font-size: 12px;

  color: #333;
  line-height: 12px;
  text-align: right;
}

.tru-switch input.tru-checked:checked+.tru-slider {
  background-color: #50ae35;
}

.tru-switch input.tru-checked:checked+.tru-slider::after {
  content: "ON";
  display: inline-block;
  font-family: "Archivo-Bold";
  width: 26px;
  position: absolute;
  left: -34px;
  top: 4px;
  font-size: 12px;
  color: #333;
  line-height: 12px;
  text-align: right;
}

.tru-switch input.tru-checked:checked+.tru-slider::before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/* Rounded sliders */
.tru-slider.round {
  border-radius: 50px;
}

.tru-slider.round::before {
  border-radius: 50px;
}

/** switch css end  **/

/** Input custom checkbox start here **/

/*** Element and calsses ends ***/

/*---- ========= New Additions ========= ---- */
/*---- ========= New Additions ========= ---- */
body .customise-cookies-main li {
  margin: 0;
}

body .customise-cookies-main .tru-heading,
body .customise-cookies-main div,
body .customise-cookies-main p,
body .customise-cookies-main a,
body .customise-cookies-main span,
body .customise-cookies-main li {
  letter-spacing: 0;
}

.tru-heading:after,
.tru-heading:before {
  display: none;
}

body .customise-cookies-main .customize-cookies-description,
body .customise-cookies-main label {
  font-family: "Archivo-Regular";
}

body .customise-cookies-main label,
body .customise-cookies-main input[type="checkbox"]+label {
  margin: 0;
}


.customise-cookies-main-sidebar-body-header-buttons .tru-button.tru-button-fill.btn_bg {
  margin-top: 0;
}

.customise-cookies-main .customise-cookies-toggle-sidebar.customise-cookies-main-sidebar .customise-cookies-main-sidebar-container .customise-cookies-main-sidebar-body div.tru-heading {
  margin-bottom: 25px;
}



@media only screen and (min-width: 1601px) {
  .customise-cookies-main .customise-cookies-main-bottom-notification .customise-cookies-main-bottom-notification-container .customise-cookies-main-bottom-notification-content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .customise-cookies-main .tru-button {
    padding: 16px 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1885px) and (min-width: 1601px) {
  .customise-cookies-main .tru-button {
    font-size: 12px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1350px) {

  .customise-cookies-main .tru-button-outline.tru-mr-20.tru-button {
    margin-right: 15px;
  }

  .customise-cookies-main .customise-cookies-main-bottom-notification .customise-cookies-main-bottom-notification-container .customise-cookies-main-bottom-notification-content-left p {
    padding-right: 15px;
  }

}

@media screen and (max-width: 1276px) and (min-width: 1024px) {
  .customise-cookies-main .customise-cookies-main-bottom-notification.customise-cookies-main-bottom-notification-show .customise-cookies-main-bottom-notification-container .customise-cookies-main-bottom-notification-content-right {
    flex-direction: column;
    align-items: flex-end;
  }

  .customise-cookies-main .customise-cookies-main-bottom-notification .customise-cookies-main-bottom-notification-container .customise-cookies-main-bottom-notification-content-right .tru-button-text {
    margin: 15px 0;
  }
}
