/*
 * Common styles for payment modals
 */
/*.payment-modal.modal {*/
    /*font-size: 15px;*/
    /*color: #555;*/
/*}*/

/*.payment-modal.modal h1 {*/
    /*font-size: 24px;*/
    /*color: #333;*/
    /*line-height: 100%;*/
    /*font-weight: 400;*/
    /*padding: 10px 0 10px 0;*/
/*}*/

/*!* payment form *!*/
/*.payment-modal .modal-title{*/
	/*color: #333;*/
	/*font-size: 24px;*/
	/*font-weight: 400;*/
	/*letter-spacing: -1px;*/
	/*line-height: 100%;*/
	/*padding: 10px 0 10px 0;*/
/*}*/

/*.payment-modal#simple {*/
    /*font-size: 18px;*/
    /*color: #333333;*/
    /*padding: 20px 30px;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
/*}*/

/*.payment-modal .form {*/
	/*clear: both;*/
/*}*/

/*.payment-modal .form fieldset {*/
	/*padding-top: 10px;*/
/*}*/

/*.payment-modal#simple input, .payment-modal#simple select {*/
    /*height: auto;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
    /*border: 1px solid #ccc;*/
    /*padding: 8px 10px;*/
/*}*/

/*.payment-modal .form-control {*/
    /*background-color: #fff;*/
/*}*/

/*.payment-modal .price {*/
    /*text-align: center;*/
    /*padding: 0;*/
/*}*/

/*.payment-modal .price .cost {*/
    /*font-size: 60px;*/
    /*font-weight: 300;*/
    /*padding-bottom: 10px;*/
/*}*/

/*.payment-modal .billed{*/
    /*font-size:15px;*/
/*}*/

/*.payment-modal .price sup {*/
    /*font-size: 15px;*/
    /*top: -30px;*/
    /*left: 0px;*/
    /*font-weight: 600;*/
/*}*/

/*.payment-modal .paypal {*/
    /*padding-top: 20px;*/
    /*margin-top: 20px;*/
    /*padding-bottom: 10px;*/
    /*float: left;*/
    /*width: 100%;*/
/*}*/

/*.payment-modal .paypal span {*/
    /*position: relative;*/
    /*top: -20px;*/
    /*padding-right: 10px;*/
/*}*/
/*@-moz-document url-prefix() {*/
  /*.payment-modal .paypal span {*/
    /*top:0;*/
  /*}*/
/*}*/

/*.payment-modal .paybutton button.submit {*/
    /*background-color: #FF6009;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
    /*color: #fff;*/
    /*font-size: 18px;*/
    /*border: none;*/
    /*padding: 14px 20px;*/
    /*width: 100%;*/
    /*position: relative;*/
    /*transition: all 0.2s ease;*/
    /*margin-top: 23px;*/
/*}*/

/*.payment-modal .paybutton button.submit:hover {*/
    /*background-color: #FF6009;*/
    /*transition: all 0.2s ease;*/
/*}*/

/*!*.payment-modal .paybutton button.submit:before {*!*/
    /*!*content: "\f023";*!*/
    /*!*font-family: FontAwesome;*!*/
    /*!*top: 10px;*!*/
    /*!*left: 50px;*!*/
    /*!*position: absolute;*!*/
    /*!*font-weight: 300;*!*/
    /*!*font-size: 24px;*!*/
/*!*}*!*/

/*.payment-modal .cvv, .payment-modal .paybutton {*/
    /*padding-right: 0;*/
/*}*/

/*.payment-modal .paybutton {*/
	/*float: left;*/
	/*position: relative;*/
	/*width: 100%;*/
/*}*/

/*.payment-modal .paybutton #pay-now-overlay {*/
	/*background-color: rgba(51, 51, 51, 0.8);*/
	/*height: 100%;*/
	/*position: absolute;*/
	/*width: 100%;*/
	/*z-index: -1;*/
