a {
    text-decoration: none;
    color: #212529;
}

a:hover {
    text-decoration: none;
}

/*Setting*/
.setting-fieldset {
    border: 1px solid #DBDEE0 !important;
    padding: 15px !important;
    margin: 0 0 25px 0 !important;
    box-shadow: 0 0 0 0 #000;
}

.setting-legend {
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    color: #428BCA;
    padding: 5px 15px;
    border: 1px solid #DBDEE0 !important;
    margin: 0;
}

/*User Profile*/
.profile-widget-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.profile-widget-picture {
    width: 100px;
    height: 100px;
    border: 2px solid #ddd;
    padding: 2px;
}

.profile-list .list-group-item {
    padding: 8px;
}

.setting-logo {
    width: 120px;
    height: 60px;
}

/*Dashboard*/
.dashboard-ticket a {
    color: #666;
}

.sidebar.toggled .nav-item .collapse {
    z-index: 99;
}


/* Profile */
.img-profile {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
}

.profile-list {
    font-size: 15px;
    padding-left: 0;
    list-style: none;
    color: #616670;
}

.img-profile-list {
    width: 60px;
    height: 60px;
    border: 2px solid #ddd;
}

/*profile sidebar tab link menu*/
.side-tab-menu ul {
    margin: 0;
    padding: 0;
}

.side-tab-menu ul li {
    display: block;
    float: none;
    font-size: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #f3f3f7;
    margin-right: 0;
}

.side-tab-menu ul li a {
    display: block;
    color: #9499a3;
    padding: 10px 15px 10px 30px;
}

.side-tab-menu ul li.active a {
    background: #f0f0f3;
    border-right: 4px solid #4e73df;
    color: #4e73df;
    border-bottom: none;
}


/*sidebar tab*/
input.select2-search__field:focus {
    outline: none !important;
}

span.select2-selection.select2-selection--single {
    outline: none !important;
}

.select2-container .select2-selection--single {
    height: 30px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2 !important;
}
