﻿.im {
    max-width: 150px;
}


.login-page-bg {
    background: url(/images/login.png) no-repeat;
}

.cusHead {
    color: #2774ac;
}

.profile-pic img {
    width: 100%;
    border-radius: 5px;
}

.datepicker tfoot {
    display: none;
}

.imgCol {
    border: 1px solid #c7c7c7;
    height: 40px;
    width: 40px;
    padding: 1px;
    border-radius: 10%;
    margin-right: 1.5rem;
}

    .imgCol img {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        display: flex;
        margin: 0 auto;
    }

.firstCol {
    display: flex !important;
    align-items: center;
}

.collapseContent {
    display: none;
}

    .collapseContent.active {
        display: block;
    }

.brand-logo {
    width: 100px;
}

    .brand-logo img {
        width: 100%;
    }

.productImage {
    height: 250px;
    width: 250px;
    background-size: cover;
}

.height300 {
    height: 400px;
}

.img-col img {
    width: 100%;
}

.img-colum img {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    width: 100%;
}

Chrome, Safari, Edge, Opera
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

Firefox
input[type=number] {
    -moz-appearance: textfield;
}

.makeCompanyEmployeeActive, .makeOfferActive, .makeLocationActive, .makeBannerActive, .makeUserActive {
    color: #1bc5bd !important;
}

.logo-width {
    width: 45px !important;
}

/* hide the default sort order triangles */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after {
    background-image: none;
    cursor: pointer !important;
    content: none;
}
/* sorted ascending */
table.dataTable thead .sorting_asc:after {
    padding-left: 0.5em;
    content: "🡅" !important;
    opacity: 1 !important;
    position: initial !important;
    display: inline !important;
}
/* sorted descending */
table.dataTable thead .sorting_desc:after {
    padding-left: 0.5em;
    content: "🡇" !important;
    opacity: 1 !important;
    position: initial !important;
    display: inline !important;
}

.dataTables_wrapper .dataTable td.sorting_asc, .dataTables_wrapper .dataTable th.sorting_asc {
    color: #00A59E !important;
}
.questionText{
    display:inline;
}

.bootstrap-select .dropdown-menu.inner {
    max-height: 150px !important; /* or any fixed height */
    overflow-y: auto !important;
}

/* Custom legend alignment for Assessment Breakdown pie chart */
#chartPie .apexcharts-legend {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
}

#chartPie .apexcharts-legend-series {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    margin-bottom: 0 !important;
}

#chartPie .apexcharts-legend-marker {
    margin-top: 3px;
}
#chartPie .apexcharts-legend-series {
    gap: 4px;
}
/*.table.table-separate td:first-child, .table.table-separate th:first-child {
    text-align: start;
}*/

.cus-alignment {
    height: 30px;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}