.account-switcher-wrapper .nice-select .current{
    display: flex;
    align-items: center;
}
.account-switcher-wrapper .nice-select .option{
    display: flex;
    align-items: center;
    line-height: 20px;
}
.account-switcher-wrapper .nice-select .option .icon span,
.account-switcher-wrapper .nice-select .icon span{
    display: table;
    margin: auto;
}
.account-switcher-wrapper .nice-select .option .icon,
.account-switcher-wrapper .nice-select .icon{
    background: #0E2D41;
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin-right: 5px;
    text-align: center;
}

.dropdown_content .file-icon-wrapper{
    border-radius: 4px;
    border: 1px solid rgb(241 245 249 / 1);
    margin-bottom: 10px;
    padding: 15px;
}
.file-icon-wrapper .icon img{
    max-width: 24px;
}
.file-icon-wrapper > span{
    margin-right: 10px;
}
.file-icon-wrapper > span:nth-child(2){
    flex-grow: 1;
}
.account-switcher-wrapper .nice-select .current{
    height: auto;
}
.account-switcher-wrapper{
    margin: 10px 0;
}
.dropdown-select-styled.open > a, .dropdown-select-styled.open > a:hover, .dropdown-select-styled.open > a:focus{
    background: #fff;
}
.dropdown-select-styled.open > a svg{
    transform: rotate(180deg);
    transition: 0.1s ease;
}
.dropdown-select-styled > a svg{
    margin-left: 10px;
}
.dropdown-select-styled > a{
    display: flex;
    align-items: center;
}
.dropdown-select-styled .dropdown-menu li.active a{
    background: #F5F5F5;
    color: #1A4159;
    font-weight: 500;
}
.dropdown-select-styled .dropdown-menu li a > span:first-child{
    flex-grow: 1;
}
.dropdown-select-styled .dropdown-menu li a{
    padding: 10px;
    color: #525252;
    font-weight: 400;
    display: flex;
}
.dropdown-select-styled .dropdown-menu{
    margin-top: 5px;
    border-radius: 8px;
    border:0px solid;
    padding: 10px 0;
}
.dropdown-select-styled{
    border:1px solid #D1D5DB;
    display: table;
    padding: 8px 20px;
    background: #fff;
    border-radius: 8px;
    color: #374151;
}
.profile-active .filter.customer_activity_filters{
    display: table;
    width: 100%;
}
.customer_activity_filters .wrapper{
    float: right;
    display: flex;
    align-items: center;
    margin-top: -50px;
}
.profile-active .filter.customer_activity_filters .filter-label{
    padding-right: 15px;
}
.box-sizing-b-box{
    box-sizing: border-box;
}
#addStatusButtonPlace{
    display: none;
}
#addStatusButton{

}
#addStatusButton a{
    float: none;
    margin: auto;
}
#campaignButtons.addFilter div:last-child a{
    float: none;
    margin: auto;
}
#campaignButtons.addFilter{
    gap: 5px;
    flex-wrap: wrap;
    max-width: 900px;
}
#campaignButtons.addFilter div a{
    float: none!important;
    margin: auto!important;
    margin-bottom: 10px!important;
}
.log-info .activity-icon svg{
    width: 20px;
    height: 20px;
    margin: auto;
}
.log-info .activity-icon.blue{
    background: #E0F2FE;
    border-color: #BAE6FD;
    color: #2563EB;
}
.log-info .activity-icon.green{
    background: #D1FAE5;
    border-color: #A7F3D0;
    color: #059669;
}
.log-info .activity-icon.red{
    background: #FEE2E2;
    border-color: #FECACA;
    color: #DC2626;
}
.log-info .activity-icon{
    border-radius: 100px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    border: 1px solid;
}
.file-name-wrapper{
    display: flex;
    align-items: center;
    gap: 5px;
}
.offerwizard.customerform .adminbuttons .ab-button{
    margin: auto;
}
.embed_form_submit_button_text_wrapper input{
    background: #0F172A;
    color: #fff;
    text-align: center;
    border:0px solid;
    outline: none;
}
.embed_form_submit_button_text_wrapper{
    padding: 10px 35px;
    background: #0F172A;
    border-radius: .375rem;
    display: table;
    margin: 50px auto 0;
}
.embed_form_submit_button_hint{
    text-align: center;
    display: table!important;
    margin: auto;
}
.thank_you_message_title span{
    font-size: 12px;
    font-style: italic;
}
.thank_you_message_title{
    max-width: 800px;
    margin: auto;
    font-size: 16px!important;
    font-weight: normal!important;
    margin-top: 70px;
    margin-bottom: 10px;
}
.thank_you_message_section_wrapper input:focus{
    border: 0;
    outline: none;
}
.thank_you_message_section_wrapper input{
    background: #28a745;
    color: #fff;
    width: 100%;
    border: 0;
}
.thank_you_message_section_wrapper{
    padding: 10px;
    background: #0F172A;
    border-radius: 4px;
    display: table;
    max-width: 800px;
    width: 100%;
    background: #28a745;
    margin: 0px auto 0;
}
.rotate {
    animation: rotation 2s infinite linear;
}
.sms-type-label{
    margin-right: 20px;
}
.sms-type-label,
.email-type-label{
    padding: 2px 8px !important;
    font-size: 11px !important;
    margin-bottom: 5px;
}
.call-preview-wrapper .timestamp{
    font-size: 12px;
    margin-top: 5px;
    float: right;
}
.call-preview-wrapper h5{
    font-size: 16px;
    margin-top: -10px;
}
.call-preview-wrapper .transcritpion-wrapper{
    margin-left: 15px;
    width: 100%;
}
.call-preview-wrapper{
    padding: 20px!important;
    display: flex;
    gap: 20px;
}
.google-login-button {
    display: inline-flex;
    align-items: center;
    background-color: #4285F4;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    margin-top: 10px;
    width: 100%;
}
.google-login-button:hover {
    background-color: #357ae8;
    color: #fff;
}

