@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?kmlc2n');
  src:  url('../fonts/icomoon.eot?kmlc2n#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?kmlc2n') format('truetype'),
    url('../fonts/icomoon.woff?kmlc2n') format('woff'),
    url('../fonts/icomoon.svg?kmlc2n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  color: #101010;
}

html,
body {
  width: 100%;
  padding-right: 0 !important;
}

:focus {
  outline: 0 !important;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.max-h-500{
  max-height: 500px;
  overflow-y: auto;
}

.max-h-600{
  max-height: 600px;
  overflow-y: auto;
}

.max-h-300{
  max-height: 300px;
  overflow-y: auto;
}

.min-h-300{
  min-height: 300px;
}

.min-h-200 {
  min-height: 200px;
}

.min-h-100 {
  min-height: 100px;
}

.hw-100 {
  height: 100%;
  width: 100%;
}

.btn-upload {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
}

.post-filter-box {
  width: 300px;
  top: 50px;
  right: 16px;
  z-index: 1;
}

.label-list li:last-child {
  margin: 0 !important;
}

.label-list {
  max-height: 115px;
}

/* custom scroll css */

::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 10px;
}

.form-check-input + label {
  cursor: pointer;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Young", sans-serif; */
  font-weight: normal;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
  line-height: 25px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

.b1 {
  font-size: 32px;
}

.b2 {
  font-size: 24px;
}

.b3 {
  font-size: 20px;
}

.b4 {
  font-size: 16px;
}

.b5 {
  font-size: 14px !important;
}

.b6 {
  font-size: 12px;
}

.fw-mediaum {
  font-weight: 400 !important;
}
.fw-semibold {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 500 !important;
}

.text_primary {
  color: #0d6efd;
}

.text_scondary {
  color: #101010;
}

a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
}

.align-center {
  align-items: center;
  justify-content: center;
}

.form-control {
  border-radius: 6px;
  min-height: 40px;
  font-size: 14px;
  padding: 10px 15px;
  background-image: none;
  color: #101010;
}

.select-library-ctn .form-select {
  max-width: 300px;
  background-color: #F6F9FB;
}

.SearchContentBox .form-control {
  min-height: 40px;
}

.form-select {
  border-radius: 6px;
  min-height: 42px;
  font-size: 15px;
  cursor: pointer;
}

.form-select:focus {
  border-color: #0d6efd;
  box-shadow: none;
}

select.form-control {
  padding-right: 50px;
}

.form-control:focus {
  background-color: #fff;
  border-color: #0d6efd;
  outline: 0;
  box-shadow: none;
}

hr {
  border-color: #dee2e64a !important;
  opacity: 1;
}

hr.dark {
  border-color: #e5e6eb !important;
}

.alert {
  padding: 0.5rem 0.6rem;
  line-height: normal;
}

.alert-primary {
  color: #333333;
  background: #E6F2FF;
  border-color: #ccecef;
}

.alert-info {
  color: #101010;
  background: #f3f9ff;
  border-color: #74bbfe;
}

.text-info {
  color: #178dfe !important;
}

.alert-warning {
  color: #101010;
  background: #fffef2;
  border-color: #fbb500;
}

.text-warning {
  color: #fbb500 !important;
}

.alert-danger {
  color: #101010;
  background: #fdf5f5;
  border-color: #f17171;
}

.text-danger {
  color: #e81313 !important;
}

.alert-success {
  color: #101010;
  background: #daf1e0;
  border-color: #45b854;
}

.text-success {
  color: #155724 !important;
}

.toast {
  background: #ffffff;
}

.border-start-dashed {
  border-left: 1px dashed #1F1F1F33;
}
.border-end-dashed {
  border-right: 1px dashed #1F1F1F33;
}

.btn {
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  font-weight: 600;
}

.v-hidden {
  visibility: hidden;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  border-color: #0d6efd;
}

.btn-group-sm>.btn, .btn-sm {
  padding: .25rem .5rem !important;
  font-size: .875rem !important;
  border-radius: .3rem !important;
}

.workspace-list .badge {
  height: 22px;
}

.post-description .badge,.post-library .badge {
  max-width: 250px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.badge {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.btn.b5 {
  font-size: 14px;
}

.btn.b6 {
  font-size: 12px;
  padding: 2px 8px !important;
}

.copy-delete .btn {
  padding:12px 14px;
}

.btn-primary {
  background: #0d6efd;
  border-color: #0d6efd;
  font-weight: 500;
}

.btn-group .border-start {
  border-color: #0956c9 !important;
  border: 0;
  border-radius: 0 8px 8px 0 !important;
}

.input-group .border-start-0 {
  border-radius: 0 8px 8px 0 !important;
}

.btn-group .btn:first-child:hover {
  border-color: #0d6efd;
}

.btn-outline-secondary {
  border-color: #dee2e6 !important;
  color: #1F1F1F;
  background: #ffffff;
}

.btn-outline-secondary:hover,.btn-outline-secondary:active,.btn-outline-secondary.show {
  color: #0d6efd !important;
  background-color: #ffffff !important;
  border-color: #0d6efd !important;
}

.btn-outline-light {
  border-color: #E6F2FF !important;
  color: #0d6efd;
  background: #E6F2FF;
}

.btn-outline-light:hover,.btn-outline-light:active,.btn-outline-light.show {
  background-color: #ffffff !important;
  border-color: #0d6efd !important;
  color: #0d6efd !important;
}

.btn.btn-skip,
.btn.btn-skip:first-child:hover {
  background: #fff;
  border: 0;
  color: #9d9d9d;
}

.btn.btn-no-bg,
.btn.btn-no-bg:hover {
  background: transparent;
  border: 0;
  color: #1F1F1F;
  font-weight: 700;
  padding: 5px 0 0;
}

.btn.btn-icon {
  padding: 10px;
  border-radius: 6px;
}

.btn-min {
  min-width: 110px;
}

.btn-secondary {
  background: #ffffff !important;
  border-color: #dee2e6 !important;
  color: #1F1F1F !important;
}

.UploadContentBulk .btn-list .active {
  border: 1px solid #0d6efd !important;
  color: #0d6efd !important;
  background: #ffffff;
}

.btn-secondary:hover {
  border-color: #0d6efd !important;
  color: #0d6efd !important;
}

.w-min {
  min-width: 100px;
}

.btn-danger:hover {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.form-label {
  font-size: 16px;
  font-weight: 500;
}

.small, small {
  font-size: 13px;
}

.form-switch .form-check-input {
  width: 30px;
  height: 18px;
  background-color: #ececec;
  box-shadow: none;
  flex: 0 0 30px;
}
.form-switch .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-switch .form-check-label {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.form-switch .form-check-input:focus {
  border-color: #1F1F1F40;
}

.btn-light,
.btn-light:hover {
  color: #1F1F1F !important;
}

.form-control.border-end-0:focus,.input-group .form-control.border-start-0:focus {
  border-color: #ced4da;
}

.border {
  border-color: #dee2e6 !important;
}

.border-danger {
  border-color: #dc3545!important;
}

.rounded {
  border-radius: 6px !important;
}

.offcanvas-body p.title {
  color: #101010;
}

.overflow-y {
  overflow: hidden auto;
}

.form-check-input:checked {
  border-color: #0d6efd;
  background-color: #0d6efd;
}

.form-check-input:focus {
  border-color: #0d6efd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #0d6efd29;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

/* .accordion-button.collapsed::after {
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
} */

.website-logo .logo-img {
  margin-right: 10px;
  opacity: 0.4;
  cursor: pointer;
}

.website-logo .logo-img:hover {
  opacity: 1;
}

.website-logo .logo-img.active {
  border-color: #0d6efd !important;
  opacity: 1;
  background: #F6F9FB;
}

.giphy-images .image-box span {
  background: #1F1F1F9e;
  color: #fff;
  padding: 2px 6px;
  border-radius: 5px;
  top: 10px;
  left: 10px;
}

.custom-tab .nav-link {
  border-bottom: 2px solid #ffffff !important;
  color: #495057;
  margin: 0;
  padding: 0 0 0.5rem 0;
}

.custom-tab .nav-link.active {
  color: #1F1F1F;
  border-color: #0d6efd !important;
}

.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.bg-light {
  background: #F6F9FB !important;
}

/* Color Start */

.bg-color-1 {
  background-color: #e74c3c !important;
}

.bg-color-2 {
  background-color: #c0392b !important;
}

.bg-color-3 {
  background-color: #1abc9c !important;
}

.bg-color-4 {
  background-color: #16a085 !important;
}

.bg-color-5 {
  background-color: #d51f4d !important;
}

.bg-color-6 {
  background-color: #3498db !important;
}

.bg-color-7 {
  background-color: #2980b9 !important;
}

.bg-color-8 {
  background-color: #9b59b6 !important;
}

.bg-color-9 {
  background-color: #8e44ad !important;
}

.bg-color-10 {
  background-color: #f2784b !important;
}

.bg-color-11 {
  background-color: #2ecc71 !important;
}

.bg-color-12 {
  background-color: #27ae60 !important;
}

.bg-color-13 {
  background-color: #e67e22 !important;
}

.bg-color-14 {
  background-color: #d35400 !important;
}

.bg-color-15 {
  background-color: #19b5fe !important;
}

.bg-color-16 {
  background-color: #34495e !important;
}

.bg-color-17 {
  background-color: #2c3e50 !important;
}

.bg-color-18 {
  background-color: #d2527f !important;
}

.bg-color-19 {
  background-color: #b1456b !important;
}

.bg-color-20 {
  background-color: #00d947 !important;
}

.bg-color-21 {
  background-color: #f1c40f !important;
}

.bg-color-22 {
  background-color: #f39c12 !important;
}

.bg-color-23 {
  background-color: #a2c8a2 !important;
}

.bg-color-24 {
  background-color: #7e9c7e !important;
}

.bg-color-25 {
  background-color: #ba16d8 !important;
}

.bg-color-26 {
  background-color: #ba16d8 !important;
}

.bg-color-27 {
  background-color: #8a8686 !important;
}

.bg-color-28 {
  background-color: #a1a1a1 !important;
}

.bg-color-primary {
  background-color: #0d6efd !important;
}

.bg-color-light {
  background-color: #d2edee !important;
}

.bg-color-secondary {
  background-color: #F6F9FB !important;
}

.color-primary {
  color: #0d6efd !important;
}

.text-muted {
  color: #585858 !important;
}

.text-black-30 {
  color: #1F1F1F45;
}

.color-1 {
  color: #e74c3c;
}

.color-2 {
  color: #c0392b;
}

.color-3 {
  color: #1abc9c;
}

.color-4 {
  color: #16a085;
}

.color-5 {
  color: #d51f4d;
}

.color-6 {
  color: #3498db;
}

.color-7 {
  color: #2980b9;
}

.color-8 {
  color: #9b59b6;
}

.color-9 {
  color: #8e44ad;
}

.color-10 {
  color: #f2784b;
}

.color-11 {
  color: #2ecc71;
}

.color-12 {
  color: #27ae60;
}

.color-13 {
  color: #e67e22;
}

.color-14 {
  color: #d35400;
}

.color-15 {
  color: #19b5fe;
}

.color-16 {
  color: #34495e;
}

.color-17 {
  color: #2c3e50;
}

.color-18 {
  color: #d2527f;
}

.color-19 {
  color: #b1456b;
}

.color-20 {
  color: #00d947;
}

.color-21 {
  color: #f1c40f;
}

.color-22 {
  color: #f39c12;
}

.color-23 {
  color: #a2c8a2;
}

.color-24 {
  color: #7e9c7e;
}

.color-25 {
  color: #ba16d8;
}

.color-26 {
  color: #ba16d8;
}

.color-27 {
  color: #e0e0e0;
}

.color-28 {
  color: #a1a1a1 !important;
}
.color-29 {
  color: #3628b5;
}

/* Color End */

.mxw-100 {
  max-width: 100px;
}

/* login and signup css start */

.recurpost-login-signup .left-container {
  background:#F6F9FB;
  position: relative;
  height: 100%;
  border-radius: 20px;
}

.recurpost-login-signup .left-container .logo a {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 40px;
  margin-left: 50px;
}

.recurpost-login-signup .left-container .logo a img {
  max-width: 200px;
}

.new-feature {
  padding: 0 50px;
}

.recurpost-login-signup .right-container .signup-details {
  padding: 20px 40px;
  max-width: 500px;
  margin: auto;
}

.recurpost-login-signup .right-container .signup-details.book-demo {
  max-width: 800px;
}

.chrome-plugin .login-ctn {
  max-width: 450px;
  padding: 15px;
}

.recurpost-login-signup.contact-sales .right-container .signup-details {
  max-width: 600px;
}

.iti {
  width: 100%;
}

.recurpost-login-signup .form-group {
  padding-bottom: 15px;
  position: relative;
}

.recurpost-login-signup.share-a-post .form-group {
  padding-bottom: 0;
}

.signin-blocks #show_password {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
}

.was-validated .form-control:invalid + #show_password,.was-validated .form-control:valid + #show_password {
  right: 25px;
}

.recurpost-login-signup .left-container .user-details .user-img img {
  height: 70px;
  width: 70px;
  border-radius: 15px;
  border: 1px solid #eee;
}

.pass-requirement-box p {
  display: inline-block;
  margin-right: 10px;
}

.ResetPassword .pass-requirement-box {
  box-shadow: none;
}

.pass-requirement-box .icon-check {
  position: relative;
  top: 2px;
  color: #e0e0e0;
}

.pass-requirement-box p.check,
.pass-requirement-box .check .icon-check {
  color: #27ae60;
  font-weight: 500;
}

.feature-tag {
  background: #FED024;
  color: #000;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
}

/* login and signup css end */

/* OTP Verification CSS */
.otp-verify .otp-input-container {
  max-width: 320px;
  margin: 0 auto;
}
.otp-verify .otp-digit {
  width: 45px;
  height: 55px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid #dee2e6;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px;
}
.otp-verify .otp-digit:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  outline: none;
}
.otp-verify .otp-digit.is-invalid {
  border-color: #dc3545;
}
.otp-verify .otp-digit.is-filled {
  border-color: #28a745;
  background-color: #f8fff9;
}
#btn_resend_otp.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#expiry_timer.expired {
  color: #dc3545;
  font-weight: 600;
}
/* OTP Verification CSS end */

/* on boarding steps css */

.recurpost-login-signup header {
  background: #F6F9FB;
  text-align: center;
  position: relative;
}
.recurpost-login-signup header .logo img {
  max-width: 200px;
  max-height: 100px;
  padding: 15px 0;
}

.progressbar_steps li {
  display: inline-block;
  margin: 0 2px;
  color: #d9d9d9;
  font-size: 10px;
}

.progressbar_steps li.active {
  color: #45b854;
}
.describes-box {
  background: #fff;
  font-size: 14px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  position: relative;
  height: 60px;
  margin-bottom: 15px;
  padding: 10px;
  cursor: pointer;
}

.describes-box.active {
  border: 1px solid #0d6efd;
  color: #0d6efd;
}
.describes-box input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.describes-box label {
  cursor: pointer;
  color: #727272;
}
.describes-box.active label {
  color: #0d6efd;
  font-weight: 600;
}
.describes-box:hover {
  background: #F6F9FB;
}

.describes-box:hover label {
  color: #0d6efd;
  font-weight: 600;
}

/* on boarding plan and price css  */

.plans-select-tab li {
  margin: 0 4px;
  position: relative;
}

.plans-select-tab li a {
  font-size: 20px;
  font-weight: 500;
  color: #101010;
}

.plans-select-tab li a span {
  position: absolute;
  bottom: 2px;
  right: -110px;
}

.plans-select-tab .form-switch .form-check-input {
  width: 45px;
  height: 25px;
  background-color: #ffffff;
  box-shadow: none;
  cursor: pointer;
}

.plans-select-tab .form-switch .form-check-input:checked {
  background-color: #fed024;
  border-color: #fed024;
}

.plan-details-table .plan-price  .btn-secondary {
  background: #fed024 !important;
  border-color: #fed024 !important;
  color: #101010 !important;
}

.plan-details-table .plan-price .btn-secondary:hover {
  background: #ffc900 !important;
}

.plan-details-table .price s {
  text-decoration: none;
  font-size: 16px;
}

.plan-details-table {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
}

.current-plan .plan-details-table {
  border-color: #ffffff;
  background: #fafafa;
}

.plan-price .plan_description {
  min-height: 50px;
}

.popular-plan .plan-details-table {
  border-color: #ffc900;
  background: #FFFDF8;
}

.plan-details span {
  position: relative;
  top: 1px;
  color: #27ae60;
}

.plan-details .not-included span {
  color: #eb5757;
}

.plan-details-table .popular-tag {
  background: #8454FF;
  font-size: 12px;
  color: #ffffff;
  border-radius: 15px 0 0 15px;
  padding: 5px;
  min-width: 85px;
  position: absolute;
  right: 0;
  top: 15px;
}

.plan-price .price span.text-black-50 {
  font-size: 22px;
  position: relative;
  bottom: 6px;
}

/* on boarding plan and price css end */

/* connect social account css */

.modal .connect-box {
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal.connect-insta .connect-box {
  height: auto;
}

.modal.connect-insta .connect-box img {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 25px;
}

.social-media-account-block {
  padding: 30px 20px;
  border-radius: 10px;
  background: #f3f8fe;
  position: relative;
  cursor: pointer;
}

.social-media-account-block:hover {
   box-shadow:0 2px 4px #00000029;
}

.social-media-account-block .icon-add {
  top: 15px;
  left: 15px;
  font-size: 16px;
}

.social-media-account-block .new-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #8454FF;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 25px;
	font-size: 12px;
}

 .socialaccount-blocks .d-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  padding: 10px 0;
 }

 .social-media-account-block .social-media-logo img,.connect-box img {
  width: 34px;
 }

