.hotline-details {
    padding: 10px 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.hotline-details i {
    font-size: 25px;
}

.hotline-details h3 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
}

button.delete-account-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #ffe6e6;
    color: #b30000;
    border: 1px solid #ff9999;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 auto;
    margin-top: 10px;
}

.delete-account-btn:hover {
    background-color: #ffcccc;
}

#elementor-popup-modal-5318 .loading {
    height: 0;
    width: 0;
    display: block;
    padding: 10px;
    border: 6px solid #ccc;
    -webkit-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border-right-color: #36b2e4;
    border-radius: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
}

#elementor-popup-modal-3317 #logout {
    color: #ff973b;
}

#elementor-popup-modal-3317 .elementor-button-login {
    color: #ff973b;
}

#elementor-popup-modal-3317 #button3317 .elementor-container-button {
    flex-wrap: wrap;
}

#elementor-popup-modal-3317 #button3317 .elementor-button-wrapper {
    text-align: center;
}

.register_box.create-profile {
    padding: 20px;
}

.create-profile .checkbox_container {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
}

.create-profile .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.create-profile .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
}

.create-profile .checkbox_container:hover input~.checkmark {
    background-color: #fff;
    border: 1px solid #a5a5a5;
}

.create-profile .checkbox_container input:checked~.checkmark {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}

.create-profile .checkbox_container:after {
    content: "";
    position: absolute;
    display: none;
}

.create-profile .checkbox_container input:checked~.checkmark:after {
    display: block;
}

.create-profile .checkbox_container .checkmark:after {
    left: 6px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.create-profile .radio-button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
}

.create-profile .radio-button input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.create-profile .radio-button label {
    position: relative;
    padding: 15px 20px;
    border: 2px solid #b4b4b4;
    border-radius: 5px;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
    text-align: center;
    flex-grow: 1;
    cursor: pointer;
}

.create-profile .radio-button input[type="radio"]:checked+label {
    background-color: #ff972e;
    color: #fff;
    border: 1px solid #ff972e;
}

.create-profile .radio-button input[type="radio"]:checked+label::before {
    background-color: #fff;
    border-color: #fff;
    background-image: radial-gradient(circle, #ff972e 50%, transparent 50%);
}

#elementor-popup-modal-5952 .dialog-message {
    overflow: hidden;
}

.create-profile .checkbox_container {
    display: block;
    position: relative;
    padding-left: 28px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
}

.create-profile .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.create-profile .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
}

.checkbox_container:hover input~.checkmark {
    background-color: #fff;
    border: 1px solid #a5a5a5;
}

.create-profile .checkbox_container input:checked~.checkmark {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}

.create-profile .checkbox_container:after {
    content: "";
    position: absolute;
    display: none;
}

.create-profile .checkbox_container input:checked~.checkmark:after {
    display: block;
}

.create-profile .checkbox_container .checkmark:after {
    left: 6px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.create-profile .radio-button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
}

.create-profile .radio-button input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.create-profile .input-group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.create-profile .radio-button label {
    position: relative;
    padding: 15px 20px;
    border: 2px solid #b4b4b4;
    border-radius: 5px;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
    text-align: center;
    flex-grow: 1;
    cursor: pointer;
}

.create-profile .radio-button input[type="radio"]:checked+label {
    background-color: #ff972e;
    color: #fff;
    border: 1px solid #ff972e;
}

.create-profile .radio-button input[type="radio"]:checked+label::before {
    background-color: #fff;
    border-color: #fff;
    background-image: radial-gradient(circle, #ff972e 50%, transparent 50%);
}

.create-profile .register_title h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    color: #000;
    text-align: center;
}

.create-profile .register_box {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 30px;
}

.create-profile .register_form_details {
    width: 100%;
}

.create-profile .register_form_image {
    width: 100%;
}

.create-profile .normal_input {
    position: relative;
}


.create-profile .password_input {
    position: relative;
}

.create-profile .normal_input::placeholder {
    font-size: 12px;
    font-weight: 700;
    color: #2f2f2f;
}

.password_input::placeholder {
    font-size: 12px;
    font-weight: 700;
    color: #2f2f2f;
}

.create-profile .register_form_details form input:focus-visible {
    outline: none;
}

