.po_top_bar_inner{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.po_top_bar_settings{
    margin: 30px 50px 0px 25px !important;
    border-top: 8px solid #95BB65;
    border-bottom: 8px solid #95BB65;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}

.po_top_bar_setting_input{
    display: grid;
}
.po_top_bar_setting_input input{
    margin: 15px 0px;
}
.po_tb_setting_sub{
background-color: #95BB65;
color: #fff;
padding: 10px 50px;
font-size: 14px;
border: none;
margin-top: 15px;
cursor: pointer;
}
.po_tb_col_main{
    display: flex;
    align-items: center;
}
.po_top_bar_setting_input_mob_des{
    margin-right: 10px;
    display: grid;
}
.po_top_bar_setting_input_mob_des label{
     margin: 15px 0px 10px;
}
.po_top_bar_setting_input_mob_des input,.po_top_bar_setting_input_mob_des select{  
 margin: 0px 0px 15px;
}
.po_top_bar_settings textarea{
    height: 150px;
}

/* Style the tab */
.po_top_bar_settings .tab {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 20px 20px #0000000d;
    border-radius: 10px;
    
  }
  
  /* Style the buttons inside the tab */
 .po_top_bar_settings .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 17px 30px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .po_top_bar_settings .tab button:hover {
    background-color: #95BB65;
    color: #fff;
  }
  
  /* Create an active/current tablink class */
 .po_top_bar_settings .tab button.active {
    background-color: #95BB65;
    color: #fff;
  }
  
  /* Style the tab content */
 .po_top_bar_settings .tabcontent {
    display: none;
    padding: 20px 0px;
    border-top: none;
  }
  .po_top_bar_settings .tab_first{
    background-color: #95BB65 !important;
    color: #fff;
  }
  .po_sucess_alert{
    background: #95bb65;
    padding: 15px 10px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .po_error_alert{
    background: #90010163;
    padding: 15px 10px;
    color: #9e0000;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .po_top_bar_col_inner_sec{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .po_top_bar_main a{
    text-decoration: none;
}
.po_topbar_checkbox_style label{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 0px;
}
.po_top_bar_setting_input_mob_des input[type=checkbox]{
    margin-bottom: 0px;
    margin-right: 6px;
}
.po_col_sec_data_main{
    display: flex;
    align-items: center;
}
.po_col_sec_data_main a {
    display: contents !important;
}