
  body {
    font-size: 0.9rem;
  }
  .page-wrapper .sidebar-wrapper,
  .sidebar-wrapper .sidebar-brand > a,
  .sidebar-wrapper .sidebar-dropdown > a:after,
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
  .sidebar-wrapper ul li a i,
  .page-wrapper .page-content,
  .sidebar-wrapper .sidebar-search input.search-menu,
  .sidebar-wrapper .sidebar-search .input-group-text,
  .sidebar-wrapper .sidebar-menu ul li a,
  #show-sidebar,
  #close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
/*----------------page-wrapper----------------*/


  
  /*----------------toggeled sidebar----------------*/
  .sub-li-active{
    
    background: #fff;
    color: #000 !important;
    width: auto !important;
    border-radius: 20px;
    padding: 5px 15px !important;

  }
  .page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
  }
  
  @media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
      padding-left: 290px;
    }
  }
  /*----------------show sidebar button----------------*/
  #show-sidebar {
    position: fixed;
    left: 0;
    top: 80px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    z-index: 999;
    background-color: #172739 !important;
    transition-delay: 0.3s;
    opacity: .5;
  }
  .page-wrapper.toggled #show-sidebar {
    left: -40px;
  }
  /*----------------sidebar-wrapper----------------*/
  
  .sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: -300px;
    z-index: 1;
    bottom: 0;
  }
  .page-wrapper{
    position: relative;
  }
  
  .sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .sidebar-wrapper ul li{
    margin-bottom: 10px;
  }
  
  .sidebar-wrapper a {
    text-decoration: none;
  }

  .signoutLi{
    margin-bottom: 0 !important;
    /* display: flex !important;
    justify-content: space-between;
    padding-right: 5px !important; */
  }
  .signoutLi span{
    font-size: 16px;
    font-weight: 400;
  }
  
  /*----------------sidebar-content----------------*/
  
  .sidebar-content:not(.homefeedLeftsideWrapper .sidebar-content ) {
        /* max-height: calc(100% - 110px); */
        height: calc(107% - 100px);
        overflow-y: auto;
        position: relative;
        padding-bottom: 30px;
  }
  
  .sidebar-content.desktop {
    overflow-y: hidden;
  }

  /*.profile-image-edit-icon{
    position: absolute;
    color: #9E9E9E;
    font-size: 18px;
    cursor: pointer;
    right: 7px;
    top: 8px;
  }*/
  .profile-image-edit-icon{
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-top:3px;
  }

  #profile_image_div{
    width: 30px;
    background: gray;
    height: 25px;
    border-radius: 30px;
    position: absolute;
    right: -17px;
    top: -4px;
  }
  .username-edit-icon{
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-left: 5px;
  }
  
  /*--------------------sidebar-brand----------------------*/
  
  .sidebar-wrapper .sidebar-brand {
    padding: 10px 10px;
    display: inline-block;
    float: right;
  }
  .sidebar-logo{
    width: 70px;
  }
  
  .sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
  }
  
  .sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    background-color: #030ef43b;
    color: #fff;
    padding: 1px 7px;
    border-radius: 100px;
  }
  /*--------------------sidebar-header----------------------*/
  
  .sidebar-wrapper .sidebar-header {
    padding: 10px 10px;
    /* overflow: hidden; */
    text-align: center;
    background: transparent;
    margin: 0;
    border-radius: 0;
    border-bottom: 2px solid;
    margin-bottom: 10px;
  }
  
  .sidebar-wrapper .sidebar-header .user-pic {
    width: 70px;
    padding: 2px;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
  }
  
  .sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 70px;
    width: 70px;
    border: 2px solid #17273970;
    border-radius: 10px;
  }
  .sidebar-wrapper .sidebar-header .user-pic img.onlineicon
  {
    position: absolute;
    bottom: 12px;
    color: #29B473;
    right: -8px;
    width: 25px;
    height: 25px;
}
  
  /* .sidebar-wrapper .sidebar-header .user-info {
    float: left;
  } */
  
  .sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
    color: #fff !important;
  }
  .sidebar-wrapper .sidebar-header .user-info {
    font-size: 16px;
  }
  
  .sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
  }
  
  .sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
  }
  
  .sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 11px;
    margin-right: 4px;
    color: #2196F3;
  }
  
 
  /*----------------------sidebar-menu-------------------------*/

  :root {
    --inverted-corners-background: #fff;
    --inverted-corners-size: 1rem;
  }
  
  
  
  .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a.inverted-corners::before {
    content: '';
  
    /* Absolute position */
    bottom: calc(-2 * var(--inverted-corners-size));
    right: 2px;
    position: absolute;
  
    /* Size */
    height: calc(2 * var(--inverted-corners-size));
    width: var(--inverted-corners-size);
  
    /* Border */
    background-color: transparent;
    border-top-right-radius: var(--inverted-corners-size);
    box-shadow: var(--inverted-corners-background) 0px calc(-1 * var(--inverted-corners-size)) 0px 0px;
  }
  .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a.inverted-corners::after {
    content: '';
    top: calc(-2 * var(--inverted-corners-size));
    right: 1px;
    transform: rotate(360deg);
    position: absolute;
    height: calc(2 * var(--inverted-corners-size));
    width: var(--inverted-corners-size);
    background-color: transparent;
    border-bottom-right-radius: var(--inverted-corners-size);
    box-shadow: var(--inverted-corners-background) 0px calc(1 * var(--inverted-corners-size)) 0px 0px;
  
  }
  
  .sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
    overflow-x: hidden;
  }
  
  .sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
  }
  
  .sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 15px;
    margin-left: 0px;
  }
  
  .sidebar-wrapper .sidebar-menu ul li a img {
    margin-right: 10px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
  }
  
  .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
  }
  
  .sidebar-wrapper .sidebar-menu ul li a span.label,
  .sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
  }
  
  /*--------------------------side-footer------------------------------*/
  
  .sidebar-footer:not(.homefeedLeftsideWrapper .sidebar-footer) {
    position: absolute;
    width: 100%;
    bottom: 0;
    /* display: flex; */
  }
  
  .sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
  }
  
  .sidebar-footer > a .notification {
    position: absolute;
    top: 0;
  }
  
  .badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
  }
  
  .badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
  }
  .personalInfo-block .iti {
    position: relative;
    display: block;
}

  
  /*--------------------------page-content-----------------------------*/
  
  .page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
  }
  
  .page-wrapper .page-content > div {
    padding: 0;
  }
  
  .page-wrapper .page-content {
    overflow-x: hidden;
  }
  
  /*------scroll bar---------------------*/
  
  ::-webkit-scrollbar {
    width: 5px;
    height: 7px;
  }
  ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  ::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #525965;
  }
  ::-webkit-scrollbar-thumb:active {
    background: #525965;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  ::-webkit-scrollbar-track:hover {
    background: transparent;
  }
  ::-webkit-scrollbar-track:active {
    background: transparent;
  }
  ::-webkit-scrollbar-corner {
    background: transparent;
  }
  
  
  /*-----------------------------chiller-theme-------------------------------------------------*/
  
  .chiller-theme .sidebar-wrapper {
      background: #2F9CD7;
  }
  
  /* .chiller-theme .sidebar-wrapper .sidebar-header,
  .chiller-theme .sidebar-wrapper .sidebar-search,
  .chiller-theme .sidebar-wrapper .sidebar-menu {
      border-top: 1px solid #3a3f48;
  } */
  
  .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
  .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
      border-color: transparent;
      box-shadow: none;
  }
  
  .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
  .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
  .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
  .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
  .chiller-theme .sidebar-wrapper .sidebar-brand>a,
  .chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
  .chiller-theme .sidebar-footer>a {
      color: #fff;
  }
  
  .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
  
  .chiller-theme .sidebar-wrapper .sidebar-header .user-info,
  .chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
  .chiller-theme .sidebar-footer>a:hover i {
      color: #b8bfce;
  }
  .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a{
    border-top-left-radius: 20px;
    color: #000;
    background: #fff;
    border-bottom-left-radius: 20px;
    margin-left: 20px;
    width: 93%;
  }
  
  .page-wrapper.chiller-theme.toggled #close-sidebar {
      color: #fff;
  }
  
  .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
      color: #ffffff;
  }
  
  .chiller-theme .sidebar-wrapper ul li:hover a i,
  .chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
  .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
  .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
      color: #16c7ff;
      text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
  }
  
  .chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
  .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
  .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
  .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
      /* background: #fff; */
  }
  
  .chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
      color: #6c7b88 !important;
  }
  
  .chiller-theme .sidebar-footer {
    background: #2f9cd7;
    /* box-shadow: 0px -1px 5px #282c33; */
    border-top: 1px solid #fff;
  }
  
  .chiller-theme .sidebar-footer>a:first-child {
      border-left: none;
  }
  
  .chiller-theme .sidebar-footer>a:last-child {
      border-right: none;
  }

  .sidebar-footer li {
    font-family: 'Figtree', sans-serif !important;
    white-space: inherit !IMPORTANT;
    border-bottom: 1px solid #fff;
}
.sidebar-footer li:last-child {
  font-family: 'Figtree', sans-serif !important;
  white-space: inherit !IMPORTANT;
  border-bottom: 0px solid #fff;
}

