/* _content/Licensing_Service_Center/Shared/AutoCompleteControl.razor.rz.scp.css */
.blazored-typeahead[b-5g7ajen9zi] {
    position: relative;
    width: 100%;
    /*border-bottom: 1px solid #b2c3d3;*/
    display: none;
}

.blazored-typeahead__controls[b-5g7ajen9zi] {
    position: relative;
    cursor: text;
    display: flex;
}

.blazored-typeahead__input[b-5g7ajen9zi] {
    flex: 1;
    border: none;
    border-radius: 5px;
    padding: 10px 28px 10px 0px;
}

    .blazored-typeahead__input:focus[b-5g7ajen9zi] {
        outline: none;
    }

.blazored-typeahead__input-multi:focus[b-5g7ajen9zi] {
    outline: none;
    box-shadow: none;
}

.blazored-typeahead__input-hidden[b-5g7ajen9zi] {
    display: none;
}

.invalid[b-5g7ajen9zi] {
    border-color: red !important;
}


.blazored-typeahead__input-mask-wrapper[b-5g7ajen9zi] {
    display: flex;
    width: 100%;
}

.blazored-typeahead__input-multiselect-wrapper[b-5g7ajen9zi] {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.blazored-typeahead__input-mask-wrapper--disabled[b-5g7ajen9zi] {
    background-color: #e9ecef;
    cursor: not-allowed;
    border-radius: 5px 0 0 5px;
    color: grey;
}

    .blazored-typeahead__input-mask-wrapper--disabled:focus[b-5g7ajen9zi] {
        border: none;
    }

.blazored-typeahead__input-mask[b-5g7ajen9zi] {
    display: flex;
    align-items: center;
    flex: 1;
    border-radius: 5px 0 0 5px;
}

    .blazored-typeahead__input-mask:focus[b-5g7ajen9zi] {
        outline: none;
    }

.blazored-typeahead__down-arrow path[b-5g7ajen9zi] {
    fill: #dbdbdb;
}

.blazored-typeahead__input-icon[b-5g7ajen9zi] {
    width: 40px;
    display: flex;
    border-radius: 0 5px 5px 0;
    padding: .5rem;
    cursor: pointer;
    background: none;
}

    .blazored-typeahead__input-icon:focus[b-5g7ajen9zi] {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
    }

    .blazored-typeahead__input-icon:hover[b-5g7ajen9zi] {
        background-color: #f5f5f5;
    }

        .blazored-typeahead__input-icon:hover .blazored-typeahead__down-arrow path[b-5g7ajen9zi] {
            fill: #333333;
        }

.blazored-typeahead__input-icon--disabled[b-5g7ajen9zi],
.blazored-typeahead__input-icon--disabled:hover[b-5g7ajen9zi] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

    .blazored-typeahead__input-icon--disabled .blazored-typeahead__down-arrow path[b-5g7ajen9zi],
    .blazored-typeahead__input-icon--disabled:hover .blazored-typeahead__down-arrow path[b-5g7ajen9zi] {
        fill: #9c9c9c;
    }

.blazored-typeahead__multi-value[b-5g7ajen9zi] {
    background-color: #dbdbdb;
    display: flex;
    align-items: center;
    min-width: 0px;
    box-sizing: border-box;
    border-radius: 2px;
    margin: .4rem 0 .4rem .4rem;
}

.blazored-typeahead__multi-value-label[b-5g7ajen9zi] {
    color: rgb(51, 51, 51);
    font-size: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 2px;
    overflow: hidden;
    padding: 3px 3px 3px 6px;
}

.blazored-typeahead__multi-value-clear[b-5g7ajen9zi] {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: transparent;
    border: 0;
    outline: none;
}

    .blazored-typeahead__multi-value-clear:focus[b-5g7ajen9zi] {
        outline: none;
    }

    .blazored-typeahead__multi-value-clear:hover[b-5g7ajen9zi] {
        background-color: rgb(212, 212, 212);
        color: rgb(222, 53, 11);
    }

.blazored-typeahead__results[b-5g7ajen9zi] {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    min-height: 2rem;
    max-height: 450rem;
    overflow-y: auto;
    z-index: 1046;
    width: 100%;
    background: #fff;
}

.blazored-typeahead__result[b-5g7ajen9zi],
.blazored-typeahead__notfound[b-5g7ajen9zi],
.blazored-typeahead__results-help-template[b-5g7ajen9zi],
.blazored-typeahead__results-header[b-5g7ajen9zi],
.blazored-typeahead__results-footer[b-5g7ajen9zi] {
    padding: .5rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color:black !important;
}

.blazored-typeahead__selected-item[b-5g7ajen9zi] {
    background-color: #dbdbdb;
}

.blazored-typeahead__selected-item-highlighted[b-5g7ajen9zi] {
    background-color: #d3e2f2;
}

.blazored-typeahead__active-item[b-5g7ajen9zi],
.blazored-typeahead__result:hover[b-5g7ajen9zi],
.blazored-typeahead__result:focus[b-5g7ajen9zi] {
    background-color: #007bff;
    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
    color: #fff;
    cursor: pointer;
}

.blazored-typeahead__loader[b-5g7ajen9zi] {
    width: 24px;
    height: 24px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout-b-5g7ajen9zi 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout-b-5g7ajen9zi {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.blazored-typeahead__clear[b-5g7ajen9zi] {
    color: black !important;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 16px;
}

.blazored-typeahead__results[b-5g7ajen9zi] {
    max-height: 240px !important;
}

@media(max-height: 736px) {

    .blazored-typeahead__results[b-5g7ajen9zi] {
        max-height: 200px !important;
    }
}
/* _content/Licensing_Service_Center/Shared/CalendarView.razor.rz.scp.css */
/*calendar view*/
.calendar-tbl[b-xl732zi99i] {
    border: solid 1px;
    border-radius: 12px;
    padding: 10px;
    margin-top: 10px;
}

.calendar-thead[b-xl732zi99i] {
    /* background: red;*/
}

.calendar-head-tr[b-xl732zi99i] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: var(--menu-background-color);
    border-radius: 7px;
}

.calendar-th[b-xl732zi99i] {
    /*text-align: center;
    align-content: center;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    height: 35px;
    color: var(--text-color);
}

.calendar-tbody[b-xl732zi99i] {
    /*background: red;*/
}

.calendar-tr[b-xl732zi99i] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.calendar-td[b-xl732zi99i] {
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    height: 42px;
    background: white;
    margin: 1px;
    border: unset;
    outline: none;
}

    .calendar-td:hover[b-xl732zi99i] {
        background: #8f8989;
        color: white;
        border-radius: 12px;
    }
.calendar-tr .selected-day[b-xl732zi99i] {
    background: #10172d;
    color: white;
    border-radius: 12px;
}

.unSelectable-calendar-td[b-xl732zi99i] {
    opacity: 0.5;
    cursor: unset;
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 14px;
    height: var(--standard-height);
    background: var(--app-background-color);
    color: var(--label-color);
    margin: 1px;
    border: unset;
    outline: none;
}

.next-month-btn[b-xl732zi99i] {
    font-size: 16px;
    border: solid 1px var(--menu-background-color) !important;
    width: 30px;
    border-radius: 5px;
    width: 40px;
    height: 35px;
    display: flex;
    /* text-align: center; */
    /* align-content: unset; */
    align-items: center !important;
    justify-content: center;
    /*background: var(--menu-background-color) !important;
    color: var(--app-background-color);*/
    background: var(--app-background-color) !important;
    color: var(--label-color);
}

.show-month[b-xl732zi99i] {
    font-weight: 600;
    color: var(--menu-background-color);
}
.show-month-btn[b-xl732zi99i]{
    background: none;
    border:none;
    padding: 0
}

.show-month-container[b-xl732zi99i] {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
}



.today[b-xl732zi99i] {
    justify-content: center;
}


.next-month-btn:hover[b-xl732zi99i] {
    background: var(--menu-background-color) !important;
    color: var(--app-background-color);
}

.cusdatep-save-btn[b-xl732zi99i] {
    margin: 0px 10px 10px 0px;
}

/*-----------start month and year picker----------*/
.month-container[b-xl732zi99i]::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.pickerContainer[b-xl732zi99i] {
    display: flex;
    justify-content: space-evenly;
    height: 140px;
    align-items: center;
    margin-bottom: 14px;
}

.month-container[b-xl732zi99i] {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100px;
    height: 135px;
    /* border: solid 1px; */
    scroll-snap-type: y mandatory;
}


.relative[b-xl732zi99i] {
    position: relative;
}

.height-light[b-xl732zi99i] {
    width: -webkit-fill-available;
    height: 53px;
    position: absolute;
    border: solid 1px black;
    /* border-radius: 5px; */
    top: 41px;
    pointer-events: none;
    margin: 0 7px;
    border-left: none;
    border-right: none;
}

button.show-data[b-xl732zi99i]{
    background:none;
}

.close-btn[b-xl732zi99i]{
    background:none;
}

.show-data[b-xl732zi99i] {
    padding: 6px;
    /* text-align: center; */
    /* align-content: center; */
    /*font-weight: 600;*/
    font-size: 14px;
    scroll-snap-align: center;
    cursor: pointer;
    height: 45px;
    width: 100%;
    /* background: var(--app-background-color); */
    margin: 1px;
    /* border: unset; */
    display: flex;
    /* outline: none; */
    justify-content: center;
    align-items: center !important;
}

.month-container[b-xl732zi99i]:before, .month-container[b-xl732zi99i]:after {
    content: "";
    display: block;
    width: -webkit-fill-available;
    height: 45px;
    position: absolute;
    /* background: #0a0101; */
    backdrop-filter: blur(0.6px);
    pointer-events: none;
}

.month-container[b-xl732zi99i]:before {
    top: 0;
}

.month-container[b-xl732zi99i]:after {
    bottom: 0;
}

.month-picker-toolBar[b-xl732zi99i] {
    text-align: right;
    margin: 5px 5px 0 0;
}

.close-btn[b-xl732zi99i] {
    padding: 5px !important;
    color: var(--second-color);
    height: var(--standard-height);
    width: var(--standard-width);
    display: flex;
    align-items: center !important;
    justify-content: center;
    margin-left: auto;
}

.month-container .current-date[b-xl732zi99i] {
    font-size: 16px;
    font-weight: 600;
}
/*.show-data:is(:hover){
    transition:blue linear 1s;
    background:blue;
}*/



/*-----------end month and year picker----------*/
/* _content/Licensing_Service_Center/Shared/CustomDatePicker.razor.rz.scp.css */
.option-container[b-q60bumtsoe] {
    position: absolute;
    background: var(--menu-background-color);
    z-index: 1;
    padding: 5px 0;
    border: solid 0.5px white;
    border-radius: 4px;
    left: 0;
    top: 36px;
}

.show-date[b-q60bumtsoe] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 28px);
    text-align: left;
}

