/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2025 | 11:58:23 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2025 | 11:52:14 */
/*           ___________________________________________
 *  ________|              Pages and Posts              |_______
 *  \       | styles below used when a specific effect  |      /
 *   \      | can not be done with Page Builder Modules |     /
 *   /      |___________________________________________|     \
 *  /__________)     BACKUP BEFORE CHANGING!     (_____________\  */

/* NOTE: CLASS= "classname" is input in Page Builder MODULE > Advanced > CSS ID & Classes */


/*       URL = all pages
      MODULE = (None) -- Wowassesments Loader
   CSS CLASS = ( no module inserts )
--------------------------------------------------*/
body.loader::before {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    opacity: 0.5;
    overflow-x: hidden;
    background-size: 200px !important;
    background: black url(https://engine-dev.winslowsolutions.us/wp-content/plugins/wowassessments-engine/images/loader.gif);
    min-width: 100%;
    position: fixed;
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999999999999999 !important;
    left: 0;
    right: 0;
}

.gfield--type-select.full-width .select2-container,
.wa-select2.full-width {
    width: 100%
}

/* ************************ *
*   WOW DASHBOARD WIDGETS  *
*(dupe of plugin settings?)*
 * ************************ */

/*       URL = /dashboard
     MODULE = (None) -- Dashboard sidebad menu notification badge
  CSS CLASS =  full-width-row
--------------------------------------------------*/
.full-width-row .notification-badge::after {
    content: '1';
    background: #ffbe00;
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: flex;
    flex: none;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    /*text*/
    color: #fff;
    font-size: 10px;
}




/*       URL = /dashboard
     MODULE = (None) -- Dashboard password sorting filter
  CSS CLASS = password-sorting-filter-container
--------------------------------------------------*/
.password-sorting-filter-container .et_pb_text_inner {
    border: 1px solid #eee;
}

.password-sorting-filter-container td:last-child {
    border-left: 1px solid #eee !important;
}

.password-sorting-filter-container td {
    padding: 3px 0px !important;
    font-size: 12px !important;
}

.password-sorting-filter-container td.active {
    /*active*/
    background: #eee;
}





/*       URL = /dashboard
     MODULE = (None) -- Dashboard client-consultant filter
  CSS CLASS = client-consultant-filter-container
--------------------------------------------------*/
.client-consultant-filter-container .et_pb_text_inner {
    border: 1px solid #eee !important;
}

.client-consultant-filter-container td:last-child {
    border-left: 1px solid #eee !important;
}

.client-consultant-filter-container td {
    padding: 0px 3px !important;
    font-size: 12px !important;
}

.client-consultant-filter-container td.active {
    /*active*/
    background: #abbdd3 !important;
}

span.user_edit_btn,
span.completed-participant-info {
    cursor: pointer;
}






.client-consultant-filter-container {
    border: 0;
    margin-top: 20px;
}

.client-consultant-filter-container .et_pb_tabs_controls {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
}





.client-consultant-filter-container .et_pb_tabs_controls li {
    height: auto !important;
    border: 0;
    float: left !important;
}




.client-consultant-filter-container .et_pb_tabs_controls li.et_pb_tab_active {
    background-color: #acbdd4;
    border-radius: 1px;
}

.client-consultant-filter-container .et_pb_tabs_controls li a {
    padding: 0 3px;
    line-height: initial;
}


.client-consultant-filter-container .et_pb_tab {
    padding: 0;
}


.dashboard #Completed-Profiles #dashboard-completed-profiles tbody td .view-report {
    cursor: pointer;
}




/* dashboard > password > allocate css */
#dashboardPasswordsModule table#manage_profile_passwords .user_manage_invetory {
    cursor: pointer;
}



/*       URL = /dashboard
     MODULE = (None) -- Dashboard widget setting gear icon
  CSS CLASS = .alam-split-post-setting-icon
--------------------------------------------------*/
.alam-split-post-setting-icon {
    font-size: 25px !important;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    border: 1px solid #c5c5c5 !important;
    /*text*/
    color: #979797 !important;
    background-color: white !important;
}

.alam-split-post-setting-icon:hover {
    /*--------------------hover-----------------------*/
    background-color: #c5c5c5 !important;
    /*text*/
    color: #fff !important;
}




/*       URL = /dashboard
     MODULE = (None) -- Dashboard widget setting form
  CSS CLASS = alam-split-post-setting-form
--------------------------------------------------*/
.alam-split-post-setting-form {
    background-color: white !important;
    box-shadow: 0 0 20px 0px #00000045 !important;
}





/*       URL = /dashboard
     MODULE = (None) -- Dashboard widget setting form save button
  CSS CLASS = alam-split-post-setting-form
--------------------------------------------------*/
.alam-split-post-setting-form .save-btn-con button {
    background: #3498db !important;
    /*text*/
    color: #ffffff !important;
}





/*       URL = /dashboard
     MODULE = (None) -- Dashboard Transactions widget (days filter)
  CSS CLASS = dashboard-transactions-days-filters
--------------------------------------------------*/
.dashboard-transactions-days-filters ul.days {
    border: 1px solid #e4e4e4 !important;
}

.dashboard-transactions-days-filters ul.days li {
    /*border in between*/
    border-right: 1px solid #e4e4e4 !important;
    padding: 3px 6px !important;
    font-size: 10px !important;
}

.dashboard-transactions-days-filters ul.days a {
    /*text*/
    color: #686868 !important;
}

.dashboard-transactions-days-filters ul.days .active {
    /*active*/
    background: whitesmoke !important;
}



.dashboard .allocate-password-section.transer-password .wa-select2,
.profiles #dashboardPasswordsModule .wa-select2,
.dashboard #dashboardPasswordsModule .allocate-password-section.transer-password .wa-select2+div,
.dashboard #dashboardPasswordsModule .allocate-password-section.transfer-password-verification [type="text"]+div {
    width: 100%;
    margin-bottom: 10px;
}


.dashboard #dashboardPasswordsModule .allocate-password-section.transer-password .wa-select2,
.dashboard #dashboardPasswordsModule .allocate-password-section.transfer-password-verification [type="text"] {
    margin-bottom: 0px;
}

.dashboard #dashboardPasswordsModule .allocate-password-section.transer-password select[name="profile_type"],
.dashboard #dashboardPasswordsModule .allocate-password-section.transfer-password-verification input[name="profile_type"] {
    margin-bottom: 30px;
}


.wrapper-dashboard-profiles-in-progress>#dashboard-profiles-in-progress_wrapper>.dataTables_filter,
.wrapper-dashboard-profiles-in-progress>#dashboard-profiles-in-progress_wrapper>.dataTables_processing,
.wrapper-dashboard-completed-profiles>#dashboard-completed-profiles_wrapper>.dataTables_filter,
.wrapper-dashboard-completed-profiles>#dashboard-completed-profiles_wrapper>.dataTables_processing {
    display: none !important;
}







/* NOTE: CLASS= "classname" is input in Page Builder MODULE > Advanced > CSS ID & Classes */

/* ************************ *
*       THEME BUILDER       *
* ************************ */

header.et-l--header>.et_builder_inner_content>.et_pb_section,
#et-main-area>#main-content>.page.type-page>.entry-content>.et-l--post>.et_builder_inner_content>.et_pb_section,
header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed .et_pb_menu__wrap .et_pb_menu__menu .et-menu li.collapse-sidebar:before {
    transition: 0.3s all;
}

/* Hides Form Description + Required Field Mark in Questionnaire */
.gfield_description,
.gfield_required {
    display: none
}

header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed {
    /* overflow-x: hidden; */
    border-right: 1px solid #d7d7d7;
    max-width: auto;
    width: 60px;
    overflow: visible;
}

#et-main-area>#main-content>.page.type-page>.entry-content>.et-l--post>.et_builder_inner_content>.et_pb_section.collapsed {
    padding-left: 85px;
}


header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed img {
    width: 30px;
}

header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed .et_pb_menu_inner_container,
header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed .et_pb_menu__wrap,
header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed .et_pb_menu__menu {
    display: inline-block;
    width: auto;
}



header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed .et_pb_text,
header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed .et_pb_image_1_tb_header {
    display: none;
}

header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed .et_pb_menu__wrap .et_pb_menu__menu .et-menu {
    display: inline-block;
    margin: 0;
}

