.modal-xl {
    margin: 0px;
    width: 100%!important;
    max-width: 100%!important;
    max-height: 100%!important;
    height: 100%!important;
}

.modal-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

/*
.modal-content {
    height: 100%!important;
    border: none;
    border-radius: 0;
}
*/

.modal, .modal-open {
    padding-right: 0px!important;
/*    background-color: #fff;*/
}

.navbar {
    padding-right: 16px!important;
}

.modal.fade .modal-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.modal.show .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.btncls {
    border: 1px solid #dee2e6!important;
    font-size: 1.2rem;
    min-width: 127px;
    height: 62px;
}

@media (max-width: 991px) {
  .btncls {
    font-size: 1rem;
    border: none!important;
  }
}

.cstit {
    text-transform: uppercase;
}
