.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.text-danger{color: #F13347;} 
p.small{font-size: 10px!important; line-height: 120% !important;}


.dropdown-menu{}
.dropdown-content{ position: absolute; right: 0; top: 52px; min-width: 180px; background-color: #000; padding: 10px 20px; /*height: 0; opacity: 0; transition: .5s all ease;*/ display: none; }
.dropdown-content.show{ height: auto; opacity: 1; }
.dropdown-content a{ display: block; width: 100%; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255, .3); }
.dropdown-content .d-flex{align-items: center; justify-content: space-between;}
.dropdown-content a:last-child{ border-bottom: none; padding-bottom: 0; }
.dropdown-content a:after{ display: none; }
.dropdown-content .profile_pic{ width: 40px; height: 40px; background-color: rgba(255,255,255, .05); border: 1px solid rgba(255,255,255, .3); border-radius: 100%; display: inline-block; margin-right: 10px; vertical-align: sub; overflow: hidden;}
.dropdown-content .profile_pic img{ width: 100%; min-height: 100%;object-fit: cover; }

.d-block{display: block;}
.upper_modal .modal-content{ max-height: 80vh; overflow-y: auto;}

.input-group {position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; } 
.input-group>.form-control{/*position: relative; flex: 1 1 auto; width: 1%; min-width: 0;*/} 
.input-group-text { position: absolute; right: 0px; top: -1px; align-items: center; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; white-space: nowrap; border-radius: 0.25rem; }
.invalid-feedback{color: #fd3550; font-size: 12px;}
.fld-control.is-invalid, .was-validated .fld-control:invalid {
    border-color: #fd3550;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f41127'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f41127' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.profile_area {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
}
.profile_area .profile_pic {
    position: relative;
    border-radius: 100%;
    width: 100%;
    height: 100px;
    background: #f8f9fa;
    border: 5px solid #fff;
    box-shadow: 0 0 0 5px #e9ecef;
    overflow: hidden;
    margin-top: 20px;
}
.profile_area .profile_pic img {
    width: 100%;
    min-height: 100%;
}
img, svg {
    vertical-align: middle;
}
.profile_area .profile_update {
    position: absolute;
    top: 0px;
    right: -5px;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    background: #007aff;
}

.authentication_link a span{ overflow: hidden !important; }

/* progress br */
/*.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #008cff;
    transition: width .6s ease;
}*/

.swal-text {
  /*background-color: #FEFAE3;*/
  padding: 17px;
  /*border: 1px solid #d82739;*/
  display: block;
  margin: 22px;
  text-align: center;
  /*color: #61534e;*/
  line-height: 25px;
}

/*.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #4962B3;
  font-size: 12px;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}*/
/*.swal-title {
  margin: 0px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
  margin-bottom: 28px !important;
}*/

.swal-footer {
  margin-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
  overflow: hidden;
}

/*.swal-icon {
    width: 50px;
    height: 50px;
    
}

.swal-icon--error__line {
    width: 18px;
    
    top: 24px;
    
}*/

.ticket_section .artist_section .navigation_cnt h3 {
  padding-left: 50px;
}
.ticket_section .artist_section .navigation_cnt {
  flex-direction: column;
}
.ticket_section .artist_section .navigation_cnt h3 span
{
  line-height: 24px;
  top: 2px;
}
.ticket_section .artist_section .navigation_cnt h3 span .img-svg g {
 fill: #fff;
}
.bg_stripartist .img-svg {
  width: 12vw;
}
@media (max-width: 576px){
    .event_card_label h3{
    font-size: 36px !important;
  }
}

@media (max-width: 776px){
    .event_card_label h3{
    font-size: 64px !important;
  }
}
