/*
* Style File for admin area
*/
.bldm_flex-items {
    display: flex;
}

.bldm_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;
}

.bldm_heading {
    background-color: #154e6a;
    padding: 15px;
    color: white;
    margin: 0;
    margin-bottom: 10px;
}

.bldm_inner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 2vh 0;
}

.bldm_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%;
}

.bldm_col-1 {
    width: 30%;
    margin-left: 1.5vw;
    font-weight: 700;
    line-height: 2;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bldm_col-2 {
    width: 70%;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.bldm_banner .bldm_col-2 {
    justify-content: end;
}

.bldm-admin-fltrs span {
    margin-right: 10px;
}

td .bldm-adm-more-options {
    margin-left: 10px;
}

.wp-picker-container {
    line-height: 2.5;
}

#bldm_slider_cnt {
    width: 50px;
    padding-right: 1px;
}

tr.slide_tr input,
#bldm_slider_lst_page,
#bldm_crsl_lst_page {
    min-width: 300px;
}

#bldm_slider_sbmt {
    height: 28px;
    margin-left: 10px;
}

/* ------------- Update 03-2024 ---------- */
/* .bldm_admin_top {
	width: auto;
	background: #154e6a;
	padding: 50px;
	color: #fff;
	display: flex;
  }
  .bldm_admin_top p {
	font-size: 25px;
	margin: 0 auto;
  }
  .bldm_admin_top a {
	background: #ededee;
	padding: 12px;
	margin-left: 5px;
	text-decoration: none;
	color: #154e6a;
	line-height: 1;
	transition: 0.3s;
  } */

.bldm_banner {
    background: #f2fafc;
    padding: 30px 20px;
    /* margin-bottom: 2rem; */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.bldm_inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.bldm_col-1 {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.bldm_banner_logo {
    height: 40px;
}

.bldm_col-1 span {
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.bldm_btn {
    background: #154e6a;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: bold;
    transition: background 0.3s ease;
    font-size: 14px;
}

.bldm_btn:hover {
    background: #103c50;
    color: #fff;
}

.bldm_btn:focus,
.bldm_btn:active {
    background: #103c50;
    color: #fff;
    outline: none;
}

.bldm_admin_top a:hover {
    background: #70b37f;
    color: #fff;
}

.bldm_slm_text_message {
    background: #70b37f;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin: 0;
}

.bldm_admin_key {
    display: flex;
    padding: 25px;
}

.bldm_admin_key label {
    font-size: 18px;
    line-height: 1.5;
    width: 350px;
}

.bldm_lic_input {
    width: calc(100% - 500px);
    border: 1px solid #154e6a !important;
    border-radius: 0 !important;
    padding: 3px 10px !important;
}

.bldm_lic_btn {
    position: absolute;
    right: 70px;
    margin: -62px 0 0 0;
}

.bldm_lic_btn input {
    padding: 8.5px 20px;
    background: #154e6a;
    color: #fff;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.bldm_admin_h1 {
    background: #154e6a;
    color: #fff;
    padding: 5px 15px !important;
    font-size: 20px !important;
}

.bldm_sctxt {
    float: right;
    margin: 0;
    color: #fff;
}

.form-table.bldm_url_config {
    padding: 25px;
}

.bldm_url_config th {
    width: 350px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    padding: 25px 0 25px 25px;
}

.bldm_url_config td {
    padding: 0;
}

.bldm_url_config input {
    min-width: 350px;
    width: calc(100% - 175px);
    border: 1px solid #154e6a !important;
    border-radius: 0 !important;
    padding: 3px 10px !important;
}

.bldm_config_save {
    /* position: absolute;
    right: 70px;
    margin: -58px 0 0 0 !important; */
    padding: 0;
}

.bldm_config_save input {
    padding: 4px 40px !important;
    background: #154e6a !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    width: 110px !important;
}

.bldm_activate_btm {
    position: absolute;
    right: 70px;
    margin: -62px 0 0 0 !important;
    background: #154e6a !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    width: 110px !important;
    height: 36px;
}

.button.bldm_lic_cnfrm.bldm_activate_btm {
    background: #70b37f !important;
}


#bldm_banner_image {
    display: flex;
    flex-direction: column;
    gap: 10px;
    object-fit: cover;
}

#bldm_banner_image img {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 520px;
    height: 100px;
    padding: 10px;
}

.bldm-banner-button {
    width: 85px;
    padding: 1px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid black;
    color: black;
    cursor: pointer;
}


.bldm_sub_heading_option input {
    width: 60px;
    margin-right: 7px;

}

.bldm_sub_heading_option select {
    margin-right: 7px;
}



/* Customizer tab */
.bldm_tab-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #adb5bd;
    margin-top: 2rem;
}

.bldm_tab-container .tabs {
    border: 1px solid #adb5bd;
    border-bottom: none;
    padding: 8px 10px;
    background-color: #ffffff;
    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.bldm_active {
    background-color: #103c50;
    color: #ffffff;
    border-bottom: 1px solid #f0f0f1;
}

.tabs.bldm_active:focus {
    box-shadow: none;
    outline: none;
}

/*-------------------- Other Plugins Tab ---*/
.bldm_inner-container.bldm_other_plugin {
    align-items: start;
    margin: 1rem 0;
}

.bldm_other_plugin img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px #eee;
}

.bldm_other_plugin h1 {
    width: 100%;
    border-bottom: 2px solid #5cb0cc;
    font-weight: bold;
}

.bldm_other_plugin p {
    font-size: 1.2em;
}

/* Toggle */
.bldm_switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
    vertical-align: middle;
}

.bldm_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.bldm_slide_checkbox {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #adb5bd;
    transition: 0.3s;
    border-radius: 34px;
}

.bldm_slide_checkbox::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    top: 3px;
    background-color: #fff;
    transition: 0.3s;
    border-radius: 50%;
}

.bldm_switch input:checked+.bldm_slide_checkbox {
    background-color: #5cb0cc;
}

.bldm_switch input:checked+.bldm_slide_checkbox::before {
    transform: translateX(22px);
}