/* ----- START: Configure Number ----- */
.config_number_actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.config_number_actions .config_number_action_div {
    margin: 0px 10px;
}

.config_number_actions .config_number_action_div .default-number,
.config_number_actions .config_number_action_div .edit-number,
.config_number_actions .config_number_action_div .delete_phone_number {
    position: relative;
}


.config_number_actions .config_number_action_div .edit-number:hover:after {
    content: "Configure Number";
    width: 115px;
    height: 20px;
    text-align: center;
    background-color: #000000a1;
    color: white;
    font-size: 11px;
    position: absolute;
    top: -80%;
    border-radius: 10px;
    right: -35%;
    z-index: 99;
}

.config_number_actions .config_number_action_div .default-number:not(.text-success):hover:after {
    content: "Set as Default SMS Number";
    width: 166px;
    height: 20px;
    /* padding: 0px 8px; */
    background-color: #000000a1;
    color: white;
    font-size: 11px;
    position: absolute;
    /* top: 46%; */
    border-radius: 10px;
    /* right: -10%; */
    left: -65px;
    top: -20px;
    text-align: center;
}

.config_number_actions .config_number_action_div .delete_phone_number:hover:after {
    content: "Delete Number";
    width: 110px;
    height: 20px;
    background-color: #000000a1;
    color: white;
    font-size: 11px;
    position: absolute;
    border-radius: 10px;
    left: -65px;
    top: -20px;
    text-align: center;
}

/* ----- END: Configure Number ----- */

.sms_campaign_preview_div {
    position: relative;
    max-width: 380px;
    height: 700px;
    background-color: transparent;
    background-image: url('../../assets/images/preview-sms-background.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.sms_campaign_preview_child_1 {
    overflow-y: auto;
    max-height: 430px;
    margin-top: 160px;
    margin-left: 30px;
    margin-right: 30px;
}

.sms_campaign_preview_child_2 {
    margin-bottom: 30px;
    background-color: #b2f2ff;
    padding: 20px 15px;
    width: 100%;
}

.sms_campaign_preview_mobile_message {
    color: #000;
    background-color: #b2f2ff;
    padding: 5px;
    height: auto;
    white-space: pre-line;
}

.edit_mobile_message.sms_campaign_preview_mobile_message {
    margin-bottom: 30px;
}


@media screen and (max-width: 1280px) {
    .sms_campaign_preview_child_1 {
        max-height: 255px;
        margin-top: 94px;
        margin-left: 19px;
        margin-right: 15px;
    }
}

.text_decoration_none {
    text-decoration: none !important;
}

.gln_ajax_loader_parent_div {
    position: relative;
}

.gln_ajax_loader_div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff75;
    z-index: 10;
}