.cust-dt[b-q60bumtsoe] {
    height: 36px;
    opacity: 0
}
.entry-modalcontent[b-q60bumtsoe] {
    border-radius: 8px 8px 5px 5px;
}
.entry-toolbar[b-q60bumtsoe] {
    background: black;
    color: white;
    padding: 5px 13px;
}
.entry-inline-toolbar[b-q60bumtsoe] {
    display: flex;
    justify-content: space-between;
}
.entry-toolbar-btn[b-q60bumtsoe]{
    border: none;
    background: none;
    color: white; 
}
.gap-10px[b-q60bumtsoe] {
    gap: 10px;
}
.mode-change-btn[b-q60bumtsoe]{
    background:none;
}
.cusdatep-save-btn[b-q60bumtsoe] {
    background: none;
    border: 1px solid black;
    border-radius: 5px;
    padding: 2px 10px;
    outline: 0;
    line-height: 1;
    width: 70px;
    height: 42px;
}
.cust-dt-container[b-q60bumtsoe] {
    position: relative;
    height: 37px;
}
.custom-datepicker-icon[b-q60bumtsoe] {
    background: black;
    color: white;
    position: absolute;
    right: 15px;
    top: 8px;
    pointer-events: none;
}
.cust-dt-show-date[b-q60bumtsoe] {
    padding-left: 5px;
    position: absolute;
    left: 0;
    border: solid 1px;
    border-right: none;
    /* background: red; */
    top: 0px;
    width: calc(100% - 25px);
    height: 100%;
    display: flex;
    align-items: center;
    /* border-radius: 5px 0 0 5px; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cust-dt[type="date"][b-q60bumtsoe]::-webkit-calendar-picker-indicator {
    background: red;
    width: 25px;
}

.cust-dt-picker-btn[b-q60bumtsoe] {
    position: absolute;
    right: 0;
    padding-right: 5px !important;
    border: solid 1px !important;
    border-left: none !important;
    height: 100%;
    pointer-events: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mode-btn[b-q60bumtsoe] {
    height: 40px;
    border-radius: 5px !important;
    border: solid 1px #60686f !important;
    color: white;
    outline: none;
    background: black;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*margin-right: 10px;*/
}

