.custom-claim-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.custom-claim-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
}

.custom-claim-content h3 {
  margin-top: 0;
}

.claim-message {
  margin: 10px 0;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
}
.claim-success {
  background: #e6ffed;
  border: 1px solid #1fa23e;
  color: #1a7d32;
}
.allclaim-error {
  background: #ffecec;
  border: 1px solid #d93025;
  color: #b71c1c;
}
.new-level-form-fill .form-control {
    border: none;
    height: auto;
    padding: 0;
    margin:0 0 15px;
}
.new-level-form-fill .form-control label {
    font-size: 16px;
    color: var(--color-dark);
    line-height: 1.7;
    font-weight: 600;
    display: block;
    margin: 0;
}
.new-level-form-fill .form-control label span {
    color: var(--directorist-color-danger);
}
.new-level-form-fill .form-control input[type="text"] {
    width: 100%;
    font-size: 15px;
    height: 44px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #dbdaf7;
    background-color: #f9f9fa;
    line-height: 1.5 !important;
    border-radius: 0.25rem;
    color: var(--color-gray);
    outline: 0 none;
    box-shadow: none;
}
.inner-claim-header {
  position:relative;
}
.inner-claim-header a.custom-claim-close {
    position: absolute;
    right: 0;
    top:0;
    font-size: 40px;
}
.claim-btm-btn {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.claim-btm-btn button.directorist-btn.directorist-btn-primary {
    width: 100%;
}
.accept-in-up {
    margin:0 0 25px;
}
.accept-in-up label a {
    margin: 0 0 0 5px;
    position: relative;
    z-index: 1;
    color: red;
}
.accept-in-up label {
    position: relative;
    display: flex;
    margin:0;
    font-weight:normal;
    padding:0 0 0 30px;
    font-size: 14px;
}
.accept-in-down {
    margin:0 0 25px;
}
.accept-in-down label {
    position: relative;
    display: flex;
    margin:0;
    font-weight:normal;
    padding:0 0 0 30px;
    font-size: 14px;
}
.accept-in-down label a {
   margin: 0 0 0 5px;
   position: relative;
   z-index: 1;
   color: red;
}
.one-in-top {
    position: absolute;
    left: 0;
    width: 100%;
}
.one-in-top .claim-error {
    position: absolute;
    width: 100%;
    bottom: -25px;
}
.one-in-top input[type="checkbox"] {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
    border-radius: 5px;
}
span.check-in {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid var(--directorist-color-gray);
    vertical-align:middle;
}
.one-in-top input[type="checkbox"]:checked + span.check-in {
    background-color: #ef3072;border-color: #ef3072;
}
span.check-in::before {
    position: absolute;
    left: 5px;
    top: 10px;
    content: "";
    -webkit-mask-image: url(../images/e986e970b493125f349fc279b4b3d57b.svg);
    mask-image: url(../images/e986e970b493125f349fc279b4b3d57b.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background-color: var(--directorist-color-white);
    display: block;
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.one-in-top input[type="checkbox"]:checked + span.check-in::before {
    opacity: 1;
    visibility: visible;
}

@media(max-width:576px) {
    .custom-claim-modal {
        padding:0 15px;
    }
}
