
/* Table of contents

- Rounded user avatars
- Buttons
-Brand Styles

*/


/* Rounded avatars */

/* Disable this if you don't want rounded avatars for users */
.rounded-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
  box-shadow: 0px 0px 0px 3px #ffffff;
  background-color: #ffffff !important;
  width: 100px;
  height: 100px;
}

.social-icon {
  font-size: 32px;
  padding: 10px;
}
.social-icon-div {
  padding-bottom: 20px;
}
.social-icon{color:#fff;}

/* Buttons */

:root {
  /* purple */
  --primary-color: 111, 76, 255;

  /* white */
  --text-color: 256, 256, 256;
}

.button {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  padding: 12px 32px;
  margin: .1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  border-radius: 50px;
  color: rgba(var(--text-color));
  border: 2px double transparent;
      background-image: linear-gradient(rgb(13, 14, 33), rgb(13, 14, 33)), radial-gradient(circle at left top, rgb(1, 110, 218), rgb(217, 0 , 192));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  max-width: 400px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .button {width: 80%;}
}

.button:hover {
  transition: all 0.3s ease;
  box-shadow: rgba(var(--primary-color), 0.5) 0px 0px 20px 0px;
  color: rgba(var(--text-color));
  opacity: 0.85;
}


/* Brand Icons */

.icon {
  padding: 3.5px 8px 3.5px 8px;
  vertical-align:middle;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 20px);
  left: 5px;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  min-height: 35px;
  max-height: 35px;
  overflow:hidden;
  object-fit:contain;
}

/* Customs */
.profile-circle-btn
{
  max-width: 100px;
  max-height: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  font-size: 45px;
  line-height: 102px;
}
#custom-152086161
{
  margin-right: 10px;
}
#custom-152086161 .icon
{
  padding: 0;
  left: 0; right: 0; top: 0; bottom: 0;
  margin: auto;
}

#custom-986624634 .icon
{
  padding: 0;
  left: 0; right: 0; top: 0; bottom: 0;
  margin: auto;
}

#custom-610396557
{
  margin-left: 10px;
}
#custom-610396557 .icon
{
  padding: 0;
  left: 0; right: 0; top: 0; bottom: 0;
  margin: auto;
}
.custom-stroke-svg path {
    fill: #ffffff;
    stroke: #5e3fcf;
    stroke-width: 150px;
    stroke-linejoin: round;
    paint-order: stroke;
}
.column
{margin-top: 0% !important;}
.footer {margin:5px 0px 5px 0px !important;}