.cust-dt-radio-btn-container[b-q60bumtsoe] {
    padding-top: 20px;
    justify-content: space-around;
    display: flex;
}

.cust-dt-calendar-container[b-q60bumtsoe] {
    padding: 10px;
    /* justify-content: space-evenly; */
    display: flex;
    column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

/*calendar view*/
.calendar-tbl[b-q60bumtsoe] {
    border: solid 1px;
    border-radius: 12px;
    padding: 10px;
    margin-top: 10px;
}

.calendar-thead[b-q60bumtsoe] {
    /* background: red;*/
}

.calendar-head-tr[b-q60bumtsoe] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: var(--menu-background-color);
    border-radius: 7px;
}

.calendar-th[b-q60bumtsoe] {
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 14px;
    height: 35px;
    color: var(--text-color);
}

.calendar-tbody[b-q60bumtsoe] {
    /*background: red;*/
}

.calendar-tr[b-q60bumtsoe] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

/*.calendar-td {
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    height: 42px;
    background: white;
    margin: 1px;
    border: unset;
    outline: none;
}

    .calendar-td:hover {
        background: #8f8989;
        color: white;
        border-radius: 12px;
    }*/

.calendar-tr .selected-day[b-q60bumtsoe] {
    background: #10172d;
    color: white;
    border-radius: 12px;
}

