.grayPallet{
            padding: 0.5rem;
            background: #d5d5d5;
            border-radius: 5px;
            font-size: 13px;
            min-height: 4rem;
        }
        .noteUser{
            width: 3rem;
        }
        .noteUser img{
            border-radius: 50%;
        }
        .crmNotesBox{
            max-height: 500px;
            overflow-y: auto;
        }
select.select_factor_type{
    height: 45px;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
}
input.factor_date_input{
    width: 100%;
    line-height: 2rem;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
}
textarea.factor_description_textarea{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
}
span.glasspallet-header {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem;
}
.select2-selection {
    padding: 0.5rem;
    height: auto !important;
}
input.glass {
    width: 100%;
    border: 1px solid #1e2457;
    line-height: 2rem;
}
input.glass.amount-input  {
    font-family: "IRANSNum";
}
.innerpallet{
    border-radius: 4px;
    box-shadow: 0px 0px 2px 1px #e1e1e1;
}