/* ----------------edit about middle content css------------- */


.editAbout-middle-content-wrapper input::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

.editAbout-middle-content-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #ccc;
}

.editAbout-middle-content-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
 color: #ccc;
}
.editAbout-middle-content-wrapper .personal-info-form label
{
  font-size: 14px;
  font-family: sans-serif;
  margin-bottom: 0.3rem;
}

.editAbout-middle-content-wrapper .SU-Experience-block-Timeline ul.timeline {
  list-style-type: none;
  position: relative;
}
.editAbout-middle-content-wrapper .SU-Experience-block-Timeline ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
.editAbout-middle-content-wrapper .SU-Experience-block-Timeline ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  font-size: 14px;
}
.work_container a.designation_text,.education_container a.course_text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1;
}
.work_container p.company_text, .education_container p.uni_text {
  font-size: 14px;
  font-weight: 500;
}
.work_container b.country_text , .education_container b.country_text {
  font-weight: 500;
}
.editAbout-middle-content-wrapper .SU-Experience-block-Timeline ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}


.editAbout-middle-content-wrapper .SU-Education-block-Timeline ul.timeline {
  list-style-type: none;
  position: relative;
}
.editAbout-middle-content-wrapper .SU-Education-block-Timeline ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
.editAbout-middle-content-wrapper .SU-Education-block-Timeline ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  font-size: 14px;
}
.editAbout-middle-content-wrapper .SU-Education-block-Timeline ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.editAbout-middle-content-wrapper .fropzone-Cont .dropzone {
  width: 100%;
  height: 100%;
  border: 1px dashed #999;
  border-radius: 3px;
  text-align: center;
  position: relative;
}
.upload-icon p{
  font-weight: 600;
  margin-top: 7px;
}
.editAbout-middle-content-wrapper .fropzone-Cont .upload-icon {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.editAbout-middle-content-wrapper .fropzone-Cont .upload-input {
position: relative;
top: 8px;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}

.editAbout-middle-content-wrapper .uploaded-img img
{
  background-repeat: no-repeat;
    background-size: auto;
}
.editAbout-middle-content-wrapper .uploaded-img{
  border: 1px solid #ccc;
  position: relative;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.editAbout-middle-content-wrapper i.fa.fa-trash.img-del-icon.mr-2 {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #9E9E9E;
}

.editAbout-middle-content-wrapper .skill-block ul{
  list-style: none;
  padding-left: 10px;
  font-size: 14px;
}
.editAbout-middle-content-wrapper .skill-block ul li i{
  color: #ccc;
}

.editAbout-middle-content-wrapper .personal-info-form ul.about {
  list-style: none;
  color: black;
  padding: 0;
}
.editAbout-middle-content-wrapper .personal-info-form li.about-items {
  margin: 10px;
  font-size: 0.9rem;
  /* font-family: sans-serif; */
  /* font-weight: 400; */
}
.editAbout-middle-content-wrapper .personal-info-form li.about-items i {
  color: #607d8b;
}
.editAbout-middle-content-wrapper .SU-aboutus-box {
  width: 100%;
  height: auto;
  border: 0px solid #dee2e6;
  padding: 0px;
  box-shadow: none;
}
.editAbout-middle-content-wrapper .SU-interestInputget{
  margin-bottom: 10px;
  
}
.manageinfo-Icon i
{
  color: #9E9E9E;
  cursor: pointer;
}
.addlinkListing{
  list-style: none;
  padding: 0px;
}
.addlinkListing li{
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.addlinkListing li:last-child{
  border-bottom: 0px solid rgba(0,0,0,.1);
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* ----------------edit about middle content css------------- */
/* ----------------My draft middle content css------------- */
.img-td{
  width: 120px;
  padding: 1.2rem 0 1.2rem 0 !important;
}
.art-TR{
  /* border-top: 2px solid #ccc; */
}
#draft_filter{
  display: inherit;
  position: relative;
}
#draft_filter input{
  padding-right: 50px;
  height: 42px;
}
#draft_filter span{
  padding: 10px 15px;
  background-color: #179ce7;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  }
#draft_filter span i{
  color: #fff;
    }
/* #draft_filter label{
  margin-bottom: 0;
  vertical-align: middle;
  padding-top: 8px;
  margin-right: 10px;
} */
.art-date-span{
  padding: 0px 15px 2px 3px;
  border-right: 1px solid #ccc;
}
.art-title span{
  display: block;
  border-bottom: 1px solid #cccccc4f;
  padding: 7px 0px 15px 0px;
  margin-bottom: 6px;
}
#draftdatatable_wrapper .table tbody td .published,
#draftdatatable_wrapper .table tbody td .pending,
#draftdatatable_wrapper .table tbody td .rejected,
#draftdatatable_wrapper .table tbody td .draft   {
  text-align: center;
  position: relative;
  border-radius: 30px;
  padding: 2px 25px 3px 25px;
  margin: 0px 15px;
  width: 100px;
  /* display: inline-block; */
  }
