body {
    padding-right: 0 !important;
}

* {
    font-family: 'Montserrat';
}

.header {
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
}

.heading {
    width: 98%;
    display: flex;
    margin-top: 0.7%;
}

.navbar {
    margin-bottom: 7px;
    border-radius: unset !important;
    min-height: 62px;
}

.divider {
    color: #000;
    margin-right: 5px;
    margin-left: 5px;
}

.label-default {
    margin-right: 1%;
}

.open > .dropdown-menu {
    display: none !important;
}

.dropdown.show > .dropdown-menu {
    display: block !important;
}

h2 {
    margin-top: 10px !important;
}

.btn:focus {
    outline: none !important;
}

.form-control {
    font-size: 12px !important;
}

button:focus, input:focus, textarea:focus{
    outline: none !important;
}

input[type="checkbox"] {
    margin: 0;
}

.course-menu-dropdown-content .icon {
    margin-right: 10px;
}

.addSubunit-content .icon {
    margin-right: 10px;
}

.show.in {
    background-color: rgba(0,0,0,0.5);
    display: block !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.heading h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-weight: bold;
}

.btn {
    font-size: 13px !important;
    text-transform: capitalize !important;
    white-space: nowrap;
}

thead {
    border-style: initial !important;
    border-radius: 10px !important;
}

.table > thead > tr > th {
    vertical-align: top !important;
}

.pagination {
    margin: 0 !important;
}

.linkedSuccess-info {
    margin-top: 5%;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
}

.outline-button {
    color: #0465AC !important;
    border: 2px solid #0465AC !important;
}

.primary-button {
    color: #FFF !important;
    border: 2px solid #0465AC !important;
    background-color: #0465AC !important;
}

/* Responsive css */
@media only screen and (max-width: 540px) {
    
    .header {
        width: 100%;
        text-align: center;
        margin-bottom: 3%;
        font-weight: bold;
        font-size: x-large;
    }
    
    .btn {
        padding: 8px 15px;
    }

    .form-control {
        height: 28px !important;
        padding: 4px 10px !important;
    }

    h2 {
        margin-top: 1px !important;
    }
}