header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed .et_pb_menu__wrap .et_pb_menu__menu .et-menu li {
    cursor: pointer;
    width: 45px;
    overflow: hidden;
    /* background: red; */
}


header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed .et_pb_menu__wrap .et_pb_menu__menu .et-menu li a {
    line-height: 1;
}

header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed .et_pb_menu__wrap .et_pb_menu__menu .et-menu li:hover {
    width: auto;
    overflow: visible;
    background-color: #fff;
    box-shadow: 0px 0 7px 0px rgb(0 0 0 / 63%);
}


header.et-l--header>.et_builder_inner_content>.et_pb_section.collapsed .et_pb_menu__wrap .et_pb_menu__menu .et-menu li.collapse-sidebar:before {
    transform: rotate(180deg);
}



/* header h1 styling */
.account_setting_info {
    display: inline-block;
}





/*       URL = all pages
     MODULE = Menu (Divi > Theme Builder > Global Header > Menu)
  CSS CLASS = full-width-row
--------------------------------------------------*/
.full-width-row .et-menu li {
    border-radius: 10px;
    align-items: center !important;
    gap: 10px;
    height: 50px;
}

.full-width-row .et-menu li a {
    line-height: 50px;
    padding: 0 !important;
}

.full-width-row .et-menu li,
.full-width-row .et-menu li a {
    width: 100%;
}

.full-width-row .et-menu li a {
    background-color: transparent;
}

.full-width-row #menu-dashboard-menu-1 [class^="dashicons-"]:before,
/*------------------------------------------------*/
.full-width-row #menu-dashboard-menu-2 [class^="dashicons-"]:before {
    /*menu icon*/
    font-family: "dashicons";
    /*menu icon*/
    font-size: 24px;
}

.full-width-row .current-menu-item {
    /*current page*/
    background-color: white;
}

.full-width-row.secondry-menu .et-menu li:last-child {
    /*Logout ink*/
    /*margin-top: 8vh;*/
}






/*       URL = /lobby
     MODULE = (None) -- Notification Bell Icon
  CSS CLASS = ( no module inserts )
--------------------------------------------------*/
.wow-notification-icon {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

.wow-notification-icon .icon {
    /*icon*/
    font-size: 35px !important;
}

.wow-notification-icon .badge {
    /*--------------------badge-----------------------*/
    background-color: #e50000 !important;
    /*text*/
    color: #fff !important;
}





/*       URL = /user-wow-notification-page
     MODULE = (None) -- Notification Page Modal
  CSS CLASS = ( no module inserts )
--------------------------------------------------*/
.notification-container .notify-modal-btn,
/*---------------Modal Trigger Button-------------*/
.notification-container .notify-slide-btn {
    background: #ddd !important;
}

.notification-container .notify-modal-btn .title,
/*-----------Modal Trigger Button Title----------*/
.notification-container .notify-slide-btn .title {
    /*text*/
    color: #666 !important;
}

.notification-container .notify-modal-btn:hover,
/*-----------Modal Trigger Button hover----------*/
.notification-container .notify-slide-btn:hover {
    background: #b7b7b7 !important;
    /*text*/
    color: #fff !important;
}






/*       URL = /user-wow-notification-page
     MODULE = (None) -- Notification Page Modal
  CSS CLASS = ( no module inserts )
--------------------------------------------------*/
.notify-modal {
    background: #ffffff !important;
    box-shadow: 0 0 15px 0px #0000005c !important;
}

.notify-modal.show {
    /*when visible*/
    top: 150px;
}

.notification-container .notify-modal-btn .trash-icon,
/*--------------trash/delete icon-----------------*/
.notification-container .notify-slide-btn .trash-icon {
    /*text*/
    color: #545454 !important;
}

.notification-container .notify-modal-btn .trash-icon:hover,
/*-------------------hover-------------------------*/
.notification-container .notify-slide-btn .trash-icon:hover {
    background-color: #cb0000 !important;
    /*text*/
    color: #fff !important;
}




/* Required for view report modal top section */


/* **************************************** *
*       PROFILE PAGE VIEW REPORT MODAL      *
* ******************************************/


/*       URL = /profiles
     MODULE = (None) -- Top Left Section Participant info
  CSS CLASS = ( no module inserts )*/
/*------------------------------------------------*/
.modal.fade.in {
    background: rgb(0 0 0 / 75%);
}

/*------------------------------------------------*/
.wow-participent-info {
    display: grid;
    position: sticky;
    margin-bottom: 30px;
    gap: 20px;
    /*------------------------------------------------*/
    width: 100%;
    grid-template-columns: 1fr 1fr;
    top: -1px;
    background: #fff;
    z-index: 3;
}

/*------------------------------------------------*/
.wow-participent-info .participent-info p:first-child {
    white-space: nowrap;
    font-weight: bold;
}

/*------------------------------------------------*/
.wow-participent-info>div {
    display: flex;
    align-items: center;
}

.wow-participent-info>div:nth-child(2) {
    /*------------------------------------------------*/
    justify-content: end;
    flex-direction: column;
    gap: 17px;
}

.wow-participent-info .participent-info {
    /*------------------------------------------------*/
    min-width: 100%;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    align-items: center;
    border: 2px solid black;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 #0000003d;
    /*In Between*/
    gap: 5px;
}

.wow-participent-info .participent-info p {
    padding: 0;
    text-transform: capitalize;
    font-size: 19px;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    font-weight: 100;
}




/*       URL = /profiles
     MODULE = (None) -- Top Right Position Change DropDown
  CSS CLASS = ( no module inserts )
----------------- Button -------------------------*/
.wow-participent-info .position-dropdown {
    width: auto !important;
    white-space: initial !important;
    border-radius: 50px !important;
    border: 5px solid #acbed6;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0 0 10px 0 #0000003d;
    /*--------------- Dropdown Menu ------------------*/
}

.wow-participent-info .wow-dropdown-menu {
    overflow-y: auto;
    position: absolute;
    z-index: 999999;
    /*------------------------------------------------*/
    top: 100%;
    right: -2px;
    width: fit-content;
    left: -15px;
    padding: 0;
    border: 2px solid;
}

.wow-participent-info .wow-dropdown-menu a {
    letter-spacing: 0.5px;
    justify-content: center;
    transition: 0.1s;
    border-bottom: 2px solid;
}

.wow-participent-info .wow-dropdown-menu {
    border-radius: 7px;
    box-shadow: 0 0 25px 0 #00000047;
    max-height: 340px;
    background: white;
}

.wow-participent-info .wow-dropdown-menu a {
    display: flex;
    white-space: nowrap;
    padding: 5px 15px;
    font-family: arial !important;
    /*text*/
    color: #000;
    font-weight: bold;
}

.wow-participent-info .wow-dropdown-menu a:hover {
    /*hover*/
    background-color: #cdcbcc;
}






/*       URL = /profiles
     MODULE = (None) -- Top Right Switch Parent container
  CSS CLASS = ( no module inserts )
----------------- Button -------------------------*/
.cursor-pointer {
    cursor: pointer
}

.wow-participent-info>div:nth-child(2)>.switch-outer {
    display: flex;
    /*margin of outer border*/
    gap: 15px;
}

.wow-participent-info>div:nth-child(2)>.switch-outer>div .switch {
    display: flex;
    align-items: center;
    /*margin nearby switch*/
    gap: 7px;
}

.wow-participent-info>div:nth-child(2)>.switch-outer>div {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 5px 10px;
}

.wow-participent-info>div:nth-child(2)>.switch-outer>div .switch input[type="checkbox"] {
    display: none;
}

/*------------------------------------------------*/
.wow-participent-info>div:nth-child(2)>.switch-outer>div .switch .slider {
    position: relative;
    cursor: pointer;
    /*------------ Green Switch Container ------------*/
    display: inline-block;
    transition: 0.3s;
    height: 18px;
    width: 36px;
    background-color: #7dc45c;
    border-radius: 50px;
    /*------------------------------------------------*/
}

.wow-participent-info>div:nth-child(2)>.switch-outer>div .switch .slider::after {
    /*--------------- White Switch Dot ----------------*/
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: 0.3s;
    height: 12px;
    width: 12px;
    background-color: white;
    border-radius: 50px;
    /*------------------------------------------------*/
}

.wow-participent-info>div:nth-child(2)>.switch-outer>div .switch input[type="checkbox"]:checked+.slider:after {
    left: 21px;
}

/*------------- When Switch checked --------------*/
.wow-participent-info>div:nth-child(2)>.switch-outer>div .switch input[type="checkbox"]:checked+.slider {
    background-color: #447fc3;
}






/*       URL = /profiles
     MODULE = (None) -- View Report Table
  CSS CLASS = ( no module inserts )
--------------------------------------------------*/
.custom-pcs-table-container table .inner-tr td:nth-child(1) {
    cursor: pointer;
}

/*------------------------------------------------*/
.container.participant-info-wrap.profile-inner-page {
    width: 100% !important;
    padding: 0;
}

/*------------------------------------------------*/
.participant-info-wrap .pcs-tables-container .custom-pcs-table-container table:nth-child(even)

/*------------------------------------------------*/
    {
    justify-self: flex-end;
}

/*------------------------------------------------*/
.custom-pcs-table-container table {
    max-width: 430px;
    min-width: 400px;
    box-shadow: 0 0 10px 0 #0000003d;
}

.custom-pcs-table-container .trt-title {
    /*table title*/
    text-transform: uppercase;
}

.custom-pcs-table-container .trt-table {
    border-collapse: separate;
    margin-bottom: 0;
    padding: 5px;

    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000029;
    border: 2px solid #164986 !important;
    border-radius: 10px;
    /* overflow: hidden; */
}

/*-------------------- TD ------------------------*/
.custom-pcs-table-container .trt-table tr td {
    outline: none;
    border: 1px solid #000 !important;
}

.custom-pcs-table-container td {
    padding: 4px 0;
}

/*------------------------------------------------*/
.custom-pcs-table-container .trt-table td .tick-mark {
    right: 45%;
}

/*----------------- Blue bar ---------------------*/
.custom-pcs-table-container .trt-table td .tick-mark {
    background: linear-gradient(180deg, #a2c7e1 0%, #415bc6 100%) !important;
    border: 0 !important;
    height: 6px;
}





/* **************************************** *
*           PARTICIPANT INFO MODAL          *
* ******************************************/

/*       URL = /profiles
     MODULE = (None) -- Top Right Switch Parent container
  CSS CLASS = ( no module inserts )
----------------- Button -------------------------*/
/*------------------------------------------------*/
#viewModalDynamicParticipentInfoModal .modal-header {
    padding: 0;
}

#viewModalDynamicParticipentInfoModal

/*------------------------------------------------*/
.modal-header .close {
    position: absolute;
    right: 1px;
    top: 2px;
    z-index: 99999;
    border: 2px solid #575757;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #fff;
}

#viewModalDynamicParticipentInfoModal .modal-content {
    overflow-x: hidden;
}

