
/* login */
    .blusmshub_dashboardlogin_label_div {
        max-width: 400px;
        margin: auto;
        text-align: center;
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #e7e7e7;
        background-color: #f7931e;
        border-radius: 10px;
        color: white;
        font-weight: bold;
        font-size: 1.1em;   
    }

    .blusmshub_dashboard_login_div {
        max-width: 400px;
        margin: auto;
        padding: 10px;
        background-color: #ebebeb;
        border-radius: 10px;
        box-shadow: 2px 2px 2px #7a7a7a;
        margin-bottom: 5px;
        color: #343434;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .login-submit {
        text-align: center;
    }

/* login */


/* menu */
    .blusmshub_dashboardmenu {
        border-radius: 10px;
        box-shadow: 1px 1px 4px 1px #9b9b9b;
        margin-bottom: 30px;
    }

    .blusmshub_dashboard_content {
        display: block;
        width: 100%;
        max-width: 1000px;
        padding: 10px;
        margin: auto;
        position: relative;
        background-color: white;
        border-radius: 5px;
    }

    .blusmshub_dashboardmenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border: 1px solid #e7e7e7;
        background-color: #f3f3f3;
        border-radius: 10px;
    }

    .blusmshub_dashboardlink {
        float: left;
    }

    .blusmshub_dashboardlink a.active {
        color: white;
        background-color: #f7931e;
        border-radius: 5px;
    }

    .blusmshub_dashboardlink a {
        display: block;
        color: #666;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        box-shadow: inset 0px 0px 0 rgb(15 15 15 / 0%);
    }

    .blusmshub_dashboardlink a:hover {
        background-color: white;
    text-decoration: underline;
    }
/* menu */

/*page*/
    .blusmshub_dashboard_dashboard_div {
        color: black;
        padding: 10px;
    }

    #blusmshub_dashboard_addnewmsg, #blusmshub_dashboard_addnewcontact, #blusmshub_dashboard_importcontacts, #blusmshub_dashboard_addnewgroup, .blusmshub_buttonreply, .blusmshub_buttoneditgroup {
        width: 100px;
        background: #007cba;
        border-color: #007cba;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        padding: 0 10px;
        border-width: 1px;
        border-style: solid;
        white-space: nowrap;
        box-sizing: border-box;
        display: flex;
        height: 30px;
        align-items: center;
        margin-top: 10px;
        justify-content: center;
    }

    .blusmshub_buttondeletegroup {
        background: #F44336;
        border-color: #F44336;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        padding: 0 10px;
        border-width: 1px;
        border-style: solid;
        white-space: nowrap;
        box-sizing: border-box;
        display: flex;
        height: 30px;
        align-items: center;
        margin-top: 10px;
        justify-content: center;
    }

    #blusmshub_dashboard_addnewmsg:hover, #blusmshub_dashboard_addnewcontact:hover, #blusmshub_dashboard_importcontacts:hover, #blusmshub_dashboard_addnewgroup:hover, .blusmshub_buttoneditgroup:hover {
        box-shadow: 0px 4px 7px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
        transform: scale(1.02);
    }

    .importcontact_popup_form {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #importcontact_popup_save_button {
        width: 200px;
        background: #007cba;
        border-color: #007cba;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        padding: 0 10px;
        border-width: 1px;
        border-style: solid;
        white-space: nowrap;
        box-sizing: border-box;
        display: flex;
        height: 30px;
        align-items: center;
        justify-content: center;
    }

    .reply_table_msg {
        max-width: 400px;
        height: 150px;
        resize: vertical;
    }

    #editmsg_popup_msg {
        height: 250px;
        resize: vertical;
    }

    .phone_link {
        color: #1e63d8;
    }
/*page*/

/*charts*/
    .blusmshub_dashboard_chartscontainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: space-around;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .blusmshub_dashboard_chartsdiv{
        max-width: 250px;
        width: 100%;
        background-color: white;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 1px 1px 5px 2px #717171;
        color: #424242;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }
/*charts*/


/* success and errors */
    .blusmshub_container_success {
        text-align: center;
        margin-bottom: 10px;
        background-color: #f7931e;
        color: white;
        border-radius: 10px;
    }

    .blusmshub_container_error {
        text-align: center;
        margin-bottom: 10px;
        background-color: #f44336;
        color: white;
        border-radius: 10px;
    }
/* success and errors */

/* table */
    .dt-search {
        text-align: right;
        margin-right: 10px;
    }

    .dt-paging {
        text-align: right;
    }

    table.dataTable {
        background-color: white;
    }

    table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
        text-align: left;
    }

    .dataTables_wrapper {
        color: #414141;
    }

    .blusmshub_buttoneditmsg, .blusmshub_buttoneditcontact {
        background: #007cba;
        width: 90px;
        padding: 5px 10px;
        text-align: center;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }

    .blusmshub_buttondeletemsg, .blusmshub_buttondeletecontact {
        background: #f44336;
        padding: 5px 10px;
        text-align: center;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        transition: all .3s ease-in-out;
        width: 140px;
    }

    .blusmshub_buttoneditmsg:hover, .blusmshub_buttondeletemsg:hover, .blusmshub_buttoneditcontact:hover, .blusmshub_buttondeletecontact:hover {
        transform: scale(1.05);
    }
