.form__field_with_icon
{
    position: relative;
}

.form__field_with_icon .left-icon
{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
}

.form__field_with_icon input
{
    padding-left: 30px;
}

.form__field_with_icon_fancy i
{
    z-index:1;
}

.form__field_with_icon_fancy .choices[data-type*=select-one] .choices__inner
{
    padding-left: 30px;
}

.bottombtns
{
    display:flex;
    justify-content: flex-end;
}

.inline {
    width: 22% !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 0px !important;
    margin-right: 0px;
}

.ppa .control-group {
    display: flex;
}

.ppa .control-label
{
    order:2;
}

.ppa .controls .form-check-inline
{
    min-width:1px;
}


body.view-categories header
{
    height: auto;
    background: none;
    background-color: #fff;
}

.formreq .control-group
{
    margin:3px 0;
}

.formreq .row
{
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.formreq .row > *
{
    /*width:auto;
    max-width:auto;*/
}

/*.joomla-dialog-body iframe {
  overflow: hidden !important;
  border: none;
}*/


.joomla-dialog-footer {
  padding: 0.25rem 1rem !important;
  min-height: auto !important;
  height: auto !important;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.loaded dialog
{
    /*border: 2px solid #dddddd !important;*/
    border:0px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.joomla-dialog {
  
}

.form__field_with_icon {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 1.5rem;
  padding-left: 2.5rem;
  background: white;
  height: 48px;
}

.form__field_with_icon .left-icon {
  position: absolute;
  left: 0.8rem;
  font-size: 1rem;
  color: #f5c518; /* yellow icon */
  pointer-events: none;
}

.form__field_with_icon input {
  border: none;
  outline: none;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 3rem;
  font-size: 1rem;
  background: transparent;
  box-shadow: none;
}

.form__field_with_icon .choices
{
    width:100%;
}

.form__field_with_icon .choices[data-type*=select-one] .choices__inner,
.form__field_with_icon .choices[data-type*=select-multiple] .choices__inner
{
    background-color: #fff;
}

/*.control-label label {
  font-weight: 500;
  margin-bottom: 0.25rem;
  display: inline-block;
}*/


/*.pdr15 label {
    margin-left: 30px !important;
    position: absolute;
    top: -15px;
}
.pdr15 label {
    background: #fff;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 15%, #fff 85%, hsla(0, 0%, 100%, 0));
    margin: 0 0 0 .25rem;
    padding: .5rem 1.25rem;
}*/

.joomla-dialog-header
{
    position: absolute;
    width: -webkit-fill-available;
    left: 0;
    background: #003263;
    --bs-bg-opacity: 1;
    /* background-color: rgba(var(--bs-secondary-rgb), 1) !important; */
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 0;
}

.joomla-dialog-header h3
{
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.joomla-dialog-body
{
    margin-top:25px;
}

@media (min-width: 1200px)
{
    .component__iconbox.iconbox__icons-outside .iconbox__icon
    {
        left: -5.5rem;
        position: absolute;
    }
}

@media (min-width: 1200px)
{
    .component__iconbox.iconbox__icons-outside
    {
        grid-template-columns: 1fr;
        margin-left:50px;
    }
}
.component__iconbox
{
    grid-column-gap: 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    position: relative;
}

.component__iconbox .iconbox__icon i
{
    /*background: #fff;*/
    border-radius: .5rem;
    /*box-shadow: 0 .5rem 2rem 0 hsla(220, 3%, 58%, .1);*/
    color: #a7a7a7;
    display: grid;
    font-size: 24px;
    height: 3.75rem;
    place-items: center;
    width: 3.75rem;
}

.mod-request
{
    /*margin-top:35px;*/
}
img.rounded
{
    border-radius: 1.5rem !important;
}

.img-fluid, .img-thumbnail
{
    height: auto;
    max-width: 100%;
}

.imgblk img,
.imgblk
{
    margin-top: 0;
    text-align: right;
}

.btn-request
{
    padding: 15px !important;
    box-shadow: 0 1rem 2rem 0 rgb(55 56 98 / 40%);
}

div.sidebar-left .mod-request .mod-request__item
{
  display: flex;
  flex-direction: column;
}
div.sidebar-left .mod-request .mod-request__item div.col-lg-6
{
  width:100%;
}
