.modal-book-custom .cstm-modal__container{
	max-width: 580px;
    width: 100%;
	padding:0;
    border-radius: 3px;
}

.modal-book-custom .cstm-modal__close{ 
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    padding: 16px;

}

.modal-book-custom .cstm-modal__close svg path{
	fill:#b8b8b8;
}

.modal-book-custom .cstm-modal__close svg path:hover{
	fill:#333;
}

.modal-book-custom .cstm-modal__title{
 	font-family: 'PT Sans', sans-serif !important;
	border-bottom-color: #1b1819;
	margin: 0;
	font-size: 24px;
	padding: 55px 75px 10px 60px;
}

.modal-book-custom .cstm-modal__body{
margin: 0;
    padding: 29px 60px 8px;
}

.modal-book-custom .form-group{
    background-color: #fff;
    border: 0 solid #d5dadc;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    padding: 0;
    text-align: left;
}


.modal-book-custom .form-group .asterisk{
    margin: 0;
    top: 0;
color:red;
}

.modal-book-custom .form-group input[type=checkbox] {
    height: 3px;
}

.modal-book-custom .form-group input[type=checkbox] {
    display: block;
    width: 0;
    line-height: 0;
    visibility: hidden;
    margin: 0;
}

.modal-book-custom .form-group input[type=checkbox]+label {
    padding: 0 0 0 50px;
    font-size: 13px;
    color: #999;
}

.modal-book-custom .form-group input[type=checkbox]+label {
    margin-bottom: 11px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    outline: 0;
    font-weight: 400;
}

.modal-book-custom .form-group input[type=checkbox]+label:before {
    font-size: 0;
    content: ".";
    display: none;
    height: 21px;
    width: 21px;
    position: absolute;
    left: 1px;
    top: 0;
    background: #ddd;
    z-index: -1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.modal-book-custom .form-group input[type="checkbox"]+label:before{
	color: #FFF;
    background: #211c1d;
}

 .modal-book-custom .form-group input[type=checkbox]:checked+label:before {
    display: inline-block;
    z-index: 3;
}

.modal-book-custom .form-group input[type=checkbox]:checked+label:before{
	z-index:-1;
}

.modal-book-custom .form-group input[type=checkbox]+label:before {
    display: block;
    top: 4px;
    height: 18px;
    width: 33px;
    border-radius: 10px;
}

.modal-book-custom .form-group input[type=checkbox]:not(:checked)+label:before {
    background: #e0e0e0;
}



.modal-book-custom .form-group input[type=checkbox]+label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 21px;
    width: 21px;
    position: absolute;
    left: 1px;
    top: 0;
    z-index: 2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 0 1px #ccc inset;
    -moz-box-shadow: 0 0 0 1px #ccc inset;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    background: #fff;
}

.modal-book-custom .form-group input[type=checkbox]+label:after {
    position: absolute;
    display: block;
    top: 4px;
    bottom: 0;
    border-radius: 100%;
    background: #fff;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px;
    left: 1px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
    transition: left .1s ease-in;
    z-index: 11;
}

.modal-book-custom .form-group input[type=checkbox]:checked+label:after {
    left: 16px;
}


.modal-book-custom .personal_data_link{
	color:#161314;
	text-decoration:none;
}

.modal-book-custom .checkbox-inline a:hover{
	color:#161314;
	text-decoration:none;
}

.modal-book-custom .row button{
    width: auto !important;
    background-color: #231f20;
    border-color: #231f20;
    color: #ffffff;
    padding: 16px 26px 16px;
    font-size: .7333em;
    font-weight: 400;
    text-transform: uppercase !important;
    text-decoration: none;
    margin: 0;
    border: 1px solid;
    letter-spacing: .8px;
    border-radius: 3px;
    overflow: hidden;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
	float:left !important;
    margin-bottom: 40px;
}

.modal-book-custom .row button:hover, .modal-book-custom .row button:active, .modal-book-custom .row button:focus {
    background-color: #d7b464;
    border-color: #d7b464;
}

.cstm-modal__body p{
	padding:0;
}

.cstm-modal__overlay{
position:static;
}

@media (max-width:425px) {
  .modal-book-custom .cstm-modal__body {
    padding: 15px 15px 0px;
  }
	.modal-book-custom .cstm-modal__title{
    padding: 50px 50px 10px 15px;
}
}



.alert-danger {
    background: #fee;
    color: #e83333
}

.alert.alert-success {
    background: #e6f8de;
    color: #419a19
}

.alert-warning .icon-warning,.alert.alert-success .icon-success {
    display: none
}

.alert.alert-success font.notetext {
    color: #419a19
}

.alert font.errortext {
    margin: 0;
    background: 0 0;
    padding: 0!important
}

.alert-danger p,font.errortext {
    color: #e83333
}

.alert-success p {
    color: #419a19
}



/* la.css */
.modal-book-custom .cstm-modal__body p {
    padding: 0;
}

.modal-book-custom .hidden {
    display: none;
}

.modal-book-custom .control-label {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 2px;
}

.modal-book-custom .form-control {
    padding: 6px 13px 7px;
    width: 100%;
    height: 48px;
    background: #fafafa !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
    font-size: 14px;
}

.modal-book-custom .form-control:focus {
    border: 1px solid #ccc;
}

.modal-book-custom .form-group {
    margin: 0 0 20px 0;
}

.modal-book-custom .row button {
    float: none !important;
}
