﻿a i.fa, a i.fa-solid, a i.glyphicon, a i.fa-regular {
    color: #118bcc !important;
}

    a i.fa:hover, a i.fa-solid:hover, a i.glyphicon:hover, a i.fa-regular:hover {
        color: #125475 !important;
    }

a.btn-info i {
    color: white !important;
}


    a.btn-info i:hover {
        color: white !important;
    }

.links {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

    .links a {
        display: flex;
        align-items: center;
        margin: 0 15px 0 15px;
        text-decoration: none;
        color: #BA4B2D;
    }

.fa-nav { /*Setting color and size to fa icons*/
    color: #489fd6;
    font-size: 1.5em;
}

    .fa-nav:hover {
        color: #0088cc;
    }

.layoutFooter {
    background: url(../../../Images/sidebar.jpg) repeat-x 0 0;
    position: fixed;
    padding: 0 20px;
    bottom: 0;
    overflow: hidden;
    clear: both;
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}

/*Togglebox container*/
.toggle_box {
    width: 50px;
    height: 25px;
    display: block;
    background-color: green;
    border-radius: 1000px;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

/*Togglebox circle*/
.circle {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0px;
    background-color: #fff;
    border-radius: 1000px;
    margin: 5px;
    transition: 0.5s;
}

.ctm-button-outline {
    display: inline-block;
    padding: 4px 6px;
    border: 2px solid #3498db;
    color: #2b8dcb;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #3498db;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}


    .ctm-button-outline:hover {
        background: linear-gradient(to top, #2980b9, #4999d4);
        color: #fff !important;
    }

.ctm-btn-fill {
    /* Add your desired styles here */
    background-color: #fab047 !important; /* Green background color */
    color: white !important; /* White text color */
    padding: 10px 15px; /* Padding for the button */
    border: none; /* Remove border */
    border-radius: 5px; /* Add border radius for rounded corners */
    cursor: pointer; /* Change cursor to pointer on hover */
    padding: 5px !important;
    width: 100% !important;
    height: 2.5em !important;
    box-shadow: #cac104 !important;
}

    /* Hover effect */
    .ctm-btn-fill:hover {
        background-color: #eaa037 !important; /* Darker green on hover */
    }

.ctm-button-outline2 {
    display: inline-block;
    padding: 1% 2%;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: auto;
    margin: 10px;
    background: rgb(38 114 206 / 0.15);
    cursor: pointer;
}


/***************************************************FOR NAV BAR***************************************************/

.ctm-nav {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

ctmnav {
    background: linear-gradient(to right, #3198b6, #2980b9);
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
}

    ctmnav ul {
        margin-left: 2%;
    }

        ctmnav ul li {
            display: inline-block;
            width: 100px;
            margin: 0 -2px;
            text-align: center;
            padding: 18px;
            cursor: pointer;
            border-right: 1px solid rgb(2 129 185 / 0.82);
        }


            ctmnav ul li a {
                color: white;
                font-size: 12px;
                text-transform: uppercase;
            }

            ctmnav ul li:hover, ctmnav ul li.active {
                background: #c7c827;
                transition: .5s;
            }

/*********************************FOR TABLE**********************************/
.ctm-table,
.datatable,
.table-bordered,
.user_table,
.table {
    border-bottom: 1px solid #dddddd !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

    .ctm-table tr th,
    .datatable tr th,
    .table-bordered tr th,
    .user_table tr th,
    .table tr th {
        font-size: 12px !important;
        vertical-align: middle !important;
        text-align: center !important;
        padding: 7px !important;
        background-image: none;
        background: linear-gradient(to bottom, #58bddb, #3198b6) !important;
        color: white;
        text-transform: uppercase !important;
        border-left: 1px solid #dddddd !important;
        border-bottom: none !important;
    }

    .ctm-table tr:first-child th:first-child,
    .datatable tr:first-child th:first-child,
    .table-bordered tr:first-child th:first-child,
    .user_table tr:first-child th:first-child,
    .table tr:first-child th:first-child {
        border-top-left-radius: 4px;
    }

    .ctm-table tr:first-child th:last-child,
    .datatable tr:first-child th:last-child,
    .table-bordered tr:first-child th:last-child,
    .user_table tr:first-child th:last-child,
    .table tr:first-child th:last-child {
        border-top-right-radius: 4px;
    }


    .ctm-table th a,
    .datatable th a,
    .table-bordered th a,
    .user_table th a,
    .table th a,
    .sorting,
    .sorting_asc,
    .sorting_desc {
        color: #fcff9c !important;
    }

        .ctm-table th a:hover,
        .datatable th a:hover,
        .table-bordered th a:hover,
        .user_table th a:hover,
        .table th a:hover,
        .sorting a:hover,
        .sorting_asc a:hover,
        .sorting_desc a:hover {
            color: #e2e317 !important;
        }

    .ctm-table tr td,
    .datatable tr td,
    .table-bordered tr td,
    .user_table tr td,
    .table tr td {
        font-size: 13px !important;
        padding: 10px 10px !important;
        text-align: left !important;
        border-left: 1px solid #dddddd !important;
        border-top: 1px solid #dddddd !important;
        border-collapse: collapse !important;
    }

        .ctm-table tr td:last-child,
        .datatable tr td:last-child,
        .table-bordered tr td:last-child,
        .user_table tr td:last-child,
        .table tr td:last-child {
            border-right: 1px solid #dddddd !important;
        }

.ctm-tbl-scrollable {
    display: block;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
}

    .ctm-tbl-scrollable th {
        position: sticky;
        top: 0;
    }

/********************************************************************/
