@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --border-radius: 4px;
    --radius10px: 10px;
    --poppins: "Poppins", sans-serif;
}

html, body, *, .chart-font *, .font-poppins * {
    font-family: var(--poppins);
}

body, html, * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #FFFFFF;
    margin: 0 0 0 0;
}

.title {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

.pagetitle {
    font-size: 20px; /*color: #333333;*/
    color: #000;
    text-decoration: none;
}

.pagetitleBlank {
    font-size: 20px; /*color: #333333;*/
    color: #151c4a;
    text-decoration: none;
}

.chkboxTxt {
    background-repeat: repeat-x;
    border: medium none;
    color: #000000;
    font: 12px;
    height: 25px;
    padding-left: 5px;
}

.txtSearchbox {
    background-repeat: repeat-x;
    color: #000000;
    font: 12px;
}

.modalBackground {
    background-color: #000;
    opacity: 0.5;
}

.popupheader {
    background: #ddd;
    color: black;
    padding-top: 15px;
    height: 5px;
}

img {
    border: 0;
}

.footer {
    font-size: 12px;
    color: #151c4a;
    text-decoration: none;
}

    .footer a {
        font-size: 12px;
        color: #151c4a;
        text-decoration: none;
    }

        .footer a:hover {
            font-size: 12px;
            color: #151c4a;
            text-decoration: underline;
        }

#Selected {
    cursor: default;
}

.setcontentplaceholder {
    min-height: 480px;
    overflow: auto;
}

#wrapper {
    /*width: 961px; */
}

#left {
    width: 678px;
}

#right {
    width: 264px;
}

.overflowScrollY {
    overflow-x: visible;
    overflow-y: scroll;
}

.center {
    vertical-align: middle;
    text-align: center;
}

.alignTop {
    vertical-align: top;
}

.alignMiddle {
    vertical-align: middle;
}

.alignBottom {
    vertical-align: bottom;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center !important;
}

.alignRight {
    text-align: right !important;
}

.labletext {
    font-size: 12px;
    color: black;
}

.labelWihte {
    padding-left: 25px;
    font: 14px;
    color: black;
    font-weight: bold;
}

.labletextBold {
    font: 12px;
    color: black;
    font-size: large;
}

.alignCellRight {
    text-align: right;
}

.alignCellRightTop {
    vertical-align: top;
    text-align: right;
    padding-right: 5px;
}

.lineblueveticle {
    border-left: 1px solid blue;
}

.linebluehorizantal {
    border-bottom: 1px solid #ededed;
}

.alignBottom {
    vertical-align: bottom;
}

.alignMiddle {
    vertical-align: middle;
}

.normalPadding {
    padding: 5px;
}

.normalPaddingRight {
    padding: 10px;
}

table.alignTdTop td {
    vertical-align: top;
}

body .linkbutton {
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    color: inherit;
    text-decoration: underline;
}

.cssThumbUp,
.cssThumndown {
    display: none;
}

.cssSucess {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: var(--green800);
    margin-bottom: 10px;
    display: block;
}

.cssFail {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #fb0909;
    vertical-align: top;
}

.mandatory {
    font-size: 13px;
    text-decoration: none;
    color: Red;
}

.failureNotification {
    font-size: 12px;
    color: Red;
}

.asterik {
    color: Red;
}

.loading {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    display: flex;
}

    .loading::before {
        content: "";
        position: absolute;
        background-image: url(../Images/loader.gif);
        background-size: cover;
        pointer-events: none;
        width: 50px;
        height: 50px;
        zoom: .8;
    }

.fieldTitle {
    font-size: small;
    color: White;
    font-weight: bold; /*color: #333333;*/
    text-align: center;
}

.fieldLabelTitle {
    font-size: 12px;
    color: black;
    text-decoration: underline;
}

.fieldBlue {
    font-size: 12px;
    color: #151c4a;
    font-weight: bold; /*color: #333333;*/
    text-decoration: none;
    width: 0%;
}

.fieldEventLabel {
    font-size: 12px;
    color: #181818;
    font-weight: bold; /*color: #333333;*/
    text-decoration: none;
}

.fieldUpload {
    font-size: 12px;
    color: #333333; /*font-weight: bold; /*color: #333333;*/
    text-decoration: none;
}

