body {
  overflow-x: hidden;
}

.list-unstyled {
  padding-right: 0;
}

.owl-carousel {
  direction: ltr;
}

.owl-carousel .owl-item {
  direction: rtl;
}
.odometer.odometer-auto-theme {
  direction: ltr;
}

/* login */
.padding_section {
  padding: 70px 0;
}

.login {
  background-color: var(--main-extra);
}
.login .form_box {
  padding: 50px 0;
  background-color: #fff;
}
#email-error {
  color: red;
  font-size: 14px;
}

.form_login p {
  font-size: 14px;
  text-align: center;
}
.form_login a {
  color: var(--main-base);
  font-weight: bold;
}
.attention {
  color: red;
  font-size: 13px;
}
/* change image */
.avatar-upload {
  position: relative;
  border: 2px solid var(--main-extra);
}
.avatar-upload .avatar-edit {
  position: absolute;
  z-index: 1;
  bottom: -40px;
  right: 0;
  left: 0;
  background-color: var(--main-base);
  transition: 0.5s;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  width: 100%;
  height: 40px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
.avatar-upload .avatar-edit:hover {
  background: var(--main-primary);
}

.avatar-upload .avatar-preview {
  width: 100%;
  height: 250px;
  position: relative;
  padding: 4px;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* select 2 */
.select2-container {
  width: 100% !important;
}
.select2-container .selection .select2-selection--single {
  width: 100%;
  height: 45px;
  border: none;
  background-color: var(--main-extra);
  padding-right: 15px;
  padding-left: 15px;
  outline: none;
  font-size: 14px;
  color: var(--main-gray);
  display: block;
  border-radius: 0;
}
.select2-container .select2-selection__rendered {
  height: 100%;
  display: flex !important;
  align-items: center;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100% !important;
  left: 10px !important;
}
.select2-container--open .select2-dropdown {
  border: 1px solid #eee !important;
  background-color: #e2e2e2 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e2e2e2 !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px !important;
  color: var(--main-gray) !important;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field::placeholder {
  color: #aaa;
  font-size: 14px;
}
.select2-results__option {
  padding: 3px 6px !important;
  font-size: 15px !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--main-base) !important;
}
.select2-container--default .select2-selection--multiple {
  width: 100%;
  border: none !important;
  background-color: var(--main-extra) !important;
  padding-right: 15px;
  padding-left: 15px;
  outline: none;
  font-size: 14px;
  color: var(--main-gray);
  display: block;
  min-height: 45px;
  border-radius: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-right: 5px;
  margin-left: 0;
}
.select2-selection--multiple .select2-selection__choice {
  min-width: 110px;
  padding: 3px 8px 3px 28px !important;
  border: 0px solid #ddd !important;
  background-color: #fff !important;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border: 0 !important;
  height: 100%;
  left: 6px !important;
}
.select2-search.select2-search--inline {
  display: none !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: transparent;
}
/* file input */

.file-input {
  display: inline-block;
  position: relative;
  height: 45px;
  width: 100%;
  border: none;
  background-color: var(--main-extra);
  padding-right: 15px;
  padding-left: 15px;
  outline: none;
  font-size: 14px;
  color: var(--main-gray);
  cursor: pointer;
}

.file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: var(--main-primary);
  color: #000;
  padding: 9px 15px;
  margin-right: -15px;
  border: 0;
  height: 100%;
  font-size: 16px;
  margin-left: 10px;
}

.add_link {
  position: absolute;
  left: 0;
  padding: 2px 20px;
  top: 0;
  font-size: 13px;
}

/* account dashboard */
.bg_gray {
  background-color: var(--main-extra);
  padding: 60px 0;
}
.bg_gray .container {
  background-color: #fff;
  padding: 20px 20px;
}
.dashboard .container {
  background-color: transparent;
  padding: 0;
}
.dashboard .profile_avatar {
  text-align: center;
}
.dashboard .profile_avatar img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 10px;
  box-shadow: 0px 0px 0px 2px var(--main-base);
  padding: 6px;
  margin-bottom: 20px;
}
.dashboard .card {
  border: 0;
  /* box-shadow: 0px 0px 0px 1px #eee; */
}
.dashboard .profile_name h4 {
  font-size: 22px;
  color: var(--main-black);
  font-weight: bold;
}
.dashboard .profile_name span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  color: var(--main-gray);
  margin-top: 3px;
  margin-bottom: 30px;
}
.dashboard .menu-col {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
}
.dashboard .menu-col li {
  margin-bottom: 4px;
}
.dashboard .menu-col li a {
  padding: 5px 10px;
  display: block;
  color: var(--main-gray);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 16px;
  transition: 0.5s;
}
.dashboard .menu-col li a:hover {
  background-color: var(--main-base);
  color: #fff;
}
.dashboard .menu-col li a.active {
  background-color: var(--main-primary);
  color: #fff;
}
.dashboard .menu-col i {
  margin-right: 0;
  margin-left: 10px;
  font-size: 13px;
}
.dashboard .menu-col li a.active i {
  color: #ffffff;
}

.dashboard .symbol i {
  color: var(--main-primary);
  margin-top: 5px;
  font-size: 30px;
}
.title_account {
  font-size: 19px;
}