#viewModalDynamicParticipentInfo {
    padding: 0 15px;
}

#viewModalDynamicParticipentInfo .modal-dialog {
    max-width: 430px;
}

#viewModalDynamicParticipentInfoModal {
    margin: 0 auto;
}



#viewModalDynamicParticipentInfoModal .decision-criteria {
    display: inline-block;
    min-width: 230px;
    border-bottom: 2px solid #f1b25c;
    margin-bottom: 20px;
    font-family: 'Cinzel', sans-serif;
    color: #114B8A;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 0;
}

#viewModalDynamicParticipentInfoModal .participant-net-score .pns-title {
    font-weight: bold;
    font-family: arial;
    font-style: italic;
    font-size: 20px;
}

#viewModalDynamicParticipentInfoModal .participant-net-score .pns-score {
    background-color: var(--bg-color);
    padding: 3px 10px;
    font-weight: bold;
    font-family: arial;
    border: 0.5px var(--bg-color);
    border-style: outset;
    font-size: 20px;
    border-radius: 5px;
}


#viewModalDynamicParticipentInfoModal table.part-score-points {
    margin: 20px auto;
    min-width: 400px;
    font-weight: bold;
    color: #000;
    border: 0;
}



#viewModalDynamicParticipentInfoModal table.part-score-points td {
    padding: 2px 7px 2px;
    border: 0;
}

#viewModalDynamicParticipentInfoModal table.part-score-points td span {
    background-color: var(--bg-color);
    display: block;
    padding: 5px 6px;
    line-height: 1;
}




#viewModalDynamicParticipentInfoModal table.part-score-points span {
    font-family: arial;
}


#viewModalDynamicParticipentInfoModal .trait-score-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
    border: 1px solid hsl(0deg 0% 72.16%) !important;
    border-radius: 7px;
    padding: 0px 10px;
    font-weight: bold;
    color: #000;
}

#viewModalDynamicParticipentInfoModal .trait-score-points>div {
    font-family: arial;
    font-style: normal;
}

#viewModalDynamicParticipentInfoModal .divider {
    clear: both;
    height: 3px;
    width: 230px;
    border-bottom: 2px solid #f1b25c;
    margin: 20px auto;
}



#viewModalDynamicParticipentInfoModal .summury-score p {
    font-weight: bold;
    font-family: arial;
}

#viewModalDynamicParticipentInfoModal .summury-score {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



#viewModalDynamicParticipentInfoModal .summury-score>div {
    padding: 0;
    width: 176px;
}


#viewModalDynamicParticipentInfoModal .summury-score>div>p {
    font-size: 15px;
    color: #000;
}


#userAccountSetting .modal-user-icon {
    border-radius: 500px;
    overflow: hidden;
    height: 75px;
    width: 75px;
    margin: 0 0 15px;
    border: 1px solid #c5c5c5;
}


#userAccountSetting .edit-user-modal-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #13957d;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
}

#userAccountSetting .user-detail-table {
    margin-top: 15px;
}

#userAccountSetting .user-detail-table td {
    border: 1px solid #d9d9d9;
}



#profile_overview_list_processing {
    background: #00000069;
    top: 25px;
    position: absolute;
    height: 100%;
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 100px;
}






/* **************************************** *
*           TRAIT DEFINATION MODAL          *
* ******************************************/

/*       URL = /profiles
     MODULE = (None) -- Trait Defination Modal
  CSS CLASS = ( no module inserts )
--------------------------------------------------*/
#viewModalDynamicTraitDefinitionsContent .modal-dialog {
    width: 100%;
}

/*------------------------------------------------*/
#viewModalDynamicTraitDefinitionsContent .modal-content {
    max-width: 90vw;
    margin: auto;
    ;
}


/*---------------- Modal Header ------------------*/
#viewModalDynamicTraitDefinitionsContent .modal-header {
    border: 0;
    padding: 0 15px;
}

/*----------------- Modal Title ------------------*/
#viewModalDynamicTraitDefinitionsContent .modal-header h3 {
    padding-top: 15px;
    padding-bottom: 0;
    /*text*/
    color: #164985;
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
    display: inline-block;
    text-align: left;
}







/*       URL = /profiles
     MODULE = (None) -- All Modal Close Icon
  CSS CLASS = ( no module inserts )
--------------------------------------------------*/
#completedAllWinslowreportModal .modal-header .close,
#viewModalDynamicInterpersonalreport .modal-header .close,
/*------------------------------------------------*/
#viewModalDynamicTraitDefinitionsContent .modal-header .close,
#completedreportModal .modal-header .close span {
    position: absolute;
    z-index: 99999;
    line-height: 0;
    right: 1px;
    top: 2px;
    border: 2px solid #575757;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background-color: #fff;
    display: inline-block;

}






/* **************************************** *
*       DYNAMIC INTERPERSONAL MODAL         *
* ******************************************/


/*       URL = /profiles
     MODULE = (None) -- Trait Defination Modal
  CSS CLASS = ( no module inserts )
--------------------------------------------------*/
#viewModalDynamicInterpersonalreport .modal-dialog {
    width: 100%;
}

/*------------------------------------------------*/
#viewModalDynamicInterpersonalreport .modal-content {
    max-width: 90vw;
    margin: auto;
}

/*---------------- Modal Header ------------------*/
#viewModalDynamicInterpersonalreport .modal-header {
    border: 0;
    padding: 0 15px;
}

/*----------------- Modal Title ------------------*/
#viewModalDynamicInterpersonalreport .modal-header h3 {
    text-align: left;
}

#viewModalDynamicInterpersonalreport .score-title {
    /*text*/
    color: #164985;
    display: inline-block;
    text-decoration-thickness: from-font;
    font-weight: bold;
    text-decoration: underline;
    margin: 12px 0 15px 0;
    font-size: 18px;
}

