﻿.select2-container--default .select2-selection--single {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3e%3cpath fill='%232C2A29' d='M20.1,7.3l-7.5,7.5c-0.4,0.4-1,0.4-1.4,0L3.7,7.3L3,8l7.5,7.5c0.8,0.8,2,0.8,2.8,0L20.8,8L20.1,7.3z'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    border-style: solid;
    border-color: #2C2A29 !important;
    border-width: 0 0 1px 0;
    border-radius: 0;
    font-size: 1rem;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #2C2A29 !important;
    background-color: transparent !important;
    height: 38px;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow 
 {
     display:none !important;
 }

.row-campos-dinamicos > .col-md{
    min-width: 50%;
}

a.share-link{
    display: inline-flex;
    align-items: center;
}

a.share-link span{
    text-decoration: underline;
    font-weight: 600;
    font-size: 15px;
}

a.share-link img{
    width: 24px;
    height: auto;
    margin-left: 4px;
}

.hide-visibility {
    visibility: hidden;
    height: 1px;
    opacity:0;
    position:absolute;
    overflow: hidden;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}