.google-logo {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.button-text {
    display: inline-block;
    vertical-align: middle;
}
.at-cell-campaigns > a{
    display: table;
    width: 100%;
}
.add-all-button{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    color: #0F172A;
    padding: 8px 17px;
    background: #fff;
}
.sequence_saved_text_wrapper .select-template{
    color: #357ae8;
}
.workflow_action_form .customer-sms-send-message,
.campaign_sms_form .customer-sms-send-message {
    display: flex;
    float: right;
}
.workflow_action_form .adminform_savebutton input,
.campaign_sms_form .adminform_savebutton input{
    float: right;
}
.workflow_action_form .attachment-icon,
.campaign_sms_form .attachment-icon{
    margin-right: 80px;
}
.workflow_action_form .customer-sms-send-message a,
.campaign_sms_form .customer-sms-send-message a {
    margin-right: 15px;
}
.sequence_saved_text_wrapper{
    display: table;
    width: 100%;
}
.field-tag-wrapper > span:last-child{
    word-break: break-all;
}
.field-tag-wrapper > span:first-child{
    font-size: 12px;
}
.cus-field-row .action-buttons-wrapper a:first-child{
    margin-right: 5px;
}
.cus-field-row .action-buttons-wrapper a{
    width: 20px;
}
.cus-field-row .action-buttons-wrapper{
    display: flex;
    align-items: center;
}
.cus-field-row .manage-field-wrapper{
    display: flex;
    flex-grow: 1;
    width: 80%;
}
.cus-field-row{
    display: flex;
}
.field-tag-wrapper{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    min-width: 200px;
}
#admintablerow-view_in_ticket_list > div:first-child,
#admintablerow-required > div:first-child{
    order: 1;
}
#admintablerow-view_in_ticket_list,
#admintablerow-required{
    display: flex;
    gap: 10px;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.hide-filters{
    white-space: nowrap;
}
.delay_wrapper{
    display: flex;
    gap: 10px;
}
.support_communications{
    margin-bottom: 0;
    margin-top: 30px;
}
.communicationchannel_form form > div:last-child input{
    padding: 6px 20px;
    margin-top: 32px;
}
.last_tab_item .button{
    display: flex!important;

}
.communicationchannel_form form > div:first-child{
    width: 90%;
}
.communicationchannel_form form{
    padding: 0;
    display: flex;
    align-items: center;

}
.support_list .table-responsive,
.campaigns-list .table-responsive{
    padding-bottom: 250px;
}
.appsetup .bottom_buttons .backarrow{
    display: flex;
    align-items: center;
}
.appsetup .bottom_buttons .flex{
    align-items: center;
}
.appsetup .global-settings-body{
    max-width: 800px;
    width: 100%;
}
.appsetup #email{
    display: block;
}
.appsetup .form-control{
    margin-bottom: 10px;
}
.at-cell-actions_leads .atdropdownitems{
    right: 0;
}
.at-cell-actions_leads{
    min-width: 80px;
}