.dynamic-interpersonal-trait-text{
    overflow-y: scroll !important;
    height: 80vh !important;
    width: 100% !important;
}






.alam-split-post-container .password-activated-success {
    color: #3c763d;
    text-align: center;
    font-size: 21px;
    margin-top: 50px;
    border: 1px solid #3c763d;
    padding: 10px 0;
    border-radius: 5px;
    background-color: #3c763d1f;
}


/* dashboard activate password  validation error */
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    border-radius: 5px;
}




/* questionnaire page questions animation css */
.questionnaire .gform_body {
    overflow: hidden;
}

.gform_page {
    transition: transform 1s ease-in-out;

}

.gform_page.current {
    transform: translateX(0);
    height: auto !important;
    display: block !important;
}

body.questionnaire .gform_page.prev {
    transform: translateX(-100%);
    display: block !important;
    height: 0;
}

body.questionnaire .gform_page.next {
    transform: translateX(100%);
    display: block !important;
    height: 0;
}

/* .gform_page.next-to-next{
   transform: translateX((100%);
   height: auto !important;
   display: block !important;
} */



/* .questionnaire page questions animation css */




/* questionnaire page Your Profile Results page css */

.profile-results-biased h1 {
    color: #fe0600;
    font-size: 50px;
    text-align: center;
    line-height: 1;
}

.profile-results-biased h2 {
    text-align: center;
    margin: 50px 0;
    font-weight: 700;
}

.profile-results-biased .biased-content {
    border: 2px solid #686868;
    border-radius: 30px;
    padding: 40px;
}

.profile-results-biased .biased-content p {
    color: #000;
    font-size: 22px;
    line-height: 28px;
}


.profile-results-biased .biased-content p .txt-blue {

    color: #4069fb;
}

.profile-results-biased .retake-btn {
    display: flex;
    justify-content: center;
}

.profile-results-biased .retake-btn a {
    background-color: #1eae00;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 15px;
    color: #fff;
    font-size: 20px;
    margin-top: 70px;
}

.gf_progressbar_title {
    display: none;
}

/* .questionnaire page Your Profile Results page css */


#gf_progressbar_wrapper_19,
#gf_progressbar_wrapper_28 {
    display: none;
}




.show-report-in-pdf {
    font-size: 40px;
    cursor: pointer;
    margin-left: 20px;
}




#completedAllWinslowreportModal {
    max-width: 80%;
}



#viewModalDynamicParticipentInfoModal .modal-header .close span,
#completedAllWinslowreportModal .modal-header .close span {
    line-height: 0.7;
    display: block;
}

#completedAllWinslowreportModal .modal-header {
    /* position: absolute; */
    border: 0;
    padding: 0 15px;
}

#completedAllWinslowreportModal .modal-header h3 {
    text-align: left;
}





#completedAllWinslowreportModal.modal-dialog,
#viewModalDynamicParticipentInfoModal {
    margin: 0 auto;
}

#completedAllWinslowreportModal.modal-dialog iframe {
    height: 91vh;
}





.entry-content111 .et_pb_row {
    width: 100% !important;
    padding: 0 !important;
}


@keyframes rotate {
    to {
        transform: translate(-45%, -50%) rotate(360deg);
    }
}


@media only screen and (max-width: 1080px) and (min-width: 980px) {}

@media screen and (max-width: 930px) {


    .participant-info-wrap .pcs-tables-container .custom-pcs-table-container table {
        margin: auto;
    }
}


@media screen and (max-width: 713px) {
    .custom-pcs-table-container {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width: 700px) {
    #completedAllWinslowreportModal {
        max-width: 95%
    }
}

@media screen and (max-width: 633px) {


    html,
    body {
        overflow-x: hidden;
    }

    .wow-participent-info>div:nth-child(2)>div.switch-outer>div {
        width: calc(100% - 2px);
    }

    .wow-participent-info {
        grid-template-columns: 100%;
    }

    .wow-participent-info .wow-dropdown-menu {
        left: 2px;
    }

    .wow-participent-info>div:nth-child(2) {
        flex-direction: row;
        justify-content: space-between;
    }

    .wow-participent-info>div:nth-child(2)>div.switch-outer {
        flex-direction: column;
        gap: 5px;
        width: auto;
    }
}

@media screen and (max-width: 580px) {
    #completedAllWinslowreportModal {
        padding: 0;
    }

}



@media screen and (max-width: 520px) {


    #viewModalDynamicParticipentInfoModal table.part-score-points {
        min-width: 95%;
    }

    #viewModalDynamicParticipentInfo .modal-dialog {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {


    .wow-participent-info>div:nth-child(2) {
        justify-content: center;
    }

    #completedAllWinslowreportModal .modal-body,
    .row.pcs-tables-container,
    #completedAllWinslowreportModal .modal-header,
    #completedAllWinslowreportModal .modal-header h3 {
        padding: 0;
    }

    #viewModalDynamicParticipentInfoModal .summury-score {
        justify-content: center;
    }

    .wow-participent-info>div:nth-child(2)>div.switch-outer>div {
        padding: 5px 3px;
    }

    .wow-participent-info>div:nth-child(2) {
        gap: 5px;
    }
}

@media screen and (max-width: 360px) {
    .participant-info-wrap .pcs-tables-container .custom-pcs-table-container td span {
        font-size: 11px;
    }
}


@media screen and (max-width: 345px) {
    #viewModalDynamicParticipentInfoModal .trait-score-points {
        grid-template-columns: 1fr;
    }

    #viewModalDynamicParticipentInfoModal .trait-score-points>div {
        width: fit-content;
        margin: auto;
        padding: 0 2%;
    }
}







/** Table **/


.participant-report-row .widget_sow-editor.panel-first-child .siteorigin-widget-tinymce {
    border: double;
}

.custom-pcs-table-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    margin-bottom: 15px;
}

.analytics .custom-pcs-table-container {
    margin: 0;
    display: block;
}

.analytics .custom-pcs-table-container table {
    margin: 30px auto 50px;
}

/* 
.custom-pcs-table-container .table {
   margin-bottom: 0 !important;
} */

.table:not(.table-bordered)>tbody>tr>td,
.siteorigin-widget-tinymce table,
.table:not(.table-bordered)>tbody>tr>th {
    border: 0;
}

.custom-comp-table-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.custom-comp-table-wrap .summary-item {
    margin: 0;
}

.custom-comp-table-wrap .summary-item .table {
    margin-bottom: 10px !important;
}

.custom-comp-table-wrap .summary-item th,
.custom-comp-table-wrap .summary-item td {
    border-top: 1px solid #000 !important;
}

#participant-report #container h5,
#manager-report #container h5 {
    margin-bottom: 10px;
    margin-top: 20px;
}



.participant-info-wrap {
    /* margin-bottom: 50px; */
}

.participant-info-wrap .btn {
    width: 160px;
}

/*
PCS Positions table style
*/
.pcs-position-title {
    font-size: 20px !important;
}

.pcs-position-title span {
    -webkit-print-color-adjust: exact;
    background-color: #507093 !important;
    color: #fff !important;
    padding: 10px 30px;
    margin: 5px 0 15px;
    display: inline-block;
    line-height: 1;
    border: 1px solid #ACBED6;
    border-radius: 0;
    box-shadow: inset rgb(100 131 159) 0px 2px 0px 2px, rgb(63 87 112) 1px -1px 1px 3px inset;
}

/* 
.pcs-single-container > div > h5 {
   border: solid 1px #666;
   margin-bottom: 0 !important;
   border-bottom: none;
   padding: 10px 0;
   text-decoration: none !important;
   margin-top: 0 !important;
}
*/
.pcs-tables-container .trt-table td:nth-child(2) {
    overflow: hidden;
}

.pcs-tables-container .trt-table td {
    position: relative;
    padding: 4px 0;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.8px;
}

.pcs-tables-container .trt-table td:first-child {
    padding-left: 7px;
    text-align: left;
}


.pcs-tables-container .trt-table tr:first-child td {
    font-weight: normal;
}

.pcs-tables-container .trt-table tr:nth-child(2) td {
    font-size: 12px;
}

.pcs-tables-container .trt-table tr:nth-child(2) td:first-child {
    font-size: 13px;
    font-family: 'originaltrajanprobold' !important;
}

.pcs-tables-container .trt-table tr:first-child,
.pcs-tables-container .trt-table tr:nth-child(2) td:first-child,
.comp-table-wrap .summary-item h5 {
    /*font-family: sf_pro_display !important;*/
}

