@charset "UTF-8";
#custom-widget-talkheap-downloadApp {
    /* custom widget */
    /* arrow */
}

#custom-widget-talkheap-downloadApp a {
    text-decoration: none;
}

#custom-widget-talkheap-downloadApp .centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

#custom-widget-talkheap-downloadApp .benefit_title {
    font-size: 26px !important;
}

#custom-widget-talkheap-downloadApp .benefit_small_title {
    font-size: 16px !important;
}

#custom-widget-talkheap-downloadApp .benefit_text {
    font-size: 14px !important;
}

#custom-widget-talkheap-downloadApp .benefit_small_text {
    font-size: 12px !important;
}

#custom-widget-talkheap-downloadApp .border_bottom {
    border-bottom: 2px solid #EBEDF3;
}

#custom-widget-talkheap-downloadApp .pb_1 {
    padding-bottom: 0.25rem !important;
}

#custom-widget-talkheap-downloadApp .pb_2 {
    padding-bottom: 0.5rem !important;
}

#custom-widget-talkheap-downloadApp .pb_3 {
    padding-bottom: 1rem !important;
}

#custom-widget-talkheap-downloadApp .mt_1 {
    margin-top: 0.25rem !important;
}

#custom-widget-talkheap-downloadApp .mt_2 {
    margin-top: 0.5rem !important;
}

#custom-widget-talkheap-downloadApp .mt_3 {
    margin-top: 1rem !important;
}

#custom-widget-talkheap-downloadApp .mt_4 {
    margin-top: 2rem !important;
}

#custom-widget-talkheap-downloadApp .mt_5 {
    margin-top: 3rem !important;
}

#custom-widget-talkheap-downloadApp .mb_3 {
    margin-bottom: 1rem !important;
}

#custom-widget-talkheap-downloadApp .mb_5 {
    margin-bottom: 3rem !important;
}

#custom-widget-talkheap-downloadApp .space_between {
    display: flex;
    justify-content: center;
}

#custom-widget-talkheap-downloadApp .download_content {
    margin: 0 45px;
}

#custom-widget-talkheap-downloadApp .text_center {
    text-align: center;
}

#custom-widget-talkheap-downloadApp .download_btn {
    display: block;
    height: 40px;
    margin: 10px 0;
}

#custom-widget-talkheap-downloadApp .send_message {
    display: flex;
    align-items: center;
}

#custom-widget-talkheap-downloadApp .send_type_dropdown,
#custom-widget-talkheap-downloadApp .custom_input {
    padding: 8px;
    border: 1px solid #ccc;
    height: 36px;
    font-size: 14px;
}

#custom-widget-talkheap-downloadApp .send_type_dropdown {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#custom-widget-talkheap-downloadApp .send_type_dropdown:hover {
    background-color: #f3f6f9;
}

#custom-widget-talkheap-downloadApp .send_type_dropdown:focus {
    outline: none;
}

#custom-widget-talkheap-downloadApp .custom_form_control {
    display: block;
    padding: 0.375rem 0.75rem;
    width: 300px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#custom-widget-talkheap-downloadApp .custom_form_control:focus {
    border-color: #007bff;
    outline: 0;
    box-shadow: 0 0 0 0.3rem rgba(0, 123, 255, 0.25);
}

#custom-widget-talkheap-downloadApp .custom_button {
    display: inline-block;
    text-decoration: none;
    height: 32px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    color: #007bff;
    border: 1px solid #007bff;
    background-color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

#custom-widget-talkheap-downloadApp .custom_button:hover {
    background-color: #007bff;
    color: #fff;
}

#custom-widget-talkheap-downloadApp .powered_by_button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-color: #f3f6f9;
    color: #c8c8c8;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

#custom-widget-talkheap-downloadApp .powered_by_button:hover {
    background-color: #5c636a;
}

#custom-widget-talkheap-downloadApp .powered_by_text {
    font-size: 12px;
    color: #c8c8c8;
}

#custom-widget-talkheap-downloadApp .powered-by-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#custom-widget-talkheap-downloadApp .powered-by-button {
    position: relative;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-color: #6c757d;
    color: #fff;
    border-radius: 5px;
    border-color: #6c757d;
    transition: background-color 0.3s ease;
}

#custom-widget-talkheap-downloadApp .powered-by-button:hover {
    background-color: #5c636a;
}

#custom-widget-talkheap-downloadApp .powered-by-text {
    position: absolute;
    bottom: -19px;
    right: 0;
    padding: 5px;
    font-size: 6px;
    color: #c8c8c8;
    /* background-color: #f3f6f9; */
    border-radius: 5px;
}

#custom-widget-talkheap-downloadApp .custom-arrow {
    position: relative;
    display: inline-block;
    font-size: 24px;
    margin-top: 8px;
}

#custom-widget-talkheap-downloadApp .custom-arrow::before {
    content: "↓";
    display: block;
    color: #000;
}

#custom-widget-talkheap-downloadApp .custom_button_hand {
    cursor: pointer;
}