/* ------------------------------------------------------------------------ banner */
.upfp_banner {
    background-repeat: repeat;
    background-color: #fff;
    background-image: url("../../images/admin_images/home__pattern1.png");
    display: flex;
    margin: 1% 1% 0 0;
    text-align: center;
    justify-content: space-between;
}

.banner_col-1 {
    display: flex;
}

.upfp_banner_logo {
    height: 40px;
    align-self: center;
    margin: 0 10px;
}

.upfp_banner .upfp_contains_btn {
    display: flex;
    justify-content: end;
    margin: 0.5em;
}

.upfp_btn {
    padding: 10px;
    margin: 0 0.5em;
    color: #fff;
    border: none;
    background-color: #2271b1;
    cursor: pointer;
    min-width: 100px;
    font-weight: 600;
    text-decoration: none;
}

.upfp_btn:hover {
    background-color: #192a55;
}

.upfp_btn:focus-visible {
    outline: none;
}

a.upfp_btn {
    color: #fff;
}

/* ------------------------------------------------------------------------ add new button css */
#upfp_add_new-btn {
    margin-right: 12px;
}

#upfp_cust_new_thumb {
    border: none;
}

/* ------------------------------------------------------------------------ Tabs Navbar CSS */
.upfp_tab-container {
    margin-right: 1%;
    margin-top: 1%;
    height: 30px;
    border-bottom: 1px solid #005ca1;
}

.upfp_tab-container .tabs {
    border: 1px solid #005ca1;
    border-bottom: none;
    padding: 7px 14px;
    background-color: #fff;
    font-size: 15px;
    color: #005ca1;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.71428571;
    white-space: nowrap;
    margin-bottom: -1px;
    border-radius: 7px 7px 0 0;
}

.tabs.upfp_active {
    background-color: #005ca1;
    color: #fff;
    border-bottom: 1px solid #005ca1;
}

.tabs.upfp_active:focus {
    box-shadow: none;
    outline: none;
}

/* ------------------------------------------------------------------------ Each Setting Container CSS */
.upfp_setting-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    background-color: #fff;
    margin: 2rem 0;
}

.upfp_inner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 2vh 0;
}

.upfp_setting-container .heading {
    font-size: 1.25rem;
    margin: 0;
    border-bottom: 1px solid #adb5bd;
    width: 98%;
    background-color: #fff;
    line-height: 1.2;
    font-weight: 500;
    padding: 1%;
}

.upfp_col-1 {
    width: 30%;
    margin-left: 1.5vw;
    font-weight: 700;
    line-height: 2;
    font-size: 14px;
}

.upfp_col-2 {
    width: 70%;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.upfp_email_notif_wrapper .upfp_col-2,
.upfp_email_notif_wrapper .upfp_col-2 {
    display: block;
}

.upfp_inner-container .upfp_col-2 .chosen-container {
    border: 0px solid #adb5bd;
    max-width: 95%;
    width: 95% !important;
}

.upfp_inner-container .upfp_col-2 .chosen-container:focus {
    border: 0px solid #007bff;
}

.upfp_toggle_setting {
    height: 20px;
    width: 40px;
    border-radius: 20px;
    border: 1px solid #adb5bd;
    position: relative;
    cursor: pointer;
}

#upfp_setting-toggle input[type="checkbox"] {
    display: none;
}

#upfp_setting-toggle .upfp_toggle-check {
    display: inline-block;
}

#upfp_setting-toggle .upfp_round {
    position: absolute;
    left: 1px;
    top: 1px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #adb5bd;
}

.upfp_setting-container .parent_toggle {
    background-color: #1e73be;
    border-color: #1e73be;
    transition: all 0.3s ease-in;
}

#upfp_setting-toggle .child_toggle {
    transform: translateX(20px);
    background-color: #fff;
    transition: all 0.3s;
}

.upfp_icon {
    font-size: 1rem;
    cursor: pointer;
    position: relative;
}

.upfp_display {
    display: block;
    transition: all 0.3s;
}

