.fl-wrapper {
    z-index: 9999 !important;
}
.abm-ordered-numeric > li
{
    list-style-type: decimal !important;
}
.abm-icon-bx-wrapper a{
    position: relative;
    z-index: 1 !important;
}
.abm-logo-header{
    width: 200px !important;
}
.abm-icon{
    width: 2em;
    height: 2em;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background-color: #f5f5f5;
    padding: .4em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
}
.project-scroll{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.project-scroll img{
    height: 5em;
    width: 5em;
    -webkit-border-radius: .8em !important;
    -moz-border-radius: .8em !important;
    border-radius: .8em !important;
}
.project-scroll.previous{
    text-align: left;
}
.project-scroll.next{
    text-align: right;
}
.project-scroll.previous>img{
    margin-right: 1em;
}
.project-scroll.next>img{
    margin-left: 1em;
}
.sign{
    width: 5em;
}
.sign img{
    width:100%;
}
.lg-toolbar button,
.lg-toogle-thumb{
    background: transparent !important;
    border: none !important;
    outline: none !important;
}
#lg-download,
.lg-flip-ver,
.lg-flip-hor,
.lg-rotate-left,
.lg-rotate-right{
    display: none !important;
}


.abm-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.abm-label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    /* Accessible outline */
    /* Remove comment to use */
    /*
      &:focus-within {
          outline: .125em solid $primary-color;
      }
    */
}
.abm-label input {
    position: absolute;
    left: -9999px;
}
.abm-label input:checked + span {
    background-color: #d6d6e5;
}
.abm-label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #00005c;
}
.abm-label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}
.abm-label span:hover {
    background-color: #d6d6e5;
}
.abm-label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #00005c;
}

.abm-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
