.title-and-featured{
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start !important;
  justify-content: center;
  row-gap: 5px;
}

.status-and-featured-badge{
  display: flex;
  column-gap: 5px;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start !important;
  justify-content: center;
  row-gap: 5px;
}

.alert{    
  border-radius: 0.5rem;
}
.alert-error {
  color: #ffffff !important;
  background-color: #b64b1d !important;
  border-color: #b64b1d !important;
}

.form-control-lg {
  font-size: 1rem;
}
/*.mb-3 {
  margin-bottom: 0.5rem !important;
}*/
.django-ckeditor-widget{
  width: 100%;
}
.mb-3 {
  margin-bottom: 1rem !important;
  width: 100%;
}
.p-warning{
  font-size: 1.25em;
  line-height: 1.55em !important;
}
.backend-paragraph {
  margin-bottom: 0px !important;
}
.mr1rem {
  margin-right: 0.5rem;
}
.cke_reset {
  min-height: 435px !important;
}
.pb0{
  padding-bottom: 0px !important;
}
.mb0{
  margin-bottom: 0px !important;
}
.rd-status-badge.premium-badge {
  color: #fff;
  background-color: #0b162c;
  border-color: #0b162c;
}

#hint_id_password1, #hint_id_password2{
  display: none;
}
.pinfo {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4em;
  margin: -0.5rem 3rem 1rem 1rem;
}

.sidebar-link.w--current{
  color: #4e8fc5 !important;
}
.default-submit-button.is-view-object {
  color: #1e944c;
  background-color: rgb(229 255 239);
  border: 1px solid #1e944c;
}
.forloop-counter {
  color: #0b162c;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: .9em;
  font-weight: 700;
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.bgimg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.questionform{
  width: 100% !important;
  background: #e0ffe5;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
  border: 1px solid #c7e4cc;
  margin-bottom: 1rem;
}
.fullwidth{
  width: 100% !important;;
}
.editbtn {
  background-color: rgba(0, 0, 0, 0);
  padding: 6px 12px;
  border-radius: 0.3rem;
  margin-right: 1rem;
  color: #0b162c;
  font-size: 14px;
  border: 1px solid #0b162c;  
  transition: all .2s;
}
.editbtn:hover{
  background: #0b162c;
  color: #fff;
}
.savebtn {
  background: #1e944c;
  color: #ffffff;
  border: 1px solid #1e944c;
}
.deletebtn{
  color: #f34141;
  border: 1px solid #f34141; 
}
.deletebtn:hover{
  background: #f34141;
  color: #fff;
}
.onequestion{
  font-size: 1.1rem;
  margin: 0 0 10px 0;
}
.centered{
  text-align: center;
}
.mtop{
  margin-top: 1rem;
}
.leftauto{
  margin-left: auto !important;
}
.loader {
  width: 20px;
  height: 20px;
  border: 5px solid #FFF;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  }
  
.betweenonly {
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
}
.imgborder {
  border: 5px solid #fff;
  margin: 5px;
  width: 60px !important;
  height: 60px !important;
}

.vertical{
  flex-direction: column !important;
  align-items: baseline !important;
  gap: 10px !important;
}

.gapdefault{
  gap:10px;
}
.object-fit-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Stil za sakrivanje opcije za brisanje polja slike 
.field-image .clearablefileinput-container .clearablefileinput-clear {
  display: none;
}*/
.ml5px {
  margin-left: 5px;
}
.ml1rem {
  margin-left: 1rem;
}
.grid-row-gap-small{
  grid-row-gap: 0.5rem !important;
}
.obj-img-bg{
  min-width: 50px;
  min-height: 50px;
  border: 1px solid;
  border-radius: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.rd-status-badge.counter {
  color: #000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  border-radius: 50px;
  padding-left: 0.4rem !important;
  padding-right: 0.3rem !important;
  margin-left: -5px !important;
}

.default-submit-button.is-draft-object{
  color: #cdaf07;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cdaf07;
}

.default-submit-button.is-draft-object:hover {
  color: #fff;
  background-color: #cdaf07;
  border-color: #cdaf07;
}
.active>.page-link, .page-link.active {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.page-link {
  color: #000000;
}
.input-default-search-field {
  max-width: 150px;
}

.small-heading {
  color: #8a8a8a;
}

/*
.space-between{
  justify-content: space-between !important;
}*/
.pdficon{
  font-size: 1.5em;
  /* border: 1px solid #0b162c; */
  padding: 14px;
  border-radius: 50%;
  color: #ffffff;
  background: #cdaf07;
}


.default-p {
  font-size: 1em;
  line-height: 1.35em;
  margin: 0;
}

.pleftrem{
  padding-left:1rem;
}
/* Stilizacija strelice u polju za izbor */
select {
  padding-right: 20px;
  
  /* Ukloni stil za prikaz strelice */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Podesite stil pozadinske slike (strelice)
  background-image: url('');*/ 
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px; /* Promenite dimenzije ikone prema potrebi */
  /* Dodajte malo prostora između ikone i teksta */
  background-origin: content-box;
}
.default-submit-button.space-between-button {
  justify-content: space-between;
  width: 100%;
}
.mtopbtm{
  margin: 10px 0 0px 0;
}
.current-parent{
  color: #4e8fc5 !important;
}
.back-btn-meta-referer{
  display: none !important;
}

.hide{
  display:none !important;
}

/* NEW - MARCH 2024 - add flex-row-form class for checkboxes for paid installments */
.flex-row-form {
  display: flex;
  justify-content: center;
  flex-direction: row;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  cursor: pointer;
}
.flex-row-form label {
  position: relative;
  padding-left: 0px; /* Povećajte ovu vrednost prema potrebi */
  cursor: pointer;
  user-select: none;
  margin-bottom: 0px;
  cursor: inherit;
  display: flex !important;
  grid-column-gap:  0.5rem;
  grid-row-gap:  0.5rem;
}