/* table */

/* popups */
    .popup_back {
        width: 100%;
        height: 100vh;
        background-color: rgb(0 0 0 / 45%);
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 999;
    }

    .popup_content {
           position: absolute;
        width: 100%;
        max-width: 600px;
        min-height: 150px;
        max-height: 90vh;
        background-color: #ffffff;
        display: flex;
        text-align: left;
        padding: 10px;
        border-radius: 10px;
        border-style: solid;
        border-width: 1px;
        border-color: #444444;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        flex-direction: column;
        align-content: center;
        flex-wrap: nowrap;
        overflow-y: auto;
        gap: 12px;
        z-index: 99;
        color: black;
    }

    .popup_title {
        font-weight: bold;
    }

    .popup_div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
        width: 100%;
    }

    .popupform_row label {
        font-weight: bold;
    }

    .popupform_input, .popupform_select, .popupform_date {
        width: 98%;
        max-width: 600px !important;
    }

    .popup_button_div {
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .popup_save_button {
        background: #007cba;
        border-color: #007cba;
        width: 100px;
        padding: 5px 10px;
        text-align: center;
        color: white;
        font-size: 1.3em;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
    }

    .popup_cancel_button {
        background: #F44336;
        border-color: #F44336;
        width: 100px;
        height: 30px;
        padding: 5px 10px;
        text-align: center;
        color: white;
        font-size: 1.3em;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .popup_content input, .popup_content select {
        width: 95%;
    }
/* popups */

/* confirm alert modals */
    #confirm_popup {
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 45%);
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 9999;
    }

    .confirm_popup_content {
        position: fixed;
        width: 100%;
        max-width: 400px;
        background-color: #ffffff;
        display: block;
        text-align: center;
        padding: 10px;
        font-weight: bold;
        border-radius: 10px;
        border-style: solid;
        border-width: 1px;
        border-color: #b0b0b0;
        box-shadow: 2px 2px 3px 0px #bfbfbf;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        #confirm_popup_msg {
    margin: 10px 5px 20px 5px;
    font-size: 1.2em;
    color: black;
    }

    .confirm_button_div {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 4px;
    }

    .confirm_save_button, .confirm_cancel_button {
        border-width: 0px;
        font-weight: bold;
        font-size: 1.2em;
        padding: 4px 4px 4px 4px;
        border-radius: 5px;
    cursor: pointer;
    color: white;
    background-color: #F14433;
    width: 40%;
    max-width: 200px;
    height: 40px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    }

    .confirm_save_button {
    background-color: #26A301;
    }

    .confirm_cancel_button {
        background-color: #F14433;
    }

    .confirm_save_button:hover, .confirm_cancel_button:hover {
    transform: scale(1.05); 
    }

    #confirm_box {
        display: none;
        background-color: #e5e5e5;
        color: #000000;
        border: 1px solid #aaa;
        position: fixed;
        width: 380px;
        padding: 10px 20px 10px;
        box-sizing: border-box;
        text-align: center;
        z-index: 99999;
        border-radius: 10px;
        box-shadow: 2px 2px #545454;
        margin: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #alert_popup {
        background-color: rgb(234, 85, 85);
        position: fixed;
        width: 100%;
        max-width: 800px;
        height: 40px;
        z-index: 999;
        color: white;
        border-radius: 10px;
        bottom: 1%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #alert_popup_msg {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    #confirmYes, #confirmNo, #confirmOK {
        background-color: #FFFFFF;
        display: inline-block;
        border-radius: 12px;
        border: 2px solid #aaa;
        padding: 5px;
        text-align: center;
        width: 60px;
        cursor: pointer;
        color: #f44336;
        margin-right: 10px;
    }
    
    #confirmYes:hover, #confirmNo:hover, #confirmOK:hover {background-color: #e5e5e5;}
    
    #confirmMessage, #alertbox_Message {
      text-align: center;
      color: #f44336;
      font-weight: bold;
      font-size: 1.2em;
    }

    #loading_overlay{
        display:none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        width: 100%;
        height:100%;
        background: rgba(0,0,0,0.6);
    }

    .loading_spinner {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;  
    }
      
    .loading_spinner .spinner {
        width: 40px;
        height: 40px;
        border: 4px #ddd solid;
        border-top: 4px #2e93e6 solid;
        border-radius: 50%;
        animation: sp-anime 0.8s infinite linear;
    }

    .spinner {
    visibility: unset;
    }
    
    @keyframes sp-anime {
    100% { transform: rotate(360deg); }
    }
/* modals */