.donordashboard {
  padding-bottom: 111px;
}
.donordashboard .wrap {
  background: #F8F8F8;
}
.donordashboard .inner {
  padding: 0px 52px;
}
.donordashboard .myTrend {
  margin: 0px;
}
.donordashboard .boxesSection {
  margin: 45px 0px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.donordashboard .boxesSection > li {
  width: 100%;
  margin-bottom: 55px;
}
.donordashboard .boxesSection > li.half {
  width: calc(50% - 33px);
}
.donordashboard .Title {
  color: #060000;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
}
.donordashboard .Title.orange {
  color: #e27025;
}
@media (max-width: 1180px) {
  .donordashboard .inner {
    padding: 0px 22px;
  }
  .donordashboard .boxesSection > li.half {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .donordashboard {
    padding-bottom: 33px;
  }
  .donordashboard .container {
    padding: 0px;
  }
  .donordashboard .Title {
    font-size: 22px;
    line-height: 27px;
  }
  .donordashboard .boxesSection {
    margin-top: 25px;
  }
  .donordashboard .boxesSection > li {
    margin-bottom: 40px;
  }
  .donordashboard .myTrend .screen {
    margin-top: 2px;
  }
}
.noBottAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.absoluteDivCreate {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.centerBgImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.centeredObjFit {
  object-fit: cover;
  object-position: center center;
}
.centerflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blueSection {
  background: #003b74;
  min-height: 240px;
  display: flex;
  align-items: center;
}
.blueSection .holder {
  width: 100%;
  padding: 22px 54px 22px;
  color: #fff;
}
.blueSection .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blueSection .cols > li {
  width: calc(50% - 12px);
}
.blueSection .message {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}
.blueSection .options {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 8px;
}
.blueSection .options > li {
  margin-bottom: 14px;
}
.blueSection .options > li + li {
  margin-left: 14px;
}
.blueSection .number {
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 0px 18px 0px;
  background: #fff;
  font-size: 25px;
  color: #003b74;
  font-weight: 700;
  min-width: 185px;
}
.blueSection .number.orange {
  color: #e27025;
}
.blueSection .arrowbtn {
  display: flex;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media (max-width: 1300px) {
  .blueSection .message {
    font-size: 40px;
  }
}
@media (max-width: 1110px) {
  .blueSection .holder {
    padding: 22px 22px 22px;
  }
  .blueSection .number {
    min-width: 165px;
    font-size: 23px;
  }
  .blueSection .message {
    font-size: 30px;
    padding-top: 4px;
  }
  .blueSection .options {
    padding-top: 0px;
  }
}
@media (max-width: 1300px) {
  .blueSection .cols > li {
    width: 100%;
  }
  .blueSection .cols > li:nth-child(2) {
    margin-top: 22px;
  }
  .blueSection .cols {
    justify-content: center;
  }
  .blueSection .message {
    text-align: center;
  }
  .blueSection .options {
    justify-content: center;
    padding-top: 0px;
  }
  .blueSection .options > li {
    margin: 0px 5px 10px !important;
  }
}
@media (max-width: 768px) {
  .blueSection {
    min-height: 168px;
  }
  .blueSection .message {
    font-size: 22px;
    line-height: 29px;
    padding-top: 0px;
  }
  .blueSection .number {
    height: 40px;
    font-size: 13px;
    min-width: 100px;
  }
  .blueSection .arrowbtn svg {
    height: 40px;
    width: auto;
  }
  .blueSection .cols > li:nth-child(2) {
    margin-top: 12px;
  }
  .blueSection .holder {
    padding-top: 27px;
  }
}
.donateBox .record {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 9px #ddd;
  overflow: hidden;
  padding: 19px 20px 19px;
  border-radius: 12px;
  margin-bottom: 12px;
  align-items: center;
}
.donateBox .record:last-child {
  margin-bottom: 0px;
}
.donateBox .cell {
  width: calc(16.6% - 11.66px);
  font-size: 16px;
  color: rgba(6, 0, 0, 0.88);
  padding: 0px 5px;
}
.donateBox .cell:nth-child(7) {
  width: 70px;
}
.donateBox .screen {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  margin-left: -10px;
  width: calc(100% + 20px);
  margin-top: 18px;
}
.donateBox .swiper-slide {
  width: 100%;
  min-width: 1360px;
}
.donateBox .user {
  display: flex;
  align-items: center;
}
.donateBox .pic {
  width: 47px;
  height: 47px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
}
.donateBox .pic img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.donateBox .info {
  width: calc(100% - 65px);
}
.donateBox .title {
  font-size: 16px;
  color: #060000;
}
.donateBox .subtitle {
  font-size: 14px;
  color: #9a9898;
}
.donateBox .icon {
  display: flex;
}
.donateBox .holder {
  position: relative;
}
.donateBox .nb {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  min-width: 20px;
  padding: 1px 1px 0px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #e27025;
  font-weight: 700;
  position: absolute;
  top: -3px;
  left: -1px;
  background: #fff;
}
.donateBox .text {
  font-size: 16px;
  color: rgba(6, 0, 0, 0.88);
}
.donateBox .value {
  font-size: 16px;
  color: rgba(6, 0, 0, 0.88);
  font-weight: 700;
}
.donateBox .status {
  font-size: 16px;
  position: relative;
  padding-left: 16px;
}
.donateBox .status.green {
  color: #17c133;
}
.donateBox .status.green:after {
  background: #17c133;
}
.donateBox .status.orange {
  color: #e27025;
}
.donateBox .status.orange:after {
  background: #e27025;
}
.donateBox .status:after {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  top: 6px;
}
.donateBox .docs {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color: #1F5385;
  font-weight: 700;
  text-decoration: underline;
  position: relative;
  padding-right: 15px;
}
.donateBox .docs:after {
  position: absolute;
  right: 0px;
  top: 1px;
  font-family: FontAwesome;
  content: '\f105';
  font-size: 20px;
  display: block;
}
@media (max-width: 768px) {
  .donateBox .text,
  .donateBox .value,
  .donateBox .cell,
  .donateBox .title,
  .donateBox .subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  .donateBox .status {
    font-size: 12px;
    line-height: 16px;
    padding-left: 12px;
  }
  .donateBox .status:after {
    width: 7px;
    height: 7px;
    top: 4px;
  }
  .donateBox .docs {
    font-size: 12px;
    line-height: 16px;
    padding-right: 11px;
  }
  .donateBox .docs:after {
    font-size: 15px;
    top: 0px;
  }
  .donateBox .screen {
    margin-top: 2px;
  }
  .donateBox .record {
    padding: 12px 9px 12px;
  }
  .donateBox .icon svg {
    width: 45px;
    height: auto;
  }
  .donateBox .swiper-slide {
    min-width: 880px;
  }
  .donateBox .pic {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .donateBox .info {
    width: calc(100% - 50px);
  }
  .donateBox .cell:nth-child(7) {
    width: 45px;
  }
  .donateBox .cell {
    width: calc(16.6% - 7.5px);
  }
  .donateBox .nb {
    font-size: 11px;
    height: 20px;
    min-width: 20px;
    left: -9px;
    top: -7px;
  }
}
.alertBox .record {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 9px #ddd;
  overflow: hidden;
  height: 84px;
  padding: 19px 50px 19px 25px;
  border-radius: 12px;
  margin-bottom: 12px;
  align-items: center;
}
.alertBox .record:last-child {
  margin-bottom: 0px;
}
.alertBox .screen {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  margin-left: -10px;
  width: calc(100% + 20px);
  margin-top: 18px;
}
.alertBox .swiper-slide {
  width: 100%;
  min-width: 640px;
}
.alertBox .cell {
  width: 50%;
  padding: 0px 5px;
}
.alertBox .user {
  display: flex;
  align-items: center;
}
.alertBox .pic {
  width: 47px;
  height: 47px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.alertBox .pic img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 100%;
}
.alertBox .info {
  width: calc(100% - 59px);
}
.alertBox .text {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  color: rgba(6, 0, 0, 0.88);
  font-weight: 700;
  text-align: right;
}
@media (max-width: 768px) {
  .alertBox .text,
  .alertBox .title {
    font-size: 12px;
    line-height: 16px;
  }
  .alertBox .screen {
    margin-top: 2px;
  }
  .alertBox .record {
    padding: 12px 9px 12px;
    height: auto;
  }
  .alertBox .swiper-slide {
    min-width: 345px;
  }
  .alertBox .pic {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .alertBox .info {
    width: calc(100% - 50px);
  }
}
.findNgo .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.findNgo .options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.findNgo .options > li + li {
  margin-left: 19px;
}
.findNgo .srchfield .field {
  background: #fff;
}
.findNgo .linkdiv {
  display: flex;
}
.findNgo .linkdiv .link {
  transition: all 0.35s;
  cursor: pointer;
  font-size: 16px;
  color: rgba(6, 0, 0, 0.88);
  font-weight: 700;
  text-decoration: underline;
}
.findNgo .choose {
  position: relative;
  height: 65px;
  background: #fff;
  border-radius: 27px;
  border: 1px solid #e8e8e8;
  width: 209px;
}
.findNgo .choose .customselect {
  display: block;
  height: 100%;
  cursor: pointer;
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0px 35px 0px 35px;
  font-size: 15px;
  color: rgba(6, 0, 0, 0.88);
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
.findNgo .choose:after {
  content: '\f107';
  font-family: fontawesome;
  display: flex;
  position: absolute;
  height: 100%;
  right: 37px;
  top: 0px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  pointer-events: none;
}
.findNgo .screen {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  margin-left: -10px;
  width: calc(100% + 20px);
  margin-top: 18px;
}
.findNgo .swiper-slide {
  width: 100%;
  min-width: 1360px;
}
.findNgo .table {
  background: #fff;
  box-shadow: 0px 0px 9px #ddd;
  border-radius: 12px;
}
.findNgo .user {
  display: flex;
  align-items: center;
}
.findNgo .pic {
  width: 54px;
  height: 54px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
}
.findNgo .pic img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.findNgo .info {
  width: calc(100% - 72px);
}
.findNgo .title {
  font-size: 16px;
  color: #060000;
  font-weight: 700;
}
.findNgo .subtitle {
  font-size: 14px;
  color: #9a9898;
}
.findNgo .items {
  display: flex;
  flex-wrap: wrap;
}
.findNgo .items > li {
  width: 25%;
  padding: 16px 30px 16px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1400px) {
  .findNgo .choose .customselect {
    padding-left: 15px;
  }
  .findNgo .srchfield .custominput {
    padding-left: 15px;
  }
}
@media (max-width: 1220px) {
  .findNgo .options {
    width: 100%;
  }
  .findNgo .options > li:nth-child(3) {
    max-width: calc(100% - 70px);
  }
  .findNgo .srchfield {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .findNgo .choose {
    height: 50px;
    width: 100%;
  }
  .findNgo .choose .customselect {
    font-size: 13px;
  }
  .findNgo .choose:after {
    right: 20px;
  }
  .findNgo .srchfield .field {
    height: 50px;
  }
  .findNgo .linkdiv {
    position: absolute;
    top: 6px;
    right: 0px;
  }
  .findNgo .linkdiv .link {
    font-size: 13px;
  }
  .findNgo .swiper-slide {
    min-width: 720px;
  }
  .findNgo .options {
    margin-top: 12px;
  }
  .findNgo .options > li {
    width: 100%;
    margin: 0px!important;
    max-width: none!important;
  }
  .findNgo .options > li + li {
    margin-top: 10px!important;
  }
  .findNgo .options > li:nth-child(2) {
    margin-top: 0px!important;
  }
  .findNgo .pic {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .findNgo .info {
    width: calc(100% - 50px);
  }
  .findNgo .title,
  .findNgo .subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  .findNgo .items > li {
    padding: 12px;
  }
}
.linkField .field {
  position: relative;
  min-height: 62px;
  background: #fff;
  border-radius: 12px;
  padding-right: 43px;
  padding-left: 23px;
  padding-top: 7px;
  padding-bottom: 5px;
  border: 1.5px solid #d9d9d9;
  width: 100%;
  display: flex;
  align-items: center;
}
.linkField .goarrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 43px;
  pointer-events: none;
}
.linkField .goarrow:after {
  font-family: FontAwesome;
  display: block;
  content: '\f105';
  color: #e27025;
  font-size: 20px;
}
.linkField .report {
  font-size: 16px;
  font-weight: 700;
  color: #060000;
  position: relative;
  padding-left: 32px;
}
.linkField .report:after {
  display: block;
  content: '';
  background: url(../images/pdficon.svg) no-repeat left 1px;
  position: absolute;
  top: -4px;
  left: 0px;
  width: 20px;
  height: 26px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .linkField .report {
    font-size: 13px;
    padding-left: 28px;
  }
  .linkField .report:after {
    background-size: 15px;
    width: 15px;
    height: 22px;
  }
  .linkField .field {
    padding-right: 20px;
    padding-left: 13px;
  }
}
.docItem .field {
  position: relative;
  min-height: 62px;
  background: #fff;
  border-radius: 12px;
  padding-right: 80px;
  padding-left: 23px;
  padding-top: 7px;
  padding-bottom: 5px;
  border: 1.5px solid #d9d9d9;
  width: 100%;
  display: flex;
  align-items: center;
}
.docItem .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  border: 1px solid #DEDEDE;
  position: absolute;
  right: 26px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}
.docItem .icon:after {
  font-family: fontawesome;
  content: "\f093";
  font-size: 17px;
  color: #e27025;
}
.docItem .report {
  font-size: 16px;
  font-weight: 700;
  color: #e27025;
  position: relative;
  padding-left: 32px;
}
.docItem .report:after {
  display: block;
  content: '';
  background: url(../images/pdficonorange.svg) no-repeat left 1px;
  position: absolute;
  top: -4px;
  left: 0px;
  width: 20px;
  height: 26px;
  pointer-events: none;
}
.docItem .deletBtn {
  position: absolute;
  right: -13px;
  display: flex;
  cursor: pointer;
  margin: auto;
  width: 27px;
  height: 27px;
  top: 0px;
  bottom: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  background: none;
}
.docItem .deletBtn svg {
  width: 100%;
  height: auto;
}
.docItem.correct .report {
  color: #060000;
}
.docItem.correct .report:after {
  background-image: url(../images/pdficon.svg);
}
.docItem.correct .icon:after {
  content: "\f00c";
  font-size: 21px;
  color: #17c133;
}
@media (max-width: 768px) {
  .docItem .report {
    font-size: 13px;
    padding-left: 28px;
  }
  .docItem .report:after {
    background-size: 15px;
    width: 15px;
    height: 22px;
  }
  .docItem .field {
    padding-right: 61px;
    padding-left: 13px;
    min-height: 50px;
  }
  .docItem .icon {
    width: 35px;
    height: 35px;
    right: 20px;
  }
  .docItem.correct .icon:after {
    font-size: 19px;
  }
  .docItem .deletBtn {
    width: 22px;
    height: 22px;
    right: -11px;
  }
}
.chatSystem {
  border-top: 1px solid #aba5a5;
  padding-top: 110px;
}
.chatSystem .item {
  display: flex;
}
.chatSystem .pic {
  overflow: hidden;
  border-radius: 100%;
  width: 72px;
  height: 72px;
  margin-right: 33px;
}
.chatSystem .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.chatSystem .info {
  width: calc(100% - 105px);
}
.chatSystem .users > li + li {
  margin-top: 45px;
}
.chatSystem .text {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: rgba(6, 0, 0, 0.88);
  margin-top: 15px;
}
.chatSystem .name {
  color: rgba(6, 0, 0, 0.88);
  font-size: 23px;
  font-weight: normal;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .chatSystem .name {
    font-size: 13px;
    line-height: 17px;
  }
}
.chatSystem .caption {
  font-size: 16px;
  color: #9a9898;
}
.chatSystem .item.sub {
  padding-left: 105px;
}
.chatSystem .item.sub .name {
  color: #e27025;
}
.chatSystem .reply .field {
  position: relative;
  height: 155px;
  border-radius: 8px;
  background: #F5F5F5;
  margin-top: 17px;
}
.chatSystem .reply .customtextarea {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 70px 15px 15px;
  color: rgba(6, 0, 0, 0.88);
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.chatSystem .sendbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  transition: all 0.35s;
  position: absolute;
  right: 20px;
  width: 27px;
  height: 27px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border: 0px;
  border-radius: 0px;
  background: url(../images/sendiconblack.svg) no-repeat;
}
@media (max-width: 768px) {
  .chatSystem {
    padding-top: 30px;
  }
  .chatSystem .pic {
    width: 40px;
    height: 40px;
    margin-right: 13px;
  }
  .chatSystem .info {
    width: calc(100% - 53px);
  }
  .chatSystem .caption {
    font-size: 13px;
  }
  .chatSystem .text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
  }
  .chatSystem .users > li + li {
    margin-top: 27px;
  }
  .chatSystem .item.sub {
    padding-left: 46px;
  }
  .chatSystem .sendbtn {
    background-size: 20px;
    right: 5px;
  }
  .chatSystem .reply .customtextarea {
    font-size: 14px;
    line-height: 20px;
    padding-right: 31px;
  }
}
.docPop {
  padding: 20px 0px!important;
}
.docPop .modal-dialog {
  max-width: 1213px;
  width: calc(100% - 40px);
  margin: 0px auto !important;
}
.docPop .wrap {
  padding: 59px 95px 100px;
  background: #fff;
}
.docPop .top {
  text-align: center;
  margin: 0px auto 35px;
  position: relative;
  max-width: 397px;
}
.docPop .titre {
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  color: #e27025;
}
@media (max-width: 768px) {
  .docPop .titre {
    font-size: 22px;
    line-height: 27px;
  }
}
.docPop .subtitre {
  color: #060000;
  font-size: 14px;
  margin-top: 7px;
}
.docPop .holder {
  overflow: hidden;
}
.docPop .units {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  width: calc(100% + 39px);
}
.docPop .units > li {
  margin-right: 39px;
  width: calc(33.33% - 39px);
  margin-bottom: 27px;
}
@media (max-width: 1060px) {
  .docPop .units > li {
    width: calc(50% - 39px);
  }
  .docPop .wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 768px) {
  .docPop {
    padding: 0px!important;
  }
  .docPop .modal-content {
    min-height: 100%;
    margin: auto!important;
  }
  .docPop .modal-dialog {
    width: 100%;
    pointer-events: visible;
    background: none;
    min-height: 100%!important;
    height: 100%;
  }
  .docPop .units > li {
    width: 100%;
    margin-right: 0px;
  }
  .docPop .units {
    width: 100%;
    padding-bottom: 20px;
  }
  .docPop .wrap {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 65px;
    padding-bottom: 50px;
  }
}
.donateDocPop {
  padding: 20px 0px!important;
}
.donateDocPop .modal-dialog {
  max-width: 775px;
  width: calc(100% - 40px);
  margin: 0px auto !important;
}
.donateDocPop .wrap {
  padding: 39px 42px 47px;
  background: #fff;
}
.donateDocPop .top {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 27px;
  margin-bottom: 33px;
  border-bottom: 1px solid #ddd;
}
.donateDocPop .data {
  padding-bottom: 31px;
  margin-bottom: 33px;
  border-bottom: 1px solid #ddd;
}
.donateDocPop .name {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  color: #e27025;
}
.donateDocPop .text {
  color: #003b74;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 768px) {
  .donateDocPop .text {
    font-size: 16px;
    line-height: 22px;
  }
}
.donateDocPop .info {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: #060000;
  line-height: 25px;
}
.donateDocPop .info > li {
  width: 50%;
  padding-right: 7px;
}
.donateDocPop .info span {
  color: #9a9898;
}
.donateDocPop .info a {
  color: #060000;
  margin-right: 20px;
}
.donateDocPop .info a[href] {
  transition: all 0.35s;
}
.donateDocPop .action {
  display: flex;
  padding-top: 27px;
}
.donateDocPop .Btn {
  min-width: 278px;
}
.donateDocPop .titre {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  color: #e27025;
  margin-bottom: 23px;
}
.donateDocPop .units {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.donateDocPop .units > li {
  width: calc(50% - 13px);
  margin-bottom: 27px;
}
@media (max-width: 1060px) {
  .donateDocPop .wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 768px) {
  .donateDocPop {
    padding: 0px!important;
  }
  .donateDocPop .modal-content {
    min-height: 100%;
    margin: auto!important;
  }
  .donateDocPop .modal-dialog {
    width: 100%;
    pointer-events: visible;
    background: none;
    min-height: 100%!important;
    height: 100%;
  }
  .donateDocPop .units > li {
    width: 100%;
    margin-right: 0px;
  }
  .donateDocPop .units {
    width: 100%;
  }
  .donateDocPop .wrap {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .donateDocPop .top {
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
  .donateDocPop .name {
    font-size: 16px;
  }
  .donateDocPop .info {
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px;
  }
  .donateDocPop .info > li {
    width: 100%;
    padding-right: 0px;
  }
  .donateDocPop .data {
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
  .donateDocPop .titre {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 18px;
  }
  .donateDocPop .action {
    padding-top: 0px;
  }
  .donateDocPop .Btn {
    min-width: 186px;
  }
}
.sendRequestPop {
  padding: 20px 0px!important;
}
.sendRequestPop .modal-dialog {
  max-width: 913px;
  width: calc(100% - 40px);
  margin: 0px auto !important;
}
.sendRequestPop .wrap {
  padding: 57px 90px 57px;
  background: #fff;
}
.sendRequestPop .title {
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  color: #060000;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .sendRequestPop .title {
    font-size: 22px;
    line-height: 27px;
  }
}
.sendRequestPop .holder {
  overflow: hidden;
}
.sendRequestPop .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sendRequestPop .cols > li:nth-child(1) {
  width: 45%;
  padding-right: 30px;
}
.sendRequestPop .cols > li:nth-child(2) {
  width: 55%;
  padding-left: 40px;
}
.sendRequestPop .inputField {
  height: auto;
}
.sendRequestPop .inputField + .inputField {
  margin-top: 16px;
}
.sendRequestPop .inputField .field.text {
  height: 167px;
}
.sendRequestPop .action {
  display: flex;
  padding-top: 50px;
}
.sendRequestPop .Btn {
  min-width: 224px;
}
@media (max-width: 1060px) {
  .sendRequestPop .cols > li:nth-child(1) {
    padding-right: 10px;
  }
  .sendRequestPop .cols > li:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .sendRequestPop {
    padding: 0px!important;
  }
  .sendRequestPop .modal-content {
    min-height: 100%;
    margin: auto!important;
  }
  .sendRequestPop .modal-dialog {
    width: 100%;
    pointer-events: visible;
    background: none;
    min-height: 100%!important;
    height: 100%;
  }
  .sendRequestPop .cols > li {
    width: 100%!important;
    padding: 0px!important;
  }
  .sendRequestPop .cols > li:nth-child(2) {
    margin-top: 16px;
  }
  .sendRequestPop .wrap {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .sendRequestPop .title {
    margin-bottom: 22px;
  }
  .sendRequestPop .inputField .field.text {
    height: 144px;
  }
  .sendRequestPop .action {
    padding-top: 32px;
  }
  .sendRequestPop .Btn {
    min-width: 188px;
  }
}
.inputField .uploadBtn {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0px;
  border-radius: 0px;
  background: none;
  height: 100%;
  font-size: 16px;
  color: #060000;
  width: 50px;
}
.inputField .uploadBtn + input {
  padding-right: 50px;
}
.inputField .subselector + input {
  padding-right: 105px;
}
.inputField .subselector {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 97px;
}
.inputField .subselector:after {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  height: calc(100% - 18px);
  width: 1px;
  background: #d9d9d9;
  pointer-events: none;
}
.inputField .subselector:before {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  color: #060000;
  right: 8px;
}
.publishToolPop {
  padding: 20px 0px!important;
}
.publishToolPop .modal-dialog {
  max-width: 1132px;
  width: calc(100% - 40px);
  margin: 0px auto !important;
}
.publishToolPop .wrap {
  padding: 43px 80px 57px;
  background: #fff;
}
.publishToolPop .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
  color: #060000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .publishToolPop .title {
    font-size: 25px;
    line-height: 30px;
  }
}
.publishToolPop .top {
  text-align: center;
  margin: 0px auto 35px;
  position: relative;
  max-width: 397px;
}
.publishToolPop .holder {
  overflow: hidden;
}
.publishToolPop .items {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  width: calc(100% + 39px);
}
.publishToolPop .items > li {
  margin-right: 39px;
  width: calc(33.33% - 39px);
  margin-bottom: 27px;
}
.publishToolPop .items > li.fullwidth {
  width: 100%;
}
.publishToolPop .action {
  display: flex;
  justify-content: center;
}
.publishToolPop .Btn {
  min-width: 286px;
}
@media (max-width: 1060px) {
  .publishToolPop .units > li {
    width: calc(50% - 39px);
  }
  .publishToolPop .wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 922px) {
  .publishToolPop .items > li {
    width: calc(50% - 39px);
  }
}
@media (max-width: 768px) {
  .publishToolPop {
    padding: 0px!important;
  }
  .publishToolPop .modal-content {
    min-height: 100%;
    margin: auto!important;
  }
  .publishToolPop .modal-dialog {
    width: 100%;
    pointer-events: visible;
    background: none;
    min-height: 100%!important;
    height: 100%;
  }
  .publishToolPop .items > li {
    width: 100%;
    margin-right: 0px;
  }
  .publishToolPop .items {
    width: 100%;
    padding-bottom: 20px;
  }
  .publishToolPop .wrap {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .publishToolPop .title {
    margin-bottom: 22px;
  }
}
.optionChoose {
  margin-bottom: 37px;
  position: relative;
}
.optionChoose .category {
  overflow: hidden;
  padding: 12px 12px 0px 12px;
  margin-left: -12px;
  width: calc(100% + 12px);
}
.optionChoose .category .swiper-slide {
  width: auto;
  margin-right: 11px;
  height: 64px;
}
.optionChoose .category .link {
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 14px;
  min-width: 214px;
  background: #F5F5F5;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 700;
  color: #060000;
  cursor: pointer;
  transition: 0.3s color;
}
.optionChoose .category .link.selected {
  background: #fff;
  box-shadow: 0px -3px 8px #eeeeee;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #060000 !important;
  cursor: default;
}
.optionChoose .category .link.selected:after {
  display: block;
  content: '';
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  height: 19px;
  z-index: 1;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 8px #eeeeee;
}
.optionChoose .menu {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 8px #eee;
  padding: 40px 46px 0px;
  position: relative;
  margin-top: -4px;
  border-top-left-radius: 0px;
}
.optionChoose .menu:after {
  display: block;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0px;
  height: 9px;
  z-index: 2;
  width: 100%;
  background: #fff;
  left: 0px;
}
.optionChoose .menu .list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  position: relative;
}
.optionChoose .menu .list > li {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #EAEAEA;
  width: calc(25% - 20px);
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.optionChoose .menu .item {
  position: relative;
  padding-left: 25px;
  display: flex;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
.optionChoose .menu .item .custinput {
  position: absolute;
  opacity: 0;
}
.optionChoose .menu .item .custinput:checked + .custlabel:after {
  background: #e27025;
  border-color: #e27025;
}
.optionChoose .menu .item .custlabel {
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: rgba(6, 0, 0, 0.88);
}
.optionChoose .menu .item .custlabel:after {
  position: absolute;
  top: 2px;
  left: 0px;
  border-radius: 100%;
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  border: 1px solid rgba(6, 0, 0, 0.88);
  transition: all 0.35s;
}
.optionChoose .menu .field {
  height: 33px;
  width: 111px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  margin-left: 11px;
}
.optionChoose .menu .field .custinput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 5px;
  color: rgba(6, 0, 0, 0.88);
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .optionChoose .menu .list > li {
    width: calc(33.33% - 20px);
  }
}
@media (min-width: 769px) {
  .optionChoose .list:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    left: 0px;
    bottom: 16px;
    pointer-events: none;
    background: #fff;
  }
}
@media (max-width: 768px) {
  .optionChoose .category {
    width: calc(100% + 34px);
  }
  .optionChoose .menu .list > li {
    width: calc(100% - 20px);
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
  .optionChoose .menu {
    padding: 20px 17px 20px;
  }
  .optionChoose .category .link {
    font-size: 15px;
    min-width: 188px;
  }
  .optionChoose .menu .list > li:last-child {
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .optionChoose .menu .item .custlabel {
    font-size: 13px;
  }
  .optionChoose .menu .item .custlabel:after {
    width: 11px;
    height: 11px;
    top: 4px;
  }
  .optionChoose .menu .item {
    padding-left: 22px;
  }
  .optionChoose .menu .field .custinput {
    font-size: 13px;
  }
}
.reportPopup {
  padding: 20px 0px!important;
}
.reportPopup .modal-dialog {
  max-width: 1132px;
  width: calc(100% - 40px);
  margin: 0px auto !important;
}
.reportPopup .wrap {
  padding: 43px 80px 40px;
  background: #fff;
}
.reportPopup .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
  color: #060000;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .reportPopup .title {
    font-size: 25px;
    line-height: 30px;
  }
}
.reportPopup .top {
  text-align: center;
  margin: 0px auto 35px;
  position: relative;
  max-width: 397px;
}
.reportPopup .holder {
  overflow: hidden;
}
.reportPopup .items {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  width: calc(100% + 78px);
}
.reportPopup .items > li {
  margin-right: 78px;
  width: calc(50% - 78px);
  margin-bottom: 27px;
}
.reportPopup .items > li.fullwidth {
  width: 100%;
}
.reportPopup .action {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.reportPopup .action .Btn {
  min-width: 230px;
}
.reportPopup .caption {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  margin-bottom: 12px;
  color: #060000;
}
.reportPopup .holdermap {
  position: relative;
  margin-bottom: 23px;
}
.reportPopup .holdermap .Btn {
  min-width: 151px;
  pointer-events: visible;
  font-size: 16px;
}
.reportPopup .holdermap .hold {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.reportPopup #map-report {
  height: 181px;
  border-radius: 11px;
  overflow: hidden;
  background: #AADAFF;
}
.reportPopup .toggleBtn {
  padding-top: 47px;
}
.reportPopup .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -24px;
}
.reportPopup .tags > li {
  margin-right: 11px;
  margin-bottom: 11px;
}
.reportPopup .tags .item {
  background: #e27025;
  color: #fff;
  position: relative;
  border-radius: 14px;
  padding: 12px 44px 12px 21px;
  min-width: 155px;
}
.reportPopup .tags .name {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}
.reportPopup .tags .delete {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  height: 100%;
  border-radius: 0px;
  background: url(../images/closeicon.svg) no-repeat center center;
  width: 40px;
}
@media (max-width: 1060px) {
  .reportPopup .items > li {
    width: calc(50% - 39px);
    margin-right: 39px;
  }
  .reportPopup .items {
    width: calc(100% + 39px);
  }
  .reportPopup .wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 922px) {
  .reportPopup .items > li {
    width: calc(50% - 39px);
  }
}
@media (max-width: 768px) {
  .reportPopup {
    padding: 0px!important;
  }
  .reportPopup .modal-content {
    min-height: 100%;
    margin: auto!important;
  }
  .reportPopup .modal-dialog {
    width: 100%;
    pointer-events: visible;
    background: none;
    min-height: 100%!important;
    height: 100%;
  }
  .reportPopup .items > li {
    width: 100%;
    margin-right: 0px;
  }
  .reportPopup .items {
    width: 100%;
    padding-bottom: 0px;
  }
  .reportPopup .wrap {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .reportPopup .title {
    margin-bottom: 12px;
  }
  .reportPopup .toggleBtn {
    padding-top: 0px;
  }
  .reportPopup .tags {
    padding-top: 20px;
  }
  .reportPopup .tags .item {
    min-width: 0px;
  }
  .reportPopup .action {
    padding-top: 30px;
  }
  .reportPopup .holdermap .Btn {
    height: 40px;
    font-size: 14px;
  }
}
.toggleBtn {
  display: flex;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
.toggleBtn .custinput {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.toggleBtn .custinput:checked + .custlabel:after {
  left: 4px;
}
.toggleBtn .custinput:checked + .custlabel:before {
  background: #060000;
}
.toggleBtn .custlabel {
  display: block;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  color: #060000;
  font-family: 'Roboto', sans-serif;
  padding-left: 53px;
  position: relative;
}
.toggleBtn .custlabel:before {
  display: block;
  content: '';
  width: 40px;
  height: 27px;
  background: #ccc;
  border-radius: 15px;
  position: absolute;
  top: -4px;
  left: 0px;
}
.toggleBtn .custlabel:after {
  display: block;
  content: '';
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: 16px;
  transition: 0.3s all;
}
@media (max-width: 768px) {
  .toggleBtn .custlabel {
    font-size: 13px;
    padding-left: 35px;
  }
  .toggleBtn .custlabel:before {
    height: 19px;
    width: 29px;
    top: -3px;
  }
  .toggleBtn .custlabel:after {
    height: 13px;
    width: 13px;
    left: 14px;
    top: 0px;
  }
  .toggleBtn .custinput:checked + .custlabel:after {
    left: 3px;
  }
}
.donateSection .myCover .editbtn {
  position: relative;
  top: auto;
  right: auto;
  margin: 0px;
  height: auto;
}
.donateSection .myCover .options {
  z-index: 1;
  position: absolute;
  right: 64px;
  top: 0px;
  flex-wrap: wrap;
  padding-top: 16px;
  height: 100%;
  display: flex;
  align-content: center;
  max-width: 190px;
  justify-content: flex-end;
}
.donateSection .myCover .options > li {
  margin-bottom: 16px;
}
.donateSection .myCover .options > li + li {
  margin-left: 10px;
}
.donateSection .myCover .viewBtn {
  display: flex;
  cursor: pointer;
}
.donateSection .myCover .info {
  padding-right: 207px;
}
.donateSection .itemCases .head {
  justify-content: flex-end;
}
.donateSection .itemCases .more {
  padding-left: 0px;
  margin-top: 0px!important;
}
@media (max-width: 1260px) {
  .donateSection .myCover .options {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .donateSection .myCover .viewBtn svg {
    width: 48px;
    height: auto;
  }
  .donateSection .myCover .options {
    top: 17px;
    right: 22px;
    height: auto;
  }
  .donateSection .myCover .options > li {
    margin-bottom: 10px;
  }
  .donateSection .myCover .info {
    padding-right: 133px;
  }
}
.customcheckbox {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  max-width: 60%;
}
.customcheckbox .custinput {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.customcheckbox .custlabel {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  color: rgba(6, 0, 0, 0.88);
  font-size: 16px;
}
.customcheckbox .custlabel:after {
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  transition: all 0.35s;
  width: 11px;
  height: 11px;
  border: 1px solid #707070;
  left: 0px;
  pointer-events: none;
}
.customcheckbox .custinput:checked + .custlabel {
  color: #17c133;
}
.customcheckbox .custinput:checked + .custlabel:before {
  content: "\f00c";
  font-family: fontawesome;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 5px;
  left: 2px;
  pointer-events: none;
  z-index: 1;
}
.customcheckbox .custinput:checked + .custlabel:after {
  background: #17c133;
  border-color: #17c133;
}
@media (max-width: 768px) {
  .customcheckbox .custlabel {
    font-size: 14px;
  }
  .customcheckbox .custinput:checked + .custlabel:before {
    top: 4px;
  }
  .customcheckbox .custlabel:after {
    top: 2px;
  }
}
.donationList .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.donationList .list > li {
  width: calc(50% - 37px);
  margin-bottom: 62px;
}
.donationList .wrap {
  position: relative;
  padding-top: 28px;
  padding-bottom: 40px;
  width: 100%;
}
.donationList .customcheckbox {
  margin-bottom: 37px;
}
.donationList .item {
  position: relative;
  height: 100%;
  border: 1px solid #eee;
  box-shadow: 0px 0px 10px #eee;
  min-height: 85px;
  padding: 0px 28px 0px 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 12px;
  background: #fff;
  border-bottom: 8px solid #e27025;
}
.donationList .item.green {
  border-bottom-color: #17c133;
}
.donationList .options {
  max-width: 40%;
  position: absolute;
  display: flex;
  align-items: center;
  top: 18px;
  right: 0px;
}
.donationList .options > li + li {
  margin-left: 7px;
}
.donationList .download {
  display: flex;
  cursor: pointer;
}
.donationList .comment {
  position: relative;
}
.donationList .comment .icon {
  display: flex;
}
.donationList .comment .number {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  min-width: 20px;
  padding: 1px 1px 0px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #e27025;
  font-weight: 700;
  position: absolute;
  top: -2px;
  left: 0px;
  background: #fff;
}
.donationList .more {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: rgba(154, 154, 154, 0.88);
  display: flex;
  width: 100%;
  padding-bottom: 17px;
  flex-wrap: wrap;
}
.donationList .more > li {
  position: relative;
  margin-right: 21px;
}
.donationList .more > li:last-child:before {
  display: none;
}
.donationList .more > li:before {
  display: block;
  content: '';
  position: absolute;
  right: -10px;
  top: 5px;
  width: 1px;
  height: 14px;
  pointer-events: none;
  background: rgba(154, 154, 154, 0.88);
}
.donationList .more .link {
  color: rgba(154, 154, 154, 0.88);
  transition: all 0.35s;
  position: relative;
  text-decoration: underline;
  cursor: pointer;
  padding-right: 12px;
  display: flex;
}
.donationList .more .link:after {
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: FontAwesome;
  content: '\f105';
  font-size: 20px;
  display: block;
}
.donationList .cols {
  display: flex;
  flex-wrap: wrap;
}
.donationList .cols > li:nth-child(1) {
  width: 45%;
}
.donationList .cols > li:nth-child(2) {
  width: 55%;
}
.donationList .title {
  font-size: 19px;
  line-height: 30px;
  font-weight: normal;
  color: #060000;
}
@media (max-width: 768px) {
  .donationList .title {
    font-size: 16px;
    line-height: 23px;
  }
}
.donationList .subtitle {
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  color: #003b74;
  margin-top: 11px;
}
.donationList .data {
  color: #9a9898;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  border-bottom: 1px solid rgba(112, 112, 112, 0.23);
  padding-bottom: 15px;
  margin-bottom: 22px;
}
.donationList .data > li + li {
  margin-top: 3px;
}
.donationList .data span {
  color: #060000;
}
.donationList .name {
  color: #060000;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
}
.donationList .contact {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: #060000;
  margin-top: 3px;
}
.donationList .contact > li {
  width: 50%;
  padding-right: 5px;
}
.donationList .contact a {
  color: #060000;
  transition: all 0.35s;
}
@media (max-width: 1400px) {
  .donationList .list > li {
    width: calc(50% - 17px);
  }
}
@media (max-width: 1070px) {
  .donationList .list > li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .donationList .cols > li {
    width: 100%!important;
  }
  .donationList .item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .donationList .list > li {
    margin-bottom: 15px;
  }
  .donationList .list > li:last-child {
    margin-bottom: 0px;
  }
  .donationList .download svg {
    width: auto;
    height: 33px;
  }
  .donationList .comment .icon svg {
    width: auto;
    height: 31px;
  }
  .donationList .comment .number {
    height: 17px;
    min-width: 17px;
    left: -6px;
    top: -6px;
    font-size: 12px;
  }
  .donationList .status {
    margin-bottom: 20px;
  }
  .donationList .title {
    font-size: 14px;
    line-height: 18px;
  }
  .donationList .subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-top: 7px;
  }
  .donationList .holder {
    margin-top: 15px;
  }
  .donationList .data,
  .donationList .name {
    font-size: 13px;
    line-height: 17px;
  }
  .donationList .contact {
    font-size: 13px;
    line-height: 17px;
  }
  .donationList .more {
    font-size: 13px;
    line-height: 17px;
  }
  .donationList .wrap {
    padding-bottom: 18px;
    padding-top: 22px;
  }
  .donationList .contact > li {
    width: 100%;
    padding-right: 0px;
  }
  .donationList .more > li {
    width: 100%;
    margin-right: 0px;
    display: flex;
  }
  .donationList .more > li:before {
    display: none;
  }
  .donationList .more > li + li {
    margin-top: 5px;
  }
  .donationList .more .link:after {
    font-size: 17px;
  }
  .donationList .customcheckbox {
    margin-bottom: 22px;
  }
}
.Requests {
  padding-bottom: 125px;
}
.Requests .wrap {
  background: #F8F8F8;
  padding-bottom: 65px;
}
.Requests .top {
  background: #003b74;
  position: relative;
  padding: 45px 50px 25px;
}
.Requests .top .info {
  color: #fff;
}
.Requests .top .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
}
@media (max-width: 768px) {
  .Requests .top .title {
    font-size: 25px;
    line-height: 30px;
  }
}
.Requests .top .caption {
  font-size: 18px;
  font-weight: 500;
}
.Requests .top .holder {
  display: flex;
  margin-top: 35px;
}
.Requests .top .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.Requests .top .group > li:nth-child(1) {
  width: calc(70% - 10px);
}
.Requests .top .group > li:nth-child(2) {
  width: calc(30% - 10px);
}
.Requests .top .statusBtn {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
.Requests .top .statusBtn:before {
  position: absolute;
  display: block;
  content: '';
  width: 40px;
  height: 27px;
  background: #17c133;
  border-radius: 16px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 18px;
  z-index: 1;
  pointer-events: none;
}
.Requests .top .statusBtn .custinput {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.Requests .top .statusBtn .custinput:checked + .custlabel:after {
  left: 22px;
}
.Requests .top .statusBtn .custlabel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 55px;
  border-radius: 28px;
  background: #fff;
  padding: 0px 43px 0px 73px;
  color: #17c133;
}
.Requests .top .statusBtn .custlabel:before {
  display: block;
  content: '';
  height: 8px;
  width: 8px;
  background: #17c133;
  margin: 0px 8px 0px 0px;
  border-radius: 100%;
}
.Requests .top .statusBtn .custlabel:after {
  position: absolute;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 100%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 36px;
  z-index: 1;
  transition: all 0.35s;
}
.Requests .options {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.Requests .options > li + li {
  margin-left: 10px;
}
.Requests .viewBtn {
  display: flex;
  cursor: pointer;
}
.Requests .editbtn {
  display: flex;
  cursor: pointer;
}
.Requests .inside {
  padding: 37px 61px 0px;
}
.Requests .sectiontitle {
  color: #e27025;
  font-size: 35px;
  font-weight: normal;
  line-height: 42px;
  font-weight: 700;
  border-bottom: 2px solid #E2E2E2;
  padding-bottom: 20px;
  margin-bottom: 43px;
}
@media (max-width: 768px) {
  .Requests .sectiontitle {
    font-size: 32px;
    line-height: 40px;
  }
}
.Requests .table {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  margin-left: -10px;
  width: calc(100% + 20px);
  margin-top: 18px;
}
.Requests .table .row {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 9px #ddd;
  overflow: hidden;
  padding: 16px 25px 16px 30px;
  border-radius: 12px;
  margin-bottom: 12px;
  align-items: center;
}
.Requests .table .row:last-child {
  margin-bottom: 0px;
}
.Requests .table .cell {
  width: calc(33.33% - 188.33px);
  font-size: 16px;
  color: rgba(6, 0, 0, 0.88);
  padding: 0px 5px;
}
.Requests .table .cell:nth-child(6) {
  width: 155px;
}
.Requests .table .cell:nth-child(7) {
  width: 70px;
}
.Requests .table .cell:nth-child(1) {
  width: 220px;
}
.Requests .table .cell:nth-child(3) {
  width: 120px;
}
.Requests .table .swiper-slide {
  width: 100%;
  min-width: 1350px;
}
.Requests .table .subtitre {
  font-size: 14px;
  color: #9a9898;
  margin-top: 2px;
}
.Requests .table .sublink {
  width: 100%;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  color: #9a9898;
  padding: 6px 0px 0px 23px;
}
.Requests .table .sublink a {
  color: #9a9898;
  text-decoration: underline;
}
.Requests .table .user {
  display: flex;
  align-items: center;
}
.Requests .table .user .pic {
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #ddd;
  width: 54px;
  height: 54px;
  margin-right: 12px;
}
.Requests .table .user .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.Requests .table .user .info {
  width: calc(100% - 66px);
}
.Requests .table .link {
  font-size: 12px;
  font-weight: 700;
  display: flex;
}
.Requests .table .link a {
  text-decoration: underline;
  color: #ACACAC;
}
.Requests .table .hold {
  display: flex;
  flex-wrap: wrap;
}
.Requests .table .choose {
  position: relative;
  min-width: 130px;
}
.Requests .table .choose .custselect {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding-left: 23px;
  padding-right: 28px;
}
.Requests .table .choose:after {
  position: absolute;
  top: 3.5px;
  left: 0px;
  width: 11px;
  height: 11px;
  background: #060000;
  border-radius: 100%;
  display: block;
  content: '';
}
.Requests .table .choose:before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  display: flex;
  content: '\f107';
  align-items: center;
  font-family: FontAwesome;
}
.Requests .table .choose.green .custselect,
.Requests .table .choose.green:before {
  color: #17c133;
}
.Requests .table .choose.green:after {
  background: #17c133;
}
.Requests .table .choose.orange .custselect,
.Requests .table .choose.orange:before {
  color: #e27025;
}
.Requests .table .choose.orange:after {
  background: #e27025;
}
.Requests .table .choose.red .custselect,
.Requests .table .choose.red:before {
  color: #ff0000;
}
.Requests .table .choose.red:after {
  background: #ff0000;
}
.Requests .table .choose.blue .custselect,
.Requests .table .choose.blue:before {
  color: #003b74;
}
.Requests .table .choose.blue:after {
  background: #003b74;
}
.Requests .table .holder {
  position: relative;
}
.Requests .table .holder .icon {
  display: flex;
}
.Requests .table .holder .nb {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  min-width: 20px;
  padding: 1px 1px 0px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #e27025;
  font-weight: 700;
  position: absolute;
  top: -3px;
  left: -1px;
  background: #fff;
}
@media (max-width: 1300px) {
  .Requests .top .title {
    font-size: 35px;
    line-height: 39px;
  }
  .Requests .top .caption {
    font-size: 16px;
  }
  .Requests .viewBtn,
  .Requests .editbtn {
    width: 60px;
  }
  .Requests .viewBtn svg,
  .Requests .editbtn svg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1180px) {
  .Requests .inside {
    padding-left: 22px;
    padding-right: 22px;
  }
  .Requests .top {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 768px) {
  .Requests {
    padding-bottom: 33px;
  }
  .Requests .group > li {
    width: 100%!important;
  }
  .Requests .container {
    padding: 0px;
  }
  .Requests .wrap {
    padding-bottom: 33px;
  }
  .Requests .caption {
    font-size: 15px;
  }
  .Requests .options {
    justify-content: center;
    padding-top: 20px;
  }
  .Requests .options > li {
    margin: 0px 5px 14px!important;
  }
  .Requests .top {
    text-align: center;
    padding: 35px 22px 15px;
  }
  .Requests .top .title {
    font-size: 22px;
    line-height: 29px;
  }
  .Requests .top .statusBtn .custlabel {
    height: 45px;
    padding: 0px 27px 0px 63px;
  }
  .Requests .top .statusBtn {
    font-size: 14px;
  }
  .Requests .top .statusBtn .custlabel:before {
    margin-right: 4px;
  }
  .Requests .top .statusBtn .custlabel:after {
    height: 14px;
    width: 14px;
    top: -1px;
  }
  .Requests .top .statusBtn:before {
    width: 35px;
    height: 21px;
  }
  .Requests .top .holder {
    justify-content: center;
    margin-top: 20px;
  }
  .Requests .sectiontitle {
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .Requests .table .swiper-slide {
    min-width: 870px;
  }
  .Requests .inside {
    padding: 22px 22px 0px;
  }
  .Requests .table .link {
    font-size: 11px;
  }
  .Requests .table .cell {
    width: calc(33.33% - 136.6px);
  }
  .Requests .table .cell:nth-child(6) {
    width: 120px;
  }
  .Requests .table .cell:nth-child(7) {
    width: 50px;
  }
  .Requests .table .cell:nth-child(1) {
    width: 150px;
  }
  .Requests .table .cell:nth-child(3) {
    width: 90px;
  }
  .Requests .table .row {
    padding: 12px 9px 12px;
  }
  .Requests .table .cell {
    font-size: 12px;
    line-height: 16px;
  }
  .Requests .table .user .pic {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .Requests .table .user .info {
    width: calc(100% - 50px);
  }
  .Requests .table .choose .custselect {
    font-size: 11px;
    padding-left: 14px;
    padding-right: 17px;
  }
  .Requests .table .sublink {
    padding-left: 14px;
    font-size: 11px;
    padding-top: 3px;
  }
  .Requests .table .choose {
    min-width: 90px;
  }
  .Requests .table .choose:after {
    width: 7px;
    height: 7px;
  }
  .Requests .table .holder .icon svg {
    width: 45px;
    height: auto;
  }
  .Requests .table .holder .nb {
    font-size: 11px;
    height: 20px;
    min-width: 20px;
    left: -9px;
    top: -7px;
  }
  .Requests .table .subtitre {
    font-size: 12px;
    line-height: 16px;
  }
}
.Expert {
  padding-bottom: 55px;
}
.Expert .wrap {
  background: linear-gradient(180deg, #ffffff 121px, #f8f8f8 0%);
  padding-bottom: 75px;
}
.Expert .top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 34px;
  padding-top: 41px;
}
.Expert .rate .subtitle {
  font-size: 20px;
  line-height: 25px;
  color: #060000;
}
.Expert .rate .bar {
  position: relative;
  height: 11px;
  border-radius: 9px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  width: 372px;
  margin-top: 8px;
}
.Expert .rate .progress {
  height: 100%;
  border-radius: 9px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.Expert .rate.red .progress {
  background: #ff0000;
}
.Expert .rate.green .progress {
  background: #17c133;
}
.Expert .rate.blue .progress {
  background: #003b74;
}
.Expert .rate.orange .progress {
  background: #e27025;
}
.Expert .rate.red .subtitle .nb {
  color: #ff0000;
}
.Expert .rate.green .subtitle .nb {
  color: #17c133;
}
.Expert .rate.blue .subtitle .nb {
  color: #003b74;
}
.Expert .rate.orange .subtitle .nb {
  color: #e27025;
}
.Expert .inner {
  padding: 0px 46px;
}
.Expert .profile {
  position: relative;
  margin-top: -102px;
}
.Expert .profile .pic {
  width: 205px;
  height: 205px;
  overflow: hidden;
  padding: 10px;
  background: #CAD5E1;
  border-radius: 100%;
  position: relative;
}
.Expert .profile .pic img {
  display: block;
  border-radius: 100%;
}
.Expert .profile .info {
  padding-top: 15px;
  margin-bottom: 22px;
}
.Expert .profile .name {
  color: #003b74;
  font-size: 46px;
  font-weight: 700;
}
.Expert .profile .caption {
  color: #003b74;
  font-size: 22px;
  font-weight: 700;
  margin-top: 3px;
}
.Expert .data {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
  align-items: center;
}
.Expert .data .hold {
  width: 39%;
  padding-right: 15px;
}
.Expert .data .options {
  width: 61%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
}
.Expert .data .options > li + li {
  margin-left: 47px;
}
.Expert .data .Btn {
  height: 48px;
}
.Expert .data .call {
  color: #060000;
}
.Expert .data .email {
  color: #060000;
  transition: all 0.35s;
  cursor: pointer;
}
.Expert .status {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 17px;
}
.Expert .status.green {
  color: #17c133;
}
.Expert .status.green:after {
  background: #17c133;
}
.Expert .status.red {
  color: #ff0000;
}
.Expert .status.red:after {
  background: #ff0000;
}
.Expert .status.orange {
  color: #e27025;
}
.Expert .status.orange:after {
  background: #e27025;
}
.Expert .status.blue {
  color: #003b74;
}
.Expert .status.blue:after {
  background: #003b74;
}
.Expert .status:after {
  position: absolute;
  display: block;
  content: '';
  top: 5px;
  width: 9px;
  height: 9px;
  left: 0px;
  border-radius: 100%;
  pointer-events: none;
}
.Expert .description {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: rgba(6, 0, 0, 0.88);
  max-width: 915px;
  margin-top: 47px;
}
.Expert .section {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #060000;
  border-top: 1px solid #ddd;
  padding-top: 35px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .Expert .section {
    font-size: 16px;
    line-height: 22px;
  }
}
.Expert .boxservices + .section {
  margin-top: 49px;
}
.Expert .boxservices {
  width: calc(100% + 10px);
  overflow: hidden;
  padding: 10px;
  margin-left: -10px;
  margin-top: 13px;
}
.Expert .boxservices .swiper-slide {
  width: calc(33.33% - 70px);
  margin-right: 70px;
  height: auto;
}
.Expert .boxservices .swiper-slide:last-child {
  margin-right: 0px;
}
.Expert .boxservices .swiper-wrapper {
  width: calc(100% + 75px);
}
.Expert .boxservices .item {
  background: #fff;
  display: block;
  box-shadow: 0px 0px 7px #ddd;
  border-radius: 12px;
  height: 100%;
  padding: 27px 25px 30px;
}
.Expert .boxservices .name {
  font-size: 16px;
  line-height: 23px;
  color: #e27025;
  font-weight: normal;
}
.Expert .boxservices .text {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: rgba(6, 0, 0, 0.88);
  margin-top: 13px;
}
.Expert .areaboxes {
  overflow: hidden;
  padding: 10px;
  margin-left: -10px;
  width: calc(100% + 10px);
  margin-top: 13px;
}
.Expert .areaboxes .swiper-slide {
  width: auto;
  margin-right: 16px;
}
.Expert .areaboxes .swiper-slide:last-child {
  margin-right: 0px;
}
.Expert .areaboxes .item {
  background: #fff;
  box-shadow: 0px 0px 7px #ddd;
  border-radius: 12px;
  height: 76px;
  padding: 17px 30px 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Expert .areaboxes .name {
  font-size: 16px;
  line-height: 23px;
  color: #e27025;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .Expert .data .options > li + li {
    margin-left: 15px;
  }
  .Expert .boxservices .swiper-slide {
    margin-right: 33px;
    width: calc(33.33% - 33px);
  }
  .Expert .boxservices .swiper-wrapper {
    width: calc(100% + 38px);
  }
}
@media (max-width: 1024px) {
  .Expert .boxservices .swiper-slide {
    width: 340px;
    margin-right: 25px;
  }
}
@media (max-width: 768px) {
  .Expert {
    padding: 20px 0px 50px;
  }
  .Expert .inner {
    padding: 0px;
  }
  .Expert .wrap {
    background: none;
    padding: 0px;
    position: relative;
  }
  .Expert .top {
    position: absolute;
    top: 137px;
    left: 0px;
    width: 100%;
    padding: 0px;
    justify-content: center;
    text-align: center;
    margin: 0px;
  }
  .Expert .rate .subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .Expert .rate .bar {
    width: 100%;
  }
  .Expert .rate {
    width: 100%;
  }
  .Expert .profile {
    margin: 0px;
    text-align: center;
  }
  .Expert .profile .pic {
    width: 124px;
    height: 124px;
    padding: 8px;
    margin: 0px auto 63px;
  }
  .Expert .profile .name {
    font-size: 23px;
    line-height: 27px;
  }
  .Expert .profile .caption {
    font-size: 14px;
    margin-top: 5px;
  }
  .Expert .data {
    justify-content: center;
  }
  .Expert .data .hold {
    width: 100%;
    padding-right: 0px;
    display: flex;
    justify-content: center;
  }
  .Expert .data .options {
    width: 100%;
    justify-content: center;
    padding-top: 20px;
    text-align: center;
  }
  .Expert .data .options > li {
    width: 100%;
  }
  .Expert .data .options > li:nth-child(1) {
    display: flex;
    justify-content: center;
  }
  .Expert .data .options > li + li {
    margin-left: 0px;
    margin-top: 13px;
  }
  .Expert .data .options .Btn {
    height: 41px;
  }
  .Expert .description {
    margin-top: 30px;
  }
  .Expert .section {
    padding-top: 25px;
    margin-top: 20px;
  }
  .Expert .boxservices {
    width: calc(100% + 32px);
  }
  .Expert .boxservices + .section {
    margin-top: 35px;
  }
  .Expert .boxservices .item {
    padding: 20px 10px 20px 15px;
  }
  .Expert .boxservices .swiper-slide {
    max-width: 70%;
  }
  .Expert .areaboxes {
    width: calc(100% + 32px);
  }
  .Expert .areaboxes .item {
    height: 55px;
    padding: 10px 25px 10px;
  }
}
@media (max-width: 768px) {
  .insideMenu .screen {
    width: auto;
  }
  .How .top .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .How .top .title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.How.v2 .top {
  padding-top: 35px;
}
@media (min-width: 769px) {
  .How.v2 .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.How.v2:after {
  display: none;
}
@media (max-width: 768px) {
  .How.v2 {
    padding-bottom: 0px;
  }
}
.drrTools {
  padding: 74px 0px 20px;
}
.drrTools .head {
  text-align: center;
  padding: 0px 0px 80px;
}
.drrTools .head .title {
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  color: #e27025;
}
@media (max-width: 768px) {
  .drrTools .head .title {
    font-size: 22px;
    line-height: 27px;
  }
}
.drrTools .head .hold {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.drrTools .head .Btn {
  min-width: 287px;
}
@media (max-width: 768px) {
  .drrTools {
    padding-top: 40px;
  }
  .drrTools .head .Btn {
    min-width: 187px;
  }
  .drrTools .head {
    padding-bottom: 40px;
  }
}
.infolist .list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.infolist .list > li {
  width: calc(50% - 18px);
  margin-bottom: 66px;
}
.infolist .item {
  border-radius: 33px;
  border: 1px solid #D1D1D1;
  height: 100%;
  padding: 29px 20px 29px 90px;
  position: relative;
}
.infolist .inner {
  display: flex;
  margin-top: 17px;
}
.infolist .Btn {
  min-width: 287px;
}
.infolist .icon {
  position: absolute;
  display: flex;
  top: 30px;
  left: 20px;
}
.infolist .icon img {
  display: block;
  object-fit: contain;
  max-height: 60px;
  max-width: 57px;
}
.infolist .name {
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  color: rgba(6, 0, 0, 0.88);
}
@media (max-width: 768px) {
  .infolist .name {
    font-size: 22px;
    line-height: 27px;
  }
}
.infolist .text {
  margin-top: 17px;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: rgba(6, 0, 0, 0.88);
}
.infolist .text .orange {
  font-weight: bold;
  color: #e27025;
}
@media (max-width: 1222px) {
  .infolist .Btn {
    min-width: 187px;
  }
}
@media (max-width: 900px) {
  .infolist .list > li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .infolist .list > li {
    margin-bottom: 17px;
  }
  .infolist .icon img {
    max-width: 45px;
    max-height: 45px;
  }
  .infolist .item {
    padding: 24px 12px 22px 72px;
    border-radius: 24px;
  }
  .infolist .name {
    font-size: 20px;
  }
  .infolist .text {
    margin-top: 7px;
  }
}
.riskMap .holder2 {
  position: relative;
}
.riskMap #mapContext {
  height: 560px;
  background: #AADAFF;
}
.riskMap .tagSwiper {
  padding: 28px 0px 0px;
}
.riskMap .tagSwiper .screen {
  width: 100%;
  overflow: hidden;
}
.riskMap .tagSwiper .swiper-slide {
  width: auto;
}
.riskMap .tagSwiper .name {
  color: #003b74;
  font-size: 16px;
  font-weight: 700;
}
.riskMap .tagSwiper .icon {
  margin-right: 11px;
  display: flex;
  align-items: center;
}
.riskMap .tagSwiper .icon img {
  display: block;
  object-fit: contain;
  max-width: 25px;
  max-height: 20px;
}
.riskMap .tagSwiper .item {
  transition: all 0.35s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #EDEDED;
  border-radius: 23px;
  min-width: 169px;
  padding: 0px 14px 0px;
}
.riskMap .box {
  position: absolute;
  z-index: 1;
  left: 32px;
  bottom: 32px;
  width: 208px;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: rgba(6, 0, 0, 0.88);
}
.riskMap .box .tab {
  background: #fff;
  box-shadow: 0px 0px 8px #ccc;
  display: flex;
  align-items: center;
  padding: 15px 21px 15px 21px;
  margin-bottom: 10px;
}
.riskMap .box .title {
  position: relative;
  padding-left: 37px;
}
.riskMap .box .title:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/remarkicon.svg) no-repeat 0px 0px;
  width: 26px;
  height: 26px;
}
.riskMap .box .wrap {
  background: #fff;
  box-shadow: 0px 0px 8px #ccc;
  padding: 21px 21px 21px;
}
.riskMap .box .list > li + li {
  margin-top: 5px;
}
.riskMap .box .item {
  color: rgba(6, 0, 0, 0.88);
  position: relative;
  padding-left: 17px;
  display: block;
}
.riskMap .box .item:after {
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  left: 0px;
  border-radius: 100%;
  background: rgba(6, 0, 0, 0.88);
  width: 9px;
  height: 9px;
}
.riskMap .box .item.red:after {
  background: #ff0000;
}
.riskMap .box .item.orange:after {
  background: #e27025;
}
.riskMap .box .item.yellow:after {
  background: #DDA526;
}
.riskMap .box .item.darkred:after {
  background: #9B0202;
}
@media (max-width: 768px) {
  .riskMap #mapContext {
    height: 310px;
  }
  .riskMap .tagSwiper .name {
    font-size: 13px;
  }
  .riskMap .tagSwiper .item {
    height: 43px;
    min-width: 139px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .riskMap .tagSwiper .screen {
    width: calc(100% + 22px);
  }
  .riskMap .box {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 17px;
    font-size: 14px;
    line-height: 20px;
  }
  .riskMap .box .item:after {
    width: 7px;
    height: 7px;
    top: 6px;
  }
  .riskMap .box .title:after {
    width: 23px;
    height: 23px;
    background-size: 23px;
  }
  .riskMap .box .title {
    padding-left: 33px;
  }
}
.itemlisting .riskicon {
  display: flex;
  position: absolute;
  top: 21px;
  left: 21px;
  z-index: 1;
}
.itemlisting .riskicon img {
  display: block;
  object-fit: contain;
  max-width: 73px;
  max-height: 73px;
}
@media (max-width: 1100px) {
  .itemlisting .riskicon img {
    max-width: 60px;
    max-height: 60px;
  }
}
@media (max-width: 768px) {
  .itemlisting .riskicon img {
    max-width: 47px;
    max-height: 47px;
  }
}
.Context {
  padding: 44px 0px 0px;
}
.Context .tagSwiper {
  padding-bottom: 93px;
}
.Context .action {
  display: flex;
  justify-content: center;
}
.Context .Btn {
  min-width: 304px;
}
.Context .menu .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.Context .menu .cols > li {
  width: 40%;
}
.Context .menu .cols > li:nth-child(2) {
  width: 60%;
}
.Context .menu .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.Context .menu .options > li + li {
  margin-left: 18px;
}
.Context .menu .options > li {
  margin-bottom: 25px;
}
.Context .menu .title {
  font-size: 30px;
  font-weight: 700;
  color: #e27025;
  padding-bottom: 18px;
}
.Context .menu .sort {
  height: 62px;
  position: relative;
  border: 1px solid #D8D8D8;
  border-radius: 11px;
}
.Context .menu .sort.years {
  width: 133px;
}
.Context .menu .sort.case {
  width: 369px;
}
.Context .menu .sort select {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0px 30px 0px 22px;
  font-size: 15px;
  color: #060000;
  font-family: 'Roboto', sans-serif;
}
.Context .menu .sort:after {
  content: '\f107';
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  height: 100%;
  right: 12px;
  pointer-events: none;
  font-family: FontAwesome;
  font-size: 16px;
}
@media (max-width: 1300px) {
  .Context .menu .sort.case {
    width: 244px;
  }
  .Context .menu .title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .Context {
    padding-top: 25px;
  }
  .Context .tagSwiper {
    padding-bottom: 34px;
  }
  .Context .Btn {
    min-width: 187px;
  }
  .Context .menu .cols > li {
    width: 100%!important;
  }
  .Context .menu .options {
    justify-content: flex-start;
  }
  .Context .menu .options > li + li {
    margin-left: 10px;
  }
  .Context .menu .sort {
    width: 100%!important;
    height: 50px;
  }
  .Context .menu .options > li {
    margin-bottom: 14px;
  }
  .Context .menu .options > li:nth-child(1) {
    width: 105px;
  }
  .Context .menu .options > li:nth-child(2) {
    width: calc(100% - 115px);
  }
  .Context .menu .title {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .Context .menu .sort select {
    padding-left: 15px;
    padding-right: 26px;
  }
}
.Context + .Topics {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .Context + .Topics {
    padding-top: 38px;
    padding-bottom: 30px;
  }
}
.Topics.v2 .title {
  text-align: center;
}
.Topics.v2 .head {
  padding-right: 0px;
  min-height: 65px;
}
.Topics.v2 .morediv {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: -17px;
  right: 0px;
}
.Topics.v2 .srchfield {
  width: 240px;
}
.Topics.v2 .srchfield .custominput {
  padding-left: 17px;
}
.Topics.v2 .srchfield .field {
  background: #fff;
  border-radius: 13px;
}
.Topics.v2 .srchfield .srchBtn {
  font-size: 17px;
  width: 50px;
}
@media (max-width: 768px) {
  .Topics.v2 {
    padding-bottom: 10px;
  }
  .Topics.v2 .srchfield {
    width: 100%;
  }
  .Topics.v2 .srchfield .field {
    height: 47px;
  }
  .Topics.v2 .morediv {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 17px;
  }
  .Topics.v2 .head {
    min-height: 0px;
    margin-bottom: 23px;
  }
}
.keypointSwiper {
  padding-bottom: 55px;
}
.keypointSwiper .screen {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  margin-left: -10px;
  width: calc(100% + 20px);
}
.keypointSwiper .swiper-slide {
  width: calc(50% - 10px);
  margin-right: 20px;
  height: auto;
  min-width: 500px;
  counter-increment: count;
}
.keypointSwiper .swiper-slide:last-child {
  margin-right: 0px;
}
.keypointSwiper .swiper-slide:nth-child(-n+9) .item:before {
  content: '0' counter(count);
}
.keypointSwiper .item {
  background: #fff;
  box-shadow: 0px 3px 7px #ddd;
  height: 100%;
  padding: 30px 53px 36px;
  border-radius: 24px;
}
.keypointSwiper .item:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  content: '';
  margin-bottom: 11px;
  border-radius: 100%;
  background: #e27025;
  font-size: 20px;
  font-weight: 700;
  content: counter(count);
}
.keypointSwiper .titre {
  color: #e27025;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.keypointSwiper .text {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  margin-top: 5px;
  color: rgba(6, 0, 0, 0.88);
}
@media (max-width: 1255px) {
  .keypointSwiper .item {
    padding: 20px 25px 44px;
  }
}
@media (max-width: 768px) {
  .keypointSwiper {
    width: calc(100% + 10px);
    padding-bottom: 33px;
  }
  .keypointSwiper .item {
    padding: 17px 17px 17px;
  }
  .keypointSwiper .item:before {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .keypointSwiper .swiper-slide {
    min-width: 330px;
    width: 90%;
    margin-right: 16px;
  }
  .keypointSwiper .titre {
    font-size: 18px;
    line-height: 24px;
  }
  .keypointSwiper .text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 3px;
  }
}
.Equation {
  padding-left: 50px;
}
.Equation .holder {
  position: relative;
  padding-left: 190px;
}
.Equation .seperator {
  width: 100%;
  height: 7px;
  border-radius: 7px;
  background: #e27025;
  margin: 25px 0px 25px;
  position: relative;
}
.Equation .name {
  color: #e27025;
  position: absolute;
  top: -23px;
  left: 0px;
  padding-right: 4px;
  font-weight: 700;
  width: 190px;
  transform: translateX(-190px);
  font-size: 44px;
  line-height: 50px;
}
.Equation .formula {
  width: 100%;
  overflow: hidden;
}
.Equation .formula.last {
  display: flex;
  justify-content: center;
}
.Equation .formula.last .box {
  width: 578px;
  max-width: 100%;
}
.Equation .swiper-slide {
  width: auto;
  height: auto;
  margin-right: 12px;
}
.Equation .box {
  width: 355px;
  border-radius: 24px;
  border: 1px solid #D9D8D8;
  height: 100%;
  padding: 50px 34px 30px;
  min-height: 232px;
}
.Equation .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  color: rgba(6, 0, 0, 0.88);
}
@media (max-width: 768px) {
  .Equation .title {
    font-size: 22px;
    line-height: 27px;
  }
}
.Equation .text {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: rgba(6, 0, 0, 0.88);
}
.Equation .caption {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: #e27025;
}
.Equation .title + .list {
  margin-top: 23px;
}
.Equation .list > li + li {
  margin-top: 31px;
}
.Equation .operator {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Equation .times {
  width: 54px;
  height: 54px;
  background: #e27025;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
  font-size: 22px;
}
@media (max-width: 1111px) {
  .Equation {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .Equation .name {
    font-size: 28px;
    line-height: 38px;
    width: 105px;
    transform: translateX(-105px);
    top: -18px;
  }
  .Equation .holder {
    padding-left: 105px;
  }
  .Equation .seperator {
    height: 5px;
  }
  .Equation .swiper-slide {
    margin-right: 7px;
  }
  .Equation .box {
    padding: 22px 12px 22px 14px;
    min-height: 0px;
    width: 211px;
  }
  .Equation .times {
    width: 37px;
    height: 37px;
    font-size: 17px;
  }
  .Equation .title {
    font-size: 17px;
    line-height: 22px;
  }
  .Equation .list > li + li {
    margin-top: 10px;
  }
  .Equation .swipebox {
    width: calc(100% + 22px);
  }
  .Equation .title + .list {
    margin-top: 13px;
  }
}
.drrTerms {
  padding: 69px 0px 110px;
}
.drrTerms .intro .pic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 564px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 44px 73px;
}
.drrTerms .intro .pic:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}
.drrTerms .intro .info {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 755px;
}
.drrTerms .intro .title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.drrTerms .intro .text {
  color: rgba(255, 255, 255, 0.91);
  margin-top: 15px;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  line-height: 27px;
}
.drrTerms .cycle {
  padding-top: 70px;
}
.drrTerms .cycle .cols {
  display: flex;
  flex-wrap: wrap;
  background: #F3F3F3;
  border-radius: 30px;
  overflow: hidden;
}
.drrTerms .cycle .cols > li {
  width: 50%;
  padding: 88px 73px 40px;
}
.drrTerms .cycle .cols > li:nth-child(2) {
  background: #e27025;
  padding-right: 22px;
}
.drrTerms .cycle .info {
  max-width: 640px;
}
.drrTerms .cycle .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 51px;
}
.drrTerms .cycle .title {
  color: rgba(6, 0, 0, 0.88);
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}
@media (max-width: 768px) {
  .drrTerms .cycle .title {
    font-size: 22px;
    line-height: 27px;
  }
}
.drrTerms .cycle .text {
  color: rgba(6, 0, 0, 0.88);
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  margin-top: 17px;
}
.drrTerms .cycle .list {
  color: rgba(255, 255, 255, 0.88);
}
.drrTerms .cycle .list > li + li {
  margin-top: 35px;
}
.drrTerms .cycle .list > li {
  position: relative;
  counter-increment: count;
}
.drrTerms .cycle .list > li:before {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: #fff;
  content: '';
  margin-bottom: 15px;
  border-radius: 100%;
  color: #e27025;
  font-size: 20px;
  font-weight: 700;
  content: counter(count);
}
.drrTerms .cycle .list > li:nth-child(-n+9):before {
  content: '0' counter(count);
}
.drrTerms .cycle .list .name {
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  color: rgba(255, 255, 255, 0.88);
}
@media (max-width: 768px) {
  .drrTerms .cycle .list .name {
    font-size: 22px;
    line-height: 27px;
  }
}
.drrTerms .cycle .list .caption {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 4px;
}
.drrTerms .description {
  padding: 77px 50px 33px;
}
.drrTerms .description .caption {
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
}
.drrTerms .description .caption .orange {
  color: #e27025;
}
.drrTerms .data {
  padding: 0px 50px 90px;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: rgba(6, 0, 0, 0.88);
  max-width: 700px;
}
@media (max-width: 1111px) {
  .drrTerms .data {
    padding-left: 0px;
  }
  .drrTerms .description {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .drrTerms {
    padding: 35px 0px 30px;
  }
  .drrTerms .intro .pic {
    min-height: 330px;
    padding: 99px 23px 20px;
  }
  .drrTerms .intro .title {
    font-size: 22px;
    line-height: 27px;
  }
  .drrTerms .intro .text {
    font-size: 15px;
    line-height: 22px;
    margin-top: 9px;
  }
  .drrTerms .data {
    font-size: 15px;
    line-height: 22px;
  }
  .drrTerms .cycle {
    padding-top: 30px;
  }
  .drrTerms .cycle .cols > li {
    width: 100%;
    padding: 30px 23px 37px!important;
  }
  .drrTerms .cycle .list > li:before {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .drrTerms .cycle .text {
    margin-top: 11px;
  }
  .drrTerms .cycle .list .name {
    font-size: 20px;
    line-height: 27px;
  }
  .drrTerms .cycle .list .caption {
    font-size: 14px;
    line-height: 21px;
    margin-top: 3px;
  }
  .drrTerms .cycle .list > li + li {
    margin-top: 25px;
  }
  .drrTerms .description {
    padding: 33px 25px 13px;
  }
  .drrTerms .description .caption {
    font-size: 20px;
    line-height: 27px;
  }
  .drrTerms .data {
    padding-bottom: 43px;
  }
}
.bluehead {
  background: #003b74;
  text-align: center;
  padding: 95px 22px 95px;
}
.bluehead .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
  color: #fff;
}
@media (max-width: 768px) {
  .bluehead .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .bluehead {
    padding: 30px 22px 30px;
    margin-left: -22px;
    width: calc(100% + 44px);
  }
  .bluehead .title {
    font-size: 27px;
    line-height: 31px;
  }
}
.Dashboard.caseSection .itemCases {
  padding-bottom: 0px;
  padding-top: 25px;
}
.Dashboard.caseSection .itemCases .item {
  padding-bottom: 22px;
}
.Dashboard.caseSection .itemCases .more {
  top: auto;
  padding: 0px;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0px;
}
.Dashboard.caseSection .itemCases .more > li {
  width: calc(25% - 117px);
  margin-right: 17px;
  margin-left: 0px!important;
  margin-bottom: 24px;
}
.Dashboard.caseSection .itemCases .more > li:last-child {
  width: 400px;
  margin-right: 0px;
}
.Dashboard.caseSection .itemCases .choose {
  background: #fff;
  border-radius: 10px;
  border-color: #F1F1F1;
  width: 100%;
}
.Dashboard.caseSection .itemCases .srchfield {
  width: 100%!important;
}
.Dashboard.caseSection .itemCases .head {
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .Dashboard.caseSection .itemCases .more {
    justify-content: space-between;
  }
  .Dashboard.caseSection .itemCases .more > li {
    width: calc(50% - 13px);
    margin-right: 0px;
  }
  .Dashboard.caseSection .itemCases .more > li:last-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .Dashboard.caseSection .itemCases {
    padding-top: 20px;
  }
  .Dashboard.caseSection .itemCases .more > li {
    width: calc(50% - 6px);
  }
}
.Dashboard.ngoSection .Offices .wrap {
  padding: 0px;
}
.Dashboard.ngoSection .itemCases {
  padding-bottom: 0px;
  padding-top: 25px;
}
.Dashboard.ngoSection .itemCases .choose {
  background: #fff;
  border-radius: 10px;
  border-color: #F1F1F1;
  width: 100%;
}
.Dashboard.ngoSection .itemCases .more {
  top: 0px;
  padding: 0px;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  margin-top: 0px;
}
.Dashboard.ngoSection .itemCases .more > li {
  width: calc(25% - 121px);
}
.Dashboard.ngoSection .itemCases .more > li:last-child {
  width: 73px;
}
.Dashboard.ngoSection .itemCases .more > li:nth-last-child(2) {
  width: 360px;
}
.Dashboard.ngoSection .itemCases .downloadBtn {
  display: flex;
  cursor: pointer;
}
.Dashboard.ngoSection .itemCases .downloadBtn svg {
  height: 53px;
  width: auto;
}
.Dashboard.ngoSection .itemCases .srchfield {
  width: 100%;
}
@media (max-width: 1200px) {
  .Dashboard.ngoSection .itemCases .more > li {
    width: calc(50% - 13px);
    margin: 0px 0px 20px!important;
  }
  .Dashboard.ngoSection .itemCases .more > li:last-child {
    width: 73px;
  }
  .Dashboard.ngoSection .itemCases .more > li:nth-last-child(2) {
    width: calc(100% - 86px) !important;
  }
}
@media (max-width: 768px) {
  .Dashboard.ngoSection {
    padding-bottom: 11px;
  }
  .Dashboard.ngoSection .itemCases {
    padding-top: 20px;
  }
  .Dashboard.ngoSection .itemCases .head {
    margin-bottom: 0px;
  }
  .Dashboard.ngoSection .itemCases .more > li {
    margin-bottom: 12px!important;
    width: calc(50% - 6px);
  }
}
.Publication .holder {
  display: flex;
  justify-content: flex-end;
  padding-top: 60px;
}
.Publication .infolist {
  margin-top: 47px;
}
.Publication .Btn {
  min-width: 287px;
  height: 52px;
}
@media (max-width: 768px) {
  .Publication .holder {
    justify-content: center;
    padding-top: 30px;
  }
  .Publication .Btn {
    height: 45px;
    min-width: 287px;
  }
  .Publication .infolist {
    margin-top: 30px;
  }
}
.Receipt {
  padding: 60px 0px 77px;
}
.Receipt .container {
  max-width: 609px;
  padding: 0px;
}
.Receipt .title {
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  color: #060000;
  margin-bottom: 33px;
  text-align: center;
}
@media (max-width: 768px) {
  .Receipt .title {
    font-size: 22px;
    line-height: 27px;
  }
}
.Receipt .holder {
  border: 1px solid #eaeaea;
  margin-bottom: 57px;
}
.Receipt .top {
  background: #FBFBFB;
  padding: 37px 47px 10px;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}
.Receipt .inner {
  background: #F5F2F2;
  padding: 31px 47px 51px;
}
.Receipt .head {
  border-bottom: 2px solid #D7D4D4;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 18px;
  margin-bottom: 22px;
}
.Receipt .head > li {
  width: 50%;
}
.Receipt .logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% + 100px);
}
.Receipt .logos .image {
  margin-right: 100px;
  margin-bottom: 27px;
  width: calc(33.33% - 100px);
  height: 40px;
  display: flex;
  align-items: center;
}
.Receipt .logos .image img {
  display: block;
  object-fit: contain;
  max-height: 39px;
  max-width: 140px;
  width: 100%;
}
.Receipt .profile {
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.Receipt .pic {
  overflow: hidden;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  margin-right: 14px;
}
.Receipt .pic img {
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
.Receipt .info {
  width: calc(100% - 68px);
}
.Receipt .name {
  font-size: 17px;
  font-weight: 700;
  color: #060000;
}
.Receipt .subname {
  font-size: 16px;
  font-weight: normal;
  color: #9a9898;
  margin-top: 2px;
}
.Receipt .data {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #9a9898;
  padding-top: 11px;
}
.Receipt .data > li + li {
  margin-top: 7px;
}
.Receipt .data .value {
  color: #060000;
}
.Receipt .text {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: rgba(6, 0, 0, 0.88);
  line-height: 27px;
}
.Receipt .text a {
  color: rgba(6, 0, 0, 0.88);
  transition: all 0.35s;
}
.Receipt .end {
  border-top: 1px solid #D7D4D4;
  padding-top: 18px;
  margin-top: 24px;
}
.Receipt .balance {
  display: flex;
}
.Receipt .balance .titre {
  width: 50%;
  padding-right: 6px;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: rgba(6, 0, 0, 0.88);
}
.Receipt .balance .number {
  width: 50%;
  padding-left: 6px;
  text-align: right;
  color: rgba(6, 0, 0, 0.88);
  font-size: 16px;
  font-weight: 700;
  padding-top: 2px;
}
.Receipt .action {
  display: flex;
  justify-content: center;
}
.Receipt .print {
  position: relative;
  cursor: pointer;
  transition: all 0.35s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #e27025;
  border-radius: 0px;
  color: #e27025;
  font-size: 17px;
  font-weight: 700;
  padding-left: 31px;
}
.Receipt .print:after {
  content: "\f02f";
  font-family: FontAwesome;
  position: absolute;
  top: -3px;
  left: 0px;
  display: block;
  pointer-events: none;
  font-size: 22px;
}
@media (max-width: 768px) {
  .Receipt {
    padding-bottom: 47px;
    padding-top: 41px;
  }
  .Receipt .container {
    padding: 0px 22px;
  }
  .Receipt .top {
    padding: 30px 20px 10px;
  }
  .Receipt .inner {
    padding: 20px 20px 30px;
  }
  .Receipt .logos .image {
    margin-right: 17px;
    width: calc(33.33% - 17px);
    margin-bottom: 12px;
    height: 35px;
  }
  .Receipt .logos .image img {
    max-height: 31px;
  }
  .Receipt .logos {
    width: calc(100% + 17px);
  }
  .Receipt .print {
    font-size: 14px;
    padding-left: 25px;
    padding-bottom: 4px;
  }
  .Receipt .print:after {
    font-size: 19px;
  }
  .Receipt .holder {
    margin-bottom: 30px;
  }
  .Receipt .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 27px;
  }
  .Receipt .text {
    font-size: 13px;
    line-height: 20px;
  }
  .Receipt .balance .titre {
    font-size: 13px;
    line-height: normal;
  }
  .Receipt .balance .number {
    font-size: 13px;
    line-height: normal;
  }
  .Receipt .end {
    padding-top: 15px;
    margin-top: 20px;
  }
  .Receipt .head > li {
    width: 100%;
  }
  .Receipt .data {
    text-align: left;
    padding-left: 64px;
    padding-top: 0px;
    font-size: 13px;
  }
  .Receipt .data > li + li {
    margin-top: 3px;
  }
  .Receipt .pic {
    margin-right: 10px;
  }
  .Receipt .info {
    width: calc(100% - 64px);
  }
  .Receipt .subname {
    font-size: 13px;
  }
  .Receipt .name {
    font-size: 16px;
  }
}
.urDonation {
  padding-bottom: 80px;
}
.urDonation .top {
  text-align: center;
  background: #EBEFF4;
  padding: 63px 0px 180px;
}
.urDonation .title {
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  color: #060000;
}
@media (max-width: 768px) {
  .urDonation .title {
    font-size: 22px;
    line-height: 27px;
  }
}
.urDonation .caption {
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  color: #e27025;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .urDonation .caption {
    font-size: 22px;
    line-height: 27px;
  }
}
.urDonation .wrap {
  position: relative;
  z-index: 1;
  min-height: 220px;
  background: #fff;
  margin-top: -118px;
  padding: 27px 80px 0px;
}
.urDonation .subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  color: #060000;
  margin-bottom: 38px;
}
.urDonation .section {
  display: none;
}
.urDonation .section:nth-child(1) {
  display: block;
}
.urDonation .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.urDonation .menu > li {
  margin: 0px 31px 30px;
}
.urDonation .sortitem {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
.urDonation .sortitem .custinput {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.urDonation .sortitem .custlabel {
  position: absolute;
  top: 0px;
  display: block;
  left: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #060000;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}
.urDonation .sortitem .custlabel:after {
  width: 12px;
  height: 12px;
  display: block;
  content: '';
  position: absolute;
  border-radius: 100%;
  top: 4px;
  left: 0px;
  border: 1px solid #929292;
}
.urDonation .sortitem .custlabel:before {
  width: 7px;
  height: 7px;
  display: block;
  content: '';
  position: absolute;
  border-radius: 100%;
  top: 7.5px;
  left: 3.5px;
  z-index: 1;
  background: #e27025;
  opacity: 0;
  transition: all 0.35s;
}
.urDonation .sortitem .custinput:checked + .custlabel:before {
  opacity: 1;
}
.urDonation .sortitem .custinput:checked + .custlabel:after {
  border: 1px solid #e27025;
}
.urDonation .action {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.urDonation .Btn {
  min-width: 250px;
}
.urDonation .group {
  display: flex;
  flex-wrap: wrap;
}
.urDonation .group > li {
  width: 50%;
}
.urDonation .group > li:nth-child(2) {
  padding-left: 53px;
}
.urDonation .more {
  padding-top: 37px;
}
.urDonation .note {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  color: #e27025;
  max-width: 400px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .urDonation .note {
    font-size: 16px;
    line-height: 22px;
  }
}
.urDonation .box {
  display: flex;
  flex-wrap: wrap;
  max-width: 470px;
}
.urDonation .box > li {
  width: 50%;
  padding-right: 6px;
}
.urDonation .selectoption + .selectoption {
  margin-top: 23px;
}
.urDonation .selectoption {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  display: flex;
  flex-wrap: wrap;
}
.urDonation .selectoption .custinput {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.urDonation .selectoption .custlabel {
  position: absolute;
  top: 0px;
  display: block;
  left: 0px;
  font-size: 14px;
  font-weight: 700;
  color: #060000;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.urDonation .selectoption .custlabel:after {
  width: 16px;
  height: 16px;
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  border: 2px solid #060000;
  border-radius: 3px;
}
.urDonation .selectoption .custinput:checked + .custlabel:after {
  border-color: #e27025;
  background: #e27025;
}
.urDonation .textfield {
  height: 38px;
  border-radius: 5px;
  border: 1px solid #9a9898;
  width: calc(100% - 30px);
  margin-top: 7px;
  margin-left: 30px;
}
.urDonation .textfield textarea {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
  display: block;
  padding: 5px;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #9a9898;
}
.urDonation .contain {
  max-width: 650px;
}
.urDonation .hold {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.urDonation .hold .toggleBtn {
  padding-top: 23px;
}
.urDonation .hold > li {
  margin-bottom: 25px;
}
.urDonation .hold > li:nth-child(1) {
  width: 55%;
  margin-right: 35px;
}
.urDonation .card {
  background: #F3F3F3;
  padding: 55px 30px 55px;
}
.urDonation .card .item {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.urDonation .card .item > li {
  width: 50%;
  position: relative;
  padding: 0px 11px;
}
.urDonation .card .item > li + li:after {
  display: block;
  content: '';
  position: absolute;
  top: -22px;
  left: 0px;
  width: 1px;
  pointer-events: none;
  height: calc(100% + 44px);
  background: #d0c8c8;
}
.urDonation .card .label {
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  color: #e27025;
}
.urDonation .card .value {
  font-size: 19px;
  line-height: 30px;
  font-weight: normal;
  color: #060000;
  margin-top: 3px;
  word-break: break-all;
}
@media (max-width: 768px) {
  .urDonation .card .value {
    font-size: 16px;
    line-height: 23px;
  }
}
.urDonation .data {
  padding-top: 37px;
}
.urDonation .data .titre {
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  color: #060000;
}
.urDonation .data .text {
  color: #060000;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  margin-top: 8px;
}
.urDonation .data a {
  color: #060000;
}
.urDonation .toggleBtn + .inputField {
  margin-top: 56px;
}
.urDonation .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.urDonation .items > li {
  width: calc(50% - 13px);
  margin-bottom: 17px;
}
.urDonation .items > li.fullwidth {
  width: 100%;
}
.urDonation .inputField .field.text {
  height: 100px;
}
.urDonation .addDiv {
  display: flex;
}
.urDonation .addDiv .add {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  transition: all 0.35s;
  color: #e27025;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  text-decoration: underline;
}
.urDonation .summary {
  margin-top: 30px;
  background: #F3F3F3;
  padding: 25px 38px 25px;
}
.urDonation .summary .sublabel {
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  color: #e27025;
  text-transform: uppercase;
}
.urDonation .summary .subcaption {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  color: #9a9898;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .urDonation .summary .subcaption {
    font-size: 16px;
    line-height: 22px;
  }
}
.urDonation .summary .subname {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  color: rgba(6, 0, 0, 0.88);
  margin-top: 15px;
}
@media (max-width: 768px) {
  .urDonation .summary .subname {
    font-size: 16px;
    line-height: 22px;
  }
}
.urDonation .summary .profile {
  color: rgba(6, 0, 0, 0.88);
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3px;
}
.urDonation .summary .profile > li {
  width: 50%;
  padding-right: 14px;
}
.urDonation .summary .profile > li:last-child {
  padding-right: 0px;
}
.urDonation .section.v2 .more {
  padding-top: 0px;
}
.urDonation .section.v2 .contain {
  max-width: 375px;
}
@media (max-width: 768px) {
  .urDonation .section.v2 .more {
    margin-top: 22px;
  }
}
.urDonation .section.v3 .toggleBtn {
  padding-bottom: 34px;
}
.urDonation .section.v3 .more {
  padding-top: 91px;
}
.urDonation .section.v3 .contain {
  padding-right: 39px;
}
.urDonation .section.v4 .toggleBtn {
  padding-bottom: 24px;
}
.urDonation .section.v4 .contain {
  padding-right: 39px;
}
@media (max-width: 1230px) {
  .urDonation .menu > li {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 15px;
  }
  .urDonation .summary .profile > li {
    width: 100%;
    padding-right: 0px!important;
  }
}
@media (max-width: 1100px) {
  .urDonation .card {
    padding: 55px 12px 55px;
  }
  .urDonation .card .label {
    font-size: 16px;
    line-height: 21px;
  }
  .urDonation .card .value {
    font-size: 16px;
    line-height: 21px;
  }
  .urDonation .hold > li:nth-child(1) {
    width: 100%;
    margin-right: 0px;
  }
  .urDonation .hold .toggleBtn {
    padding-top: 0px;
  }
  .urDonation .summary {
    padding-left: 17px;
    padding-right: 17px;
  }
  .urDonation .sortitem .custlabel {
    font-size: 14px;
    padding-left: 21px;
  }
  .urDonation .sortitem .custlabel:before {
    top: 5.5px;
  }
  .urDonation .sortitem .custlabel:after {
    top: 2px;
  }
  .urDonation .box > li {
    width: 100%;
    padding-right: 0px;
  }
  .urDonation .box > li + li {
    margin-top: 23px;
  }
  .urDonation .wrap {
    padding-left: 34px;
    padding-right: 34px;
  }
  .urDonation .items > li {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .urDonation .card {
    padding: 55px 30px 55px;
  }
  .urDonation .card .item > li {
    width: 100%;
    padding: 0px;
  }
  .urDonation .card .item > li + li:after {
    display: none;
  }
  .urDonation .card .item > li + li:before {
    display: block;
    content: '';
    height: 1px;
    margin: 17px 0px 17px;
    background: #d0c8c8;
    width: 100%;
  }
  .urDonation .hold > li:nth-child(1) {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .urDonation {
    padding-bottom: 40px;
  }
  .urDonation .top {
    padding: 33px 0px 140px;
  }
  .urDonation .wrap {
    margin-top: -106px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .urDonation .subtitle {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 30px;
  }
  .urDonation .sortitem .custlabel {
    font-size: 13px;
  }
  .urDonation .sortitem .custlabel:before {
    top: 5px;
  }
  .urDonation .sortitem .custlabel:after {
    top: 1.5px;
  }
  .urDonation .menu {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .urDonation .menu > li {
    width: calc(50% - 8px);
    margin: 0px 4px 17px;
  }
  .urDonation .group > li {
    width: 100%;
  }
  .urDonation .group > li:nth-child(2) {
    padding-left: 0px;
  }
  .urDonation .card {
    padding: 26px 30px 26px;
  }
  .urDonation .card .label {
    font-size: 15px;
    line-height: 20px;
  }
  .urDonation .card .value {
    font-size: 15px;
    line-height: 20px;
  }
  .urDonation .card .item > li + li:before {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .urDonation .note {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .urDonation .selectoption .custlabel {
    font-size: 13px;
    padding-left: 27px;
  }
  .urDonation .selectoption .custlabel:after {
    width: 15px;
    height: 15px;
    top: -3px;
  }
  .urDonation .more {
    padding-top: 22px;
  }
  .urDonation .action {
    padding-top: 30px;
  }
  .urDonation .toggleBtn + .inputField {
    margin-top: 26px;
  }
  .urDonation .data {
    padding-top: 20px;
  }
  .urDonation .data .titre {
    font-size: 15px;
    line-height: 20px;
  }
  .urDonation .data .text {
    font-size: 13px;
    line-height: 17px;
  }
  .urDonation .section.v3 .more {
    padding-top: 0px;
  }
  .urDonation .section.v3 .contain {
    padding-right: 0px;
  }
  .urDonation .section.v3 .toggleBtn {
    padding-bottom: 11px;
  }
  .urDonation .addDiv {
    padding-bottom: 25px;
  }
  .urDonation .addDiv .add {
    font-size: 13px;
    line-height: normal;
  }
  .urDonation .section.v4 .contain {
    padding-right: 0px;
  }
  .urDonation .section.v4 .toggleBtn {
    padding-bottom: 11px;
  }
  .urDonation .section.v4 .more {
    padding-top: 0px;
  }
  .urDonation .summary {
    margin-bottom: 30px;
    margin-top: 19px;
  }
  .urDonation .summary .sublabel {
    font-size: 15px;
    line-height: 20px;
  }
  .urDonation .summary .subcaption {
    font-size: 14px;
    line-height: 20px;
  }
  .urDonation .summary .subname {
    font-size: 14px;
    line-height: 20px;
  }
  .urDonation .summary .profile {
    font-size: 14px;
    line-height: 20px;
  }
}
.chartbox {
  border: 1px solid #DFDFDF;
  border-radius: 25px;
  margin-bottom: 73px;
  padding: 32px 22px 30px 22px;
  box-shadow: 0px 5px 5px #ddd;
}
.chartbox .top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding: 0px 25px 0px 14px;
}
.chartbox .top > li:nth-child(2) {
  padding-left: 15px;
  width: 45%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.chartbox .top > li:nth-child(1) {
  width: 55%;
}
.chartbox .top .name {
  color: #e27025;
  font-size: 27px;
  font-weight: 700;
}
.chartbox .top .sort + .sort {
  margin-left: 16px;
}
.chartbox .top .sort {
  height: 62px;
  position: relative;
  border: 1px solid #D8D8D8;
  border-radius: 11px;
  width: 369px;
}
.chartbox .top .sort select {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0px 30px 0px 22px;
  font-size: 15px;
  color: #060000;
  font-family: 'Roboto', sans-serif;
}
.chartbox .top .sort:after {
  content: '\f107';
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  height: 100%;
  right: 12px;
  pointer-events: none;
  font-family: FontAwesome;
  font-size: 16px;
}
.chartbox .customchart {
  max-height: 480px;
}
@media (max-width: 768px) {
  .chartbox {
    padding: 32px 4px 10px;
    margin-bottom: 34px;
  }
  .chartbox .top > li {
    width: 100%!important;
    padding: 0px!important;
  }
  .chartbox .top > li:nth-child(2) {
    margin-top: 22px;
  }
  .chartbox .top .sort {
    width: 100%;
  }
  .chartbox .top .name {
    font-size: 20px;
  }
  .chartbox .top {
    padding-right: 12px;
    padding-left: 12px;
  }
  .chartbox .top .sort {
    height: 50px;
  }
}
.itemtab {
  display: flex;
  flex-wrap: wrap;
  padding-left: 44px;
  padding-right: 22px;
  margin-top: 20px;
}
.itemtab > li {
  margin-right: 19px;
  margin-top: 20px;
}
.itemtab .item {
  display: flex;
  align-items: center;
  border-radius: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  padding-right: 40px;
  padding-left: 33px;
  min-height: 43px;
}
.itemtab .item .label {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.itemtab .item.blue {
  background: #003b74;
}
.itemtab .item.orange {
  background: #e27025;
}
.itemtab .item.black {
  background: #060000;
}
.itemtab .item .delete {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/closeicon.svg) no-repeat 4px center;
}
@media (max-width: 768px) {
  .itemtab {
    margin-top: 12px;
    padding: 0px 12px;
  }
  .itemtab > li {
    width: 100%;
    margin-right: 0px;
    margin-top: 12px;
  }
  .itemtab > li:last-child {
    margin-bottom: 11px;
  }
  .itemtab .item {
    min-height: 37px;
    padding-left: 20px;
  }
  .itemtab .item .label {
    font-size: 13px;
  }
}
.trendSection .menu {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .trendSection .menu {
    margin-top: 40px;
  }
}
.desktop .findNgo .linkdiv .link:hover,
.desktop .optionChoose .category .link:hover,
.desktop .Expert .data .options .email:hover {
  color: #e27025;
}
.desktop .donationList .more .link:hover,
.desktop .donationList .contact a:hover,
.desktop .donateDocPop .info a:hover {
  opacity: 0.8;
}
.desktop .riskMap .tagSwiper .item:hover,
.desktop .Receipt .text a:hover {
  opacity: 0.8;
}
.desktop .Receipt .print:hover,
.desktop .urDonation .data a:hover {
  opacity: 0.85;
}
.desktop .urDonation .data .call {
  pointer-events: none;
}
.desktop .donationList .contact .call,
.desktop .donateDocPop .info .call,
.desktop .Expert .data .options .call,
.desktop .Receipt .text .call {
  pointer-events: none;
}