.manage-social-accounts .social-media-account-block {
margin-top: 0;
}

.social-add-btn {
  padding: 8px 0 !important;
  color: #101010;
  background: #ffffff;
  border: 1px solid transparent;
  letter-spacing: 0.8px;
  border-radius: 6px;
  width: 115px;
  font-weight: 500;
  font-size: 14px;
  transition-duration: 0.2s;
}

.invite-others-to-add .connect-socialaccount.d-grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  padding: 10px 0;
}

.invite-others-to-add .social-media-account-block {
  padding: 20px;
}

.facebook-bg-light {
  background-color: #1876f21a;
}

.twitter-bg-light {
  background: #41a1f21a;
}

.linkedin-bg-light {
  background-color: #007ab91a;
}

.instagram-bg-light {
  background-color: #a305cd1a;
}

.googlebusiness-bg-light {
  background-color: #ffce001a;
}

.pinterest-bg-light {
  background: #cb20271a;
}

.youtube-bg-light {
  background: #cd201f1a;
}

.tiktok-bg-light {
  background: #0101011a;
}

.threads-bg-light {
  background: #0101011a;
}

.btn-facebook {
  border: 1px solid #1877f2 !important;
}

.btn-facebook:hover,
.btn-facebook-dark {
  background: #1877f2 !important;
  color: #ffffff;
}

.btn-facebook.border-start {
  border-left-color: #1667d0 !important;
}

.btn-twitter {
  border: 1px solid #101010 !important;
}

.btn-twitter:hover {
  background: #101010;
  color: #ffffff;
}

.btn-linkedin {
  border: 1px solid #007ab9 !important;
}

.btn-linkedin:hover {
  background: #007ab9;
  color: #ffffff;
}

.btn-instagram {
  border: 1px solid #fe2181 !important;
}

.btn-instagram:hover {
  background: #fe2181;
  color: #ffffff;
}

.btn-googlebusiness {
  border: 1px solid #ffce00 !important;
}

.btn-googlebusiness:hover {
  background: #ffce00;
  color: #010101;
}

.btn-pinterest {
  border: 1px solid #cb2027 !important;
}

.btn-pinterest:hover {
  background: #cb2027;
  color: #ffffff;
}

.btn-youtube {
  border: 1px solid #cd201f !important;
}

.btn-youtube:hover {
  background: #cd201f;
  color: #ffffff;
}

.btn-tiktok {
  border: 1px solid #010101 !important;
}

.btn-tiktok:hover {
  background: #010101;
  color: #ffffff;
}

.btn-threads {
  border: 1px solid #010101 !important;
}

.btn-threads:hover {
  background: #010101;
  color: #ffffff;
}

.img-box {
  flex: 0 0 130px;
}

.facebook-step-img-box .step-box {
  width: 25%;
  flex: 0 0 25%;
}

.offcanvas.offcanvas-end.AddYourProfiles {
  max-width: 550px;
  width: 100%;
  /* background: #F6F6F6; */
  border-top-left-radius: 16px;
  z-index: 1045;
}
.AddYourProfiles .offcanvas_header {
  padding: 20px 24px 5px;
  position: relative;
}
.AddYourProfiles .btn-close {
  position: absolute;
  top: 25px;
  left: -15px;
  background-color: #e7e7e7;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  background-size: 10px;
  opacity: 1;
  height: 25px;
  width: 25px;
}
.AddYourProfiles .offcanvas-body {
  padding: 5px 0 20px;
}
.AddYourProfiles .offcanvas-body .b5 {
  font-weight: 500;
  font-size: 12px;
}
.schedule-pic-box {
  height: 35px;
  width: 35px;
  flex: 0 0 35px;
  border-radius: 50%;
  position: relative;
}

.schedule-pic-box .schedule-pic {
  width: 100%;
  border: 1px solid #e4e4e4;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.small-social-icon {
  height: 18px;
  width: 18px;
}

.medium-social-icon {
  height: 30px;
  width: 30px;
}

.big-social-icon {
  height: 80px;
  width: 80px;
}
.schedule-pic-box .small-social-icon {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.btn.Addaccount {
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 5px;
  width: 70px;
  flex: 0 0 70px;
}

.btn.Addaccount.disabled {
  color: #0d6efd;
  background: #E6F2FF;
  opacity: .5;
}

.btn.Addaccount.removeaccount {
  width: 32px;
  flex: 0 0 32px;
}
 

.user-info p.b4,
.user-info input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-accounts .user-info .b4 {
  max-width: 160px;
}

.publishing-calendar .select-accounts .user-info .b4 {
  max-width: 210px;
}

.publishing-calendar .select-accounts .account-list {
padding-left: 15px;
padding-right: 15px;
}

.user-info .b6 {
  color: #585858;
}

.user-info + p.text-success {
  flex: 0 0 70px;
  font-weight: 500;
}

.social-account-list .user-info {
  padding-left: 10px;
}
.social-account-list {
  background: #fff;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 15px;
  border: 1px solid #dee2e6;
  cursor: pointer;
}

#social-profiles-grid .social-account-list {
  cursor: default;
}

.social-account-list.rounded-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.social-account-list:last-child {
  margin-bottom: 0;
}

.edit-post-as .form-select {
   padding: 8px 40px 8px 10px;
   min-height: 40px;
}

.platform-filter {
  max-height: 260px;
}

.manage-social-accounts .queue-history-tabs.nav-tabs .nav-link {
  padding: 4px 10px;
}

.profiles-list-table {
  min-width: 900px;
}

.manage-social-accounts .social-account-list .account-details {
  min-height: 65px;
}

.profiles-list-table .social-icon {
  width: 35px;
  flex: 0 0 35px;
}

.profiles-list-table td {
  vertical-align: middle;
  max-width: 200px;
}

.profiles-list-table .edit-post-as .form-select {
  max-width: 250px;
}

.profiles-list-table .table-action {
  width: 200px;
}

.btn.btn-remove,
.btn.btn-edit,
.btn.btn-remove:hover,
.btn.btn-edit:hover {
  color: #585858;
  font-size: 12px;
  padding: 5px 0;
  background: #f3f3f3;
  border-color: transparent;
}

.done-button {
  background: #f6f6f6;
}

.ProfilesAddedSuccessfully a.b4 {
  color: #101010;
  box-shadow: none !important;
}

.ProfilesAddedSuccessfully a.b4 label {
  cursor: pointer;
}

.connect-account.Profiles-added {
  padding-right: 450px !important;
}

.AuthenticateFacebookgroup img {
  width: 160px;
  flex: 0 0 160px;
}

.plug-ins .content-box-ctn .text-muted {
  min-height: 65px;
}

/* Switch Flat */

.switch.switch-flat {
  width: 75px;
  height: 30px;
  border-radius: 18px;
  cursor: pointer;
  position: relative;
}
.switch .switch-input {
display: block;
opacity: 0;
position: absolute;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 14px;
  border-radius: inherit;
  box-sizing: content-box;
}
.switch-label:before, .switch-label:after {
position: absolute;
top: 50%;
margin-top: -7px;
line-height: 1;
-webkit-transition: inherit;
-moz-transition: inherit;
-o-transition: inherit;
transition: inherit;
box-sizing: content-box;
}
.switch-label:before {
content: attr(data-off);
right: 16px;
color: #ffffff;
}
.switch-label:after {
content: attr(data-on);
left: 16px;
color: #FFFFFF;
opacity: 0;
}
.switch-input:checked ~ .switch-label {
background: #0d6efd;
border-color:#0d6efd ;
}
.switch-input:checked ~ .switch-label:before {
opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
opacity: 1;
}

