.dashboard-fix-css-all a{
    text-decoration: none !important;
    color: #000 !important;
}
.box-user-profile-shadown{
    border: 1px solid rgb(241, 241, 241);
    background-color: #f8fbfe;
}
.set-padding-box{
    padding: 15px;
}
/* ============User profile Left============ */
.user-profile-left .content-setting-title {
    padding-left: 15px;
}

/* ============User profile Center============ */
.user-profile-center label {
    font-size: smaller;
    color: rgb(128, 128, 128);
}

.user-profile-center input,
select, textarea {
    width: 100%;
    border: 1px solid rgb(235, 235, 235);
    padding: 5px !important;
    outline: none;
    background-color: #ffffff;
    color: #000;
}

.btn-save-user-profile{
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 5px 10px;
    color: #ffffff;
    background-color: rgb(11, 153, 209);
}
/* ===================User profile Right=========== */
.dashboard-user-profile-company-image img {
    max-width: 100px;
}
.dashboard-user-profile-company-image input[type="file"] {
    display: none;
}
.img-upload-user-profile{
    max-width: 150px;
    min-width: 150px;
    height: 150px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.img-upload-file{
    max-width: 250px;
    min-width: 200px;
    height: 250px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.custom-file-upload{
    width: 150px;
    padding: 5px;
    border: 1px solid rgb(11, 153, 209);
    color: rgb(34, 34, 34);
    text-align: center;
}

/* ==================List company================ */
.dashboard-card-list-company{
    padding: 10px 25px 25px 25px;
    box-shadow: 0px 0px 10px rgb(211, 211, 211);
}
.dashboard-list-company-image img{
    max-width: 100%;
    max-height: 175px;
    background-color: antiquewhite;
}
.dashboard-button{
    width: 130px;
    padding: 5px 10px;
    color: #444444;
    text-align: center;
    margin-right: 5px;
    float: left;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid rgb(241, 241, 241);
    margin-top: 30px;
}
.dashboard-button:hover{
    border: 1px solid #fff;
    transition: 0.3s;
    color: #ffffff;
}
.button-edit:hover{
    background-color: rgb(11, 153, 209);
    color: #ffffff !important;
}
.button-delete:hover{
    background-color: rgb(255, 101, 101);
}

/* =================Add company=========== */
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid rgb(241, 241, 241);
    border-radius: 4px;
    cursor: text;
    max-width: 100%;
    outline: none;
}
.select2-container .select2-search--inline .select2-search__field{
    margin: 0px;
    outline: none;
}
.user-profile-center input, select {
    padding: 0px;
    outline: none;
}
/* buttons */

.primary-btn {
	display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    background-color: #1e4080;
    width: 100%;
}
.pagination .page-item.active .page-link {
    background-color: #1f4180 !important;
}