.create-profile .register_form_details form input , .create-profile .register_form_details form textarea {
    padding: 10px 10px 10px 20px;
    width: 100%;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
}


.create-profile .checkbox_box input {
    text-align: left;
    max-width: 20px;
}

.create-profile .main_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    width: 100%;
}

.create-profile .checkbox_box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.create-profile .checkbox_box label {
    font-size: 14px;
    font-weight: 500;
    color: #2f2f2f;
    width: 130px;
    display: inline-block;
}

.create-profile .submit_button {
    margin-top: 30px;
    text-align: center;
}

.create-profile .submit_button button {
    padding: 10px 20px;
    border: 0;
    border-radius: 10px;
    background-color: #ff972e;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    width: 100%;
}

.create-profile .form_text_box {
    text-align: center;
    margin-top: 20px;
}

.create-profile .form_text_box p {
    font-size: 14px;
    font-weight: 500;
}

.create-profile .form_text_box h6 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

.create-profile .register_form_image {
    width: 400px;
    height: 400px;
}

.create-profile .register_form_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.create-profile .bank_add_section {
    background-color: #fff;
    box-shadow: 2px 2px 8px 2px #e9e9e9;
    padding: 20px;
    width: 460px;
    margin: 20px auto;
    border-radius: 10px;
}

.create-profile .bank_add_form {
    padding: 18px 0;
}

.create-profile .heading h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.create-profile .heading p {
    font-size: 15px;
}

.create-profile .orenge_btn {
    background-color: #ff943e;
    padding: 7px 40px;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
    width: 200px;
}

.create-profile .user_input {
    position: relative;
    width: 100%;
    /* margin: 10px 0; */
}

.create-profile .custom_inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.create-profile .up_arrow {
    position: absolute;
    top: 20px;
    right: 14px;
}

.create-profile .location_icon {
    position: absolute;
    top: 20px;
    right: 14px;
}

.create-profile .register_title h1 {
    font-weight: bold;
    margin: 0;
}

.create-profile input {
    width: 100%;
    padding: 12px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #a6a6a6;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.create-profile #register .error {
    color: red;
}

.create-profile .custom_input {
    width: 100%;
    padding: 12px 10px;
    display: inline-block;
    border: 1px solid #a6a6a6;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.create-profile .submit_button {
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.create-profile input[type="number"]::-webkit-outer-spin-button,
.create-profile input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.register_box.create-profile {
    padding: 20px;
}

#elementor-popup-modal-5437 .dialog-message , #elementor-popup-modal-5952 .dialog-message {
    width: 640px;
    max-height: 550px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

/* Change Address Popup */
.change_add_section input:focus,
.change_add_section textarea:focus {
    background-color: transparent;
}

.change_add_section .change_add_form {
    padding: 18px;
}

.change_add_form input {
    border: none !important;
}

.change_add_section .heading h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.change_add_section .heading p {
    font-size: 15px;
    width: 340px;
}


.change_add_section .user_input input, .change_add_section .user_input textarea{
    padding: 10px 10px 10px 20px;
    width: 100%;
    border: 1px solid #b4b4b4 !important;
    border-radius: 10px;
    background: #fff;
}

.change_add_section input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #e1e1e1;
}

.change_add_section .textarea {
    resize: none;
}

.change_add_section .custom_textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #e1e1e1;
}

.change_add_section .orenge_btn {
    background-color: #ff943e;
    padding: 7px 40px;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
    width: 200px;
}

.change_add_section .finance_section {
    display: flex;
}

.change_add_section .add_btn {
    background-color: #fff;
    box-shadow: 2px 2px 8px 2px #dbdbdb;
    border-radius: 7px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-right: 22px;
    padding: 5px;
}

.change_add_section .container {
    display: block;
    position: relative;
    line-height: 20px;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
}

.change_add_section .container p {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.change_add_section .container input,
.tax_confirmation .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.change_add_section .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 5px;
}

.change_add_section .container:hover input~.checkmark {
    background-color: transparent;
}

.change_add_section .container input:checked~.checkmark {
    background-color: #2196f3;
}

.change_add_section .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.change_add_section .container input:checked~.checkmark:after {
    display: block;
}

