.wizard .content {
    min-height: 100px;
}

.wizard .content > .body {
    width: 100%;
    height: auto;
    padding: 15px;
    position: absolute;
}

.wizard .content .body.current {
    position: relative;
}

.table-xxs th, .table-xxs td{
    font-size: 14px;
    border-collapse: separate;
    border-spacing:0 20px;
}

.table-xxs td, .table-xxs th {
    padding: .25rem;
}

.customer-table th {
	text-align: center;
	background-color: rgb(162 195 227) !important;
    color: #111 !important;
    text-transform: none !important;
}

.customer-table tbody tr td:first-child {
    width: 10% !important;
}

.customer-table td strong {
    text-transform: none;
}

ul.no-style {
    list-style-type: none !important;
}

.pis-0 {
    padding-inline-start: 0 !important; 
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-7 {
    margin-top: 5rem!important;
}

.loading.closed {
    display: none;
}

.preloader-wrapper {
    opacity: 0;
}

.preloader-wrapper.active { 
    background: rgba(22, 22, 22, 0.3); 
    width: 100%; height: 100%; 
    position: fixed; 
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
}

.preloader-wrapper > .preloader { 
    position: absolute;
    min-width: 128px; /* image-width of loader */
    min-height: 128px; /* image-height of loader */
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.form-preloader{
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    padding-top: 30vh;
    opacity: 0;
    z-index: -1;
}

.form-preloader .preloader3 {
    left:50%;
    top:50%;
    position:
    absolute;
    height:50px;
    width:50px;
    margin:-25px 0 0 -25px
}

.form-preloader.active{
    opacity: 1;
  z-index: 999999;
}

.preloader3 {
    width: auto;
    height: 130px;
    text-align: center;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.preloader3>div {
    margin: 2px;
    background-color: #01a9ac;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay .7s infinite ease-in-out;
    animation: stretchdelay .7s infinite ease-in-out
}

.preloader3 .circ2 {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.preloader3 .circ3 {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.preloader3 .circ4 {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.preloader3 .circ5 {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.preloader3 .loader-md {
    height: 13px;
    width: 13px
}

.preloader3 .loader-lg {
    height: 18px;
    width: 18px
}

.sidebar-nav li:nth-child(7), /* Admin Sidebar: Student Invt Plan */
.sidebar-nav li:nth-child(10) /* Admin Sidebar: UOnline Card Ap */
{
	/*display:none;*/
}

a.btn-help{
	border: 1px solid #dfdfdf;
	padding: 6px 0 7px 0;
	display: inline-block;
	line-height: 15px;
	font-size: 15px;
	width: 30px;
	text-align: center;
	border-radius: 2em;
	margin-right: 8px;
	color: #467fd0;
	font-weight: 700;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	font-family: 'Nunito', sans-serif;
}

a.btn-help:hover{
	color: #467fd0;
}

#is_agreed-error{position: absolute;top: 20px;}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: translateY(-10px)
    }
    20% {
        -webkit-transform: translateY(-20px)
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }
    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }
}

@-webkit-keyframes rotateColor {
    0% {
        border-top-color: #1b8bf9
    }
    12.5% {
        border-bottom-color: rgba(27, 139, 249, .8)
    }
    25% {
        border-bottom-color: rgba(27, 139, 249, .6)
    }
    37.5% {
        border-bottom-color: rgba(27, 139, 249, .4)
    }
    50% {
        border-bottom-color: rgba(27, 139, 249, .6)
    }
    50.00001% {
        border-bottom-color: #1b8bf9
    }
    62.5% {
        border-bottom-color: rgba(27, 139, 249, .8)
    }
    75% {
        border-bottom-color: rgba(27, 139, 249, .6)
    }
    87.5% {
        border-bottom-color: rgba(27, 139, 249, .4)
    }
}

@keyframes rotateColor {
    0% {
        border-top-color: #1b8bf9
    }
    12.5% {
        border-bottom-color: rgba(27, 139, 249, .8)
    }
    25% {
        border-bottom-color: rgba(27, 139, 249, .6)
    }
    37.5% {
        border-bottom-color: rgba(27, 139, 249, .4)
    }
    50% {
        border-bottom-color: rgba(27, 139, 249, .6)
    }
    50.00001% {
        border-bottom-color: #1b8bf9
    }
    62.5% {
        border-bottom-color: rgba(27, 139, 249, .8)
    }
    75% {
        border-bottom-color: rgba(27, 139, 249, .6)
    }
    87.5% {
        border-bottom-color: rgba(27, 139, 249, .4)
    }
}

.loader-block,
.loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-radio {
    position: relative
}

.form-radio .form-help {
    position: absolute;
    width: 100%
}

.form-radio label {
    position: relative;
    padding-left: 1.5rem;
    text-align: left;
    color: #333;
    display: block;
    line-height: 1.8
}

.form-radio input {
    width: auto;
    opacity: .00000001;
    position: absolute;
    left: 0
}

.radio .helper {
    position: absolute;
    top: -.15rem;
    left: -.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #c01bd6;
    border-color: #c01bd6
}

.radio .helper::after,
.radio .helper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    margin: .25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform .28s ease;
    transition: -webkit-transform .28s ease;
    transition: transform .28s ease, -webkit-transform .28s ease;
    border-radius: 50%;
    border: .125rem solid #c01bd6
}

.radio label:hover .helper {
    color: #c01bd6
}

.radio input:checked~.helper::after {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}


/*CUSTOM BACKPACK RED*/

a {
    color: #d9272d;
}

a:hover {
    color: #b51419;
}

.page-link:hover {
    color: #d9272d;
}

.page-item.active .page-link {
    background-color: #d9272d;
    border-color: #d9272d;
}

.text-primary {
  color: #d9272d !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #b51419 !important;
}

.form-control:focus {
  border-color: #d9272d;
}

.btn-red-primary {
    color: #FFFFFF;
    background-color: #d9272d;
    border-color: #d9272d;
}

.btn-link {
    color: #b51419;
}

.sidebar .sidebar-body .nav .nav-item .nav-link{
    white-space: normal;
    margin-top: 3px;
}

.btn-link:hover {
    color: #d9272d;
}

.sidebar.sidebar-pills .nav-link.active, .sidebar.sidebar-pills .nav-link:hover {
    color: #d9272d !important;
}

.sidebar .nav-link.active .nav-icon {
    color: #d9272d !important;
}

.sidebar .nav-link:hover .nav-icon {
    color: #d9272d !important;
}

.sidebar .sidebar-body .nav .nav-item.active .nav-link {
    color: #d9272d;
}

.sidebar .sidebar-body .nav .nav-item.active .nav-link::before {
    background: #d9272d;
}

.sidebar .sidebar-body .nav .nav-item .nav-link:hover {
    color: #d9272d;
}

.sidebar .sidebar-body .nav .nav-item .nav-link:hover .link-icon {
    color: #d9272d;
}

.sidebar .sidebar-body .nav .nav-item.active .nav-link .link-icon {
    color: #d9272d;
}

.btn-primary, .swal2-modal .swal2-actions button.swal2-confirm, .wizard > .actions a, .wizard > .actions a:hover {
    color: #fff;
    background-color: #d9272d;
    border-color: #d9272d; }
.btn-primary:hover, .swal2-modal .swal2-actions button.swal2-confirm:hover, .wizard > .actions a:hover {
    color: #fff;
    background-color: #b51419;
    border-color: #b51419; }
.btn-primary:focus, .swal2-modal .swal2-actions button.swal2-confirm:focus, .wizard > .actions a:focus, .btn-primary.focus, .swal2-modal .swal2-actions button.focus.swal2-confirm, .wizard > .actions a.focus {
    color: #fff !important;
    background-color: #b51419;
    border-color: #b51419;
    box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5); }

.btn-primary.disabled, .swal2-modal .swal2-actions button.disabled.swal2-confirm, .wizard > .actions a.disabled, .btn-primary:disabled, .swal2-modal .swal2-actions button.swal2-confirm:disabled, .wizard > .actions a:disabled {
    color: #fff;
    background-color: #d9272d;
    border-color: #d9272d; }
.btn-primary:not(:disabled):not(.disabled):active, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active, .wizard > .actions a:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.swal2-modal .swal2-actions .show > button.dropdown-toggle.swal2-confirm,
.wizard > .actions .show > a.dropdown-toggle {
    color: #fff;
    background-color: #b51419;
    border-color: #3645f1; }

.btn-outline-primary, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button, .wizard > .actions .disabled a {
    color: #d9272d;
    border-color: #d9272d;
}

.wizard > .actions .disabled a:hover {
    color: #fff;
    background-color: #b51419;
    border-color: #3645f1; 
}

.wizard > .steps ul li.done a,
.wizard > .steps ul li.current a {
    background: #c01bd6; 
}

.wizard > .steps ul li.done a:hover,
.wizard > .steps ul li.current a:hover {
    /* background: #a238f3!important;  */
    background: #c01bde!important; 
}
.wizard > .steps ul li.disabled a {
    color: #cccccc !important; 
    background: #fff0;
    border-color: #cccccc;
    border-style: solid;
    border-width: thin;
}

.wizard > .steps ul li.disabled a:hover {
    /* border-color: #a238f3; */
    border-color: #c01bde;
    background: #fff0;
}

.wizard.vertical>.steps {
    width: 25% !important;
}

.wizard.vertical > .content {
    width: 73% !important;
}

.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-body .profile-nav .nav-item .nav-link:hover {
    color: #b51419 !important;
}

.custom-prepend-text {
    color: #ccc !important;
    background: white !important;
    border: 1px solid #ccc !important;
    border-right: 0 !important;
}

@media (max-width: 767px){

    .wizard.vertical>.steps {
        width: 100% !important;
    }

    .wizard > .steps ul:first-child a {
        margin-left: 0;
        margin-right: 0;
    }

    .wizard.vertical > .content {
        width: 100% !important;
        margin:0;
    }

    .wizard.vertical>.actions {
        width: 100% !important;
        margin: 2px 0 0 0;
    }

    .wizard.vertical>.actions>ul>li {
        margin: 0;
    }

    .btn-sm-block {
        width: 100% !important;
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    ul[aria-label=Pagination], 
    ul[aria-label=Pagination] li, 
    ul[aria-label=Pagination] li a,
    ul[aria-label=Pagination] li button {
        margin:10px 0;
        width:100%;
    }
}

.pis-20 {
    padding-inline-start: 20px !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.p-5-em {
    padding: 5em 5em !important;
}

.p-t-1 {
    padding-top: 1em !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #d04f53 !important;
}

.custom-hr {
    border:3px solid #ccc !important;
}

.borderless td, .borderless th {
    border-top: none !important;
}

select.form-control, select, .email-compose-fields .select2-container--default select.select2-selection--multiple, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint {
    color: #505050 !important;
}

#validation-messages ul {
    padding-inline-start: 20px !important;
    margin-top: 5px;
}

.wizard>.content>.body label.error {
    margin-left: 0 !important; 
}

.no-underline:hover {
  text-decoration: none !important
}

.app-header.bg-light .navbar-brand {
  opacity: 1 !important;
}

#save-draft-btn{
    background-color: #c01bd6!important;
    border-color: #c01cd6;
}

/* overriding <a> hover default border in pagination */
ul[aria-label=Pagination] > li a:hover {
    border-color: transparent!important;
}

input.field-password::-ms-reveal, input.field-password::-ms-clear {
    display: none;
}

@media(min-width:991px){
	.popup-login-form .g-recaptcha,
	.login-recaptcha-field .g-recaptcha,
	.popup-registration-form .g-recaptcha{transform-origin: 0 0;}
	.popup-login-form .g-recaptcha{transform: scale(0.89);}
	.login-recaptcha-field .g-recaptcha{transform: scale(1.23);margin-bottom: 35px;}
	.popup-registration-form .g-recaptcha{transform: scale(0.90);}
}

@media(max-width:991px){
	.sidebar .sidebar-body .nav .nav-item .nav-link{align-items: baseline;-webkit-align-items: baseline;}
}