.trt-table td {
    color: #0f4a89;
    /* border: 2px solid #000 !important; */
    /* border-collapse: collapse; */
}


.trt-table tr td:last-child {
    /* border-right: 1px solid #000 !important; */
}


.trt-table .trt-title {
    font-size: 20px !important;
    text-align: center !important;
    padding: 12px 0 !important;
}

.pcs-tables-container .trt-table td .tick-mark {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ffffff;
    background: rgb(189, 205, 246);
    background: linear-gradient(180deg, rgba(189, 205, 246, 1) 0%, rgba(67, 114, 226, 1) 100%) !important;
    -webkit-print-color-adjust: exact;
    z-index: 1;
    border-left-color: transparent;
}

.first-tr {
    border-top: 1px solid #666;
}

.clr-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* display: block; */
    position: absolute;
    left: 0;
    top: 0;
    /* z-index: -1; */
}

.pcs-tables-container .tr li.table-col-1 {
    width: 35%;
    border-left: 1px solid #666;
    text-align: left;
    z-index: 9;
    background: #fff !important;
    -webkit-print-color-adjust: exact;
}

.text-blue {
    color: #164985;
    font-weight: 600;
}

/*
Position Summary Data style
*/
.pos-sum-data {
    border: solid 1px #ddd;
    margin-top: 0;
}

.pos-sum-data .alert.alert-success {
    margin-bottom: 5px;
}

.scoring-range-wrap.long-text {
    /* border: solid 1px #ddd; */
    margin-left: 10px;
    margin-bottom: 5px;
    float: left;
    margin-top: 6px;
}

.scoring-range-wrap.long-text>h5 {
    text-decoration: none !important;
    font-size: 18px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.table-tick {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 70%;
    object-fit: contain;
    z-index: 2;
}

ul.tr {
    margin-bottom: 0;
}


/** .Table **/
/* Report section */

/* .Profile overview css */















/* participant page css */
/* 
#page-container.participant .questionnaire .et_pb_row {
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 100vh;
}


#page-container.participant #container.participant .entry-content {
   display: flex;
   justify-content: center;
   align-items: center;
}


#page-container.participant .questionnaire .et_pb_css_mix_blend_mode_passthrough {
   border: 1px solid #dbdbdb;
   width: 450px;
   padding: 25px;
   border-radius: 7px;
   box-shadow: 0 0 10px 0 #dbdbdb;
}

#page-container.participant .questionnaire .et_pb_css_mix_blend_mode_passthrough>div:nth-child(1) .et_pb_text_inner {
   display: flex;
   justify-content: end;
   margin-bottom: 15px;
}

#page-container.participant .questionnaire .et_pb_css_mix_blend_mode_passthrough .english_form,
#page-container.participant .questionnaire .et_pb_css_mix_blend_mode_passthrough>div:nth-child(1) {
   margin: 0;
}

#page-container.participant .questionnaire .et_pb_css_mix_blend_mode_passthrough h1,
#page-container.participant .et_pb_section {
   padding: 0;
}


#page-container.participant .questionnaire .et_pb_css_mix_blend_mode_passthrough br {
   display: none;
}

#page-container.participant .questionnaire .et_pb_css_mix_blend_mode_passthrough span {
   width: 300px;
   margin: auto;
   display: flex;
   flex-flow: column;
   align-items: center;
}

#page-container.participant .questionnaire .et_pb_css_mix_blend_mode_passthrough span input[type="text"] {
   min-width: 100%;
   margin-bottom: 9px;
   outline: none;
   border-radius: 4px;
   margin-top: 25px;
}

#page-container.participant .questionnaire .lang_select {
   border-radius: 4px;
}
*/
/* .participant page css */



/* questionnaire page css */

/* #page-container.questionnaire .et_pb_css_mix_blend_mode_passthrough .et_pb_module_inner>.et_pb_module {
   background-color: #fff;
   border-radius: 30px;
   padding: 30px;
   box-shadow: 0 0 7px 5px #00000026;
}
*/

/* 

#page-container.questionnaire #form_lang_select {}

#page-container.questionnaire .et_pb_css_mix_blend_mode_passthrough .gform_legacy_markup_wrapper .gform_page_footer {
   border: 0;
}

#page-container.questionnaire .et_pb_css_mix_blend_mode_passthrough .gform_legacy_markup_wrapper .gform_page_footer input[type="button"] {
   background-color: #0c7f92;
   border: 0;
   border-radius: 3px;
   padding: 9px 25px;
   color: #fff;
}

.gform_ajax_spinner::before {
   content: "";
   display: inline-block;
   height: 10px;
   width: 10px;
   background-color: red;
}
.gform_ajax_spinner::before {
   content: "";
   display: inline-block;
   height: 10px;
   width: 10px;
   background-color: red;
}
*/


/* gravity form login screen loader*/

#gformAddClient .gform_footer,
.alam-split-post-container #Activate-Password .gform_footer,
.alam-split-post-container #Add-Client .gform_footer,
#gformAddConsultant .gform_footer,
#gformAddClient .gform_footer,
#gformActivatePassword .gform_footer {
    display: flex;
    gap: 15px;
    align-items: center;
}



#gformActivatePassword .gform_footer .gform_ajax_spinner,
.alam-split-post-container #Activate-Password .gform_footer .gform_ajax_spinner,
.alam-split-post-container #Add-Client .gform_footer .gform_ajax_spinner,
#gformAddClient .gform_footer .gform_ajax_spinner,
#gformAddConsultant .gform_footer .gform_ajax_spinner,
#gformAddClient .gform_footer .gform_ajax_spinner {
    position: initial;
    height: 40px;
    width: 40px;
    transform: none;
}


.gform_ajax_spinner {
    position: fixed;
    top: 50vh;
    left: 50%;
    height: 100px;
    width: 100px;
    transform: translate(-50%, -50%);
}



.questionnaire .gform_body .gform_page:first-child #form_lang_select {
    margin: 0 0px 20px !important;
    display: block;
}

/* .questionnaire page css */







/* ************************ *
*           ALAM CSS        *
* ************************ */


/* lobby page design css */
#page-container.lobby header {
    display: none;
}

/* .lobby page design css */














/* 
.wow-iframe-loader::after {
   content: "";
   height: 50px;
   width: 50px;
   display: block;
   position: fixed;
   top: 40vh;
   left: 50%;
   border: 5px solid white;
   border-top-color: transparent;
   border-radius: 500px;
   transform: translate(-45%, -50%);
   animation: rotate 1s ease-in-out infinite;
}

.wow-iframe-loader::before {
   content: "";
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: #00000096;
} */








.participant-info-wrap .pcs-tables-container .trt-table caption,
.participant-info-wrap .pcs-tables-container .custom-pcs-table-container tbody tr:first-child td:first-child {
    font-family: 'Cinzel', sans-serif;
    font-weight: 600;
}


.participant-info-wrap .pcs-tables-container .trt-table caption {
    color: rgb(15, 74, 137);
    cursor: pointer;
}

.participant-info-wrap .pcs-tables-container .custom-pcs-table-container td,
.participant-info-wrap .pcs-tables-container .custom-pcs-table-container td span {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold !important;
}



/* dashboard user name modal fix with css */
#userAccountSetting .modal-body>.wps_wcb_wallet_display_wrapper {
    display: none;
}

::-webkit-scrollbar {
    width: 0;
}


/* 

::-webkit-scrollbar {
   width: 8px;
   background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
   background-color: #dfdfdf;
}
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   border-radius: 10px;
   background-color: #ffffff;
}
*/



/* login page css start */

.et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
    width: 100%;
    padding: 0px;
    color: #af0000;
    /* color red for error msgs*/
    font-size: 12px;
    line-height: 20px;
}

.et_pb_forgot_password a {
    color: #666;
}


/* media query for sidebar  */


@media only screen and (max-width: 980px) {
    #et-main-area .entry-content>div>div>div {
        padding-left: 0;
    }


    header>.et_builder_inner_content>.et_pb_section--fixed {
        position: absolute !important;
        /*     background-color: yellow !important; */
        /*     height: auto; */
        /*     top: -100%; */
        /*    padding: 0; */
    }

    /* 
 header>.et_builder_inner_content>.et_pb_section--fixed>div{
   background-color: red;
   height: 0;
   overflow: hidden;
 }

 header>.et_builder_inner_content>.et_pb_section--fixed::before{
   content: 'Menu';
   display: block;
   height: 50px;
   width: 50px;
   border: 1px solid #ccc;
   line-height: 50px;
   text-align: center;
 } 
   */
}




