.customHeading {
  color: #8D72E1 !important;
}

.text-uppercase{
  color: #8D72E1 !important;
}

.btn-info{
  background-color: #8D72E1 !important;
}

.custom-btn{
  background-color: #8D72E1 !important;
}

.custom-form-group label,
.preview label,
.spanInLabel {
  color: #8D72E1;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
}
.custom-form-group span {
  width: 32px;
  border-bottom: 1px solid #8D72E1;
  vertical-align: middle;
  color: #8D72E1;
  display: inline;
}

.custom-btn1 {
  border-radius: 32px;
  background: #dfa907;
  border: 2px solid transparent;
  color: #fff;
  height: 48px;
  text-decoration: none;
}
.custom-btn1:hover {
  background: #fff;
  text-decoration: none;
  border: none;
  border: 2px solid #dfa907 !important;
  color: #dfa907 !important;
}

.custom-form-group input {
  width: calc(100% - 32px);
  border: none;
  border-bottom: 1px solid #8D72E1;
  box-sizing: content-box;
  outline: none;
}
.custom-btn {
  border-radius: 32px;
  background: #8D72E1;
  border: 2px solid transparent;
  color: #fff;
  height: 48px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.custom-btn:hover {
  background: #6c3ff5 !important;
  border: none;
  border: 2px solid #6c3ff5;
  color: #ffffff !important;
}
#formPanel2 {
  min-width: auto;
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
}

#formPanel {
  min-width: 280px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.objectFit {
  object-fit: cover;
  width: 100%;
  max-width: 320px;
  min-height: 60vh;
  margin: 0 auto;
}
#showCursor {
  cursor: pointer;
}

/* Import Google Font - Poppins */

::selection {
  color: #fff;
  background: #5372f0;
}
.wrapper {
  width: 496px;
  background: #fff;
  border-radius: 10px;
  padding: 18px 25px 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.wrapper :where(.title, li, li i, .details) {
  display: flex;
  align-items: center;
}
.title img {
  max-width: 21px;
}
.title h2 {
  font-size: 21px;
  font-weight: 600;
  margin-left: 8px;
}
.wrapper .content {
  margin: 10px 0;
}
.content p {
  font-size: 15px;
}
.content ul {
  display: flex;
  flex-wrap: wrap;
  padding: 7px;
  margin: 12px 0;
  border-radius: 5px;
  border: 1px solid #a6a6a6;
}
.content ul li {
  color: #333;
  margin: 4px 3px;
  list-style: none;
  border-radius: 5px;
  background: #f2f2f2;
  padding: 5px 8px 5px 10px;
  border: 1px solid #e3e1e1;
}
.content ul li i {
  height: 20px;
  width: 20px;
  color: #808080;
  margin-left: 8px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50%;
  background: #dfdfdf;
  justify-content: center;
}
.content ul input {
  flex: 1;
  padding: 5px;
  border: none;
  outline: none;
  font-size: 16px;
}
.wrapper .details {
  justify-content: space-between;
}
.details button {
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 9px 15px;
  border-radius: 5px;
  background: #5372f0;
  transition: background 0.3s ease;
}
.details button:hover {
  background: #2c52ed;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white !important;
  background-color: #0d6efd;
  padding: 0.2rem;
}

.container1 {
  position: relative;
  width: 50%;
  vertical-align: middle !important;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container1:hover .image {
  opacity: 0.3;
}

.container1:hover .middle {
  opacity: 1;
}

.text1 {
  background-color: #04aa6d;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.not-visible {
  display: none;
}

.my-custom-scrollbar {
  position: relative;
  width: 200px;
  overflow: auto;
}
.table-wrapper-scroll-y {
  display: block;
}

.my-custom-scrollbar2 {
  position: relative;
  height: 300px;
  overflow-x: clip;
  overflow-y: auto;
}
.table-wrapper-scroll-y2 {
  display: block;
}

#image2 {
  max-width: 100%;
  height: auto;
  display: none;
}




body {
    margin:0;
    padding:0;
}

p {
    line-height: 1.8;
}

a {
    text-decoration:none;
}



h1, h2, h3, h4, h5 , h6 { font-family: 'Muli', sans-serif; font-weight:normal; }

h1 {
    border-bottom:1px solid #bbb;
    padding:0 0 10px 0;
    margin:10px 0 20px 0;
}



#header {
    padding:10px 100px;
    font-size:14px;
    background:#12c064;
    color:#fff;
    border-bottom:4px solid #1cdf78;
    overflow:auto;
}

