@font-face { font-family: Josefin Sans; src: url('../../font/Josefin_Sans/JosefinSans-VariableFont_wght.ttf'); }

body{
  font-family: "Josefin Sans";
}
.mybtn{
	padding: .125rem .25rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .15rem;
    width: 30px;
    float: left;
    margin-top: 0px !important;
    margin-left: 5px;
}
.addbtn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* border: 1px solid #00000042; */
    position: absolute;
    right: 11px;
    top: 8px;
    text-align: center;
    line-height: 30px;
    padding: 0px;
    background-color: rgba(128,0,128,.8);
    color: white;
}
.addbtn:hover{
    background-color: rgb(128,0,128);
    color: white;
}
.addstatusbtn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.addstatusbtn:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  filter: brightness(0.9);
}
.addstatusbtn img{
  width: 14px;
}
.addstatusbtn.is-current-page {
  /* add a ring color with box-shadow with yellow color */
  box-shadow: 0 0 0 2px #000000;
}

.img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #00000014;
}
.addMoreIput{
    background: #f1f1f1;
    min-height: 37px;
    padding: 3px;
}
.addMoreIput .phoneList{
    background: #fff;
    margin: 5px;
    padding: 5px 10px;
    cursor: pointer;
}
.addMoreBTN{
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    cursor: pointer;
    color: #007bff;
}
[class*="sidebar-dark-"] {
  background-color: #101010;
}
/* Brand */
img.brand-image.img-circle.elevation-3 {
  display: none;
}
span.brand-text.font-weight-light {
  font-family: "josefin sans";
  text-transform: uppercase;
  font-size: 1p7x;
  margin-left: 20px;
}
/* Navigation */
.nav-sidebar .nav-link > .right,
.nav-sidebar .nav-link > p > .right {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  transform: rotate(-90deg);
}
.nav-sidebar .menu-is-opening > .nav-link i.right,
.nav-sidebar .menu-open > .nav-link i.right {
  -webkit-transform: rotate(-90deg);
  transform: rotate(90deg);
}
.navbar-light .navbar-nav .nav-link {
  color: #101010;
}
.elevation-2 {
  box-shadow: none !important;
}
a.d-block {
  color: #101010;
  font-family: "Josefin Sans";
  font-size: 15px;
  padding-top: 4px;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #431294;
  color: #fff;
}
.nav-pills .nav-link {
  border-radius: 0;
}
[class*="sidebar-dark-"] .sidebar a {
  color: #ECECEC;
}
.nav-sidebar .nav-link p {
  display: inline;
  margin: 0;
  white-space: normal;
  letter-spacing: 0.6px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Josefin Sans";
}
.nav-sidebar > .nav-item .nav-icon {
  margin-left: 0.05rem;
  font-size: 1rem;
  margin-right: 0.3rem;
  text-align: center;
  width: 2rem;
}
.fa-circle:before {
  content: "\f111";
  font-size: 12px;
}
/* content */
.content-header h1 {
  font-size: 2rem;
  font-family: "Josefin Sans";
  text-transform: uppercase;
  color: #101010;
  font-weight: 400;
  letter-spacing: 0rem;
}
.content-header {
  padding: 20px 1.2rem;
}
.content-wrapper > .content {
  padding: 0 1.2rem;
}
/* Bread Crumb */
.breadcrumb-item.active {
  color: #101010;
  font-size: 12px;
}
/* Footer */
.main-footer {
  background-color: #fff;
  border-top: 1px solid #DEE2E6;
  color: #101010;
  padding: 22px 1rem;
  font-weight: 300;
  font-size: 12px;
}

/*new*/
body {
  font-family: "Roboto";
}
.p-2 {
  padding: 16px 20px !important;
}
ol.breadcrumb.float-sm-right {
  display: none;
}
.card {
  box-shadow: none;
}
.card {
  border-radius: 0;
}
.card-footer {
  background-color: white;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #3C1C8E;
}
ul.nav.nav-pills {
  font-family: "Josefin Sans";
}
label {
  display: inline-block;
  margin-bottom: .2rem;
  font-family: "Josefin Sans";
}
.form-control:focus{
  border-color: #3C1C8E;
}
.form-control {
  color: #000000;
  border-radius: 0;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #aaa;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #aaa;
  border-radius: 0px;
}


/* Kandarp Css */
.action_color_green
{
  color: #fff;
  background: green !important;
}
.action_color_orange
{
  color: #fff;
  background: orange !important;
}
.action_color_blue
{
  color: #fff;
  background: blue !important;
}
.action_color_grey {
  color: #fff;
  background: grey !important;
}x
.action_color_lila {
  color: #fff;
  background: #800080 !important;
}
.email-box
{
  width: 600px !important;
}


.preview-image--container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  position: relative;

  margin-bottom: 1rem;
}
.preview-image--container .preview-image--delete {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.5rem;
  cursor: pointer;
}
.preview-image--container img.preview-image--image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  object-fit: cover;
}