.change_add_section .container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.change_add_section .check_bx {
    background-color: #fff;
    box-shadow: 2px 2px 8px 2px #e1e1e1;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* Edit Profile Popup */
.edit_profile_form input {
    border: none !important;
}

.editProfile_section {
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    width: 1000px;
    margin: 20px auto;
}

.editProfile_section .edit_profile {
    width: 100%;
    max-width: 50%;
}

.editProfile_section .edit_profile .edit_profile_hedading {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
}

.editProfile_section .avtar_content {
    border-right: 1px solid #bfbfbf;
    width: fit-content;
    padding-right: 50px;
}

.editProfile_section .avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.editProfile_section .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    bottom: 20px;
}

.editProfile_section .avatar-upload .avatar-edit input {
    visibility: hidden;
    position: inherit;
}

.editProfile_section .avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #00a6dc;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.editProfile_section .avatar-upload .avatar-edit input+label:hover {
    background: #00a6dc;
    border-color: #d6d6d6;
}

.editProfile_section .avatar-upload .avatar-edit input+label:after {
    content: "\f03e";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.editProfile_section .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 2px 2px 8px 2px #c9c9c9;
}

.editProfile_section .avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.editProfile_section .edit_avtar {
    width: fit-content;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 2px 8px 2px #c9c9c9;
    margin-bottom: 30px;
}

.editProfile_section .edit_avtar img {
    border-radius: 50%;
    padding: 10px;
    width: 200px;
}

.editProfile_section .edit_small_txt p {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
    justify-content: center;
}

.editProfile_section .edit_small_txt p i {
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #00a7df;
    border-radius: 50px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

[data-tab-content] {
    display: none;
}

.editProfile_section .active[data-tab-content] {
    display: block;
}

.editProfile_section .tabs {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-radius: 15px;
    box-shadow: 2px 2px 8px 2px #ededed;
}

.editProfile_section .tab {
    cursor: pointer;
    padding: 14px 65px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
}

.editProfile_section .tab.active {
    background-color: #00a7df;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.editProfile_section .tab-content {
    margin-top: 30px;
}

.editProfile_section .form_content {
    width: 393px;
}

.editProfile_section input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #e1e1e1;
}

.editProfile_section .textarea {
    resize: none;
}

.editProfile_section .custom_textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #e1e1e1;
}

.editProfile_section .submit_btn {
    background-color: #bfbfbf;
    padding: 7px 40px;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
    transition: 0.2s ease-in-out;
}

.editProfile_section .submit_btn:hover {
    background-color: #ff943e;
    color: #fff;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.editProfile_section .finance_section {
    display: flex;
}

.editProfile_section .add_btn {
    background-color: #fff;
    box-shadow: 2px 2px 8px 2px #dbdbdb;
    border-radius: 7px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-right: 22px;
    padding: 5px;
    cursor: pointer;
}

.editProfile_section .circle {
    border-radius: 50px;
    border: 1px solid #00a7df;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.editProfile_section .circle i {
    color: #00a7df;
}

.editProfile_section .finance_box {
    background-color: #e1e1e1;
    border-radius: 10px;
    padding: 7px;
    width: 100%;
    margin-bottom: 12px;
}

.editProfile_section .finance_box h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

.editProfile_section .finance_box p {
    font-size: 16px;
    color: #616161;
    margin-bottom: 5px;
}

.editProfile_section .finance_box h6 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

#elementor-popup-modal-5246 .dialog-message {
    width: auto !important;
    height: auto;
}

/* Document Overview Css */
#elementor-popup-modal-5303 .dialog-message {
    width: 100% !important;
}

.document_section {
    background-color: #fff;
    padding: 0px 30px 0px 30px;
    margin: 20px auto;
    border-radius: 10px;
    min-width: 600px;
}

