
.emp-profile{
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 70%;
    height: 100%;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5{
    color: #333;
}
.profile-head h6{
    color: #0062cc;
}
.profile-edit-btn{
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating{
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom:2px solid #0062cc;
}
.profile-work{
    padding: 14%;
    margin-top: -15%;
}
.profile-work p{
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.profile-work a{
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: #0062cc;
}

.rotation-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .rotation-list label {
    display: block;
    margin-bottom: 5px;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}
/* Style adjustment for the single select dropdown */
.select2-container--default .select2-selection--single {
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.select2-selection__rendered {
    line-height: 36px !important;
}
.select2-selection__arrow {
    height: 36px !important;
}
.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .account-connections {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}
.title {
    color: #333;
    text-align: center;
}
.connected-accounts, .available-providers {
    margin-top: 20px;
}
.account-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.account-item label {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.account-item input[type="radio"] {
    margin-right: 10px;
}
.socialaccount_provider {
    margin-right: 10px;
    font-weight: bold;
}
.remove-btn {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}
.socialaccount_providers {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.socialaccount_providers li {
    flex: 1 0 calc(50% - 10px);
}
.socialaccount_providers a {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
}
.socialaccount_providers a:hover {
    background-color: #e9ecef;
}
.provider-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}



  .nav-pills .nav-link {
    transition: all 0.3s ease;
  }
  .nav-pills .nav-link:hover {
    background-color: rgba(0, 123, 255, 0.1);
    transform: translateX(5px);
  }
  .nav-pills .nav-link.active {
    transform: translateX(10px);
  }

  .tab-content > .tab-pane {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
  }
  .tab-content > .active {
    opacity: 1;
  }

.profile-left-column {
   min-height: 150px !important;
  }


  .small-box {
    position: relative;
    transition: all 0.3s ease;
  }
  
  .small-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .small-box .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.3;
    font-size: 70px;
  }
  
  .small-box .inner {
    padding: 20px;
  }
  
  .small-box .small-box-footer {
    position: relative;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
  }
  
  .small-box .small-box-footer:hover {
    background: rgba(0,0,0,0.15);
  }
  