.switch-input:checked ~ .switch-handle {
left: 74px;
box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-label, .switch-handle {
transition: All 0.3s ease;
-webkit-transition: All 0.3s ease;
-moz-transition: All 0.3s ease;
-o-transition: All 0.3s ease;
}

.switch-flat {
padding: 0;
background: #FFF;
background-image: none;
}
.switch-flat .switch-label {
  background: #CACACA;
  border: solid 2px #CACACA;
  box-shadow: none;
}

.switch-flat .switch-handle {
position: absolute;
top: 6px;
left: 6px;
background: #ffffff;
width: 22px;
height: 22px;
box-shadow: none;
border-radius: 100%;
}

.switch-flat .switch-input:checked ~ .switch-handle {
  left: 46px;
}

/* Switch Flat end*/

.app-group-authanticate .container {
  max-width: 900px;
}

.app-page-authanticate .container {
  max-width: 1000px;
}

.offcanvas.offcanvas-end.AddYourProfiles.ProfilesAddedSuccessfully {
  transform: none;
  visibility: visible;
  z-index: 1;
  width: 450px;
}

/* connect social account css end*/

.library-left-block {
  padding: 0 40px 0 0;
}
.library-right-block {
  padding: 0 0 0 10px;
}
.select-library-box .col-md-6.position-relative {
  border-left: 1px dashed #1F1F1F33;
}

.library-left-block .b3,
.library-right-block .b3 {
  font-weight: 500;
}

.library-left-block .mb-4,
.library-right-block .mb-4 {
  color: #464646;
}

.library-schedule-box {
  padding: 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 15px;
  position: relative;
  background: #ffffff;
}


/* remove this if not required */

.library-schedule-box.border-start {
  border-left-width:4px !important;
}
.library-schedule-box.border-start .icon {
  display: none;
}
.contentlist .select-accounts.accounts-filter.show .library-schedule-box.border-start .icon {
  display: block;
}

.border-color-18 { border-left-color: #d2527f !important;}
.border-color-14 { border-left-color: #d35400 !important;}
.border-color-16 { border-left-color: #34495e !important;}

/* remove this if not required */





.add-to-library .library-schedule-box {
  height: 50px;
}

.template-library-box {
  padding: 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin-bottom: 15px;
}

.template-library-box:last-child {
  margin-bottom: 0;
}

.library-schedule-box:hover,
.select-accounts .account-list .social-account:hover,
.inner-social-account .social-account:hover {
  /* background: #F6F9FB !important; */
  border-color:#0d6efd;
}
 
.offcanvas-small .social-media-list-box .social-account-list {
 cursor: pointer;
}

.offcanvas-small .social-media-list-box .social-account-list:hover {
  background: #ffffff;
  color: #0d6efd;
}

.library-schedule-box.active {
  border-color: #0d6efd;
  color: #0d6efd;
  background: #ffffff;
}

.library-schedule-box:last-child {
  margin-bottom: 0;
}

.library-schedule-box .icon-right-arrow {
  background: #ffffff;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #dee2e6;
}

.library-schedule-box.active .icon-right-arrow {
  background: #0d6efd;
  border: 1px solid #0d6efd;
  color: #ffffff;
}

.colorpicker {
  -webkit-appearance:none;
  -moz-appearance: none;
  appearance: none;
  height: 25px;
  width: 25px;
  cursor: pointer;
  border-radius: 50% !important;
}

.colorpicker::-webkit-color-swatch{
  border-radius: 50%;
  border: none;
}
.colorpicker::-moz-color-swatch {
  border-radius: 50%;
  border: none;
}

.color-picker-box {
  max-width: 262px;
}

.ColorCell {
  height: 34px;
  width: 34px;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}

.color-picker-box .ColorCell:hover,
.color-picker-box .ColorCell.active {
  border-color: #0d6efd;
}

.ColorCell span {
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.library-schedule-box .one-time-use {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #fff;
  font-size: 16px;
}

#confetti {
  width: 2000px;
}

a.btn.btn-primary.mb-4 {
  position: relative;
  z-index: 1057;
}

.final-step .social-account-list,
.final-step .template-library-box {
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 0;
}

.final-step .social-account-list:last-child,
.final-step .template-library-box:last-child {
  border: 0;
}

.view-installedprofiles-btn {
  display: none;
}

.ProfilesAddedSuccessfully .btn-close {
  display: none;
}

/*on boarding steps css  end*/

/* sidebar menu css */

.main-menu {
  background: #ffffff;
  min-width: 80px;
  width: 80px;
  transition: 0.2s;
  z-index: 2;
}

.main-menu .menu-list ul li {
  display: flex;
  justify-content: center;
  position: relative;
}

.main-menu .menu-list ul li.dropend {
  position: unset;
}

.main-menu.collapse.show .menu-list ul li {
  justify-content: start;
}

.main-menu.collapse.show {
  width: 250px;
}

.main-menu .text-only {
  display: none;
  position: relative;
  margin-left: 10px;
}

.user-profile.menu-list a:hover .text-only {
  display: none;
}

.main-menu.collapse.show .user-profile.menu-list a:hover .text-only {
  display: inline-block;
}

.menu-tooltip {
  display: block;
}

.menu-collapse .menu-tooltip {
  display: none;
}

.main-menu.collapse.show .menu-list a:hover .text-only {
  margin-left: 10px;
}

.menu-list a:hover .text-only::after {
  position: absolute;
  height: 8px;
  width: 8px;
  top: 8px;
  left: -3px;
  background: #1a1a1a;
  content: "";
  transform: rotate(45deg);
}

.main-menu.collapse.show .menu-list a:hover .text-only::after {
  display: none;
}

.main-menu.collapse.show .menu-list a:hover .text-only,
.main-menu.collapse.show .menu-list .active a .text-only {
  color: #0d6efd;
}

.main-menu.collapse.show .text-only {
  display: inline-flex;
  color: #1F1F1F;
  font-size: 14px;
  background: transparent;
  padding: 0;
  border: 0;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}

.main-menu.collapse.show .logo-icon {
  display: none;
}

.logo-full {
  display: none;
  max-width: 200px;
  margin: auto;
}

.main-menu.collapse.show .logo-full {
  display: block;
}

.menu-list a {
  color: #1F1F1F;
  font-size: 16px;
}

.menu-list a:hover {
  color: #0d6efd;
}

.menu-icon {
  background: #F6F9FB;
  display: inline-flex;
  color: #1F1F1F;
  border-radius: 6px;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  flex: 0 0 40px;
}

.menu-list a:hover .menu-icon,.menu-list li.active .menu-icon {
  background: #E6F2FF;
  color: #0d6efd;
}

.menu-list li.active .text-only {
  color: #0d6efd;
}

.tooltip {
  pointer-events: none;
  border: none;
}

.user-profile .menu-icon {
  height: 40px;
  width: 40px;
  flex: 0 0 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
}

.user-profile .menu-icon .user-image-sidemenu {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.btn-collaps {
  position: absolute;
  top: 52px;
  right: -12px;
  background: #F6F9FB;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 10%);
  border-radius: 100%;
  height: 25px;
  font-size: 16px;
  width: 25px;
}

.main-menu.collapse.show .btn-collaps .icon-right-arrow:before {
  content: "\e919";
}

.notification-dropdown a.border-top {
  font-size: 16px;
  font-weight: 500;
}

.notification-dropdown ul {
  max-height: 210px;
}

.inner-sm-header {
  box-shadow: 0 1px 5px #1F1F1F17;
  z-index: 99;
}

.btn-accounts-filter {
  z-index: 2;
  background: #0d6efd;
  padding: 6px 18px;
  border-radius: 0 0px 10px 10px;
}

.FeedManager .ai-chat-loader img {
  width: 55px;
}

.menu-header .logo-icon {
  border-radius: 6px;
}

/* sidebar menu css end */

/* dashboard right box css  */

.inner-header {
  padding: 1rem;
}

.divider::before {
  position: absolute;
  height: 100%;
  top: 0;
  left: 10px;
  content: "";
  width: 1px;
  background: #e7e7e7;
  z-index: -1;
}

.demo-video-modal iframe {
  height: 450px;
  width: 100%;
  border-radius: 5px;
}


.offcanvas.offcanvas-end.create-new-post {
  width: 90%;
  border-top-left-radius: 16px;
}

.offcanvas.offcanvas-end.create-new-post.share-a-post,
.offcanvas.offcanvas-end.create-new-post.share-a-thread {
  width: 100%;
  border-radius: 0;
  background: #00000094;
  padding-left: 180px;
}

.offcanvas.offcanvas-end.create-new-post.share-a-post .offcanvas-header,
.offcanvas.offcanvas-end.create-new-post.share-a-post .offcanvas-body,
.offcanvas.offcanvas-end.create-new-post.share-a-post .footer-ctn,
.offcanvas.offcanvas-end.create-new-post.share-a-thread .offcanvas-header,
.offcanvas.offcanvas-end.create-new-post.share-a-thread .offcanvas-body,
.offcanvas.offcanvas-end.create-new-post.share-a-thread .footer-ctn {
  background: #ffffff;
}

.offcanvas.offcanvas-end.create-new-post.share-a-post .oneoff-post-div > .full-loader,
.offcanvas.offcanvas-end.create-new-post.share-a-thread .twitter_thread_canvas >.full-loader {
  margin-left: 180px;
}

.offcanvas.offcanvas-end.create-new-post.offcanvas-medium {
  max-width: 1170px;
}

.create-new-post .offcanvas-header {
  position: relative;
  padding: 20px 35px;
  border-top-left-radius: 16px;
}

.create-new-post .btn-close {
  position: absolute;
  top: 34px;
  left: -15px;
  background-color: #e7e7e7;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  background-size: 10px;
  opacity: 1;
  height: 22px;
  width: 22px;  
}

.offcanvas .btn-close {
  z-index: 111;
}

.create-new-post .library-schedule-box span.icon {
  font-size: 24px;
  color: #888888;
}

.CopyTimeSlots .social-account-list {
  border: 1px solid #dee2e6;
  cursor: pointer;
}

.CopyTimeSlots .social-account-list:hover {
  background: #ffffff;
  color: #0d6efd;
}

.publishing-calendar .select-accounts.accounts-filter.show .social-account {
  width: 50px;
}

.select-accounts .account-list .social-account {
  border: 1px solid #dee2e6;
  cursor: pointer;
  background: #ffffff;
}

.inner-social-account .account-list .social-account {
  border: 1px solid #dee2e6;
  cursor: pointer;
}

.library-schedule-box.selected,
.social-account-list.selected,
.account-list .social-account.selected {
  border-color: #0d6efd !important;
  color: #0d6efd;
}

.user-check {
  display: none;
  line-height: normal;
  background: #ffffff;
  top: -5px;
  right: -5px;
  font-size: 20px;
}

.selected .user-check {
  display: flex;
}

.add-to-library .update-to-libraries {
  max-height: 210px;
  overflow: auto;
}


.library-schedule-box.selected span.icon {
  color: #1F1F1F;
}
 
.contentlist .select-accounts.accounts-filter.show {
  width: 70px;
  flex: 0 0 70px;
}

.contentlist .select-accounts.accounts-filter.show .search-account,
.publishing-calendar .select-accounts.accounts-filter.show .search-account,
.publishing-calendar .select-accounts.accounts-filter.show .menu_sa_status {
  display: none!important;
}

.publishing-calendar .select-accounts.accounts-filter.show .search-account-min {
  display: flex !important;
}

.contentlist .select-accounts.accounts-filter.show h4,
.publishing-calendar .select-accounts.accounts-filter.show .title.b4 {
  display: none;
}

.contentlist .select-accounts.accounts-filter.show .library-schedule-box {
  width: 40px;
  height: 40px;
}

.contentlist .select-accounts.accounts-filter.show .library-schedule-box p {
justify-content: center;
}

.contentlist .select-accounts.accounts-filter.show .text-only{
display: none !important;
}

.contentlist .select-accounts.accounts-filter.show .btn.btn-icon.library-expand {
  height: 40px;
  width: 40px;
}

.library-name-tooltip {
  display: none;
}

.library-collapse .library-name-tooltip {
  display: block;
}

.contentlist .select-accounts.accounts-filter.show .icon-collaps::before,
.publishing-calendar .select-accounts.accounts-filter.show .icon-collaps::before {
  content: "\e940";
}

.publishing-calendar .select-accounts.accounts-filter.show {
  width: 85px; 
  flex: 0 0 85px; 
}

.publishing-calendar .select-accounts.accounts-filter.show .user-info {
  display: none;
}

.publishing-calendar .select-accounts.accounts-filter.show .justify-content-between.w-100 {
  justify-content: center !important;
}

/* Create Recuring Post css */

.create-new-post .library-right-block {
  padding: 0;
}

.social_tab img {
  width: 20px;
}

.post-ctn .nav-tabs .social_tab.nav-link span {
  position: absolute;
  top: 18px;
  right: 6px;
  background: #fff;
  border-radius: 50%;
  display: block;
  padding: 0 !important;
  border: 1px solid #fff;
  font-size: 12px;
}

.post-ctn .nav-tabs .social_tab.nav-link .icon-warning-circle {
  top: 3px;
  left: 3px;
  right: auto;
}

.post-ctn .nav-tabs {
  border: 0;
  overflow: auto hidden;
}
.post-ctn .nav-tabs .social_tab.nav-link {
  border: 1px solid #dee2e6;
  color: #101010;
  padding: 8px 10px;
  height: 40px;
  position: relative;
    border-radius: 6px;
    border-bottom-width:3px;
}
/* .post-ctn .nav-tabs .social_tab.nav-link.error {
  background-color:#f8d7da;
} */

.post-ctn .nav-tabs .social_tab.nav-link.active {
  border-bottom-color: #0d6efd;
  color: #1F1F1F;
  z-index: 1;
  position: relative;
}

.post-content {
  padding: 15px 15px 60px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  background: #ffffff;
}

.btn-add-media {
  background: #F6F9FB;
  border: 0;
  height: 28px;
  width: 28px;
  font-size: 12px;
  border-radius: 50%;
}

.btn-location.added {
  color: #45b854;
}


.btn-add-media.generate-link-preview {
  padding: 0 10px;
  border-radius: 30px;
}

.textarea-footer {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  padding-left: 50px;
  padding-right: 15px;
}

.VariationsList .variation_sub_div.post-content {
  padding-bottom: 50px;
}

.emojionearea .emojionearea-button {
  position: absolute;
  bottom: 20px;
  left: 15px;
}

.btn-add-media.upload-media {
  background: #F6F9FB;
}

.UploadDropMedia {
  width: 100%;
  border: 1px dashed #cfd8e4;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  min-height: 170px;
  background: #e2eeff !important;
}

.upload-in-bulk .UploadDropMedia {
  max-width: 700px;
}

#csv_modal_popup .csv-details-box-list {
  max-height: 500px;
}

.UploadDropMedia input {
  opacity: 0;
  cursor: pointer;
}

.csv-details-ctn span.btn {
  padding: 5px 10px;
}

.UploadDropMedia .Upload-progress {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f2f2;
}

.uploaded-media-box .Upload-progress {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f2f2;
  z-index: 1;
  text-align: center;
}

.uploaded-media-box {
  height: 100px;
  width: 100px;
  flex: 0 0 100px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px solid #cacacc;
}

.uploaded-media-box .edit-image-dropdown {
  position: unset;
}

.uploaded-media-box img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  object-position: center;
}

.uploaded-media-box .btn-remove {
  top: 7px;
  right: 7px;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  font-size: 12px;
  background: #1F1F1Fa3;
  border: 1px solid transparent;
}

.uploaded-media-box .btn.btn-drag {
  bottom: 7px;
  left: 7px;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  font-size: 12px;
  background: #1F1F1Fa3;
  border: 1px solid transparent;
  padding: 5px 0;
}

.uploaded-media-box .btn.btn-drag:hover {
  border: 1px solid #ffffff85;
  cursor: grab;
}

.uploaded-media.ui-sortable {
  max-width: 100%;
  position: relative;
  padding: 2px 0 5px;
}

.uploaded-media .ui-state-default {
  height: auto;
  width: auto;
  margin: 0;
}

.uploaded.media-list {
  overflow: auto hidden;
}

.ui-state-highlight {
  height: 100px;
  width: 100px;
  flex: 0 0 100px;
  background: #E6F2FF !important;
  border: 1px dashed #0d6efd !important;
  border-radius: 6px;
}

.uploaded-media-box .btn-alt {
  bottom: 7px;
  right: 7px;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  font-size: 12px;
  background: #1F1F1Fa3;
  border: 1px solid transparent;
  padding: 5px 0;
  color: #ffffff;
}

.uploaded-media-box .btn-alt.added {
  position: relative;
}

.btn-alt.added .icon-check {
  color: #45b854;
  background: #ffffff;
  top: -10px;
  border: 1px solid #fff;
}

.uploaded-media-box .btn-change-thumb {
  bottom: 6px;
  right: 6px;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  font-size: 12px;
  background: #1F1F1Fa3;
  padding: 5px 0;
  border: 1px solid #ffffff85;
}

/* Video thumbnail upload-thumb new design */
.upload-thumb .uploaded-media-box.bg-dark {
  background: #000;
}

.upload-thumb .uploaded-media-box.bg-dark img {
  opacity: 0.5;
}

.Addalt textarea {
  resize: none;
}

.uploaded-media-box .btn-remove:hover, .uploaded-media-box .btn-change-thumb:hover,.uploaded-media-box .btn-alt:hover {
  background: #1f1f1fe6;
  font-size: 12px;
  border: 1px solid #ffffff85;
}

.uploaded-media-box .btn-upload,
.post-video .btn-upload {
  height: 32px;
  width: 32px;
  background: #151e2cad;
  flex: 0 0 32px;
  opacity: 1;
}

.uploaded-media-box .btn-upload .icon-Play,
.post-video .btn-upload .icon-Play {
  top: 0;
  font-size: 18px;
}

.custom-dropdown {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  min-width: 250px;
}

.notification-dropdown {
  min-width: 450px;
}

.account-settings-dropdown {
  width: 280px;
}

.edit-schedule .accounts-list {
  max-height: 185px;
}

.custom-dropdown li:last-child a {
  margin-bottom: 0 !important;
}

.og-image-container {
  width: 140px;
  height: 110px;
  min-width: 140px;
}

.fields-picker {
  width: 330px;
}

.og-image-container .og-image {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.replace-image {
  bottom: 10px;
  right: 10px;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.preview_description {
  max-height: 55px;
}

.more-opt-img {
  width: 20px;
  margin-right: 2px;
}
.more-opt .title,.AI-content .title {
  cursor: pointer;
  color: #212529;
  box-shadow: none;
}

.post-type label {
  width: 130px;
  padding: 8px 5px;
  margin-left: -1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  background: #ffffff;
}

.post-type label:hover {
  color: #0d6efd !important;
  background: #F6F9FB;
}

.post-type .label-radio:checked + label {
  border-color: #0d6efd !important;
  position: relative;
  z-index: 1;
  color: #0d6efd !important;
  background: #E6F2FF;
}

.form-control.pin-title {
  font-size: 20px;
}

.full-loader {
  z-index: 99;
  background: #fffffff1;
  backdrop-filter: saturate(180%) blur(5px);
}

 

/* Create Recuring Post css end  */

.modal-header .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #e7e7e7;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  background-size: 10px;
  opacity: 1;
  height: 22px;
  width: 22px;
}

.search-media-image .image-box {
  background: #222;
  height: 150px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.search-media-image .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rp-modal,
.modal {
  background: #1F1F1F78;
}

.modal-backdrop.show {
  display: none;
}

.pixabay-images,.giphy-images,.unsplash-images,.my_media_images {
  padding: 4px 15px;
  max-height: 540px;
  overflow-y: auto;
}

/* dashboard right box css end */

/* Post Preview css */

.post-preview-ctn {
  background: #dee2e6;
}

.nav-tabs .social_preview.nav-link {
  padding: 0;
  margin: 0;
  padding: 3px;
  border: 2px solid transparent;
  border-radius: 50%;
  height: auto;
}
.nav-tabs .social_preview.active.nav-link,
.nav-tabs .social_preview.nav-link:hover {
  border-color: #0d6efd;
}

.nav-tabs .social_preview.nav-link img {
  height: 35px;
  width: 35px;
}

.post-account-info .user-icon {
  height: 40px;
  width: 40px;
}

.fb-post-preview,
.twitter-post-preview,
.linkedin-post-preview,
.insta-post-preview.feed-preview,
.gbp-post-preview,
.pinterest-post-preview,
.YouTube-post-preview,
.threads-post-preview,
.bluesky-post-preview {
  max-width: 400px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px !important;
}

/* fb post preview css */
.main-img-100 img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.fb-post-image.one-img .main-img-100 img {
  max-height: 345px;
}

.fb-post-image,
.fb-post-image .d-flex {
  gap: 2px;
}

.fb-post-image.three-img .main-img-100 img,
.fb-post-image.four-img .main-img-100 img {
  object-fit: cover;
  max-height: 200px;
}

.fb-post-preview .video-preview-box video {
  max-height: 345px;
}
.main-img-50 {
  width: 255px;
  height: 200px;
  background: #f2f2f2;
  overflow: hidden;
}
.main-img-50 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.more-img {
  width: 170px;
  height: 130px;
  background: #f2f2f2;
  overflow: hidden;
}
.more-img img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: top;
}
.more-img span {
  font-size: 30px;
  background: #000000c4;
}

.post-comment img {
  height: 40px;
  width: 40px;
  flex: 0 0 40px;
}

.post-comment .comment-body {
  background: #F0F2F5;
  border-radius: 15px
}

.fb-post-link-preview-content .description {
  max-height: 55px;
  overflow: hidden;
}

.fb-opt, .reels-opt {
  width: 50px;
  position: absolute;
  bottom: 30px;
  right: 10px;
  color: #ffffff;
}

.fb-reel-preview .user-icon {
  height: 32px;
  width: 32px;
  flex: 0 0 32px;
}

.fb-bg-list {
  display: flex;
}

.fb-background-picker .btn-picker:not(.collapsed) {
  display: none;
}

.fb-background-picker .fb-bg-list .bg-item {
  height: 30px;
  width: 30px;
  flex: 0 0 30px;
}

.fb-background-picker .fb-bg-list .bg-item img,.fb-background-picker .fb-bg-list .bg-item-big img {
  border: 2px solid #DEE2E6;
  box-shadow: rgb(0, 0, 0 , 0.1) 0px 0px 3px 0px;
}

.fb-background-picker .fb-bg-list input:checked + img {
  border-color: #0d6efd;
  padding: 2px;
}

.fb-background-picker .fb-bg-list .bg-item.btn-close-picker {
  background: #E4E6EB;
}

.fb-tooltip .tooltip-inner {
  max-width: 250px;
}

.fb-background-picker.disabled .btn-picker {
  pointer-events: all;
}

.post-preview .fb-text-bg-post {
  width: 100%;
  height: 285px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.post-preview .fb-text-bg-post span {
  font-size: 24px;
  font-weight: 700;
  word-break: break-word;
  word-wrap: break-word;
}

.fb-text-bg-post .mention {
  width: auto;
  height: auto;
  border-radius: 0;
  background: no-repeat;
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
  padding: 0;
}

.post-preview .fb-text-bg-post .text-black .mention {
  color: #000000;
}

.modal .fb-background-picker .fb-bg-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 86px;
  gap: 6px;
}
/* Post Preview css end */

/* Twitter post preview css */

.twitter-post-ctn {
  padding-left: 65px;
  margin-top: -15px;
}
.twitter-post-image,
.twitter-post-ctn video,
.twitter-thread-post-ctn video {
  border-radius: 15px;
  overflow: hidden;
}
.twitter-post-ctn .link-preview,
.twitter-thread-post-ctn .link-preview {
  border-radius: 15px;
}
.twitter-post-image.one-img img {
  width: auto;
  border-radius: 15px;
}
.twitter-post-image.two-img .main-img-50:first-child {
  border: 0;
  border-right: 1px solid #ffffff;
}
.twitter-post-image.two-img .main-img-50:last-child {
  border: 0;
  border-left: 1px solid #ffffff;
}

.twitter-post-image.three-img .main-img-50,
.twitter-post-image.three-img .main-img-50 img {
  height: 280px;
  border: 0;
  border-right: 1px solid #ffffff;
}

.twitter-post-image .twitter-more-img img {
  height: 140px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.twitter-post-image .twitter-more-img img:first-child {
  border-bottom: 1px solid #ffffff;
}
.twitter-post-image .twitter-more-img img:last-child {
  border-top: 1px solid #ffffff;
}

.twitter-post-image.four-img .twitter-more-img:first-child {
  border-right: 2px solid #fff;
}

.twitter-post-ctn video, .twitter-thread-post-ctn video {
  max-height: 320px;
}

.alt-added, .alt-added-tooltip {
  bottom: 15px;
  left: 15px;
  background: #000000bf;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
}

.alt-text-popover.popover {
  border-radius: 18px;
  border: 1px solid #DDDDDD;
  max-width: 250px;
}
.alt-text-popover.popover .popover-header {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  padding: 15px 15px 0;
}
.alt-text-popover.popover .popover-body {
  text-align: left;
  padding: 10px 15px 10px;
}
.alt-text-popover.popover span {
  color: #1E1E1E;
  padding: 5px;
  border: 1px solid #DDDDDD;
  border-radius: 40px;
  text-align: center;
  margin: 10px 0;
  font-weight: 700;
  display: block;
  cursor: pointer;
}

.popover.alt-text-popover .popover-arrow::after {
  border-top-color: #fff;
}

.engagement-by-library .color-box {
	height: 16px;
	width: 16px;
	display: block;
	border-radius: 50%;
}

.engagement-by-library .progress_bar {
	height: 30px;
	opacity: 0.25;
    max-width: 100%;
}

.engagement-by-library .total-progress {
    position: absolute;
    top: 15px;
    width: 100%;
    text-align: center;
    left: 0;
}

/* Twitter post preview css end */

/* Twitter thread css */ 
.quill-twitter-thread.ql-container {
  max-height: inherit;
}

.quill-twitter-thread .ql-editor {
  min-height: 60px;
  max-height: 200px;
  padding-right : 15px;
}

.quill-twitter-thread .ql-editor::before {
  padding-right: 15px;
}

.twitter-thread-preview-box .user-icon img {
  height: 40px;
  width: 40px;
  flex: 0 0 40px;
}

.twitter-thread-preview-box .user-icon .vr {
  align-self: center;
  background-color: #bbc6cb;
  width: 2px;
  border-radius: 8px;
}

.twitter-thread-post-ctn .main-img-50 {
  width: 161px;
  height: 215px;
}

.twitter-thread-post-ctn .main-img-50 img {
  height: 215px;
}

/* Twitter thread css end*/ 

/* Linkedin post preview css */

.doc-preview-box .doc-hearder,.doc-preview-box .doc-footer {
	background: #000000cf;
	padding: 10px 15px;
	position: absolute;
	width: 100%;
	top: 0;
	gap: 10px;
  font-size: 13px;
}

.doc-preview-box .doc-hearder .file-name {
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.doc-preview-box .doc-footer {
    top: auto;
    bottom: 0;
}

.doc-preview-box .line {
	height: 1px;
	width: 100%;
	display: block;
	background: #ffffff;
}

.slider-arrow {
	top: 0;
	right: 20px;
}

.doc-preview-box .slider-arrow span {
    display: flex;
    background: #000000cf;
    color: #ffffff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
}

.linkedin-post-image.one-img .main-img-100 img {
  max-height: 500px;
}

.linkedin-post-preview .video-preview-box video {
  max-height: 500px;
}

.linkedin-post-image,
.linkedin-post-image .d-flex {
  gap: 2px;
}

/* Linkedin post preview css end */



/* Insta post preview css */

.insta-post-preview.feed-preview .main-img-100 {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.insta-post-preview.feed-preview .main-img-100 img {
  object-position: center;
  object-fit: contain;
}
.insta-feed-video video {
  object-fit: contain;
  cursor: pointer;
  width: 100%;
  max-height: 500px;
}

/* .insta-post-preview.feed-preview .post-msg p  {
  max-height: 40px;
  overflow: hidden;
} */

.insta-post-preview.feed-preview .post-msg p.expanded {
  max-height: inherit;
  overflow: auto;
}

.insta-post-preview.feed-preview .post-msg p.expanded + .load-more {
  display: none !important;
}

.insta-post-preview.feed-preview .post-msg p.ig-post-msg-text + .load-more {
  right: 0;
  bottom: -3px;
  padding-left: 5px;
  font-weight: 600;
}

.insta-post-preview .post-msg.reels-post-msg,.fb-reel-preview .post-msg.reels-post-msg {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  max-height: 20px;
}

.insta-post-preview .post-msg.reels-post-msg.expanded,.fb-reel-preview .post-msg.reels-post-msg.expanded {
  text-overflow: inherit;
  overflow: auto;
  white-space: normal;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
  max-height: 215px;
}

.insta-post-preview .post-msg.reels-post-msg.expanded::-webkit-scrollbar,.fb-reel-preview .post-msg.reels-post-msg.expanded::-webkit-scrollbar {
  display: none;
}

.playpause span {
  cursor: pointer;
  font-size: 50px;
}

.insta-post-preview.story-preview,
.insta-post-preview.reel-preview,
.tiktok-post-preview,
.YTshort-post-preview,
.fb-reel-preview {
  max-width: 315px;
  height: 560px;
}

.insta-tag-people-on-reels .insta-post-preview.reel-preview,.insta-tag-products-on-reels .insta-post-preview.reel-preview {
  flex: 0 0 314px;
  height: 559px;
}

.insta-post-preview.story-preview .insta-video,
.insta-post-preview.reel-preview .insta-video,
.tiktok-post-preview .tiktok-video,
.YTshort-post-preview .YTshort-video,
.fb-reel-preview .fb-video{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.insta-post-preview.story-preview .main-img-100,
.insta-post-preview.reel-preview .main-img-100 {
  height: 532px;
}

.insta-post-preview.story-preview .main-img-100 img,
.insta-post-preview.reel-preview .main-img-100 {
  object-fit: cover;
  object-position: center;
}

.story-preview .post-account-info,
.reel-preview .post-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(3, 3, 3, 1) 100%);
}

.insta-grid {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 15px;
}

.insta-grid .insta-grid-ctn {
  border-radius: 15px;
  overflow: hidden;
}

.grid-view-container .post-date {
display: none;
}

.grid-view-container .post-image-container:hover .post-date {
  display: flex;
  background: #00000099;
  z-index:1;
}

.grid-view-container .post-image-container {
  background: #D6DAE0;
}

.grid-view-container .post-image-container img {
  object-fit: cover;
  object-position: center;
}

.insta-grid .grid-view-container {
  display: grid;
  grid-template-columns:repeat(3,1fr);
  grid-auto-rows:172px;
  gap: 2px;
  height: 575px;
}

.grid-view-container .post-image-container .library-name {
  background: #ffffffe0;
  padding: 5px;
  bottom: 8px;
  left: 0;
}

.insta-grid .grid-view-container .in-queue {
  background: #ffffffe0;
  border-radius: 5px;
  height: 25px;
  width: 25px;
  bottom: 8px;
  right: 8px;
}

/* Insta post preview css end */

/* Insta tag user css start */

.modal.insta-tag-user .image-container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  flex: 0 0 400px;
}

.modal .tagged-user-preview .replicated-container {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.insta-tagged-user-preview .modal-dialog {
  max-width: 435px;
}

.modal.insta-tag-user .image-container img {
  cursor: crosshair;
}

.modal.insta-tag-products .image-container img {
  object-fit: contain;
  object-position: center;
}

.indicator {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #0d6efd;
  border-radius: 50%;
  border: 2px solid white;
  z-index: 5;
}
.remove-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffffba;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  display: none;
  color: #000;
}
.tagging-box,.product-tagging-box {
  position: absolute;
  display: none;
  background-color: white;
  padding: 12px;
  z-index: 10;
  width: 300px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
.tagging-box input {
  width: 100%;
}

.insta_user_tag {
  position: absolute;
  background-color: rgb(0 0 0 / 80%);
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 3px;
  pointer-events: none;
  z-index: 6;
  margin-top: 14px;
}

.insta_user_tag span,.instaproducttag span {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.replicated-container .insta_user_tag::after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, .8);
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.replicated-container .insta_user_tag {
  margin-top: 8px;
}

.status-message {
  display: none;
  font-size: 12px;
  color: gray;
}
.btnshowhidetag {
  background: #000000e0;
  text-align: center;
  cursor: pointer;
  width: 40px;
  bottom: 15px;
  height: 40px;
  border-radius: 50%;
  left: 15px;
}
.btnshowhidetag.showhide-product {
  left: 65px;
}
.tagged-user-preview .replicated-tags {
  display: block;
}

/* Insta tag user css end */

/* Insta tag product css start */
 
 
.product-tagging-box input {
  width: calc(100% - 25px);
  margin-bottom: 5px;
  padding: 5px;
}
.product-tagging-box button {
  margin-right: 5px;
}
.instaproducttag {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 3px 5px;
  border-radius: 3px;
  pointer-events: none;
  z-index: 6;
  display: flex;
  align-items: center;
}
.product-list {
  list-style: none;
  padding: 0;
  max-height: 150px;
  
}
.product {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.product-tagging-box .product-list .product {
margin-bottom: 10px;
}

.modal.insta-tag-products .product img,
.modal.insta-tag-products-on-reels .product-reels img
 {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #DEE2E6;
  margin-right: 10px;
}
.product .product-name,
.product-reels .product-name
{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10px;
}

.tagged-product .product-list .product-reels.selected {
border-color:#0d6efd;
}

.product-reels .ri-checkbox-circle-line {
  display: none;
}

.product-reels.selected .ri-checkbox-circle-line {
  display: block;
}

.remove-product {
  margin-left: auto;
  cursor: pointer;
}
.tagged-product .product-list .product,
.insta-tag-people-on-reels .people-list .tegged-user,
.tagged-product .product-list .product-reels
{
  border: 1px solid #DEE2E6;
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.tagged-product .product-list {
  max-height: 210px;
}
.insta-tag-products-on-reels .tagged-product .product-list {
  max-height: 380px;
}
.insta-tag-people-on-reels .people-list {
  max-height: 410px;
  padding-right: 10px;
}

.tagged-product-box .social-profiles-list .schedule-pic-box {
  padding: 1px;
  border: 1px solid transparent;
  cursor: pointer;
  opacity: .5;
}

.tagged-product-box .social-profiles-list .schedule-pic-box.selected {
  border-color:#0d6efd;
  opacity: 1;
}

.tagged-product-box .social-profiles-list {
  min-height: 40px;
  gap: 12px;
  overflow: auto hidden;
  padding: 2px 2px 8px 2px;
}

.tagged-product-box .schedule-pic-box .user-check {
  left: -4px;
  right: auto;
  font-size: 18px;
}
/* Insta tag product css end */

/* Insta post preview css end */

/* gbp post preview css*/

.gbp-post-ctn-box video {
  object-fit: cover;
}
.gbp-offer .coupon-code {
  border: 1px dashed #e4e4e4;
}

/* gbp post preview css end */

.pinterest-post-preview {
  border-radius: 20px;
}

.pinterest-post-image img,
.pinterest-post-preview video {
  border-radius: 20px;
}

.user-info-more .btn-light,
.user-info-more .btn-light:hover {
  background: #efefef;
  border-radius: 40px;
  font-weight: 700;
}

/* TikTok post preview css*/
.tiktok-post-preview .post-header,.fb-reel-preview .post-header {
  background: linear-gradient(0deg, rgba(3, 3, 3, 0) 0%, rgba(1, 1, 1, .2) 100%);
}

.tiktok-post-preview .post-footer,
.fb-reel-preview .post-footer,
.reel-preview .post-footer {
  background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0%, rgba(3, 3, 3, 0) 100%);
  padding-right: 60px !important;
}

.tiktok-post-preview .post-footer .post-msg {
  max-height: 65px;
  overflow: hidden;
}

.tiktok-opt,
.YTshort-opt {
  width: 50px;
  position: absolute;
  bottom: 30px;
  right: 10px;
  color: #ffffff;
}

.YTshort-post-preview .post-footer {
  padding: 15px 55px 15px 15px;
}

.YTshort-info {
  max-width: 400px;
  margin: auto;
}

.YTshort-post-preview .post-footer .post-account-info img {
  width: 32px;
  flex: 0 0 32px;
}

.YTshort-post-preview .post-footer .post-account-info span {
  border-radius: 20px;
}

.tiktok-post-preview .user-icon {
  background: #000;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}

.tiktok-post-preview .user-icon .icon-plus {
  position: absolute;
  bottom: -7px;
  background: #FD295A;
  font-size: 10px;
  padding: 2px;
  border-radius: 50%;
  left: 12px;
  border: 1px solid #fff;
}

/* TikTok post preview css end*/

/* threads post preview css start*/
.threads-post-preview .user-icon img {
  height: 40px;
  width: 40px;
  flex: 0 0 40px;
}
.threads-post-image, .threads-post-ctn video, .threads-thread-post-ctn video {
  border-radius: 10px;
  overflow: hidden;
}
.threads-post-image img {
  border-radius: 10px;
}

.threads-post-image.single-img img {
  width: 100%;
}

.threads-post-image.multiple-img img {
  height: 260px;
  object-fit: cover;
  object-position: center;
}

.threads-post-image.multiple-img {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}

/* threads post preview css end*/

/* Bluesky post preview css */

.bluesky-post-image {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.bluesky-post-image .alt-added {
  bottom: 8px;
  right: 8px;
  left: auto;
  background: #f1f3f5;
  padding: 3px 05px;
  opacity: 0.8;
  border-radius: 4px;
  font-size: 10px;
}
 

.bluesky-post-image.two-img .main-img-50 {
  height: 185px;
  border: 0;
}

.bluesky-post-image.two-img .main-img-50 img {
  height: 185px;
}

.bluesky-post-image.three-img .main-img-50, .bluesky-post-image.three-img .main-img-50 img {
  height: 174px;
  border: 0;
  object-position: center;
}
.bluesky-post-image .bluesky-more-img img {
  height: 85px;
  width: 100%;
  object-fit: cover;
  object-position:center;
}

.bluesky-post-image.four-img .bluesky-more-img img {
  height: 120px;
}

.bluesky-post-ctn video {
  height: 315px;
  border-radius: 10px;
}

.bluesky-link-preview-content .description {
  height: 40px;
  overflow: hidden;
}

/* Bluesky post preview css end*/

/* add time slots */

.select-accounts,
.select-library {
  width: 260px;
  flex: 0 0 260px;
  transition: 0.2s;
  z-index: 1;
}


.alert-error {
 background-color: #f8d7da !important;
 border-color: #f17171 !important;
}

.footer-ctn {
  z-index: 1;
}

.select-accounts .user-info p,
.select-library .library-schedule-box p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Show full social account name when toggle enabled */
.select-accounts.show-full-name .user-info p.account-name,
.show-full-name .user-info p.account-name {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  word-break: break-word !important;
}

.workspace-accounts-list.select-accounts {
  width: 100%;
  flex: 0 0 100%;
}

.edit-post .select-accounts.show {
  display: flex;
}

.select-accounts .social-account .form-check-input,
.search-contentlist .form-check-input {
  flex: 0 0 16px;
  height: 16px;
  box-shadow: none;
}
.select-accounts .social-account,
.inner-social-account .social-account {
  margin-top: 2px;
  margin-bottom: 15px;
}
.select-accounts .social-account:last-child,
.inner-social-account .social-account:last-child {
  margin-bottom: 0;
}
.select-accounts .schedule-pic-box,
.edit-schedule .schedule-pic-box {
  height: 32px;
  width: 32px;
  flex: 0 0 32px;
}
.add-time-slots .col-md-9 {
  border-left: 1px dashed #1F1F1F33;
}
.frequency-box ul {
  grid-template-columns: repeat(7, 1fr);
}
.frequency-box li {
  color: #585858;
  cursor: pointer;
  text-align: center;
}
.frequency-box li:hover {
  background: #F6F9FB;
}

.frequency-box li.active {
  border: 1px solid #0d6efd !important;
  color: #0d6efd;
}

.custom-frequency-list select {
  max-width: 150px;
}

.custom-frequency-list:last-child {
  margin-bottom: 0 !important;
}

.frequency-weekly,
.frequency-monthly {
  max-width: 460px;
}

.frequency-custom {
  max-width: 550px;
}

.RP-steps li {
  opacity: 0.6;
}

.RP-steps li.text-success {
  opacity: 1;
}

.step-boder {
  width: 40px;
  opacity: 1;
  margin: 0 5px;
  background: transparent;
  border: 1px dashed #1F1F1F33;
}

.ScheduleLater-dropdown {
  width: 350px;
  box-shadow: 0px 4px 24px rgb(0 0 0 / 16%);
  padding: 15px;
}

.inner-ctn .search-account, 
.custom-time .search-account, 
.form-select.status-filter, 
.form-select.platform-filter {
    max-width: 220px;
}

.inner-ctn .AddYourProfiles .search-account {
max-width: 100%;
}

.account-more-opt label {
  width: 65px;
  flex: 0 0 65px;
}

/* calendar css start */

.queue-history-tabs {
  padding: 5px 5px 6px;
}

.queue-history-tabs.nav-tabs .nav-link {
  color: #585858;
  font-weight: 500;
  padding: 4px 20px;
}
.queue-history-tabs.nav-tabs .nav-link.active {
  background: #E6F2FF;
  color: #0d6efd;
}

.post-image {
  height: 130px;
  width: 130px;
  flex: 0 0 130px;
}

.post-image img {
  height: 130px;
  width: 130px;
  object-fit: cover;
  object-position: center;
}

.post-image.link-post img {
  height: 80px;
  margin-bottom: 3px;
}

.post-message {
  height: 78px;
  margin-bottom: 12px;
  word-break: break-word;
}

.post-msg p {
  word-wrap: break-word;
  word-break: break-word;
}

.post_preview_tabs .post-msg p {
  word-break: normal;
}

.library-post-content .post-message {
  height: 90px;
  margin: 0;
}

.ApprovalPost .library-post-content .post-message {
  height: 90px;
}

.UploadContentBulk .library-post-content .post-message {
  height: 110px;
}

.post-edit-delete .btn,.template-library-box .btn {
  padding: 5px 8px;
  border-radius: 5px;
  color: #a3a3a3;
  display: flex;
  align-items: center;
  height: 30px;
}
.post-check-box {
  height: 16px;
  width: 16px;
  flex: 0 0 16px;
  cursor: pointer;
  margin-top: 0;
}
.post-social-account .schedule-pic-box {
  height: 35px;
  width: 35px;
  flex: 0 0 35px;
}
.post-social-account .account-list li:first-child {
  padding-left: 0 !important;
}
.post-social-account .account-list li {
  padding: 5px 0;
}

.post-social-account .account-list .user-info .icon-arrow,.pointer-table-row .icon-arrow {
  height: 18px;
  width: 18px;
  display: flex;
  flex: 0 0 18px;
  background: #E6F2FF;
  color: #0d6efd;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  line-height: 10px;
}

.post-social-account .account-list .user-info .icon-arrow:hover,.pointer-table-row .icon-arrow:hover {
color: #0d6efd;
}

.pointer-table .pointer-table-row .icon-arrow {
  width: 20px;
  height: 20px;

}

.post-social-account .more-account {
  height: 35px;
  width: 35px;
  flex: 0 0 35px;
  background: #E6F2FF;
  border-radius: 5px;
  color: #0d6efd;
}

.library-post-content .post-social-account .more-account {
  height: 28px;
  width: 28px;
  flex: 0 0 28px;
}

.queue-post-content .post-library{
  position: absolute;
  bottom: 20px;
  right: 65px;
}

.library-post-content .post-library {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.report-card .queue-post-content .post-library {
  right: 1rem;
}

.error .schedule-pic-box {
  background: #f17171;
}

.error .schedule-pic-box span {
  position: absolute;
  color: #e81313;
  top: 0;
  left: 0;
}

.post-social-account .account-list li.error .schedule-pic-box::before {
  background: #f17171;
}
.post-social-account .account-list li.error .schedule-pic-box::after {
  background: #fdf5f5;
}

.alert-danger.error {
  border-color: #f17171 !important;
  background: #fdf5f5 !important;
}

.error .schedule-pic-box .schedule-pic {
  opacity: 0.9;
  border-color: #f17171;
}

.more-account .btn {
  padding: 8px 10px;
}
.social-tab-list li:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.social-tab-list img {
  width: 24px;
  height: 24px;
  flex: 0 0 25px;
  background: #f6f6f6;
  border-radius: 50%;
}

.social-tab-list .active img,
.social-tab-list img:hover {
  border-color: #0d6efd;
}

.social-tab-list li {
  height: 45px;
  cursor: pointer;
  color: #101010;
  position: relative;
}

.post-preview .post-edit {
  bottom: 1px;
  right: 1px;
  border: 1px solid #fff;
}

.post-preview .post-error {
  top: 1px;
  left: 1px;
  border: 1px solid #fff;
}

.post-preview .icon-warning.post-error {
  border-color: #fbb500;
  font-size: 10px;
  padding: 2px;
  border-width: 2px;
}

.library-post-content .post-ctn-header .more-action span.icon-warning-circle,
.library-post-content .post-ctn-header .more-action span.icon-warning {
top: 2px;
left: -3px;
background: #FFFFFF;
}

.library-post-list .library-post-content .post-description.pe-5 {
  padding-right: 0 !important;
  overflow: hidden;
}

.social-tab-list li button.active,
.social-tab-list li:hover {
  color: #1F1F1F !important;
}

.social-tab-list li button.active:after {
  content: "";
  background: #ffffff;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.social-tab-list li button {
  height: 45px;
  padding: 0 10px;
  margin-bottom: 0 !important;
}

.UploadContentBulk .social-tab-list li button {
  height: 52px;
}

.post-edit-delete {
  width: 48px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  gap: 15px;
}

.fectch-ctn-list .post-edit-delete {
  right: auto;
  left: 0;
}

.FeedManager .post-edit-delete {
  top: 35px;
}

.ManageVariations .post-edit-delete {
  top: 0;
}

.UploadContentText .post-edit-delete {
  top: 0;
  right: 1px;
}

.post-main-ctn .tab-content .tab-pane.active {
  display: flex;
  gap: 10px;
}

.social-tab-list li span {
  position: absolute;
  top: 24px;
  right: 6px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  font-size: 13px;
}
.social-tab-list li span.icon-warning {
  top: 1px;
  right: 1px;
}

.social-tab-list .error img {
  background: #f8d7da;
}

.social-tab-list .error.active img {
  border-color: #eb5757;
}

.carousel-control-next, .carousel-control-prev {
  width: 30px;
  overflow: hidden;
}

.carousel-control-next {
  opacity: 1;
}

.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
  display: flex;
}

.carousel-control-prev-icon {
  background-image: url("../img/icon-prev.png");
}
.carousel-control-next-icon {
  background-image: url("../img/icon-next.png");
}

.user-msg-details {
  padding: 10px;
}
.user-msg-details .border {
  border-color: #74bbfe !important;
}

.user-msg-details .more-info img,
.SocialAccountDetails .social-account-list .more-info img {
  width: 16px;
}

.day-header:last-child,
.days-container:last-child {
  border-right: 1px solid #dee2e6 !important;
}

.queue-calendar {
  min-width: 1200px;
}

.day-header,
.days-container {
  flex-grow: 1;
}
.days-container {
  min-height: 100px;
  display: grid;
  grid-auto-rows: max-content;
}


.queue-calendar .day-header,
.queue-calendar .days-container {
  flex: 0 0 calc(100% / 7);
  position: relative;
  width: calc(100% / 7);
}

.timeslots-calendar .queue-calendar .day-header,
.timeslots-calendar .queue-calendar .days-container {
  flex: 0 0 calc(100% / 8);
  position: relative;
  width: calc(100% / 8);
}

.queue-calendar .days-container {
  background: #ffffff  ;
  gap: 10px;
  padding: 8px;
}

.queue-calendar .cal-post-list {
  min-height: 50px;
}

.queue-calendar.queue-week-calendar .cal-post-list {
  min-height: 400px;
}

.queue-calendar .days-container > p {
  color: #585858;
}

.queue-calendar .days-container.day-disabled {
  background:#EDF1F3;
}

.queue-calendar .days-container.day-disabled > p,.queue-calendar .days-container.next-month > p {
  opacity: .4;
}

.days-container .schedule-pic-box,
.schedule-pic-box.small-pic {
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
  margin-top: -5px;
}

.days-container .schedule-pic-box .schedule-pic {
  height: 20px;
  width: 20px;
}

.days-container .schedule-pic-box .small-social-icon,
.schedule-pic-box.small-pic .small-social-icon {
  width: 14px;
  height: 14px;
  bottom: -5px;
  right: -3px;
}

.days-container .post-message {
  max-height: 40px;
  height: auto;
  overflow: hidden;
}

.days-container .post-image {
  height: 40px;
  width: 40px;
  flex: 0 0 40px;
}
.days-container .post-image img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  object-position: center;
}

.days-container .post-image .icon-post-type {
  position: absolute;
  top: 0;
  left: 0;
  background: #00000057;
}

.days-container .queue-post-content .post-edit-delete {
  top: auto;
  position: relative;
  background: #EDF1F3;
  border-top: 1px solid #e5e6eb;
  padding: 5px 10px;
  gap: 12px;
}

.timeslots-calendar .days-container .queue-post-content .post-edit-delete {
  padding: 2px 10px;
}

.days-container .queue-post-content .post-edit-delete .cal-btn-drag,
.timeslots-calendar .days-container .queue-post-content .editschedule .cal-btn-drag {
  cursor: grab;
  font-size: 16px;
}


.days-container.highlight-day-box {
  background-color: #E6F2FF;
 }

 .days-container .ui-state-highlight-old {
  background-color: #FAFAFA;
  border: 1px dashed #BBBBBB;
  border-radius: 5px;
  text-align: center;
  height: 100px;
  margin-bottom: 10px;
}

.timeslots-calendar .days-container .ui-state-highlight-old {
  height: 45px;
}

.calendar-cell .cal-post-list .ui-sortable-placeholder {
  height: 0 !important;
}

.calendar-cell .cal-queue-post-content {
  margin-bottom: 10px;
}

.calendar-cell .cal-queue-post-content.ui-sortable-helper {
  transform: rotate(5deg);
}

.calendar-cell .show-more {
 margin-top: -10px;
}


/* .days-container .cal-post-list {
  gap: 10px;
} */

.days-container .queue-post-content {
  border:1px solid #e5e6eb;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.days-container .queue-post-content:hover {
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.18);
  /* border:1px solid #bdbdbd; */
}

.days-container.calendar-cell .add-a-post,.days-container.calendar-cell .add-a-post:focus {
  background: #E6F2FF;
  color: #0d6efd;
  padding: 6px;
  border: 0;
  visibility: hidden;
}

.days-container.calendar-cell:hover .add-a-post {
  visibility: visible;
}

.librariesfilter {
  position: absolute;
  top: 52px;
  z-index: 9;
  background: #ffffff;
  width: 400px;
  right: 0;
}

.librariesfilter .libraries-list {
  max-height: 180px;
  overflow-y: auto;
}

.SocialAccountDetails .offcanvas-body .social-account-list.error .btn-outline-secondary {
  min-width: 28px;
  flex: 0 0 28px;
}

.librariesfilter .library-schedule-box,
.copy-to-libraries .library-schedule-box,
.move-to-libraries .library-schedule-box {
  height: 50px;
}

.user-msg-details .btn-outline-secondary,
.SocialAccountDetails .offcanvas-body .btn-outline-secondary {
  font-size: 12px;
  border-radius: 5px;
  min-width: 75px;
}

.days-container .cal-date {
/* background: #F0F0F0; */
color: #000000;
}

/* calendar css start end */

/* contentlist css start  */

.select-library .library-schedule-box,
.AddLabel .library-schedule-box {
  height: 45px;
  padding: 0 15px;
  width: 100%;
}

.library-post-list .post-social-account .schedule-pic-box {
  height: 25px;
  width: 25px;
  flex: 0 0 25px;
}

.library-post-list .small-social-icon {
  height: 15px;
  width: 15px;
}

.library-post-list .post-social-account .account-list li .schedule-pic-box::after,
.library-post-list .post-social-account .account-list li .schedule-pic-box::before {
  display: none;
}

.post-variation {
  font-weight: normal;
}

.timeslots-calendar .user-info .b6 {
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timeslots-calendar .btn.btn-icon {
  padding:6px 5px;
}
.timeslots-calendar .days-container {
  min-height: 50px;
  display: grid;
  grid-auto-rows: max-content;
}

.timeslots-calendar .days-container .social-account:last-child {
margin-bottom: 0 !important;
}

.timeslots-calendar .days-container .library-name {
  display: flex;
  width: 100%;
  background: #ffffff;
  padding: 5px;
  align-items: center;
  gap: 3px;
}

.timeslots-calendar .monthly .days-container {
  min-height: 110px;
  flex: 0 0 calc(100% / 7);
  width: calc(100% / 7);
}

.time-slots-ctn {
  min-width: 1050px;
}

.editschedule {
  position: absolute;
  top: 0;
  left: 0;
  background: #00000099;
  justify-content: center;
  align-items: center;
  display: none;
}

.days-container .social-account:hover .editschedule {
  display: flex;
}

.timeslots-calendar .days-container .cal-queue-post-content:hover .editschedule {
  display: flex;
  gap: 15px;
}

.timeslots-calendar .days-container .queue-post-content {
  position: relative;
}

.datepicker-one-off-post .ui-widget.ui-widget-content {
  border: 0;
  width: 100%;
  box-shadow: none;
  padding: 0;
}

.select-accounts .tab-pane.flex-column.active {
  display: flex;
}

.days-container .more-account {
  height: 28px;
  width: 28px;
  flex: 0 0 30px;
  background: #F6F9FB;
  border-radius: 5px;
  color: #0d6efd;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

.days-container .more-account.icon-arrow {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: -1px;
  right: 0;
}

.btn-calendar,
.BackToTop {
  position: absolute;
  bottom: 8px;
  right: 36px;
  height: 40px;
  width: 40px;
  flex: 0 0 50px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  z-index: 9;
  color: #000;
}

.add-time-slots .BackToTop {
  right: 100px;
}

.btn-accounts-filter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  filter: drop-shadow(2px 4px 2px #0000004a);
  z-index: 2;
}

.library-post-content .more-options-btn {
  padding: 5px 10px;
}

.library-post-content .post-ctn-header {
  min-height: 35px;
  position: relative;
  border-radius: 6px 6px 0 0;
}

.library-post-content .post-scheduled-details {
  padding-right: 47px;
}

.library-post-content .post-social-account .account-pointer {
  border-radius: 5px;
  gap: 3px;
}

.library-post-content .post-ctn-header .ui-sortable-handle {
  min-height: 46px;
}

.edit-pointer .number {
  border: 1px solid #e4e4e4;
  height: 35px;
  width: 30px;
  flex: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.set-pointer label {
  padding-right: 62px;
}

.alert .btn-close {
  position: absolute;
  font-size: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 6px;
  opacity: 1;
  right: -10px;
  top: -10px;
}

.create-post .alert .btn-close {
  background-color: transparent;
  box-shadow: none;
  top: 2px;
  right: 0 !important;
  left: auto;
}

.library-post-content .edit-pointer .btn {
  padding: 6px;
  border-radius: 5px;
  font-size: 12px;
  height: 35px;
  width: 35px;
  flex: 0 0 35px;
}

.pointer-table-row:last-child {
  border-bottom: none !important;
}

.pointer-table-row .icon-arrow-top.collapsed::before {
  content: "\e90f";
}

.FeedManager .library-post-content .post-ctn-header {
  min-height: auto;
}

.post-main-ctn {
  min-height: 150px;
}

.SearchContentBox {
  max-width: 400px;
}

.collapsed .iconsearch:before {
content: "\e938";
}

/* contentlist css end  */

/* Plug-ins css start  */

.bitlyAccountList .account-list {
  max-height: 235px;
}

.bagoftags-list {
  min-height: 130px;
}

.bagoftags-list p {
  max-height: 65px;
  overflow: auto;
  text-overflow: ellipsis;
}

.bag-tile .ms-auto {
  flex: 0 0 50px;
}

.no-ctn-box {
  max-width: 500px;
}

.CustomFields .libraries-list .ms-auto {
  flex: 0 0 40px;
}

.CustomFields .libraries-list .library-schedule-box p {
  text-overflow: ellipsis;
}

.manage-Value .custom-dropdown {
  width: 95%;
  max-height: 300px;
  overflow-y: auto;
}

.library-schedule-box input:disabled {
  color: #101010;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
}

.library-schedule-box.selected input:disabled {
  color: #1F1F1F;
}

.offcanvas.offcanvas-end.AddYourProfiles.offcanvas-small {
  width: 600px;
}

/* Plug-ins css end  */

/* Account Settings css end  */

.accountsettings .tab-content > .active,
.ApprovalQueue .tab-content > .active {
  display: flex;
  height: 100%;
}

.upload-profile-pic .schedule-pic-box {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.upload-profile-pic .schedule-pic-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.CurrentPlan .bg-color-secondary .fw-semibold {
  background: #ffc107;
  border-radius: 5px;
}

#Security .btn-outline-secondary {
  bottom: 30px;
}

.plan-details-ctn a {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}

.add-on-quantity .btn-icon {
  width: 45px;
}

.add-on-quantity .form-control {
  width: 60px;
  font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.add-on-price {
  width: 70px;
  flex: 0 0 70px;
  text-align: right;
}

.add-on-name {
  width: 200px;
  flex: 0 0 200px;
  overflow: hidden;
}

.add-on-name span {
  display: block;
  height: 38px;
}

.Add-ons hr {
  background: #dee2e6 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  opacity: 1;
}

.CancelPlan ul {
  padding-left: 30px;
}

.CancelPlan ul li {
  list-style-type: disc;
  margin: 10px 0;
}

.chart_wrapper {
  height: 400px;
}

.multi-currency .dropdown-menu {
  max-height: 350px;
  overflow: auto;
}

.multi-currency img {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}

/* Account Settings css end  */

/* reports css start */

.report-icon {
  font-size: 14px;
  height: 40px;
  width: 40px;
  flex: 0 0 40px;
  background: #E6F2FF;
  color: #0d6efd;
}

.reports-ctn .main-reports:hover, .reports-ctn .rp-card:hover, .reports-ctn .social-post:hover {
    box-shadow: 0 0px #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.report-card .progress_bar {
  height: 35px;
  opacity: 0.25;
}

.report-card .total-progress {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25px;
}

.report-card .btn-outline-secondary.active {
  background: #ffffff;
  border-color: #0d6efd !important;
  color: #0d6efd;
}

.img-upload-box .UploadDropMedia {
  background: #ffffff;
  padding: 50px 0;
  height: auto;
}

.img-upload-box .UploadDropMedia .img-uploaded {
  position: absolute;
  top: 0;
  background: #fff;
  left: 0;
}
.report-card .post-image {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
}
.report-card .post-image img {
  width: 80px;
  height: 80px;
}
.report-card .post-preview .post-message {
  height: 65px;
  margin: 0;
}

.custom-popover.popover {
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  max-width: 250px;
  background: #2F2F2F;
  color: #ffffff;
}
.custom-popover.popover .popover-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  padding: 15px 15px 0;
  background: #2F2F2F;

}
.custom-popover.popover .popover-body {
  text-align: left;
  padding: 10px 15px 10px;
  color: #ffffff;
}

.custom-popover.popover .popover-body hr {
  margin:5px 0;
}

.custom-popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .custom-popover.bs-popover-end>.popover-arrow::after {
  border-right-color: #2F2F2F;
}

.custom-popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, .custom-popover.bs-popover-start>.popover-arrow::after {
  border-left-color:#2F2F2F;
}

.custom-popover.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, .custom-popover.bs-popover-top>.popover-arrow::after {
  border-top-color:#2F2F2F;
}

.custom-popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .custom-popover.bs-popover-bottom>.popover-arrow::after {
  border-bottom-color:#2F2F2F ;
}

.report-table td,.report-table th {
  vertical-align: middle;
  padding: .75rem;
}

.report-table .table > :not(:first-child) {
  border-top: 0;
}

.rp-reports .percentage.zero {
    color: #B3B3B3;
}

.rp-reports .percentage.down  {
    color: #E81313;
}

.rp-reports .percentage {
    gap: 3px;
    color: #45B854;
}

.top-post .post-message {
  height: 76px;
  overflow: hidden;
  margin: 0;
}
.top-post .post-img img,.top-post .post-img video {
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.top-post .post-type {
  bottom: 15px;
  right: 15px;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  color: #ffffff;
  background: rgba(22, 32, 32, 0.56);
}
.top-post .post-img .link-title {
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-post .text-post-content .post-message {
  height: 298px;
}

.video-performance .chart_wrapper.chart-left {
  height: 400px;
  width: 100%;
}
.video-performance .chart_wrapper.chart-right {
  height: 190px;
}
.video-performance .chart_wrapper.chart-right canvas {
  max-width: 240px;
}
.top-countries img {
  width: 30px;
  border: 1px solid #e4e4e4;
  height: 21px;
  object-fit: cover;
}
.hashtag-list .progress {
  height: 5px;
}
.hashtag-list .progress .progress-bar {
  background: #6F5ED3;
}
.hashtag-list.list-right .progress .progress-bar {
  background: #08C4B2;
}
.reports-ctn .rp-card-body .social-profiles {
  max-height: 350px;
  overflow-y: auto;
}

/* Reports sidebar collapse styles */
.rp-reports .select-accounts.accounts-filter {
  width: 260px;
  flex: 0 0 260px;
}

.rp-reports .select-accounts.accounts-filter.show {
  width: 85px;
  flex: 0 0 85px;
}

.rp-reports .select-accounts.accounts-filter.show .social-account {
  width: 50px;
}

.rp-reports .select-accounts.accounts-filter.show .user-info {
  display: none;
}

.rp-reports .select-accounts.accounts-filter.show .title.b4,
.rp-reports .select-accounts.accounts-filter.show p.title {
  display: none;
}

.rp-reports .select-accounts.accounts-filter.show .search-account,
.rp-reports .select-accounts.accounts-filter.show .menu_sa_status {
  display: none !important;
}

.rp-reports .select-accounts.accounts-filter.show .justify-content-between.w-100 {
  justify-content: center !important;
}

.rp-reports .select-accounts.accounts-filter.show .icon-collaps::before {
  content: "\e940";
}

/* reports css end */

/* Inbox sidebar collapse styles */
.inbox .select-accounts.accounts-filter {
  width: 260px;
  flex: 0 0 260px;
}

.inbox .select-accounts.accounts-filter.show {
  width: 85px;
  flex: 0 0 85px;
}

.inbox .select-accounts.accounts-filter.show .social-account {
  width: 50px;
}

.inbox .select-accounts.accounts-filter.show .user-info {
  display: none;
}

.inbox .select-accounts.accounts-filter.show .title {
  display: none;
}

.inbox .select-accounts.accounts-filter.show .search-account,
.inbox .select-accounts.accounts-filter.show .menu_sa_status {
  display: none !important;
}

.inbox .select-accounts.accounts-filter.show .justify-content-between.w-100 {
  justify-content: center !important;
}

.inbox .select-accounts.accounts-filter.show .icon-collaps::before {
  content: "\e940";
}

/* inbox css end */

/* Plugin sidebar collapse styles */
.plugin-page .select-accounts.accounts-filter {
  width: 260px;
  flex: 0 0 260px;
}

.plugin-page .select-accounts.accounts-filter.show {
  width: 85px;
  flex: 0 0 85px;
}

.plugin-page .select-accounts.accounts-filter.show .title {
  display: none;
}

.plugin-page .select-accounts.accounts-filter.show .library-schedule-box p {
  display: none;
}

.plugin-page .select-accounts.accounts-filter.show .search-account {
  display: none !important;
}

.plugin-page .select-accounts.accounts-filter.show .justify-content-between.w-100 {
  justify-content: center !important;
}

.plugin-page .select-accounts.accounts-filter.show .icon-collaps::before {
  content: "\e940";
}

/* DM Automation styles - matching reports design */
.rp-dm-automation .select-accounts.accounts-filter {
  width: 260px;
  flex: 0 0 260px;
}
.rp-dm-automation .select-accounts.accounts-filter.show {
  width: 85px;
  flex: 0 0 85px;
}
.rp-dm-automation .select-accounts.accounts-filter.show .social-account {
  justify-content: center;
}
.rp-dm-automation .select-accounts.accounts-filter.show .user-info {
  display: none !important;
}
.rp-dm-automation .select-accounts.accounts-filter.show .title,
.rp-dm-automation .select-accounts.accounts-filter.show p.title {
  display: none !important;
}
.rp-dm-automation .select-accounts.accounts-filter.show .search-account,
.rp-dm-automation .select-accounts.accounts-filter.show .no-result-found {
  display: none !important;
}
.rp-dm-automation .select-accounts.accounts-filter.show .justify-content-between.w-100 {
  justify-content: center !important;
}
.rp-dm-automation .select-accounts.accounts-filter.show .icon-collaps::before {
  content: "\e940";
}

/* plugin css end */

.workspace-list .selected {
  border-color: #1fa5ab !important;
  background: #e9f6f7;
  color: #1fa5ab;
  font-weight: 500;
}

.user-list .user-comment + img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}

.select-workspace .workspace-list {
  padding: 0 20px;
  max-width: 500px;
  width: 100%;
  margin:0 auto;
}

/* inbox css start */

.empty_box img {
  max-width: 150px;
}

.inbox-filter select {
  max-width: 170px;
}
.user_list_box .user-list .post-check-box {
  margin-top: 14px;
}

.inbox .tab-content > .active {
  display: flex !important;
}

.inbox .user-list.selected {
  border-color: #0d6efd !important;
}
.reply-box-ctn .post-box {
  max-width: 500px;
  margin: auto;
}

.reply-box .emojionearea .emojionearea-editor {
  min-height: 60px;
  padding: 0;
  margin-bottom: 40px;
}

.chat-box-ctn .reply-box .emojionearea .emojionearea-editor {
  min-height: 35px;
  padding: 12px;
  border: 1px solid #dee2e6;
  background: #f8f9fa;
  border-radius: 30px;
}

.reply-box .emojionearea .emojionearea-button {
  bottom: 15px;
  left: 10px;
}

.comment-reply-box::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #dee2e6;
  top: 0;
  left: -14px;
}

.msg-chat p {
  padding: 10px;
  border-radius: 15px;
}

.msg-chat .replies p {
  border-bottom-left-radius: 0 !important;
}

.msg-chat .received p {
  border-bottom-right-radius: 0 !important;
}

.inbox .reply-box {
  padding-bottom: 50px !important;
  padding-left: 15px !important;
}

.inbox .chat-box-ctn .reply-box {
  padding: 15px 15px 60px 15px !important;
}

.inbox .ql-editor {
  min-height: 60px;
  max-height: 190px;
  padding-right: 18px;
}

.inbox .chat-box-ctn .ql-editor {
  min-height: 25px;
  padding-right: 30px;
}

.inbox .comment-reply-img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  object-position: center;
}

.manage-gbp-template .uploaded-media-box,.template-list .choose-template img {
  height: 100%;
  width: 100%;
  flex: 0 0 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 0;
  border: 1px solid #cacacc;
}

.manage-gbp-template .uploaded-media-box img,.template-list .choose-template img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.choose-template .form-check-input {
  top: 4px;
  right: 8px;
  font-size: 16px;
}

.tui-image-editor-header-buttons button.disabled {
  opacity: 1;
}

#tui-gbp-floating-opacity-panel {
  display: none;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(30, 30, 30, 0.95);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 12px 16px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

#tui-gbp-logo-opacity-value {
  font-size: 13px;
  min-width: 40px;
  text-align: right;
}

#tui-gbp-logo-opacity-slider {
  width: 120px;
  cursor: pointer;
  accent-color: #fff;
}

#gbp-template-panel {
  display: none;
  position: absolute;
  top: 64px;
  left: 12px;
  background: rgba(30, 30, 30, 0.97);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 14px 18px;
  z-index: 10000;
  box-shadow: 0 4px 16px rgba(0,0,0,0.5);
}

.gbp-template-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  cursor: pointer;
}

.gbp-template-data {
  position: absolute;
  top: -8px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(30, 30, 30, 0.97);
}

.inbox .uploaded-media-box,.inbox .uploaded-media-box img {
  height: 80px;
  width: 80px;
}

/* inbox css end */

.library-contentlist, .library-time-slots, .create-post-ctn {
  display: block !important;
  transition: 0.2s;
}

.no-post-added img {
  max-width: 130px;
}

.divider-or {
  color: #999999;
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: 25px auto 15px;
  display: block;
  width: 100%;
}

.upload-content-bulk .divider-or {
  max-width: 800px;
  margin: 20px auto;
}

.divider-or b {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 12px;
  font-size: 12px;
}

.divider-or::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0px;
  border-top: 1px dashed  #ddd;
}

.recurpost-login-signup .divider-or {
  max-width: 350px;
  margin: 10px auto 10px;
}

.import-data-list .cricle-icon {
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  background: #F6F9FB;
}

.import-data-list .btn {
  min-width: 100px;
}

.bulk-upload-post-list .post-header a.btn {
  height: 30px;
  width: 30px;
  flex: 0 0 30px;
  padding: 0;
  font-size: 20px;
}

.bulk-upload-post-list .post-image {
  height: 35px;
  width: 35px;
  flex: 0 0 35px;
}

.bulk-upload-post-list .post-image .icon {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.bulk-upload-post-list .post-image img {
    height: 35px;
    width: 35px;
}

.bulk-upload-post-list .post-header.collapsed {
  display: flex !important;
}

.bulk-upload-post-list .post-header{
  display: none !important;
  min-height: 35px;
}

.bulk-upload-post-list .edit-post.show .post-header{
  display: flex !important;
}
.bulk-upload-post-list .library-post-content {
  min-height: 43px;
}

 

.library-contentlist.show + .library-time-slots,.expand-time-slots .library-contentlist, .create-post-ctn.show + .post-preview-ctn {
  width: 0 !important;
  overflow: hidden !important;
  padding: 0;
}

.library-contentlist.show,.library-time-slots.show, .create-post-ctn.show {
  flex: 0 0 100%;
  width: 100%;
  
}

.library-contentlist.show .icon-right-arrow:before, .create-post-ctn.show .icon-right-arrow:before {
  content: "\e919";
}
.library-time-slots.show .icon-collaps:before {
  content: "\e940";
}

.exit-intent-popup {
  background: #0000009c;
}
.fields-picker ul {
  max-height: 170px;
}

.search-hastag .search-field + .btn {
  flex: 0 0 45px;
}

/* AI to write content css */

.ai-input p {
  background: #F4F4F4;
  padding: 10px 20px;
  border-radius: 15px 0px 15px 15px;
}

.ai-typing-textarea {
  width: 100%;
  background: #F4F4F4;
  
  border-radius: 26px;
  padding: 8px 8px 8px 0;
}

.ai-typing-textarea textarea {
  resize: none;
  height: 35px;
  padding: 4px 0 0 18px;
  overflow-y: auto;
  white-space: pre-wrap;
  max-height: 160px;
}

/*.ai-assistant .ai-typing-textarea textarea {*/
/*  max-height: 45px;*/
/*  height: auto;*/
/*}*/

.ai-tone a {
  background: #E6F2FF;
  padding: 5px 8px;
  border-radius: 5px;
}

.ai-typing-textarea .token-limit-box {
  position: relative;
  height: 35px;
  width: 35px;
  flex: 0 0 35px;
}

.ai-typing-textarea .btn-send {
  height: 40px;
  width: 40px;
  flex: 0 0 40px;
  background: #0d6efd;
  color: #ffffff;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
}


.ai-typing {
  max-width: 900px;
  margin: auto;
}

.ai-typing .token-limit-box {
  height: 50px;
  width: 50px;
  display: block;
  position: relative;
  flex: 0 0 50px;
  bottom: 2px;
}

.token-limit-box svg {
  transform: rotate(-90deg);
  overflow: visible;
}

.token-limit-box svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #dedede;
  stroke-width: 14;
  stroke-linecap: round;
}

.token-limit-box svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
  stroke: #0d6efd;
}

.special-days-container .select-platforms label {
  height: 40px;
  width: 40px;
}

.select-platforms input:checked + label {
  border-color: #0d6efd !important;
  color: #101010 !important;
  font-weight: 600;
}

.special-days-container {
  max-width: 600px;
}

.special-day-list {
  max-height: 220px;
  overflow-y: auto;
}

.ai-template {
  min-height: 150px;
}

.ai-icon {
  height: 35px;
  width: 35px;
  font-size: 16px;
}

.template-questions .hr-small {
  width: 50px;
  height: 4px;
}

.format-small-description {
  max-height: 45px;
  overflow: hidden;
}

.select-format .format-categories {
  max-height: 70px;
  overflow: auto;
}

.format-categories a {
  color: #585858;
  padding: 5px 10px;
  border-radius:25px;
}

.format-categories a:hover{
  color:#0d6efd;
}

.format-categories a.active  {
  border-color: #0d6efd !important;
  color: #0d6efd;
}

.select-post-format-box .format-list {
  width: 100%;
  max-width: 320px;
}

.edit-format-box .edit-format {
  min-height: 300px;
  max-height: 500px;
  overflow-y: auto;
  resize: none;
}

.format-box .tab-content .border-top.active {
  display: flex;
}

.format-list a.active {
  border-color: #0d6efd !important;
}
 
/* --------------------------- old ---------------------- */

.AIkeywords-list input {
  position: absolute;
  opacity: 0;
}

.AIkeywords-list label {
  cursor: pointer;
  border: 1px solid transparent;
}

.AIkeywords-list input:checked + label {
  border-color: #0d6efd;
  color: #1F1F1F;
}

.AIkeywords-list{
  max-height: 120px;
  overflow-y: auto;
}

.AiPostHistory .filter-by-keyword,.AiImageHistory .filter-by-keyword {
 max-width: 300px;
}

.AiPostHistory .post-edit-delete{
top: 0;
}

.AiPostHistory span.badge,.AiImageHistory span.badge {
  max-width: 100%;
  margin-bottom: 5px;
  text-align: left;
}

.media-images-results .ai-response .form-check {
  top: 12px;
  right: 5px;
}

/* AI to write content css end*/

/* Shared calendar css start */

.shared-cal-list {
	min-height: 500px;
}

.shared-cal-list .cal-list-table {
	max-height: 500px;
}

.shared-cal-list .cal-list-table table {
	min-width: 800px;
	margin-bottom: 0;
}

.shared-cal-list .cal-list-table  .calendar-name {
  max-width: 300px;
  width: 300px;
}

.shared-with-modal .cal-list-table  .calendar-name {
  max-width: 300px;
  width: 300px;
}

.shared-cal-list table td {
vertical-align: middle;
}

.shared-cal-list table td .btn-list .btn {
  padding: 5px 15px;
}

.shared-with-modal .client-emails-list {
  max-height: 300px;
}

.shared-cal-list input:checked + .form-check-label .link-inactive,
.shared-with-modal input:checked + .form-check-label .link-inactive,
.automation-details input:checked + .form-check-label .link-inactive {
  display: none;
}

.shared-cal-list input:checked + .form-check-label .link-active,
.shared-with-modal input:checked + .form-check-label .link-active,
.automation-details input:checked + .form-check-label .link-active {
  display: block;
}

.shared-cal-list input + .form-check-label .link-active,
.shared-with-modal input + .form-check-label .link-active,
.automation-details input + .form-check-label .link-active {
  display: none;
}

 

.user-comment-box ul {
	gap: 20px;
}

.user-comment-box {
	max-height: 400px;
	overflow-y: auto;
}

.reply-box-ctn .user-comment-box {
  max-height: inherit;
  overflow-y: inherit;
}

.shared-with .cal-list-table {
	max-height: 245px;
	overflow: auto;
}

.user-comment-box.add_comment {
	min-height: auto;
}

.add_comment .write-comment {
	border-radius: 50px;
}

.user-comment-box.add_comment ul li {
	gap: 10px;
}

.calendar-name .Workspaces-badge {
    font-size: 10px;
    color: #5481E8;
    background: #DDE6FA;
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: 600;
}

.user-comment-box ul li {
	gap: 5px;
}

.user-comment-box .user-pic,.gust-user-details .user-pic {
	height: 40px;
	width: 40px;
	flex: 0 0 40px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	background: #5481E8;
	color: #ffffff;
}

.user-comment-box .right-comment .user-pic {
background: #1CAA82;
}

.user-comment .comment p {
    padding: 8px 10px;
    background: #DDE6FA;
    color: #454545;
    border-radius: 0px 15px 15px 15px;
    word-break: break-all;
}

.user-comment .comment p.placeholder {
 height: 50px;
 width: 250px;
}

.right-comment .user-comment .comment p {
    background: #DDF2EC;
    border-radius: 15px 0px 15px 15px;
}

.user-comment-box .user-pic .short-name,.gust-user-details .user-pic {
	font-size: 12px;
}

.user-comment-box .user-name {
	gap: 5px;
	align-items: center;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 5px;
}

.gust-user-details p {
  max-width: 200px;
}


.user-comment-box .mark-unread {
	font-size: 11px;
	cursor: pointer;
} 

.user-comment-box .user-comment .date-time{
	font-size: 11px;
	font-weight: normal;
}

.user-comment-box.add_comment .btn {
  font-size: 12px;
  padding: 0 25px;
  border-radius: 30px !important;
}

.add_comment .form-control {
	font-size: 14px;
}

/* Shared calendar css end */

.authanticate-steps.mt-4 {
  max-width: 650px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  position: relative;
}

.workspace-edit-ctn .social-account-list {
  opacity: 0.8;
}

.edit-workspace-name {
  display: inline-block;
  color: #101010;
  max-width: 350px;
}

.progress-bar-main {
  z-index: 1;
  background: #fffffff1;
  backdrop-filter: saturate(180%) blur(5px);
}

.offcanvas .progress-bar-main {
  z-index: 99;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

#social-post-preview-popup .modal-body,
#oneoff_add_aicontent_modal .modal-content,
.generate-preview-modal .oneoff-preview {
  min-height: 300px;
}

#queue_content_list_div .full-loader,
#queue_content_month_div .full-loader,
#history_content_list_div .full-loader,
#drafts_content_list_div .full-loader {
  min-height: 450px;
}

.common-loader-overlaping {
  z-index: 9999;
}

.no-post-one-off-post-btn-highlight {
  transform: scale(1.5);
}

span.post_title {
  font-size: 18px;
}

.account-list .social-account .rounded-pill {
  height: 18px;
  width: 18px;
  font-size: 8px;
  padding: 0 !important;
}

.spinner-ex-small {
  height: 10px;
  width: 10px;
}

#comment-box {
  flex-direction: column-reverse !important;
}

.shared-calendar .link-expired-box {
  max-width: 500px;
  width: 100%;
}

.link-expired .rp-logo, .guest-connect-accounts .rp-logo {
  max-width: 230px;
  margin: auto;
}

.link-expired .inner-box, .guest-connect-accounts .inner-box {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
}

.upload-content-bulk .spinner-border {
  height: 60px;
  width: 60px;
}

.workspace-clients-email .bootstrap-tagsinput input {
  width: 100%;
}

.workspace-share-reports .frequency-monthly  {
  max-width: 100%;
}

.intercom-lightweight-app-launcher,.intercom-namespace .intercom-messenger-frame + div {
  bottom: 56px !important;
  right: 32px !important;
}

.intercom-messenger-frame + iframe + div {
  bottom: 65px !important;
}

.intercom-messenger-frame + iframe {
  bottom: 110px !important;
}

.report-table {
  overflow: auto;
}

#spinner-page-load-history {
  bottom: 50px;
}

.recent-pins .img-pin {
  height: 100px;
  width: 100px;
  object-fit: contain;
  object-position: center;
 }

 .recent-pins td {
  vertical-align: middle;
 } 

 .recent-pins table tbody tr:last-child {
  border: transparent;
 }

 .board-list.owl-carousel .owl-item {
  padding: 10px 10px 15px 10px;
 }

 .board-list .board.selected {
  border-bottom-width:5px !important;
  border-bottom-color:#0d6efd !important;
 }

 .board-list .board img {
  height: 120px;
  object-fit: cover;
  object-position: center;
}

.zero-pin-board {
  color: #dd6b20;
  background: #ffffff;
  border: 1px solid #dd6b20;
}

 .owl-carousel .owl-item .small-social-icon {
  height:20px;
  width:20px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
 font-size: 25px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff !important;
  color: #101010 !important;
  text-decoration: none;
}
.owl-carousel .owl-stage {
  display: flex;
}

.rp-card-title-small .library-name {
  max-width: 300px;
}

.sp-main-area video {
  height: 500px;
  background: #000;
  border-radius: 10px;
}

.guest-connect-accounts .ctn-box {
  max-width: 450px;
  width: 100%;
}

.spinner-border-sm {
  width: 1rem !important;
  height: 1rem !important;
  flex: 0 0 1rem;
}

/* Plan Weekly Posts with AI css start */

.select-post-count .count {
padding: 6px 5px;
color: #00000080;
font-size: 12px;
}

.select-post-count input:checked + .count {
color:#0d6efd;
border-color:#0d6efd !important;
}

.include-idea, .include-idea-inbox {
  padding: 15px;
}

.include-idea .ql-container {
  max-height: 400px;
}

.include-idea .ql-editor {
  min-height: 350px;
}

/* Plan Weekly Posts with AI css end */

/* Bulk Update Options css start */

.demo-text-line {
  background: #DEE2E6;
}

.bulk-update-options .fb-post-preview,
.bulk-update-options .linkedin-post-preview,
.bulk-update-options .insta-post-preview,
.bulk-update-options .gbp-post-preview,
.bulk-update-options .pinterest-post-preview,
.bulk-update-options .YouTube-post-preview
 {
  max-width: 320px;
}

/* Bulk Update Options css end */
/* holiday-offer css start */

.holiday-offer {
  background: #fde8b6;
}

.holiday-offer img {
  max-width: 180px;
}
.offer-ctn h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.offer-code {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  background: #fffbf4;
  padding: 10px 12px;
  border: 1px dashed #101010;
}

.countdown-container .countdown-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.countdown-container .countdown-number {
  font-size: 32px;
  font-weight: 600;
}

/* holiday-offer css end */

.report-all-posts .date-range_picker button small {
  display: none !important;
}

.gbp-template-list img {
  height: 65px;
  width: 65px;
  flex: 0 0 65px;
}

/* DM automation css start*/

.dm-automation-step .specific-post {
  flex: 0 0 calc(100% / 4);
  width: calc(100% / 4);
}

.dm-automation-step .specific-post .post-image-box {
  height: 90px;
  cursor: pointer;
  background: #000000;
}

.dm-automation-step .specific-post .post-image-box i {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 12px;
  width: 12px;
  background: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  color:#8E8E8E;
}

.dm-automation-step .specific-post .post-image-box.selected i,
.dm-automation-step .select-post.selected .form-label i {
  color: #0d6efd !important;
}

.dm-automation-step .border.selected {
  border-color: #0d6efd !important;
}

.dm-automation-step .social-posts {
  margin: 0 -0.25rem;
}

.dm-automation-step .specific-post .post-image-box img {
  object-fit: cover;
  object-position: center;
  opacity: .7;
}

.dm-automation-step .specific-post .post-image-box:hover img{
  transform: scale(1.2);
  transition-duration: .3s;
}

.dm-automation-step .automations-message {
  padding: 15px 15px 60px 15px;
}

.automations-message .ql-editor {
  min-height: 50px;
  max-height: 190px;
}

.post-automation .post-image {
  height: 100px;
  width: 100px;
  flex: 0 0 100px;
  background: #000000;
}

.post-automation .post-image img {
  opacity: .7;
  height: 100px;
  width: 100px;
}

.post-automation .post-main-ctn {
  min-height: 100px;
}

.automation-details .form-switch .form-check-input {
  margin-top: 0;
}

.post-automation .automation-details p br {
  display: none;
}

.automation-edit-delete {
  width: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border:solid #dee2e6;
  border-width: 0 0 0 1px;
}

.automations-preview-popup .modal-dialog {
  width: 280px;
}

.automations-preview-popup .modal-dialog .modal-content {
  background: #232B39;
  border: 8px solid #181E28;
  border-radius: 30px;
}

.automations-preview-popup .user-comment-box {
  min-height: 400px;
}

.automations-preview-popup .right-comment .user-comment .comment p {
  background: #0d6efd;
}

.automations-preview-popup .user-comment .comment p {
  padding: 8px 10px;
  background: #2D3645;
  border-radius:15px;
  word-break: break-all;
}

.automations-preview-popup .btn-dm {
  background: #414A59;
  color: #ffffff;
  padding: 5px;
  display: block;
}

.automations-preview-popup.show {
  justify-content: center;
  display: flex !important;
}

/* DM automation css end*/

.default-images {
  position: relative;
  z-index: 9;
}

.default-images img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  object-position: center;
  border: 1px solid #dddddd;
  cursor: pointer;
}

