/*Write your custom css in this file.*/
/*Modified by CNE 04172021*/

@import url('https://cdn-uicons.flaticon.com/2.0.0/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.0.0/uicons-bold-rounded/css/uicons-bold-rounded.css');

.p10.pt0.b-b.ml15 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: justify;
    text-justify: inter-word;
}

/* JIKO'S ADDED STYLES */

/* override the style of container-fluid */
.my_container_fluid {
    padding: 0 5px 0 5px !important;
}

/* for the top bar */
.my_navbar_collapse {
    display: flex !important;
    justify-content: space-between;
}

/* top bar page label */
.my_page_label {
    font-size: 1.55rem;
    margin: 10px 15px;
    font-weight: 600;
    /* flex: 1 1 80%; */
}

/* top bar user info display container */
.my_user_info_container {
    display: flex;
    flex-direction: column;
}

/* user role displayed on the top bar */
.my_user_role {
    margin-left: 10px;
    color: #323245;
    /* font-weight: 600; */
}

/* flex style for the notif button in the top bar */
.my_dropdown_btn_container,
.my_navbar_button_container,
.my_back_button,
.my_menu_button {
    display: flex;
    flex-direction: row !important;
    align-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.5rem;
}

.my_menu_button {
    display: none;
}

.my_back_button,
.my_menu_button {
    padding: 13px 10px;
    margin-right: -10px;
}

.my_back_button i,
.my_menu_button i {
    font-size: 1.5rem;
    margin: 3px 0 0 0;
}

.my_dropdown_btn_container:hover,
.my_back_button:hover,
.my_menu_button:hover {
    background-color: #ff4c0229;
    border-radius: 10px;
    transition: background-color 0.25s;
}

/* container style for the notification center in the top bar */
.my_dropdown_container {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0 20px 5px !important;
    padding: 5px;
    margin: 0;
    border-radius: 10px;
}

.dropdown-menu,
.dropdown-menu-end {
    padding: 5px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0 20px 5px !important;
    margin-top: 5px;
}

/* container style for the notification drop down */
.my_notif_dropdown_container {
    padding: 0;
    left: auto;
    right: 153px;
}

/* header of dropdown on the top bar */
.my_drodown_details_header {
    border-radius: 10px 10px 0 0;
    padding: 5px 5px 0 5px;
}

.btn-import {
    position: relative;
    margin-right: auto;
    margin-left: 0px;
}

/* my style for upload profile image button */
.my_upload_profile_button,
.my_upload_profile_button_1 {
    position: absolute;
    bottom: 36px;
    left: 30px;
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 3px solid #fd8c5b;
}

.my_upload_profile_button_1 {
    border: 3px solid #B36B4E;
}

.my_upload_profile_button span,
.my_upload_profile_button_1 span {
    color: #ff4c02;
    padding: 0;
    margin: 0;
}

.my_upload_profile_button_1 span {
    color: #B36B4E;
}

/* styles for the My Profile -> Account Details headers */
.my_profile_acc_details_headers {
    font-weight: 600;
}

/* style for the position badge on My Profile Page */
.my_profile_position_badge,
.my_profile_position_badge_1 {
    background-color: #fff;
    color: #fd8c5b;
    font-size: 1.1rem;
    border-radius: 6px;
    padding: 5px;
}

.my_profile_position_badge_1 {
    color: #B36B4E;
}

.my_contact_no_input {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
}

.my_input_vert_align {
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    justify-content: flex-start;
    height: fit-content;
    align-items: center;
    gap: 0.5rem;
}


.my_input_vert_align_col {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    justify-content: center;
    align-items: flex-start;
}

.my_country_code {
    margin: 0px 2px 0 3px;
    /* border-right: 1px solid #323245; */
    padding-right: 2px;
}

.my_footer_alignment {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

.my_footer_alignment button {
    margin: 0 10px 0 2.5px;
}

.my_show_pass_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.my_show_pass_container input {
    margin: 0 5px 0 0;
}

.my_input_width_style {
    width: 27%;
    /* margin-right: 5px; */
}

.my_show_pass_icon_container {
    position: absolute;
    z-index: 100;
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.my_show_pass_icon {
    width: 20px;
    height: 20px;
    color: #323245;
    cursor: pointer;
    margin: 0 !important;
    pointer-events: auto !important;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.my_card_header_alignment,
.my_card_footer_alignment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#change-pass-btn,
#edit-btn,
#edit-btn-1,
#add-contacts-btn,
.my_btn_outline {
    /* For button outline design */
    background-color: #fff !important;
    color: #ff4c02 !important;
    outline: 1px solid #ff4c02 !important;
    outline-offset: -1px !important;
    /* font-weight: 600; */
    margin-right: 5px !important;
    box-shadow: none !important;
}

#clearfilter {
    /* For button outline design */
    background-color: #fff !important;
    color: #808080 !important;
    outline: 1px solid gray !important;
    outline-offset: -1px !important;
    /* font-weight: 600; */
    margin-right: 5px !important;
    box-shadow: none !important;
}

#clearfilter:hover {
    background-color: #e9e9e9 !important;
    color: gray !important;
    outline-color: gray !important;
    outline-offset: -1px !important;
    transition: 0.25s background-color, outline-color !important;
}

#cancel-btn,
#restore_to_default {
    background-color: gray;
    color: #fff;
}