.txtpara {
    margin: 0px 10px 0px 10px;
    text-align: justify;
    color: black;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

.txtjustify {
    text-align: justify;
}


.fontbold14px {
    font-size: 16px;
    font-weight: bold;
}

.tdTimeslotData {
    background-color: #fff;
    border-radius: var(--border-radius);
    min-width: 30px;
}

.tdTimeslotBlueData {
    background-color: Blue;
    border-radius: var(--border-radius);
    min-width: 30px;
}

.tdTimeslotRedData {
    background-color: Red;
    border-radius: var(--border-radius);
    min-width: 30px;
}

.tdTimeslotYellowData {
    background-color: Yellow;
    border-radius: var(--border-radius);
    min-width: 30px;
}

.tdTimeslotGreenData {
    background-color: Green;
    border-radius: var(--border-radius);
    min-width: 30px;
}

#clsCalExtender td {
    border: solid 0px #c1c1c1;
}

.GridPaging {
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
}

    .GridPaging table td {
        border: 1px solid #999999; /*#003559; */
        background-color: #f5f5f5;
        text-align: center;
        width: 15px;
    }

        .GridPaging table td span {
            background: var(--dark-color);
            color: var(--white-color);
        }

    .GridPaging table a:hover {
        background-color: #003559;
        color: White;
        display: block;
        text-decoration: underline;
    }

.GoToArrow {
    vertical-align: middle;
    cursor: pointer;
}
/* Tab Panel */

.cssgvhovermenu {
    border-radius: var(--border-radius);
    padding: 10px;
    border: 1px solid var(--border-light);
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px #0000002b;
    box-shadow: 0px 5px 5px #0000002b;
    display: none;
}

.GridViewDocument {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../images/Icon/more.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: right;
}

.GridViewTeam {
    background-image: url(../images/iconteam.png);
    background-repeat: no-repeat; /*background-position: 3px center;*/
    padding: 0px 0px 10px 25px;
    margin-top: 3px;
    display: block;
    height: 12px;
}

/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
}

/*----- Tab Links -----*/

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 1px;
    float: left;
    list-style: none;
    text-decoration: none;
}

.tab-links a {
    padding: 9px 15px;
    display: inline-block;
    font: 12px;
    border-radius: var(--border-radius) var(--border-radius) 0px 0px;
    background: #0096ab;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    transition: all linear 0.15s;
    text-decoration: none;
}

    .tab-links a:hover {
        background: #a7cce5;
        text-decoration: none;
    }

li.active a, li.active a:hover {
    background: #fff;
    color: #4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
    padding: 15px;
    border-radius: var(--border-radius);
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
    background: #fff;
    max-height: 50px;
}

.tab {
    display: none;
}

    .tab.active {
        display: block;
    }

/* for Task Mas Tbl */
.boxMuliTxtTeam {
    background-image: url(../images/textbox470.png);
    background-repeat: repeat-x;
    border: medium none;
    color: #000000;
    font: 11px;
    height: 25px;
    width: 440px;
}

.clsWatermarkMultiTeam {
    background-image: url(../images/textbox470.png);
    background-repeat: repeat-x;
    border: medium none;
    color: #a8a8a8;
    font: 11px;
    height: 25px;
    width: 440px;
}

.clsGridFooterLeftAlign {
    text-align: left;
    padding: 5px;
    color: White;
}

.clsGridTextCenterAlign {
    text-align: center !important;
    padding: 5px;
}

.clsGridHeaderRightAlign {
    text-align: right;
    padding: 5px;
}

.clsGridFooterRightAlign {
    text-align: right;
    padding: 5px;
    color: White;
}

.clsGridTextRightAlign {
    text-align: right;
    padding: 5px;
}

.textboxstype {
    text-align: right;
}

.clsTreeNode {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.clsTableBorderGray {
    padding: 10px 10px 20px 10px;
    border: 1px solid #BFBFBF;
    background-color: white;
    -webkit-box-shadow: 10px 10px 5px #aaaaaa;
    box-shadow: 10px 10px 5px #aaaaaa;
    border-radius: var(--border-radius);
}
/* end */
.hide {
    display: none;
}

.divClick {
    cursor: pointer;
}

#toggle {
    padding-top: 24px;
}

