/****************general styles*********************/
body{
  text-transform: capitalize;
}
tr {
  border-bottom: 1px solid #ded9d959 !important;
  /* padding: 7rem; */
  height: 4rem;
}
a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.fa-plus:before {
  content: "\f067";
  margin-right: 0.5rem;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
  text-align: center;
  font-weight: 400;
  border-bottom: none;
}
select > option {
  font-size: 18px;
}
select {
  font-size: 18px !important;
}
.modal-body label{
  margin-bottom: .5rem;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.3rem;
  display: block;
  opacity: 0.3;
}

#example > thead > tr > th:last-child::after {
  display: none;
}

table.dataTable {
  clear: both;
  margin-bottom: 14px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
h2 {
  font-size: 2.3rem;
  font-weight: 400;
  color: #13245a;
}
table th {
  font-size: 1.1rem;
  color: #343232;
}
h4 {
  font-weight: 400;
  color: gray;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #009891;
  border-color: #009891;
}
input[type="checkbox"] {
  visibility: hidden;
}

input[type="checkbox"] + label:before {
  border: 1px solid #333;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 0.25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
}
input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #333;
  content: "\2713";
  text-align: center;
}
input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

input[type="checkbox"]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}
body
  > div
  > div
  > div.content.col.d-flex.flex-column
  > div.d-flex.justify-content-between {
  justify-content: space-between !important;
  align-items: center;
}

.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgb(165 220 134) !important;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
  background-color: white;
}
.fade:not(.show) {
  opacity: 1;
}
.modal-backdrop {
  opacity: 0.5 !important;
}
#example > tbody > tr > td:nth-child(8) > button {
  font-size: 16px;
}
.modal .btn {
  padding: 4px;
  border-radius: 0;
  color: rgb(0, 88, 122);
  font-size: 15px;
  background-color: white;
}
#exampleModalCenter > div > div > div.modal-header > button > span {
  font-size: 27px;
}
.modal.fade .modal-dialog {
  transition: transform 1s ease-out;
  transform: translate(0px, -50px);
}
.modal .form-select {
  border-radius: 25px;
  padding: 0.47rem 1.75rem;
}
.modal .form-group label {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}
#example_filter > label > input[type="search"] {
  border-radius: 25px;
  border-color: gainsboro;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaaaaa6b;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}
.tox-tinymce {
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
  border-radius: 12px !important;
  padding: 0.47rem 1.75rem;
  border: 0px;
  box-shadow: 0px 2px 4px -1px #707070 !important;
  color: #000;
}
select {
  border-color: #80808063;
  padding: 4px;
}
.modal-body {
  text-transform: capitalize;
}
#example > thead > tr > td:last-child{
  display: none;
}
#cropImagePop3{
  z-index: 99999999;

}
/*****************!general styles*******************/

/******************** login ******************************/
#layout-wrapper {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    #009790 25%,
    #009891 50%,
    #00787e 75%,
    #122559 95%,
    #13245a
  );
  position: fixed;
}
#auth-content {
  margin: 10% auto;
  width: 50%;
}
#form-content {
  width: 50%;
  margin: auto;
}
@media (max-width: 1360px) {
  #form-content {
    width: 65%;
  }
}
@media (max-width: 800px) {
  #form-content {
    width: 75%;
  }
}
@media (max-width: 400px) {
  #form-content {
    width: 100%;
  }
}
.form-control {
  background: transparent;
  color: black;
  border-radius: 25px;
  padding: 0.47rem 1.75rem;
}
.form-label {
  color: white;
  font-size: 22px;
}
.btn {
  padding: 5px 40px;
  border-radius: 29px;
  color: #00587a;
  font-size: 20.96px;
  background-color: white;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.25rem 0.375rem 0.75rem !important;
}

/******************** !login ******************************/

/*******side bar***********/
#wrapper {
  width: 300px;
  max-height: 1192px;
  padding-left: 0px;
  margin: 1rem 0rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

#toggle-side-bar {
  display: none;
}