.document_heading {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.document_heading .orenge_btn {
    margin: 0;
}

.document_heading h2 {
    font-size: 25px;
    font-weight: 600;
}

.orenge_btn {
    background-color: #ff943e;
    padding: 10px 20px;
    color: #fff;
    border: 0;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

/* .document_content {
    display: flex;
    justify-content: center;
} */

.box_card {
    background-color: #fff;
    box-shadow: 0px 7px 8px 1px #cfcfcf;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.box_card h5 {
    font-size: 15px;
    padding: 5px;
    border-right: 1px solid #d1d1d1;
    font-weight: 400;
    margin: 0;
}

.eye_icon {
    padding: 5px 20px;
    border-right: 1px solid #b9b9b9;
}

.arrow_icon {
    padding: 0 15px;
}

.box_title h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.doc_box1 {
    width: 100%;
    max-width: 210px;
    position: relative;
}

.doc_box1::before {
    content: "";
    width: 2px;
    height: 380px;
    position: absolute;
    background-color: #a9a9a9;
    right: -40px;
}

.box_title {
    margin-bottom: 55px;
}

.doc_box2 {
    width: 100%;
    position: relative;
    max-width: 900px;
}

.doc_box2::before {
    content: "";
    display: none;
    width: 2px;
    height: 380px;
    position: absolute;
    background-color: #a9a9a9;
    right: -40px;
}

.box_title2 {
    margin-bottom: 10px;
}

.box_title2 h4 {
    font-size: 25px;
    font-weight: 600;
}

.box_title2 span {
    font-size: 25px;
    font-weight: 600;
    color: #00a7df;
    padding-left: 20px;
}

.box_card2 {
    background-color: #fff;
    box-shadow: 0px 7px 8px 1px #cfcfcf;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

.box_card2 h4 {
    font-size: 15px;
    font-weight: 600;
    color: #00a7df;
    padding: 5px;
    width: 180px;
    border-right: 1px solid #d7d7d7;
    margin: 0;
}

.box_card2 h5 {
    font-size: 15px;
    font-weight: 400;
    padding: 5px;
    border-right: 1px solid #d7d7d7;
    width: 160px;
    margin: 0;
}

.doc_box_info {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.doc_box_info h5 {
    font-size: 15px;
    font-weight: 400;
}

.doc_box_info p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.box_header {
    display: flex;
    justify-content: start;
    padding: 0 20px;
    margin-bottom: 10px;
    gap: 19%;
}

.box_header h5 {
    font-size: 17px;
    font-weight: 600;
}

.doc_box3 {
    width: 100%;
    max-width: 210px;
    position: relative;
}


/* Performance details Css */
.perfomance_section {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    width: auto;
    margin: 20px auto;
    border-radius: 10px;
}

.perfomance_heading {
    text-align: center;
    margin-bottom: 20px;
}

.perfomance_heading h2 {
    font-size: 25px;
    font-weight: 600;
}

.search_input {
    position: relative;
    width: 249px;
    margin: 0 auto 30px auto;
}

.search_input input {
    border: 0 !important;
    box-shadow: 0px 4px 8px gray;
    padding: 10px 40px !important;
    background-color: #fff;
    border-radius: 10px !important;
}

.search_input input:focus-visible {
    outline: 1px solid #d7d7d7;
}

.search_icon {
    position: absolute;
    top: 10px;
    left: 15px;
}

.search_icon i {
    color: #00ace1;
}


/* Cancel Insurance Product Css */
.bank_add_section {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.bank_add_form {
    padding: 18px 0;
}

.heading h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.heading p {
    font-size: 15px;
    margin-bottom: 0px;
}

.orenge_btn {
    background-color: #ff943e;
    padding: 7px 40px;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
    width: 200px;
    justify-content: center;
}

[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

.tabs {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.cancel_insurance_product .tab,
#bank_conn_2 .tab {
    cursor: pointer;
    padding: 10px 65px;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    border: 1px solid #000;
}

.tab.active {
    border: 1px solid #00a7df;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #00a7df;
}

.tab1 {
    height: 300px;
    margin-top: 30px;
}

.tab2 {
    margin-top: 30px;
}

.tab3 {
    display: none;
}

.debit_input {
    position: relative;
}

.debit_icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.debit_icon i {
    color: #00a7df;
}

.user_input {
    position: relative;
    width: 100%;
}

.cancel_insurance_product .tab-content input[type="checkbox"] {
    display: none;
}

.custom_inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.user_icon {
    position: absolute;
    top: 20px;
    right: 14px;
}

.up_arrow {
    position: absolute;
    top: 20px;
    right: 14px;
}

.location_icon {
    position: absolute;
    top: 20px;
    right: 14px;
}

input {
    width: 100%;
    padding: 12px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #a6a6a6;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.textarea {
    resize: none;
}

.custom_textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #e1e1e1;
}

.submit_btn {
    background-color: #bfbfbf;
    padding: 7px 40px;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
    transition: 0.2s ease-in-out;
}

.container {
    display: block;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
}

.container p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 5px;
}

/* .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
} */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #00a7df;
}

.container:hover input~.checkmark {
    background-color: #fff;
}

.container input:checked~.checkmark {
    background-color: #2196f3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check_bx .container {
    padding: 0 0 0 35px;
}

.check_bx {
    background-color: #fff;
    box-shadow: 2px 2px 8px 2px #e1e1e1;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.pdf_btn {
    background-color: #00a7df;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border: 0;
    border-radius: 10px;
}

.form_content .tab-content .debit_input {
    margin-bottom: 20px;
}

/* Profile Information CSS*/
.profile_content {
    margin-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.profile_content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.profile_content p {
    font-size: 15px;
    color: rgb(158, 158, 158);
    margin: 0;
}

.profile_content p i {
    color: #00ade1;
    margin-left: 5px;
}

.profile_content img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.setting_icon i {
    color: #00ade1;
    font-size: 25px;
}

.profile_content_user_image {
    height: 50px !important;
    width: 50px !important;
    border-radius: 100% !important;
}


/*import_existing_insurance_contract*/

.middle {
    width: 100%;
    text-align: center;
    /* Made by */
}

.middle h1 {
    font-family: "Inter", sans-serif;
    color: #fff;
}

.middle input[type=radio] {
    display: none;
}

.middle input[type=radio]:checked+.box {
    background-color: #00a7df;
}

.middle input[type=radio]:checked+.box span {
    color: white;
}

.middle .box {
    width: 120px;
    height: 80px;
    background-color: #fff;
    transition: all 250ms ease;
    will-change: transition;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    border-radius: 10px;
}

.middle .box:active {
    transform: translateY(10px);
}

.middle p {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.middle p a {
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
}

.middle p span:after {
    content: "";
    font-family: FontAwesome;
    color: yellow;
}

#signaturePopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

#signaturePopup>div {
    padding: 20px;
    background: white;
    position: relative;
    margin: 50px auto;
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
}

#saveSignature img {
    vertical-align: middle;
}

#signatureCanvas {
    border: 1px solid #000;
    margin: 20px;
}

#signaturePopup button {
    padding: 10px 15px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

#signaturePopup button:hover {
    background-color: #45a049;
}

.import_existing_insurance_contract {
    padding: 15px;
}

.import_existing_insurance_contract .popup-2 {
    display: none;
}

/* Notification Popup CSS */

#notification_section_popup .notification_section {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

#notification_section_popup .notification_heading h2 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 40px;
}

