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%;
}

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;
}

h4 {
    font-size: 14px !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;
}


.modal.open {
    opacity: 1;
}

.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;
}

.outline-button {
    color: #0465AC !important;
    border: 2px solid #0465AC !important;
    text-transform: none !important;
}

.primary-button {
    color: #FFF !important;
    background-color: #0465AC !important;
    border: 2px solid #0465AC !important;
    text-transform: none !important;
}

.modalDataContainer > .modal-content.successContent{
    width: 30% !important;
}

.modal-footer {
    border-top: none !important;
}

.modalDataContainer > .modal-content.successContent .modalHeader{
    justify-content: center !important;
}

.modalDataContainer > .modal-content.successContent .modalHeader svg{
    position: absolute;
    right: 15px;
}

.modal-footer .btn{
    margin-bottom: 0;
}

.successBody{
    padding: 20px;
    text-align: center;
}

.successModalIcon{
    height: 30px !important;
    width: 30px !important;
}

#modalContainer{
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
}

.modalDataContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    
}

.modalDataContainer > .modal-content{
    width: 50% !important;
    /* top: 5%; */
    overflow-y: auto;
    max-height: 70%;
}

.modal.show {
    display: block !important;
}

.modalHeader{ 
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    background-color: #0465ac;
}
.modalHeader.deleteModalHeader{
    background-color: #AC0A0A;
}

.modalHeader * {
    color: #fff !important;
}
.modalHeader::before, .modalHeader::after{
    display: none !important;
}

.modal-body{
    overflow-y: auto;
}

/* DIFFERENT HEADER COLOR FOR SUCCESS MODAL DIFFERENT TYPES */
.modalHeader{
    background-color: #0465ac;
}

.delete-primary-button {
    color: #FFF !important;
    border: 1px solid #FF3A3B !important;
    background-color: #FF3A3B !important;
}

.delete-outline-button {
    color: #FF3A3B !important;
    border: 1px solid #FF3A3B !important;
    background-color: #FFFFFF !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;
    }
}