#sidebar-wrapper {
  width: 100%;
  height: 100%;
  /* margin-left: -250px; */
  overflow-y: auto;
  background-color: #009790;
  background-image: radial-gradient(
    circle at bottom right,
    #122559,
    #009891 70%
  );
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom-left-radius: 2rem;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 5rem;
  border-top-right-radius: 6rem;
  padding: 1rem 0rem;
}

.sidebar-nav {
  top: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  list-style: none;
  margin-top: 2px;
}

#menu > img {
  width: 80%;
  margin-bottom: 2rem;
  height: auto;
}

.sidebar-nav li {
  text-indent: 15px;
  line-height: 40px;
}
.nav-pills > li > a {
  border-radius: 0;
}
.sidebar-nav li a {
  padding-right: 50px;
  display: block;
  color: white !important;
  font-size: .9rem;
  font-weight: bold !important;
  text-decoration: none;
}

#menu > li > a > span {
  margin: auto 0.6rem;
}
#menu > li > a > span > img {
  width: 1.5rem;
  height: 1.5rem;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.nav-pills > li > a:hover {
  background-color: #59bcb7;
  border-radius: 2rem;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #59bcb7;
  border-radius: 2rem;
}
#menu > li.active > a > span {
  margin: auto 0.6rem;
}
/******* !side bar***********/
/*********************index***********************************/
.Statics {
  margin-top: 1rem;
}
.Statics h1 {
  font-size: 2.3rem;
  font-weight: 400;
  color: #13245a;
}
.statics .card {
  margin: 10px;
  border: 1px solid gray;
  padding: 1rem 0rem;
  text-align: center;
  border-radius: 2rem;
  box-shadow: 8px 8px 1px -4px grey;
  margin-bottom: 3rem;
  width: 8.2rem;
  height: 11rem;
}
.statics .card-img {
  background-color: #009790;
  background-image: radial-gradient(
    circle at bottom right,
    #122559,
    #009891 70%
  );
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: -13px;
  left: 1px;
  border-radius: 14px;
  text-align: center;
  width: 5rem;
  padding-bottom: 0.3rem;
}
.statics .card-img img {
  height: 1.2rem;
}
.statics .statics-option p {
  font-size: 1rem;
  color: #13245a;
  margin-bottom: 0;
  text-align: center;
}
.statics .statics-options {
  width: 70%;
}
.statics .statics-option span {
  font-size: 42px;
  margin-top: 0;
  /* font-weight: bold; */
  color: #13245a;
}
body
  > div
  > div
  > div.content.col.d-flex.flex-column
  > div.new-subscribtion.d-flex.flex-column
  > h2 {
  margin-bottom: 3rem;
}
.statics .statics-option .view {
  color: #337ab7;
  text-decoration: none;
}
.statics .statics-options .new-subscribtion h2 {
  font-size: 2.3rem;
  font-weight: 400;
  color: #13245a;
  margin-bottom: 3rem;
}
.statics .statics-options p a {
  color: #13245a;
  font-weight: 400;
  font-size: 1rem;
}
.trends {
  width: 25%;
  margin: 20px;
}
.statics .trends > h2 {
  color: #13245a;
  font-weight: 400;
  font-size: 2rem;
}
.statics .trends > h4 {
  color: #525252;
  font-weight: 400;
}
.statics .trends > div:nth-child(3) {
  margin-top: 1.7rem;
}
.statics .trends .trends-info p {
  margin-bottom: 0;
  color: gray;
}
.statics .trends-info span {
  color: #009891;
}
.statics .trends .followers p {
  color: black;
}
.statics .trends .trends-data {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/********************!index**********************************/
/******************** subscribtionList ********************/

.user-name {
  text-align: center;
  align-items: center;
}

.user-name > div > div:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: gray;
  text-transform: capitalize;
}
.user-name > div > div:nth-child(2) > span {
  font-size: 1rem;
  font-weight: bold;
  color: #009891;
}

.content {
  margin: 2rem;
}

.Subscriptions {
  font-size: 2rem;
  letter-spacing: 2px;
}

