.page-container.page-navigation-top .page-content {
  background-color: #F2F6F9 !important;
}
/**************** Header Style *****************/

.page-container .page-content .page-content-wrap {
  padding: 0;
}
.page-container .page-content {
  background-color: #fff;
}
.export-button {
  height: 38px;
}
.export-button .dropdown-menu {
  right: -25px;
  left: inherit;
}

.export-button .dropdown-menu li a {
  font-size: 14px;
}

.export-button .dropdown-menu li a i {
  margin-right: 5px;
  background: var(--green-bg-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.show-calendar.daterangepicker .calendar {
  display: block;
}
.header-top {
  padding-top: 0px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}
.header-top .logo .sub-header {
  font-size: 24px;
  color: #17233c;
  font-weight: 600;
}
.sub-header svg{
  height: 35px;
  width: 28px;
  display: inline-block;
  margin-top: 7px;
  float: left;
}
.sub-header .brand-image {
    height: 35px !important;
    margin-top: 8px;
    display: inline-block;
    float: left;
    margin-left: 7px;
}
.sub-header p{
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .export-button {
    text-align: center;
  }
  .container {
    width: 100%;
  }
  .menu .nav li a {
    font-size: 10px;
    padding: 5px 7px;
  }
  .social-activity-details li {
    margin-right: 10px;
    font-size: 14px;
  }
  .table-div {
    min-width: 880px;
  }
  .posts_listing {
    min-width: 880px;
  }
  .posts_listing-col {
    overflow-y: scroll;
  }
}
.content_heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_heading h4 {
  background: transparent !important;
  font-size: 20px;
  border-bottom: 1px solid #F2F6F9;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #222;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  margin-bottom: 20px;
  width: 85%;
  text-align: left;
}

.content_heading h4 span {
  text-align: center;
  line-height: 1.3;
}

.content_heading h4 i {
  flex-shrink: 0;
  position: relative;
  top: 3px;
}
.content_header {
  position: relative;
}
.video_content {
  position: absolute;
  top: 5px;
  left: 5px;
}
.video_content img {
  border: 5px solid #f8f8f8;
  border-radius: 2px;
}
.description_content {
  padding-left: 168px;
  padding-bottom: 11px;
  font-size: 13px;
  color: #17233c;
  padding-right: 15px;
}
.panel {
  box-shadow: none !important;
}
.panel .panel-body {
  padding: 0;
  background: #F2F6F9;
}
.panel.panel-primary {
  border-top: none;
}

.vid video {
  width: 100%;
  /* max-height: calc(100vh - 270px); */
}
.orange-btn.bottom {
  margin: 8px auto;
  display: block;
  min-width: 300px;
  font-size: 20px;
  height: auto;
  padding: 15px !important;
  margin-top: 15px !important;
  margin-bottom: 0px !important;
}
.orange-btn {
  padding: 9px !important;
  height: 29px;
}
.blue-btn {
  text-transform: uppercase;
}
.page-container .page-content, .page-container .page-content .page-content-wrap {
  background-color: #F2F6F9 !important;
  padding-top: 0 !important;
  border-left: 0;
}
/*Email modal*/

#email-modal .modal-dialog {
  width: 900px;
}
#email-modal .modal-body {
  padding-top: 0;
}
#email-modal .col-container {
  border-radius: 2px;
  background-color: #fff;
  padding-bottom: 22px;
}
#email-modal .container-row {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#email-modal .tab-pane {
  padding-top: 35px;
}
#email-modal .nav-tabs {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  margin-top: 0px;
}
#email-modal .nav-tabs>li {
  float: none;
  display: inline-block;
}
#email-modal .nav-tabs>li>a i {
  margin-right: 5px;
}
#email-modal .nav-tabs>li>a {
  border: none;
  border-radius: 0;
  padding: 10px 0px;
  color: #c6c6c6;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  font-size: 12px;
  border-bottom: 3px solid transparent;
}
#email-modal .nav-tabs>li>a span {
  border-right: 1px solid #e4e4e4;
  padding-right: 16px;
  padding-left: 17px;
}
#email-modal .nav-tabs>li:last-child span {
  border-right: none;
}
#email-modal .nav-tabs>li>a:hover, #email-modal .nav-tabs>li>a:focus, #email-modal .nav-tabs>li>a:active {
  border: none;
  border-bottom: 3px solid #959595;
  color: #959595;
  background-color: #fff;
}
#email-modal .nav-tabs>li.active>a, #email-modal .nav-tabs>li.active>a:hover, #email-modal .nav-tabs>li.active>a:focus {
  border: none;
  border-bottom: 3px solid #4985a4;
  color: #4985a4;
}
#email-modal #send-email label {
  font-size: 12px;
  line-height: 33px;
  padding-right: 5px;
  margin-bottom: 0px;
}
#email-modal #send-email .save-btn {
  margin-top: 10px;
  background-color: #4985a4;
  border-color: transparent;
  margin-right: 10px;
  border-radius: 5px !important;
}
#resend-social-email-popup-contact .btn-send {
  margin-right: 28px;
}
#email-modal #send-email .form-group {
  width: 100%;
}
#email-modal #send-email .form-group .input-group {
  margin-bottom: 10px;
}
#email-modal #history {
  padding-left: 15px;
  padding-right: 15px;
}
#email-modal #history .tabel-head {
  font-size: 11px;
  font-weight: bold;
  color: #5a5a5a;
  text-transform: uppercase;
  background-color: #f3f3f3;
  padding-top: 10px;
  padding-bottom: 10px;
}
#email-modal #history .no-left-padding {
  padding-left: 0px;
}
#email-modal #history .history-item {
  color: #6d6d6d;
  font-size: 11px;
  font-weight: normal;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ededed;
}
#email-modal #history .history-item-box {
  overflow: hidden;
  height: 330px;
  min-width: 450px !important;
}
#email-modal #history .history-item .time {
  font-size: 10px;
}
#email-modal #history .history-item .time span {
  color: #b6b6b6;
}
#email-modal #history .history-item i {
  margin-left: 5px;
  margin-right: 5px;
}
#email-modal #history .history-item:nth-child(odd) {
  background: #fff;
}
#email-modal #history .history-item:nth-child(even) {
  background: #fafafa;
}
#email-modal #history .save-btn {
  margin-top: 10px
}
#email-modal .dropdown-menu {
  font-size: 12px;
}
#email-modal .dropdown-menu hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
#email-modal .save-btn.preview-btn {
  margin-left: 75px;
}
#email-modal .table-container {
  display: block;
  width: 100%;
  overflow-x: auto;
}
#email-modal .mCSB_inside>.mCSB_container {
  margin-right: 10px;
}
#email-modal .table-row {
  overflow-y: auto;
}
/*Styling Modal Table*/