#notification_section_popup .active_circle {
    width: 20px;
    height: 20px;
    background-color: #00a7df;
    border-radius: 50px;
    margin-left: 15px;
    margin-top: 5px;
}

#notification_section_popup .notifiy_content_txt {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

#notification_section_popup .notifiy_content_txt h6 {
    font-size: 16px;
}

#notification_section_popup .badge {
    background-color: red;
    color: white;
    padding: 4px 14px;
    text-align: center;
    border-radius: 5px;
    margin-left: 20px;
    font-size: 12px;
}

#notification_section_popup .notifiy_content {
    padding-bottom: 0;
    border-bottom: 1px solid #949494;
    margin-bottom: 10px;
}

#notification_section_popup .notify_small_txt {
    display: flex;
    align-items: center;
}

#notification_section_popup .notify_small_txt p {
    font-size: 14px;
    padding-right: 25px;
    line-height: 20px;
}

#notification_section_popup .pdf_icon i {
    font-size: 40px;
    color: gray;
}

#notification_section_popup .disable {
    pointer-events: none;
    opacity: 0.5;
    background-color: #f2f2f2;
    color: #999;
    cursor: not-allowed;
}

/* Notification Popup CSS Over*/

/* Tex Confirmation CSS */

.tax_confirmation {
    padding: 18px;
}

.tax_confirmation .heading p {
    margin-bottom: 10px;
}

/* Tex Confirmation CSS Over */

/* Change Bank Connection  */

.backconnection_second .radio-button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
    width: 50%;
}