.select-time .form-select {
  padding: 0 30px 0 10px;
}

/* power RSS css start */

.editable-feed {
  position: relative;
  min-height: 30px;
}

.editable-feed br {
  display: none;
}

.add-feed-elements .editable-feed .badge,.added-feed-data .badge {
  white-space: pre-wrap;
  word-break:break-word;
  display: inline;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 1px;
  line-height: 34px;
}

.add-feed-elements .badge.feed-element, .added-feed-data .badge.feed-element {
  padding: 4px;
  border: 1px solid #dee2e6;
}

.feed-data .feed-element {
  padding: 4px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin-bottom: 15px;
}

.feed-data .feed-element:last-child {
  margin-bottom: 0;
}

.feed-data .feed-element.selected,.feed-data .feed-element:hover  {
  border-color: #0d6efd;
}

/* power RSS css end */ 

.modal.plan_limit.show{
  z-index: 1056;
}

.input-group .btn {
  z-index: 1;
}

.inbox .uploaded-media-box, .inbox .uploaded-media-box img {
  height: 80px;
  width: 80px;
}

.chat-box-ctn #textarea-emoji {
  top: auto !important;
  bottom: 20px !important;
}

#frmgenerate_preview {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.csv-details-box-list {
  padding-bottom: 70px;
}