.upfp_col-2 .chosen-container-multi .chosen-drop .result-selected {
    display: none;
}

.upfp_popup-container {
    height: 100%;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgb(26, 26, 26, 0.75);
    position: fixed;
    left: 0;
    top: 0;
}

.upfp_pop-up {
    position: relative;
    height: auto;
    width: 40vw;
    background-color: #fff;
    border-radius: 10px;
}

.upfp_pop-up p {
    padding: 8%;
}

.upfp_close-popup {
    position: absolute;
    left: 38vw;
    top: 1vh;
    font-weight: 900;
    font-size: 1.3rem;
    cursor: pointer;
    text-align: center;
    border-top-right-radius: 10px;
}

.upfp_pop-up .heading {
    width: 94%;
    border-radius: 10px 10px 0 0;
    padding: 3%;
}

.upfp_key-input {
    line-height: 2rem;
    border: 1px solid #adb5bd;
    max-width: 100%;
    width: 100%;
    background-color: #fff !important;
    padding: 0 10px;
}

.wrap.upfp_flex-items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* width: 50%; */
    max-width: 95%;
    margin: 0 20px 0 2px;
}

.mj_slm_lic_btns {
    width: 100%;
    /* -- Align License buttons for Laptop screens -- */
}

.upfp_key-input:focus {
    outline: none;
}

.upfp_input {
    min-width: 95%;
    width: 95%;
    border-radius: 0 !important;
}

.upfp_input:focus-visible {
    border-radius: 0;
}

.upfp_color {
    height: 30px;
    vertical-align: bottom;
    border-radius: 0 !important;
}

.upfp_color-input {
    min-width: 50%;
    width: 50%;
    border-radius: 0 !important;
}

.upfp_thumb-prev {
    height: 50px;
    width: 50px;
}

.upfp_thumb_col-2 {
    display: flex;
    align-items: center;
}

.upfp_thumb_heading,
.upfp_file_type_heading,
.upfp_ftp_heading {
    border-bottom: 1px solid #adb5bd;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.upfp_setting-container .upfp_thumb_heading h2.heading,
.upfp_setting-container .upfp_file_type_heading h2.heading,
.upfp_setting-container .upfp_ftp_heading h2.heading {
    border: none;
    width: auto;
}

.upfp_popup-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.upfp_popup-input label {
    font-weight: 600;
    font-size: 16px;
}

.upfp_file-type {
    width: 50%;
    margin: 3%;
}

.add_btn {
    position: relative;
    width: 22%;
    font-size: 11pt;
}

.upfp_col-2.upfp_thumb_col-2 {
    position: relative;
    height: 50px;
}

.upfp_customizer_wrapper .dashicons {
    right: 100px;
    position: absolute;
    font-size: 30px;
    cursor: pointer;
    top: 10px;
    height: 30px;
    width: 30px;
}

.upfp_customizer_wrapper .dashicons-image-rotate {
    right: 180px;
    font-size: 26px;
    top: 15px;
}

/* ------------------------------------------------------------------------ File size error message CSS */
.upfp_thumb_size_error {
    color: red;
    display: none;
}

.upfp-err {
    color: red;
    padding: 6px;
}

/* ------------------------------------------------------------------------ Popups CSS */
.upfp-hidden {
    display: none;
}

.upfp-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(68, 68, 68, 0.6);
    z-index: 99999;
    max-width: 100%;
    margin: 0;
}

.upfp-popup .upf_inner {
    width: 50%;
    background: #fff;
    margin: auto;
    margin-top: 10%;
    position: relative;
    padding: 30px;
    max-width: 750px;
    min-width: 425px;
}

.upfp-popup .closePopup {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 20px;
    background: var(--hover-color);
    z-index: 1;
}

.upfp-popup input:not([type=checkbox]):not([type=radio]),
.upfp-popup select {
    flex: auto;
    margin: 5px;
    padding: 7px;
    border: 1px solid #cccccc;
    max-height: 40px;
    border-radius: 0;
    line-height: 1.7;
}