.backconnection_second .radio-button input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.backconnection_second .radio-button label {
    position: relative;
    padding: 15px 20px;
    border: 2px solid #b4b4b4;
    border-radius: 5px;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
    text-align: center;
    flex-grow: 1;
    cursor: pointer;
}

.backconnection_second .radio-button input[type="radio"]:checked+label {
    background-color: #00a6dc;
    color: #fff;
    border: 1px solid #00a6dc;
}

.backconnection_second .radio-button input[type="radio"]:checked+label::before {
    background-color: #fff;
    border-color: #fff;
    background-image: radial-gradient(circle, #00a6dc 50%, transparent 50%);
}

.change_add_section {
    padding: 18px;
}

.backconnection_second .heading p {
    width: 100%;
    margin-bottom: 10px;
}

.change_add_section_button {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 50px;
}

.change_add_section_button .second_button {
    background-color: #2196f3;
    color: #fff;
}

.change_add_section_button button {
    background-color: transparent;
    padding: 7px 40px;
    font-size: 15px;
    font-weight: normal;
    border-radius: 10px;
    color: #000;
    max-width: 145px;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
}

.bank_cn_middle_input {
    position: relative;
    flex: 1;
}

.bank_cn_middle_input_top {
    position: relative;
    margin-bottom: 15px;
}

.bank_cn_middle_main .bank_cn_middle_lable {
    position: absolute;
    top: 6px;
    padding: 0 15px;
    font-size: 12px;
}

.bank_cn_middle_input_box {
    display: flex;
    gap: 20px;
}

.bank_cn_middle_main input {
    border: 1px solid #000;
    background: transparent;
    height: 50px;
    display: flex;
    align-items: center;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0;
    border-radius: 10px !important;
}

.bank_cn_middle_main {
    margin-bottom: 100px;
}

.bank_cn_middle_input_top .card_icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.bank_cn_middle {
    margin-bottom: 20px;
}



.bn_input_box_main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
}

.bn_input_box_main .two_colmun {
    flex: 1;
}

.bn_input_box input {
    margin: 0;
}

.bn_input_box_wrap {
    display: flex;
    gap: 10px;
}

.input_top_lable {
    position: relative;
}

.input_top_lable .lable {
    position: absolute;
    top: 6px;
    padding: 0 15px;
    font-size: 12px;
    color: #000;
}

.input_top_lable input {
    border: 1px solid #000;
    background: transparent;
    height: 50px;
    display: flex;
    align-items: center;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0;
    border-radius: 10px !important;
}

.bn_input_box input {
    border: 1px solid #000;
    background: transparent;
    border-radius: 10px !important;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 11px !important;
}

.input_top_lable select {
    width: 100%;
    height: 50px;
    border-radius: 10px;
}

.bn_input_box_wrapper .bank_cn_middle_main {
    margin-bottom: 0px;
}

.input_top_lable .input_top_icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.input_top_lable select.select_Drop {
    appearance: none;
    background-image: url(./images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 1rem auto;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
}

/* payment method */
.check_bx_dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 10px 20px 20px;
}

.payment_change_add_form.change_add_form {
    padding: 18px 10px;
}

.payment_change_add_form .custom-select {
    /* visibility: hidden; */
}

.custom-select {
    position: relative;
    margin-left: auto;
}

.select-selected {
    user-select: none;
    background: #F6F6F6;
    display: block;
    border: 0;
    padding: 10px 10px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}

.select-items {
    position: absolute;
    background-color: #F6F6F6;
    border: #F6F6F6;
    border-radius: 5px;
    width: 100%;
    z-index: 99;
    top: 100%;
    min-width: max-content;
    padding: 0 15px;
}

.select-items div {
    padding: 10px 0;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid #747474;
}

.select-items div:last-child {
    border-bottom: 0;
}

.error-message {
    color: #ff0000;
}

.select-hide {
    display: none;
}

.grey_btn {
    background-color: #E6E6E6;
    padding: 7px 40px;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
    width: 200px;
}

#bank_conn_2 .tab.active {
    border: 1px solid #00a7df !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background-color: #00a7df !important;
}

#bank_conn_2 .form_content .tab-content input {
    margin-bottom: 5px !important;
}

/* Change Bank Connection Over */

