/* Custom Forms CSS */
.Customforms input, .Customforms select, .Customforms textarea,.CustomformsRazoPay input, .CustomformsRazoPay select, .CustomformsRazoPay textarea {
    color: #595959;
    width: 100%;
    border: 1px solid #b5bbc294;
    border-radius: 6px;
    padding: 9px 16px;
    outline: none;
    font-size: 12px;
}
.Customforms input[type="submit"],.CustomformsRazoPay input[type="submit"] {
    background: #ff7fb3;
    color: var(--bs-Netural-White);
    font-size: 14px;
    font-weight: var(--bs-font-bold);
    border: none;
    padding: 10.5px 20px;
    border-radius: 8px;
}
.Customforms .form-response ,.CustomformsRazoPay .form-response {
    color: #c95e5e;
    font-size: 10px;
    padding-bottom: 8px;
}
#Apply-custom-form .modal-body {
    padding: 0;
}
.Customforms .formField,.CustomformsRazoPay .formField {
    margin-bottom: 18px;
    position: relative;
}
.Customforms .checkInput input[type=checkbox],.CustomformsRazoPay .checkInput input[type=checkbox] {
    height: 18px;
}
.Customforms .validateMsg,.CustomformsRazoPay .validateMsg{
    color: #c95e5e;
    font-size: 10px;
    padding-top: 4px;
    display: block;
    position: absolute;
    bottom: -15px;
}
.Customforms,.CustomformsRazoPay{
    font-family: var(--bs-font-body);
    font-size: 14px;
}
.Customforms .checkInput input,.CustomformsRazoPay .checkInput input {
    width: auto;
    margin: 0;
    margin-right: 6px;
}
.Customforms .checkInput label,.CustomformsRazoPay .checkInput label {
    color: #595959;
    font-size: 12px;
    font-weight: var(--bs-font-regular);
    text-align: left;
}
.Customforms .checkInput,.CustomformsRazoPay .checkInput {
    display: flex;
    column-gap: 4px;
}
.Customforms select,.CustomformsRazoPay select {
    appearance: none;
    background: transparent;
    z-index: 0;
    position: relative;
}
.Customforms .selectWraper,.CustomformsRazoPay .selectWraper {
    position: relative;
    z-index: 0;
}
.Customforms .selectWraper:before,.CustomformsRazoPay .selectWraper:before {
    position: absolute;
    content: "\f107";
    font-family: 'FontAwesome';
    top: 50%;
    right: 16px;
    color: #595959;
    font-size: 12px;
    transform: translateY(-50%);
}
.Customforms .validateMsg,.CustomformsRazoPay .validateMsg{
    display: none;
}
.Customforms a ,.CustomformsRazoPay a {
    color: #0088ff !important;
}
.Customforms,.CustomformsRazoPay {
    background: var(--bs-shades-bg-white);
    padding: 16px 20px;
    border-radius: 16px;
    width: 100%;
    box-shadow: 0 20px 38px 0 rgb(156 156 156 / 50%);
}
.Customforms h5,.CustomformsRazoPay h5 {
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: var(--bs-font-semibold);
    line-height: normal;
    padding-bottom: 8px;
}
.Customforms .formField:has(.submitForm),.CustomformsRazoPay .formField:has(.submitForm)  {
    margin-bottom: 10px;
    margin-top: 0;
}
.Customforms textarea,.CustomformsRazoPay textarea {
    margin-bottom: -4px;
}
.Customforms input[type="submit"].filled,.CustomformsRazoPay input[type="submit"].filled {
    background: var(--bs-Pink-Primary-400);
    
}
.Customforms input#mobileNumber,.CustomformsRazoPay input#mobileNumber {
    border-radius: 0 6px 6px 0;
    width: calc(100% - 46px);
}
.Customforms .phoneWrap select, .CustomformsRazoPay .phoneWrap select {
    border-right: 0;
    border-radius: 6px 0 0 6px;
}
.Customforms .phoneWrap,.CustomformsRazoPay .phoneWrap {
    display: flex;
}
.Customforms .phoneWrap select,.CustomformsRazoPay .phoneWrap select  {
    border-right: 0;
    border-radius: 6px 0 0 6px;
    padding-left: 4px;
    padding-right: 4px;
    width: 46px;
    text-align: center;
}
.Customforms .phoneWrap select::-webkit-scrollbar-thumb,.CustomformsRazoPay .phoneWrap select::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c7c7c7;
}
.Customforms .phoneWrap select::-webkit-scrollbar-track,.CustomformsRazoPay .phoneWrap select::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}
.Customforms .phoneWrap select::-webkit-scrollbar,.CustomformsRazoPay .phoneWrap select::-webkit-scrollbar {
    width: 5px;
    background: #F5F5F5;
}