.main-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
}

.main-footer {
    background: #fff;
    border-top: 1px solid #dee2e6;
    color: #869099;
    padding: 1rem;
}

@media (min-width: 576px) {

    .content-wrapper,
    .main-footer,
    .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 16.7%;
        z-index: 1001;
    }
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.float-right {
    float: right !important;
}

#sidebarMenu {
    height: inherit;
    min-height: 100%;
    position: fixed;
    top: 0;
    background-color: var(--third-color) !important;
    overflow-y: hidden;
    z-index: 1000;
    padding-top: 0px !important;
}

.elevation-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) !important;

}

.brand-link {
    border-bottom: 1px solid #4b545c;
    color: rgba(255, 255, 255, .8);
}

.brand-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 1rem;
    line-height: 1.5;

    transition: width .3s ease-in-out;
    white-space: nowrap;
    padding: 0.6125rem 0.5rem;
    text-align: center;
}

.elevation-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23) !important;
}

.img-circle {
    /* border-radius: 50%; */
}

.brand-image  , .user-panel img{
    line-height: .8;
    margin-left: 0.8rem;
    margin-right: 0.5rem;
    margin-top: -3px;
    max-height: 4rem;
    max-width: 4rem;
    border-radius: var(--border-radius);
}


img {
    vertical-align: middle;
    border-style: none;
}

*,
::after,
::before {
    box-sizing: border-box;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.font-weight-light {
    font-weight: 400 !important;
}

a {

    text-decoration: none;
    background-color: transparent;
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        /* width: 16.66666667% !important; */
    }
}

.pb-3 {
    /* padding-bottom: 0rem !important; */
}

.mb-3 {
    /* margin-bottom: 2rem !important; */
}

.mt-3 {
    margin-top: 2rem !important;
}

.d-flex {
    display: flex !important;
}

.sidebar {
    height: calc(100% - 4rem);

    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0;
}

.user-panel,
.user-panel .info {
    overflow: hidden;
    white-space: nowrap;
}

.user-panel {
    position: relative;
}

.pb-3,
.py-3 {
    /* padding-bottom: 1rem !important; */
}

.callout,
.card,
.info-box,
.mb-3,
.my-3,
.small-box {
    /* margin-bottom: 2rem !important; */
}

.mt-3,
.my-3 {
    /* margin-top: 2rem !important; */
}

.d-flex,
.info-box,
.info-box .info-box-icon {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.user-panel .image {
    display: inline-block;
    /* padding-left: 1.4rem; */

}

.user-panel img {
    max-height: 4rem;
    max-width: 4rem;
    /* border-radius: 40px; */
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) !important;
}

.user-panel .info {
    display: inline-block;
    /* padding: 5px 5px 5px 10px; */
    font-size: 18px;
}

.user-panel,
.user-panel .info {
    overflow: hidden;
    white-space: nowrap;
    transition: margin-left .3s linear, opacity .3s ease, visibility .3s ease;
}

.sidebar a,
.sidebar p {
    color: #c2c7d0;
}

.sidebar p:hover {
    color: white;
}

.d-block {
    display: block !important;
}

.flex-column {
    white-space: nowrap;
    overflow: hidden;
}

