.nav-tabs1 {
    border-bottom: transparent;
}

.nav-tabs1 .nav-item.show .nav-link,
.nav-tabs1 .nav-link.active {
    color: #ffffff;
    background-color: #ff3366;
    border-color: #ced4da #ced4da #fff;
    border-radius: 5px;
}

.nav-tabs1 .nav-link {
    border: transparent;
}

.htitle {
    font-size: 12px;
    font-weight: 500;
    color: #757575;
}

.dash .card {
    border: none;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}

.dash .card-body h4 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.dash h6 {
    font-size: 14px;
    font-weight: bold;
    color: #212121;
}

#sidebar-menu {
    background: #2a3042;
}

.dash .card:hover,
.dash .card:active {
    box-shadow: 0px 0px 5px #000;
}

.img-thumbnail {
    height: 100%;
}

.training-listing .partner-name,
.training-listing .partner-email {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.trainer-listing .trainer-name,
.trainer-listing .trainer-email {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer;
}

.icon-thumbnail {
    display: block;
    background: unset;
    height: unset;
    width: unset;
    line-height: unset;
    text-align: unset;
    vertical-align: unset;
    position: unset;
    left: unset;
    float: unset;
    margin-right: unset;
    color: inherit;
    font-size: inherit;
    transition: unset;
    font-family: inherit;
    font-weight: inherit;
}

.org-name {
    width: 220px;
}

.par-name {
    width: 130px;
}

.par-tag {
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu-dropdown {
    height: 40px !important;
}

.menu-dropdown a {
    margin-left: 40px !important;
    padding: 0px !important;
}

.dropdown-head {
    cursor: pointer;
}

.dropdown-arrow-icon {
    position: absolute;
    right: 15px;
    color: #a6b0cf;
    font-size: 20px;
    cursor: pointer;
}

.dropdown-arrow-icon.active {
    color: #fff;
}

.dropdown-arrow-icon:hover {
    color: #fff;
}

.page-sidebar .sidebar-menu .menu-items>li.hide-dropdown {
    display: none;
}

.page-sidebar .sidebar-menu .menu-items>li.show-dropdown {
    display: flex;
}

.d-flex {
    display: flex !important;
}

.table-card1 .user-table-row .btn-success {
    float: right !important;
}

.table-card1 .remove-pd {
    padding-right: 18px;
}

.profile-user-wid img {
    object-fit: cover;
    width: 100px;
}

.student-listing .table-card .serial-no .serial-no-field {
    align-items: flex-start;
}

.student-listing .table-card .student-info .s-detail .primary-detail {
    width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.student-listing .table-card .serial-no .serial-no-field {
    justify-content: flex-start;
}

.profilecompleted-user {
    width: 200px;
}

.student-listing .table-card .student-info .s-detail .s-date,
.student-listing .table-card .student-info .s-detail .secondary-detail {
    font-weight: normal;
}

.table-card table thead tr th:first-child {
    padding-left: 8px !important;
}

.heading-custom {
    color: #343a40;
    font-weight: 500;
}

.user-multiselect .multiselect__placeholder {
    font-weight: 500;
    padding-top: 0px;
    margin-bottom: 0px;
}

.user-multiselect .multiselect__tags {
    font-size: 12px;
    padding: 8px 18px 0 8px;
    min-height: 37px;
}

.user-multiselect .multiselect__select {
    line-height: 30px;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 0px;
}

.user-multiselect .multiselect__select:before {
    color: #ff3366;
    border-color: #ff3366 transparent transparent;
    border-width: 4px 4px 0;
}

.filter-dropdown .btn-dropdown {
    padding: 8px 6px;
    min-width: auto;
    font-size: 12px;
}

.date-form-control {
    padding: 5px 6px;
}

.date-form-control .d-input {
    width: 110px;
}

.filter-dropdown .dropdown-menu .dropdown-item {
    padding: 10px 5px;
    border-left: 0 solid #fff;
}

.date-form-control .d-input::placeholder {
    font-size: 12px;
}
/* 
.filter-dropdown .dropdown-menu {
    width: 130px!important;
} */

.new-userwidth-mob {
    width: 75px;
}

.new-userwidth-email {
    width: 100px;
}

.p-0 {
    padding: 0px;
}

.mt-14 {
    margin-top: 14px;
}

.student-info .s-detail .parcode {
    width: 80px!important;
}

.student-info .s-detail .par-gender {
    width: 90px!important;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 6px;
}

.mr-1 {
    margin-right: 5px;
}

.feed-create .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    width: 100%;
    border: none;
    border-radius: 10px;
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.feed-create .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.feed-create .card-body h5 {
    margin-top: 0px;
}

.feed-create .des {
    padding-left: 0px!important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    box-shadow: 0px 0px 40px rgb(29 58 83 / 15%);
    padding: 0.5rem !important;
    width: 100%;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1.25rem;
}

.forums-listing .badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.forums-listing .badge:hover {
    color: #000000;
}

.forums-listing h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.25;
}

.forums-listing a {
    color: #24292d;
}

.forums-listing ul {
    padding-left: 0px;
}

.forums-listing ul li {
    list-style: none;
    line-height: 1.25;
    color: #24292d;
    font-size: 0.9375rem;
    display: inline-block;
    margin-right: 10px;
}

.forums-listing ul li i {
    margin-right: 5px;
}

.forums-listing .avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block !important;
}

.forums-listing .avatar img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.forums-listing .profile {
    margin-top: 5px;
}

.forums-listing .profile p {
    font-size: 0.9375rem;
    line-height: 1.25;
    color: #24292d;
    font-weight: 400;
}

.forums-listing .dropdown .btn-secondary {
    color: #24292d;
    background-color: rgba(36, 41, 45, 0.1);
    border: 1px solid transparent;
}

.forms-btn.btn-primary {
    padding: 10px 15px 10px 15px;
}

.forms-heading {
    font-weight: 700!important;
    line-height: 1.25;
    color: #24292d;
    font-size: 1.640625rem!important;
}

.header-heading {
    margin-top: 0px;
    margin-left: 20px;
}

.header-heading h3 {
    margin-top: 0px;
    font-weight: bold;
    color: #495057;
    font-family: Poppins, sans-serif;
    font-size: 22px;
}

.forums-detail h6 {
    font-size: 0.9375rem;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.25;
    color: #24292d;
}

.pl-0 {
    padding-left: 0px;
}

.mt-4 {
    margin-top: 20px;
}

.detail-reply .card-header-title {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.25;
    color: #24292d;
    margin-top: 0px;
}

.detail-reply .line {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.detail-reply .btn-primary {
    margin-top: 15px;
}

.breadcrumb li a {
    margin-left: -1px;
}

.mb-2 {
    margin-bottom: 5px;
}

.card .bg-primary {
    background-color: #EB001B!important;
}

.main-theme .avatar-title {
    background-color: transparent;
    margin-left: 1px;
    margin-top: -4px;
}

.programs h3 {
    margin-top: 0px;
}

.astrik {
    font-size: 16px;
}

.breadcrumb>li+li:before {
    position: relative;
}

.media-lis a {
    color: #455057;
    font-weight: 500;
}

.media-heading h3 {
    margin-top: 0px;
}

.media .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-color: #EB001B;
    color: #ffffff;
    background-color: #EB001B;
}

.pagination li {
    margin-right: 0px!important;
    padding-left: 0px;
}

.pagination li a {
    margin-left: -4px;
    font-size: .8125rem;
}

.pagination li span {
    font-size: .8125rem;
}

.student-detail-cnt .overall-progress-card .card-body {
    background-color: #ffffff !important;
}

.form-design input{
    background-color: #ffffff;
      background-image: none;
      border: 1px solid rgba(0, 0, 0, 0.07);
      font-family: Arial, sans-serif;
      width: 100%;
      /* -webkit-appearance: none; */
      color: #2c2c2c;
      outline: 0;
      height: 35px;
      padding: 8px 12px;
      line-height: normal;
      font-size: 14px;
      font-weight: normal;
      vertical-align: middle;
      min-height: 35px;
      -webkit-transition: all 0.12s ease;
      transition: all 0.12s ease;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-transition: background 0.2s linear 0s;
      transition: background 0.2s linear 0s;
  }

  .button-align{
    margin-left: 11px;
  }
  .btn-primary[disabled] {
    border:unset !important;
}
.date-align{
    right: 24px !important;
}
.btn-height{
    height: 37px;
}

.filter-pill.active{
    background: #EB001B !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #EB001B;
    border-color: #EB001B;
}

.card-draft{
    background-color: #D2CBCB !important;
}

.main-theme .font-size-25
{
    font-size: 32px !important;
}
