.rating-stars li{padding:0 8px}
.popover-modal.modal-gap-30 .popover-modal-content{padding:35px 30px}
.feedback-modal-new .feedback-row{margin-bottom:24px}
.feedback-modal-new .feedback-label{color:#000;font-family:"OpenSans-SemiBold";margin-bottom:8px}
.feedback-modal-new .feedback-label span{color:#bdbdbd;font-family:"OpenSans-Regular";font-size:14px}
.feedback-modal-new .custom-radiobox-label{font-size:14px;font-family:"OpenSans-Regular"}
.feedback-modal-new .list-radio-ul{justify-content:space-between}
.feedback-modal-new .rating-stars ul{justify-content:center;display:flex;flex-direction:row}
.feedback-modal-new .rating-stars span{font-size:36px;color:#e4e4e7}
.feedback-modal-new .rating-stars li.selected span,.feedback-modal-new .rating-stars li:hover span{color:#eab308}
.feedback-modal-new .rating-text-bottom{display:flex;justify-content:space-between;max-width:249px;margin:auto;padding-top:5px}
.feedback-modal-new .rating-text-bottom p{font-size:13px}
.feedback-modal-new .textbox-area .input-textbox{font-family:"OpenSans-Regular";border-color:#d8e024;resize:both;border-radius:4px;padding:6px 8px;margin-top:6px;width:100%}
.feedback-modal-new .textbox-area .input-textbox::placeholder{color:#bdbdbd}
.custom-radiobox-label .custom-radio{position:absolute;left:0;top:0}
.custom-radio input:checked ~ .radiobox-check:after{display:block}
.custom-radio{display:inline-block;background:transparent;vertical-align:top;height:18px;width:18px;position:relative}
.custom-radiobox-label{padding-left:26px;position:relative;margin-bottom:0;line-height:18px;color:#333;cursor:pointer}
.custom-radio input[type=radio]{position:absolute;opacity:0;width:18px;height:18px;z-index:10;margin-top:0;cursor:pointer}
.custom-radio .radiobox-check:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;display:none;background:#4992d2;box-shadow:0 79.3588px 31.3595px rgba(15,157,245,0.02),0 44.7993px 26.8796px rgba(15,157,245,0.07),0 19.8397px 19.8397px rgba(15,157,245,0.12),0 5.11992px 10.8798px rgba(15,157,245,0.14),0 0 0 rgba(15,157,245,0.14);transform:translate(-50%,-50%)}
.custom-radio .radiobox-check{display:inline-block;height:18px;width:18px;margin-bottom:0;margin-top:0;position:relative}
.custom-radio input:checked ~ .radiobox-check:before{border:1px solid #4992d2}
.custom-radio .radiobox-check:before{background-color:transparent;height:16px;width:16px;content:"";position:absolute;left:0;top:0;border:1px solid #828282;border-radius:50%}
@media(max-width:767px){.popover-modal.modal-gap-30 .popover-modal-content{padding-left:20px;padding-right:20px}
.feedback-modal-new .feedback-label{font-size:14px}
.feedback-modal-new .rating-stars span{font-size:30px}
.feedback-modal-new .rating-text-bottom{max-width:220px}
.feedback-modal-new .btn-feedback .btn-blue{width:100%}
}
@media(min-width:768px){.popover-modal .popover-modal-dialog.popover-modal-md{max-width:500px}
}