/* performance overview CSS */

#elementor-popup-modal-5318 .dialog-message {
    width: 1400px;
    height: 700px;
    overflow: hidden;
}

.perfomance_section .perfomance_table {
    height: 500px;
    overflow-y: scroll;
}

#elementor-popup-modal-5983 .dialog-message {
    overflow: hidden !important;
}

/* performance overview CSS Over */

/* Media Screen */


@media only screen and (max-width:1440px) {
    #elementor-popup-modal-5167 .dialog-message {
        width: 640px;
        max-height: 500px;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

    .document_content {
        width: 95%;
        margin: 0 auto;
    }

    #elementor-popup-modal-5303 .dialog-message {
        width: auto !important;
    }

    .document_section {
        padding: 10px;
        /* width: 850px; */
    }

    .box_card2 {
        max-width: 450px;
        width: 100%;
    }

    .doc_box_info p {
        font-size: 12px;
    }

    .doc_box2 {
        max-width: 450px;
    }
}



@media only screen and (max-width: 1240px) {
    .doc_box2 {
        max-width: 450px;
    }
}

@media only screen and (max-width: 768px) {
    .document_heading h2 {
        padding: 0;
    }

    .hotline-details h3 {
        font-size: 20px;
    }

    .hotline-details i {
        font-size: 20px;
    }

}

@media only screen and (max-width: 991px) {
    .editProfile_section .tabs {
        justify-content: space-between;
    }

    .editProfile_section {
        width: auto;
    }

    #elementor-popup-modal-5303 .dialog-message {
        width: auto !important;
    }

    .editProfile_section .avtar_content {
        padding-right: 50px;
    }

    .editProfile_section .edit_profile_form {
        padding-left: 30px;
    }

    .editProfile_section .tab {
        padding: 14px 50px;
    }

    .document_section {
        padding: 10px;
        width: 100%;
    }

    .document_section .document_content {
        display: block;
    }

    .document_section .doc_box1,
    .document_section .doc_box2,
    .document_section .box_card2,
    .document_section .doc_box3 {
        max-width: inherit;
    }

    .document_section .doc_box2::before,
    .document_section .doc_box1::before {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .hotline-details.email span {
        word-break: break-all;
    }

    #elementor-popup-modal-6174 .dialog-message {
        width: 300px;
    }

    .hotline-details {
        padding: 10px 0px;
        gap: 5px;
    }

    .hotline-details h3 {
        font-size: 15px;
    }

    .hotline-details i {
        font-size: 15px;
    }

    #elementor-popup-modal-6049 .dialog-message {
        width: 400px !important;
    }

    #elementor-popup-modal-5303 .dialog-message {
        width: auto !important;
        /* height: 600px !important; */
        overflow-x: scroll;
    }

    .document_section {
        min-width: auto !important;
    }

    .document_section .box_header {
        display: flex;
        justify-content: space-around;
        width: auto;
        margin-bottom: 10px;
    }

    .document_section .box_card {
        justify-content: center;
    }

    .editProfile_section {
        display: block;
    }

    .doc_box_info {
        flex-wrap: wrap;
    }

    .editProfile_section .edit_profile .edit_profile_hedading {
        margin-bottom: 0;
    }

    .editProfile_section .avtar_content {
        border-right: 0 !important;
        padding: 0 !important;
    }

    .editProfile_section .avtar_content {
        margin: 0 auto;
    }

    .editProfile_section .edit_profile_form {
        margin-top: 20px;
    }

    .editProfile_section .edit_profile .edit_profile_hedading {
        text-align: center;
    }

    .document_section .document_heading {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #elementor-popup-modal-5167 .dialog-message,
    #elementor-popup-modal-5437 .dialog-message,
    #elementor-popup-modal-5422 .dialog-message,
    #elementor-popup-modal-5444 .dialog-message,
    #elementor-popup-modal-5332 .dialog-message,
    #elementor-popup-modal-5366 .dialog-message,
    #elementor-popup-modal-5389 .dialog-message {
        width: 400px !important;
    }
    .change_add_section , .change_add_section .change_add_form{
        padding : 0;
    }
    #changeBankIBAN , #paymentMethodChangeForm{
        padding: 10px;
    }
    .dashboard_box{
        text-align: left;
    }
}