.custom-filed-value-block textarea {
  height:40px;
  overflow: hidden;
}

.generate-preview-modal .csv-details-box-list {
  padding-bottom: 20px;
}
.generate-preview-modal #frmgenerate_preview {
  position: relative;
  width: auto;
}

.RecurPostReviews {
  position: fixed;
  bottom: 30px;
  left: 30px;
}

.workspace-list-dropdown {
    max-width: 265px;
}

.vip-crown {
  color: #000000;
  position: absolute;
  right: -4px;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  background: #FFCD42;
  font-size: 8px;
  border-radius: 50%;
}

.sidebar.show .vip-crown {
  top: 12px;
  right: 0;
}

.plug-ins .vip-crown {
  height: 25px;
  width: 25px;
  font-size: 12px;
  top: 10px;
  right: 10px;
}

.tooltip.text-start .tooltip-inner {
  text-align: left;
  min-width: 280px;
  padding: 10px;
}

.tooltip.text-start .tooltip-inner ul li {
  padding: 2px 0;
}

.social-account-list.error .d-flex.flex-wrap {
  flex-wrap: nowrap !important;
}

.platform-supported img {
  width: 25px;
  flex: 0 0 25px;
}

/* boost post css start */

 .boost-post-step .select-post .post-main-ctn {
    min-height: 115px;
 }

 .boost-post-step .select-post .selected {
    border-color:#0d6efd !important;
 }

 .boost-post-step .select-post .post-message {
    height: 100px;
    margin-bottom: 0;
 }
 
 .boost-post-step .select-post .post-image {
    height: 100px;
    width: 100px;
    flex: 0 0 100px;
}

