@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Custom CSS - 14-02-2022 */
:root {
  --primaryColor01: #304ffe;
  --primaryColor02: #00ac9f;
  --primaryColor03: #252740;
  --primaryColor04: #dde9fb;
  --primaryColor05: #ddd;
  --primaryColor06: #4bd0ff;
  --primaryColor07: #1c1e34;
  --primaryColor08: #ecf0f5;

  --textColor01: #252740;
  --textColor02: #7f8096;

  --blackColor: #333;
  --whiteColor: #fff;
  --redColor: #de5241;
  --greenColor: #0bce75;

  --fontSize14: 14px;
  --fontSize16: 16px;
  --fontSize20: 20px;

  --PoppinsFontFamily: 'Poppins', sans-serif;
}

body {
  color: var(--blackColor);
  font-family: var(--PoppinsFontFamily);
}

label {
  font-weight: 500;
}

body.skin-blue .main-header .logo {
  background-color: var(--whiteColor);
  color: #374850 ;
}
body.skin-blue .main-header .logo:hover{
  background-color: var(--whiteColor);
}
body.skin-blue .main-header .navbar .sidebar-toggle:hover{
  background-color: #191a31;
}
body.skin-blue .navbar-nav>.user-menu>.dropdown-menu>li.user-header>img{
  display: inline;
}
span.logo-mini p,
span.logo-lg p {
  color: #252740;
  font-weight: inherit;
}
.main-sidebar,
.left-side {
  width: 280px;
}
.main-header .navbar,
.content-wrapper,
.right-side,
.main-footer {
  margin-left: 280px;
}

.main-header .logo {
  width: 280px;
  font-family: var(--PoppinsFontFamily);
}

.main-header .logo b {
  font-weight: 400;
  letter-spacing: 0.8px;
}

.wrapper .r-tabs {
  background-color: var(--primaryColor01);
  border-top: 1px solid var(--primaryColor01);
  border-right: 1px solid var(--primaryColor01);
  border-left: 1px solid var(--primaryColor01);
  border-bottom: 4px solid var(--primaryColor01);
}

.wrapper .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: var(--primaryColor01);
}

.wrapper .r-tabs .r-tabs-nav .r-tabs-tab {
  background-color: var(--primaryColor01);
  padding-top: 2px;
}

.wrapper .r-tabs .r-tabs-nav .r-tabs-anchor {
  font-size: var(--fontSize14);
  font-weight: 500;
  color: var(--whiteColor);
}

.wrapper a.backtornp {
  background: var(--primaryColor01);
  color: var(--whiteColor) !important;
  padding: 9px 15px;
  text-align: center;
}

.btn-primary {
  background-color: var(--primaryColor01);
  border-color: var(--primaryColor01);
}

a {
  color: var(--primaryColor01);
}

.btn-info {
  background-color: var(--primaryColor03);
  border-color: var(--primaryColor03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-info .fa.fa-edit {
  font-size: var(--fontSize20);
}

.wrapper .box-body .box-footer {
  padding: 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--PoppinsFontFamily);
}

.wrapper .main-sidebar .user-panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wrapper .user-panel>.image>a>img {
  margin-right: 12px;
  object-fit: cover;
  border: 2px solid var(--primaryColor01);
}
body.sidebar-collapse .user-panel>.image>a>img{
  height: auto;
}
body.sidebar-collapse .user-panel .profile-name{
 display: none;
}
.wrapper .main-sidebar .user-panel .profile-name {
  color: var(--whiteColor);
  font-size: var(--fontSize16);
  font-weight: 500;
}

.wrapper .main-sidebar .user-panel {
  padding: 10px 15px;
}

.wrapper a.backtornp .fa.fa-info-circle {
  font-size: var(--fontSize20);
  display: inline-flex;
  position: relative;
  margin: 0 0 0 5px;
  bottom: -2px;
}

.sidebar-menu li>a>.fa-angle-left,
.sidebar-menu li>a>.pull-right-container>.fa-angle-left {
  font-size: var(--fontSize16);
}

body .wrapper .sidebar a {
  color: #b8c7ce;
}

body .wrapper,
body .wrapper .main-sidebar,
body .wrapper .left-side {
  background-color: var(--primaryColor03);
}

.main-footer {
  background: var(--whiteColor);
  color: var(--blackColor);
  border-top: 1px solid var(--primaryColor03);
  padding: 10px 15px 9px;
}

.main-footer strong {
  font-weight: 600;
}

body .wrapper .sidebar-menu>li:hover>a,
body .wrapper .sidebar-menu>li.active>a {
  color: var(--whiteColor);
  background: #1e282c;
  border-left-color: var(--whiteColor);
}

body .wrapper .sidebar-menu>li>.treeview-menu {
  /* background: var(--primaryColor03); */
  background: #393b58;
  padding: 10px 0;
}

/* body .wrapper .sidebar-menu>li>.treeview-menu {
  background: var(--primaryColor07);
} */

.badge {
  font-weight: 500;
}

table.dataTable thead>tr>th {
  font-weight: 600;
  color: var(--textColor01);
}

.table>tbody>tr>td {
  color: var(--blackColor);
  vertical-align: middle;
}

.btn-danger {
  background-color: var(--redColor) !important;
  border-color: var(--redColor) !important;
}

.table>tbody>tr>td .btn-info .fa.fa-edit {
  font-size: var(--fontSize14);
  margin-right: 5px;
}

.table>tbody>tr>td .badge {
  font-weight: 400;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 100px;
}

.btn-default {
  background-color: var(--primaryColor07);
  color: var(--whiteColor);
  border-color: var(--primaryColor07);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor01);
  border-color: var(--primaryColor01);
}

