/*Main*/
#google-dashboard table{
    border-radius:3px !important;
}
#google-dashboard table thead{
    background-color:#f7f8fa !important;
}
#google-dashboard table thead tr{
    height:48px;
}
#google-dashboard table th {
    text-align: left !important;
    padding: 7px 16px !important;
    line-height: 22px;
    border-bottom:1px solid #11202f26 !important;
}
button#btn-authorize {
    border-radius: 3px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
    border:0;
    background: #06C270;
    transition:0.5s;
}
button#btn-authorize:hover,
button#btn-authorize:focus{
    background: #0bd07a;
}

/*Add New*/
#calendar-manage-header h3 {
    padding: 15px 0 0 15px;
}
button#btn-back-dashboard {
    border-radius: 3px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
    border:0;
    background: #a0a0a0;
    transition:0.5s;
}
button#btn-back-dashboard:hover,
button#btn-back-dashboard:focus{
    background: #cdcdcd;
}
button.btn.btn-primary.saving-btn {
    border-radius: 3px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
    border:0;
    background: #06C270;
    transition:0.5s;
    margin:0 0 15px 15px;
}
button.btn.btn-primary.saving-btn:hover,
button.btn.btn-primary.saving-btn:focus{
    background: #0bd07a;
}
.calendar-wrapper .card-header {
    background-color: rgb(20 30 62 / 10%) !important;
}
.calendar-wrapper .card-header h5{
    font-size:16px;
}
select#process_text_model,
select#process_image_model,
select#process_audio_model{
    min-width:75%;
}
@media (min-width:768px){
    button#btn-back-dashboard{
        margin-right:15px;
    }
    #calendar-manage-header span{
        padding-left:15px;
    }
}
@media (max-width:1200px){
    select#process_text_model,
    select#process_image_model,
    select#process_audio_model{
        min-width:65%;
    }
}
@media (max-width:991px){
    select#process_text_model,
    select#process_image_model,
    select#process_audio_model{
        min-width:60%;
    }
}
@media (max-width: 768px) {
    .calendar-left-section, .calendar-right-section {
        padding:0 !important;
    }
    #calendar-manage-header h3 {
        padding: 0px 0 0 0px;
    }
    button.btn.btn-primary.saving-btn{
        margin:15px 0 0px 0;
    }
  	.calendar-wrapper .card-header h5{
    	font-size:14px;
	}
    label#process_text_model,
    label#process_image_model,
    label#process_audio_model{
        width:100% !important;
    }
    select#process_text_model,
    select#process_image_model,
    select#process_audio_model{
        min-width:100%;
    }
    .card-body>.d-flex{
        flex-wrap:wrap;
    }
}