.boost-post-step .select-post .post-image img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: center;
}

.boost-post-step .post-image.link-post img {
    height: 55px;
}
 /* boost post css end */
/* hashtag css start */

.collections-list .add-hashtag {
  background: #fff;
  height: 30px;
  width: 30px;
  flex: 0 0 30px;
  margin-left: auto;
}

.collections-list .add-hashtag:hover {
  background: #0d6efd;
}

.ganrated-hashtag .hashtag-collection {
  grid-template-columns:repeat(3, 1fr);
  gap: 10px;
}

/* hashtag css end */

.title-note {
    display: none;
}
.title-input:placeholder-shown + .title-note {
    display: block;
}

.post-main-ctn .badge {
  max-width: 100%;
 }

.max-width-200{
    max-width: 200px;
}

.select-accounts.accounts-filter.show .social-account .form-check-label {
    justify-content: center;
}

.select-accounts.accounts-filter.show .select-group {
    display: none !important;
}
/* Update video thumbnail */

.custom-thumbnail {
  width: 350px;
  flex: 0 0 350px;
}

.thumb-label {
  display: inline-block;
  border-radius: 30px;
  padding: 6px 15px;
  background: #000000b3;
  color: #ffffffe8;
}

.thumb-box img {
height: 200px;
width: 100%;
object-fit: contain;
}

