.mr-auto{
    margin-right: auto;
}

.ml-auto{
    margin-left: auto;
}

.ml-2{
    margin-left: 4px;
}

.mr-2{
    margin-right: 4px;
}

.ml-4{
    margin-left: 8px;
}

.mr-4{
    margin-right: 8px;
}

.text-right{
    text-align: right;
}


/* Content */
.add-webinar-content {
    border-radius: 10px;
    border: 1px dashed #efefef;
    transition: .4s;
    cursor: pointer;
}

.add-webinar-content:hover{
    background-color: #f9f9f9;
}

/* Webinar analytic plan modal */
.planTable{
    overflow: auto;
}

/* Tables */
.table-custom {
    margin-bottom: 0px;
    border-radius: 5px;
    color: #000;
    width: 100%;
    border-collapse: collapse;
}
.table-custom tr th {
    font-weight: 700;
}
.table-custom tr th, .table-custom tr td {
    padding: .75rem!important;
}
