.main-container {
    padding: 50px 0;
}

.margin-clear {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.intro-step-card {
    background: #fff;
    padding: 35px;
    border-radius: 2px;
    position: relative;
}

.intro-step-card .step-header {
    margin-top: 5px;
}

.intro-step-card.agencyAprrovalForm p{
    margin-bottom: 0;
  }

.intro-step-card.agencyAprrovalForm p{
    margin-bottom: 0;
}

ul.__ar-infolist{
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
  }
ul.__ar-infolist li {
    display: flex;
    padding: 12px;
    border-radius: 3px;
    background: #eeeeee;
    margin: 10px 0;
}
ul.__ar-infolist li .__dis{
    text-align: left;
    font-size: 13px;
}
ul.__ar-infolist li .__title{
    font-weight: 700;
    font-size: 13px;
    min-width: 20%;
    text-align: left;
    margin-right: 13px;
    position: relative;
}
ul.__ar-infolist li .__title:after {
    content: "";
    border-right: 1px solid #dedada;
    position: absolute;
    height: 100%;
    right: 0;
}

.agencyAprrovalForm ul.__ar-infolist li .__title{
    min-width: 33%;
  }

.text-success-btn{
    background-color:#28a745!important; 
    border-color:#28a745!important; 
}

.text-danger-btn{
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}

.artist-ui-block {
    margin-top: 10px;
    margin-bottom: 24px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 7px 1px #e4e7ed;
    border: 1px solid #e4e7ed;
}
.artist-ui-block h3 {
    font-size: 17px;
    border-bottom: 1px solid #e4e7ed;
    padding: 12px;
    margin: 0;
    color: #424a4d;
}

.artist-pic {
  width: 100%;
  height: 190px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  font-size: 0px;
  background-position: center center !important;
}

.margin-padding-10{
    margin-top: 10px;
    padding: 10px;
}

.headingStyle{
  color: #333;
  margin-bottom: 20px;
}




/* Breadcrumb
---------------------------------- */
.breadcrumb-container {
    background-color: #dde4f6;
  }
  
  
  .breadcrumb {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding-left: 0;
  }
  
  .breadcrumb > li + li:before {
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 11px;
    padding-left: 3px;
  }
  
  .banner .breadcrumb-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  
  .banner .dark.breadcrumb-container {
    background-color: rgba(57, 66, 69, 0.6);
    border-bottom-color: rgba(119, 119, 119, 0.1);
  }
  
  .banner .breadcrumb > li a,
  .banner .breadcrumb > li i {
    color: #000000;
  }
  
  .banner .breadcrumb > .active,
  .banner .breadcrumb > li + li:before {
    color: #777777;
  }
  
  .dark .breadcrumb > li a,
  .dark .breadcrumb > li i,
  .dark .breadcrumb > .active,
  .dark .breadcrumb > li + li:before {
    color: #ffffff;
  }
  
  .banner .breadcrumb > li a:hover {
    color: #0c9ec7;
  }

  .pr-10 {
    padding-right: 10px;
  }


.select2-control-form{
  width: 100%
}
.select2-result-avatar {
    float: left;
    width: 60px;
    margin-right: 10px;
}
.select2-result-avatar img {
    border-radius: 50%;
}
.select2-result-meta {
    margin-left: 70px;
}
.select2-result-title{
    margin-top: 10px;
}
.select2-result-agent .select2-result-title{
  margin-top: 5px;
}
.select2.select2-container{
  width: 100% !important;
}
.select2-selection.select2-selection--single{
  height: 37px !important;
  width: 100% !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
}