#post-video {
    display: none;
}

.post-video-box video {
     width: 100%;
     height: 420px;
     object-fit: contain;
}

#frameSlider {
    -webkit-appearance: none;
    appearance: none;
    width: 500px;
    height: 6px;
    border-radius: 10px;
    background: #e4e6eb;
    outline: none;
    cursor: pointer;
}

#frameSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0D6EFD;
    border: 2px solid #fff;
    box-shadow:
        inset 0 0 0 5px #1877F2,
        0 2px 6px rgba(0,0,0,0.25);
    cursor: grab;
}

#frameSlider::-webkit-slider-thumb:active {
    cursor: grabbing;
    transform: scale(1.05);
}

.update-thumbnail .modal-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
 
.ui-widget.ui-widget-content {
     z-index: 1056 !important;
}

.wrong-profile .schedule-pic-box {
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
}

.schedule-pic-box {
  height: 35px;
  width: 35px;
  flex: 0 0 35px;
  border-radius: 50%;
  position: relative;
}

.schedule-pic-box .schedule-pic {
  width: 100%;
  border: 1px solid #e4e4e4;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.guest-connect-accounts .ctn-box {
  max-width:650px;
  width:100%;
}

/* ---------------Responsive css start--------------- */

/* Large devices desktops */

@media (max-width: 1300px) {
  .connect-account.Profiles-added {
    padding-right: 400px !important;
  }
  .offcanvas.offcanvas-end.AddYourProfiles.ProfilesAddedSuccessfully {
    max-width: 400px !important;
  }

  .offcanvas.offcanvas-end.AddYourProfiles {
    width: 450px;
  }
  .user-info .post-time {
    display: none;
  }
  .post-ctn .nav-tabs .social_tab.nav-link span {
    top: 16px;
    right: 4px;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
  }

  .RecurPostReviews {
    position: relative;
    left: 0;
  }
}

