
.modal .modal-content {
	padding: 50px;
	padding-top: 30px;
	top: 20px;
}

.modal .modal-content h2{
	text-align: center;
	margin-bottom: 20px;
}

.modal .modal-content .cshcs-validate-tab{
    display: none;
    width: 100%;
    height: 40px;
    background-color: #f22;
    color: #fff;
    font-style: italic;
    margin-bottom: 25px;
    padding-left: 10px;
    line-height: 40px;
}

.modal .modal-content .cshcs-left-nav, .cshcs-right-nav{
	display: block;
	height: 40px;
    width: 150px;
    margin: 0;
    padding: 0;
	margin-top: 35px;
    float: left;
    opacity: unset;
    text-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    outline: none;
}

.modal .modal-content .cshcs-left-nav{
	float: left;
    color: #bec770;
    border-color: #bec770;
}
.modal .modal-content .cshcs-left-nav:focus{
    background-color: #eee;
}


.modal .modal-content .cshcs-right-nav{
	float: right;
    background-color: #6f8a3b;
    border-color: #6f8a3b;
    color: #fff;
}

.modal .modal-content .cshcs-right-nav:focus{
    background-color: #8e9c73;
    border-color: #8e9c73;
}
    
.modal .modal-content .cshcs-tab-message, .cshcs-tab-payment{
	display: none;
}
.cshcs-tab-make-donate ul{  
    margin: 0 -16px 0 -16px;
    padding: 0;
}

.cshcs-tab-make-donate ul li{
    list-style-type: none;
    float: left;
    font-size: 1.6em;
    padding-left:16px;
    padding-right: 16px;
    width: 20%;
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.cshcs-tab-make-donate ul li span{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #8a3b3bbf;
    border-radius: 10px;
    line-height: 50px;
}

.cshcs-tab-make-donate .cshcs-span-selected{
    background-color: #3c763d;
    color: #fff;
}

.cshcs-tab-make-donate #cshcs-left-money {
    float: left;
    width: 20%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 10px 0 0 10px;
    border-right: none;
    text-align: center;
    line-height: 50px;
    font-size: 1.6em;
    font-weight: 500;
}

.cshcs-tab-make-donate input[name = "donor[money]"]{
    width: 60%;
    height: 50px;
    display: inline-block;
    padding-left: 20px;
    font-size: 2em;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.cshcs-donate-tab .form-control:focus{
    box-shadow: none;
    border-color: #ccc;
}

.cshcs-tab-make-donate #cshcs-right-money {
    float: right;
    width: 20%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 0 10px 10px 0;
    border-left: none;
    text-align: center;
    line-height: 50px;
    font-size: 1.6em;
    font-weight: 500;
}

.cshcs-donor-checkbox {
    margin-top: 20px;
}

.cshcs-donor-checkbox input[type = "checkbox"]{
    margin-right: 5px;
}

.cshcs-tab-message textarea{
    margin-bottom: 20px;
}

.cshcs-tab-message #cshcs-donor-name{
    position: relative; 
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
}

#cshcs-avatar{
    width: 90px;
    height: 90px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 45px;
    background-image: url('../img/avatar.png');
    background-position: center;
    background-size: 100%;
}

#cshcs-avatar img{
    width: 90px;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 45px;
}

#cshcs-donor-name input[type = "text"]{
    position: absolute;
    width: 80%;
    height: 50px;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    padding-left: 20px;
}

.cshcs-donate-tab #cshcs-button-avatar{
    display: block;
    width: 90px;
    height: 30px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    cursor: pointer;
    transition: background-color 300ms ease-out;
}

.cshcs-donate-tab #cshcs-button-avatar:hover, .cshcs-donate-tab #cshcs-button-avatar:focus{
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

#cshcs-email-phone input[type = "email"], #cshcs-email-phone input[type = "number"]{
    height: 40px;
    border-radius: 25px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.cshcs-button-method-focus{
    background-color: #eee !important;
}

.cshcs-pay-by-card {
    display: none;
}


#cshcs-select-method #cshcs-select-method-row1{
    position: relative;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}

#cshcs-select-method-row1 #cshcs-select-method-col1{
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: bottom;
}

#cshcs-select-method-row1 #cshcs-select-method-col2{
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: bottom;
}

#cshcs-select-method #cshcs-select-method-row2{
    margin-bottom: 20px;
}

#cshcs-select-method-col2 .cshcs-button-method{
    display: inline-block;
    height: 40px;
    width: 120px;
    padding: 0;
    opacity: unset;
    text-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    outline: none;
    background-color: #fff;
}

#cshcs-select-method-col1 h3{
    margin: 0;
    padding: 0;
}

#cshcs-select-method-col1 span, #cshcs-select-method-col1 label{
    font-size: 35px;
    margin: 0;  
    color: #6f8a3b;
    font-weight: 500;
}