#cphMainBody_pnlGvTeam DIV {
    height: auto !important;
}

.clsGridHeaderCenterAlign {
    text-align: center !important;
}

.DashbordBtn {
}

/*02-06-2023*/
.btn-set .btnDefault {
    margin: 2px;
}

.mtop-10 .btnDefault {
    margin: 11px 0;
}


/*forgot password*/
.default-modal {
    background: #fff;
    padding: 28px;
    border-radius: var(--radius10px);
    text-align: center;
    overflow: hidden;
}

    .default-modal * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.modal-icon svg,
.modal-icon img {
    width: auto;
    height: 100px;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    opacity: .7;
    cursor: pointer;
}

.modal-main {
    position: relative;
}

.modal-title h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

.modal-title p {
    margin-top: 4px;
    opacity: .6;
}

.info-text {
    opacity: .7;
    color: var(--public-color);
}

.modal-body .form-group label {
    display: block;
    text-align: left;
    opacity: .8;
    margin-bottom: 5px;
}

.modal-body .form-group .form-control {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    max-width: 100%;
    border-radius: var(--border-radius);
    border: 1px solid #d7d7d7;
}

    .modal-body .form-group .form-control:focus {
        border-color: var(--public-color);
        outline: none;
    }

.auth-btn {
    margin-top: 20px;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-items-normal {
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
}

.flex-form .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mt-25px {
    margin-top: 25px;
}


.border-radius-0 {
    border-radius: 0 !important;
}

.min-width-0 {
    min-width: auto !important;
    width: 100%;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.border-bottom-0 {
    border-bottom: none !important;
}

body .border-radius-left-right .ajax__tab_default .ajax__tab_header {
    overflow: hidden;
    border-radius: var(--border-radius);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.span-checkbox span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module-name .treeview-style a {
    font-weight: 500;
    padding-left: 5px;
}

/*login css*/
.dashboard-tiles img {
    width: auto;
    height: 100px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-top: 20px;
}

.dashboard-screen {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    text-align: center;
    gap: 1rem;
    width: 100%;
}

.dashboard-tiles {
    position: relative;
    border-radius: var(--radius10px);
    border-style: solid;
    border-width: 2px;
    overflow: hidden;
}

    .dashboard-tiles a, .dashboard-tiles .dashboard-btn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        cursor: pointer;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

.dashboard-screen h2 {
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 0;
    color: #fff;
}

.login-screen-doc {
    margin: auto;
    max-width: 1000px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.logo-header {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .logo-header img {
        height: 50px;
    }

.login-link {
    border-color: #273b7a;
    background: rgb(39 59 122 / 10%);
}

    .login-link h2 {
        background: #273b7a;
    }

.personal-login-link {
    border-color: #f6c358;
    background: rgb(246 195 88 / 10%);
}

    .personal-login-link h2 {
        background: #f6c358;
    }

.dashboard-link {
    border-color: #60bb46;
    background: rgb(96 187 70 / 10%);
}

    .dashboard-link h2 {
        background: #60bb46;
    }

.logout-link {
    border-color: #ff5a54;
    background: rgb(255 90 84 / 10%);
}

    .logout-link h2 {
        background: #ff5a54;
    }

.personal-logout-link {
    border-color: #adbd64;
    background: rgb(173 189 100 / 10%);
}

    .personal-logout-link h2 {
        background: #adbd64;
    }

.hiring-link {
    border-color: #27a6ff;
    background: rgb(39 166 255 / 10%);
}

    .hiring-link h2 {
        background: #27a6ff;
    }

.dashboard-tiles:hover {
    background: transparent;
}

    .dashboard-tiles:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

.d-none {
    display: none;
}

.h-full {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

    .login-head a {
        width: auto;
        height: 50px;
    }

        .login-head a img {
            width: 100%;
            height: 100%;
        }

.login-screen {
    width: 100%;
    margin: auto;
    padding: 3rem;
    border-radius: var(--radius10px);
    -webkit-box-shadow: 0 1px 60px #0000000f;
    box-shadow: 0 1px 60px #0000000f;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.max-w-login, .login-screen {
    max-width: 450px;
}

.image-btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 40px;
}

.login-screen h1 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.login-screen p {
    opacity: .7;
    padding-bottom: 20px;
}


.login-form .form-control {
    font-size: 14px;
    padding: 9px 17px;
    border-radius: var(--border-radius);
    background: #F9F9F9;
}

.forgot-link {
    text-align: right;
    margin-bottom: 10px;
    font-size: 13px;
    color: #8f8f8f;
    text-decoration: underline;
    display: inline-block;
}

.center-body {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ip-msg {
    font-size: 13px;
    font-weight: 500;
    opacity: .5;
    margin-bottom: 10px;
    display: block;
}

.mt-0 {
    margin-top: 0 !important;
}

.md-label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.awesomplete {
    width: 100%;
}

.btn-link {
    margin-top: 1rem;
    font-size: 15px;
    text-decoration: underline;
    color: var(--green800);
    font-weight: 500;
    min-height: auto;
}

body .read-field {
    font-size: 14px;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.read-field label {
    opacity: .5;
    padding-right: 5px;
    min-width: 100px;
}

.m-0 {
    margin: 0;
}

.pb-10px {
    padding-bottom: 10px;
}

.wraper-body {
    padding-top: 6rem;
}

body:has(.pick-body) {
    background-image: url(../App_Themes/New_Theme/img/stars.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

.radio-style td {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
}

.pt-10px {
    padding-top: 10px;
}

.opacity-1 {
    opacity: 1 !important;
}

.fields-style .form-group label.sublabel {
    font-size: 10px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.checkbox-style.checkbox-style-mb tr td {
    margin-bottom: 3px;
}

body .main-body div .pl-0 {
    padding-left: 0;
}

.table-div-scroll div {
    overflow: auto;
}

div:has(.table-boder) {
    overflow: unset !important;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: fixed;
    top: 0px;
}

.max-w-100 {
    max-width: 100%;
}

.text-decoration-underline {
    text-decoration: underline;
}

/*client dashboard*/
.client-container, .content-body {
    padding: 0 20px;
}

.header-style-2 {
    border-bottom: 1px solid var(--border-light);
}

.hs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-profile-div {
    position: relative;
}

.up-dropdown {
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid var(--border-light);
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 10px #00000012;
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.user-profile-div .profile-info {
    background: transparent;
    padding: 10px 0;
    gap: 6px;
    cursor: pointer;
}

.up-dropdown .titleLogin {
    font-size: 15px;
    opacity: .8;
    display: block;
    padding: 10px 12px;
}

.user-action-btn .ui-btn {
    font-size: 14px;
    background: #000;
    padding: 8px 12px;
}

.user-action-btn .ui-btn .material-symbols-rounded {
    font-size: 18px;
}

.user-action-btn .ui-btn * {
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.user-profile-div:hover .up-dropdown {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.client-dashboard .copyright-panel {
    margin: 0;
    color: #919191;
    padding: 5px;
}

.content-body {
    height: 100%;
    flex: 1;
}

.text-dark {
    color: #000;
}

body .text-center {
    text-align: center;
}

.header-list .dlMenu tbody {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.header-list .dlMenu tbody a {
    color: inherit;
}

.header-list .dlMenu tbody a:hover {
    text-decoration: underline;
}

.w-half {
    width: 50%;
}

.d-grid {
    display: grid;
}
.tree-list.h-85vh {
    height: calc(85vh - 65px);
}

.font12px {
    font-size: 12px;
}

.fw-bold-500 {
    font-weight: 500 !important;
}

.table-design.num-align-right td[align="right"] {
    text-align: right;
}

@media (max-width: 1600px) {
    .login-screen, .login-screen-doc {
        zoom: .8;
    }

        .login-screen-doc .login-screen {
            zoom: 1;
        }

    .modal-icon svg, .modal-icon img {
        height: 60px;
    }

    .modal-title h2 {
        font-size: 22px;
    }

    .modal-title p {
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .wraper-body {
        padding-top: 2rem;
    }

    .user-profile-div .profile-info {
        padding: 0;
    }

    .hs-header {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 10px 0;
        gap: 10px;
    }
}

@media (max-width: 700px) {
    .login-screen {
        padding: 24px;
    }

    .login-screen-doc {
        zoom: .85;
    }
}