.form-group label {
  font-weight: 500;
}

.form-group label .fa.fa-info-circle {
  margin: 0 0 0 2px;
  position: relative;
  display: inline-block;
  bottom: -1px;
  color: var(--textColor02);
}

.template_settings .form-control .banner_img {
  margin-right: 30px;
  margin-top: 10px;
}

.template_settings .form-control {
  padding: 15px 30px;
}

.btn-success {
  background-color: var(--greenColor);
  border-color: var(--greenColor);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: var(--primaryColor01);
  cursor: default;
  background-color: var(--whiteColor);
  border: 1px solid var(--primaryColor04);
  border-bottom-color: transparent;
}

.nav-tabs>li>a {
  color: var(--textColor01);
}

.dd ol.dd-listfooter.nestable1.ui-sortable {
  padding: 0;
}

.added-page-list ul .icheckbox_square-blue {
  margin-right: 8px;
}

.added-page-list ul label {
  font-weight: 500;
}

div#tab-6>.input-radio-group>label {
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 6px;
  position: relative;
  top: 1px;
}

div#tab-6 .input-radio-group+.row-title label {
  margin: 0;
  font-weight: 500;
}

div#tab-6 .input-radio-group+.row-title {
  background: var(--primaryColor04);
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  color: var(--primaryColor01);
  border: 1px solid #c6c6c6;
  border-bottom: 0;
}

div#tab-6 .input-radio-group+.row-title .icheckbox_square-blue {
  background-color: #fff;
}

body .wrapper .row-title {
  background: var(--primaryColor04);
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  color: var(--primaryColor01);
}

body .wrapper .row-title label {
  margin-bottom: 0;
  font-weight: 500;
}

.wrapper .box-body .box-footer .btn.btn-primary {
  height: 40px;
  min-width: 100px;
  border-radius: 4px;
}

.form-group .form-control {
  height: 40px;
  border-color: var(--primaryColor05);
  color: var(--blackColor);
  border-radius: 4px;
  box-shadow: none;
}

section.content {
  padding: 15px 25px;
}

.content-header {
  padding: 15px 25px 0;
}

.box {
  border-top: 2px solid var(--primaryColor03);
}

.box .box-header {
  color: var(--textColor01);
  padding: 15px 15px 14px;
  border-bottom: 1px solid var(--primaryColor05);
}

.form-group .form-control[type="file"] {
  padding-top: 8px;
}

.box .box-body {
  padding: 15px 15px 10px;
}

.box .box-body .form-actions.no-margin-bottom {
  text-align: left !important;
}

.box .box-body .form-actions.no-margin-bottom .btn.btn-primary {
  color: var(--whiteColor);
  background-color: var(--primaryColor01);
  border-color: var(--primaryColor01);
  padding: 7px 15px 7px;
  min-width: 100px;
  font-size: 16px;
  min-height: 40px;
}

.content-header>h1 {
  font-weight: 500;
}

.sub-form-element label {
  margin: 5px 0 5px 5px;
}

.r-tabs .r-tabs-panel .form-custom-element .btn-info {
  height: 40px;
}

section.content .btn-group.pull-right>.btn.btn-default {
  height: 40px;
  padding: 8px 16px;
  color: var(--whiteColor);
  background-color: var(--primaryColor03);
  border: 1px solid var(--primaryColor03);
  font-size: 16px;
  border-radius: 4px;
}

