.category-selector {
  cursor: pointer;
}

.category-selector .img {
  display: block;
  min-width: 120px;
  max-width: 190px;
  width: 97%;
  height: 100px;
  background-size: cover;
}

/*Description block component*/

.description-form {
  position: absolute;
  width: 100%;
  padding: 0;
  opacity: 0;
  margin-left: 15px;
}

.description-form.active {
  opacity: 1;
  margin-left: -15px;
  margin-top: 0;
  transition-duration: 300ms;
}

.description-form .describe-block {
  position: relative;
  width: 100%;
  margin-top: 7px;
  min-height: 100px;
  background-color: #172b50;
  border-right: 5px solid #734292;
  color: #fff;
  padding: 20px;
  font-size: 15px;
  transition-duration: 100ms;
}

.description-form .title {
  color: #ffffff;
  display: block;
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 15px;
}

.description-form .title::after {
  content: '';
  color: #fff;
  font-size: 30px;
  display: block;
  background-color: #fff;
  height: 3px;
  width: 30%;
  position: relative;
  top: 1px;
  left: 0;
  margin-left: 0;
}

.description-form.active .describe-block {
  margin-top: 0;
  margin-left: -15px;
  transition-duration: 200ms;
  transition-delay: 10ms;
}

.description-form .describe-block::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 20px;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-right: 13px solid #172b50;
}

@media screen and (max-width: 992px) {
  .description-form {
    display: none !important;
  }
}

/*Trombinoscope*/

.trombinos {
  background-color: rgba(245, 245, 245, 0.94);
  padding: 0 !important;
  overflow: hidden;
  position: relative;
}

.trombinos img {
  position: relative;
  margin: auto;
  display: block;
  height: 100%;
  width: fit-content;
  align-content: center;
  text-align: center;
}

.trombinos label {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  left: 0;
  text-align: center;
  background-color: rgba(243, 243, 243, 0.52);
}

.trombinos label span {
  position: relative;
  top: calc(50% - 40px);
  width: 100%;
  padding: 40px;
  display: inline-block;
}

.trombinos input {
  width: 1px !important;
  height: 1px !important;
  transform: scale(0, 0.01);
}

.trombinos label {
  background-color: rgba(29, 29, 29, 0.52);
  color: #fff;
  transition-duration: 200ms;
}

.trombinos label:hover {
  opacity: 0;
  transition-duration: 400ms;
}

.trombinos span.label-error {
  display: flex;
  flex-flow: row;
  padding: 12px;
  width: 100% !important;
  top: 0;
  left: 0;
  z-index: 6 !important;
  font-size: 0.8rem;
  font-weight: bold;
  position: absolute !important;
  color: #fff !important;
  opacity: 1 !important;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 27, 0, 0.95);
}

/*Summernote rewriting css*/

.note-editor .note-editable {
  min-height: 100px;
  line-height: 1rem !important;
  margin-top: 10px !important;
}

.note-editor .note-toolbar {
  z-index: 5 !important;
}

.note-editor .note-editing-area p {
  color: #3d3a40;
  line-height: 1.2rem !important;
  font-family: Arial, sans-serif;
}

.disabled-editor {
  border: none !important;
}

.disabled-editor
  .note-editor.note-frame
  .note-editing-area
  .note-editable[contenteditable='false'] {
  background-color: #fff !important;
}

.disabled-editor,
.disabled-editor .note-editor,
.disabled-editor .note-editor.note-frame,
.disabled-editor .note-editor.note-frame .card {
  border-bottom: none;
}

.note-editor.note-frame .note-statusbar,
.note-editor.note-frame.card {
  border: none;
}

.disabled-editor .note-resizebar {
  display: none;
}

.disabled-editor .card-header.note-toolbar {
  display: none;
}

/*Owl carousel*/

.owl-carousel {
  width: 100%;
}

.owl-carousel .owl-carousel-item {
  width: 100%;
  position: relative;
  display: flex;
  height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #cacaca;
}

.dots {
  margin-top: 20px;
  margin-bottom: 8px;
}

