﻿.pointTableName {
    font-size: x-large;
    font-weight: 700;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-kerning: none;
    text-decoration: none;
}

.lastUpdated {
    font-size: large;
    font-weight: 400;
    font-style: italic;
    color: rgb(0, 0, 0);
    font-kerning: none;
    text-decoration: none;
}

.table_responsive {
    white-space: nowrap;
    display: block;
    position: relative;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #f2f2f2;
}

    .table_responsive table {
        border-collapse: collapse;
        width: 100%;
        max-width: 100%;
        table-layout: inherit !important;
        margin-top: 0px;
        display: table;
    }

    .table_responsive .table-container {
        min-width: 100%;
    }

    .table_responsive table th {
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        color: rgb(0, 0, 0);
        line-height: 20px;
    }

        .table_responsive table th span {
            display: flex;
            align-items: center;
        }

            .table_responsive table th span svg {
                margin-left: 10px;
            }


.table_responsive {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #f2f2f2;
}

    .table_responsive table tr td {
        padding: 15px 10px;
    }

        .table_responsive table tr td:first-of-type {
            padding-left: 30px;
        }

        .table_responsive table tr td:last-of-type {
            padding-right: 30px;
        }
        /*.table_responsive table tr th:first-child,
        .table_responsive table tr td:first-child
        {
            width: 80px;
            text-align: center;
            color: #000;
            font-size: 16px;
        }
        .table_responsive table tr th:nth-child(2),
        .table_responsive table tr td:nth-child(2) {
            width: 80%;
            color: #000;
            font-size: 16px;
        }*/
        /*.table_responsive table tr th:nth-child(3),
        .table_responsive table tr td:nth-child(3) {
            width: 100px;
            text-align: center;
            color: #000;
            font-size: 16px;
        }
        .table_responsive table tr td:nth-child(3) {
            font-weight: 700;
            color: #39f;
        }*/
.pointFilters {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #d3d3d3;
    margin: 20px 0;
}
    .pointFilters select#dropdown {
        width: 100%;
        border: none;
        border-right: 1px solid #d3d3d3;
        padding-right: 20px;
        padding-top: 15px;
        padding-left: 0;
        padding-bottom: 0;
        appearance: none;
        font-size: 16px;
    }
.pointSelct p {
    font-size: 13px;
    margin: 0 0 -15px 0;
}
.pointSelct {
    position: relative;
    width: 100%;
    max-width: 200px;
}
    .pointSelct:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        height: 70%;
        width: 22px;
        border-radius: 0 5px 5px 0;
        pointer-events: none;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
table th,
.table-preview table th {
   /* background-color: #d9d9d9;*/
    color: rgb(0, 0, 0);
    padding: 15px 10px;
}

    table th:first-of-type,
    .table-preview table th:first-of-type {
        padding-left:30px;
    }
    table th:last-of-type,
    .table-preview table th:last-of-type {
        padding-right: 30px;
    }

#renderInstitutePoinstBreakDownPartial {
    font-size: 12px;
}

.text_center {
    text-align: center !important;
}

.searchbox {
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 15px;
    border-radius: 10px;
    color: #000;
    margin: 0px 20px;
}

    .searchbox img {
        max-width: 28px;
    }

    .searchbox input {
        background-color: transparent;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        width: 300px;
        /*height: 57px;*/
        margin-left: 10px;
        font-size: 16px;
        padding: 10px 0px;
    }

        .searchbox input::placeholder {
            font-size: 16px;
            color: rgb(84, 84, 84);
            line-height: 20px;
            font-style: normal !important;
            font-weight: 100;
        }


.playlist_modal {
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
}

.playlist_modal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-bottom: 0;
}

    .playlist_modal_header h4 {
        font-weight: 500;
        font-size: 22px;
        line-height: 33px;
        color: rgb(0, 0, 0);
    }

    .playlist_modal_header button {
        background-color: transparent;
        cursor: pointer;
        border: none !important;
    }

        .playlist_modal_header button img {
            width: 100%;
            max-width: 40px;
        }