.unSelectable-calendar-td[b-q60bumtsoe] {
    opacity: 0.5;
    cursor: unset;
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 14px;
    height: 35px;
    background: var(--app-background-color);
    margin: 1px;
    border: unset;
    outline: none;
}

.next-month-btn[b-q60bumtsoe] {
    font-size: 16px;
    border: solid 1px var(--menu-background-color) !important;
    width: 30px;
    border-radius: 5px;
    width: 40px;
    height: 35px;
    display: flex;
    /* text-align: center; */
    /* align-content: unset; */
    align-items: center !important;
    justify-content: center;
    /*background: var(--menu-background-color) !important;
    color: var(--app-background-color);*/
    background: var(--app-background-color) !important;
    color: var(--label-color);
}

.show-month[b-q60bumtsoe] {
    font-weight: 600;
    color: var(--menu-background-color);
}

.show-month-container[b-q60bumtsoe] {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
}

.next-month-btn:hover[b-q60bumtsoe] {
    background: var(--menu-background-color) !important;
    color: var(--app-background-color);
}

.foot[b-q60bumtsoe] {
    text-align: right;
    margin: 10px 20px 20px 0px;
}

@media(max-width : 767px) {
    .m-d-block[b-q60bumtsoe] {
        display: block;
    }
}
/* _content/Licensing_Service_Center/Shared/CustomGrid.razor.rz.scp.css */
.no-col[b-eohtfrggip] {
    vertical-align: initial !important;
}

.currentpage[b-eohtfrggip] {
    background-color: var(--core-color) !important;
    color: white !important;
}