#change-pass-btn.disabled,
#change-pass-btn:disabled {
    color: #fff;
    background-color: gray;
    outline: 1px solid gray;
    transition: 0.25s background-color, outline;
}

#change-pass-btn:hover,
#edit-btn:hover,
#edit-btn-1:hover,
#add-contacts-btn:hover,
.my_btn_outline:hover {
    background-color: #fbe7de !important;
    color: #ff4c02 !important;
    outline-color: #ff4c02 !important;
    outline-offset: -1px !important;
    transition: 0.25s background-color, outline-color !important;
}

#cancel-btn:hover,
#restore_to_default:hover {
    background-color: #727272;
    color: #fff;
    outline-color: #fff;
    outline-offset: -1px;
    transition: 0.25s background-color, outline-color;
}

#team_member-table_processing,
#client-table_processing,
#purchase-order-table_processing,
#po-file-table_processing,
#activity-log-table_processing {
    box-shadow: none !important;
    background: transparent !important;
}

.btn {
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #ff4c02;
    border-color: #ff4c02;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem #ff4c0229;
}

.my_signin_logo_img {
    object-fit: cover;
    width: 130px;
    max-width: 100%;
    border-radius: 6px;
}

.my_signin_bg_img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    opacity: 0.35;
}

.my_signin_bg_filter {
    width: 100vw;
    height: 100vh;
    opacity: 0.80;
    background-color: #323245;
    position: absolute;
    top: 0;
    left: 0;
}

.my_sigin_system_name {
    display: flex;
    flex-direction: row;
    font-size: 2.7rem;
    font-weight: 600;
    width: 100%;
    padding: 10px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 0px 0px 16px #282828;

}

.my_side_menu_label {
    /* background-color: #ff4c02;
    border-radius: 10px;
    padding: 15px 5px; */
    margin: 12px 0;
    display: flex;
}

.my_side_menu_label span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ff4c02;
    margin-left: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.my_side_menu_logo {
    object-fit: cover;
    width: 70px;
    max-width: 100%;
}

#show_pass_icon,
#show_pass_icon_old,
#show_pass_icon_new,
#show_pass_icon_retype {
    color: gray;
}

.dataTable thead,
.dataTable tbody {
    cursor: pointer;
}

.help-block {
    color: #ec5855 !important;
}

.my_bg_pending_status {
    background-color: #FFF5AD !important;
    color: #554501;
    font-weight: 600 !important;
}

.my_bg_closed_status {
    background-color: #DCDCDC !important;
    color: #383838;
    font-weight: 600 !important;
}

.my_bg_open_status {
    background-color: #C2CEFF !important;
    color: #0222A2;
    font-weight: 600 !important;
}

.my_bg_open_status:hover {
    opacity: 1;
}

.my_bg_active_status {
    background-color: #CCFFCF !important;
    color: #00480a;
    font-weight: 600 !important;
}

.my_bg_cancelled_status {
    background-color: #FFDBDB !important;
    color: #7c0303;
    font-weight: 600 !important;
}

.my_bg_orreleased_status {
    background-color: #FEDBFF !important;
    color: #730075;
    font-weight: 600 !important;
}

.my_bg_readyforcol_status {
    background-color: #FFDBBD !important;
    color: #6f2000;
    font-weight: 600 !important;
}

.my_bg_declined_status {
    background-color: #FFDBDB !important;
    color: #7c0303;
    font-weight: 600 !important;
}

.my_bg_declined_status:hover {
    opacity: 1;
}

.general-form .select2-container-disabled .select2-choice {
    background-color: #FFFFFF !important;
    transition: background-color 0.25s !important;
}

.my_delete_btn {
    background-color: #ff5959;
    color: #fff;
}

.my_delete_btn:hover {
    background-color: #ff4949 !important;
    color: #fff !important;
    transition: 0.25s background-color !important;
}

.my_batch_upload_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.my_help_block {
    box-shadow: none;
    color: #ec5855;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.my_modal_title {
    color: #ff4c02;
    font-weight: 600;
}

.my_disabled_input_pointer_events {
    pointer-events: none;
}

.my_status_center {
    display: flex;
    height: 3vh !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.my_bg_status_btn {
    border: none !important;
    border-radius: 7px;
    padding: 0.3rem 1rem;
    opacity: 0.8;
    height: auto;
}

.modal-open .modal {
    overflow-x: unset;
    overflow-y: unset;
}

.modal-content { 
    overflow: hidden;
    max-height: calc(100vh - 40px);
}

#file-upload-dropzone-scrollbar {
    overflow: auto;
    max-height: calc(100vh - 380px);
}

/* .my_table_responsive {
    height: calc(100vh - 337px);
    display: block;
    overflow: auto;
} */

.datepicker-dropdown:before,
.datepicker-dropdown:after {
    display: none;
}

.no-wrap {
    white-space: nowrap;
}