section.content .btn-group.pull-right>.btn.btn-default .fa.fa-plus {
  margin: 0 5px 0 0;
  font-size: 14px;
}

body .wrapper .sidebar-menu>li>.treeview-menu li {
  margin: 0 0 5px;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: var(--greenColor) !important;
  border-color: var(--greenColor);
}

.alert-success .fa.fa-info {
  font-size: 20px;
  margin: 0 10px 0 5px;
  position: relative;
  bottom: -2px;
}

body .wrapper .column img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

body .wrapper .column {
  border: 1px solid var(--primaryColor05);
  box-shadow: 0px 0px 5px var(--primaryColor05);
}

.content-wrapper,
.right-side {
  background-color: var(--primaryColor08);
}

.content-header>.breadcrumb {
  right: 20px;
  font-size: 14px;
}

.skin-blue .wrapper {
  background: var(--primaryColor03);
}
/* .main-sidebar{
  height: 100%;
  overflow: auto;
}
.main-sidebar::-webkit-scrollbar {
  width: 12px;
}
.main-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.main-sidebar::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 5px;
  border: 3px solid transparent;
} */
body.skin-blue .main-header li.user-header,
body.skin-blue .main-header .navbar {
  background-color: var(--primaryColor03) !important;
}
body .login-box,
body .register-box {
  width: 440px;
  margin: 2vh auto;
  border-radius: 24px;
  font-family: var(--PoppinsFontFamily);
  min-height: calc(100vh - 4vh - 165px);
}

body .login-box-body,
body .register-box-body {
  background: #fff;
  border-top: 0;
  color: #666;
  padding: 30px;
  box-shadow: 0 0 0 0.05rem #083c820f, 0 0 1.25rem #1e22280a;
  border-radius: 24px;
  padding: 30px 20px;
}

body .login-box-msg,
body .register-box-msg {
  text-align: center;
  margin: 0;
  padding: 0 20px 24px;
  font-size: 24px;
  color: var(--textColor01);
}

.login-box .checkbox .icheckbox_square-blue {
  margin: 0 8px 0 0;
}

.login-box .btn.btn-flat,
.register-box .btn.btn-flat {
  background: var(--primaryColor01);
  color: var(--whiteColor) !important;
  padding: 9px 16px 8px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  min-height: 44px;
}

body .login-box .form-group,
body .register-box .form-group {
  margin-bottom: 20px;
}

body .login-box .form-group .form-control,
body .register-box .form-group .form-control {
  border-radius: 4px;
}

body .login-box .form-group label.error,
body .register-box .form-group label.error {
  color: var(--redColor);
  font-size: 13px;
  margin: 4px 0 0;
}

body .login-box .has-feedback label~.form-control-feedback,
body .register-box .has-feedback label~.form-control-feedback {
  top: 2px;
}

body .login-box .form-control-feedback,
body .register-box .form-control-feedback {
  position: absolute;
  top: 2px;
}

body .wrapper .table>tbody>tr>td .btn {
  margin: 0 5px;
}

body .wrapper .table>tbody>tr>td .btn:first-child,
body .wrapper .table>tbody>tr>td .btn:last-child {
  border-radius: 0;
  margin-left: 0;
}

div#blog_image_section .form-group select.form-control {
  margin-right: 10px;
}

div#blog_image_section .form-group .btn {
  margin: 0 2px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
}

.wrapper.wrapper-auth header.main-header {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.wrapper.wrapper-auth header.main-header a.logo {
  margin: 0 auto;
  width: 440px;
  border-radius: 16px;
  padding: 5px 40px;
  max-width: 100%;
  height: auto;
}

.wrapper.wrapper-auth footer.main-footer {
  margin: 0;
  text-align: center;
  background: #222d32;
  color: #fff;
  border-top: 1px solid #ffffff21;
}

.box.box-page-blog .box-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.box.box-page-blog .box-header::before,
.box.box-page-blog .box-header::after {
  display: none;
}

.box.box-page-blog02 .box-body .form-actions.no-margin-bottom {
  width: 100%;
  padding-left: 16.6666666667%;
  padding-bottom: 5px;
  padding-top: 10px;
}

#cate_name_div #cate_name {
  width: 88% !important;
  margin-right: 12px !important;
}

#add_category_option {
  width: 77px !important;
}

.box.box-page-blog .box-body .table>tbody>tr>td:last-child {
  min-width: 150px;
  display: inline-flex;
  flex-wrap: wrap;
}