.art-action-icons
{
    padding: 0px 3px 2px 5px;
    border-left: 1px solid #ccc;
}
.art-action-icons a i{
  color: #9E9E9E;
    font-size: 18px;
}

#draftdatatable_wrapper .table tbody td .published {
  background: #39b54a;
  color: #fff !important;
}
#draftdatatable_wrapper .table tbody td .pending {
  background: #f7931e;
  color: #fff !important;
}
#draftdatatable_wrapper .table tbody td .rejected {
  background: #ff0000;
  color: #fff !important;
}
#draftdatatable_wrapper .table tbody td .draft{
  background: #998675;
  color: #fff !important;
}
#draftdatatable_wrapper .table tbody td .published:after {
  background: #23bd5a; }

#draftdatatable_wrapper .table tbody td .img {
  width: 110px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}
#draftdatatable_wrapper .table tbody td .email span {
  display: block; }
  #draftdatatable_wrapper .table tbody td .email span:last-child {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3); }
#draftdatatable_wrapper .table tbody td .close span {
  font-size: 12px;
  color: #dc3545; }
.myarticle-list-img{
  width: 50px;
}
#draftdatatable_wrapper{
  min-height: 600px;
}

#draftdatatable.dataTable th, #draftdatatable.dataTable td {
  font-weight: 400;
  font-size: 1rem;
  vertical-align: middle;
  color: #3F4254;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  outline: none !important;
  padding: 1rem 1rem;
}

