/* Dashboard */
/*blasting message*/
.whatsapp-div .form {
    width: 100%;
    padding: 50px;
    background: rgb(255 255 255);
    margin-top: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%) !important;
}
h3{
    color:#141e3e;
    font-weight:600 !important;
    font-size: 42px !important;
    margin-bottom:50px;
}
.whatsapp-div .form h3{
    color:#141e3e;
    font-weight: 600 !important;
    font-size: 28px !important;
    margin-bottom:30px;
}
.progress-step{
    background-color: rgb(161 165 178) !important;
}
.progress-step-active{
    background-color: #141e3e !important;
}
.progressbar::before{
    background-color: rgb(161 165 178) !important;
}
.progress{
    background-color: #141e3e !important;
}
.btn-step{
    width:200px !important;
    background: rgb(20 30 62) !important;
    color:#fff !important;
    padding: 15px 30px !important;
    line-height: 1;
    height: fit-content;
}
.btn-step:hover{
    box-shadow:0 0 0 2px #fff, 0 0 0 3px #141e3e !important;
    color:rgb(255 255 255 / 50%) !important;
}
select#select-blasting-type {
    background: #f7f7f7;
}
#contacts .contact {
    text-align: right;
}
#whatsappLogout {
    padding-left: 20px;
    display: none;
}
#whatsappLogout i {
    color:#141e3e;
    font-size: 32px;
}
#blasting-message {
    margin-top: 30px !important;
}
.whatsapp-div .contact button{
    background: #141e3e;
    padding: 20px 10px;
    line-height:1;
    width: 220px;
    transition:0.5s;
}

.whatsapp-div .contact button:hover{
    background: #a1a5b2;
}
.progress-step::after {
    text-align: center;
    line-height: 1;
}
.form-step.step1 {
    padding-top: 15px;
}
.step1 .input-group {
    margin: 15px 0 30px 0;
}
@media (min-width:768px){
    .whatsapp-div .contact button#getContacts{
        margin-right:15px;
    }
}

@media (max-width:767px){
    h3{
        font-size: 30px !important;
        margin-bottom: 30px;
    }
    .whatsapp-div .form h3{
        font-size: 20px !important;
    }
    .whatsapp-div .form {
        width: 100%;
        padding: 30px;
        background: rgb(255 255 255);
    }
    .whatsapp-div .contact {
        display: flex;
        gap: 15px;
    }
    .whatsapp-div .contact button{
        width:50%;
        font-size: 12px;
    }
    .whatsapp-div {
        display: flex;
        flex-direction: column;
    }
    #contacts {
        margin-top: 15px !important;
    }
    #blasting-message {
        margin-top: 15px !important;
    }
    .btn-step{
        width:150px !important;
        font-size: 12px;
    }
    .progress-step::after {
        font-size:11px !important;
    }
}


/*Step 2*/
.form-step div#select-user.users {
    color: #000;
}
#excelDataTable thead tr th.sorting_asc {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 10px 20px;
}
table.dataTable thead>tr>th.sorting:before, 
table.dataTable thead>tr>th.sorting:after, 
table.dataTable thead>tr>th.sorting_asc:before, 
table.dataTable thead>tr>th.sorting_asc:after, 
table.dataTable thead>tr>th.sorting_desc:before, 
table.dataTable thead>tr>th.sorting_desc:after, 
table.dataTable thead>tr>th.sorting_asc_disabled:before, 
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before, 
table.dataTable thead>tr>th.sorting_desc_disabled:after, 
table.dataTable thead>tr>td.sorting:before, 
table.dataTable thead>tr>td.sorting:after, 
table.dataTable thead>tr>td.sorting_asc:before, 
table.dataTable thead>tr>td.sorting_asc:after, 
table.dataTable thead>tr>td.sorting_desc:before, 
table.dataTable thead>tr>td.sorting_desc:after, 
table.dataTable thead>tr>td.sorting_asc_disabled:before, 
table.dataTable thead>tr>td.sorting_asc_disabled:after, 
table.dataTable thead>tr>td.sorting_desc_disabled:before, 
table.dataTable thead>tr>td.sorting_desc_disabled:after{
    right:5px;
}
#excelDataTable th.sorting {
    background-color: rgb(46 74 166);
    color: #fff;
}
.btns-group {
    display: flex !important;
    justify-content: space-between;
    gap: 15px !important;!i;!;
}
.form-step.form-step-active label{
    color:#000;
    margin-bottom: 0;
}
.form-step.form-step-active>.row>.col-md-5:last-child {
    display: flex;
    justify-content: right;
    align-items: center;
}
.form-step.form-step-active>.row>.col-md-5{
    margin: 30px 0;
}
button#uploadExcel,
button#uploadImage,
button#uploadVideo,
button#uploadAudio{
    background-color: #141e3e;
    border: 2px solid #141e3e;
    margin-bottom: 0;
    font-size: 12px;
}
#btn-get-contact.btn-step{
    background: rgb(46 74 166) !important;
}
#excelDataTable_filter.dataTables_filter label {
    margin-bottom: 15px;
}
@media (max-width:767px){
    .form-step.form-step-active>.row>.col-md-2{
        display:none
    }
    .form-step.form-step-active>.row>.col-md-5{
        margin: 20px 0 0 0;
    }
    .form-step.form-step-active>.row>.col-md-5:last-child{
        margin-bottom:50px;
        justify-content: left;
    }
}


/*Step 3*/
.dropdown-toggle {
    background: rgb(46 74 166) !important;
}
.dropdown-toggle.show,
.dropdown-toggle:hover,
.dropdown-toggle:focus{
    background: rgb(46 74 166 / 80%) !important;
}
div#input-message,
div#input-image,
div#input-video,
div#input-audio,
div#selected-items{
    color: #141e3e;
}
div#images,
div#videos,
div#audio{
    color: #141e3e;
    margin-top:30px;
}
div#messages{
    margin: 30px 0;
}
textarea#caption-image,
textarea#caption-video{
    width:100%;
    min-height: 150px;
}
textarea#messages-area {
    width: 100%;
    min-height: 150px;
}
select#select-template {
    margin-bottom: 30px !important;
}
.file-name{
    color: #555 !important;
}
button#uploadImage,
button#uploadVideo{
    margin-bottom: 10px;
}
@media (max-width:767px){
    .file-name{
        font-size:12px !important;
    }
}


/*Step 4*/
button#start-blasting,
button#schedule-message {
    margin-top:30px !important;
    width:200px !important;
    background: rgb(46 74 166) !important;
    color:#fff !important;
    padding: 15px 30px !important;
    line-height: 1;
    height: fit-content;
}
div#schedule-date-time {
    margin-top: 30px;
    text-align: right;
}
button#start-schedule-message {
    width:250px !important;
    background: rgb(20 30 62) !important;
    color:#fff !important;
    padding: 15px 30px !important;
    line-height: 1;
    height: fit-content;
}
div#selected-items {
    text-align: left;
}
@media (min-width:768px){
    button#start-blasting{
        margin-right:15px;
    }
}
@media (max-width:767px){
    button#start-blasting,
    button#schedule-message{
        width:50% !important;
    }
    .step4 .button-group {
        display: flex;
        gap: 15px;
    }
    button#start-schedule-message {
        width:100% !important;
    }
}
/* END OF DASHBOARD */