
body {
	padding: 0;
	margin: 0;
}

.donate_alert {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.72);
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;

}

.donate_block {
	justify-content: center;
	background: #fbf4ea;
	height: auto;
	width: 100%;
	max-width: 500px;
	padding: 20px;
	justify-content: center;
}

.donate_payments {
	justify-content: center;
	
}


.main {

	padding: 20px;
	min-height: 300px;
}


.header {
	margin: 30px;
	height: 80px;
	width: 100%;
	background-color: white;
	border: 1px solid black;
	color: black;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.logo {
	font-size: 24px;
	
}

.p-logo {
	padding: 0;
	margin: 0;
	font-size: 10px;
	max-width: 500px;
}

.menu {
	font-size: 12px;
}

.img {
	max-width: 700px;
	width: 100%;
	overflow: hidden;
	height: auto;
	z-index: 0;
}

.img-text {
	position: absolute;
	z-index: 1;
	opacity: 0.70;
	transform: translateX(5px);
	word-break: break-word;
}

.texttransform {
	display: inline-flex;
}

.lettertransform {
	display: inline-flex;
}


.main {
display: flex;
width: 100%;
}

.main-button {
	margin-top: 20px;
}

.button {
	color: white;
	background: black;
	border: 0;
	padding: 10px;
}

.btn_download {
	position: absolute;
}

.btnd {
	height: 40px;

}

.settings {
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed rgba(158, 158, 158, 0.34);
	padding-right: 5px;
}


.note-editable {
	height: 250px;
}

.note-toolbar {
	border-bottom: 1px solid black;
}


.pagination_ {
	padding-top: 20px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.twopart {
		position: relative;
		top: 80px;
	}
}


@media (min-width: 1200px) {
	.twopart {
		position: relative;
		top: 10px;
	}
}
@media (min-width: 992px) {
    .fix {
        position: sticky;
        width: 100%;
        height: 60px;
        top: 0px;
        right: 0;
        bottom: 0;
        z-index: 1000;
    }
}

.settings_span {
	font-size: 18px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.settings_image_span {
	font-size: 18px;

}

.image_settings_span {
	font-size: 20px;
	display: flex;
	justify-content: center;
	padding: 25px;
	text-align: center;
}

.change {
	padding: 20px;
 	border: 1px dashed rgb(158, 158, 158);
}


.ui-slider {
    position: relative;
    background: #c5c5c5;
    height: 12px;
  
}
.ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -50px;
    text-align: center;
    width: 100px;
    height: 36px;
    font-size: 18px;
    line-height: 18px;
    padding-top: 4px;
    cursor: pointer;
    border: 4px solid #BFE2FF;
    top: -13px;
    background: #c5c5c5;
    z-index: 2;
    color: #000;    

}
.ui-slider .ui-slider-handle b {
    padding: 0 8px;
    font-family: Courier, monospace;
    color: #BFE2FF;    
}
.ui-slider .ui-slider-handle:hover b {
    color: #337AB7;    
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 12px;
    display: block;
    border: 0;
    background: #c5c5c5;

}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;   

}

.span_line {
	display:inline-block;
 	width: 6em;
 	margin: 10px;
 	height: 0.5px;
  	border:1px solid #c2c2c2;

} 

.field__wrapper {
  width: 100%;
  position: relative;
  margin: 15px 0;
  text-align: center;
}
 
.field__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
 
.field__file-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
 
.field__file-fake {
  height: 60px;
  width: calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  border: 1px solid #c7c7c7;
  border-radius: 3px 0 0 3px;
  border-right: none;
}
 
.field__file-button {
  width: 130px;
  height: 60px;
  background: #c2c2c2;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

footer {
	display: flex;
	justify-content: center;
	background-color: rgba(233, 233, 233, 0.33);
	padding: 15px;

}


.footer {
	display: flex;
	width: 100%;
	max-width: 1200px;
	height: 50px;
	justify-content: center;
	text-align: center;
}

.page_handwritter_with_bg {
	width: 100%;
	max-width: 500px;
}


.success_img {

	max-width: 700px;
	width: 100%;
	margin-bottom: 10px;

}