.box.box-page-blog .box-body .table>thead>tr>th {
  min-width: 90px;
  font-size: 12px;
}

.box.box-page-blog .box-body .table>thead>tr>th:first-child {
  min-width: 25px;
}

.box.box-page-blog .box-body .table .btn {
  margin-left: 5px;
}

.box.box-page-blog .box-body .table>tbody>tr>td:last-child .btn:first-child {
  margin-left: 0;
}

footer.main-footer.main-footer-auth {
  background: #222d32;
  padding: 15px;
  margin: 0;
  text-align: center;
  color: #fff;
  border-top: 1px solid #3d4a50;
}

.wrapper.wrapper-auth {
  min-height: calc(100vh - 51px);
}

.form-group select.form-control,
select {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 24px;
  background-position: calc(100% - 10px) 49%;
  background-repeat: no-repeat;
  appearance: none;
}

select.input-sm {
  line-height: 1 !important;
}

/* Social connect -- 02-07-2022 -- Hasmat */
.social-connect-section {
  padding: 20px 10px 20px;
  margin: 0;
  position: relative;
}

.cst-social-card {
  padding: 0;
  margin: 0 0 15px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
}

.cst-social-card .cst-social-header-div {
  padding: 12px 20px 10px;
  margin: 0;
  position: relative;
  min-height: 56px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  cursor: pointer;
}

.cst-social-card .cst-social-header-div h2 {
  font-size: 18px;
  line-height: 1.5;
  display: block;
  letter-spacing: 0;
  width: 100%;
  margin: 0;
}

.form-group-cst-checkbox .form-check:first-child {
  border: none;
}

.form-group-cst-checkbox .form-check {
  width: 100%;
  justify-content: flex-start;
  margin: 0;
  box-shadow: none;
  border-top: 1px solid #ddd;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.form-group-cst-checkbox .form-check input {
  opacity: 0;
  display: none;
}

.form-group-cst-checkbox .form-check .form-check-label {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  cursor: pointer;
}

.form-group-cst-checkbox .form-check .form-check-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group-cst-checkbox .form-check input:checked+.form-check-label {
  background: #fafafa;
}

.form-group-cst-checkbox .form-check input:checked+.form-check-label::before {
  background: #304ffe;
  border-color: #304ffe;
  content: "\f00c";
}

.form-group-cst-checkbox .user-social-info-txt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 60px);
  flex: 1;
  padding: 0 0 0 10px;
  word-break: break-word;
}

.form-group-cst-checkbox .login-user {
  width: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.form-group-cst-checkbox .login-user .login-user-img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 100%;
  height: 56px;
  width: 56px;
  display: block;
}

.form-group-cst-checkbox .form-check .form-check-row-span {
  padding: 12px 20px 12px 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 60px;
  width: 100%;
}

.form-group-cst-checkbox .login-name {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 1px;
}

.form-group-cst-checkbox .login-driver {
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  font-weight: 600;
  color: #0a66c2;
  text-transform: capitalize;
}

.form-group.form-group-cst-checkbox {
  margin: 0;
}

.sc-cn-right {
  position: sticky;
  top: 20px;
}

.wrapper.social-content-page {
  overflow: visible;
}

.form-group-cst-checkbox .txt-author {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 2px;
}

.form-group-cst-checkbox .txt-author b {
  font-weight: 600;
}

.form-group-cst-checkbox .form-check.not_install {
  background: #f4f4f4;
}

.cst-social-card .form-group.form-group-cst-checkbox {
  max-height: 404px;
  overflow-y: auto;
}

.cst-social-card.select-pages-sc-card .form-group.form-group-cst-checkbox {
  max-height: 465px;
}

.cst-social-card .cst-social-header-div::before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--primaryColor03);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  transform: rotate(180deg);
  transition: all 0.8s;
}

.cst-social-card .cst-social-header-div.collapsed::before {
  transform: rotate(0deg);
}

.cst-social-card .cst-social-header-div.collapsed {
  border-bottom-color: #ecf0f5;
}

.social-inner-textarea-div {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.social-flex-textarea-div textarea {
  border: 1px solid #ddd;
  padding: 15px 20px;
  font-size: 16px;
  height: 220px;
  resize: none;
  outline: none;
  box-shadow: none;
  margin: 0;
}

.social-flex-textarea-div {
  padding: 0;
  margin: 0;
  position: relative;
}

.social-flex-textarea-div .custom-textarea {
  bottom: 0;
  left: 0;
  padding: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  right: auto;
  width: calc(100% - 1px);
  background: #fafafa;
  border: 1px solid #ddd;
  border-top: none;
  position: relative;
}

.social-flex-textarea-div .custom-textarea #fileInputBtn {
  width: 100%;
  min-height: 40px;
  padding: 0 20px;
}

