.basep {
  padding: 4%;
}

p {
  font-size: 21px;
}

.egyp {
  padding: 1%;
}

button:hover {
  background: white;
  border-width: 2px;
  border-style: solid;
}

.btn-primary button {
  background: rgba(255,255,255,0);
  border-color: rgb(0,0,0);
  color: rgb(0,0,0);
}

:root {
  --bs-blue: #00b53e;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: #008e41;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: #008e41;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #008e41;
  border-color: #008e41;
  border-radius: 2rem;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00be57;
  border-color: #00cc5d;
}

.btn {
  transition: .2s;
}

span {
  color: black;
}

.badge {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1;
  color: #000000;
  text-align: center;
  /*font-weight: 400;*/
  /*white-space: nowrap;*/
  vertical-align: baseline;
  border-radius: 2rem;
  border-width: 1px;
  border-style: solid;
  font-family: 'Source Sans Pro', sans-serif;
}

.basec {
  border-radius: 25px;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-green);
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

#accordion-1 {
  padding: 0px;
  margin-left: 0px;
}

.card {
  border-radius: 10px;
  border-width: 1px;
  border-color: rgb(119,119,119);
  margin-top: 25px;
}

.np {
  padding: 0!important;
  margin: 0!important;
}

.mutato {
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 23%;
  margin-left: 22px;
}

a {
  color: var(--bs-success);
  text-decoration: none;
}

a:hover {
  color: #00be57;
}

.bubble {
  border-width: 1px;
  border-style: solid;
  border-left-width: 27px;
  margin-right: 41%;
  padding-left: 5px;
}

.bubble.ford {
  padding-left: 27px;
  padding-right: 27px!important;
  border-right-width: 1px!important;
  border-left-width: 1px;
  border-left-style: solid;
}

.bubble.jobb {
  border-right-width: 27px;
  border-left-width: 1px;
  text-align: right;
  margin-left: 36%;
  margin-right: 0px;
  padding-right: 10px;
}

.mn {
  color: var(--bs-primary);
}

.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.abcard {
  width: 120px;
  border: 3px solid var(--bs-primary-rgb);
  height: 120px;
  display: inline-block;
  position: relative;
  transition: .1s;
  margin: auto;
  padding-top: 10px;
  vertical-align: middle;
  text-align: center;
  margin-right: 35px;
  margin-bottom: 35px;
}

.abcard.play {
  text-align: center;
}

.playsbutton {
  border: none;
  background-color: #ffff;
}

.plays {
  font-size: 21px;
  color: black;
}

.abcplay {
  width: 100px;
  position: absolute;
  bottom: 7px;
  height: 34px;
  left: 8px;
  border-radius: 100px;
  background-color: #ffffff;
}

.abcard:hover {
  border-width: 6px;
  border-style: solid;
}

@media (max-width: 600px) {
  .abcard {
    margin-right: 16px;
  }
}

.btn .btn-secondary {
  background: rgba(255,255,255,0.14);
  border-radius: 100px;
  border-color: rgb(0,0,0);
  color: rgb(0,0,0);
}

.blurbg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(25px);
  background-color: rgba(255, 255, 255, 0.637);
}

.social-icons {
  color: #313437;
  background-color: #fff;
  text-align: left;
  padding: 20px 0;
}

@media (max-width:767px) {
  .social-icons {
    padding: 50px 0;
  }
}

.social-icons i {
  font-size: 32px;
  display: inline-block;
  color: #757980;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #c8ced7;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}

.baseb {
  border: 1px solid rgb(62,62,62);
}

.basesh {
  box-shadow: 0px 0px 30px rgb(190,190,190);
}

.mutato.sites {
  position: absolute;
  top: 11%;
}

.badge.important {
  font-size: 28px;
}

.badge.light {
  border-color: #757980;
  color: #3b3b3b;
}

.fab-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  z-index: 12;
  position: absolute;
  bottom: 0px;
  right: 30px;
}

.tart {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 20;
}

.tarticon {
  font-size: 25px;
}

.tart.card {
  bottom: 7%;
}

.hidden {
  display: none!important;
}

.tart {
  background-color: white!important;
  color: #008e41!important;
  border-width: 3px!important;
  border-color: var(--bs-blue)!important;
}

a > .badge:hover {
  border-width: 4px;
  transition: .2s;
  font-weight: bold;
  border-color: var(--bs-blue);
}

.chip {
  display: inline-block;
  border-radius: 100px;
  overflow: hidden;
  color: black;
  border-width: 1px;
  border-style: solid;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  padding-right: 1%;
  padding-left: 1%;
}

@media (max-width: 570px) {
  .chip.long {
    padding: 4%;
  }
}

@media (max-width: 570px) {
  .chip {
    padding-top: 1%;
    padding-bottom: 1%;
    padding-right: 3%;
    padding-left: 3%;
  }
}

.chip.xtra {
  color: rgb(45,45,45);
  border-style: dashed;
  border-color: rgb(140,140,140);
}

.xtraicon {
  margin-right: 4px;
  margin-bottom: 3px;
}

.chip.xtra.paid {
  color: rgb(149,114,25);
}

.suticard > p {
  font-size: 16px;
}

.suticard {
  padding: 15px;
  bottom: 20px;
  z-index: 100;
  position: fixed;
  left: 20px;
  display: inline-block;
  border: 1px solid rgba(0,0,0,0.74);
  max-width: 400px;
}

.targy {
  border-bottom-width: 2px;
  display: inline;
  border-bottom-style: dashed;
}

h4 {
  color: #000000;
}

.told {
  color: var(--bs-orange);
}

