﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    text-shadow: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.clrPurple {
    color: purple !important;
}

.clrBrown {
    color: brown !important;
}

.selectAll {
    background-color: #daeffd !important;
    color: #2b6a94 !important;
    border-color: #2b6a94 !important;
    padding: 5px 10px;
}

.note {
    background: #ff00001a;
    color: #ff00008a;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
}
/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px;
    font-size: 14px;
    /*margin-top: 3px;*/
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        line-height: 20px;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff !important;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 1px 5px;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }

    .paginationPanel .fa {
        font-size: 10px;
    }
/******pagimnation*****/

.footerFixed {
    position: fixed;
    /* width: 96%; */
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}