#cshcs-select-method-row2 ul{
    margin: 0;
    padding: 0;
}

#cshcs-select-method-row2 ul li{
    list-style-type: none;
    display: inline-block;
    width: 60px;
    height: 35px;
    margin-right: 20px;
    border: 1px solid #ccc;
}

#cshcs-select-method input[type = "text"]{
    height: 40px;
    border-radius: 25px;
    margin-bottom: 20px;
    padding-left: 20px;
}

#cshcs-select-method-row4{
    width: 100%;
    height: 70px;
}

#cshcs-select-method-row4 div:first-child{
    display: inline-block;
    width: 40%;
    float: left;
}

#cshcs-select-method-row4 div:nth-child(2){
    display: inline-block;
    width: 40%;
    float: right;
}

    






.modal .modal-content {
  line-height: normal;
  text-align: left;
}
.modal .modal-content h2 {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 40px !important;
}
.modal .modal-content label {
  color: rgba(0, 0, 0, 0.66);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.modal .modal-content .cshcs-tab-payment .cshcs-left-nav,
.modal .modal-content .cshcs-tab-payment .cshcs-right-nav {
  border: 2px solid #1ed670;
  height: 45px;
  line-height: 41px;
  background-color: #fff;
  color: #1ed670;
  border-radius: 50px;
  padding-top: 0 50px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 0.25s ease 0s;
}
.modal .modal-content .cshcs-tab-payment .cshcs-left-nav:hover,
.modal .modal-content .cshcs-tab-payment .cshcs-right-nav:hover {
  color: #fff;
  background-color: #1ed670;
}
.modal .modal-content .cshcs-tab-payment #cshcs-select-method-col1 h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  font-family: "Roboto", sans-serif;
}
.modal .modal-content .cshcs-tab-payment #cshcs-select-method-col1 span,
.modal .modal-content .cshcs-tab-payment #cshcs-select-method-col1 .cshcs-donate-amount-label {
  font-size: 32px !important;
  color: #1ed670;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.modal .modal-content .cshcs-tab-message .form-control {
  border: 1px solid #ccc;
}
.modal .modal-content .cshcs-tab-message .cshcs-left-nav,
.modal .modal-content .cshcs-tab-message .cshcs-right-nav {
  border: 2px solid #1ed670;
  height: 45px;
  line-height: 41px;
  background-color: #fff;
  color: #1ed670;
  border-radius: 50px;
  padding-top: 0 50px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 0.25s ease 0s;
}
.modal .modal-content .cshcs-tab-message .cshcs-left-nav:hover,
.modal .modal-content .cshcs-tab-message .cshcs-right-nav:hover {
  color: #fff;
  background-color: #1ed670;
}
.modal .modal-content .cshcs-tab-make-donate .cshcs-left-nav,
.modal .modal-content .cshcs-tab-make-donate .cshcs-right-nav {
  border: 2px solid #1ed670;
  height: 45px;
  line-height: 41px;
  background-color: #fff;
  color: #1ed670;
  border-radius: 50px;
  padding-top: 0 50px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 0.25s ease 0s;
}
.modal .modal-content .cshcs-tab-make-donate .cshcs-left-nav:hover,
.modal .modal-content .cshcs-tab-make-donate .cshcs-right-nav:hover {
  color: #fff;
  background-color: #1ed670;
}
.modal .modal-content .cshcs-tab-make-donate ul li span {
  height: 60px;
  border: 2px solid #1ed670;
  border-radius: 12px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.66);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 56px;
  transition: all 0.25s ease 0s;
}
.modal .modal-content .cshcs-tab-make-donate ul li span.cshcs-span-selected, .modal .modal-content .cshcs-tab-make-donate ul li span:hover {
  background-color: #1ed670;
  color: #fff;
}
.modal .modal-content .cshcs-tab-make-donate #cshcs-button-amout {
  margin-bottom: 40px;
}
.modal .modal-content .cshcs-tab-make-donate #cshcs-left-money,
.modal .modal-content .cshcs-tab-make-donate #cshcs-right-money {
  border: 2px solid #1ed670;
}
.modal .modal-content .cshcs-tab-make-donate .form-control {
  border-top: 2px solid #1ed670;
  border-bottom: 2px solid #1ed670;
}
.modal .modal-content .cshcs-tab-make-donate .wrap-number {
  margin-bottom: 30px;
}
.modal .modal-content .cshcs-tab-make-donate .cshcs-wrap-select {
  height: 60px;
  border: 2px solid #1ed670;
  border-radius: 12px;
}
.modal .modal-content .cshcs-tab-make-donate .cshcs-wrap-select select {
  width: 100%;
  height: 56px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}




















