@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
 
 
   body {
    font-family: Arial, sans-serif;
    padding: 0px; margin:0px;
  }
body {
    margin-bottom: 0px !important;
}

.elementor-message.elementor-message-danger {
    color: #ffbe0c;
    font-size: 20px;
}
.elementor-submissions table {
    color: #031b4e;
    border-color: #bbbbbb !important;
    margin-block-end: 0;
    --bs-table-bg: $custom-white;
    --bs-table-color-state: $custom-white;
    --bs-table-hover-bg: #f8fafd;
    --bs-table-striped-bg: #ecf0fa;
}
.elementor-submissions tbody {
    border-color: #bbbbbb;
}
.elementor-submissions tbody td {
    color: #3b3b3b;
    font-size: 15px;
}
.elementor-submissions table thead th {
    font-weight: 700;
    font-size: 12px;    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-top-width: 0;
    padding: .75rem;
}
.view-m {
    background: #0162e8;
    color: #fff;
    padding: 8px;
    font-size: 13px !important;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #0a469a;
    text-decoration: none;
}
.view-m:hover {
    background: #208821;
    color: #fff;
    text-decoration: none;
    border: 1px solid #0d630e;
}
#searchInput {
    width: 100%;
    margin-bottom: 7px;
    padding: 8px;
}

 
 
#cropper-popup {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    right: 0;
    margin: auto;
}
.cropper-popup-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
}

.cropper-popup-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 90%;
    width: 41%;
    max-height: 100%;
    overflow: auto;
}

span.cropper-popup-close {
    width: 45px;
    height: 45px;
    background: #ff0065;
    z-index: 9;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    position: fixed;
    top: 19px;
}
button#cropper-confirm {
     background: #ffb905;
    color: #252525;
    padding: 8px;
    font-size: 15px !important;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #0a469a;
    position: fixed;
    top: 48px;
}

.cropper-container {
    width: 100% !important;
    max-width: 600px;
    margin: auto;
}
.cropper-container img {
  width: 100%;  /* makes Cropper.js container responsive */
  height: auto;
}













.form-m input {
    padding: 5px 15px;
}
input#form-field-photo {
    padding-left: 5px;
}
.form-m button {
    width: 100%;
    margin-top: 10px;
    background-color: #ffbe0c !important;
    color: #141414 !important;
}
.form-m button svg path {
    fill: #141414 !important;
}

@media only screen and (min-width:768px) and (max-width:2400px) {
	.elementor-submissions table{display: table;
		width: 100% !important;}
		
}
@media only screen and (min-width:320px) and (max-width:768px) {
.cropper-popup-content {
        max-width: 98%;
        width: 98%;
        max-height: 100%;
        overflow: auto;
        padding: 8px;
    }
	 
}




  #capture {
    width: 1188px;
	height: 1188px;    
    text-align: center;    position: relative;
  }
  #capture h2 {
    color: darkblue;
  }
  #capture img {
    
    margin-top: 0px;
  }
  button {
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
  }
  .name {
    position: absolute;
    bottom: 36.3%;
    left: 0;
    color: #fff;
    font-size: 28px !important;
    width: 450px;
    text-align: center;
    right: 0;
    margin: auto;
}
  .name h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    font-size: 37px;
    font-weight: 600;text-transform: capitalize;
}
.user-img {
    width: 393px;
    height: 393px;
    position: absolute;
    top: 22.34%;
    border-radius: 100%;
    overflow: hidden;
    object-fit: fill !important;
    background-position: bottom center;
    left: 33.5%;
    background-size: cover;
}
.u-imah {
        width: 455px !important;
    height: 455px !important;
    object-fit: cover;
    margin-top: 0px;    mask-image: radial-gradient(circle, black 50%, rgb(0 0 0 / 0%) 50%);
}











	
	