.btn-pagno[b-eohtfrggip] {
    height: 37px;
    display: inline-block;
    font-size: 14px;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    padding: .375rem .55rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-pagno:focus[b-eohtfrggip] {
        outline: none;
    }

.btn-pag[b-eohtfrggip] {
    height: 37px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
    border: 1px solid transparent;
}

.btn-nav-pag[b-eohtfrggip] {
    margin-right: 3px;
}

    .btn-nav-pag:hover[b-eohtfrggip], .btn-pagno:hover[b-eohtfrggip] {
        /*color: #007bff;*/
        color: var(--core-color);        
    }

    .btn-nav-pag:focus[b-eohtfrggip] {
        outline: none;
        color: var(--core-color);
        background-color: #ededed;
        border: 2px solid #e3e3e3;
    }

.lbl-pag-no[b-eohtfrggip] {
    font-size: 14px;
    color: gray;
    margin-top: 7px;
}

.lbl-rowcount[b-eohtfrggip] {
    font-size: 14px;
    color: gray;
    padding-top: 7px;
    padding-right: 5px;
    float: right;
}


/*Custom Grid fixed Paging No*/
[paging ="false"][b-eohtfrggip] {
    padding: 3px;
    text-align: center;
    display: block !important;
}

[paging = "true"][b-eohtfrggip] {
    padding: 3px;
    text-align: center;
    display: block !important;
    /*position: fixed;*/
    position: sticky;
    bottom: 0;
    width: 100%;
    background: black;
    margin-bottom: -15px;
}

[paging-display = "False"][b-eohtfrggip] {
    display: none !important;
}

[paging-display = "True"][b-eohtfrggip] {
    display: block !important;
}

.paging[b-eohtfrggip] {
    padding: 3px;
    text-align: center;
    display: block !important;
}

/*End Custom Grid fixed Paging No*/

/*Box Shadow Theme*/

.Box-Shadow .table thead[b-eohtfrggip] {
    background-color: unset;
    color: rgba(0,123,255,.5);
    font-size: 12px;
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;*/
}

    .Box-Shadow .table thead tr[b-eohtfrggip] {
        border-top: 10px solid #F2F5F7;
        border-left: 10px solid #F2F5F7;
        border-right: 10px solid #F2F5F7;
        background: #7bb5f1;
        color: white;
    }

.Box-Shadow .table tbody td[b-eohtfrggip] {
    padding: 10px !important;
}

.Box-Shadow .table tbody tr[b-eohtfrggip] {
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;*/
    border-top: 10px solid #F2F5F7;
    border-left: 10px solid #F2F5F7;
    border-right: 10px solid #F2F5F7;
    background: white;
}

.Box-Shadow .table td[b-eohtfrggip], .table th[b-eohtfrggip] {
    border-top: unset;
}

.Box-Shadow .table tbody tr:hover[b-eohtfrggip] {
    background-color: #e0effb !important;
}

.Box-Shadow .table tbody > tr:last-child[b-eohtfrggip] {
    border-bottom: 10px solid #F2F5F7;
}


@media (max-width: 767px) {    

    .lbl-pag-no[b-eohtfrggip] {
        display: none;
    }

    .lbl-rowcount[b-eohtfrggip] {
        display: none !important;
    }

    .no-col[b-eohtfrggip] {
        display: none !important;
    }

    .showComT[b-eohtfrggip] {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .showMobT[b-eohtfrggip] {
        display: none !important;
    }
}
/* _content/Licensing_Service_Center/Shared/CustomPaging.razor.rz.scp.css */
.currentpage[b-sk54qc0zzi] {
    background-color: var(--core-color) !important;
    color: white !important;
}

.btn-pagno[b-sk54qc0zzi] {
    height: 37px;
    display: inline-block;
    font-size: 14px;
    /*color: #212529;*/
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: .375rem .55rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-pagno:focus[b-sk54qc0zzi] {
        outline: none;
    }

.btn-pag[b-sk54qc0zzi] {
    height: 37px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
    border: 1px solid transparent;
}

.btn-nav-pag[b-sk54qc0zzi] {
    margin-right: 3px;
    color: white;
}

    .btn-nav-pag:hover[b-sk54qc0zzi], .btn-pagno:hover[b-sk54qc0zzi] {
        /*color: #007bff;*/
        color: var(--core-color);
        background-color: #ededed;
    }

    .btn-nav-pag:focus[b-sk54qc0zzi] {
        outline: none;
        color: var(--core-color);
        background-color: #ededed;
        border: 2px solid #e3e3e3;
    }

.lbl-pag-no[b-sk54qc0zzi] {
    font-size: 14px;
    color: gray;
    margin-top: 7px;
}

.lbl-rowcount[b-sk54qc0zzi] {
    font-size: 14px;
    color: gray;
    padding-top: 7px;
    padding-right: 5px;
    float: right;
}


/*Custom Grid fixed Paging No*/
/*[paging ="false"] {
    padding: 3px;
    text-align: center;
    display: block !important;
}

[paging = "true"] {*/ /* is mobile*/
/*padding: 3px;
    text-align: center;
    display: block !important;*/
/*position: fixed;*/
/*position: sticky;
    bottom: 0;
    width: 100%;
    background: #fff;
    margin-bottom: -15px;

}*/

.paging[b-sk54qc0zzi] {
    padding: 3px;
    text-align: center;
    display: block !important;
}

[paging-display = "False"][b-sk54qc0zzi] {
    display: none !important;
}

[paging-display = "True"][b-sk54qc0zzi] {
    display: block !important;
}


@media (max-width: 767px) {

    .paging[b-sk54qc0zzi] {
        /* position: sticky;
        bottom: 0;*/
        width: 100%;
        /*background: #fff;*/
        /* margin-bottom: -15px;*/
    }

    .lbl-pag-no[b-sk54qc0zzi] {
        display: none;
    }

    .lbl-rowcount[b-sk54qc0zzi] {
        display: none !important;
    }

    .no-col[b-sk54qc0zzi] {
        display: none !important;
    }
}
/* _content/Licensing_Service_Center/Shared/HTMLTimePicker.razor.rz.scp.css */
/*Date Time Picker*/
.datepicker-width[b-kb11in0iio] {
	width: calc(100% - 194px);
}

.datepicker-dropdown-pad[b-kb11in0iio] {
	padding: 0.375rem !important;
}

.time-min-width[b-kb11in0iio] {
	min-width: 65px;
}

/* End Date*/

/*html Select dropDowm*/
select[b-kb11in0iio] {
	font-size: 14px;
	height: 33px;
}

.select-custom-css[b-kb11in0iio] {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 4px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

	.select-custom-css:focus[b-kb11in0iio] {
		border-color: #80bdff;
		outline: 0;
		box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	}
/*End html Select dropDowm*/
/* _content/Licensing_Service_Center/Shared/LargeImageView.razor.rz.scp.css */
.image-container-div[b-zyvbisai9r] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black !important;
    cursor: pointer;
    z-index: 6500;
    overflow: auto;
}

.image-container[b-zyvbisai9r] {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
}

.img-close[b-zyvbisai9r] {
    position: absolute;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    right: 20px;
}

#image-container #middle[b-zyvbisai9r] {
    vertical-align: middle;
    text-align: center;
}

.img-div[b-zyvbisai9r] {
    overflow: hidden;
    z-index: 1200;
}

/* _content/Licensing_Service_Center/Shared/NumericTextBox.razor.rz.scp.css */
/*Numeric Textbox*/
.numerictextbox[b-tcci7lvia7] {
    border-width: 0;
    background-color: transparent;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-size: 1rem;
    color: #292b2c;
    border-color: rgba(33,37,41,.125);
}

.numeric-wrap[b-tcci7lvia7] {
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
    color: #292b2c;
    background-color: #fff;
    border-color: rgba(33,37,41,.15);
    display: flex;
    flex-direction: row;
    border-radius: .25rem;
    padding: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    cursor: default;
    outline: 0;
}

    .numeric-wrap input[b-tcci7lvia7] {
        padding: .375rem .4rem;
        text-align: right;
        flex: 1 1 0;
        width: 100%;
        height: calc(.75rem + 1.5em);
        box-sizing: border-box;
        border: 0;
        outline: 0;
        color: inherit;
        background: 0 0;
        font: inherit;
        display: flex;
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
    }

.numeric-select[b-tcci7lvia7] {
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    width: calc(17px + .75rem);
    border-radius: 0 .25rem .25rem 0;
    border-width: 0 0 0 1px;
    box-sizing: border-box;
    border-style: solid;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #000;
    background-color: #e4e7eb;
    border-color: #e4e7eb;
}

.numeric-link-increse[b-tcci7lvia7] {
    display: block;
    height: calc(.375rem + .75em);
    overflow: hidden;
    position: relative;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.numeric-icon[b-tcci7lvia7] {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 1em;
    height: 1em;
    speak: none;
    text-transform: none;
    text-decoration: none;
    vertical-align: middle;
}

.numeric-link-decrease[b-tcci7lvia7] {
    display: block;
    height: calc(.375rem + .75em);
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* End */
/* _content/Licensing_Service_Center/Shared/UploadFile.razor.rz.scp.css */
.h-170px[b-lcezsrkqhm] {
    height: 170px;
}

.h-138px[b-lcezsrkqhm] {
    height: 150px;
}

.inner-fileicon[b-lcezsrkqhm] {
    position: absolute;
    top: 28%;
    text-align: center;
    font-size: 24px !important;
    right: 45%;
    color: #e9ecef;
}

.inner-filetext[b-lcezsrkqhm] {
    text-align: center;
    position: absolute;
    top: 50%;
    color: #e9ecef;
}

.file-wapper[b-lcezsrkqhm] {
    width: 138px;
    height: 32px;
    text-align: center;
    margin-top: 5px;
}

.uplodad-container[b-lcezsrkqhm] {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.uplodad-container input[b-lcezsrkqhm] {
    cursor: pointer;
    font-size: 16px;
    opacity: .01;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.uplodad-container .upload-button[b-lcezsrkqhm] {
    background: var(--core-color);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    width: 31px;
    height: 28px;
    margin-top: 3px;
}

.no-image[b-lcezsrkqhm] {
    width: 138px;
    height: 138px;
    background: #14862e;
    position: absolute;
    display: block;
    border: 0.5px solid #770b1617;
    border-radius: 3px;
}

.upload-img .no-image[b-lcezsrkqhm] {
    height: 150px;
}

.no-image input[b-lcezsrkqhm] {
    cursor: pointer;
    opacity: .01;
    position: absolute;
    left: 0;
    top: 0;
    height: 138px;
    width: 138px;
}

.img-delete[b-lcezsrkqhm] {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 5px 0 5px 15px;
    text-shadow: 1px 1px 2px #850000, 0 0 1rem #fff, 0 0 0.2em #850000;
}

.img-style[b-lcezsrkqhm] {
    max-width: 100%;
    max-height: 100%;
}

.cover-img img[b-lcezsrkqhm] {
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: 50% 50%;
}

.crop-img-grid[b-lcezsrkqhm] {
    width: 100%;
    position: relative;
}

.crop-img-grid .no-image[b-lcezsrkqhm] {
    position: unset;
}


.imgs-grid[b-lcezsrkqhm] {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

.imgedit-container[b-lcezsrkqhm] {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--core-color);
    top: 66%;
    right: -2%;
    background: white;
    cursor: pointer;
}

.imgedit-icon[b-lcezsrkqhm] {
    padding: 5px;
    font-size: 18px;
    color: var(--core-color);
}


.chatprofile-img[b-lcezsrkqhm] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid var(--core-color);
    text-align: center;
}

.chatprofile-img img[b-lcezsrkqhm] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 50%;
}


.profile-img[b-lcezsrkqhm] {
    position: absolute;
    top: 28%;
    left: 25%;
    transform: translate(-44%,-24%);
}

.newsfeed input[b-lcezsrkqhm] {
    cursor: pointer;
    font-size: 16px;
    opacity: .01;
    position: absolute;
    /* right: -2%;
    top: 66%;*/
    width: 55px;
    z-index: 1;
    top: 9px;
    left: 1px;
}

.cropbtn-design[b-lcezsrkqhm] {
    width: 40px;
    background: none;
    border: none;
    padding: 0;
}

.pad-top-5[b-lcezsrkqhm] {
    padding-top: 5px;
}

