.switch {
  position: relative;
  display: inline-block;
  width: 80%;
  height: 2px;
}

.switch input {
  display: none;
}

/* The slider */
.toggler {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggler:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 50%;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.toggler {
  background-color: #2196F3;
}

input:focus+.toggler {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.toggler:before {
  -webkit-transform: translateX(26px);
  transform: translateX(calc(100% - 7px));
}

/* Rounded sliders */
.toggler.round {
  border-radius: 10px;
}

.toggler.round:before {
  border-radius: 10px;
}

.mainSection {
  /* border-radius: 1rem; */
  padding-bottom: 0.1rem;
  margin-bottom: 2rem;
}

.sectionTitle .balance {
  text-transform: lowercase;
}

.sectionTitle1 .balance {
  text-transform: lowercase;
}

.sectionTitle2 .balance {
  text-transform: lowercase;
}

.sectionTitle3 .balance {
  text-transform: lowercase;
}

.sectionTitle4 .balance {
  text-transform: lowercase;
}

.sectionTitle {
  text-transform: uppercase;
}

.sectionTitle2 {
  text-transform: uppercase;
}

.Section0 {
  background-color: #CBD0D2;
}

.color1 .sectionTitle {
  background-color: #65365A;
}

.color1 .sectionTitle2 {
  color: #65365A;
}

.color2 .sectionTitle {
  background-color: #ff4d4d;
}

.color2 .sectionTitle2 {
  color: #ff4d4d;
}

.color3 .sectionTitle {
  background-color: #FBAA00;
  text-transform: uppercase;
}

.color3 .sectionTitle2 {
  color: #FBAA00;
  /* border-left: solid 7px #a90101; */
  /* margin-left: 5px; */
  text-transform: uppercase;
}

.color4 .sectionTitle {
  background-color: #80bf39;
  text-transform: uppercase;
}

.color4 .sectionTitle2 {
  color: #80bf39;
  text-transform: uppercase;
}

.color5 .sectionTitle {
  background-color: #316647;
  text-transform: uppercase;
}

.color5 .Section0 {
  background-color: #CBD0D2;
}

.color5 .sectionTitle2 {
  color: #316647;
  /* border-left: solid 7px #a90101; */
  /* margin-left: 5px; */
  text-transform: uppercase;
}

.color6 .sectionTitle {
  background-color: #2B3990;
  /* border-left: solid 7px #a90101; */
  /* margin-left: 5px; */
  text-transform: uppercase;
}

.color6 .sectionTitle2 {
  color: #2B3990;
  /* border-left: solid 7px #a90101; */
  /* margin-left: 5px; */
  text-transform: uppercase;
}

.color7 .sectionTitle {
  background-color: #b394ab;
  /* border-left: solid 7px #a90101; */
  /* margin-left: 5px; */
  text-transform: uppercase;
}

.color7 .sectionTitle2 {
  color: #b394ab;
  text-transform: uppercase;
}

.color8 .sectionTitle {
  background-color: #b30000;
  text-transform: uppercase;
}

.color8 .sectionTitle2 {
  color: #b30000;
  text-transform: uppercase;
}

.color9 .sectionTitle {
  background-color: #dc6219;
  text-transform: uppercase;
}

.color9 .sectionTitle2 {
  color: #dc6219;
  text-transform: uppercase;
}

.color10 .sectionTitle {
  background-color: #b3a23e;
  text-transform: uppercase;
}

.color10 .sectionTitle2 {
  color: #b3a23e;
  text-transform: uppercase;
}

.color11 .sectionTitle {
  background-color: #00a699;
  text-transform: uppercase;
}

.color11 .sectionTitle2 {
  color: #00a699;
  text-transform: uppercase;
}

.color12 .sectionTitle {
  background-color: #70acff;
  text-transform: uppercase;
}

.color12 .sectionTitle2 {
  color: #70acff;
  text-transform: uppercase;
}

.sectionTitle {
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  padding: 0.5rem 1rem 0.5rem 1rem;
  /* border-top-left-radius: 1rem; */
  /* border-top-right-radius: 1rem; */
  line-height: 1.7rem;
  position: relative;
  letter-spacing: -0.03rem;
  cursor: pointer;
}

.inTitleBalance {
  float: right;
  margin-left: 2rem;
  /* margin-bottom: 0.5rem; */
  white-space: nowrap;
}

.inTitleBalanceWhite {
  float: right;
  /* color: white; */
}

.mainSection1 {
  /* border-radius: 0.5rem 0 0 0.5rem; */
  padding: 0.5rem 0rem 0.5rem 0rem;
  /* padding-bottom: 0.1rem; */
  /* margin-left: 5px; */
}

.sectionTitle1 {
  font-size: 1.3rem;
  color: black;
  padding: 0.5rem 1rem 0.5rem 2rem;
  /* border-top-left-radius: 0.5rem; */
  line-height: 1.5rem;
  /* border-top-right-radius: 0; */
  font-weight: 600;
  /* margin-left: 5px; */
  text-transform: uppercase;
  cursor: pointer;
}

.mainSection2 {
  /* border-radius: 0.5rem 0 0 0.5rem; */
  padding: 0.5rem 0rem 0.5rem 0rem;
  padding-bottom: 0.1rem;
}

.sectionTitle2 {
  font-size: 1.2rem;
  font-weight: 700;
  /* color: white; */
  padding: 0.5rem 1rem 0.5rem 3rem;
  /* border-top-left-radius: 0.5rem; */
  line-height: 1.3rem;
  /* border-top-right-radius: 0; */
  /* margin-left: 5px; */
  cursor: pointer;
}

.mainSection3 {
  /* border-radius: 0.5rem 0 0 0.5rem; */
  margin: 0.5rem 0rem 0.5rem 0rem;
  padding-bottom: 0.1rem;
}

.sectionTitle3 {
  font-size: 1.1rem;
  color: black;
  padding: 0.2rem 1rem 0.2rem 4rem;
  /* border-top-left-radius: 0.5rem; */
  /* line-height: 3.2vh; */
  /* font-weight: 200; */
  /* border-top-right-radius: 0; */
  /* margin-left: 5px; */
  font-weight: 500;
  cursor: pointer;
}

.mainSection4 {
  /* border-radius: 0.5rem 0 0 0.5rem; */
  margin: 0.3rem 0 0.5rem 5.4rem;
  /* padding-bottom: 0.5rem; */
  background-color: #EAEDEC;
  font-size: 0.8rem;
  padding: 0.8rem 1rem 0.8rem 1.2rem;
}

.mainSection4.hide {
  display: none;
}

.sectionTitle4 {
  font-size: 0.9rem;
  color: black;
  /* padding: 0.8rem 1rem 0.0rem 1.2rem; */
  /* border-top-left-radius: 0.5rem; */
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.3rem;
  /* border-top-right-radius: 0; */
}

.alone {
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}

.pregled_naslov {
  text-align: left;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  /* border-radius: 0.3rem 0.3rem 0 0; */
  padding: 0.3rem 0.3rem;
  line-height: 0.9rem;
  /* background-color: #ffffffcf; */
}

.pregled_iznos {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: black;
  /* font-weight: 900; */
  /* border-radius: 0 0 0.3rem 0.3rem; */
  padding-right: 8px;
  background-color: #CBD0D2;
}

.pregled_sm {
  /* background-color: red; */
  color: white;
  width: 10.8vw;
  margin: 0rem 0.2vw;
  padding: 0.4rem;
  text-align: center;
  font-size: 0.6rem;
  float: left;
  font-weight: bold;
}

.pregledColor1 {
  background-color: #65365a;
}

.pregledColor2 {
  background-color: #ff4d4d;
}

.pregledColor3 {
  background-color: #FBAA00;
}

.pregledColor4 {
  background-color: #80bf39;
}

.pregledColor5 {
  background-color: #316647;
}

.pregledColor6 {
  background-color: #2B3990;
}

.pregledColor7 {
  background-color: #b394ab;
}

.pregledColor8 {
  background-color: #b30000;
}

.pregledColor9 {
  background-color: #dc6219;
}

.pregledColor10 {
  background-color: #b3a23e;
}

.pregledColor11 {
  background-color: #00a699;
}

.pregledColor12 {
  background-color: #70acff;
}

.pregledDostupnaSredstva {
  background-color: #CBD0D2;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  color: black;
  font-weight: 500;
}

.iznosProracuna {
  background-color: #A6ADB5;
  color: white;
  /* border-left: solid 7px #888888; */
}

.pregledIznosProracuna {
  background-color: #CBD0D2;
  color: black;
  font-size: 1.35rem;
  font-weight: 500;
  /* border-left: solid 7px #888888; */
}

.affix_top {
  top: 20px;
  position: fixed;
  /* width: 100%; */
}

.affix_bottom {
  bottom: 20px;
  position: fixed;
  /* width: 100%; */
}

.fixed_footer_sm {
  background-color: white;
  border-top: 1px solid grey;
  height: 3.5rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  text-align: center;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-top: 0.5rem;
}

.pregled_sm_proracun {
  color: black;
  font-size: 0.9rem;
  width: 36%;
}

.pregled_sm_rezultat {
  font-size: 0.9rem;
  width: 36%;
  /* margin-top: -0.2rem; */
}

.iznosProracunaSM {
  font-size: 0.2rem;
  line-height: 0.4rem;
}

.pregled_sm_btn {
  width: 26%;
  float: left;
  margin-left: 1vw;
}

.balance_save {
  /*color: lime;*/
}

.color1 .mainSection1 .hamburger-inner,
.color1 .mainSection1 .hamburger-inner::before,
.color1 .mainSection1 .hamburger-inner:after {
  background-color: #65365A !important;
}

.color2 .mainSection1 .hamburger-inner,
.color2 .mainSection1 .hamburger-inner::before,
.color2 .mainSection1 .hamburger-inner:after {
  background-color: #ff4d4d !important;
}

.color3 .mainSection1 .hamburger-inner,
.color3 .mainSection1 .hamburger-inner::before,
.color3 .mainSection1 .hamburger-inner:after {
  background-color: #FBAA00 !important;
}

.color4 .mainSection1 .hamburger-inner,
.color4 .mainSection1 .hamburger-inner::before,
.color4 .mainSection1 .hamburger-inner:after {
  background-color: #80bf39 !important;
}

.color5 .mainSection1 .hamburger-inner,
.color5 .mainSection1 .hamburger-inner::before,
.color5 .mainSection1 .hamburger-inner:after {
  background-color: #316647 !important;
}

.color6 .mainSection1 .hamburger-inner,
.color6 .mainSection1 .hamburger-inner::before,
.color6 .mainSection1 .hamburger-inner:after {
  background-color: #2B3990 !important;
}

.color7 .mainSection1 .hamburger-inner,
.color7 .mainSection1 .hamburger-inner::before,
.color7 .mainSection1 .hamburger-inner:after {
  background-color: #b394ab !important;
}

.color8 .mainSection1 .hamburger-inner,
.color8 .mainSection1 .hamburger-inner::before,
.color8 .mainSection1 .hamburger-inner:after {
  background-color: #b30000 !important;
}

.color9 .mainSection1 .hamburger-inner,
.color9 .mainSection1 .hamburger-inner::before,
.color9 .mainSection1 .hamburger-inner:after {
  background-color: #dc6219 !important;
}

.color10 .mainSection1 .hamburger-inner,
.color10 .mainSection1 .hamburger-inner::before,
.color10 .mainSection1 .hamburger-inner:after {
  background-color: #b3a23e !important;
}

.color11 .mainSection1 .hamburger-inner,
.color11 .mainSection1 .hamburger-inner::before,
.color11 .mainSection1 .hamburger-inner:after {
  background-color: #00a699 !important;
}

.color12 .mainSection1 .hamburger-inner,
.color12 .mainSection1 .hamburger-inner::before,
.color12 .mainSection1 .hamburger-inner:after {
  background-color: #70acff !important;
}

.flagged {
  position: relative;
  /* overflow: hidden; */
}

.flagged::before {
  content: "!";
  font-size: 5rem;
  font-family: sans-serif;
  font-weight: 900;
  height: 26px;
  width: 26px;
  position: absolute;
  top: -2px;
  left: -52px;
  -webkit-transform: rotate(-23deg);
  transform: rotate(-23deg);
}

.color1 .flagged {
  border: solid 2px #65365A;
}

.color1 .flagged::before {
  color: #65365A;
}

.color2 .flagged {
  border: solid 2px #ff4d4d;
}

.color2 .flagged::before {
  color: #ff4d4d;
}

.color3 .flagged {
  border: solid 2px #FBAA00;
}

.color3 .flagged::before {
  color: #FBAA00;
}

.color4 .flagged {
  border: solid 2px #80bf39;
}

.color4 .flagged::before {
  color: #80bf39;
}

.color5 .flagged {
  border: solid 2px #316647;
}

.color5 .flagged::before {
  color: #316647;
}

.color6 .flagged {
  border: solid 2px #2B3990;
}

.color6 .flagged::before {
  color: #2B3990;
}

.color7 .flagged {
  border: solid 2px #b394ab;
}

.color7 .flagged::before {
  color: #b394ab;
}

.color8 .flagged {
  border: solid 2px #b30000;
}

.color8 .flagged::before {
  color: #b30000;
}

.color9 .flagged {
  border: solid 2px #dc6219;
}

.color9 .flagged::before {
  color: #dc6219;
}

.color10 .flagged {
  border: solid 2px #b3a23e;
}

.color10 .flagged::before {
  color: #b3a23e;
}

.color11 .flagged {
  border: solid 2px #00a699;
}

.color11 .flagged::before {
  color: #00a699;
}

.color12 .flagged {
  border: solid 2px #70acff;
}

.color12 .flagged::before {
  color: #70acff;
}

.mainSection .hamburger {
  left: -0.8rem;
}

.mainSection1 .hamburger {
  left: -1.8rem;
}

.mainSection2 .hamburger {
  left: -2.8rem;
}

.mainSection3 .hamburger {
  left: -3.8rem;
}

.btn-controls {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.2rem;
}

/*# sourceMappingURL=moj_proracun.css.map */