.dots .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.carousel .dots .owl-dot {
  width: 60px;
  height: 35px;
  position: relative;
  border-radius: 0;
  border: none;
  margin: 0 8px;
  padding: 0 !important;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(219, 219, 230, 0.13);
}

.carousel .dots .owl-dot span {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.carousel .dots .owl-dot span:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.46);
}

.carousel .dots .owl-dot.active {
  transform: scale(1.2, 1.2);
  padding: 2px !important;
  box-shadow: 0 2px 2px 0 rgba(0, 85, 236, 0.11);
  transition-duration: 300ms;
}

.carousel .dots .owl-dot.active span:before {
  background-color: rgba(233, 233, 233, 0.07);
  transition-duration: 200ms;
}

/*Datepicker css add*/

.datepicker {
  background: rgba(0, 87, 138, 0.11);
  color: #172b50;
  padding: 20px 12px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.datepicker.datepicker-inline,
.datepicker.datepicker-inline .datepicker-days {
  width: 100% !important;
  font-size: 13px;
}

.datepicker.datepicker-inline .datepicker-days table.table-condensed {
  width: 100% !important;
}

.datepicker.datepicker-inline .datepicker-days table.table-condensed td:hover {
  color: #fff !important;
  background-color: #172b50;
  transition-duration: 300ms;
}

.datepicker.datepicker-inline .datepicker-days table.table-condensed th.today {
  color: #fff !important;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: 8px !important;
  background-color: #172b50;
  transition-duration: 300ms;
}

.datepicker.datepicker-inline
  .datepicker-days
  table.table-condensed
  th.today:hover {
  background-color: rgba(0, 87, 138, 0.69);
  transition-duration: 300ms;
}

.datepicker.datepicker-inline
  .datepicker-days
  table.table-condensed
  td.disabled {
  cursor: not-allowed;
  color: rgba(255, 0, 0, 0.4);
}

.datepicker.datepicker-inline
  .datepicker-days
  table.table-condensed
  td.disabled:hover {
  background-color: rgba(66, 66, 66, 0.24);
}

.datepicker.datepicker-inline
  .datepicker-days
  table.table-condensed
  td.active-date {
  background-color: rgba(0, 144, 191, 0.65);
  color: #fff;
}

/*Popover*/

.my-super-popover {
  z-index: 5;
  display: flex;
  flex-direction: column;
  max-width: 300px !important;
  padding: 0 !important;
  box-shadow: 0 0 8px 0 rgba(104, 104, 109, 0.38);
}

.my-super-popover .popover-header {
  background-color: #fff;
  color: #172b50;
  font-size: 15px;
  font-weight: bold;
}

.my-super-popover .popover-body {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 300px;
  max-height: 300px;
  overflow-y: auto;
  padding: 0 4px 0 0;
  margin-top: 4px;
  margin-bottom: 4px;
}

.my-super-popover .popover-body .category {
  cursor: pointer;
  display: block;
  max-width: calc(50% - 4px);
  width: 153px;
  height: 97px;
  margin: 0 0 4px 4px;
  box-shadow: 0 0 1px 0 rgba(53, 53, 53, 0.13);
}

.my-super-popover .popover-body .category:hover {
  box-shadow: 0 0 10px 0 rgba(48, 48, 52, 0.37);
  transition-duration: 20ms;
}

.my-super-popover .popover-body .category .img {
  position: relative;
  height: 100%;
  min-height: 100% !important;
  width: 100%;
  min-width: 100% !important;
  background-position: center;
  background-size: cover;
  display: block;
  background-color: #d9d9ed;
}

.my-super-popover .popover-body .category .img .category-description {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 6px;
  background-color: rgba(255, 183, 0, 0.74);
}

.my-super-popover
  .popover-body
  .category
  .img
  .category-description
  .category-name {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  display: block;
  margin: auto;
  text-align: center;
}

#category-selector {
  background-color: #f0f0f0;
}

/**/

.form-banner-title {
  padding: 10px 12px;
  background-color: #172b50;
  color: #fff;
  margin-bottom: 12px;
}

.form-banner-title a:hover {
  color: rgba(236, 236, 246, 0.72) !important;
  transition-duration: 200ms;
}