/* .media query for sidebar  */



/* css for tabs in account setting modal */

ul.et_pb_tabs_controls:after,
.et_pb_tabs_controls li {
    position: static !important;
}





/* /edit-custom-profile/ and /profiles/add-custom-profile/ and /custom-profiles/ css start  */
.mb-30 {
    margin-bottom: 30px;
}



.add-custom-profile #addcustomform label.form-label {
    display: block;
}

.add-custom-profile #addcustomform #selectedlogo {
    height: 110px !important;
    width: auto !important;
}


#companyBadgeInfoEdit input[type="text"],
.custom-profiles input[type="text"],
.custom-profiles input[type="number"],
.edit-custom-profile #addcustomform input[type="text"],
.add-custom-profile #addcustomform input[type="text"],
.custom-profiles #rename_pcs_position select,
#edit_each_user_info select,
#edit_each_user_info textarea,
#edit_each_user_info [type="text"],
#edit_each_user_info [type="email"],
#edit_each_user_info [type="password"],
#edit_each_user_info .default-display-name-publicly-as input,
#edit_each_user_info [type="number"],
#editUser [type="text"],
#editUser select,
#commonModalContainer select,
.password-accounting-container select,
.password-inventory-container [type="text"],
.allocate-password-section [type="text"],
.allocate-password-section select,
#editManageProfilePassword [type="number"],
.analytics-group-pcs-summary-charts select,
.relationship-client-list select,
#addProductModal [type="text"],
#addProductModal select,
#editProductModal [type="text"],
#editProductModal select,
.purchase-history .transaction-information-lists select,
#editJvpsModal [type="text"],
#editJvpsModal [type="email"],
#editJvpsModal [type="password"],
#editJvpsModal select,
#editJvpsModal textarea,
[type="search"],
#addJvpsModal [type="text"],
#addJvpsModal [type="email"],
#addJvpsModal [type="password"],
#addJvpsModal select,
#showparticipantaddtogroup select,
#showparticipantaddtogroup [type="text"],
#addJvpsModal textarea,
.transfer_client_section select,
.edit_client_info_form_modal select,
.edit_client_info_form_modal [type="text"],
.edit_client_info_form_modal [type="password"],
.edit_client_info_form_modal [type="number"],
.edit_client_info_form_modal [type="email"],
.edit_client_info_form_modal textarea,
#modalCommonConsultants [type="text"],
#modalCommonConsultants [type="password"],
#modalCommonConsultants [type="number"],
#modalCommonConsultants [type="email"],
#modalCommonConsultants textarea,
#modalCommonConsultants select,
.manage-clients [type="text"],
.profile-subscriptions-list [type="number"],
.profile-subscriptions-list [type="date"],
.checkout [type="text"],
.checkout [type="email"],
.checkout [type="tel"],
.checkout textarea,
.checkout select,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce .quantity input.qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.page-transaction-reports select,
#addJvpsModal [type="date"] {
    border-width: 2px;
    border-style: solid;
    border-color: #e4e4e4;
    border-radius: 12px;
    padding: 8px 12px;
    /*     display: block; */
    display: inline-block;
    width: 100%;
    box-shadow: none;
    height: auto;
    line-height: 1;
    margin-bottom: 15px;
}

.custom-profiles input[type="number"] {
    padding: 4px 12px;
}

.gform_confirmation_wrapper+p>button.noPrint,
.add-custom-profile #addcustomform .upload_btn,
.edit-custom-profile #addcustomform .upload_btn,
.edit-custom-profile #addcustomform .wrdif-add-pcs-position,
.edit-custom-profile #addcustomform .wrdif-active-pcs-positions,
.edit-custom-profile #addcustomform input[type="submit"],
.edit-custom-profile #addcustomform .view-trait-analysis-samble,
.add-custom-profile #addcustomform .view-trait-analysis-samble,
.custom-profiles [type="submit"],
#edit_each_user_info [type="submit"],
.custom-profiles .gear-btn,
.custom-profiles .portlet .trash_profile,
.custom-profiles .add-custom-profile,
#profileOverviewRemove .btn-archive,
#editUser [type="submit"],
#commonModalContainer .btn-view-html,
#commonModalContainer .btn-regenerate,
.add-custom-profile #addcustomform [type="submit"],
.password-inventory-container .archive-selected,
.allocate-password-section [type="submit"],
.analytics-group-pcs-summary-charts .right-icons a,
.analytics-group-pcs-summary-charts [type="button"],
.section-to-print-detail-profile [type="button"],
.section-to-print-detail-profile .right-icons a,
#editManageProfilePassword [type="submit"],
.report-side-bar-icon a,
.wrdi-green-btn,
.manage-clients .et_pb_tab_content>button,
#addProductModal [type="submit"],
a.btn.btn-info.purchse-profile,
.allocate-password-section [type="button"] {
    color: #ffffff !important;
    border-width: 0px;
    border-radius: 12px;
    /*     font-size: 20px; */
    background-color: #13957d;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}



.custom-profiles .portlet .trash_profile {
    background: #9d0000;
}



/* woocommerce cart/checkout page css */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: #dff0d8 !important;
    color: #3c763d !important;
}


.cart .woocommerce .button,
body.woocommerce-page .cart .button,
body.woocommerce-page .cart a.button.alt,
body .cart .woocommerce button.button:disabled[disabled],
.woocommerce-page .checkout button.button,
.woocommerce-checkout .fortebtn,
.woocommerce a.button,
.woocommerce-page a.button {
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 12px !important;
    /*     font-size: 20px; */
    background-color: #13957d !important;
    padding: 10px 15px !important;
    margin-bottom: 15px !important;
    display: inline-block !important;
    cursor: pointer !important;
    line-height: 1 !important;
}

table#purchase_products_table .woocommerce {
    float: left;
}

table#purchase_products_table .woocommerce form.cart {
    margin: 0 5px 0 !important;
}

table#purchase_products_table .woocommerce div.quantity {
    display: none !important;
}




.woocommerce button.button::after,
.woocommerce a.button.alt:after,
.woocommerce-page a.button.alt:after,
.woocommerce-page button.button.alt:after,
.woocommerce a.button:after,
.woocommerce-page a.button:after {
    display: none !important;
}

body.woocommerce-page .cart .wc-proceed-to-checkout {
    text-align: center;
}

body.woocommerce-page .cart a.button.alt {
    /* display: block !important; */
}

/* .woocommerce cart/checkout page css */


.btn-default-wrdi {
    border-radius: 12px;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: inline-block;
    border: 0;
    line-height: 1;
    cursor: pointer
}


.purchase .wrdi-green-btn.loading {
    position: relative;
    width: auto;
    padding-right: 25px !important;

}

.purchase .wrdi-green-btn.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 3px;
    right: 4px;
    animation: spin 2s linear infinite;
}


.woocommerce .purchase .wrdi-green-btn+a.added_to_cart {
    padding: 0;
    margin-left: 10px;
}




.add-custom-profile #addcustomform .form-group-wrapper,
.edit-custom-profile #addcustomform .form-group-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.add-custom-profile #addcustomform .form-group-wrapper .form-group,
.edit-custom-profile #addcustomform .form-group-wrapper .form-group {
    width: 25%;
    padding-left: 20px;
}

.add-custom-profile #addcustomform .form-group-wrapper .form-group span,
.edit-custom-profile #addcustomform .form-group-wrapper .form-group span {
    display: block;
    padding-bottom: 7px;
}

.add-custom-profile #addcustomform .form-group-wrapper .form-group span:first-child,
.edit-custom-profile #addcustomform .form-group-wrapper .form-group span:first-child {
    margin-left: -20px;
}


.add-custom-profile #addcustomform .avail_to .col-xs-3 button {
    width: 60%;
    margin: 0 auto;
    margin-top: 86px;
}


.add-custom-profile #addcustomform .avail_to .col-xs-3 button:nth-child(2) {
    margin-top: 15px;
}

.custom-profiles .custom-profile-wrap .div-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.custom-profiles #updated_pcs_display tr td .trash_pcs {
    color: red;
    cursor: pointer;
}




.custom-profiles .custom-profile-wrap .div-row .portlet {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border: 0;
    padding: 15px 15px 40px;
}

