/* ------------------------------------------------------------------------ banner */
.upfp_banner {
    background-repeat: repeat;
    background-color: #cac3c3;
    background-image: url("../../images/admin_images/home__pattern1.png");
    display: flex;
    margin: 1% 1% 0 0;
    text-align: center;
    justify-content: space-between;
}

.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: 2%;
    margin-top: 3%;
    height: 30px;
    border-bottom: 1px solid #adb5bd;
}

.upfp_tab-container .tabs {
    border: 1px solid #adb5bd;
    border-bottom: none;
    padding: 8px 10px;
    background-color: #dcdcde;
    margin-left: 0.5rem;
    font-size: 15px;
    color: #50575e;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.71428571;
    white-space: nowrap;
    margin-bottom: -1px;
}

.tabs.upfp_active {
    background-color: #f0f0f1;
    color: #000;
    border-bottom: 1px solid #f0f0f1;
}

.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;
    border-radius: 5px;
}

.upfp_inner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 3vh 0 3vh 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%;
}

.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: 95%;
    max-width: 95%;
    margin: 0 20px 0 2px;
}

.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 {
    flex: auto;
    margin: 5px;
    padding: 10px;
    border: 1px solid #cccccc;
    max-height: 40px;
    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-placeholder {
    color: #aaa;
    font-style: italic;
}

.upfp_delete_file_type {
    cursor: pointer;
}

.upfp_file_type_header_wrapper {
    font-weight: bold;
    background: #cfcfcf;
}

.upfp_upload_col1,
.upfp_upload_col2,
.upfp_upload_col3 {
    width: 25%;
    line-height: 2;
    font-size: 14px;
}

.upfp_upload_col1{
    margin-left: 1.5vw;
}

.upfp_upload_col2 {
    width: 50%;
    word-wrap: break-word;
}
.upfp_srvr_col1 {
    width: 70%;
    margin-left: 1.5vw;
    word-wrap: break-word;
}
.upfp_srvr_col2 {
    width: 30%;
}
.upfp_upload_wrapper #upfp_srvr_fldr {
    width: 60%;
}

.upfp_setting-container .upf_setting_msg{
    text-align: center;
    padding: 10px;
}
.upfp_ftp_msg {
    padding: 10px;
}

.upfadm_doc_prvw_nav_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
    padding: 5px;
    background: var(--primary-color);
    color: white !important;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
  }
  
  .upfadm_doc_prvw_nav_btn:hover {
    background-color: var(--hover-color);
  }
  
  #upfadm_doc_prvw_left_nav {
    left: 10px;
  }
  
  #upfadm_doc_prvw_right_nav {
    right:10px;
  }