@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir.ttc);
}

html {
    font-family: Avenir;
}

.button {
    display: inline-block;
    font-weight: 700;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .50rem;
    box-shadow: 0px 5px 8px rgb(0, 0, 0, 0.12);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.buttn-primary {
    color: #fff;
    background-color: #FE684D;
    border-color: #FE684D;
}

.button-primary:hover {
    background-color: rgb(254, 71, 39);
    border-color: rgb(254, 71, 39);
    box-shadow: 0px 8px 12px rgb(0, 0, 0, 0.12);
}

label {
    color: #FE684D;
    font-size: 15px;
    /*     margin-bottom: 12px;
    margin-left: 12px; */
}

label.required::after {
    content: "*";
    margin-left: 0.3em;
}

.text-primary {
    color: #FE684D !important;
    font-size: 15px;
    margin-bottom: 12px;
    margin-left: 12px;
}

/* rounded input style */
input {
    display: block;
    height: 42px;
    margin-bottom: 26px !important;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    border-radius: 20px;
    background: white;
    border: none;
    transition: background 0.5s;
    box-shadow: 0px 5px 8px rgb(0, 0, 0, 0.12);
}

input:focus {
    outline-width: 0;
}

input:disabled {
    border-bottom: none;
    background-color: #E8E8E8;
}

.BRAINSIGN_MOBILE_MENU li a {
    color: #A3A3;
    font-size: 1.2rem;
    text-align: center;
    border-top: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 15px;
    color: #222;

}

.BRAINSIGN_MOBILE_MENU li a:hover {
    color: #FFFFFF !important;
    background-color: #FE684D;
}

.btn {
    border: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none !important;
    border: none;
}


.btn.btn-primary {
    background-color: #FE684D !important;
}

.card.custom-card {
    border-radius: 5px;
    margin-bottom: 5px;
    max-width: 300px;
}

.card.custom-card .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 10px;
}

.card.custom-card .card-body.member {
    justify-content: flex-start;
}

.card.custom-card .card-body.not-round {
    justify-content: space-between;
    gap: initial;
}

.list.delete-btn {
    background: #fe684d;
    border-radius: 0.5rem;
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    color: #FFF;
}

.card.custom-card .card-body i {
    color: #FE684D;
  /*   font-size: 23px; */
}

.card.custom-card .card-body span{
    font-size: 15px;
}

.card.custom-card .card-body i.no-active {
    color: #222;
}

#action-icon i {
    color: #f1f1f1 !important;
}

#procedure_update_members .form-check label,
#procedure_update_file .form-check label {
    color: #222;
}

#member_help,
.col-form-label {
    color: #FE684D;
}

select[multiple] {
    height: 200px;
}

option::before {
    content: '\2610';
    margin-right: 0.4rem;
    font-size: 1.2rem;
}

option:checked::before {
    content: '\2611';
    color: #FFF;
}

@media screen and (min-width:768px) {
    .security-template {
        background-image: url('../img/background/background_blur.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}