.dashboard .personal_information {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.dashboard .personal_information li {
  font-size: 16px;
  width: 50%;
  margin-bottom: 14px;
}
.dashboard .personal_information li span {
  font-size: 16px;
  color: var(--main-base);
  min-width: 165px;
  display: inline-block;
}
button.thm-btn {
  border: 0;
}
.edit_work {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: red;
  font-size: 13px;
  padding: 2px 10px;
  color: #fff !important;
}
.modal .close {
  position: absolute;
}
.add_jornalist {
  display: unset;
  font-size: 13px;
  padding: 10px;
}

@media (max-width: 992px) {
  .dashboard .personal_information li {
    width: 100%;
  }
}

/* filter  */
.filter .new_text {
  font-size: 15px;
  margin-bottom: 15px;
}
.filter .comment-form__input-box input,
.filter .comment-form__input-box select {
  font-size: 14px;
  height: 45px;
  border: 0;
}
.filter .thm-btn {
  padding: 6px;
  min-width: 150px;
}
/* team_social */
.team_social .text p a {
  color: var(--main-gray) !important;
  font-size: 16px !important;
}
.team_social .icon span {
  font-size: 15px !important;
  position: relative;
  top: 1px;
}
.team-details__top-right .get-to-know__points li .text p {
  color: var(--main-gray) !important;
  font-size: 16px !important;
}

.edit_profile .avatar-upload .avatar-preview {
  max-width: 220px;
  height: 100px;
}
.edit_profile .avatar-upload {
  border: 0;
}
.edit_profile .avatar-upload .avatar-edit {
  position: absolute;
  width: 100px;
  bottom: 25px;
  right: 200px;
}
.edit_profile .avatar-upload .avatar-edit input + label {
  height: 35px;
}
/* account_dropdown */

.account_dropdown .profile {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.account_dropdown .profile h3 {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: 600;
}
.account_dropdown .profile p {
  line-height: 1;
  font-size: 14px;
  opacity: 0.6;
}
.account_dropdown .profile .img-box {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.account_dropdown .profile .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account_dropdown .menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
}
.account_dropdown .menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.account_dropdown .menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.account_dropdown .menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
  padding: 10px 0;
}

.account_dropdown .menu ul li {
  list-style: none;
}

.account_dropdown .menu ul li:hover {
  background: #eee;
}

.account_dropdown .menu ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 2px 20px;
  gap: 6px;
  font-size: 13px;
}

.account_dropdown .menu ul li a i {
  color: var(--main-base);
}
.add_new_link {
  float: left;
  margin-top: -56px;
  padding: 3px 17px;
  font-size: 14px;
}
/* rate_star */
.rate_star {
  list-style: none;
  padding: 0;
  margin-top: 8px;
}
.rate_star li {
  display: inline-block;
  font-size: 17px;
  color: #fed700;
}
.rate_star li .gray{
  color: var(--main-gray);
  opacity: .5;
}
/* write rate */
.rating {
  display: table;
}
.rating > input {
  display: none;
}
.rating > label:before {
  margin: 3px;
  font-size: 17px;
  font-family: "Font Awesome 5 free";
  display: inline-block;
  content: "\f005";
  font-weight: 700;
}

.rating > label {
  color: #ddd;
  float: left;
}
.rating > input:checked ~ label {
  color: #fed700;
  font-weight: 700;
}
.rating:not(:checked) > label:hover {
  color: #fed700;
}
.rating:not(:checked) > label:hover ~ label {
  color: #fed700;
  font-weight: 700;
}
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover {
  color: #ffe552;
  font-weight: 700;
}
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #ffe552;
  font-weight: 700;
}
/**/
.rating_form {
  padding: 10px;
}
.rating_form h3 {
  background-color: var(--main-base);
  font-size: 17px;
  margin-bottom: 25px;
  padding: 15px;
  color: #fff;
}
.rating_form .close {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  top: 18px;
  right: 20px;
}
.rating_form h5 {
  font-size: 16px;
  margin-bottom: 7px;
}
.rating_form .thm-btn {
  padding: 8px 40px;
}
.rating_form form{
  padding: 0 10px;
}
/* overall_rate page account */
.overall_rate h5{
  font-size: 40px;
  font-weight: bold;
}
.overall_rate h5 span{
  font-size: 18px;
  font-weight: normal;
  color: var(--main-gray);
  letter-spacing: 7px;
}
.overall_rate h6{
  font-size: 15px;
  color: var(--main-gray);
  margin-top: 13px;
  margin-bottom: 20px;
}
.overall_rate h6 span{
  font-weight: bold;
  color: var(--main-primary);
}
.overall_rate .progress{
  max-width: 75%;
  height: 14px;
  width: 100%;
  border-radius: 15px;
}
.overall_rate .progress .progress-bar{
  background-color: #fed700;
}
.overall_rate .all span{
  font-size: 15px;
  min-width: 41px;
}
.overall_rate .all span i{
  font-size: 10px;
}
.overall_rate .all span.total{
  color: var(--main-gray);
  text-align: center;
}
/* table_rate */
.table_rate thead td{
  background-color: var(--main-base);
  color: #fff;
  font-size: 15px;
}
.table_rate tbody td{
  font-size: 15px;
}
.table_rate tbody td a{
  color: var(--main-primary);
}
.checkbox_select{
  display: flex;
  flex-wrap: wrap;
}
.checkbox_select .checked-box{
  width: 50%;
  margin-bottom: 5px;
}
@media(max-width:500px){
  .checkbox_select .checked-box{
    width: 100%;
  }
}