.social-flex-textarea-div .custom-textarea .flex-custom-textarea-dv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.images-preview-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
}

.images-preview-section .img-bx {
  border: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 20px 0;
    width: 200px;
}

.images-preview-section img {
  max-width: 100%;
  object-fit: cover;
}

.images-preview-section .img-bx .remove_img {
  position: absolute;
  right: 0px;
  top: -12px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  padding: 0;
  cursor: pointer;
}

.images-preview-section .img-bx .remove_img .txt {
  display: none;
}

.images-preview-section .flex-row {
  padding: 0 20px;
  column-gap: 20px;

}

.cst-social-submit-btm-div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  top: auto;
  margin: 20px 0 0;
}

.cst-social-submit-btm-div .form-pick-time-group {
  margin: 0;
}

.cst-social-submit-btm-div .form-pick-time-group label {
  font-size: 12px;
  line-height: 1.5;
  display: block;
  margin: 0 0 2px;
}

.form-group.form-pick-time-group .form-control {
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.cst-social-submit-btm-div .form-actions .btn-primary {
  padding: 9px 20px 8px;
  min-height: 40px;
}

.cst-social-submit-btm-div .cst-social-submit-btm-right {
  padding: 20px 0 0;
}

.cst-social-submit-btm-div .form-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cst-social-submit-btm-div .form-actions .btn.mr-10 {
  margin-right: 10px;
}

.cst-social-submit-btm-div .form-pick-time-group .error {
  margin: 0;
}

.social-flex-textarea-div p {
  margin: 5px 0 10px;
}

.cst-social-card .cst-social-btn-div {
  margin: 0;
  position: relative;
  min-height: 50px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.cst-social-card .cst-social-btn-div .btn.btn-primary {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 0;
  font-size: 16px;
}

.cst-social-card .cst-social-btn-div .btn.btn-primary i {
  margin: 0 10px 0 0;
}

.cst-social-card .error-view {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 16px;
}

/* End of Social connect -- 02-07-2022 -- Hasmat */

@media (min-width: 1025px) and (max-width: 1450px) {
  .box.box-page-blog .box-body .table .btn {
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 0;
  }

  .box.box-page-blog .box-body .table .btn {
    margin-right: 0;
  }

  .box.box-page-blog .box-body .table>tbody>tr>td:last-child {
    min-width: 150px;
  }

  .table>tbody>tr>td .badge {
    padding: 3px 8px;
    font-size: 12px;
  }

  .box.box-page-blog .box-body .table>thead>tr>th {
    min-width: 80px;
    font-size: 11px;
  }

  .box.box-page-blog .box-body .table>tbody>tr>td {
    font-size: 12px;
  }
}


.input-group-text {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-prepend {
  display: flex;
}

table.pages-table tbody tr:last-child .btn-group ul.dropdown-menu {
  position: absolute !important;
  top: -9.6em !important;
}



/* view model users list */
.view_users_section {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.view_users_section label:not(:last-child) {
  margin: 0 15px 0px 0;
}

.view_users_section a {
  display: flex;
}

.social_div_rounded-lg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social_div_rounded-lg .social_img {
  width: 65px;
  height: 65px;
  margin-right: 10px;
  position: relative;
}

.social_div_rounded-lg .social_user {
  width: calc(100% - 80px);
}

.social_div_rounded-lg .social_user .social_user_name {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}

.social_div_rounded-lg .social_img .social_media_icon {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 50%;
}

.social_div_rounded-lg .social_img .facebook_img{
  background-image: url(/assets/img/facebook_icon.svg);
}

.social_div_rounded-lg .social_img .facebook_page_img{
  background-image: url(/assets/img/facebook_icon.svg);
}

.social_div_rounded-lg .social_img .facebook_group_img{
  background-image: url(/assets/img/facebook_icon.svg);
}

.social_div_rounded-lg .twitter_img{
  background-image: url(/assets/img/twitter_icon.svg);
}

.social_div_rounded-lg .linkedin_img{
  background-image: url(/assets/img/linkedin_icon.svg);
}

.social_div_rounded-lg .instagram_img{
  background-image: url(/assets/img/instagram_icon.svg);
}

.social_div_rounded-lg .social_user .social_user_post_by {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #585858;
}

.social_div_rounded-lg .social_user p:first-child{
  margin-bottom: 6px
}

.social_div_rounded-lg .social_img img.rounded-full {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}


.add-account label {
  padding: 10px;
}

.add-account .social_div_rounded-lg {
  padding: 10px;
}

.add-account-btn {
  width: 100% !important;
  text-align: center;
  margin-top: 30%;
}

.add-account-model img {
  width:40%;
}

.instagram_info_cls a {
    display: unset;
}

.accounts-card .ITC div {
  font-size: 14px;
  word-wrap: break-word;
  color: #333;
  text-align: center;
  min-height: 50px;
  align-items: center;
  justify-content: space-around;
}

.accounts-card .ITC .tooltip-inner {
  color: #f1f1f1;
}

.accounts-card .ITC__image-container {
  height: 80%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.accounts-card .u-cursor-pointer {
  cursor: pointer;
  border-radius: 7px;
  box-shadow: 0px 0px 10px #d4d4c5;
  max-width: 95%;
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 0 auto;
}
.accounts-card .ITC__i-absolute {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.accounts-card .ITC-icon-isHoverOpacity {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}
.accounts-card #ITC__image-div {
  width: 100%;
  height: 100%;
}
.accounts-card .ITC div a {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.accounts-card #ITC__image-div a>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 7px 7px 0 0!important;
}
.accounts-card #ITC__image-div a>img.provider-icon {
  width: auto;
  height: 32px;
  padding: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
}
.accounts-card .ITC__title-container {
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accounts-card .ITC div a {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.accounts-card .ITC__title-container a {
    font-weight: 700;
}

.accounts-card .ITC__div__i.i-deleteColor {
  padding: 0px 16px;
  background: #FFF;
  display: flex;
  border-radius: 99px;
  font-size: 18px;
}

.accounts-card:hover .ITC-icon-isHoverOpacity {
  opacity: 1;
}

.accounts-card {
	margin-bottom: 30px;
}

.add-new-account {
  display: flex;
  justify-content: space-evenly;
}

.add-new-account label:hover {
  background-color: #eee;
  cursor: pointer;
}

.add-new-account label {
  box-shadow: 1px 1px 10px #eee;
  width: 80%;
  border-radius: 7px;
  margin: 0;
  padding: 0;
  height: 100%;
}
.add-new-account .social_div_rounded-lg {
  height: 150px;
}

.add-new-account .add-account-btn {
  margin-top: 0 !important;
}


.accounts-card .u-cursor-pointer
{ width: 100%; }

.accounts-card #ITC__image-div {
 height: 215px;
    display: flex;
}


.d-flex {
display: flex;
}


.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #111;
    background-color: #ffc107;
}

.py-3 .text-success p , .py-3 .text-danger p {
    display: inline;
}

.answers-preview ol li p {
    margin: 0;
}

.answers-preview span.right-answer-sign {
    color: green;
    position: absolute;
    right: auto;
	left: 15px;
}

.answers-preview ol {
    margin-left: 0px;
}


.font-12 {
    min-width: 110px !important;
    font-size: 12px !important;
    padding: 5px 0px !important;
    font-weight: bold !important;
}

    .iframe_modal .fa-clone {
        float: right;
        cursor: pointer;
    }

	.iframe_modal .modal-title {
        display: flex;
    }

.iframe_modal .modal-header .close {
    margin-top: -20px;
}

    .iframe_modal .mr-10 {
        margin-right: 10px;
    }

    .iframe_modal .col-md-12 {
        margin: 10px 0px;
    }

    .images-preview-section .remove_uploaded_img{
      position: absolute;
      top: -7px;
      right: 5px;
      border-radius: 50%;
      width: 30px;
      height: 30px;
  }
  .justify-content-center{
    display: inline-flex;
    text-align: center;
    justify-content: center;
  }

.collapseSwitchTo p {
    color: #fff;
    text-align: center;
    margin: 10px;
}

.email_template .card-body span {
    background: gray;
    border-radius: 5px;
    padding: 3px;
    margin: 5px;
    color: #ffffff;
    cursor: pointer;

}
.email_template .card-body{
    margin-top: 20px;

}

.modal-content .modal-header {
    display: flex;
}

.modal-content .modal-header .modal-title {
    flex: 0 1 100%;
}

.remove-preview {
    border-radius: 999px;
    padding: 3px 8px;
    margin-right: 10px;
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.preview-zone .box-body p {
	text-align: left;
}

.sidebar-menu li.treeview.active .pull-right-container i.fa-angle-down {
	transform: rotate(90deg);
}

.sidebar-menu li.treeview.active .pull-right-container i.fa-angle-down:before {
    content: "\f104";
}

.main-sidebar .sidebar-form .input-group{
  display: table;
}

.student-chat-page .form-outline .form-control~.form-notch div {
  pointer-events: none;
  border: 1px solid;
  border-color: #eee;
  box-sizing: border-box;
  background: transparent;
}

.student-chat-page .form-outline .form-control~.form-notch .form-notch-leading {
  left: 0;
  top: 0;
  height: 100%;
  border-right: none;
  border-radius: .65rem 0 0 .65rem;
}

.student-chat-page .form-outline .form-control~.form-notch .form-notch-middle {
  flex: 0 0 auto;
  max-width: calc(100% - 1rem);
  height: 100%;
  border-right: none;
  border-left: none;
}

.student-chat-page .form-outline .form-control~.form-notch .form-notch-trailing {
  flex-grow: 1;
  height: 100%;
  border-left: none;
  border-radius: 0 .65rem .65rem 0;
}

.student-chat-page .form-outline .form-control:focus~.form-notch .form-notch-leading {
  border-top: 0.125rem solid #39c0ed;
  border-bottom: 0.125rem solid #39c0ed;
  border-left: 0.125rem solid #39c0ed;
}

.student-chat-page .form-outline .form-control:focus~.form-notch .form-notch-leading,
.student-chat-page .form-outline .form-control.active~.form-notch .form-notch-leading {
  border-right: none;
  transition: all 0.2s linear;
}

.student-chat-page .form-outline .form-control:focus~.form-notch .form-notch-middle {
  border-bottom: 0.125rem solid;
  border-color: #39c0ed;
}

.student-chat-page .form-outline .form-control:focus~.form-notch .form-notch-middle,
.student-chat-page .form-outline .form-control.active~.form-notch .form-notch-middle {
  border-top: none;
  border-right: none;
  border-left: none;
  transition: all 0.2s linear;
}

.student-chat-page .form-outline .form-control:focus~.form-notch .form-notch-trailing {
  border-top: 0.125rem solid #39c0ed;
  border-bottom: 0.125rem solid #39c0ed;
  border-right: 0.125rem solid #39c0ed;
}

.student-chat-page .form-outline .form-control:focus~.form-notch .form-notch-trailing,
.student-chat-page .form-outline .form-control.active~.form-notch .form-notch-trailing {
  border-left: none;
  transition: all 0.2s linear;
}

.student-chat-page .form-outline .form-control:focus~.form-label {
  color: #39c0ed;
}

.student-chat-page .form-outline .form-control~.form-label {
  color: #bfbfbf;
}

.student-chat-page  .cst-social-card .form-group.form-group-cst-checkbox {
  max-height: 700px;
  overflow-y: auto;
}

.student-chat-page .form-check-row-span {
  padding: 18px 18px 18px 18px !important;
}


.student-chat-page .mb-4, .student-chat-page .my-4 {
  margin-bottom: 1.5rem!important;
}
.student-chat-page.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.student-chat-page.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

.student-chat-page.p-3 {
  padding: 1rem!important;
}
.student-chat-page.border {
  border: 1px solid #dee2e6!important;
}
.student-chat-page.me-3 {
  margin-right: 1rem!important;
}
.student-chat-page.mb-0, .student-chat-page.my-0 {
  margin-bottom: 0!important;
}
.student-chat-page.small,.student-chat-page small {
  font-size: 80%;
  font-weight: 400;
}
table#example1.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table#example1.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #304ffe;
  top: 10px;
  line-height: 17px;
}


.api_integration .inner_p {
  margin-left: 20px;
}

.api_integration pre {
  margin: 1rem 0 0;
  background-color: #21292f;
  overflow: hidden;
  word-break: unset;
  word-wrap: unset;
}

.api_integration pre code {
  overflow-x: auto;
  color: #eaebf7;
  font-weight: 700;
  font-size: 14px;
  line-height: 2rem;
  float: left;
}

.api_integration .hljs-text {
  float: left;
}

.api_integration pre code .hljs-selector-tag , .api_integration pre code .hljs-keyword{
  color: #61afef;
}

.api_integration pre code .hljs-attribute{
  color: #f76974;
}

.api_integration pre code  .hljs-string {
  color: #98c379;
}

.days_left {
  font-size: 25px;
}

.help-badge-primary {
  color: #fff;
  background: #28a745 !important;
  text-transform: capitalize;
  box-shadow: 0 0 0 0.2rem #4CAF50 !important;
}

@media (max-width: 1024px){
  #example1_wrapper .row:first-child{
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  }
  #example1,
  #example1_wrapper .row:first-child .col-sm-6{
      width:auto !important;
  }
}
@media (max-width: 991px){
  #example1_wrapper .row:first-child{
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  }
  #example1,
  #example1_wrapper .row:first-child .col-sm-6{
      width:auto !important;
  }
  .content-header>.breadcrumb{
    right: 0;
  }
  .main-header .logo {
    width: 280px;
  }
  .main-header .navbar, .content-wrapper, .right-side, .main-footer{
    margin-left: 280px;
  }
  .navbar-custom-menu .navbar-nav>li>a{
    font-size: 12px;
  }
}

