
.blu-tecno {color: #002255;}

.orange-tecno {color: #e95c28;}

.green-tecno {color: #1b6e31;}

.red {color: #dc3545;}

.white {color: #ffffff;}

.black {color: #000000;}

/* STYLE FORM INPUT */
.input-style-1 input, .input-style-1 textarea, .select-style-1 .select-position select {
    width: 100%;
    background: transparent !important;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px;
    color: #5d657b;
    resize: none;
}

.input-style-1 label, .select-style-1 label {
    font-size: 16px;
    font-weight: 400;
    color: #002255;
    display: block;
    margin-bottom: 10px;
}

.bootstrap-select {
    float: none;
    display: inline-block;
    margin-left: 0;
    width: 100%;
    background: transparent !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    padding: 4px !important;
    color: #5d657b !important;
    resize: none;
}

.dropdown-item.active, .dropdown-item:active {
    background: rgba(47, 128, 237, 0.1);
}

.ticket-response {
    background: rgba(47, 128, 237, 0.1);
    color: #2f80ed;
    padding: 15px;
}

.new-notify {
    background: rgba(47, 128, 237, 0.1);
    color: #2f80ed;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a .icon {
    margin-right: 12px;
    font-size: 18px;
    width: 20px !important;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a {
    font-size: 14px !important;
}