#draftdatatable.dataTable th.sorting_desc:before, #draftdatatable.dataTable th.sorting_desc:after, #draftdatatable.dataTable th.orting_asc_disabled:before, #draftdatatable.dataTable th.orting_asc_disabled:after, #draftdatatable.dataTable th.orting_desc_disabled:before, #draftdatatable.dataTable th.orting_desc_disabled:after, #draftdatatable.dataTable th.sorting_asc:before, #draftdatatable.dataTable th.sorting_asc:after, #draftdatatable.dataTable th.sorting:before, #draftdatatable.dataTable th.sorting:after, #draftdatatable.dataTable td.sorting_desc:before, #draftdatatable.dataTable td.sorting_desc:after, #draftdatatable.dataTable td.orting_asc_disabled:before, #draftdatatable.dataTable td.orting_asc_disabled:after, #draftdatatable.dataTable td.orting_desc_disabled:before, #draftdatatable.dataTable td.orting_desc_disabled:after, #draftdatatable.dataTable td.sorting_asc:before, #draftdatatable.dataTable td.sorting_asc:after, #draftdatatable.dataTable td.sorting:before, #draftdatatable.dataTable td.sorting:after {
  top: 50% !important;
  margin-top: -0.75rem;
  bottom: auto !important;
}
#draftdatatable.dataTable th.sorting:before, #draftdatatable.dataTable th.sorting:after, #draftdatatable.dataTable td.sorting:before, #draftdatatable.dataTable td.sorting:after {
  opacity: 0;
}
#draftdatatable.dataTable tfoot th, #draftdatatable.dataTable thead th {
  font-weight: 500;
  color: #181C32;
}
.table.table-head-custom thead tr, .table.table-head-custom thead th {
  font-weight: 600;
  color: #B5B5C3 !important;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
#draftdatatable.dataTable th, #draftdatatable.dataTable td {
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
  color: #3F4254;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  outline: none !important;
  padding: 1rem 1rem;
}
.mydraftAction .btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
  height: calc(1.35em + 1.1rem + 2px);
  width: calc(1.35em + 1.1rem + 2px);
}
.mydraftAction  .btn.btn-clean {
  color: #B5B5C3;
  background-color: transparent;
  border-color: transparent;
}
.mydraftAction .btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.3rem + 2px);
  width: calc(1.5em + 1.3rem + 2px);
}
.mydraftAction .btn.btn-clean i {
  color: #B5B5C3;
}
.mydraftAction .btn{
  box-shadow: none !important;
  outline: none !important;
}
.mydraftAction .btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled), .mydraftAction .btn.btn-clean:focus:not(.btn-text), .mydraftAction .btn.btn-clean.focus:not(.btn-text) {
  color: #6993FF;
  background-color: #F3F6F9;
  border-color: transparent;
}
.mydraftAction .btn.btn-sm i,.mydraftAction .btn-group-sm > .btn i {
  font-size: 1.3rem;
  padding-right: 0.35rem;
}
.emptyDataMsgIcon{
  width: 130px;
}
.emptyDataMsg{
  text-align: center;
  padding-top: 80px;
  border-top: 1px solid #ccc;
}

