*{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

footer,
header {
    background-color: var(--primary-color);
    padding: 10px 25px;
}

.logo{
    max-width: 150px;
    height: auto;
    display: block;
    margin: auto;
}

div.footer-links ul li {
    display: inline-block;
    list-style-type: none;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid var(--white-color);
}

footer a {
    color: var(--white-color);
    font-size: 14px;
}

div.copyrights p {
    color: var(--white-color);
    font-size: 14px;
}

h4.form_section_title {
    background-color: var(--primary-color);
    padding: 10px;
    line-height: normal;
    font-size: 20px;
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px;
}

.admission{
    padding: 30px;
    width: 100%;
    max-width: calc(100% - 265px);
    max-height: calc(100vh - 114px);
    overflow-y: scroll;
    min-height: calc(100vh - 114px);
}

.box-shape {
    background-color: var(--white-color);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px;
}

.form-button {
    justify-content: center;
    margin: 20px 0;
}

button.sub_btn {
    width: 300px;
    margin: 0 15px;
}

button.reset_btn {
    width: 300px;
    margin: 0 15px;
    background-color: var(--red-color);
}

.profileImage {
    width: 160px;
    height: 160px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    margin-right: 30px;
}

.change_image {
    width: 60%;
}

.profile_image_edit {
    align-items: center;
}

.declare input{
    width: auto;
}

nav.main-menu {
    max-width: 265px;
    width: 100%;
    background-color: var(--third-color);
    max-height: calc(100vh - 114px);
    overflow-y: scroll;
}

nav.main-menu li {
    list-style-type: none;
}

nav.main-menu li a {
    display: block;
    padding: 15px 20px;
    border-bottom: 2px solid var(--white-color);
    position: relative;
}

nav.main-menu li a:hover, nav.main-menu li.active a {
    background-color: var(--hover-color);
    color: var(--white-color);
}

.home-page {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 50px;
}

.home-common {
    max-width: 1200px;
    margin: auto;
    background-color: var(--white-color);
    width: 100%;
    border-radius: 25px;
}

.two-column1, .two-column2 {
    width: 50%;
    padding: 30px;
}

.two-column2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_image {
    width: 500px;
    margin: auto;
    border-radius: 50%;
    display: block;
}

.login-content {
    max-width: 450px;
    margin: auto;
}

.login-content img {
    padding-bottom: 20px;
    width: auto;
}

.login-content h3 {
    color: var(--primary-color);
}

.login-content p {
    color: var(--secondary-color);
    padding-bottom: 25px;
}

.login-content input {
    padding-left: 40px;
    margin-bottom: 15px;
}

.login-content form figure {
    display: block;
    background-size: 20px;
    background-position: 11px 11px;
    background-repeat: no-repeat;
}

.login-content form figure.username {
    background-image: url(../images/user.png);
}

.login-content form figure.password {
    background-image: url(../images/password.png);
}

.username input, .password input, input.store_id, input.store_password, input[type='email'] {
    text-transform: none;
}

.remember input {
    width: auto;
    margin-right: 10px;
}

.input-group-text {
    display: none;
}

div.top-area {
    padding-bottom: 20px;
}

h3.user-title {
    font-size: 25px;
    line-height: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

h3.user-title::after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: var(--primary-color);
    position: absolute;
    top: 100%;
    left: 0;
}

.promo-image{
    width: 100%;
    max-height: calc(100vh - 175px);
    display: block;
}

.type-list{
    margin-top: 30px;
}

.imageIcon {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: var(--primary-color);
    display: inline-block;
    padding: 6px;
    margin: 3px;
    border-radius: 10px;
}

.box-shape i {
    width: 70px;
    max-height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--hover-color);
    color: var(--white-color);
    font-size: 30px;
    border-radius: 50%;
}

.box-shape figcaption {
    max-width: calc(100% - 70px);
    width: 100%;
    padding-left: 10px;
}

.box-shape h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.box-shape h2 {
    font-size: 27px;
    color: var(--primary-color);
    text-transform: capitalize;
}

h4.listTitle {
    background-color: var(--primary-color);
    padding: 10px;
    line-height: normal;
    font-size: 20px;
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
}

.btn-excel {
    float: right;
    margin: 15px 5px;
    background-color: var(--hover-color);
    color: var(--white-color);
    font-weight: 600;
    padding: 10px 25px;
    text-align: center;
    border-radius: 15px;
}

.btn-excel:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.listImage {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    display: block;
    margin: auto;
}

.pagination ul, 
ul.pagination {
    text-align: center;
    display: flex;
    justify-content: center;
}

.pagination ul li, 
ul.pagination li {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    width: 30px;
    text-align: center;
    line-height: 30px;
    list-style-type: none;
}

.pagination ul li a, 
ul.pagination li a{
    display: block;
}

.page_active, 
.pagination ul li a:hover,
ul.pagination li a:hover, 
ul.pagination li:hover a, 
ul.pagination li.page-item.active {
    background-color: var(--hover-color);
    color: var(--white-color);
}

.start-btn{
    background-color: var(--primary-color);
    font-size: 16px;
    line-height: 20px;
    padding: 0 25px;
    border-radius: 10px;
    color: var(--white-color);
    text-align: center;
}

.start-btn:hover{
    background-color: var(--hover-color);
    color: var(--white-color);
}

.start-btn:disabled,
.start-btn[disabled]{
    background-color: #cccccc;
}

.policyPage p{
    padding-bottom: 15px;
}

.policyPage h6{
    color: var(--primary-color);
}

.bottom{
    border-bottom: 1px solid var(--primary-color);
}

.tableImage{
    max-width: 180px;
}

.spin{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
    display: none;
    align-items: center;
}

.imagespin{
    max-width: 500px;
    margin: auto;
    display: block;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.banner,
.promo{
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.banner img{
    display: block;
}

@keyframes spin { 
    from { 
        transform: rotate(0deg); 
    } to { 
        transform: rotate(360deg); 
    }
}

@media(max-width: 780px){
    
    div.footer-links ul li{
        display: block;
        border: 0;
    }

    .footer-links{
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    div.copyrights p{
        text-align: center;
    }

    nav.main-menu{
        max-width: 100%;
    }

    .admission{
        max-width: 100%;
        max-height: unset;
        min-height: unset;
        padding: 15px;
    }

    .declare table{
        table-layout: unset;
    }

    button.sub_btn {
        margin: 10px 15px;
    }

    .purchaseList table tr th,
    .purchaseList table tr td{
        display: none;
    }

    .purchaseList table tr th:nth-child(2),
    .purchaseList table tr th:nth-child(3),
    .purchaseList table tr th:nth-child(4),
    .purchaseList table tr td:nth-child(2),
    .purchaseList table tr td:nth-child(3),
    .purchaseList table tr td:nth-child(4){
        display: table-cell;
    }
}