@media (max-width: 1199px) {
  .plan-details-table .popular-tag {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    font-size: 12px;
  }

  .main-menu {
    position: fixed !important;
    top: 0;
    bottom: 0;
    transform: translateX(-120%);
    transition: 0.2s;
    z-index: 99;
    box-shadow: -1px -1px 15px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: -1px -1px 15px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px -1px 15px -1px rgba(0,0,0,0.3);
  }

  .main-menu.collapse.show {
    width: 260px;
    transform: translateX(0);
  }

  .main-menu.collapse.show .logo-full {
    display: block;
    width: 160px;
    margin: auto;
  }
  .btn-collaps {
    top: 14px;
  }

  .create-post.pe-4 {
    padding-right: 0 !important;
  }
  .post-ctn .nav-tabs {
    gap: 5px !important;
    padding-bottom: 6px !important;
  }

  .library-contentlist.show {
    display: none !important;
  }

  .library-contentlist + .library-time-slots {
    display: none !important;
  }

  .library-contentlist.show + .library-time-slots {
    display: block !important;
    width: 100% !important;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .offcanvas.offcanvas-end.create-new-post.offcanvas-medium {
    width: 90%;
  }

  .editschedule {
    position: relative;
    background: #F6F9FB;
    display: flex;
    padding: 3px 0;
    height: auto !important;
    text-align: center;
    gap: 15px;
  }

  .editschedule .text-white {
    color: #6c757d !important;
  }

  .profiles-list-table .td-profile-name {
    width: 200px;
  }

  .library-schedule-box:hover, .select-accounts .account-list .social-account:hover, .inner-social-account .social-account:hover {
    border-color: #DEE2E6;
  }

  .days-container.calendar-cell .add-a-post, .days-container.calendar-cell .add-a-post:focus {
      visibility: visible;
  }

  .tooltip {
    display: none !important;
  }
}

/* Medium devices tablets */

@media (max-width: 991px) {
  .left-container-box {
    height: 70px !important;
    padding: 0 !important;
    text-align: center;
  }
  .recurpost-login-signup .left-container {
    border-radius: 0;
  }
  .recurpost-login-signup .left-container .logo a {
    margin-top: 22px;
    margin-left: 0;
    width: 100%;
  }
  .select-library-box .col-md-6.position-relative {
    border-left: 0 dashed #00000033;
  }
  .select-library-box {
    padding: 20px 0;
  }

  .library-left-block {
    padding: 0;
    border: 0;
  }

  .library-right-block {
    padding: 20px 0;
  }

  .create-libraries .contentlist-ctn .row {
    overflow-y: auto !important;
  }

  .price {
    font-size: 22px;
  }

  .plan-details-table {
    padding: 20px;
  }

  .plan-price .plan-name + p {
    min-height: 100px;
  }

  .plan-price img {
    width: 30px;
    flex: 0 0 30px;
  }

  .plan-price .plan-name {
    font-size: 20px;
  }

  .plan-details-table p {
    font-size: 13px;
  }

  .plan-price a {
    padding: 10px 5px;
  }

  .create-new-post-ctn {
    padding: 0 15px !important;
  }

  .post-type label {
    width: 95px;
  }

  .datetime-modal .modal-dialog {
    max-width: 700px;
  }
  .accounts-filter {
    position: absolute;
    background: #fff;
    z-index: 91;
    top: 0;
    box-shadow: -1px -1px 15px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: -1px -1px 15px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px -1px 15px -1px rgba(0,0,0,0.3);
    transition-duration: .2s;
    transform: translateX(-120%);
  }

  .accounts-filter.show {
    display: flex !important;
    align-items: start;
    transform: translateX(0);
  }

  /* .queue-history-ctn {
    padding-left: 50px !important;
    padding-right: 15px !important;
  } */

  .shared-calendar .queue-history-ctn {
    padding-left: 15px !important;
  }
  

  .post-scheduled-details {
    padding-left: 0 !important;
  }
  .post-social-tabs {
    width: 100%;
    border-top: 1px solid #dee2e6;
  }
  .library-post-content .post-main-ctn .tab-content,
  .ManageVariations .library-post-content.OriginalUpdate .post-main-ctn .tab-content {
    padding-right: 0 !important;
  }
  .ManageVariations .library-post-content .post-main-ctn .tab-content {
    padding-right: 4rem !important;
  }

  .post-social-tabs ul {
    justify-content: end;
  }

  .library-post-content .more-options-btn {
    position: absolute;
    top: 5px;
    right: 0;
  }

  .UploadContentBulk .post-social-tabs {
    width: auto;
  }

  .post-social-account {
    padding-left: 1rem;
  }
  .library-post-content .post-social-account {
    padding-left: 0;
  }
  .user-msg-details {
    position: absolute;
    top: 85px;
    width: 100%;
    background: #fff;
    z-index: 2;
    padding-bottom: 10px !important;
    padding-right: 60px !important;
  }
  .insta-post-preview.feed-preview .main-img-100 {
    height: 360px;
  }
  .insta-post-preview.feed-preview .main-img-100 img {
    height: 360px;
  }

  .report-card .col-xl-3.border-start {
    padding-top: 15px;
    border-left: 0 !important;
  }

  .manage-social-accounts .social-account-list .account-opt {
    margin-top: 10px;
    width: 100%;
    justify-content: end;
  }

  .URL-shortener-ctn .d-lg-block.active,
  .manage-workspace-ctn .d-lg-block.active,
  .workspace-edit-ctn .d-lg-block.active {
    display: block !important;
  }
  .workspace-edit-ctn .d-lg-flex.active {
    display: flex !important;
  }

  .include-idea {
    overflow: hidden auto !important;
    padding-right: 15px;
  }

  .include-idea .h-100 {
    height: auto !important;
  }

  .holiday-offer {
    flex-direction: column;
    text-align: center;
  }
  .contentlist .select-accounts.accounts-filter.show .icon-collaps::before, .publishing-calendar .select-accounts.accounts-filter.show .icon-collaps::before, .rp-reports .select-accounts.accounts-filter.show .icon-collaps::before, .inbox .select-accounts.accounts-filter.show .icon-collaps::before, .plugin-page .select-accounts.accounts-filter.show .icon-collaps::before, .rp-dm-automation .select-accounts.accounts-filter.show .icon-collaps::before {
    content: "\e919";
  }

  .create-new-post .offcanvas-body {
    padding-left: 15px !important;
  }

  .create-new-post.AddRecuringTimeSlots .offcanvas-body {
    overflow-y: auto !important;
    padding-top: 0;
  }

  .create-new-post .select-accounts .account-list,
  .bulk-scheduled-one-off-post .account-list {
    display: flex;
    gap: 10px;
    overflow: auto hidden;
    padding-bottom: 5px !important;
  }

  .bulk-scheduled-one-off-post .select-accounts {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 0 10px;
    height: auto !important;
    margin-bottom: 15px;
  }

  .bulk-scheduled-one-off-post .select-accounts .user-info {
    display: none;
  }

  .offcanvas.create-new-post .select-accounts, .offcanvas.create-new-post .select-library {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    border: 0;
    height: auto !important;
    margin-left: -15px;
  }
  .post-flex-ctn {
    flex-wrap: wrap;
    gap: 10px;
  }
  .add-time-slots.post-flex-ctn {
    display: block !important;
  }
  .offcanvas-body .select-accounts {
    padding: 15px 0 0 !important;
  }
  .offcanvas.create-new-post .select-accounts .account-list .social-account {
    width: 44px;
    height: 44px;
    display: inline-flex !important;
    margin-bottom: 5px;
    padding: 4px 0 0 !important;
    flex: 0 0 44px;
  }

  .bulk-scheduled-one-off-post .select-accounts .account-list .social-account {
    width: 44px;
    height: 44px;
    display: inline-flex !important;
    margin-bottom: 5px;
    padding: 0 !important;
    flex: 0 0 44px;
    justify-content: center;
  }

  .upload-in-bulk.bulk-scheduled-one-off-post {
    display: block !important;
    overflow: hidden auto !important;
  }

  .upload-in-bulk.d-none.bulk-scheduled-one-off-post {
    display: none !important;
  }

  .offcanvas.create-new-post .col-lg-12.pe-4 {
    padding: 15px 15px 200px 0 !important;
  }

  .offcanvas.offcanvas-end {
     width: 100% !important;
     border-radius: 0;
     padding-left: 0 !important;
  }

  .CreateRecurringPost .btn-close, .create-new-post .btn-close, .offcanvas .btn-close {
    left: auto;
    right: 25px;
    background-color: #ffffff;
    top: 15px;
  }

  .publishing-calendar .select-accounts.accounts-filter.show {
     width: 260px;
     flex: 0 0 260px;
  }
  .publishing-calendar .select-accounts.accounts-filter.show .social-account {
     width: 100%;
  }
  .publishing-calendar .select-accounts.accounts-filter.show .user-info {
     display: block;
  }
  .publishing-calendar .select-accounts.accounts-filter.show .title.b4 {
      display: block;
  }
  .publishing-calendar .select-accounts.accounts-filter.show .search-account {
      display: flex;
      flex-wrap: nowrap;
  }
  .publishing-calendar .select-accounts.accounts-filter.show .search-account-min {
      display: none !important;
  }

  /* Reports sidebar responsive expand styles */
  .rp-reports .select-accounts.accounts-filter.show {
     width: 260px;
     flex: 0 0 260px;
  }
  .rp-reports .select-accounts.accounts-filter.show .social-account {
     width: 100%;
  }
  .rp-reports .select-accounts.accounts-filter.show .user-info {
     display: block;
  }
  .rp-reports .select-accounts.accounts-filter.show .title.b4,
  .rp-reports .select-accounts.accounts-filter.show p.title {
      display: block;
  }
  .rp-reports .select-accounts.accounts-filter.show .search-account {
      display: flex !important;
      flex-wrap: nowrap;
  }
  .rp-reports .select-accounts.accounts-filter.show .menu_sa_status {
      display: flex !important;
  }

  /* Inbox sidebar responsive expand styles */
  .inbox .select-accounts.accounts-filter.show {
     width: 260px;
     flex: 0 0 260px;
  }
  .inbox .select-accounts.accounts-filter.show .social-account {
     width: 100%;
  }
  .inbox .select-accounts.accounts-filter.show .user-info {
     display: block;
  }
  .inbox .select-accounts.accounts-filter.show .title {
      display: block;
  }
  .inbox .select-accounts.accounts-filter.show .search-account {
      display: flex !important;
      flex-wrap: nowrap;
  }
  .inbox .select-accounts.accounts-filter.show .menu_sa_status {
      display: flex !important;
  }

  /* Plugin sidebar responsive expand styles */
  .plugin-page .select-accounts.accounts-filter.show {
     width: 260px;
     flex: 0 0 260px;
  }
  .plugin-page .select-accounts.accounts-filter.show .title {
      display: block;
  }
  .plugin-page .select-accounts.accounts-filter.show .library-schedule-box p {
      display: block;
  }

  /* DM Automation sidebar responsive expand styles */
  .rp-dm-automation .select-accounts.accounts-filter.show {
     width: 260px;
     flex: 0 0 260px;
  }
  .rp-dm-automation .select-accounts.accounts-filter.show .social-account {
     width: 100%;
  }
  .rp-dm-automation .select-accounts.accounts-filter.show .user-info {
     display: block !important;
  }
  .rp-dm-automation .select-accounts.accounts-filter.show .title,
  .rp-dm-automation .select-accounts.accounts-filter.show p.title {
      display: block !important;
  }
  .rp-dm-automation .select-accounts.accounts-filter.show .search-account {
      display: flex !important;
      flex-wrap: nowrap;
  }

  .frequency-box ul {
      gap: 10px !important;
  }
  .offcanvas-title.d-flex > a {
      width: 100%;
  }

  .offcanvas.create-new-post.FeedManager .select-accounts {
    width: 260px;
    flex: 0 0 260px;
    padding: 0 !important;
    border-right: 1px dashed #1F1F1F33;
    height: 100% !important;
  }

  .offcanvas.offcanvas-end.create-new-post.share-a-post .oneoff-post-div > .full-loader, .offcanvas.offcanvas-end.create-new-post.share-a-thread .twitter_thread_canvas >.full-loader {
    margin-left: 0;
  }

  .personalized-content.overflow-hidden .select-post-format-box.h-100,
  .personalized-content.overflow-hidden .edit-selected-post-format {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 1058;
    height: 100% !important;
  }

  .bulk-scheduled-one-off-post .upload-in-bulk {
    display: block !important;
    overflow: hidden auto !important;
  }
}

/* Small devices landscape phones */

@media (max-width: 767px) {
  .calendar-change-month .btn {
    padding: 6px !important;
  }

  .queue-history-tabs.nav-tabs .nav-link {
    padding: 5px 12px;
  }

  .inner-header.d-flex.flex-wrap {
    justify-content: space-between;
    row-gap: 10px;
  }

  .btn {
    padding:10px;
    font-size: 14px;
  }

  .b4 {
    font-size: 14px;
  }

  .connect-account.Profiles-added .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .manage-social-accounts .connect-account.Profiles-added .container {
    padding: 0;
  }

  .connect-account.Profiles-added {
    padding-right: 0 !important;
    padding-bottom: 100px;
  }

  .view-installedprofiles-btn {
    display: block;
  }

  .ProfilesAddedSuccessfully .btn-close {
    display: block;
  }
  .offcanvas.offcanvas-end.AddYourProfiles.ProfilesAddedSuccessfully {
    visibility: hidden;
    transform: translateX(100%);
  }
  .offcanvas.offcanvas-end.AddYourProfiles.ProfilesAddedSuccessfully.show {
    visibility: visible;
    z-index: 1045;
    transform: none;
  }

  .plan-price .plan-name + p {
    min-height: inherit;
  }
  .footer-ctn {
    padding: 10px !important;
    justify-content: center;
  }

  .footer-ctn a {
    width: 100%;
    text-align: center;
  }
  .create-new-post-ctn {
    padding: 0 15px !important;
    overflow: auto !important;
    margin-bottom: 20px;
  }
  .create-new-post .offcanvas-header {
    padding: 20px 15px;
  }

  .UploadContentBulk .add-new-post {
    padding: 0 !important;
  }

  .edit-post .select-accounts + .create-post {
    display: block;
  }

  .edit-post .select-accounts.show + .create-post {
    display: none;
  }

  .create-new-post.edit-post ul.account-list {
    max-height: fit-content;
    padding: 0 1rem !important;
  }

  .create-new-post.edit-post .social-account .user-info {
    display: block;
  }

  .recurpost-login-signup.share-a-post .upload-in-bulk .select-accounts
   {
    flex: auto;
  }

  .include-idea .ql-container {
    max-height: 450px;
  }

  .include-idea .ql-editor {
    min-height: 100px;
  }

  .recurpost-login-signup .create-new-post {
    position: relative;
    right: 0;
    padding: 0 15px 0 0 !important;
  }
  .create-new-post-ctn .social-account .user-info,
  .create-new-post .social-account .user-info,
  .bulk-scheduled-one-off-post .social-account .user-info {
    display: none;
  }

  .select-accounts .account-list .social-account.disabled {
    border-color: #e81313;
    flex-direction: row !important;
  }

  .select-accounts .account-list .social-account.disabled p.text-danger {
    display: none;
  } 

  .share-a-post ul.account-list,
  .create-new-post ul.account-list {
    max-height: 90px;
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .link-preview-box {
    flex-wrap: wrap;
  }

  .og-image-container {
    margin-bottom: 15px;
  }

  .nav-tabs .social_preview.nav-link {
    margin: 0 2px;
  }
  .nav-tabs .social_preview.nav-link img {
    height: 30px;
    width: 30px;
  }
 

  .plan-price img {
    width: 50px;
    flex: 0 0 50px;
  }
  .plan-price .plan-name {
    font-size: 24px;
  }
  .plan-details-table p {
    font-size: 16px;
  }
  .plan-details-table .popular-tag {
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    border-radius: 5px 0 0 5px;
    font-size: 12px;
  }
  .price {
    font-size: 32px;
  }

  .select-accounts.accounts-filter {
    height: 100% !important;
  }

  .contentlist .select-accounts.accounts-filter.show {
    width: 260px;
    flex: 0 0 260px;
  }
  .contentlist .select-accounts.accounts-filter.show .text-only {
    display: inline-block;
  }

  .contentlist .select-accounts.accounts-filter.show h4 {
    display: inline-block;
  }

  .contentlist .select-accounts.accounts-filter.show .library-schedule-box {
    text-align: left;
    width: 100%;
  }

  .contentlist .select-accounts.accounts-filter.show .library-schedule-box .text-only, .contentlist .select-accounts.accounts-filter.show .add-library .text-only {
    display: inline-block !important;
    text-wrap: nowrap;
  }

  .contentlist .select-accounts.accounts-filter.show .library-schedule-box p {
    justify-content: start;
  }

  .inner-header .w-sm-100 {
    width: 100% !important;
  }

  .select-accounts.accounts-filter .account-list .social-account {
    width: 100%;
    display: flex !important;
    margin: 0 0 15px;
  }
  .select-accounts.accounts-filter ul.account-list {
    max-height: 100%;
    padding: 2px 18px !important;
    margin: 0;
  }

  .post-scheduled-details .user-info {
    display: none;
  }
  .social-tab-list li button {
    padding: 0 6px;
  }
  .social-tab-list img {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
  .social-tab-list li span {
    right: 2px;
  }
  .post-social-account .schedule-pic-box {
    height: 26px;
    width: 26px;
    flex: 0 0 26px;
  }
  .post-social-account .schedule-pic-box .schedule-pic {
    width: 30px;
  }
  .small-social-icon {
    height: 16px;
    width: 16px;
  }
  .post-social-account .more-account {
    height: 28px;
  }
  .user-msg-details {
    top: 80px;
  }



  .ApprovalQueue .queue-post-content .post-library {
    padding: 15px 0 0;
    margin: 0 !important;
  }

  .report-card .queue-post-content .post-library {
    right: 0;
    padding-right: 15px;
  }

  .report-card .post-main-ctn .tab-content {
    padding-right: 0 !important;
  }

  .report-card .user-msg-details {
    top: 42px;
    padding-right: 15px !important;
  }

  .post-description .badge {
    font-size: 12px;
  }

  .post-library .badge {
    font-size: 12px !important;
  }
  
  .insta-post-preview.feed-preview .main-img-100,
  .insta-post-preview.feed-preview .main-img-100 img {
    height: 320px;
  }

  .post-description.pe-5 {
    padding-right: 0!important;
  }

  .edit-post .select-accounts .account-list .social-account {
    width: 100%;
    display: flex !important;
    margin: 0 0 15px;
  }

  .csv-details-ctn .row {
    gap: 20px;
  }
  .csv-details-ctn .row .border-end-dashed {
    border: 0;
  }

  .csv-details-ctn .row .from-group.ps-2 {
    border-top: 1px dashed #1F1F1F33;
    padding: 15px 0 0 !important;
  }

  .FeedManager .select-accounts {
    display: none !important;
  }

  .FeedManager .select-accounts.show {
    display: flex !important;
  }

  .FeedManager .select-accounts.show + .btn-accounts-filter {
    display: none !important;
  }

  .FeedManager .offcanvas-body {
    margin: 0;
  }

  .ScheduleNext .create-new-post.ps-4 {
    padding-left: 0 !important;
  }

  .TweetPerformance .col-md-4.border-end {
    border: 0 !important;
  }

  .inbox .accounts-filter:not(.active) {
    display: none !important;
  }

  .inbox-filter select {
    max-width: 140px;
  }

  .recurpost-login-signup .configure_account .text-start {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #e4e4e4;
  }
  .recurpost-login-signup .configure_account {
    padding-bottom: 100px;
  }

  .Profiles-added .btn-continue {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
  }

  .FeedManager .post-main-ctn.link-post {
    flex-direction: column;
    gap: 10px;
  }

  .personalized-content.overflow-hidden {
    overflow-y: auto !important;
  }

  .recurpost-login-signup.share-a-post .plan-weekly-posts {
    padding: 0 15px !important;
  }

  .library-post-content .post-library {
    position: relative;
    bottom: 0;
    right: 0;
    padding-top: 5px;
  }

  .Manage-Hashtags-ctn .select-library,
  .CustomFields-ctn .select-library,
  .import-from-social-ctn .select-accounts{
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 91;
    display: none !important;
    top: 0;
    left: 0;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .Manage-Hashtags-ctn .select-library.show,
  .CustomFields-ctn .select-library.show,
  .import-from-social-ctn .select-accounts.show {
    display: flex !important;
    align-items: start;
  }

  .offcanvas.create-new-post.FeedManager .select-accounts {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    border: 0;
    height: auto !important;
  }
}

/* Extra small devices portrait phones */

@media (max-width: 576px) {
  .account-settings-dropdown{
    transform: translate(40px, -405px) !important;
  }
  .share-post-dropdown.custom-dropdown {
    transform: translate(60px, 68px) !important;
  }
  .gap-4 {
    gap: 15px !important;
  }
  .offcanvas.offcanvas-end {
    width: 100% !important;
    border-radius: 0;
    padding-left: 0 !important;
  }

  .account-added .user-info .b4,
  .user-info .b4 {
    width: 190px;
  }

  /* .queue-history-ctn {
    padding-left: 40px !important;
    padding-right: 15px !important;
  } */

  .add-on-list {
    flex-wrap: wrap;
  }

  .add-on-name {
    width: 100%;
    flex: 0 0 100%;
  }

  .add-on-name span {
    height: auto;
  }
  .plans-select-tab li a span {
    margin-left: 0;
    bottom: -20px;
    right: -45px;
  }

  .SwitchWorkspace .offcanvas-header .offcanvas-title {
    width: 100%;
  }

  .offcanvas-title .SelectAll {
    width: 100%;
  }

  .modal-header .btn-close {
    position: absolute;
    top: -10px;
    right: 20px;
  }
  .daterangepicker {
    max-height: 250px;
    overflow-y: auto;
    left: 30px !important;
  }
  .offcanvas-title.d-flex > a {
    width: 100%;
  }
  .modal .fb-background-picker .fb-bg-list {
    grid-auto-rows: 65px;
  }
 .post-preview .fb-text-bg-post {
    height: 235px;
  }

  .automation-edit-delete {
    width: 100%;
    flex-direction: row;
    border: solid #dee2e6;
    border-width: 1px 0px 0 0;
    padding: 10px;
  }

  .insta-grid .grid-view-container {
    grid-auto-rows: 140px;
  }
  .border-start.select-time {
    border: 0 !important;
  }
  .post-main-ctn {
    min-height: inherit;
    height: auto;
    flex-direction: column;
  }
  .post-message {
    height: auto !important;
    max-height: 78px;
  }

  .AiPostHistory .post-main-ctn {
    min-height: auto;
  }

  .post-main-ctn .tab-content {
    padding-right: 65px !important;
  }

  .post-main-ctn .tab-content .tab-pane {
    flex-direction: column;
    gap: 10px;
  }
  .post-image {
    width: 100%;
  }
  
  .post-image img {
    width: 100%;
  }
  .queue-post-content .post-library {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 0 65px 10px 15px;
  }

  .upload-media-dropdown .custom-dropdown {
    max-height: 130px;
    overflow-y: auto;
  }

  .format-box .tab-content .border-top.active {
    flex-wrap: wrap;
  }
  .select-post-format-box .format-list {
    max-width: 100%;
  }

  .boost-post-step .select-post .post-main-ctn {
    flex-direction: row;
  }
}

/* ---------------Responsive css end--------------- */