﻿.scrollable-content {
/*    width: 700px;
    height: 600px;*/
    padding: 10px;
    overflow-y: auto;
    background-color: #fff;
}

    .scrollable-content::-webkit-scrollbar {
        width: 5px;
    }
    /* Customize the scrollbar thumb (handle) */
    .scrollable-content::-webkit-scrollbar-thumb {
        background-color: #888888;
        border-radius: 5px;
    }
    /* Customize the scrollbar track */
    .scrollable-content::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        border-radius: 5px;
    }
#heading {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    padding: 5px 20px;
    margin-bottom: 0;
}

.ContactHeading {
    padding: 2px;
}


#classic-button, .classic-button {
    padding: 3px 12px;
    border-radius: 5px;
    border: none;
    outline: none;
    color: white;
    background: #00a1e0;
    letter-spacing: 1px;
    font-weight: 500;
}

    #classic-button:hover, .classic-button:hover {
        background: #0979a5
    }

    #classic-button:focus, .classic-button:focus {
        outline: none
    }


#myTable_length > label, #myTable_filter > label, #myTable2_length > label, #myTable2_filter > label, .dataTables_length > label, .dataTables_filter > label {
    letter-spacing: 1px;
    font-weight: 500;
}

    #myTable_length > label > select, #myTable2_length > label > select, .dataTables_length > label > select {
        border-radius: 10px;
        width: 56px;
        background-color: white;
        letter-spacing: 1px;
        /* text-align: center;*/
        padding-left: 4%;
        padding-top: 2%;
    }

    #myTable_filter > label > input, #myTable2_filter > label > input, .dataTables_filter > label > input {
        border-radius: 10px;
    }

table thead > tr {
    background: white;
}

#myTable_info, #myTable2_info, .dataTables_info {
    letter-spacing: 1px;
    font-weight: 500;
}

#myTable_paginate > a, #myTable_paginate > span > a, #myTable2_paginate > a, #myTable2_paginate > span > a, .dataTables_paginate > a, .dataTables_paginate > span > a {
    padding: 3px 12px !important;
    border-radius: 5px !important;
    border: none !important;
    /*outline: none !important;*/
    color: white !important;
    background: #00a1e0 !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
}

.table-icons-container {
    display: flex;
    align-items: start;
    gap: 14px;
}

.first-icon, .second-icon, .third-icon, .fourth-icon {
    height: 22px;
    width: 22px;
    cursor: pointer;
}



table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
    border-bottom: 1px solid white;
}


element.style {
    width: 165px;
}

#myTable thead th, #myTable2 thead th, .dataTables thead th {
    vertical-align: top;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px !important;
    border-bottom: 1px solid white;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #fff;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
}

table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: content-box;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.125rem;
}

table thead tr th, table thead tr td {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem;
}

table tr th {
    background: #00a1e0;
    letter-spacing: 1px;
    color: white !important;
}

.current {
    outline: 2px solid #00a1e0 !important;
    outline-offset: 2px;
}

#myTable_paginate > span > a, .dataTables_paginate > span > a {
    margin: 0 3px !important;
}

#myTable_paginate > span, #myTable2_paginate > span, .dataTables_paginate > span {
    padding: 0 4px !important;
}

#myTable_paginate, #myTable2_paginate, .dataTables_paginate {
    margin-top: 5px !important;
}

table.dataTable thead .sorting_desc {
    background: #00a1e0 url('../../../content/images/sort-down.png') no-repeat center right !important;
    background-size: 10px 10px !important;
    background-position-x: 97% !important;
}

table.dataTable thead .sorting_asc {
    background: #00a1e0 url('../../../content/images/sort-up.png') no-repeat center right !important;
    background-size: 10px 10px !important;
    background-position-x: 97% !important;
}



#button {
    margin: 0;
    height: auto;
    background: transparent;
    padding: 0;
    border: none;
    height: 35px;
    display: flex;
    align-items: center;
}

#button {
    --border-right: 6px;
    --text-stroke-color: rgb(255 153 51);
    --animation-color: #00a1e0;
    --fs-size: 2em;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: var(--fs-size);
    font-family: "Arial";
    position: relative;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px var(--text-stroke-color);
}

.hover-text {
    position: absolute;
    box-sizing: border-box;
    content: attr(data-text);
    color: var(--animation-color);
    width: 0%;
    inset: 0;
    border-right: var(--border-right) solid var(--animation-color);
    overflow: hidden;
    transition: 0.5s;
    -webkit-text-stroke: 1px var(--animation-color);
    height: 34px;
    display: flex;
    align-items: center;
}

#button:hover .hover-text {
    width: 100%;
    filter: drop-shadow(0 0 23px var(--animation-color))
}

#myTable_wrapper, .dataTables_wrapper{
    margin-bottom: 15px !important;
    color: white !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        color: white !important;
    }


 .dataTables_wrapper .dataTables_paginate .paginate_button.current { 
    outline: 2px solid #00a1e0 !important;
    outline-offset: 2px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: white !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button {
            color: white !important;
        }

.paginate_button {
    color: white !important;
}


.current {
    outline: 2px solid #00a1e0 !important;
    outline-offset: 2px;
}