@media screen and (max-width: 991.98px) {
  .header__logo {
    width: 75px;
    height: 40px;
  }
}
.header__item-action-btn-main {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  border-radius: 100%;
  position: relative;
  margin-left: 25px;
  transition: all 0.3s ease 0s;
}
.header__item-action-btn-main:hover, .header__item-action-btn-main.active {
  transition: all 0.3s ease 0s;
  background-color: #8C96B1;
}
.header__item-dropdown {
  position: absolute;
  background-color: white;
  padding: 25px;
  border: 1px solid #DDE0EA;
  top: calc(100% + 30px);
  right: 0;
  width: 530px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 640px) {
  .header__item-dropdown {
    width: 350px;
    padding: 10px;
    position: fixed;
    top: 95px;
    right: 20px;
  }
}
@media screen and (max-width: 370px) {
  .header__item-dropdown {
    width: 290px;
    right: 10px;
  }
}
.header__item-dropdown::-webkit-scrollbar {
  display: none;
}
.header__item-dropdown.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0s;
}
.header__item-action-btn {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: rgba(18, 30, 71, 0.5) url("../_img2/icon/user-profile/dots.svg") no-repeat center center;
}
.header__item-action-btn:hover, .header__item-action-btn.active {
  transition: all 0.3s ease 0s;
  background: #F7F7F7 url("../_img2/icon/user-profile/dots_gray.svg") no-repeat center center;
}
.header__item-action-dropdown {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  z-index: 4;
  top: calc(100% + 10px);
  left: 0;
  background-color: white;
  width: 255px;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0px 10px 16px 0px rgba(0, 16, 73, 0.27);
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 1720px) {
  .header__item-action-dropdown {
    left: auto;
    right: 0;
  }
}
.header__item-action-dropdown.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: opacity 0.4s ease;
}
.header__item-action-dropdown:before {
  content: "";
  border-width: 12px 12px 0 0;
  border-style: solid;
  border-color: white;
  display: flex;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 10px;
}
@media screen and (max-width: 1720px) {
  .header__item-action-dropdown:before {
    left: auto;
    right: 10px;
  }
}
.header__item-action-dropdown-item {
  padding: 8px 25px;
  width: 100%;
  text-align: justify;
  color: #121e47;
}
.header__item-action-dropdown-item_orng {
  color: #f36949;
}
@media screen and (max-width: 991.98px) {
  .header .account {
    margin-left: 10px;
  }
}
.header .account-messages {
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .header .account-messages {
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
}
.header .account-messages__section:not(:last-child) {
  margin-bottom: 10px;
}
.header .account-messages__section-date {
  margin-bottom: 10px;
}
.header .account-messages .title {
  margin-bottom: 25px;
}
.header .account-messages .text {
  color: #8C96B1;
  font-size: 16px;
}
.header .account-messages .author {
  transition: all 0.3s ease 0s;
  border-radius: 10px;
  padding: 5px;
  position: relative;
}
.header .account-messages .author:hover {
  background-color: #F7F7F7;
}
.header .account-messages .author__avatar {
  width: 90px;
  height: 90px;
  min-width: 90px;
}
@media screen and (max-width: 640px) {
  .header .account-messages .author__avatar {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
.header .account-messages .author__name {
  font-size: 16px;
  color: #121e47;
  margin-bottom: 5px;
  font-family: "Gilroy-SemiBold", sans-serif;
}
.header .account-messages .author .text {
  color: #121e47;
  font-size: 13px;
  margin-bottom: 5px;
  font-family: "Montserrat-Regular", sans-serif;
}
.header .account-messages .author .text_orng {
  color: #f36949;
  font-family: "Montserrat-Regular", sans-serif;
}
.header .account-messages .author .btn__circle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .header .account-messages .author .btn__circle {
    top: 5px;
    right: 5px;
  }
}
.header .account-messages__btns-wrapper {
  flex-wrap: wrap;
}
.header .account-messages__btns-wrapper .btn {
  border-width: 1px;
  padding: 10px 30px;
  font-size: 13px;
  font-family: "Montserrat-Regular", sans-serif;
}
@media screen and (max-width: 640px) {
  .header .account-messages__btns-wrapper .btn {
    width: 100%;
  }
  .header .account-messages__btns-wrapper .btn:not(:last-child) {
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.header .account-messages__btns-wrapper .btn:not(:last-child) {
  margin-right: 8px;
}
.header .account-messages__btns-wrapper .btn__second {
  color: #f36949;
  background-color: white;
}
.header .account-messages__btns-wrapper .btn__second:hover {
  background-color: #f36949;
  color: white;
}
.header .account-messages .gallery-inner__item-action {
  position: relative;
}
.header .account-messages .gallery-inner__item-action-btn {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: rgba(18, 30, 71, 0.5) url("../_img2/icon/user-profile/dots.svg") no-repeat center center;
}
.header .account-messages .gallery-inner__item-action-btn:hover, .header .account-messages .gallery-inner__item-action-btn.active {
  transition: all 0.3s ease 0s;
  background: #F7F7F7 url("../_img2/icon/user-profile/dots_gray.svg") no-repeat center center;
}
.header .account-messages .gallery-inner__item-action-btn_reverse {
  background: #F7F7F7 url("../_img2/icon/user-profile/dots_gray.svg") no-repeat center center;
}
.header .account-messages .gallery-inner__item-action-btn_reverse:hover, .header .account-messages .gallery-inner__item-action-btn_reverse.active {
  background: rgba(18, 30, 71, 0.5) url("../_img2/icon/user-profile/dots.svg") no-repeat center center;
}
.header .account-messages .gallery-inner__item-action-btn_editor {
  background: rgba(18, 30, 71, 0.5) url("../_img2/icon/user-profile/edit.svg") no-repeat center center;
}
.header .account-messages .gallery-inner__item-action-btn_editor:hover, .header .account-messages .gallery-inner__item-action-btn_editor.active {
  background: rgba(18, 30, 71, 0.5) url("../_img2/icon/user-profile/edit.svg") no-repeat center center;
}
.header .account-messages .gallery-inner__item-action-dropdown {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  z-index: 4;
  top: calc(100% + 10px);
  right: 0;
  background-color: white;
  width: 255px;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0px 10px 16px 0px rgba(0, 16, 73, 0.27);
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 1720px) {
  .header .account-messages .gallery-inner__item-action-dropdown {
    left: auto;
    right: 0;
  }
}
.header .account-messages .gallery-inner__item-action-dropdown.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: opacity 0.4s ease;
}
.header .account-messages .gallery-inner__item-action-dropdown:before {
  content: "";
  border-width: 12px 12px 0 0;
  border-style: solid;
  border-color: white;
  display: flex;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 10px;
}
@media screen and (max-width: 1720px) {
  .header .account-messages .gallery-inner__item-action-dropdown:before {
    left: auto;
    right: 10px;
  }
}
.header .account-messages .gallery-inner__item-action-dropdown-item {
  padding: 8px 25px;
  width: 100%;
  text-align: justify;
  color: #121e47;
}
.header .account-messages .gallery-inner__item-action-dropdown-item_orng {
  color: #f36949;
}
@media screen and (max-width: 991.98px) {
  .header .account-messages .gallery-inner__btn {
    height: 70px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 479.98px) {
  .header .account-messages .gallery-inner__btn {
    height: 70px;
    width: 250px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .header__lang {
    display: none;
  }
}
.header__btns-wrapper_mob {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .header__btns-wrapper_mob {
    display: flex;
  }
}
@media screen and (max-width: 370px) {
  .header__btns-wrapper_mob {
    display: none;
  }
}
.header__btn-circle {
  width: 37px;
  height: 37px;
  background-color: #F7F7F7;
  border-radius: 100%;
  position: relative;
  margin: 0 5px;
  transition: all 0.3s ease 0s;
}
.header__btn-circle:hover {
  transition: all 0.3s ease 0s;
  background-color: #8c96b1;
}
.header__btn-circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn__circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  border: 1.5px solid transparent;
}
.btn__circle:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 100%;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f36949;
}
.btn__circle:hover {
  border: 1.5px solid #f36949;
}

/*# sourceMappingURL=_header_new.css.map */