#header .logo {
    font-family: 'Muli', sans-serif;
    float:left;
    color:#f3f7cc;
    font-size:20px;
    margin-right:10%;
}

#header ul.menu {
    list-style:none;
    float:left;
    margin:0;
    padding:0;
}
#header ul.menu li {
    float:left;
    padding:4px 10px;
}

#header ul.menu li.selected a, #header ul.menu li.selected a:hover {
    color:#1b6d32;
    font-weight:bold;
}

#header a {
    color:#f3f7cc;
}
#header a:hover {
    color:#fff;
}

#header .user {
    float:right;
    padding-top:4px;
}

#content {
    padding:30px 100px;
}

/* forms */





.errorlist {

}
.helptext {
    margin:0 0 20px 0;
    color:#aaa;
    clear:both;
    float:left;
    font-size:13px;
}
/* messages */
ul.messages {
    list-style-type:
    none;
}
ul.messages li.success,
ul.messages li.warning,
ul.messages li.error,
ul.messages li.info {

    list-style:none;
 
}

ul.messages li.success { background:#81ce81; }
ul.messages li.success a { color:#0ac33e; }

ul.messages li.error { background:#a30029; color:#e9828e; }
ul.messages li.error a { color:#e9828e; }

ul.messages li.info { background:#faffae; color:#696b4e; }
ul.messages li.info a { color:#1586de; }

ul.messages li.warning { background:#de9404; }
ul.messages li.warning a { color:#f49000; }

ul.messages li a.close {
    margin:0;
    float:right;
    opacity:1;
    border:0;
    box-shadow:none;
    text-shadow:none;
}

.login-form {
    float:left;
}

/* social-auth */
.social {
    float:right;
}
.social li {
    list-style:none;
    padding:10px 20px;
    margin:0 0 10px 0;
}
.social li a {
    width:100%;
    height:100%;
    display:block;
    color:#fff;
}
.social li.facebook { background:#3b5399; }
.social li.twitter { background:#00cffa; }
.social li.google { background:#de1710; }


/* images */

.image-preview, .image-detail {
    max-width:300px;
    float:left;
    margin:0 20px 20px 0;
}
.image-detail { margin-top:20px; }
.image-info div {
    padding:20px 0;
    overflow:auto;
}
.count {
    color:#aaa;
    border:3px solid #bbb;
    border-radius:26px;
    padding:10px 20px;
    margin:20px 10px 0;
}
a.like, a.follow { float:right; margin-top:-8px; }

#image-list { overflow:auto; }
#image-list .image {
    float:left;
    width:220px;
    height:300px;
    margin:0 10px 10px 10px;
    border-top:8px solid #12c064;
    background:#eee;
}
#image-list img { width:220px; height:220px; }
#image-list .info { padding:10px; }
#image-list .info a { color:#333; }
.image-likes div {
    float:left;
    width:auto;
    padding:10px;
    text-align:center;
}
.image-likes img {
    width:120px;
    height:120px;
    border-radius:50%;
}

/* users */
#people-list img {
    width:180px;
    height:180px;
    border-radius:50%;
    margin-bottom:20px;
}
#people-list .user {
    width:180px;
    float:left;
    overflow:auto;
    padding:10px;
}
#people-list .info { text-align:center; }
img.user-detail {
    border-radius:50%;
    float:left;
}
.profile-info {
    float:left;
    overflow:auto;
    margin-right:20px;
}
.image-container { margin-top:40px; }

/* actions */
.action {
    clear:both;
    overflow:auto;
}
.action .images {
    float:left;
    margin:0 10px 10px 0;
}
.action .date {
    font-style:italic;
    color:#ccc;
}



#loader {
  position: fixed;
  text-align: center;
  top: 0;
  padding-top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) no-repeat center center;
  z-index: 10000;
}


#loader > img {
    border-radius: 50%;
    opacity: 65%;
    width: 15%;
}



#loader2 {
  position: fixed;
  text-align: center;
  top: 0;
  padding-top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.9) no-repeat center center;
  z-index: 10000;
}


#loader2 > img {
    border-radius: 20%;
    opacity: 95%;
    width: 15%;
}