.search {
  width: 50%;
}
.search > input {
  font-size: 18px;
  background-color: #f4f4f4;
  border: 0px;
  padding: 0.7rem 1.75rem;
}
.search > input:focus {
  background-color: #f4f4f4;
}
.btnSearch {
  background-color: #13245a;
  padding: 8px 40px;
  color: white;
  border-radius: 26px;
  border: 0px;
  margin-left: 10px;
  font-size: 20.96px;
}

.divSearch {
  position: relative;
}

.dropdown-content {
  padding: 10px;
  overflow: hidden;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 3px 3px 1px rgb(0 0 0 / 20%);
  z-index: 1;
  border-radius: 50px;
}
.dropdown-content div {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 3px 20px;
  margin: 5px 0px;
  font-size: 18px;
  display: block;
  border-radius: 50px;
  color: #707070;
}
.dropdown-content div:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}

.table-container {
  max-height: 600px;
}

.table {
  margin-top: 2rem;
  color: gray;
  font-size: 0.8rem;
  text-transform: capitalize;
}
.table td {
  border: 0px;
  text-align: center;
  vertical-align: middle;
}

    .table td button {
        text-transform: capitalize;
        border-radius: 14px;
        border: none;
        color: white;
        padding: 0px 12px;
        background-color: #009790;
        background-image: radial-gradient( circle at bottom right, #122559, #009891 70% );
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding-left: 25px;
        font-size: 15px;
        padding-right: 25px;
    }
.buttontra {
    text-transform: capitalize;
    border-radius: 14px;
    border: none;
    color: white;
    padding: 0px 12px;
    background-color: #009790;
    background-image: radial-gradient( circle at bottom right, #122559, #009891 70% );
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 25px;
    font-size: 15px;
    padding-right: 25px;
}
.subscribtions
  .sub-member.d-flex.align-items-center
  > div
  > div
  > div:nth-child(1)
  > span
  > a {
  color: gray !important;
}

/******************** !subscribtionList ********************/
/*********************member-list****************/
.Members h1 {
  font-size: 2.3rem;
  font-weight: 400;
  color: #13245a;
}
.members .member-search-bar input {
  margin-right: 1rem;
  border-radius: 27px;
  min-width: 50%;
  background: rgb(244, 244, 244);
  border: none;
  color: black;
  outline: none;
  font-size: 1.2rem;
  padding: 0.7rem;
}
.members .member-search-bar button {
  color: white;
  border-radius: 28px;
  border: none;
  background: #13245a;
  font-size: 1rem;
  display: block;
  padding-left: 1rem;
  padding-right: 2rem;
}

.members .member-list .new-member {
  background: #f9f9f9;
  padding: 1.2rem;
  border-radius: 4rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  flex-grow: 0.2;
  margin-right: 2rem;
  min-width: 31%;
  max-height: 36rem;
}
.members .member-list .new-member label {
  text-transform: capitalize;
  color: #13245a;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.members .member-list .new-member input {
  padding: 0.5rem;
  border-radius: 23px;
  box-shadow: 2px 5px 4px #80808057;
  background: white;
  color: gray;
}
.members .member-list .new-member > input:nth-child(10) {
  margin-bottom: 1rem;
}
.create-new {
  padding-left: 2rem;
  padding-right: 2rem;
  color: white;
  border-radius: 28px;
  border: none;
  margin-top: 1rem;
  background: #13245a;
  font-size: 1.1rem;
  display: block;
  margin: auto;
  padding: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1.5rem;
}
.members .table-member tr {
  text-align: center;
}
.members .table-member td {
  padding: 1.5rem;
}
.new-member > form > label:nth-child(1) {
  margin-top: 3rem !important;
}
/********************!member-list****************/
/**********************subscribtion-member*********/
.subscribtion-members .user-name {
  text-align: left;
}
.subscribtion-members .sub-member-data span {
  font-size: 20px;
  font-weight: 400;
  color: #4e4e4e;
  text-transform: capitalize;
}
.subscribtion-members .sub-member-data > div > div > div:nth-child(2) > span {
  font-size: 20px;
  font-weight: 400;
  color: #4e4e4e;
  text-transform: capitalize;
}
.fa-ellipsis-v:before {
  content: "\f142";
  margin-left: 2rem;
  font-size: 1.2rem;
  color: #4e4e4e;
  margin-right: 3rem;
}
.subscribtion-members .controls button {
  width: 7rem;
  height: 2rem;
  border-radius: 15px;
  border: none;
  background-color: #009790;
  background-image: linear-gradient(to top, #122559, #009891);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: white;
  margin-top: 5px;
}
/**********************!subscribtion-member********/
/**********************subscription****************/
.subscribtions .user-name {
  text-align: left;
}
.subscribtions .user-name span {
  color: #009891;
}
.subscribtions .sub-member div:nth-child(1) > span {
  color: gray;
  font-weight: 400;
}
.subscribtions .controls {
  /* margin-left: 12rem; */
}
.subscribtions .controls button {
  width: 7rem;
  height: 2rem;
  border-radius: 15px;
  border: none;
  background-color: #009790;
  background-image: linear-gradient(to top, #122559, #009891);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: white;
  margin-left: 10px;
  margin-bottom: 5px;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  text-align: center;
}

.products-subscribtion h2 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.products-table {
  margin-top: 1rem;
}
/***********************!subscribtion**************/
/************************points***************/
.members.points .new-member > label:nth-child(1) {
  margin-top: 4rem;
}
.members.points .member-list .new-member > button {
  margin-top: 3rem;
}
.members.points .table td button {
  padding: 0px 26px;
  font-size: 15px;
}
.new-list-data {
  margin-top: 3rem;
}
.new-member.points > form > label:nth-child(1) {
  margin-top: 8rem !important;
}
body
  > div
  > div
  > div.content.col.d-flex.flex-column
  > div.members.points.d-flex.flex-column
  > div.member-list.d-flex
  > div.new-member
  > form
  > button {
  margin-top: 5.5rem;
}
#exampleModalCenter > div > div > div.modal-body > form label {
  margin-top: 0;
}
/************************!points**************/
/***********************orders***************/
.subscribtions.order span {
  font-size: 22px;
  text-transform: capitalize;
}
.subscribtions.order .user-name {
  font-size: 22px;
  text-transform: capitalize;
}
/**********************!orders***************/
/******************** notification ********************/

.notification-container {
  margin: 4rem 1rem;
  font-size: 24px;
  color: #707070;
  width: 65%;
}
.notification-input {
  border-radius: 12px;
  padding: 0.47rem 1.75rem;
  border: 0px;
  box-shadow: 0px 2px 4px -1px #707070;
  color: #000;
}
.notification-input:focus {
  box-shadow: 0px 2px 4px -2px #707070;
}
.send-button {
  width: 175px;
  border-radius: 20px;
  border: none;
  color: white;
  padding: 0px 12px;
  background-color: #009790;
  background-image: radial-gradient(
    circle at bottom right,
    #122559,
    #009891 70%
  );
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/******************** !notification ********************/
/********************** Privacy Policy********/
/**********radio button*********************/
.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  background-color: #009790;
  background-image: radial-gradient(
    circle at bottom right,
    #122559,
    #009891 70%
  );
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  background: rebeccapurple;
  color: #fff;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: white;
}

.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd;
}

/**********!radio button********************/

.notification-container.privacy textarea {
  font-size: 1.1rem;
  text-transform: capitalize;
  box-shadow: -1px 4px 9px 0px #959292;
}
.notification-container.privacy .button {
  color: white;
  border-radius: 28px;
  border: none;
  background: #13245a;
  font-size: 1rem;
  display: block;
  padding-left: 1rem;
  padding-right: 2rem;
  display: block;
  margin: auto;
  margin-top: 1rem;
  padding: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
/*********************! Privacy Policy**********/
/**********************staff********************/
.members .member-list .new-member.staff {
  background: #f9f9f9;
  padding: 1.2rem;
  border-radius: 4rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  flex-grow: 0.2;
  margin-right: 2rem;
  min-width: 26%;
  max-height: 36rem;
}
.members .member-list .new-member.staff > input:nth-child(8) {
  margin-bottom: 2rem;
}
.table.staff td button {
  border-radius: 14px;
  border: none;
  color: white;
  padding: 0px 16px;
  background-color: #009790;
  background-image: radial-gradient(
    circle at bottom right,
    #122559,
    #009891 70%
  );
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.members .member-list .new-list-data > table > tbody > tr > td:nth-child(6) {
  color: #009891;
}
.new-member.staff > form > label:nth-child(1) {
  margin-top: 1rem !important;
}

/**********************!staff*******************/
/**********************category*****************/
/************************img-icon****************/
.profile-pic {
  max-width: 222px;
  max-height: 222px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.file-upload {
  display: none;
}
.circle {
  /* border-radius: 3%; */
  overflow: hidden;
  width: 73px;
  height: 90px;
  position: absolute;
  top: 1.5rem;
  left: 4rem;
  transition: all 0.3s;
  background-image: url("assets/images/img.svg");
  background-size: cover;
}
.delet {
  position: absolute;
  top: 5.5rem;
  left: 7rem;
  border: none;
  background: none;
  color: red;
  font-size: 19px;
}
/************************!img-icon***************/
.members .member-list .new-member.cat .create-new {
  padding-left: 2rem;
  padding-right: 2rem;
  color: white;
  border-radius: 28px;
  border: none;
  margin-top: 1rem;
  background: #13245a;
  font-size: 1.1rem;
  display: block;
  margin: auto;
  padding: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.members .member-list .new-member.cat {
  max-height: 40rem;
}
.members .member-list .new-member.cat label {
  text-transform: capitalize;
  color: #393939;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.members .member-list .new-member.cat > label:nth-child(3) {
  margin-top: 2rem;
}
.members .member-list .new-member.cat > label:nth-child(4) {
  margin-top: 1rem;
}
.members .member-list .new-member.cat > div {
  margin-top: 1rem;
}
.members .new-list-data > table > tbody > tr > td > img {
  width: 29px;
}
.members .member-list.cat {
}
.new-list-data.cat #example > thead > tr > th:last-child:before {
  display: block;
}
.new-list-data.cat #example > thead > tr > th:last-child::after {
  display: block;
}

.circle:hover {
  cursor: pointer;
}
/* .new-member.cat img {
  max-width: 100%;
  height: auto;
  min-width: 73px;
  min-height: 90px;
  background-image: url("../images/img.svg");
} */
.form-floating > .form-select {
  padding-top: 0;
  padding-bottom: 0;
}
#validationCustom04 {
  height: calc(2.5rem + 2px);
  line-height: 1.25;
  padding: 0.5rem;
  border-radius: 23px;
  box-shadow: 2px 5px 4px #80808057;

  color: gray;
}
/* .members .member-list.cat img{
  width: 25%;
} */
/************************!category**************/
.new-member.cat > form > label:nth-child(1) {
  margin-top: 3.5rem !important;
}
/******************** About Us ********************/

.aboutUs-container {
  margin: 4rem 1rem;
  font-size: 24px;
  color: #707070;
  width: 80%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.image-input {
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
}
/******************** !About Us ********************/
/******************** Chat ********************/

.chat-table-container {
  max-height: 600px;
  overflow: auto;
}

.chat-container-style {
  /* background: wheat; */
  border-radius: 22px;
  padding: 8px;
  margin-left: 50px;
}

.chat-container {
  margin-top: 2rem;
  font-size: 16px;
  flex: 1;
  font-weight: bold;
}
.my-talk {
  background: #cee7f4;
  padding: 15px;
  border-radius: 24px;
  margin: 0px 0px 11px 25%;
}
.other-talk {
  background: #e8e8e8;
  padding: 15px;
  border-radius: 24px;
  margin: 0px 25% 10px 0px;
}
.other-talk .head,
.my-talk .head {
  color: #009891;
  padding-bottom: 10px;
}
/******************** !Chat ********************/

/******************** Advertisment ********************/

.Advertisment {
  font-size: 2rem;
  letter-spacing: 2px;
  width: 50%;
}

.create-button {
  margin-left: 2%;
  width: 150px;
  height: 35px;

  font-size: 22px;
  border-radius: 20px;
  border: none;
  color: white;
  padding: 0px 12px;
  background-color: #009790;
  background-image: radial-gradient(
    circle at bottom right,
    #122559,
    #009891 70%
  );
}

.Advertisment-button {
  font-weight: 600;
  width: 100px;
  height: 30px;
  font-size: 14px;
  border-radius: 20px;
  border: none;
  color: white;
  padding: 0px 12px;
  background-color: #009790;
  background-image: radial-gradient(
    circle at bottom right,
    #122559,
    #009891 70%
  );
}

.Advertisment-body {
  margin: 70px 0px 15px;
  color: #9b9b9b;
  width: 100%;
}

.Advertisment-containt {
  margin: 20px 0px;
}

.Advertisment-url {
  margin-right: 35px;
}

.Advertisment-be {
  justify-content: space-between !important;
  margin: 0px 10px;
  text-align: center;
}

.new-Advertisment {
  background: #f9f9f9;
  padding: 1.2rem;
  border-radius: 4rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  flex-grow: 0.2;
  margin-right: 2rem;
  min-width: 27%;
}
.label {
  text-transform: capitalize;
  color: #393939;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.input {
  padding: 0.5rem;
  border-radius: 23px;
  box-shadow: 2px 5px 4px #80808057;
  background: white;
  color: gray;
}
.new-Advertisment.cat .create-new {
  padding-left: 2rem;
  padding-right: 2rem;
  color: white;
  border-radius: 28px;
  border: none;
  margin-top: 1rem;
  background: #13245a;
  font-size: 1.1rem;
  display: block;
  margin: auto;
  padding: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 8rem;
}

.img {
  max-width: 100%;
  height: auto;
  min-width: 73px;
  min-height: 90px;
  background-image: url("../images/img.svg");
}

#delet {
  left: 2rem;
  bottom: 9px;
  color: red;
  font-size: 18px;
  position: absolute;
  width: 39px;
}
#delet2 {
  left: 2rem;
  bottom: 9px;
  color: red;
  font-size: 18px;
  position: absolute;
  width: 39px;
}
#delet3 {
  left: 2rem;
  bottom: 53px;
  color: red;
  font-size: 18px;
  position: absolute;
  width: 39px;
}
#lang{
  margin-top: 1rem;
}
#up{
  display: none;
}
.fixed-link {
  position: fixed;
  bottom: 0px;
  right: 5px;
  z-index: 1000;
}
.fixed-link a {
  color: #13245a;
  font-size: 13px;
  font-weight: bold;
}
#icon1 label.cabinet {
  display: block;
  cursor: pointer;
  width: 100px;
height: 117px;
}
#icon1 figure {
  width: 100px;
height: 117px;
}
#icon2 label.cabinet {
  display: block;
  cursor: pointer;
  width: 225px;
height: 111px;
}
#icon2 figure{
  width: 225px;
height: 111px;
}
label.cabinet input.file {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top: -30px;
}

#upload-demo {
  width: 100%;
  height: 400px;
  padding-bottom: 25px;
  display: block;
  margin: auto;
}
#upload-demo2 {
  width: 100%;
  height: 400px;
  padding-bottom: 25px;
  margin: auto;
}
#upload-demo3 {
  width: 100%;
  height: 400px;
  padding-bottom: 25px;
  margin: auto;
}
#cropImagePop .modal-dialog {
  width: 600px !important;
  max-width: unset;
}

#cropImagePop3 .modal-dialog {
  width: 600px !important;
  max-width: unset;
}
/******************** !Advertisment ********************/
/************customize point***********/
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)
  > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*# sourceMappingURL=bootstrap-select.css.map */
/************!customize point**********/
img#eimglogo {
  width: 89px;
}

.cropper-container.cropper-bg {
  width: 100% !important;
}

.modal-sm {
  max-width: 50%;
}

#example > tbody > tr > td > img {
  width: 25%;
}
