.login-page .theme-card .theme-form input[type="radio"]{
    padding: 12px;
    margin: 0px 12px 0px 0px;
}
.alert{
    display: block;
    width: 100%;
}
.btn-solid:focus{
    color: #fff;
}
.success-text p{
    text-transform: none !important;
}

.custom-box{
    padding: calc(14px + (29 - 14) * ((100vw - 320px) / (1920 - 320)));
    background-color: #f8f8f8;
    border-radius: 0;
    border: 1px solid #eee;
    position: relative;
    height: 100%;
}
.custom-box .custom-title{
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.custom-box .custom-title h4{
    font-weight: 600;
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  letter-spacing: unset;
  text-transform: unset;
  margin: 0;
  line-height: 1.3;
}
.custom-box .custom-detail .address-box{
    gap: 10px;
    border-radius: 0;
    padding: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
    background-color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.custom-box .custom-detail .address-box .name {
    font-weight: 600;
    margin: 0;
    text-transform: none;
    letter-spacing: unset;
    line-height: 1.3;
    font-size: 18px;
}
.custom-box .custom-detail .address-box .address {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  color: #222;
  font-size: calc(14px + (16 - 14)*((100vw - 320px) /(1920 - 320)));
}
.custom-box .custom-detail .address-box .address span {
    margin-right: 4px;
    font-weight: 500;
    color: #222;
}
.custom-box .custom-detail .address-box .label > span {
    display: block;
}
@media (min-width: 1200px) {
    header.left-header.left-header-relative .sidenav{
        width: 100%;
    }
    .pixelstrap ul{
        position: inherit;
    }
    .pixelstrap ul{
        border: none;
        padding: 5px 5px 5px 5px;
        background: #fff;
        box-shadow: none;
    }
}
header.left-header .sidenav .pixelstrap > li > a{
    text-align: left;
    display: inline-block;
    padding: 10px 0 0px 0;
}
header.left-header .sidenav .pixelstrap > li > a:hover{
    padding: 10px 0 0px 0;
}

.submenu-toggle {
    float: right;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    user-select: none;
}

.sm.pixelstrap li ul {
    display: none; /* ascuns implicit */
}

.sm.pixelstrap li.open > ul {
    display: block; /* arată dacă e deschis */
}
.contact-page .contact-right ul{
    grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .contact-page .contact-right ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-right ul {
    grid-template-columns: 1fr;
  }
}