@media (max-width: 767px){
  #example1_wrapper .row:first-child{
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  }
  #example1,
  #example1_wrapper .row:first-child .col-sm-6{
      width:auto !important;
  }
  .main-header .logo, .main-header .navbar{
    width: 100%;
  }
  .sidebar-open .content-wrapper, .sidebar-open .main-footer{
    -webkit-transform: translate(280px, 0);
    -ms-transform: translate(280px, 0);
    -o-transform: translate(280px, 0);
    transform: translate(280px, 0);
  }
  .main-sidebar{
    webkit-transform: translate(-280px, 0);
    -ms-transform: translate(-280px, 0);
    -o-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
  }
  .main-header .navbar, .content-wrapper, .right-side, .main-footer{
    margin-left: 0;
  }
}
.wrapper .main-sidebar .user-panel .pull-right a::after{
  content: "\f08b";
  font-family: "FontAwesome";
  font-weight: 400;
  position: absolute;
  left: 90%;
  top: 55%;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.wrapper .main-sidebar .user-panel:hover .pull-right a::after{
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
}
/* .setup-progress-ul{
  float: right;
  position: absolute;
  right: 250px;
  top: 10px;
} */
.setup-progress-ul .navbar-nav>li>a{
  padding: 9px 20px 7px;
}
.setup-progress-ul .navbar-nav>li>a{
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.setup-progress-ul .navbar-nav>li>a:active,
.setup-progress-ul .navbar-nav>li>a:focus,
.setup-progress-ul .navbar-nav>li>a:hover,
.setup-progress-ul .navbar-nav>li>a{
  background: var(--primaryColor03) !important;
  color: #fff !important;
}
.setup-progress-ul .dropdown-menu .user-body{
  padding: 15px;
}
.setup-progress-ul .dropdown-menu{
  width: 340px;
  background-color: var(--primaryColor03) !important;
    color: var(--whiteColor);
} 
.setup-progress-ul input.steup_checkbox{
  margin-right: 10px;
  transform : scale(1.8);
}
.setup-progress-ul .col-xs-12{
  margin-bottom: 5px;
  align-items: flex-start;
  padding-top:10px;
  padding-bottom: 10px;
}
.setup-progress-ul.right0 {
  right: 0;
}
.setup-progress-ul > a>h3 {
  font-size: 14px;
  padding: 0;
  margin: -6px 0 6px 0;
}

.setup-progress-ul > a >.progress {
  padding: 0;
  margin: 0
}
.setup-progress-ul .progress-bar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: 
    radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#39CCCC 75%, #eeeeee 0);  
    position: relative;
    top:-3px;
    margin-right: 10px; 
    display: flex;
    justify-content: center;
    align-items: center; 
}
.setup-progress-ul .progress-bar::before {
  content: "";
  color: #252740;
  font-weight: 600;
  font-size: 10px;
}
.setup-progress-ul .col-xs-12 label a{
  color: var(--whiteColor)
}
.setup-progress-ul .col-xs-12.checked label a{
  color: var(--blackColor) !important;
}
.setup-progress-ul .col-xs-12.checked{
  background: #f4f4f4;
  color: var(--blackColor);
}
#database_content{
  padding: 15px;
  margin: 20px 2px;
  overflow-y: scroll;
  background: oldlace;
  height:400px;
}
#database_content .form-group{
  border-bottom: 1px solid #c3c1c1;
  padding-bottom: 8px;
}
#database_content .form-group:last-child{
  border-bottom:none;
  margin-bottom:0;
}
#query_output{
  background-color: black;
  height: 400px;
  margin: 20px 2px;
  color: #ffffff;
  overflow-y: scroll;
}



