/****
 *
 * Change Theme Color(Black to Green)
 * To change (Black to Green),
 * Removed "dark-mode" from the body tag,
 * and add below Css
 *
 * */
 /**************Change Theme Color(Black to Green)**********Start******/
.navbar-dark {
    background-color: #3f5f4a;
    border-color: #ced;
}
[class*=sidebar-dark-] {
    background-color: #3f5f4a;
}
[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #ced;
}
[class*=sidebar-dark-] .sidebar a {
    color: #fff;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: unset;
}
/**************Change Theme Color(Black to Green)***********End*****/

.adminlogin_form .form-valid-error {
    color: red;
    width: 100%;
}

/***********Profile image Section*****************/
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 20px auto;
}
.admin_edit_profile_image .avatar-edit {
        position: absolute;
        right: 20px;
        z-index: 1;
        top: 10px;
}
.admin_edit_profile_image input {
  display: none;
}
.admin_edit_profile_image label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.admin_edit_profile_image label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.admin_edit_profile_image label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.admin_edit_profile_image .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.admin_edit_profile_image .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/***********Profile image Section*****************/

/*****************Category Image upload****************Start**************/
.containers{
    height:190px;
    position:relative;
    max-width: 320px;
    margin: auto;
}

.containers .imageWrapper{
    border: 3px solid #888;
    width:50%;
    padding-bottom:50%;
    border-radius:50%;
    overflow:hidden;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.containers .imageWrapper img{
    height:105%;
    width:initial;
    max-height:100%;
    max-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.file-upload {
    position: relative;
    overflow: hidden;
    margin: 10px; }

.file-upload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    width:100%;
    max-width:130px;
    text-align:center;
    color:#fff;
    font-size:16px;
    background: transparent;
    border: 2px solid #888;
    padding: 8px 8px;
    display:inline;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* &:hover{
      background:#999;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.75);
      -moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.75);
      box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.75);
    } */
  }

.file-upload input.cat-file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height:100%;
}
.upload_caticon_outer{
    text-align: center;
}

/*****************Category Image upload*****************End*************/

#add_new_blog_form .form-group.blog_img, #blog_editform .form-group.blog_img {
    text-align: center;
}
span#content-summernote-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
#add_new_blog_form .note-editor.note-frame.card {
    margin-bottom: auto;
}

.main-sidebar.sidebar-dark-primary .sidebar {
    margin-top: 0 !important;
}

.user_modal .modal-dialog{
    max-width: 600px;
}
.faq_form_field {
    display: flex;
    width: 100%;
    column-gap: 10px;
}
.faq_form_field input {
    width: 74%;
}
body 
 .multi_select_values .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    width: 100% !important;
}
.multi_select_values .chosen-container {
    width: 100% !important;
}
.multi_select_values .chosen-container-multi .chosen-choices{
    padding: 5px 5px !important;
}
/* -----------------acodding------------- */
body {
    background-color: #FFF8F2;
    color: #373539;
    font-family: 'Montserrat', sans-serif;
  }
  
  .container {
   padding: 600px;
  }
  
  .faq-drawer {
    margin-bottom: 30px;
  }
  
  .faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
  }
  
  .faq-drawer__title {
    border-top: #000 1px solid;
    cursor: pointer;
    display: block;
    font-size: 1.25em;
    font-weight: 700;
    padding: 30px 0 0 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
  }
  
  .faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
  }
  
  /* OPTIONAL HOVER STATE */
  .faq-drawer__title:hover { 
    color: #4E4B52  ;
  }
  
  .faq-drawer__trigger:checked
    + .faq-drawer__title
    + .faq-drawer__content-wrapper {
    max-height: 350px;
  }
  
  .faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
  }
  
  
  @media only screen and (max-width: 600px) {
    .container {
      padding: 80px;
    }
  }
  .img-thumbs {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin: 1.5rem 0;
    padding: 0.75rem;
  }
  .img-thumbs-hidden {
    display: none;
  }
  
  .wrapper-thumb {
    position: relative;
    display:inline-block;
    margin: 1rem 0;
    justify-content: space-around;
  }
  
  .img-preview-thumb {
    background: #fff;
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
  }
  
  .remove-btn{
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:.7rem;
    top:-5px;
    right:10px;
    width:20px;
    height:20px;
    background:white;
    border-radius:10px;
    font-weight:bold;
    cursor:pointer;
  }
  
  .remove-btn:hover{
    box-shadow: 0px 0px 3px grey;
    transition:all .3s ease-in-out;
  }
  /* table {
    width: 100px;
  }
table tr th {
  white-space: nowrap;
} */