.emptyDataMsg p{
  color: #4b7698 !important;
  font-size: 16px;
  font-weight: 500;
}
/* ----------------My draft middle content css------------- */


/* input tags css */

/* bootstrap-tagsinput.css file - add in local */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 7px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  background-color: #5bc0de;
  display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 85%;
    font-weight: 600;
    line-height: 2.2;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*---------------- new article post css -------------- */

.material-switch > input[type="checkbox"] {
  display: none;   
}

.article-fropzone-Cont .file-upload-image{
  width: 300px; 
}
.article-fropzone-Cont{
  text-align: center;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative; 
  width: 40px;  
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position:absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}
.material-switch .label-info {
  background-color: #5bc0de;
}
.articledefaultinfoIcon
{
  color: #9E9E9E;
  cursor: pointer;
}

.article-fropzone-Cont .dropzone {
  width: 100%;
    height: 250px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    text-align: center;
    position: relative;
  }
  
.article-fropzone-Cont .upload-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%; 
  transform: translate(-50%, -50%);
  }
  
.article-fropzone-Cont .upload-icon img {
  margin-bottom: 15px;
}
.article-fropzone-Cont .upload-icon h5 {
  color: #bdbdbd;
}
.article-fropzone-Cont .upload-icon p {
  color: #bdbdbd !important;
  margin-bottom: 0px;
}
.article-fropzone-Cont .upload-input {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  }

.ql-container{
  height: 300px !important;
}



/*---------------- new article post css -------------- */

/* Slider css for upload images */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: auto;
  margin: 0 auto;
  max-width: 200px;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: inherit !important;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* multi input tags css */

.interest-block .select2-container--default .select2-selection--multiple .select2-selection__choice,
.articlePostinnerWrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #5bc0de;
  border: 1px solid #5bc0de;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 0px;
  padding: 2px;
  padding-right: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  font-size: 80%;
  margin-bottom: 5px;
  font-weight: 600;
  color: #fff !important;
}
.interest-block .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, 
.articlePostinnerWrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent !important;
  border: none;
  border-right: 0px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff !important;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px 5px;
  position: absolute;
  right: 2px;
  top: 0;
  left: unset;
}
.interest-block .select2-container--default .select2-selection--multiple .select2-selection__choice__display, 
.articlePostinnerWrapper.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
  color: #fff !important;
}

.interest-block .select2-container--default .select2-selection--multiple,
.articlePostinnerWrapper .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ced4da !important;
  border-radius: 4px;
  cursor: text;
  padding: 7px 6px;
  position: relative;
}
.btn-secondary {
  color: #fff;
  background-color: #9E9E9E !important;
}