.custom-profiles .custom-profile-wrap .div-row .portlet img {
    height: 100px;
}

.custom-profiles .gear-btn,
.custom-profiles .portlet .trash_profile {
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 4px 5px;
    font-size: 12px;
    line-height: 12px;
}

.custom-profiles .portlet .trash_profile {
    bottom: 0;
    left: 15px;
    right: auto;
    top: auto;
    padding: 5px;
}

.custom-profiles .portlet .ui-state-default {
    background-color: #fff;
    border: 0;
}

.dataTables_wrapper .dataTables_paginate {
    background-color: #fff;
    box-shadow: 0 0 3px 0px #00000029;
    border-radius: 3px;
    padding: 0;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-radius: 0;
    background: transparent;
    border-color: transparent;
    color: #13957d !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #13957d;
    color: #fff !important;
    border: 0;
    border-radius: 0;
}

body .dataTables_wrapper .dataTables_info {
    padding-top: 0.4em;
}

body .dataTables_wrapper .dataTables_length {
    margin-left: 15px;
}

body .dataTables_wrapper .dataTables_length select {
    border-width: 2px;
    border-style: solid;
    border-color: #e4e4e4;
    border-radius: 12px;
    padding: 4px 12px;
    box-shadow: none;
}

/* ./edit-custom-profile/ and /profiles/add-custom-profile/ and /custom-profiles/ css end  */







/* header account info edit modal form css */
.open_user_info_modal,
.et_pb_image_1_tb_header {
    cursor: pointer;
}

#edit_each_user_info .extra_field_heading {
    margin-top: 30px;
}

#edit_each_user_info label {
    margin-top: 20px;
    color: #7c7c7c
}

#edit_each_user_info label span.required {
    color: #C02B0A
}

#edit_each_user_info input[name='display_name'] {
    color: #7c7c7c
}




/* dashboard completed profile title modal */
#commonModalContainer .pcs-tables-container {
    margin-top: 50px;
}









.ginput_container_checkbox .gfield_checkbox .gchoice {
    display: flex;
    align-items: start;
    gap: 5px;
}

.ginput_container_checkbox .gfield_checkbox .gchoice [type="checkbox"] {
    margin-top: 4px;
}

.password-inventory-container table {
    margin-bottom: 30px;
    width: 100% !important;
}













/* /analytics/ page css */
.analytics-group-pcs-summary-charts .right-icons,
.section-to-print-detail-profile .right-icons {
    position: absolute;
    right: 0;
    top: 0;
}

.analytics-group-pcs-summary-charts .stepThree_summary table tr th {
    padding: 2px 7px !important;
}

.analytics-group-pcs-summary-charts .stepThree_summary table tr td {
    padding: 2px 6px !important;
}

.analytics-group-details {
    display: block;
}


.analytics-group-details .trt-table {
    border: 2px solid black !important;
}

.analytics-group-details table .inner-tr td:nth-child(1) {
    white-space: nowrap;
}



.analytics-group-details .trt-table tr td {
    position: relative;
    padding: 0 4px;
}

.analytics-group-details .trt-table td .score-pipe {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    right: 56%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ffffff;
    background: rgb(189, 205, 246);
    background: linear-gradient(180deg, rgba(189, 205, 246, 1) 0%, rgba(67, 114, 226, 1) 100%) !important;
    -webkit-print-color-adjust: exact;
    z-index: 1;
    border: 0;
}

/* ./analytics/ page css */





/* privacy login page css  */

.privacy-login-userinfo .user-icon-container .circle {
    background-color: #c5c5c5;
    height: 75px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    border-radius: 500px;
    color: #fff;
    padding-top: 16px;
    margin: 0 auto;
}

/* .privacy login page css  */



/* purchase-history page css */
.purchase-history .order-actions .button {
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    line-height: 1;
    margin: 0 2px;
}

#showpurchasetransactionmodal td.order-actions {
    width: 100px;
    padding: 0;
}

/* .purchase-history page css */







/* purchase page css */
.variant-add-to-cart form.cart {
    margin: 0 !important;
    display: flex;
}

.variant-add-to-cart .woocommerce div.product form.cart table.variations {
    margin: 0 5px 0 0;
    width: auto;
}




.variant-add-to-cart tbody tr {
    background-color: transparent !important;
    display: flex;
}


.variant-add-to-cart .woocommerce div.product form.cart table.variations td {
    display: flex;
}

.variant-add-to-cart .single_variation_wrap {
    display: flex;
    gap: 10px;
}

.variant-add-to-cart .single_variation_wrap .woocommerce-variation-price .price {
    display: flex;
    padding: 1px;
}


.variant-add-to-cart .woocommerce div.product form.cart table.variations td,
.variant-add-to-cart .woocommerce div.product form.cart table.variations th,
.variant-add-to-cart select {
    padding: 0 !important;
}

.variant-add-to-cart select {
    padding: 0 !important;
    margin-left: 5px;
}


.variant-add-to-cart .single_variation_wrap .woocommerce-variation-price .woocommerce-Price-amount.amount,
.variant-add-to-cart .single_variation_wrap .woocommerce-variation-price .wps_sfw_interval {
    font-size: 12px;
    margin: 0;
}

/* .purchase page css */



/* common css */


.modal-title {
    padding: 0;
    line-height: initial;
}

.ui-front {
    /* css for jquery autocomplete dropdown*/
    z-index: 1050;
}

/* .common css */





.questionnaire-instruction-text {
    color: #696969;
}





/* cart icon css  */

.cart_header {
    position: fixed;
    background: #fff;
    border: 1px solid #13957d;
    padding: 14px 10px 0;
    z-index: 9999;
    border-radius: 7px 0 0 7px;
    right: 0;
    top: 30px;
}


.cart_header .cart-link {

    position: relative;

    color: #13957d;

    /* border-radius: 500px; */

    /* border: 1px solid #13957d; */

    display: inline-block;

    height: 25px;

    width: 25px;
}

.cart_header .cart-link .header-cart-count {

    position: absolute;

    color: #13957d;

    height: 15px;

    width: 15px;

    background-color: #fff;

    border: 1px solid;

    border-radius: 50px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    font-size: 10px;

    right: -5px;
    top: -10px;
}

.cart_header .cart-link span {
    font-size: 21px;
}

/* .cart icon css  */

@media (min-width: 576px) {

    .modal-dialog {
        width: auto;
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        width: auto;
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        width: auto;
        max-width: 1140px;
    }
}

/* page https://app.winslowsolutions.us/staging/profiles/edit-custom-profile/?profile_id=1 */
.pcs-postion-table table,
.pcs-postion-table th,
.pcs-postion-table td {
    border: 1px solid black !important;
}


.pcs-postion-table td:first-child {
    width: 600px !important;
}


.pcs-postion-table th {
    text-align: center;
}

.pcs-postion-table th:first-child {
    text-align: left;
}

.pcs-postion-table td {
    height: 32px !important;
    width: 32px !important;
    line-height: 15px !important;
}

.profile_pcs_position_list {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}


.custom-report-pcs-position {
    margin-bottom: 15px;
}


#modalActivatepcsPositionsContinue::-webkit-scrollbar-track,
.profile_pcs_position_list::-webkit-scrollbar-track {
    /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: #F5F5F5;
}

#modalActivatepcsPositionsContinue::-webkit-scrollbar,
.profile_pcs_position_list::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#modalActivatepcsPositionsContinue::-webkit-scrollbar-thumb,
.profile_pcs_position_list::-webkit-scrollbar-thumb {
    background-color: #AAA;
}

#modalActivatepcsPositionsContinue {
    overflow-y: scroll;
}

/* .page https://app.winslowsolutions.us/staging/profiles/edit-custom-profile/?profile_id=1 */






.dashboard .select2-container {
    min-width: 150px;
}


header .company_badge_logo {
    cursor: pointer;
}



/* https://app.winslowsolutions.us/staging/profiles/edit-custom-profile/?profile_id=74&status=success */

.edit-custom-profile .et_pb_toggle_close {
    padding: 0;
}


.edit-custom-profile .et_pb_toggle_close .et_pb_toggle_title {
    padding: 20px;

}

#newPCSPositionModal .pcs-postion-table table td.active {
    outline: 2px solid #E91E63;
    outline-offset: -1px;
}

.woocommerce .woocommerce-error {
    background: #ff000040 !important;
    color: #3c763d !important;
}