/*}*/
/*.payment-modal .paybutton #pay-now-overlay.active{z-index:1;}*/
/*.payment-modal .paybutton #pay-now-overlay .spinner{height:100%;width:100%;}*/
/*.payment-modal .paybutton #pay-now-overlay .spinner:before {*/
	/*border-top-color: rgba(0, 0, 0, 0);*/
	/*height: 30px;*/
	/*left: 49%;*/
	/*top: 39%;*/
	/*width: 30px;*/
/*}*/

/*.payment-modal .form-group i {*/
    /*position: absolute;*/
    /*right: 10px;*/
    /*top: 28px;*/
    /*color: #ccc;*/
    /*font-size: 24px;*/
/*}*/

/*.payment-modal button.close {*/
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 10px;*/
/*}*/

/*.payment-modal#simple .modal-dialog {*/
    /*width: 700px;*/
    /*height: 580px;*/
    /*position: absolute;*/
    /*z-index: 100;*/
    /*overflow: hidden;*/
    /*top: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
/*}*/

/*.payment-modal .month, .payment-modal .year {*/
    /*padding-left: 0;*/
/*}*/

/*.payment-modal .exp-label{padding-left: 0;}*/

/*.payment-modal label{font-size:15px;float:left;padding-bottom: 5px;padding-left: 5px;}*/

/*.payment-modal .field_error {*/
    /*border: 1px solid #ff0000 !important;*/
/*}*/

/*.payment-modal .payment-errors, .paypal-errors {*/
    /*color:#ff0000;*/
    /*font-size: 15px;*/
    /*padding: 5px 0 0 0;*/
/*}*/

/*.payment-modal .paybutton button[disabled].submit:hover{*/
    /*background-color: #80a100;*/
/*}*/

/*.payment-modal .paybutton button[disabled].submit{*/
    /*cursor: default;*/
/*}*/

.simple-content{
    padding: 0 !important;
    margin: 0 !important;
        height: 100%;
    width: 100%;

}
.simple-content .modal-body {
    padding: 0;
        height: 100%;
    width: 100%;
}
.simple-content .row {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    width: 100%;
}
.simple-content *:not(i){
    font-family: "Lato", sans-serif;
}

.simple-content .payment{
    padding: 0 !important;
    height: 100%;
}
.simple-content .payment label{
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 3px !important;
}

.simple-content  .right{
    text-align: center;
    padding: 50px 25px 0 25px;
    background: #fff;

}

.simple-content .left, .simple-content .right{
    height: 100%;
}

.simple-content .left {
    background: #283B4D;
    color: #fff;
    padding: 24px 20px 10px 22px;
    position: relative;
    text-align: center;
}

#simple .simple-content .left h1{
    color: #FFF;
    margin-top: 5px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight:400;
    text-align: center;
    letter-spacing: 0;
}

.simple-content .price{
    font-size: 50px;
    font-weight: 400;
    position: relative;
    text-align: center;
    line-height: 100%;
}

.simple-content .price sup{
    font-size: 22px;
    top: -26px;
    left: 2px;
    font-weight: bold;
}

.simple-content .billed-annually{
    font-size: 13px;
    text-align: center;
}

.simple-content .bullets{
    padding-left: 30px;
    margin-top: 35px;
    text-align: left;
}
.simple-content .bullets p {
    margin-bottom: 10px;
    font-size: 15px;
}
.simple-content .or{
    float: left;
    position: relative;
    top: 12px;
    left: 40px;
    color: #333333;
}

.simple-content .badges{
    margin-top: 35px;
    left: 55px;
    text-align: center;
    bottom: 20px;
    position: absolute;
}

.badges img{
    vertical-align: top;
    display: inline-block;
    padding: 10px;
}

.simple-content  input[type="text"]{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #BDBDBD;
    font-size: 15px;
    height: 40px;
}

.simple-content select{
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #BDBDBD !important;
    height: 40px !important;
}

.simple-content .credit-card-images {
    top: 35px;
    right: 10px;
    position: relative;
}

.simple-content .field-error-text{
	display: none;
	color: #EB5757;
	font-size: 12px;
}

.simple-content .field_error{
	border: 1px solid #EB5757 !important;
}

.simple-content .payment-errors{
    color: #EB5757;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.simple-content .form.pull-right {
    margin-bottom: 20px;
}
.simple-content .form-group{
    margin-bottom: 8px;
    text-align: left;
}

