.authorpagecls .sidebar{
  /* position: absolute; */
 /* height: 100%;*/
  /* width: 240px; */
  background: #ffffff;
  transition: all 0.5s ease;
  padding: 15px 0;
  flex: 0 0 auto;
  width: 25%;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
.authorpagecls .sidebar.active{
  width: 60px;
}
.authorpagecls .sidebar .logo-details{
  height: 80px;
  display: flex;
  align-items: center;
  padding:0px 15px 15px;
  margin-bottom: 15px;
  border-bottom:1px solid #286850;
}
.authorpagecls .sidebar .logo-details i{
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  min-width: 60px;
  text-align: center
}
.authorpagecls .sidebar .logo-details .logo_name{
  color: #123528;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}
.authorpagecls .sidebar .nav-links-author{
  margin-top: 10px;
  padding:0px 0px;
}
.authorpagecls .sidebar .nav-links-author li{
  position: relative;
  list-style: none;
 padding-left:0px;
 padding:0px 0px 10px;
}
.authorpagecls .sidebar .nav-links-author li::before{display: none;}
.authorpagecls .sidebar .nav-links-author li a{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
  padding:5px 15px;
  /* background-color: #005a39; */
}
.authorpagecls .sidebar .nav-links-author li a.active{
  background:#123528; color: #fff;
}
.authorpagecls .sidebar .nav-links-author li a:hover{
  background: #123528; color: #fff;
}
.authorpagecls .sidebar .nav-links-author li a:hover i, .authorpagecls .sidebar .nav-links-author li a.active i { color: #fff; }
.nav-links-author li i {
  min-width: 30px;
  text-align: center;
  font-size: 18px;
  color: #123528;
  text-align: left;
}
.authorpagecls .sidebar .nav-links-author li a {
  color: #123528;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}
/*.sidebar .nav-links-author .log_out{
  position: absolute;
  bottom: 0;
  width: 100%;
}*/
.authorpagecls .home-section{
  position: relative;
  /* background: #f5f5f5; */
  /* min-height: 100vh; */
  /* width: calc(100% - 240px);
  left: 240px; */
  transition: all 0.5s ease;
  flex: 0 0 auto;
  width: 75%;
  padding-left:15px;
}
.authorpagecls.sidebar.active ~ .home-section{
  /* width: calc(100% - 60px);
  left: 60px; */
}
.authorpagecls .home-section nav{
  display: flex;
  justify-content: space-between;
  height: auto;
  background: #fff;
  display: flex;
  /* align-items: center; */
 /* position: fixed;
  width: calc(100% - 240px);*/
  /* left: 240px; */
  z-index: 100;
  padding: 15px 20px;
  /* box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); */
  transition: all 0.5s ease;
  border:1px solid rgba(0, 0, 0, 0.1);
}
.authorpagecls .sidebar.active ~ .home-section nav{
  left: 60px;
  width: calc(100% - 60px);
}
.authorpagecls .home-section nav .sidebar-button{
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}
.authorpagecls nav .sidebar-button i{
  font-size: 35px;
  margin-right: 10px;
}
.authorpagecls .home-section nav .search-box{
  position: relative;
  height: auto;
  max-width: 550px;
  width: 100%;
  margin: 0 20px;
}
.authorpagecls nav .search-box input{
  height: 100%;
  width: 100%;
  outline: none;
  background: #F5F6FA;
  border: 2px solid #EFEEF1;
  border-radius: 6px;
  font-size: 18px;
  padding: 0 15px;
}
.authorpagecls nav .search-box .bx-search{
  position: absolute;
  height: 40px;
  width: 40px;
  background: #2697FF;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  transition: all 0.4 ease;
}
.authorpagecls .dashboard_icon{    -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;}
  .authorpagecls .dashboard_icon::before{content: "\f3fd";}
  .authorpagecls .sidebar-button i::before{color:#123528;}
.authorpagecls .home-section nav .profile-details{
  display: flex;
  /* align-items: center;
  background: #F5F6FA;
  border: 2px solid #EFEEF1; */
  border-radius: 6px;
  height: auto;
  /* min-width: 190px; */
  padding: 0 0px 0 0px;
}
.profile-details .dropdown-menu { box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25); }
.dropdown-item:focus, .dropdown-item:hover { background-color: #123528; color: #ffffff; }
.dropdown-item.active, .dropdown-item:active { background-color: #123528; color: #ffffff; }
.authorpagecls .profile-details .dropdown .dropdown-toggle { width: 200px; background-color: #ffffff !important; border: 1px solid #123528 !important; color: #123528 !important; margin: 0; box-shadow: 2px 5px 12px 0 rgba(0, 0, 0, .25); }
.authorpagecls .profile-details .dropdown .dropdown-toggle:hover { border: 1px solid #123528 !important; background-color: #123528 !important; color: #ffffff !important;}
.authorpagecls .profile-details .dropdown .dropdown-toggle:focus {outline: none;}
/* .authorpagecls .profile-details .dropdown .dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(49, 223, 25,0.4);} */
.authorpagecls .profile-details .dropdown-menu{width: 100%;}
.authorpagecls nav .profile-details img{
  height: 40px;
  width: 40px;
  border-radius: 6px;
  object-fit: cover;
}
.authorpagecls nav .profile-details .admin_name{
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0 10px;
  white-space: nowrap;
}
.authorpagecls nav .profile-details i{
  font-size: 25px;
  color: #333;
}
.authorpagecls .home-section .home-content{
  position: relative;
  /*padding-top: 104px;*/
  padding: 15px 0px;
  border:1px solid rgba(0, 0, 0, 0.1);
  border-top:none;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1);
  /* height: 100vh; */
}
.authorpagecls .home-content .overview-boxes{
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-bottom: 26px;
}
.authorpagecls .overview-boxes .box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 4 - 15px);
  background: #fff;
  padding: 15px 14px;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.authorpagecls .overview-boxes .right-side{padding-right:10px}
.authorpagecls  .overview-boxes .box-topic{
  font-size: 18px;
  font-weight: 500;
}
.authorpagecls .home-content .box .number{
  display: inline-block;
  font-size: 30px;
  margin-top: -6px;
  font-weight: 500;
}
.authorpagecls .home-content .box .indicator{
  display: flex;
  align-items: center;
}
.authorpagecls .home-content .box .indicator i{
  height: 20px;
  width: 20px;
  background: #8FDACB;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin-right: 5px;
}
.authorpagecls .box .indicator i.down{
  background: #e87d88;
}
.authorpagecls .home-content .box .indicator .text{
  font-size: 12px;
}
.authorpagecls .home-content .box .cart{
  display: inline-block;
  font-size: 32px;
  height: 50px;
  width: 50px;
  background: #cce5ff;
  line-height: 50px;
  text-align: center;
  color: #66b0ff;
  border-radius: 12px;
  margin: -15px 0 0 6px;
}
.authorpagecls .home-content .box .cart.two{
   color: #2BD47D;
   background: #C0F2D8;
 }
.authorpagecls .home-content .box .cart.three{
   color: #ffc233;
   background: #ffe8b3;
 }
.authorpagecls .home-content .box .cart.four{
   color: #e05260;
   background: #f7d4d7;
 }
.authorpagecls .home-content .total-order{
  font-size: 20px;
  font-weight: 500;
}
.authorpagecls.home-content .sales-boxes{
  display: flex;
  justify-content: space-between;
  /* padding: 0 20px; */
}

/* left box */
.authorpagecls .home-content .sales-boxes .recent-sales{
  width: 65%;
  background: #fff;
  padding: 20px 30px;
  margin: 0 20px;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.authorpagecls .home-content .sales-boxes .sales-details{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.authorpagecls .sales-boxes .box .title{
  font-size: 24px;
  font-weight: 500;
  /* margin-bottom: 10px; */
}
.authorpagecls .sales-boxes .sales-details li.topic{
  font-size: 20px;
  font-weight: 500;
}
.authorpagecls .sales-boxes .sales-details li{
  list-style: none;
  margin: 8px 0;
}
.authorpagecls .sales-boxes .sales-details li a{
  font-size: 18px;
  color: #333;
  font-size: 400;
  text-decoration: none;
}
.authorpagecls .sales-boxes .box .button{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.authorpagecls .sales-boxes .box .button a{
  color: #fff;
  background: #0A2558;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.authorpagecls .sales-boxes .box .button a:hover{
  background:  #0d3073;
}

/* Right box */
.authorpagecls .home-content .sales-boxes .top-sales{
  width: 35%;
  background: #fff;
  padding: 20px 30px;
  margin: 0 20px 0 0;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.authorpagecls .sales-boxes .top-sales li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.authorpagecls .sales-boxes .top-sales li a img{
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 10px;
  background: #333;
}
.authorpagecls .sales-boxes .top-sales li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.authorpagecls .sales-boxes .top-sales li .product,
.price{
  font-size: 17px;
  font-weight: 400;
  color: #333;
}

.form_group_sec{padding:0 15px 5px 15px;margin-bottom: 15px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}

.account-details textarea{width: 100%;resize: none;height: 100px;}
.input_fullw{width:100% !important;}
.author_img_sec .author-upload img{width: 120px;height: 120px;border-radius: 50%;border: 4px double #fff;-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);}
.author_img_sec {padding-bottom:20px;}
.author_img_sec  .author-remove{color: #f00;padding-left: 10px;}
.authorpagecls .author_img_sec  label{text-align: left;padding-bottom: 20px;}
.aut_sub_btn{text-align: center;}
.aut_sub_btn button { display: inline-block;width: auto !important;border-radius: 0px !important;height: 40px;padding: 0 15px !important;
  line-height: 40px;background-color:#ffffff!important;cursor: pointer;margin: 0 !important;color: #123528 !important; border: 1px solid #123528 !important; box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, .25); }
/* .aut_sub_btn button:hover{background-color:#123528 !important;} */
/* .aut_sub_btn button:hover {background-color:#123528 !important;} */
/*-------------------------------------------*/
.post_drp_sec ul { padding: 0px !important;}
.post_drp_sec li { padding-left: 0px !important;}
.post_drp_sec li::before { display: none !important;}
.home-content-pad { padding-left: 15px !important;padding-right: 15px !important;}
.post_drp_sec { padding: 9px 10px;}
.post_drp_sec, .post_list_btn .more_button_sec { border:1px solid #123528 !important;background-color: #ffffff !important; color: #123528 !important;}

.post_drp_sec ul li.dropdown {
  margin-bottom: 0px !important;
}

.post_drp_sec ul li a {color: #123528 !important;}
.post_list_btn .more_button_sec {color: #123528 !important;}
.post_drp_sec:hover, .post_list_btn .more_button_sec:hover { border:1px solid #123528 !important;background-color: #123528 !important; color: #ffffff !important; }
.post_drp_sec:hover ul li a, .post_list_btn .more_button_sec:hover{color: #ffffff !important;}
.post_drp_sec:hover ul li ul li a{color: #000 !important;}
.post_drp_sec ul li ul li a{padding: 5px 10px !important;}
.post_drp_sec ul li ul li:last-child{margin-bottom: 0px !important;}
.post_drp_sec, .post_list_btn, .post_list_drpdwn_cat, .post_list_Ser, .post_list_num_drpdwn {margin-bottom: 20px;}
.home-content-pad .select2-container{width:100% !important;}
.post_list_Ser{position: relative;}
.post_list_Ser input[type="text"]{height:38px}
.post_list_Ser .btn-success{position: absolute;right: 10px;top: 0px;border-radius: 2px 2px 0px 0px;}
.post_drp_sec i{margin-right: 5px;}

.post_drp_sec,.post_list_btn{width: auto;display: inline-block;vertical-align: middle;}
.post_list_btn{padding-left: 10px;}
.post_drp_sec li{padding-bottom: 0px !important;}
.post_drp_sec li .dropdown-menu li{margin-bottom: 7px !important;}
.post_list_Ser .btn:focus,.post_list_num_drpdwn select:focus,.post_list_Ser .btn:active,.post_list_num_drpdwn select:active{box-shadow: none !important;} 
.post_list_ser::after{content: "";clear: both;display: block;width: 0;height: 0;line-height: 0;font-size: 0;}
.post_list_drpdwn_cat,.post_list_Ser{width: 40%;padding-right: 10px;}
.post_list_cmt_sec .post_list_Ser,.post_list_cmt_sec .post_list_num_drpdwn{width: 50%;}
.post_list_num_drpdwn{width: 20%;}
.post_list_drpdwn_cat, .post_list_Ser, .post_list_num_drpdwn{float: left;}
.post_list_drpdwn_cat .select2-container--default .select2-selection--single .select2-selection__rendered {  
  line-height: 38px;}
.post_list_drpdwn_cat .select2-container--default .select2-selection--single .select2-selection__arrow{height: 38px;}

.post-list-table table td,.post-list-table table{border:1px solid #ccc}
.table thead th {vertical-align: middle;border: 1px solid #ccc;border-bottom:none;border-top: none;}
.post_list_cmt_sec select{height: 38px;}
.post_drp_sec .dropdown-item.active, .post_drp_sec .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #123528;
}
.authorpagecls .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  width: 100%;
}
.authorpagecls .select2-container{width: 100% !important;}
/*-------------------------------*/
.authorpagecls .post_create_sec .account-details >div{align-items: start;}
.form_field_title,.form_field_colm{width: 100%;}
.post_create_sec .account-details,.post_edit_sec .account-details{margin: 0 !important;}
.author-upload {color: #133429;border:1px solid #133429;padding: 10px;display: inline-block; background: #ffffff; box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, .25);}
.author-upload:hover { color: #ffffff; border:1px solid #133429; padding: 10px;display: inline-block; background: #133429;  }

/*---------------------------------------*/
.authorpagecls h1 {
  margin: 0;
  font-weight: 400;
  }
  .authorpagecls legend{margin-bottom: 0px;}
.authorpagecls h3 {      
  color: #000;
  }
  .authorpagecls .main-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  }
.authorpagecls form {width: 100%;}
.authorpagecls  fieldset {
  border: none;
  border-top: 1px solid #123528;
  }
.authorpagecls  .account-details, .authorpagecls .personal-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  .authorpagecls  .account-details >div, .authorpagecls .personal-details >div >div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  }
  .authorpagecls  .account-details >div, .authorpagecls .personal-details >div, input, label {
  width: 100%;
  }
  .authorpagecls label {
  padding: 0 5px;
  text-align: right;
  vertical-align: middle;
  }
  .authorpagecls input {
  padding: 5px;
  vertical-align: middle;
  }
  .authorpagecls .checkbox {
  margin-bottom: 10px;
  }
  .authorpagecls select, .children,.authorpagecls .gender, .bdate-block {
  width: 100%;
  padding: 5px 0;
  }
  .authorpagecls select {
  background: transparent;
  }
  .authorpagecls .gender input {
  width: auto;
  } 
  .authorpagecls .gender label {
  padding: 0 5px 0 0;
  } 
  .authorpagecls .bdate-block {
  display: flex;
  justify-content: space-between;
  }
  .authorpagecls .birthdate select.day {
  width: 35px;
  }
  .authorpagecls .birthdate select.mounth {
  width: calc(100% - 94px);
  }
  .authorpagecls .birthdate input {
  width: 38px;
  vertical-align: unset;
  }
  .authorpagecls .checkbox input, .children input {
  width: auto;
  margin: -2px 10px 0 0;
  }
  .authorpagecls .checkbox a {
  color: #133429;
  }
  .authorpagecls .checkbox a:hover {
  color: #123528;
  }
  .authorpagecls button {
  width: 100%;
  padding: 10px 0;
  margin: 10px auto;
  border-radius: 2px; 
  border: none;
  background: #123528 !important; 
  font-size: 14px;
  font-weight: 400;
  color: #ffffff !important;
  border: 1px solid #123528 !important;
  }
 .authorpagecls .mce-toolbar .mce-btn-group .mce-btn.mce-listbox, .authorpagecls .mce-toolbar .mce-btn-group .mce-btn, .authorpagecls .qt-dfw{border:none !important;}
i.mce-ico { color: #123528 !important;}
.authorpagecls .mce-panel .mce-btn i.mce-caret {
    border-top: 6px solid #fff;}
.authorpagecls .mce-btn-group .mce-btn{margin:0 3px !important;}
.authorpagecls button:focus{outline: none;}  
  .authorpagecls button:hover { background: #ffffff !important; color: #123528 !important; }
  .authorpagecls button:hover i.mce-ico { color: #123528 !important;}
  .mce-toolbar .mce-ico { color: #ffffff !important;}
  .media-modal.wp-core-ui{z-index: 999999999 !important;}
  .authorpagecls .enquiry_form_wrapper_hide, .authorpagecls .mce-btn .mce-i-fullscreen {
    display: inherit !important;
}
.authorpagecls .ed_button{width: auto !important;}
.authorpagecls .quicktags-toolbar{display: flex;flex-wrap: wrap;}
.authorpagecls .mce-btn-group button{margin:0px !important;}
#mceu_11{display: none !important;}
  /*--------------------------------------*/
  .authorpagecls .account-details >div, .authorpagecls .personal-details >div {
    width: 50%;flex-direction: column;padding:0 15px;
    }
  .authorpagecls .account-details{margin:0 -15px}
  .authorpagecls .account-details label {width: 100%;padding-bottom: 10px;flex: 0 0 auto;text-align: left;margin-bottom: 0px;padding-left:0px;}
  .authorpagecls .account-details input,.authorpagecls .account-details select {width: 100%;flex: 0 0 auto;}
  .authorpagecls  form{padding:0px 0px;}
/*-------------------------------------------------------
post editor
-------------------------------------------------------*/
.wp-editor-tabs{display: flex;flex-wrap: wrap;}
.form_group_sec .wp-switch-editor{float: none !important;}
.authorpagecls .wp-editor-tabs button{width: auto !important;background-color:#123528 !important;border-radius:none !important;padding:5px 5px !important;font-size:14px !important;color:#fff !important;margin:0 5px !important;font-weight:normal !important;}

/*-------------------------------------------------------
post editor end
-------------------------------------------------------*/



  @media (min-width: 568px) {

  
 
  select, .children, .gender, .bdate-block {
  width: calc(60% + 16px);
  }
  }

  /*.edit-attachment{display:none !important;}*/
  .img-authorcls{width:100px !important;height:100px !important;}
  .form-element{width:100% !important;}


  textarea {
width: 100%;
height: 100px;
font-family: inherit;
padding: 10px;
margin-top: 0px;
font-size: 16px;
}
.tags
{
    display:flex;
    align-items: center;
    margin-top:  15px;
}
.tag {
    background-color: #31df19;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 0 5px 10px 0;
    font-size: 14px;
}
.tag.highlight {
    background-color: #273c75;
  }

.circular_image {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
background-color:transparent;
/* commented for demo
float: left;
margin-left: 125px;
margin-top: 20px;
*/

/*for demo*/
display:inline-block;
vertical-align:middle;
}
.circular_image img{
width:100%;
}


.edit-attachment{display:none !important;}
.authorpagecls .table tr:nth-child(odd) td {
  background-color: #ededed;
}
.authorpagecls .table tr:nth-child(even) td {
  background-color: #ffffff;
}
.authorpagecls .table tr td a{color: #123528;font-weight: bold;}
.authorpagecls .table tr td a:hover{color: #123528;}
.authorpagecls .table thead th { background-color: #ffffff;color: #123528;}
.authorpagecls .table thead th a:hover{ color: #123528;}
.authorpagecls .table tr td .fas.fa-trash{color: #f00;}
.hidesort i{color:#123528}
.hidesort {
  display: none;
}
    
.sortby:hover + .hidesort {
  display: inline-block;
  color: black;
}
/* .authorpagecls .table td, .authorpagecls .table th{padding: 7px 5px;} */
.authorpagecls .labelWithCharsWrapper{width: 100%;}
.authorpagecls .labelWithCharsWrapper:after{content: "";clear: both;display: block;width: 0;height: 0;font-size: 0;line-height: 0;}
.authorpagecls .labelWithChars{float: left;width: 50%;}
.authorpagecls #charsTitle.labelWithChars label{text-align: right;}
.authorpagecls .ath_loader{   
  position: absolute;
  top: 0px;
  right: 0;
  left: 3px;
  width: auto;
  height: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
}
.authorpagecls .loader_icon{height: 20px;
margin: auto;
position: absolute;
top: 0px;
left: 0;
right: 0;
bottom: 0;
color: #fff;
font-weight: bold;
/* border: 4px solid #123528; /
  border-top: 4px solid #31df19; 
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite; */
  /* font-size: 0px; */
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.auth_inner{padding: 10px;border:1px solid #123528;text-align: center;}
.auth_inner img{height: 120px;width: auto;margin-bottom: 10px;}
.aut_colm_sec{margin-bottom: 20px;}
.aut_colm_sec p{padding-bottom: 0px !important;}
.aut_colm_sec p a{color:#123528;}
.aut_colm_sec p a:hover{color:#43d335;}

.form_field_colm input[type=checkbox]{width: auto;margin-right: 10px;}


.ath_loader_sec{position: relative;}
.txt_align_left{text-align: left !important;align-items: start !important;}
.account_btn_sec #show_hide_pwd{margin-top: 10px;}
.account_btn_sec #set_new_password{margin-bottom: 10px;}


.authorpagecls table th{position: relative;padding: 7px 15px;}
.authorpagecls .hidesort { 
  position: absolute;
  right: 4px;
}
.authorpagecls .hidesort i{font-size: 12px;}
.userExtBtn {
  border-radius: 0px;
  padding: 12px;
  background-color:#133429;
  margin: 0 0 0 10px;
  color: #fff;
}
.userExtBtn:hover {
  background-color:#123528;
  color: #fff;
}
#profile_upadte_from label a {
  color: #123528;font-style: italic;
  text-decoration: underline;
}
#profile_upadte_from label a:hover {
  color: #133429;
}
/*----------------------------------------*/


/* Responsive Media Query */
@media (max-width: 1240px) {
/* .authorpagecls .sidebar{
    width: 60px;
  }
.authorpagecls .sidebar.active{
    width: 220px;
  }
.authorpagecls .home-section{
    width: calc(100% - 60px);
    left: 60px;
  } */
/* .authorpagecls .sidebar.active ~ .home-section{
    /* width: calc(100% - 220px); */
    /* overflow: hidden;
    left: 220px;
  } */
/* .authorpagecls .home-section nav{
    width: calc(100% - 60px);
    left: 60px;
  } */
/* .authorpagecls  .sidebar.active ~ .home-section nav{
    width: calc(100% - 220px);
    left: 220px;
  } */
}
@media (max-width: 1150px) {
.authorpagecls  .home-content .sales-boxes{
    flex-direction: column;
  }
.authorpagecls .home-content .sales-boxes .box{
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 30px;
  }
.authorpagecls  .home-content .sales-boxes .top-sales{
    margin: 0;
  }
}
@media (max-width: 1000px) {
.authorpagecls .overview-boxes .box{
    width: calc(100% / 2 - 15px);
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
.authorpagecls .sidebar,.authorpagecls .home-section {  
  width: 100%;
}
.authorpagecls .home-section{padding-left: 3.5px;margin-top: 30px;}
.authorpagecls .account-details >div, .authorpagecls .personal-details >div {
  width: 100%;  
}
.authorpagecls .ath_loader {  
  left: 4px;}
}
@media (max-width: 700px) {
.authorpagecls  nav .sidebar-button .dashboard,
.authorpagecls  nav .profile-details .admin_name,
.authorpagecls  nav .profile-details i{
    display: none;
  }
.authorpagecls  .home-section nav .profile-details{
    height: 50px;
    min-width: 40px;
  }
.authorpagecls  .home-content .sales-boxes .sales-details{
    width: 560px;
  }
}
@media (max-width: 575px) {
.post_list_drpdwn_cat, .post_list_Ser,.post_list_num_drpdwn,.post_list_cmt_sec .post_list_Ser, .post_list_cmt_sec .post_list_num_drpdwn {
  width: 100%;
 
}
.post_list_drpdwn_cat, .post_list_Ser{ padding-right: 0px;}
.post_list_Ser .btn-success {  
  right: 0;}
}

@media (max-width: 550px) {
.authorpagecls  .overview-boxes .box{
    width: 100%;
    margin-bottom: 15px;
  }
.authorpagecls  .sidebar.active ~ .home-section nav .profile-details{
    display: none;
  }
}
  @media (max-width: 479px) {
    .authorpagecls .labelWithChars {      
      width: 100%;
  }
  .authorpagecls #charsTitle.labelWithChars label {
    text-align: left;
}
}


