/* Brand Logo */
.main-sidebar .logo-box .logo .brand-image {
    margin-top: auto !important;
}

.brand-text img {
    vertical-align: sub !important;
}

.logo-container {
    display: inline-block;
    padding: 0.5rem 0.8rem;
    margin-bottom: 1.5rem;
    width: 260px;
    height: 100%;
}

.auth-logo-icon {
    line-height: 0.8;
    margin-left: 0;
    margin-right: 0.5rem;
    max-height: 30px;
    width: auto;
}

.auth-logo {
    max-height: 22px;
}

/* College image preview box */
#image-preview {
    width: 9rem;
    display: block;
}

/* video switch */
.form-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
}

.checkbox-lg .form-check-input {
    scale: 1.3;
}

/* student colleges contact */
.scrollable-note {
    max-height: 50px;
    overflow-y: auto;
}

.table-scroll {
    max-height: 200px;
    overflow-y: auto;
}

.list-image {
    height: 3rem;
    object-fit: contain;
}

/**
*   Delete Account Notice
**/
.notice {
    background-color: #FFF8DD !important;
    border: 1px solid #F1F1F4 !important;
    border-style: dashed !important;
    border-radius: .475rem !important;
    border-color: rgba(246,192,0, 1) !important;
}
