.dataTable .fa {
  padding: 4px;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 4px;
}
.dataTable .fa:hover {
  opacity: 0.7;
}
.fa-facebook,
.fa-instagram,
.fa-pencil,
.fa-sign-out {
  font-family: FontAwesome !important;
}

.box {
  border-width: 1px;
  border-style: solid;
  border-color: lightgray;
  background-color: white;
  padding: 3%;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  display: inline-block;
}

.tab a.tablinks,
.tab a.tablinkss {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab a.tablinks:hover {
  background-color: #00a9d2;
  text-decoration: none;
  color: #fff;
}

.tab a.tablinks.active,
.tab a.tablinkss {
  background-color: #00a9d2;
  color: black;
}
.postimage {
  max-width: 720px;
  margin-bottom: 10px;
  display: block;
  border-radius: 5px;
}
.wrapper {
  width: 80%;
  text-align: center;
  margin: 0px auto;
}
label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
img {
  max-width: 100%;
}
body {
  background: #f7f7f7;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.login {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
}
.login .logo {
  margin-top: -100px;
}
.card {
  border: 0;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.btn-lg {
  padding: 0.5rem 1.8rem;
}
/* .btn-primary {
  color: #00a9d2;
  background-color: transparent;
  border-color: #00a9d2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: #fff;
  background-color: #00a9d2;
  border-color: #00a9d2;
}
input.btn.btn-primary.customsubmit:hover,
input.btn.btn-primary.customsubmit:focus,
input.btn.btn-primary.customsubmit.active {
  color: #00a9d2;
  background-color: transparent;
  border-color: #00a9d2;
}
input.btn.btn-primary.customsubmit,
input.btn.btn-primary.customsubmit,
input.btn.btn-primary.customsubmit {
  color: #fff;
  background-color: #00a9d2;
  border-color: #00a9d2;
} */

.avatar img {
  border-radius: 50px;
  max-width: 50px;
  max-height: 50px;
}
h1.logo img {
  max-width: 200px;
}
a {
  color: #000;
}
.tab a,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: black !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #ffffff !important;
  background: #00a9d2 !important;
}
header {
  background: #fff;
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
  z-index: 999;
}
.navbar-nav .nav-link {
  text-align: right;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
aside {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
aside .logo {
  text-align: center;
  margin-bottom: 40px;
}
aside .sidebar-link ul {
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
aside .sidebar-link ul li a {
  padding: 10px 25px;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
aside .sidebar-link ul li a:hover,
aside .sidebar-link ul li.active a {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
input[type="search"] {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
.dataTables_wrapper .fa.fa-trash {
  color: red;
  font-size: 28px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 0;
  background: #00a9d2 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: white !important;
  border: 0;
  background: #00a9d2 !important;
}
.rounded-circle {
  max-width: 160px;
  height: 160px;
}
.changeprofile {
  margin-top: 15px;
}
.sharebtn {
  max-width: 250px;
}
.instabtm {
  margin-left: 10px;
}
.post-list.insta textarea.form-control {
  border: 0;
  padding: 0;
  min-height: 150px;
}
.post-list.insta .post-meta {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: grey;
}
.post-list.insta .actions ul {
  padding: 0;
  list-style: none;
}
.post-list.insta .actions {
  border-top: 1px solid #dfdfdf;
}
.post-list.insta .actions ul li {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.post-list i.fa.fa-instagram.insta-icon,
.post-list i.fab.fa-linkedin.linkedin-icon {
  background: #3b5998;
  color: white;
  font-size: 25px;
  padding: 8px 16px;
  border-radius: 4px;
  margin-right: 10px;
}
.post-list i.fa.fa-facebook.fb-icon {
  background: #3b5998;
  color: white;
  font-size: 25px;
  padding: 8px 16px;
  border-radius: 4px;
  margin-right: 10px;
}
/*.post-list .fb-icon.fb-post-edit, .post-list .insta-icon.insta-post-edit{
	opacity:0.5;
}*/
.post-list .socialicons-center {
  text-align: center;
}
.preview-container .wrapper section.post form textarea {
  margin-bottom: 20px;
}

.preview-container .options p {
  text-align: left;
  line-height: 16px;
  margin: 0;
}
.preview-container .options label.op-lbl {
  display: flex;
  flex: auto;
  margin: 0px 0 4px 10px;
  text-align: left;
  line-height: 16px;
}
table.dataTable {
  width: 100% !important;
}

.postimage {
  width: 230px;
  max-width: 100% !important;
}

.checkboxes label {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
.checkboxes input {
  vertical-align: middle;
}
.checkboxes label span {
  vertical-align: middle;
}

.gallery input[type="checkbox"] {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*responsive*/

@media (min-width: 768px) {
  .custom-navbar-toggler {
    display: none;
  }
  .sidebar-link {
    display: block !important;
  }
}

@media (max-width: 1300px) {
  aside .sidebar-link ul li a {
    padding: 10px 12px;
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  aside .sidebar-link ul li a {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  aside .sidebar-link ul li a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .post-list .p-5 {
    padding: 0px !important;
  }
  .preview-container .options p {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
  }
  .preview-container .options label {
    font-size: 13px;
  }
  .card {
    padding: 10px 0px !important;
  }
  .instcard {
    padding: 10px 10px !important;
  }
  .preview-container .options span {
    display: none;
  }
  .tab a.tablinks,
  .tab a.tablinkss {
    font-size: 14px;
  }

  aside .sidebar-link ul li a {
    font-size: 18px;
  }
  .custom-navbar-toggler {
    background-color: transparent;
    border: 1px solid #ddd !important;
    border-radius: 3px;
    padding: 6px 12px 2px 12px;
    float: right;
    margin: 50px 20px 0 0;
  }
  .custom-navbar-toggler > i {
    font-size: 24px;
  }
  .sidebar-link {
    display: none;
  }
  .post-list .no-gutters > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .post-list aside {
    margin-bottom: 15px;
  }
}