.playlist_modal .imoport_data_content p {
    font-size: 16px;
    color: rgb(84, 84, 84);
    line-height: 22px;
    font-weight: 400;
}

.playlist_modal .imoport_data_content a {
    font-weight: 400;
    font-size: 18.6667px;
    color: rgb(0, 0, 0);
    line-height: 26px;
    display: block;
    width: fit-content;
    margin-top: 15px;
    position: relative;
    text-decoration: none;
}

    .playlist_modal .imoport_data_content a::after {
        position: absolute;
        content: ' ';
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #000;
    }

    .playlist_modal .imoport_data_content a img {
        width: 100%;
        max-width: 20px;
    }

.playlist_modal .imoport_data_content .importfile_data {
    margin-top: 50px;
    margin-right: 100px;
}

    .playlist_modal .imoport_data_content .importfile_data label {
        display: block;
        width: 100%;
    }

    .playlist_modal .imoport_data_content .importfile_data span {
        width: 100%;
        background: rgb(242, 242, 242);
        border-radius: 10px;
        border: none;
        height: 50px;
        outline: none !important;
        padding: 15px;
        position: relative;
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 18.0397px;
        color: rgb(160, 161, 160);
        line-height: 25px;
        cursor: pointer;
    }

        .playlist_modal .imoport_data_content .importfile_data span input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }


.playlist_modal.custom_width.custom_padding {
    padding: 15px 15px 25px 30px;
}

.p-custom_zero {
    padding: 0 !important;
}

.playlist_modal .pl_cu_pad {
    padding: 15px 0;
}


.playlist_modal.custom_width.ap_modal {
    max-width: 700px;
}

    .playlist_modal.custom_width.ap_modal .searchbox {
        width: 100%;
    }

        .playlist_modal.custom_width.ap_modal .searchbox input {
            width: 100%;
            height: 45px;
        }

    .playlist_modal.custom_width.ap_modal .close_import_btn_group {
        justify-content: end;
    }

        .playlist_modal.custom_width.ap_modal .close_import_btn_group button {
            font-size: 18px;
        }

    .playlist_modal.custom_width.ap_modal .pl_cu_pad {
        padding: 15px 30px 25px 30px;
    }

.ap-modal .playlist_modal {
    height: 100%;
    max-height: 700px;
    overflow: auto;
}

.save-btn {
    margin-top: 7px;
    text-align: end;
}

    .save-btn button {
        text-align: end;
        border: none;
        background-color: #32cd32;
        color: #fff;
        border-radius: 10px;
        min-width: 125px;
        cursor: pointer;
        padding: 5px 50px;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
    }


/*.create-btn {
    margin-top: 7px;
    text-align: end;
}*/

    .create-btn button {
        margin-top: 10px;
        border: none;
        background-color: #3399ff;
        color: #fff;
        border-radius: 10px;
        min-width: 125px;
        cursor: pointer;
        padding: 17px 51px 17px 33px;
        font-size: 19px;
        font-weight: 500;
        text-decoration: none;
    }


.ac_box_group input {
    width: 100%;
    background: rgb(242, 242, 242);
    border-radius: 10px;
    border: none;
    height: 40px;
    outline: none !important;
    padding: 10px 15px;
}

    .ac_box_group input::placeholder {
        font-style: normal;
    }

.table_responsive{
    cursor:pointer
}

.custom-dropDown {
    display: inline-block;
    vertical-align: top;
    max-width: 22em;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    cursor: pointer;
    width: 20em;
    padding: 0;
}