.upfp-popup textarea {
    flex: auto;
    margin: 5px;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.upfp-popup .upf_inner h4 {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px;
    padding: 0;
}

.upfp-popup .upf_inner p {
    font-weight: normal;
}

.closePopup i {
    color: #fff;
    font-size: 20px;
}

.upfp-placeholder {
    color: #aaa;
    font-style: italic;
}

/* Uploads tab */

.upfp_file_type_header_wrapper {
    font-weight: bold;
    background: #cfcfcf;
    padding: 5px;
}

.upfp_file_type_wrapper {
    display: flex;
    gap: 10px;
}

.upfp_file_type_wrapper div {
    width: 20%;
    text-align: center;
}

.upfp_srvr_col1 {
    width: 70%;
    margin-left: 1.5vw;
    word-wrap: break-word;
}

.upfp_srvr_col2 {
    width: 30%;
}

.upfp_srvr_folder_wrapper .upf_setting_msg {
    box-shadow: 0 0 3px #aaa;
    margin: 10px;
    height: 200px;
    overflow: auto;
    padding: 10px;
    font-style: italic;
}

.upfp_ftp_msg {
    padding: 10px;
}

.upfp_upload_wrapper input[type=text],
.upfp_upload_wrapper select {
    width: 60%;
    min-width: 60%
}

.addNewFileType_popup form,
.addNewFile_popup form {
    display: flex;
    align-items: center;
}

/* Register Tab */
.upfp_rf_wrapper {
    text-align: center;
}

.upfp_rf_wrapper .upfp_inner-container:first-child {
    padding: 5px;
    font-weight: bold;
    background: #cfcfcf;
}

.upfp_rf_wrapper i,
.upfp_allowed_type_wrapper i {
    padding: 10px;
    margin: 0 0.5em;
    color: #fff;
    border: none;
    background-color: #2271b1;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    float: right;
}

.upfp-popup select#upf_rf_type {
    max-width: 100%;
    line-height: 1;
}

#upf_rf_add_field_btn.add_btn {
    margin-left: auto;
}

.upf_rf_new_field_popup input[type="checkbox"] {
    margin-left: 5px;
}

.upfp_rf_wrapper i:hover,
.upfp_allowed_type_wrapper i:hover {
    background-color: #192a55;
}

.upfp_rf_wrapper .upf_rf_admin_col {
    width: 20%;
}

.upfp_rf_wrapper .upf_rf_admin_col label {
    word-wrap: break-word;
}

/* Progress bar */
.upf_srvr_fldr_sync_prgrs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.upf_progress_container {
    width: 80%;
    background-color: #f3f3f3;
    border-radius: 20px;
    margin: 10px 0;
}

.upf_progress_bar {
    width: 0%;
    height: 15px;
    background-color: #4caf50;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    color: white;
}

/* Right click drpdwn */

.upfadm_right_click_drpdwn {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
    background: white;
    box-shadow: 0 0 3px #aaa;
    text-align: left;
}

.upfadm_right_click_drpdwn i {
    margin-right: 5px;
    color: var(--primary-color);
}

.upfadm_right_click_drpdwn a:hover i {
    color: white;
}

.upfadm_right_click_drpdwn_file,
.upfadm_right_click_drpdwn_fldr {
    display: flex;
    flex-direction: column;
}

.upfadm_right_click_drpdwn_file .upfadm_drpdwn_item,
.upfadm_right_click_drpdwn_fldr .upfadm_drpdwn_item {
    border-bottom: 1px solid #aaa;
    padding: 8px;
}

.upfadm_right_click_drpdwn_file .upfadm_drpdwn_item:hover,
.upfadm_right_click_drpdwn_fldr .upfadm_drpdwn_item:hover {
    background-color: var(--hover-color);
    color: white;
    cursor: pointer;
}

.upfp_list_col_width_wrapper input {
    flex: 0 0 calc((95% - (10px * 4)) / 5);
    min-width: auto;
    margin: 0px;
}

#upfp_srvr_cust_cron_time, #upfp_srvr_cron_time {
    width: 40%;
    min-width: 40%;
}