﻿
.tabledata {
    border-collapse: collapse;
    width: 100%;
}

.tabledata th {
    border: 1px solid darkgrey !important;
    font-size: 12px;
    background-color: #f2f2f2 !important;
    padding: 3px 3px !important;
    color: black;
}

.tabledata td {
    border: 1px solid darkgrey !important;
    font-size: 12px;
    padding: 3px 3px !important
}
.custom-swal-container {
    z-index: 99999 !important;
}

.filter-icon {
    cursor: pointer;
}

.filter-options {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1;
}

.filter-options a {
    color: black;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
}

.filter-options a:hover {
    background-color: #f1f1f1;
}

.custommodelImage {
    height: 300px;
    width: 300px;
    margin-left: 80px;
}

.button {
    background: #34BCE7;
    color: white;
}

.GridHeader {
    background-color: #bac2be;
}

.account-header {
    color: black;
}

.content-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*   background-color: #f0f0f0;  Change the background color as needed */
    /* padding: 10px;  Adjust padding as needed */
    margin-bottom: 10px; /* Adjust margin as needed */
    border-radius: 5px;
    font-weight: bold;
    /* Adjust border radius as needed */
}

    .content-heading .col-sm-10 {
        /* Adjust styling for the left column as needed */
    }

    .content-heading .col-sm-2 {
        text-align: right;
    }

    .content-heading .button {
        font-weight: bold;
    }

        .content-heading .button a {
            text-decoration: none; /* Remove underline from link */
            color: #fff; /* Change text color as needed */
            /* background-color: #007bff;*/ /* Change button background color as needed */
            padding: 5px 10px; /* Adjust padding as needed */
            border-radius: 5px; /* Adjust border radius as needed */
            /* Add any other styling you need for the button */
        }

.button-container {
    display: flex;
    flex-direction: row;
}

.arrow-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    color: white;
    font-weight: bold;
    margin: -5px; /* Added margin here */
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

/*.arrow-button:nth-child(1):hover {
        background-color: rgba(218, 165, 32, 0.8);*/ /* Goldenrod */
/*}

    .arrow-button:nth-child(2):hover {
        background-color: rgba(154, 205, 50, 0.8);*/ /* Yellowgreen */
/*}

    .arrow-button:nth-child(3):hover {
        background-color: rgba(0, 191, 255, 0.8);*/ /* Deepskyblue */
/*}

    .arrow-button:nth-child(4):hover {
        background-color: rgba(0, 128, 128, 0.8);*/ /* Teal */
/*}

    .arrow-button:nth-child(5):hover {
        background-color: rgba(50, 205, 50, 0.8);*/ /* Limegreen */
/*}

    .arrow-button:nth-child(6):hover {
        background-color: rgba(0, 191, 255, 0.8);*/ /* Deepskyblue */
/*}

    .arrow-button:nth-child(7):hover {
        background-color: rgba(32, 178, 170, 0.8);*/ /* Lightseagreen */
/*}

    .arrow-button:nth-child(8):hover {
        background-color: rgba(255, 99, 71, 0.8);*/ /* Tomato */
/*}

    .arrow-button:last-child {
        margin-right: 0;
    }

    .arrow-button:hover {
        cursor: pointer;
    }

        .arrow-button:hover::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.1);
        }*/



#BindBtnProcess li {
    border: 1px solid #ccc;
}



    #BindBtnProcess li a {
        display: block;
        padding: 10px 20px;
        text-decoration: none; /* Removes underline from links */
        border-radius: 5px; /* Rounded corners for a button-like appearance */
        text-align: center;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 62% !important;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #7c8a99 !important;
    }