.custom-dropDown > .selection {
    transition: all .2s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    color: #2f2f2f;
    color: var(--market-primary-text-color);
    font-size: 1.5em;
    padding: 2.3em 1.5em 1em 1.5em;
}


    .custom-dropDown.open .dropdownList {
        visibility: visible;
        transform: scale(1);
    }

    .custom-dropDown .dropdownList {
        visibility: hidden;
        transform: scale(0);
        position: absolute;
        top: 7em;
        left: 0;
        z-index: 9999;
        background: #fff;
        min-width: 100%;
        transition: .1s;
        box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .15);
        border-radius: 0 0 2px 2px;
        max-height: 40em;
        overflow-y: auto;
        padding: 0 0;
    }

ol, ul {
    margin-bottom: 10px;
    margin-top: 0;
}


.custom-dropDown-search {
    position: relative;
    cursor: pointer;
    width: 20em;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    max-width: 22em;
}
.create-btn a {
    background: #3399ff;
    /*width: 69%;*/
}
.dropdownList.InstituteCommunityUL {
    height: 200px;
    width: 160px;
}
.dropdownList.InstituteCommunityUL::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.dropdownList.InstituteCommunityUL::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
}
.dropdownList.InstituteCommunityUL::-webkit-scrollbar-thumb {
        background-color: #000000;
}


.last-item {
    grid-column: 1/-1;
    text-align: center;
    font-size: 24px;
    margin: 15px;
}
.poitsBreakDown{
    overflow: hidden !important;
}
    .poitsBreakDown .table_responsive.table-container {
        overflow: auto;
        max-height: 350px;
        margin-bottom: 20px;
    }
    .poitsBreakDown .table_responsive.table-container table th {
        position: sticky;
        top: 0;
        left: 0;
        background: #fff;
    }

.loading-row {
    text-align: center !important;
}

.loading-icon {
    font-size: 1.5rem;
    color: #555;
    font-size: large;
    font-weight: 600;
}

.NodatafoundDiv {
    text-align: center;
    margin-top: 31px;
    font-size: large;
    font-weight: 700;
}

.user_name_data img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    object-fit:contain;
}

.textareaClass {
    background: rgb(242, 242, 242);
    border-radius: 10px;
    border: none;
}

.select2-selection--single {
    height: 40px !important;
    border-radius: 5px !important;
    background: rgb(242, 242, 242) !important;
    border: none !important;
}


.select2-selection__rendered {
    margin: 4px 1px 0px 0px;
}

.select2-selection__arrow {
    margin: 6px 5px 0px 0px;
}

@media(max-width: 767px){

    .table_responsive table tr td {
        padding: 14px 10px;
    }

    table th,
    .table-preview table th {
        /* background-color: #d9d9d9;*/
        color: rgb(0, 0, 0);
        padding: 10px 10px;
        font-size:10px!important;
    }
    .table_responsive table tbody {
        font-size: 12px;
    }
    .pointTableName{
        font-size: 14px;
    }

    .playlist_modal {
        padding: 15px;
    }

    .filter-container.competitionFilter .custom-dropDown{
        width: 50%;
    }

    .filter-container.competitionFilter .extra-filters-container {
        width: 50%;
    }
        .filter-container.competitionFilter .extra-filters-container .custom-dropDown {
            width: 100%;
        }

    .displaySearchClass {
        float:none !important;
    }
        .searchbox {
            margin: 10px;
            width: 100%;
            justify-content: flex-start;
            display: flex;
            align-items: center;
            width: -webkit-fill-available;
        }

    .user_name_data img {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-right: 5px;
    }
    }
.select2-results__option:first-child {
    height: 30px;
}

.default_warning_dismiss_buttons {
    background-color: #a0a1a0 !important;
    color: white;
    border-radius: 10px;
    font-size: larger;
    height: 37px;
    padding: 5px 0px;
    cursor: pointer;
}

.default_warning_success_buttons {
    background-color: #3399ff !important;
    color: white;
    border-radius: 10px;
    font-size: larger;
    height: 37px;
    padding: 5px 0px;
    cursor: pointer;
}