/* mobile responsive css */
@media screen and (max-width: 768px) {

  .notification_avatar_contanier .dropdown-menu {
    top: 45px;
    right: -35px;
    left: -800%;
    margin-top: 0;
    margin-right: 0.125rem;
    text-align: left;
    max-height: 500px;
    overflow-y: auto;
}

.serviceTabCard .card-header {
  background-color: #179ce7;
  color: #fff;
  border-radius: 15px;
  display: inline-block !important;
  position: relative;
}
.serviceTabCard .bxs-sort-alt {
  font-size: 18px;
  cursor: grab;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.serviceTabCard .cardtitleCountry {
  display: inline-flex;
  vertical-align: middle;
  justify-content: flex-start;
  padding-left: 30px;
}
.serviceCardForGuest .cardtitleCountry {
  display: inline-flex;
  vertical-align: middle;
  justify-content: flex-start;
  padding-left: 0px;
}
.serviceTabCard .bxs-edit {
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.serviceCardIcon{
  display: inline-block;
}

.serviceTabCard .country_delete {
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.cookiebtn {
  width: auto;
}
.notification_avatar_contanier{
  position: absolute;
  right: 44px;
  top: 14px;
}
  .serviceProviderListingContainer {
    padding: 145px 15px;
    background-color: #f0f9fd;
    padding-bottom: 30px;
}
.newsfeedpage-main-banner {
  position: relative;
  z-index: 7;
  background-position: center;
  height: 190px;
  padding-top: 0px;
}
.newpageMainLogo img {
  width: 180px;
}
.mb-for-sm{
  margin-bottom: 0px;
  font-size: 12px;
}
  #email_verification_alert {
    position: relative;
    margin-top: 55px !important;
}
.spCardsContainer {
  margin-top: 15px;
}

  #draftdatatable_wrapper {
    min-height: 600px;
    overflow-x: scroll;
}
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  padding-top: 90px;
  padding-right: 20px;
}

.header_avatar_contanier{
  position: absolute;
    right: -20px;
    top: 16px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  /* left: -85px !important; */
}
.verificationPage-banner {
  margin-top: 60px;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 230px;
  background-repeat: no-repeat;
}
.img-td {
  width: 70px;
  padding: 1.2rem 0 1.2rem 0 !important;
}
#draftdatatable_wrapper .table tbody td .img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}
.art-date-span {
  padding: 0px 15px 2px 3px;
  border-right: 1px solid #ccc;
  font-size: 12px;
}
#draftdatatable_wrapper .table tbody td .active, #draftdatatable_wrapper .table tbody td .pending, #draftdatatable_wrapper .table tbody td .rejected, #draftdatatable_wrapper .table tbody td .draft {
  text-align: center;
  position: relative;
  border-radius: 30px;
  padding: 2px 10px 3px 10px;
  margin: 0px 5px;
  width: 80px;
  font-size: 12px;
  display: inline-block;
}
.page_heading{
  font-size: 14px;
}

}

/* mobile responsive css end */
  
.verificationPage-banner{
  margin-top: 0px;
  position: relative;
  background-position: center center;
  background-size: cover;
  height: 300px;
  background-repeat: no-repeat;
}

.verification-msg-text{
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #BEC2CD;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.article-accordion .card-header{
  background-color: #f7e2b2;
  padding: 7px;
}

.article-accordion .card-header h6{
  font-size: 14px;
}
.article-accordion .card-header a span{
  height: 15px;
}
.mycontent{
  padding-right: 65px;
}
.read-more-btn {
  display: none;
  position: absolute;
  right: 0;
  font-size: 12px;
  top: 8px;
  border: none;
  background: no-repeat;
  color: #179ce7;
}
.collapsed {
  -webkit-line-clamp: unset;
  display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
/* ------------------------------------ */

/* sp post card css */

.spPostcard-wrapper{
  margin: auto;
  border-radius: 3px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.26);
  padding: 10px;
  margin-bottom: 10px;
  width: 535px;
  background-color: #fff;
}
.sppostcardheader
{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.post-card__profile-picture{
  display: inline-flex;
}
.spPost__preview-img
{
  width: 100%;
  /* object-fit: contain; */
  height: 100%;
  max-height: 400px;
  /* position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px; */
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.26);
}

.post-card__profile-img{
  height: 50px;
  width: 50px;
  border-radius: 100%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  margin-right: 12px;
  object-fit: cover;
}

#su-homepost-slider .post-card__profile-img{
  height: 50px;
  width: 50px;
  border-radius: 100%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  object-fit: cover;
  margin-right: 12px;
}

#su-homepost-slider .spHomePostCardWrapperimg {
  width: 175px !important;
  height: 175px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    border-radius: 3px;
}

.cardUsername{
  font-size: 18px;
    font-weight: 600;
}

.sppostcard-dropdown button {
  background-color: transparent !important;
  color: #545b62 !important;
  /* border-radius: 1000px; */
  font-size: 12px;
  padding: 4px 7px;
  border: 0;
  box-shadow: none !important;
}


.postCardTitletext {
  font-size: 14px;
  line-height: 1.5;
}

.postCardTitletext p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
  margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

.postCardTitletext p.collapsing {
    min-height: 42px !important;
}

/* .postCardTitletext a.collapsed:after  {
    content: 'Read More';
}

.postCardTitletext a:not(.collapsed):after {
    content: 'Read Less';
} */  