#posting-schedule .contact-info-tbl, #email-modal .contact-info-tbl, #auto-tab .contact-info-tbl {
  border: 1px solid #f0f0f0;
}
#posting-schedule .contact-info-tbl thead {
  background-color: #f3f3f3;
  color: #5a5a5a;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
#email-modal .contact-info-tbl thead, #auto-tab .contact-info-tbl thead {
  background-color: #1e5673;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
#posting-schedule table.dataTable.select tbody tr td:first-child, #posting-schedule table.dataTable thead th:first-child, #email-modal table.dataTable.select tbody tr td:first-child, #email-modal table.dataTable thead th:first-child, #auto-tab table.dataTable.select tbody tr td:first-child, #auto-tab table.dataTable thead th:first-child {
  cursor: pointer;
}
#posting-schedule table.dataTable thead th, table.dataTable tfoot th, #email-modal table.dataTable thead th, table.dataTable tfoot th, #auto-tab table.dataTable thead th, table.dataTable tfoot th {
  padding: 10px 12px !important;
}
#posting-schedule table.dataTable.contact-info-tbl tbody tr, #email-modal table.dataTable.contact-info-tbl tbody tr, #auto-tab table.dataTable.contact-info-tbl tbody tr {
  border-bottom: 1px solid #f3f3f3;
}
#posting-schedule table.dataTable tbody td:first-child, #email-modal table.dataTable tbody td:first-child, #auto-tab table.dataTable tbody td:first-child {
  border-left: medium none !important;
}
#posting-schedule .contact-info-tbl .Date, #email-modal table .Date {
  width: 20% !important;
}
#email-modal table .Name {
  width: 20% !important;
}
#email-modal table .Name a {
  color: #2a3f54 !important;
}
#email-modal table .Action {
  width: 80px;
  text-align: center;
}
#email-modal table .Action i {
  margin-left: 5px;
  color: #a0a0a0;
}
#email-modal table .Action i:hover {
  color: #4985a4;
}
#email-modal table.dataTable tbody td, #auto-tab table.dataTable tbody td {
  padding: 6px 10px;
  border-bottom: 1px solid #f3f3f3;
  color: #5a5a5a;
  font-size: 12px;
}
#posting-schedule table.dataTable tbody td:first-child, #email-modal table.dataTable tbody td:first-child, #auto-tab table.dataTable tbody td:first-child {
  border-left: 1px solid transparent !important;
}
#posting-schedule table.dataTable tbody td:last-child, #email-modal table.dataTable tbody td:last-child, #auto-tab table.dataTable tbody td:last-child {
  border-right: 1px solid transparent !important;
}
#posting-schedule span.label, #email-modal span.label, #auto-tab span.label {
  font-size: 12px;
}
#posting-schedule .label, #email-modal .label, #auto-tab .label {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 21px;
}
#posting-schedule span.label i, #email-modal span.label i, #auto-tab span.label i {
  margin-right: 5px;
}
#posting-schedule .label-scan, #email-modal .label-scan, #auto-tab .label-scan {
  background-color: #b5b5b5;
}
#banners-tab .btn-warning, #email-modal .btn-warning {
  background-color: #1abb9c;
  border: none;
  position: absolute;
  top: 18px;
  right: 18px;
}
#email-modal table .Subject {
  min-width: 28% !important;
  width: 28% !important;
}
#email-modal table td, #email-modal table th {
  width: 8%;
}
#email-modal .dataTables_scrollHeadInner {
  width: 100% !important;
}
#email-modal .dataTables_scrollHeadInner .dataTable {
  margin-bottom: 0px;
}
#email-modal .dataTables_scrollHeadInner table {
  width: 100% !important;
}
#email-modal .dataTables_scrollBody th {
  padding: 0px !important;
  height: 0px !important;
}
#email-modal #contact-info-email-tbl tr:first-child {
  display: none !important;
}
#email-modal .dataTables_scrollBody::-webkit-scrollbar-track {
  background-color: #dedede;
}
#email-modal .dataTables_scrollBody::-webkit-scrollbar {
  width: 5px;
  background-color: #686868;
}
#email-modal .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #4985a4;
}
#email-modal .input-group-addon, #resend-social-email-popup-contact .input-group-addon {
  background-color: #4985a4;
  border-color: #4985a4;
}
/*Set high z-index to ui-autocomplete to fix showing issue*/