.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
    list-style-type: none;
}

.woocommerce-message a.button.wc-forward.wp-element-button {
    display: none !important;
}

/* .https://app.winslowsolutions.us/staging/profiles/edit-custom-profile/?profile_id=74&status=success */





/* wow-user switching plugins css */
.wowapp_user_switching_switch_on {
    position: fixed;
    z-index: 99999;
    top: 263px;
    right: -100px;
    transform: rotate(-90deg);
    margin: 0;
    padding: 0;
}

.wowapp_user_switching_switch_on a {
    padding: 6px 10px;
    display: block;
    text-decoration: none;
    color: #646464;
    background: #fff;
    border-radius: 5px 5px 0 0;
    border: 1px solid #c5c5c5;
    font-size: 16px;
    transition: 0.2s;
}

.wowapp_user_switching_switch_on a:hover {
    background-color: #13957d;
    color: #fff;
    border-color: #13957d;
}

/* .wow-user switching plugins css */





/* dashboard>activate password block */
#gform_28 .gfield table,
#gform_19 .gfield table,
#gform_confirmation_message_19 table {
    margin: 0;
}

#gform_confirmation_message_19 table table tr,
#gform_28 .gfield table table tr,
#gform_19 .gfield table table tr {
    background-color: transparent;
    border: 1px solid #eee;
}

#gform_confirmation_message_19>table table tr:nth-child(odd) td,
#gform_28 .gfield>table table tr:nth-child(odd) td,
#gform_19 .gfield>table table tr:nth-child(odd) td {
    padding-left: 10px;
}

#gform_confirmation_message_19>table table tr:nth-child(odd) td strong,
#gform_28 .gfield>table table tr td strong,
#gform_19 .gfield>table table tr:nth-child(odd) td strong {
    color: #000;
    font-size: 15px;
}


#gform_confirmation_message_19 table td,
#gform_28 table td,
#gform_19 table td {
    padding: 5px;
}

#gform_confirmation_message_19 table td font,
#gform_28 table td font,
#gform_19 table td font,
#gform_confirmation_message_19 table td font a,
#gform_28 table td font a,
#gform_19 table td font a {
    color: #5d5d5d;
}


#gform_confirmation_message_19 table td font ul,
#gform_28 table td font ul,
#gform_19 table td font ul {
    list-style: square;
    padding-bottom: 0;
}







#Activate-Password .success-participant-info {
    text-align: center;
}

#Activate-Password .success-participant-info>h2,
#Activate-Password .success-participant-info>p {
    color: green;
}


#gformActivatePassword .success-participant-info {
    color: green;
    text-align: center;
}

.gform_confirmation_wrapper+p>button.noPrint {
    margin-top: 15px;
}

#gform_19 .gfield>h2 {
    text-align: center;
}

#gform_28 .gfield>h2 {
    margin: 15px 0 0;
}

#gform_28 .gfield table td {
    color: #383838;
}

/* .dashboard>activate password block */


.custom-tab-spacing-for-mobile .et-tabs-container>.et-tabs-content {
    margin: 5px;
}








/* manage-clients page css */




/* purchase page css */
.product_tiers_pricing_range,
.product_tiers_pricing_price {
    list-style: none !important;
    padding: 0 !important;
}

.product_tiers_pricing_range {
    text-align: right;
}

#page-container.purchase #purchase_products_table {
    box-sizing: border-box;
}


.dataTables_wrapper .dataTables_filter input {
    margin: 0
}

/* .purchase page css */

@media print {
    .noPrint {
        display: none;
    }
}


/* dynamic-report-all-in-one css */

.report_option_btn {
    border: solid 1px #7C7C7C;
    font-size: 18px;
    color: #7C7C7C;
    border-radius: 10px;
    line-height: 21px;
    height: 40px;
    padding: 6px 8px;
    text-decoration: none;

    a {
        text-decoration: none;
    }
}



.btn-group {
    display: flex;
    align-items: center;
}

.dropdown-primary {
    margin-right: 5px;
}

.wow-participent-info .position-dropdown {
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
}

/* report-content css */

.back_btn {
    background-color: #164986;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 34px;
    border: solid 1px #164986;
    border-radius: 10px;
    padding: 4px 10px;
}

.back_btn:hover {
    color: #fff !important;
}

.wrdi-green-btn {

    border-width: 0px;
    border-radius: 10px;
    background-color: #13957D;
    padding: 10px 15px;
    margin-bottom: 0px !important;
    display: inline-block;
    cursor: pointer;
    line-height: 1;

    span {
        font-size: 16px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-weight: bold;

    }
}

.report_txt {
    color: #555555;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    width: 175px;
}

.participant_top_header_wrap {
    position: fixed;
    top: 0%;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    height: 122px;
    border-bottom: solid 1px #707070;
    width: 98%;
}

.view_report_dvv {
    position: relative;
    z-index: 9;
    margin-top: 140px;
}

.report-notes-links {
    height: 10vh;
}

.et-db #et-boc .et-l .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}

.et-db #et-boc .et-l .et_pb_section_0.et_pb_section {
    padding-top: 0px !important;
}

.pdf_right_section {
    iframe {
        max-width: 95%;
        border-right: solid 1px #000;
    }
}

@media (max-width: 980px) {
    .et-db #et-boc .et-l .et_pb_section {
        padding: 0px !important;
    }

    .et-db #et-boc .et-l .et_pb_column .et_pb_module {
        margin-bottom: 0px !impoerant;
    }
}

.pdf_right_section {
    border-left: solid 1px #707070;
}

.select_position_analysis {
    border-radius: 15px;
}

.entry-content {
    margin: 10px !important;
}

.view-report-button {
    text-align: center;

    .report-notes-links {
        a {
            width: 110px;
        }
    }
}

@media only screen and (max-width: 767px) {

    .report-color-coding-table {
        tr {
            display: flex;
            flex-wrap: wrap;

            td {
                width: 50%;
                padding: 13px 6px;
                font-size: 14px;

            }
        }
    }

    .pdf_right_section {
        iframe {
            max-width: 100%;
        }
    }

    /*   .pdf_right_section .report_layouts-template-default #et-main-area .container{
    width: 74% !important;
    padding: 0px 20px;
  } */
    div.et_pb_text_3 {
        width: 100% !important;
    }

    .custom-comp-table-wrap {
        grid-template-columns: 1fr !important;
    }

    div.scoring-range {
        width: 100% !important;
    }

    div.scoring-range ul {
        display: flex !important;
        flex-wrap: wrap;
        gap: 10px;
    }

    div.scoring-range ul li {
        margin: 0 !important;
        width: 48% !important;

        span {
            padding: 10px 0 !important;
        }
    }

    .trait-score-points,
    .part-score-points {
        tr {
            display: flex;
            flex-wrap: wrap;

            td {
                width: 50%;
                padding: 13px 6px !important;
                font-size: 14px;

            }
        }
    }

    .dynamic-report-all-in-one #main-content .container {
        padding-top: 10px !important;
        width: 100% !important;
    }

    .wow-participent-info {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .wow-participent-info>div:nth-child(2) {
        flex-wrap: wrap;
    }

    .report_option_btn {
        display: inline-block;
        font-size: 16px;
    }


    .participant_dv {
        position: inherit !important;
        margin: 10px 0 !important;
        background: #fff;
        width: 95%;

        p {
            justify-content: center !important;
        }

        h4 {
            text-align: center !important;
            margin-bottom: 15px !important;
        }
    }

    .pcs_section {
        width: 80% !important;
        margin: 0 auto !important;

        select {
            margin-bottom: 10px;
        }
    }

    .participant_dv p:last-child {
        margin-bottom: 15px !important;
    }

    .view-report-button {
        display: flex;
        justify-content: space-evenly;
    }

    .view_report_dvv {
        margin-top: 350px !important;
    }

    .pdf_left_section {
        margin-top: 0px !important;
    }

    .report_section h4 {
        margin-top: 9px !important;
        text-align: center !important;
    }

    .btn-group {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }



    .report_layouts-template-default #et-main-area .container {
        padding: 0 23px !important;
    }



}



.selected-participant {
    height: 45px;
    background: #337AB7 0% 0% no-repeat padding-box;
    border: 2px solid #ACBED6;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 40px;
}



.modal-body .dynamic-interpersonal-trait-text{
    overflow-y: scroll !important;
    height: 500px !important;
    width: 100% !important;
}



