.modal-content .modal-body {
    padding: 0px 24px 24px 24px !important;
}

.bootbox-confirm .modal-body {
    padding: 17px 5px 17px 17px !important;
}

.bootbox-confirm .bootbox-close-button {
    display: none;
}

.bulk-update-slide-template .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fixed-height-playbook {
    height: 36px; 
}

.min-w-250 {
    min-width: 250px;
}

.slide-template-dropdown {
    border: red 1px solid;
    border-radius: 8px;
}

.text-box-border {
    border-color: #fff !important;
}