.flex-column {
    position: relative;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.user_image {
    margin-left: 0px !important;

}

.flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.sidebar .nav-link {
    font-weight: 400 !important;
    color: #c2c7d0 !important;
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    font-size: 17px;
    padding-left: 58px;
    position: relative;
}

.sidebar .nav-link:hover {
    color: white !important;
}

.sidebar .nav-item:hover {

    background-color: var(--primary-color) !important;
}

.nav-item>.nav-link.active {
    background-color: var(--primary-color) !important;
    color: white !important;
}

/* .mt-2{
    padding-left: 43px;
} */
s .mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

/* @media (min-width:1600px) {
    .content-wrapper, .main-footer, .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 12.7%;
        z-index: 3000;
    }
    #sidebarMenu  {
        flex: 0 0 auto;
        width: 12.66666667% !important;
    }
    .sidebar {
        flex: 0 0 auto;
        width: 12.66666667% !important;
    }
} */
.navbar-white {
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    flex-flow: row nowrap;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.5rem;

}

.navbar-expand .navbar-nav {
    flex-direction: row;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.main-header .nav-link {
    height: 2.5rem;
    position: relative;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.fa,
.fas {
    font-weight: 900;
    font-size: 11px;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 2;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
}

user agent stylesheet form {
    margin-top: 0em;
}

.input-group {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: calc(1.8125rem + 2px);
    background-color: #f2f4f6;
    border: 0;
    padding: 0.25rem 1.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: var(--border-radius);
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    box-shadow: inset 0 0 0 transparent;
    font-weight: 400;
    outline-offset: -2px;
}

.input-group-append,
.input-group-prepend {
    display: flex;
}

.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0.25rem 1.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: var(--border-radius);
}

.mr-auto-navbav {
    margin-left: auto !important;
}

.btn-outline-primary:hover {
    color: white !important;
    background-color: var(--primary-color) !important;
}

@media (max-width:1400px) {
    .brand-link {
        font-size: 1rem !important;
    }

    .sidebar p {
        font-size: 1rem !important;
    }

    .nav-item>.nav-link {
        font-size: 14px !important;
        font-weight: 400 !important;
    }
}

.btn-outline-primary {
    border-color: var(--primary-color) !important;
}

.input-group-append button:hover {
    color: black !important
}

.add-student-modal,
.add-subagent-modal {
    display: flex !important;
    float: right;
}



/* pagination */
.pagination {
    position: relative !important;
}

::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--primary-color);
    border-radius:  var(--border-radius);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius:  var(--border-radius);
}

/* Handle on hover */
::-webkit-scrollbar-track:hover{
    box-shadow: inset 0 0 5px var(--primary-hover-color);

}
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-hover-color);
}

/*   modal  */


.t-modal {
    /* width: 84% !important;
    left: unset !important;
    background-color: white !important;
    z-index: 9999999 !important; */

}

.t-modal>.t-modal-body {
    /* width: 33% !important; */
    width: 100% !important;
    min-height: 100 !important;
    min-height: fit-content;
    max-height: 100% !important;
    height: 100% !important;
    padding: 4rem;
    background-color: white;
    position: relative;
    overflow-y: auto;

}

.t-modal .t-modal-body-content {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    align-content: flex-start;
    height: 100% !important;
}

.t-modal>div input,
.t-modal>div label {
    display: inline-flex;
}

label {
    margin-bottom: 0 !important;
    cursor: pointer;
}

.btn-check {
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
}


/* .t-modal .btn-sec {
    background-color: var(--secondary-color);
    color: white;
} */

.btn-sec {
    background-color: var(--secondary-color);
    color: white;
}

.t-modal .btn-container-absolute {
    /* position: fixed; */
    /* top: 1rem; */
    /* left: 0%; */
    /* right: 15%; */
    width: 70%;
    width: fit-content;
    text-align: center;

}

.add-student-form-div form,
.edit-student-form-div form {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}



form .form-group {
    /* height: 58px !important; */
}

.add-student-form-div .bg-primary,
.edit-student-form-div .bg-primary {

    width: 7% !important;
    display: flow-root !important;
    position: absolute;
    left: 1.8%;
    bottom: 25px;
}

.btn-sec {
    background-color: var(--primary-color) !important;
}

/* .form-group */
.file-input~label::after {
    /* content: "";
    display: block;
    background: url("/assets/images/icon.svg") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 3%;
    top: 15% */
}

.form-group label {
    position: relative;
}

.add-workflow-form-div {
    width: 100% !important;
}

.add-workflow-form-div .add-workflow-form,
.edit-workflow-form {

    width: 60% !important;
    margin: auto !important;
}

.add-workflow-form-div .add-workflow-form .form-floating {

    width: 100% !important;
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;

}

.add-workflow-form-div .bg-primary {

    width: 58% !important;
    display: flow-root !important;
    margin: auto;
}


.edit-subagent-modal-modal .form-floating {
    width: 100% !important;
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
}

.edit-subagent-modal-modal .bg-primary,
.add-workflow-form-div .bg-primary {

    width: 7% !important;
    display: flow-root !important;
    position: absolute !important;
    bottom: 25px !important;
    left: 1.8% !important;
    z-index: 99999;
    background-color: var(--primary-color) !important;
    border-radius:  var(--border-radius) !important;
}


