a{
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

a:hover{
    text-decoration: none;
    color: #3b82f6;
    transform: translateY(-1px);
}

a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover::after {
    width: 100%;
}

.navbar-form.form-search input[type=text] {
    width: 300px;
}

.header {
    margin-bottom: 10px;
    margin-top: 8px;
}
span.required {
    color: #ff5b00;
}

label.col-sm-1.control-label, label.col-sm-2.control-label,label.col-sm-3.control-label, label.col-sm-4.control-label,label.col-sm-6.control-label,
.col-sm-12.control-label {
    background: linear-gradient(135deg, rgba(177, 221, 248, 0.8), rgba(177, 221, 248, 0.6));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 15px;
    padding: 12px 20px;
    color: #1e40af;
    font-weight: 600;
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

label.col-sm-1.control-label::before, label.col-sm-2.control-label::before,label.col-sm-3.control-label::before, label.col-sm-4.control-label::before,label.col-sm-6.control-label::before,
.col-sm-12.control-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #3b82f6, #8b5cf6);
    border-radius: 2px;
}

label.col-sm-1.control-label:hover, label.col-sm-2.control-label:hover,label.col-sm-3.control-label:hover, label.col-sm-4.control-label:hover,label.col-sm-6.control-label:hover,
.col-sm-12.control-label:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgba(177, 221, 248, 0.9), rgba(177, 221, 248, 0.7));
}

/*navigation tab activate & focus*/
.nav-tabs.tab-color-blue>li.active>a, .nav-tabs.tab-color-blue>li.active>a:focus, .nav-tabs.tab-color-blue>li .active>a:hover{
    color: #ff9805;
    border-color: #7DB4D8 #7DB4D8 transparent;
    font-weight: 600;
    font-size: 13px;

}
.nav-tabs>li>a, .nav-tabs>li>a:focus {

    font-size: 13px;
    font-weight: 600;
}

/*mega menu*/
.navbar-nav-mega>li>.mega-dropdown {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
ul.dropdown-menu.mega-dropdown-menu.row {
    width: max-content;
    width: -moz-max-content;
    padding: 10px 0px;
}
.navbar-default .navbar-nav-mega>li>a {
    width: 200px;
    /*font-weight: bold;*/
}

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega- {
    padding: 20dropdown-menupx 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 90px;
    z-index: 10;
}

.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 90px;
    z-index: 8;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #5c09ec;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

/*active tab on dashboard*/
.transparent>.widget-header>.widget-toolbar>.nav-tabs>li.active>a{
    background: azure;
    border-top-color: red;
}

.header.blue {
    border-bottom-color: #95b7cb;
    font-weight: 400;
    color: red;
}

.header>.ace-icon {
    margin-right: 2px;
    color: #d67261;
}

img#avatar {
    width: 200px;
    height: auto;
    border: 1px #fdc06b solid;
}
img#avatar-small {
    width: 120px;
    height: auto;
    border: 1px #fdc06b solid;
}

/*required field error*/
.error {
    color: #f80606;
}

/*delete confirm*/

.modal-dialog {
    position: relative;
    margin: 0 auto;
    top: 25%;
}

.bulk-action-btn:hover{
    text-decoration: none;
    cursor: hand !important;
}

/*
hr {
    margin-top: 8px;
    margin-bottom: 5px;
    border-top: 1px solid #eee;
}*/
input:required {
    border-left: 4px solid #ef4444;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(254, 226, 226, 0.3));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

input:required:focus {
    border-left: 4px solid #22c55e;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(220, 252, 231, 0.3));
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
    transform: translateY(-1px);
}

input:required:valid {
    border-left: 4px solid #22c55e;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(220, 252, 231, 0.3));
}

/*Table Layout Customization - Modern Design*/
th {
    background: linear-gradient(135deg, rgba(224, 243, 255, 0.9), rgb(15 103 220 / 80%));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 3px solid #3b82f6 !important;
    text-align: center;
    padding: 16px 12px;
    font-weight: 700;
    color: #1e40af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

th::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
}

tr:hover th {
    background: linear-gradient(135deg, rgba(224, 243, 255, 1), rgba(219, 234, 254, 0.9));
}



/*data Table Responsive*/
.dynamic-table{
    width: 100%; padding-left: -10px; border: 1px solid white ;
}
.table-header {
    background-color: #438eb9;
}
/*Dashboard Indicators*/
.panel-custom {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.panel-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.panel-custom:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.panel {
    margin-bottom: 32px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.panel:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}





/*library member detail top cards - Enhanced*/
.card.card-blue {
    background: linear-gradient(135deg, rgba(49, 94, 173, 0.9), rgba(59, 130, 246, 0.8));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(49, 94, 173, 0.3);
}

.card.card-yellow {
    background: linear-gradient(135deg, rgba(243, 215, 76, 0.9), rgba(251, 191, 36, 0.8));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(243, 215, 76, 0.3);
}

.card.card-green {
    background: linear-gradient(135deg, rgba(151, 216, 129, 0.9), rgba(34, 197, 94, 0.8));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(151, 216, 129, 0.3);
}

.card.card-red {
    background: linear-gradient(135deg, rgba(252, 67, 73, 0.9), rgba(239, 68, 68, 0.8));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(252, 67, 73, 0.3);
}

.card-block {
    padding: 32px 24px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.card-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.card-title {
    font-size: 32px;
    font-family: 'Poppins', 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 16px 0 8px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

.card-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}


.easy-link-menu a{
    line-height: 30px;
}


/*Printing*/
@media print {
    @page {
        margin: 0.1cm;
    }
    .page-content{
        padding-bottom: 5px;
        padding-top: 5px;
    }
    /*body { margin: 50px; }*/
    /*body { margin: 1cm; }*/


    .col-print-1 {width:8%;}
    .col-print-2 {width:16%;}
    .col-print-3 {width:25%;}
    .col-print-4 {width:33%;}
    .col-print-5 {width:42%;}
    .col-print-6 {width:50%;}
    .col-print-7 {width:58%;}
    .col-print-8 {width:66%;}
    .col-print-9 {width:75%;}
    .col-print-10{width:83%;}
    .col-print-11{width:92%;}
    .col-print-12{width:100%;}

    .align-left{
        float: left;
    }

    .align-right{
        float: right;
    }

    .no-margin-right{
        margin-right: 0px;
    }

    .print-info .table {
        margin-bottom: 0;
    }
    .widget-body .print-info .table{
        border-top: 0 !important;
    }
    .table-bordered>tbody>tr>td{

    }
}



/*
@media print {
    header.onlyprint {
        position: fixed; !* Display only on print page (each) *!
        top: 0; !* Because it's header *!
    }
    footer.onlyprint {
        position: fixed;
        bottom: 0; !* Because it's footer *!
    }
}*/


.widget-main{padding:5px}
.widget-main.padding-24 {
    padding: 10px;
}

.quick-receive-btn {
    margin-top: 10px;
    text-decoration: none;
}


/*
#dynamic-table, #dynamic-table-1, .dynamic-table
{
    !*float: left;*!
    width: 100% !important;
    text-align: center;
}
*/

/*
div.container {
    width: 100% !important;
}
*/

div.dataTables_wrapper {
    margin-bottom: 3em !important;
}

table{
    width: 100%;
}