
body.modal-open {
    padding-right: 0 !important;
}

.custom_quote_modal.view_plan_modal {
    padding-right: 0;
}

.custom_quote_modal .modal-dialog {
    max-width: 400px;
    margin: 0 auto;
    width: calc(100% - 30px);
}

.custom_quote_modal .modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.custom_quote_modal .modal-content {
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
}

.custom_quote_modal .modal-body {
    margin: 15px 0;
}

.custom_quote_modal .modal-body p {
    font-size: 18px;
    line-height: normal;
}


.custom_quote_modal .modal-body {
    padding-bottom: 0;
}
.custom_quote_modal .btn {
    background: #009fda;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: normal;
    min-height: 40px;
    width: 125px;
    margin-top: 0px;
    border: 0 none;
    position: relative;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
    border: 0;
    padding: 0;
}

.custom_quote_modal .btn::after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: 0;
    top: 0;
    left: 0;
}
.custom_quote_modal .btn:hover::after,
.custom_quote_modal .btn::after {
    content: "";
    transition: opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),background-color 200ms cubic-bezier(0.35, 0, 0.25, 1);
}
.custom_quote_modal .btn:hover::after {
    opacity: 0.1;
}
.custom_quote_modal .btn:hover,
.custom_quote_modal .btn:focus {
    transform: translateY(0) !important;
    outline: none;
    box-shadow: none;
    color: #fff;
}

.custom_quote_modal.view_plan_modal .btn {
    width: auto;
    min-width: auto;
    font-size: 15px;
    padding: 0 15px;
}

.custom_quote_modal.view_plan_modal .modal-content {
    padding-top: 20px;
}

.custom_quote_modal.view_plan_modal .close_btn {
    border: 0 none;
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    opacity: 0.5;
}

.custom_quote_modal.view_plan_modal .emoji {
    padding-left: 0px;
}

.custom_quote_modal.view_plan_modal .close_btn:hover {
    transform: translateY(0) !important;
    opacity: 1;
}
.custom_quote_modal.view_plan_modal .close_btn img {
    width: 24px;
}