.imageLogo {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

#logo-file {
    /* background-color: white; */
    /* box-shadow: 0px 0px 6px 0px gray; */
}

.systemButton {

    width: 58% !important;
    display: flow-root !important;
    margin: auto;
    margin-top: 40px !important;
}

.systemGeneral {
    margin-top: 70px !important;
}

.LoginName {
    margin-bottom: 2rem !important;
    font-weight: 600 !important;
    text-shadow: 0px 4px 0px 0px !important;
    font-size: 19px;
}

.loginForm .form-floating {
    width: 100% !important;

}

.logo1 {
    text-align: center;
    font-size: 17px;
    /* font-weight: 800; */
    padding: 10px;
    display: block;
}


#pushmenu,
#pushmenu1 {
    cursor: pointer;
}

#messageAlert {
    position: fixed;
    top: 9%;
    right: -25%;
    /* transition: 0.1s all; */
    animation: 6s message linear 1s;
    animation-iteration-count: 1;
    display: block;
}

@keyframes message {

    0%,
    100% {
        right: -25%;
    }

    15%,
    90% {
        right: 2%;
    }
}

.col-md-7 {
    /* -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; */
    /* margin-bottom: 40px; */
}

.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-start;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    white-space: nowrap;
    /* max-width: 22rem !important; */
    left: 0% !important
}

.dataTables_paginate ul.pagination li {
    /* display: none; */
    text-align: -webkit-match-parent;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.paginate_button.active {
    display: flex !important;

}

.active {
    /* z-index: 1;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-colors); */
}




.select-options {
    position: absolute;
    top: 0%;
    background-color: var(--third-color);
    color: white;
    z-index: 51;
    list-style-type: none;
    padding: 1%;
    width: 100%;
}
.select-options {
    top: 100%;

}
.select-options li:hover {
    background-color: var(--primary-hover-color);
}

.select-options li {
    cursor: pointer;
}

.pagination:not(:first-child) {
    display: none !important;
}

.login-page {
    /* background-image: linear-gradient(white, gray); */
}

form .form-floating,
form .form-group {
    /* margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: relative; */
}

.form-group>label {
    /* position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    transform-origin: 0 0; */

}

form .form-floating,
form .form-group {
    border-radius: 0.25rem;
}
.btn-outline:hover,
.edit-student:hover,
.view-application:hover,
.add-application:hover,
.edit-subagent:hover {
    background-color: var(--primary-color) !important;

}

.edit-student i,
.view-application i,
.add-application i,
.edit-subagent i {
    color: var(--primary-color) !important;

}
.btn-outline:hover i,
.edit-student:hover i,
.view-application:hover i,
.add-application:hover i,
.edit-subagent:hover i {
    color: white !important;

}

#pushmenu i {
    font-size: 19px !important;
}

.btn-container-absolute {
    position: absolute !important;
    bottom: 21px !important;
    left: 9% !important;
    z-index: 99999;
    background-color: var(--secondary-color) !important;
    border-radius:  var(--border-radius) !important;
}

.t-modal-close {
    background-color: transparent !important;
}



.form-signin .form-floating {
    margin-bottom: 1rem !important;
}

.fa-search {
    font-size: 19px !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: rgb(210, 202, 202) !important;
    border-style: solid;
    border-width: 0;
}
.remove-application  i {

   color:  rgb(255, 59, 59) !important;

}
.remove-application {
    font-size: 0.5rem !important;
    background-color: white !important;
    border: 1px solid  rgb(255, 59, 59) !important;
}
.remove-application:hover {

    background-color: rgb(255, 59, 59) !important;

}

.remove-application:hover i {

    color: white !important;

}

.t-modal>.t-modal-body {

    /* background-image: linear-gradient(#c1bcbc, white); */
}

.fa-arrow-right {
    font-size: 19px !important;
}
.sidebar {
   
    padding: 18px 0 0 !important;

}

.t-modal-close:hover{
    background-color: white !important;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color) !important;
}

.btn:focus{
    box-shadow: 0 0 0 0 !important;

}
input[type="submit"]:focus{
    box-shadow: 0 0 0 0 !important;
    color: white !important;
    background-color: white !important;
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
}
