 body {
     background: linear-gradient(to right, #004e92, #000428);
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 .card {
     border-radius: 15px;
 }

 .header-box {
     background: #00387c;
     color: white;
     padding: 20px;
     border-radius: 10px;
 }

 .heighlight {
     background-color: #ffff74;
     color: #00397c;
     font-weight: 500;
     text-align: center;
 }
.cu-pointer {
    cursor: pointer;
}
.op-0 {
    opacity: 0;
}
.cropper-bg {
        width: 100% !important;
    height: 400px !important;
}
.cropper-crop-box {
    width: 300px !important;
    height: 300px !important;
}
 .form-control,
 .form-select {
     border: var(--bs-border-width) solid #b3b3b3;
     border-radius: 4px;
     background: transparent;
     appearance: auto;
 }

 .form-label {
     margin-bottom: 3px;
     font-weight: 400;
     font-size: 15px;
 }

 .form-check-input[type=checkbox] {
     border-radius: 3px;
     height: 17px;
     border: 1px solid #4a4a4a;
     width: 17px;
 }

 .btn-primary {
     background-color: #00397c;
     border: 1px solid #00397c;
 }

 .btn-primary:hover {
     background-color: transparent;
     border: 1px solid #00397c;
     color: #00397c;
 }

 .whatermark {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     rotate: 45deg;
     z-index: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0.2;

 }

 .white-space-nowrap {
     white-space: nowrap;
 }

 .z-999 {
     z-index: 999;
 }

 .cl-light {
     color: #ffff74;
 }

 .heading-txt {
     font-size: 25px;
 }

body {
     overflow-x: hidden;
 }

 @media (max-width: 576px) {

     body {
         font-size: 14px;
     }

     .heading-txt {
         font-size: 18px;
         font-weight: 500;
     }

     .container {
         padding: 10px;
     }

     .card {
         width: 100%;
     }

     .btn-primary {
         font-size: 16px;
     }
 }