body {
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  }
  
.navbar-laravel
	{
		box-shadow: 0 2px 4px rgba(0,0,0,.04);
	}
  
.memberDtl {
	 text-align: left;
     list-style: none;
 }
 
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border.spinner-border-sm {
    width: 20px;
    height: 20px;
}


@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 9999;
    display: none;
}

.ajax-spinner {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
	color: 3D4DE0 !important;
}

@media(max-width:767px){
  .swal2-popup .swal2-title{
      font-size: 1rem !important;
  }
}