.ui-autocomplete {
  z-index: 9999 !important;
}
.left-logo-icon{
  float: left;
}
.sub-header svg {
    height: 35px;
    width: 28px;
    display: inline-block;
    margin-top: 7px;
    float: left;
}

.sub-header .brand-image {
    height: 35px !important;
    margin-top: 8px;
    display: inline-block;
    float: left;
    margin-left: 5px;
}

.sub-header p {
    margin-left: 5px;
}
#send-email .token2 {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 26px;
  position: absolute;
  right: 21px;
  text-align: center;
  top: 5px;
  right: -7px;
  width: 89px;
  z-index: 50;
}
#send-email .token2 a {
  color: #363636;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 600;
}
#send-email #token-create-email2 {
  display: none;
}
#send-email .popover-content {
  padding: 7px 0;
  width: 130px;
}
.profileOption{
  display: block;
}
.profileOption.responsive-tokens{
  display: none;
}

.form-wrapper {
  width: 100%;
  padding: 20px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 3px 3px #e0e9ef;
}
/* form style start */
.form-group {
  margin-bottom: 15px;
}

.form-row {
  display: flex;
}

.form-group .control-label {
  width: 100px;
  min-width: 100px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  display: inline-flex;
  align-self: start;
  justify-content: end;
  margin: 0;
  line-height: 46px;
}

.form-group .control-wrapper {
  flex-grow: 1;
  position: relative;
  justify-items: start;
  max-width: calc(100% - 100px);
}

.form-group .form-control {
  width: 100%;
  color: #222;
  font-size: 15px;
  min-height: 46px;
  border-radius: 15px;
  background: #f5f7f9;
  border: 1px solid #e4ecf3;
  resize: none;
  height: auto !important;
  padding: 13px;
  padding-right: 52px;
  line-height: 21px;
  max-width: 100%;
}

.form-group .form-control.one-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-group .control-wrapper i.fa {
  font-size: 22px;
  position: absolute;
  right: 14px;
  top: 13px;
  cursor: pointer;
  background: var(--green-bg-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* form style end */

@media (max-width: 992px) {
  #email-modal .modal-dialog{
    width:calc(100% - 20px);
  }
  #email-modal .modal-body{
    padding: 0px;
  }
  #email-modal .modal-body .col-md-12{
    padding: 0px;
  }
  #email-modal .modal-body .col-md-10{
    margin: 0px;
  }
  #email-modal .modal-body .col-xs-6{
    padding: 0px;
    width: 100%;
  }
  #email-modal .modal-body .cke_reset{
    float: left;
    width: calc(100% - 10px);
  }
  #email-modal .tab-pane{
    padding-top: 10px;
  }
  #email-modal #send-email .save-btn{
    margin-bottom: 10px;
  }
  #email-modal{
    padding-left: 0px !important;
  }
  #send-email .token2{
    right: 0px;
  }
}
@media (max-width: 791px) {
  .left-logo-icon {
    float: none !important;
    margin: auto;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    display: inline-table !important;
  }
  .solgan{
    display: inline-table !important;
    line-height: 22px;
    font-size: 20px;
  }
  .logo{
    text-align: center;
  }
  .header-top{
    line-height: normal;
    height: auto;
  }
  .orange-btn.bottom{
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #email-modal #send-email .form-group .input-group{
    margin: 0px;
  }
  #email-modal #send-email .col-sm-12{
    margin: 0px;
  }
  #email-modal #send-email .form-group{
    margin: 0px;
  }


}
@media (max-width: 767px) {
  #email-modal .profileOption.responsive-tokens{
    display: block;
    width: 25px;
  }
  #email-modal .token2{
    width: auto;
    top: 54px;
  }
  #email-modal .profileOption{
    display: none;
  }

  .form-group .control-label {
    width: 100%;
    justify-content: start;
  }

  .form-group .control-wrapper  {
    max-width: 100%;
  }
  .form-row {
    flex-direction: column;
  }
}

.orange-btn.bottom {
  font-size: 24px;
  font-weight: 400 !important;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 375px;
  height: 63px;
}

.video-container {
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 3px 3px #e0e9ef;
  padding: 0 20px 20px;
  margin: 20px 0;
}

.video-container .vid {
  display: flex;
  align-items: center;
  justify-content: center;
}