.form-banner-super-title {
  padding: 15px 24px;
  background-color: #172b50;
  color: #fff;
  margin-bottom: 0;
}

.form-banner-title h3 {
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}

.form-banner-super-title h3 {
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

.title-label {
  font-weight: normal;
  font-size: 1.1rem;
  color: #005a82;
}

.amount-block-raising {
  visibility: hidden;
  height: 0 !important;
}

.amount-block-raising.active {
  visibility: visible;
  height: auto !important;
}

@media screen and (max-width: 992px) {
  .form-banner-title h2,
  .form-banner-title h3 {
    font-size: 0.9rem;
    overflow: hidden;
  }

  .form-banner-title a {
    overflow: hidden;
    max-width: 90%;
  }
}
/*Custom timepicker*/

input[type='time'] {
  border: none;
  box-shadow: 0 0 2px 0 rgba(48, 48, 52, 0.65);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  cursor: pointer;
  font-size: 28px;
  max-width: 110px;
  padding-left: 12px;
}

.custom-time-picker {
  background-color: #172b50;
  color: #fff;
  font-family: Helvetica, Arial, 'Lucida Grande', sans-serif;
}

.timepicker {
  position: relative;
  transform: scale(0);
  opacity: 0;
  transition-duration: 150ms;
}

.timepicker.active {
  transform: scale(1, 1);
  margin-left: calc((100% - 250px) / 2);
  opacity: 1;
  transition-duration: 200ms;
}

.timepicker-container {
  background-color: #fff;
  z-index: 10;
  width: 250px;
  height: 320px;
  bottom: 0;
  padding: 30px;
  border-radius: 5px;
  position: absolute;
  box-shadow: 0 0 8px 0 rgba(48, 48, 52, 0.65);
}

.circular-menu.time_hours {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(165, 165, 186, 0.09);
  border-radius: 50%;
}

.circular-menu.time_minutes {
  width: 100px;
  height: 100px;
  position: relative;
  margin: -150px auto 0;
  border-radius: 50%;
}

.circle.time_hours {
  width: 200px;
  height: 200px;
  opacity: 0;

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.circle.time_minutes {
  width: 100px;
  height: 100px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.open.circle {
  box-shadow: 0 0 2px 0 rgba(180, 180, 203, 0.18);
  opacity: 1;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition-duration: 500ms;
}

.open.circle.time_hours {
  box-shadow: 0 0 5px 0 rgba(104, 104, 117, 0.58);
  transform: translateX(-4px);
  transition-duration: 600ms;
}

.open.circle.time_minutes {
  box-shadow: 0 0 2px 0 rgba(104, 104, 117, 0.14);
  background-color: rgba(180, 180, 202, 0.14);
}

.circle li {
  color: #ff773f;
  border-radius: 50%;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 40px;
  margin-left: -15px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  cursor: pointer;
  transition-duration: 200ms;
}

.circle li:hover {
  color: rgba(235, 235, 255, 0.67);
  background-color: rgba(0, 87, 138, 0.6);
  transition-duration: 200ms;
}

.circle li.active {
  color: #172b50;
  font-weight: bold;
  transition-duration: 200ms;
}

.selected {
  display: flex;
  flex-direction: row;
  position: relative;
  width: auto;
  margin: auto;
  top: 40px;
}

.selected span {
  font-size: 3.5rem;
  color: rgba(68, 68, 68, 0.67);
  margin: auto;
  width: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.selected .selected-hour,
.selected .selected-minutes {
  color: rgba(0, 116, 182, 0.82);
  display: flex;
  flex-flow: row;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.validate {
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  max-width: 60px;
  padding: 5px;
  background-color: #172b50;
  box-shadow: 0 5px 5px 0 rgba(104, 104, 117, 0.58);
  color: #fff;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  transition-duration: 200ms;
}

.validate:hover {
  background-color: #0e90d2;
  transition-duration: 200ms;
}

.time-mode {
  z-index: 5;
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 0;
}

.time-mode input {
  cursor: pointer !important;
  box-shadow: 0 0 2px 0 rgba(15, 12, 69, 0.54);
}

.time-mode i {
  color: rgba(205, 205, 205, 0.68);
  position: relative;
  font-size: 18px;
  top: -3px;
  right: 5px;
  transform: rotateZ(-15deg);
}

.time-mode.active i {
  color: #172b50;
  transition-duration: 200ms;
}

/*custom fixed side bar*/

.sidebar-widget-contrib {
  min-width: 230px;
}

@media screen and (min-width: 992px) {
  .sidebar-widget-contrib {
    position: relative;
    top: 0;
    transition-duration: 500ms;
    width: 280px !important;
  }

  .sidebar-widget-contrib.position-fixed-to-parent {
    top: unset !important;
    position: fixed !important;
  }
}

.contribution {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  text-align: center;
}

.beneficiary,
.creator {
  font-size: 0.9rem;
  font-weight: bold;
  display: block;
  text-align: center;
}

.share-raising-socials {
  list-style: none;
  margin: -5px 0 0;
  padding: 0;
  display: flex;
  flex-flow: row;
}

.share-raising-socials li {
  margin-left: auto;
  margin-right: auto;
}

.share-raising-socials li a {
  display: block;
  width: 45px;
  height: 35px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}

.share-raising-socials li a:hover {
  opacity: 0.6;
  box-shadow: 0 0 8px 0 #c8c6c7;
  transition-duration: 200ms;
}

/*Dashboard user raisings*/

.card-raising {
  z-index: 2;
  height: 250px;
  min-width: 280px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  border: none !important;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 2px 0 rgba(221, 217, 228, 0.23) !important;
  transition-duration: 300ms;
}

.card-raising:hover {
  box-shadow: 0 12px 15px 0 rgba(207, 204, 214, 0.64) !important;
  transition-duration: 80ms;
}

.card-raising .preview-img {
  width: 100%;
  background-color: #fff;
  min-height: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.card-raising .preview-img .participate,
.card-raising .preview-img .funds {
  position: absolute;
  background-color: #fff;
  color: #005cd0;
  top: 80px;
  font-weight: bold;
  border-radius: 20px;
  width: 140px;
  left: calc((100% - 140px) / 2);
  z-index: 3;
  opacity: 0;
  transform: scale(0, 0);
  transition-duration: 100ms;
}

.card-raising:hover .preview-img .participate,
.card-raising .preview-img .funds {
  transform: scale(1, 1);
  opacity: 1;
  transition-duration: 200ms;
}

.card-raising .preview-img::after {
  content: '';
  position: relative;
  display: block;
  z-index: 1;
  background-color: rgba(0, 87, 138, 0.4);
  width: 100%;
  height: 100%;
}

.card-raising .preview-img .tool-target {
  z-index: 3;
  font-size: 1rem;
  position: absolute;
  left: -8px;
  top: -8px;
  height: 40px;
  width: auto;
  border: none !important;
  background-color: #005cd0;
  border-bottom-right-radius: 35px;
  color: #fff;
  box-shadow: 0 0 8px 0 rgba(10, 67, 190, 0.35);
  text-align: center;
  display: block;
  padding: 8px 16px;
}

.card-raising .preview-img .tool-target::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2d8709;
  padding: 0;
  bottom: -5px;
  left: 0;
  transform: rotateZ(-135deg);
}

.card-raising .preview-img .tool-target::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #085b9f;
  padding: 0;
  top: 0.17rem;
  right: -8px;
  transform: rotateZ(45deg);
}

.card-raising .preview-img .tool-edit,
.card-raising .preview-img .tool-percent,
.tool-percent-show {
  font-size: 2.2rem;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-bottom-left-radius: 100%;
  border: none !important;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(207, 204, 214, 0.38);
  text-align: center;
  display: block;
  padding-left: 10px;
  padding-top: 3px;
}

.card-raising .preview-img .tool-edit i.fas {
  transform: rotateZ(0deg);
  transition-duration: 0.6s;
}

.card-raising .preview-img .tool-edit:hover i.fas {
  transform: rotateZ(360deg) translateY(-1px);
  transition-duration: 400ms;
}

.card-raising .preview-img .tool-percent,
.tool-percent-show {
  padding-top: 12px;
  font-size: 0.8rem;
  font-weight: bold !important;
  color: #734292;
}

.tool-percent-show {
  height: 56px;
  width: 56px;
  padding-top: 15px;
  box-shadow: 0 0 4px 0 rgba(207, 204, 214, 0.04);
}

.card-raising .bottom-card-raising-stats {
  border: none !important;
  /* TODO - Check if no problems */
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0; */
  width: 100%; /* Added */
  /* min-height: 25px; */
  height: auto;
  background-color: rgb(245, 242, 253);
}

.card-raising .bottom-card-raising-stats .money {
  display: inline-block;
  flex-wrap: nowrap;
  width: max-content;
}

.card-raising .bottom-card-raising-stats .col-4 span.mx-auto {
  font-size: 0.75rem;
  color: #172b50;
}

.card-raising .bottom-card-raising-stats .col-4 span.text-center {
  top: -2px;
  font-size: 0.72rem;
  display: inline;
  word-break: unset;
  color: #734292;
}

.card-raising .bottom-card-raising-stats .col-4 a:hover * {
  color: #172b50;
  transition-duration: 100ms;
}

.card-raising .raising-description {
  font-size: 0.86rem;
}

.edit-tool {
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 1.5rem;
  color: #fff;
}

.edit-tool:hover {
  transform: rotateZ(-30deg) !important;
  color: #734292 !important;
  transition-duration: 0.1s;
}

.verified-badge {
  width: 25px;
  height: 25px;
  right: 5px;
  position: absolute;
  opacity: 0.7;
  background-size: cover;
}

/*tabs*/

.pane {
  margin-top: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.pane .tabs {
  width: 100%;
  background-color: #fff;
}

.pane .tabs ul {
  display: flex;
  flex-flow: row;
  margin: 0;
  padding: 0;
}

.pane .tabs ul li {
  display: block;
  width: 33.33%;
  padding-top: 12px;
  height: 45px;
  background-color: #fafafa;
  color: #172b50;
  border-radius: 0 !important;
  border: none;
  border-bottom: 5px solid transparent;
  font-weight: bold;
  transition-duration: 100ms;
}

.pane .tabs ul li:hover {
  background-color: rgba(0, 67, 148, 0.2);
  border-bottom: 5px solid rgba(0, 64, 137, 0.68);
}

.pane .tabs ul li.tab.active {
  background-color: #172b50;
  color: #fff;
  height: 45px;
  border-bottom: 5px solid rgb(0, 58, 124);
  transition-duration: 200ms;
}

.pane .contents {
  width: 100%;
  display: flex;
  flex-flow: row;
  overflow: hidden;
}

.pane .contents .content {
  display: block;
  min-width: 100%;
  order: 2;
  padding: 0 0 0 60px;
  opacity: 0;
  margin-top: -800px;
  height: 0;
  min-height: auto;
  transition-duration: 200ms;
}

.pane .contents .content.active {
  order: 1;
  display: block;
  opacity: 1;
  padding-left: 0;
  margin-top: 0;
  height: auto;
  transition-duration: 800ms;
  transition: height 200ms;
}

.pane .contents .content.limited {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/*contributors*/

.contributor-describe-card {
  display: block;
  max-width: 50%;
}

.contributor-message-card {
  display: block;
  border-top: 0.001rem solid rgba(0, 140, 214, 0.03);
}

.contributor-message-card:nth-child(1) {
  border-top: none;
}

.contributor-describe-card .pic,
.contributor-message-card .pic {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
  background-image: url(./../images/user.png);
}

.contributor-message-card .contributor {
  width: 120px;
  height: auto;
}

.contributor-message-card .contributor span {
  text-align: center;
  display: block;
  font-size: 13px;
  padding-top: 3px;
  color: rgba(0, 55, 85, 0.79);
}

.contributor-message-card .message {
  width: calc(100% - 120px);
  font-size: 0.8rem;
  color: rgba(70, 73, 75, 0.42);
}

.contributor-message-card .message p {
  font-size: 0.9rem;
  padding-top: 5px;
  color: rgba(31, 32, 33, 0.8);
}

.contributor-describe-card span {
  display: block;
  text-align: center;
  font-size: 13px;
}

.contributor-describe-card span:nth-child(1) {
  margin-top: 8px;
  text-transform: capitalize;
  font-weight: bold;
}

.contributor-describe-card span:nth-child(2) {
  font-size: 12px;
  color: rgba(31, 32, 33, 0.55);
}

.contributor-describe-card span:nth-child(2) {
  font-size: 14px;
  color: rgba(0, 31, 63, 0.8);
}

/*custom-input*/

.custom-input-block {
  display: flex;
  flex-flow: row;
}

.custom-input-block input {
  display: block;
  width: calc(100% - 50px);
  letter-spacing: 2px;
  color: rgba(14, 14, 15, 0.75);
  border: 0;
  max-height: 44px;
  padding: 12px;
  background-color: rgb(252, 252, 252);
  transition-duration: 200ms;
}

.custom-input-block input:focus,
.custom-input-block input:hover {
  background-color: #fff;
  transition-duration: 200ms;
}

.custom-input-block button {
  width: 50px;
  max-height: 44px;
  font-size: 25px;
  background-color: #f7f7f7;
  color: rgba(0, 87, 138, 0.91);
  padding-left: 12px;
  border: none;
  transition-duration: 100ms;
}

.custom-input-block button.btn-text {
  width: 80px;
  font-weight: bold;
  font-size: 15px;
  padding-left: 6px;
  color: #fff;
  background-color: #734292;
  transition-duration: 100ms;
}

.custom-input-block button:hover {
  background-color: #eaeaea;
  color: rgb(0, 87, 138);
  transition-duration: 100ms;
}

.custom-input-block button.btn-text:hover {
  background-color: #308d0a;
  color: rgba(250, 250, 250, 0.81);
  transition-duration: 100ms;
}

/*custom pagination*/

.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.pagination .page-item {
  width: 38px;
  min-width: 38px;
  height: 40px;
  min-height: 40px;
  text-align: center;
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.pagination .page-item .page-link {
  border-radius: 50% !important;
  border: none;
}

.pagination .page-item:nth-child(1) .page-link,
.pagination .page-item:last-child .page-link {
  background-color: transparent;
  border-radius: 0 !important;
}

.pagination .page-item:nth-child(1),
.pagination .page-item:last-child {
  width: auto;
}

.pagination .page-item .page-link {
  color: #172b50 !important;
}

.pagination .page-item.active .page-link {
  background-color: #172b50 !important;
  color: white !important;
  font-weight: bold;
}

.pagination .page-item.disabled .page-link {
  color: rgba(151, 151, 151, 0.74) !important;
}

/*custom-bar-load*/

.custom-bar-load {
  display: block;
  position: relative;
  background-color: #172b50;
  width: 100%;
  height: 16px;
  overflow: hidden;
  text-align: center;
}

.custom-bar-load .value {
  font-size: 12px;
  z-index: 3;
  position: relative;
  bottom: 0.26rem;
  font-weight: bold;
  color: #fff;
  font-family: Arial, sans-serif;
}

.custom-bar-load .loaded {
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #734292;
}

.raising-secure {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 32%,
    rgba(255, 255, 255, 0.5116246327632615) 83%,
    rgba(255, 255, 255, 0) 97%
  );
}

.fb-share-button button {
  padding: 12px !important;
}

.sharethis-inline-share-buttons {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}

.sharethis-inline-share-buttons .st-btn {
  height: 40px !important;
  width: 45px !important;
  min-width: 45px !important;
}

.sharethis-inline-share-buttons .st-btn img {
  height: 25px !important;
  width: 25px !important;
}

.sharethis-inline-share-buttons .st-btn > span {
  margin-top: 5px !important;
  font-weight: bold !important;
  font-size: 0.8rem !important;
}
.sharethis-inline-share-buttons .st-label {
  display: none !important;
}

/*fix logo header mt*/

.logo-header {
  position: relative;
  top: -2px;
}