.simple-content .form-group.has-errors{
    margin-bottom: 0px;
}

.simple-content .date{
    padding-right: 0 !important;
}

.simple-content .cvv{
    padding-left: 8px;
}

.simple-content .cvv input{
    padding-left:10px;
    padding-right: 5px;
}
.expiration {
    padding-left: 0;
}
.paypal-wrapper{
    margin-top: 15px;
    border: none;
}
.paypal-wrapper span {
    display: inline-block;
    color: #4F4F4F;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 18px;
}

.left ul li:before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(https://s3.amazonaws.com/landing.wisestamp.com/c815b360cde58d80372ae6e7def04e53/Union-intro-up.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: 4px;
    margin-right: 6px;
}

.left ul li{
    line-height: 200%;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
}
.left ul{
    list-style: none;
    padding: 0;
    text-align: left;
}

.simple-content .date select{
    font-size: 15px !important;
}

#pp_button {background:url('https://s3.amazonaws.com/landing.wisestamp.com/c815b360cde58d80372ae6e7def04e53/paypal-bf-modal.svg');width:173px;height:50px;cursor:pointer;border:0}


/* Styles for new modal */
/* Generic modal */
.generic-modal.modal{
    top: 30px;
}
.generic-modal .modal-content{
    text-align: start;
}
.generic-modal .modal-dialog{
    width: 540px;
}
.generic-modal .close-modal{
    position: absolute;
    right: -32px;
    top: -37px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
}
.generic-modal .modal-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding: 15px;
}
.generic-modal .top-text{
    color: #283B4D;
    font-size: 15px;
    margin-bottom: 10px;
}
.generic-modal .top-text .bullet{
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF6009;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 2px;
}
.generic-modal .mid-text{
  margin: 18px 0 18px 0;
  font-weight: bold;
  font-size: 20px;
  color:  #283B4D;
}
.generic-modal .promo{
    position: relative;
    height: 163px;
    width: 482px;
    padding-top: 24px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background: rgba(28,183,235,1);
    background: -moz-linear-gradient(-45deg, rgba(28,183,235,1) 0%, rgba(124,88,181,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(28,183,235,1)), color-stop(100%, rgba(124,88,181,1)));
    background: -webkit-linear-gradient(-45deg, rgba(28,183,235,1) 0%, rgba(124,88,181,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(28,183,235,1) 0%, rgba(124,88,181,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(28,183,235,1) 0%, rgba(124,88,181,1) 100%);
    background: linear-gradient(135deg, rgba(28,183,235,1) 0%, rgba(124,88,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb7eb', endColorstr='#7c58b5', GradientType=1 );
}
.generic-modal .promo-title{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 3px 0 0 20px;
}
.generic-modal .promo-text{
    font-size: 15px;
    color: #ffffff;
    margin: 10px 0 0 20px;
    max-width: 206px;
    line-height: 16px;
}
.generic-modal .promo-img{
    position: absolute;
    top: 0;
    right: 0;
}
.generic-modal .mid-btn{
  background-color: #FF6009;
  color: #FFFFFF;
  font-size: 20px;
  padding: 12px 70px;
  border-radius: 2px;
  box-shadow: chocolate;
  cursor: pointer;
  transition: all .2s ease-out;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 28px;
}
.generic-modal .mid-btn:hover{
    transform: scale(1.1);
}
.generic-modal .footer{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.generic-modal .footer-title{font-weight: bold;color: #283B4D;font-size: 15px;margin: 0 auto;a: bold;display: inline-block;}
.generic-modal .footer-icons{
  display: flex;
  justify-content: space-around;
  margin-top: 9px;
}
.generic-modal .footer-icons .footer-icons-benef i{
    color: #1CB7EB;
    margin-right: 9px;
}
.generic-modal .footer-icons-left{
  display: flex;
  flex-direction: column;
  color: #283B4D;
  font-size: 15px;
  line-height: 160%;
}
.generic-modal .footer-icons-right{
  display: flex;
  flex-direction: column;
  color: #283B4D;
  font-size: 15px;
  line-height: 160%;
}
.generic-modal .divider{
  margin: 20px 0 20px 0;
  border-top: 1px solid;
  width: 90%;
  border-color: #E0E0E0;
}

/* claim domain modal */
.domain-modal.modal{
    top: 30px;
}
.domain-modal .modal-dialog{
    width: 540px;
}
.domain-modal .modal-content{
    text-align: start;
}
.domain-modal .close-modal{
    position: absolute;
    right: -32px;
    top: -37px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
}
.domain-modal .modal-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding: 15px;
}
.domain-modal .top-text{
    color: #283B4D;
    font-size: 15px;
    margin-bottom: 13px;
}
.domain-modal .top-text .bullet{
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF6009;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 2px;
}
.domain-modal .promo{
    border-radius: 4px;
    position: relative;
    background: rgba(28,183,235,1);
    background: -moz-linear-gradient(-45deg, rgba(28,183,235,1) 0%, rgba(124,88,181,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(28,183,235,1)), color-stop(100%, rgba(124,88,181,1)));
    background: -webkit-linear-gradient(-45deg, rgba(28,183,235,1) 0%, rgba(124,88,181,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(28,183,235,1) 0%, rgba(124,88,181,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(28,183,235,1) 0%, rgba(124,88,181,1) 100%);
    background: linear-gradient(135deg, rgba(28,183,235,1) 0%, rgba(124,88,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb7eb', endColorstr='#7c58b5', GradientType=1 );
}
.domain-modal .promo-content{
    top: 0;
    width: 482px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 14px;
}
.domain-modal .promo-top-text{
    font-size: 24px;
    color:  #FFFFFF;
    margin: 15px auto;
    width: 316px;
}
.domain-modal .promo-domain-input{
    width: 427px;
    margin: 0 auto;
    height: 46px;
    font-size: 17px;
    padding: 0 14px;
    color: #333;
    border: none;
    border-radius: 2px;
}
.domain-modal .promo-buttom-text{
    text-align: center;
    color:  #FFFFFF;
    font-size: 17px;
    line-height: 18px;
    margin-top: 13px;
}
.domain-modal .domain-options{
    margin-top: 20px;
    font-size: 15px;
}
.domain-modal .mid-text{
  margin: 10px 0 6px 0;
  font-weight: bold;
  font-size: 20px;
  color:  #283B4D;
}
.domain-modal .mid-text-add-domain{
    font-size: 13px;
    color: #333;
    margin-top: 10px;
}
.domain-modal .mid-btn{
  margin-top: 10px;
  background-color: #FF6009;
  color: #FFFFFF;
  font-size: 20px;
  padding: 12px 70px;
  border-radius: 2px;
  box-shadow: chocolate;
  cursor: pointer;
  transition: all .2s ease-out;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 28px;
}
.domain-modal .mid-btn:hover{
    transform: scale(1.1);
}
.domain-modal .footer{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.domain-modal .footer-title{
    font-weight: bold;
    color: #283B4D;
    font-size: 15px;
    margin: 0 auto;
    display: inline-block;
}
.domain-modal .footer-icons{
  display: flex;
  justify-content: space-around;
  margin-top: 9px;
}
.domain-modal .footer-icons .footer-icons-benef i{
    color: #1CB7EB;
    margin-right: 8px;
}
.domain-modal .footer-icons-left{
  display: flex;
  flex-direction: column;
  color: #283B4D;
  font-size: 15px;
  line-height: 160%;
}
.domain-modal .footer-icons-right{
  display: flex;
  flex-direction: column;
  color: #283B4D;
  font-size: 15px;
  line-height: 160%;
}
.domain-modal .divider{
  margin: 18px 0 18px 0;
  border-top: 1px solid;
  width: 90%;
  border-color: #E0E0E0;
}
.domain-modal [type="radio"]:checked,
.domain-modal [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.domain-modal [type="radio"]:checked + label,
.domain-modal [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.domain-modal [type="radio"]:checked + label:before,
.domain-modal [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 13px;
    height: 13px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.domain-modal [type="radio"]:checked + label:after,
.domain-modal [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #1CB7EB;
    position: absolute;
    top: 4px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.domain-modal [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.domain-modal [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* pay modal */

@media (min-width: 768px){
    #pay-modal .modal-dialog {
        width: 540px;
        margin: 30px auto;
    }
}
#pay-modal.modal{
    top: 50px;
    overflow: initial;
}
#pay-modal .modal-content{
    text-align: start;
}
#pay-modal .goback{
    position: absolute;
    left: 0px;
    top: -40px;
    font-size: 31px;
    color: #ffffff;
    cursor: pointer;
}
#pay-modal .modal-body{
    display: flex;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
    padding: 25px;
}
#pay-modal .title{
    display: flex;
    justify-content: space-between;
}
#pay-modal .title-text{
    color: #283B4D;
    font-size: 15px;
    /* margin: 0 auto; */
    line-height: 27px;
}
#pay-modal .title-text .bullet{
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF6009;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 2px;
}
#pay-modal .price-text{
  /* margin-top: 10px; */
  font-weight: bold;
  font-size: 20px;
  color:  #283B4D;
}
#pay-modal .price-text-small{
    font-size: 14px;
    position: absolute;
    right: 28px;
    top: 46px;
    color: #283B4D;
}
#pay-modal .payment-errors{
    color: #8b0707;
    position: relative;
    top: 10px;
    font-size: 18px;
    margin: 10px auto;
}

#pay-modal .submit-stripe-payment-form{
  margin-top: 10px;
  background-color: #FF6009;
  color: #FFFFFF;
  font-size: 20px;
  padding: 12px 70px;
  border-radius: 2px;
  box-shadow: chocolate;
  cursor: pointer;
  transition: all .2s ease-out;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.36);
}
#pay-modal .submit-stripe-payment-form:hover{
    transform: scale(1.1);
}


/* Form */

/* original style from bootstrap */
#pay-modal select.form-control{
    -webkit-appearance: menulist;
}
#pay-modal .form-control{
    border-radius: 2px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#pay-modal .stripe-form label{
    font-size: 15px;
    color: #333333;
    font-weight: initial;
}
#pay-modal .btn.btn-success.submit{
    margin-top: 10px;
    background-color: #FF6009;
    color: #FFFFFF;
    font-size: 18px;
    padding: 12px 70px;
    border-radius: 2px;
    box-shadow: chocolate;
    cursor: pointer;
    transition: all .2s ease-out;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.36);
    width: 100%;
    height: 53px;
    border-color: transparent;
    background-image: none;
    position: relative;
}
#pay-modal .btn.btn-success.submit:hover{
    transform: scale(1.07);
}
#pay-modal .btn.btn-success.submit img{
    position: absolute;
    left: 20px;
    top: 15px;
}
#pay-modal .stripe-form-row{
    display: flex;
    margin-top: 20px;
}

#pay-modal .stripe-form-row .form-group{
    flex-grow: 1;
}
#pay-modal .stripe-form-row .form-group:first-child{
    margin-right: 10px;
}
#pay-modal .stripe-form .col-xs-6{
    padding-right: 0px;
}
#pay-modal .stripe-form .expiration{
    padding-left: 0;
}
#pay-modal .stripe-form .cvv{
    padding-right: 0;
}
#pay-modal .credit-card-images{
    position: relative;
    top: 26px;
    right: 12px;
}

#pay-modal .alt-payment-method{
    display: flex;
    justify-content: center;
    position: relative;
}
#pay-modal .alt-payment-text{
    position: relative;
    top: 17px;
    left: -4px;
    margin-right: 9px;
    font-weight: bold;
    font-size: 15px;
    color: #828282;
}
#pay-modal .submit-paypal{
    cursor: pointer;
    transition: all .2s ease-out;
}
#pay-modal .submit-paypal:hover{
    transform: scale(1.07);
}
/* end form*/

#pay-modal .footer{
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    position: relative;
    justify-content: space-evenly;
    background-color: rgba(0, 0, 0, 0.1);
}
#pay-modal .footer-background{
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
}
/* end pay modal */
