* {
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: Pacifico;
    src: url(fonts/Pacifico-Regular.ttf);

    font-family: SF-pro;
    src: url(fonts/SFPRODISPLAYREGULAR.otf);
}


body {
    /*font-family: SF-pro;*/
    color: #404040;
    overflow-x: hidden;
    padding-top: 70px;
}

.text-primary-blue {
    color: #122454;
}

.order-instruction-text {
    font-size: 12px;
    font-weight: 500;
}

.bg-primary-blue {
    background-color: #122454;
}

.text-secondary-green {
    color: #80BD01 !important;
}

.bg-secondary-green {
    background-color: #80BD01;
}

.text-accent-yellow {
    color: #FCCE01;
}

.text-dark-yellow {
    color: #B59400 !important;
}

.text-black {
    color: #000;
}

.bg-accent-yellow {
    background-color: #FCCE01 !important;
}

.text-primary-red {
    color: #CF0000;
}

.bg-primary-red {
    background-color: #CF0000 !important;
}

.text-14 {
    font-size: 14px;
    line-height: 17px;
}

.text-midgray {
    color: #737373;
}

.bg-off-white {
    background-color: #F7F7F7;
}

.bg-midgray {
    background-color: #737373;
}

.bg-darkgray {
    background-color: #404040;
}

.text-darkgray {
    color: #404040 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-large {
    font-weight: 700 !important;
}

.font-weight-xl {
    font-weight: 800 !important;
    font-size: 16px;
}

.font-Pacifico {
    font-family: Pacifico;
}

.font-SFpro {
    font-family: SF-pro;
}

.text-sm {
    font-size: 14px;
    line-height: 17px;
}

.text-large {
    font-size: 16px;
    line-height: 17px;
}

select.form-control:focus {
    border-color: #ced4da;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.btn-primary-blue {
    background-color: #122454;
    color: #fff !important;
    padding: 7px 20px;
    border-radius: 4px;
    font-weight: bold;
}

.btn-outline-white {
    background-color: transparent;
    color: #fff;
    padding: 6px 18px;
    border-radius: 4px;
    border: 1px solid #fff;
}

.btn-primary-blue-yellow {
    background-color: #122454;
    color: #fff !important;
    padding: 7px 20px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 20px;
}

.btn-outline-white:hover {
    text-decoration: none;
    color: #fff;
}

.btn-outline-white:focus {
    border: 1px solid #fff;
}

.btn-outline-blue {
    background-color: transparent;
    color: #122454 !important;
    padding: 6px 18px;
    border-radius: 4px;
    border: 1px solid #122454;
}

.btn-outline-blue:hover {
    text-decoration: none;
    color: #122454;
}

.btn-outline-blue:focus {
    border: 1px solid #122454;
}

.cursor-pointer {
    cursor: pointer !important;
}

/*#737373*/



.fullpage-bg {
    /* background-image: url(https://fansfirst-website.s3.us-east-2.amazonaws.com/bananas/background/background-banana_plate.png) ; */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;
    min-height: 100vh;
}
.presale-bg {
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    background-color: #FFFFFF;
    min-height: 100vh;
}
.presale-body {
    padding-top: 0px !important;
}
.account-bg {
    /* background-image: url(https://fansfirst-website.s3.us-east-2.amazonaws.com/bananas/background/background-banana_plate.png) ; */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
    min-height: 100vh;
}

.fullpage-select-ticket-bg {
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0) 88%, rgba(0, 0, 0, 0.8) 100%), url(http://ppcdn.500px.org/75319705/1991f76c0c6a91ae1d23eb94ac5c7a9f7e79c480/2048.jpg) ;*/
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0) 88%, rgba(0, 0, 0, 0.8) 100%), url(https://fansfirst-website.s3.us-east-2.amazonaws.com/bananas/background/background-banana_plate.png);
    background: rgba(0, 0, 0, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}

.bg {
    background-image: url(https://fansfirst-website.s3.us-east-2.amazonaws.com/bananas/background/background-banana_plate.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #999;
    min-height: 100vh;
}

.card .card-step {
    background-color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #122454;
    border: 5px solid #122454;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    left: -25px;
}

.table-colo1 {
    background-color: red;
}

.form-control {
    border: 1px solid #122454;
}

.form-control:focus,
.form-control:active,
.form-control:visited {
    box-shadow: none;
}

button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.gray-divider {
    height: 1px;
    background-color: #DBDBDB;
    backdrop-filter: blur(12.5px);
}

.gray-divider-text {
    display: flex;
    align-items: center;
    text-align: center;
}

.gray-divider-text::before,
.gray-divider-text::after {
    content: '';
    flex: 1;
    height: 1px;
    border-bottom: 1px solid #DBDBDB;
}

.gray-divider-text:not(:empty)::before {
    margin-right: .25em;
}

.gray-divider-text:not(:empty)::after {
    margin-left: .25em;
}

.card.account-card {
    background: rgba(255, 255, 255, 1);
    border: 2px solid #122454;
    backdrop-filter: blur(12.5px);
    /*max-width: 420px;*/
}

.ticket-card {
    /*background: rgba(255, 255, 255, 0.7);
    border: 2px solid #122454;
    backdrop-filter: blur(12.5px);*/

    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #122454;
    backdrop-filter: blur(12.5px);
    max-width: 420px;
    /*min-height: 350px;*/
    height: auto;
    border-radius: 10px;
}

.modal-lg .ticket-card {
    max-width: inherit;
}

.ticket-card .card-step {
    border: 5px solid #122454;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -5px;
    left: -20px;
}


.list-today {
    background: #122454;
    opacity: 0.8;
    display: inline-block;
    padding: 15px 40px;
    position: relative;
    left: -48px;
    margin-bottom: 15px;
}

.list-today p {
    font-weight: 400;
    font-size: 48px;
    line-height: 57px;
    color: #F7F7F7;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
    margin-bottom: 0px;
}

header nav.navbar {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12.5px);
}

header nav.navbar .nav-link {
    color: #122454;
    padding: 8px 22px !important;
}

header nav.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #122454;
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px !important;
    border: 3px solid #122454;
}


.socialIcon-wrapper i {
    width: 40px;
    height: 40px;
    background: #122454;
    color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0px 7px;
}

.textLikeIP {
    padding: 0.375rem 0.75rem;
}

.modalBackBtnPl {
    padding-left: 65px;
}

.modal {
    backdrop-filter: blur(12.5px);
}

.fixed-bottom {
    position: fixed;
    /*height: 90px;*/
    bottom: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.25);
}

.ft-ht {
    height: 90px;
}


#grid-list-tab {
    background: #FFFFFF;
    border: 1px solid #122454;
    border-radius: 6px;
}

#grid-list-tab .nav-link {
    border-radius: 0px;
    color: #122454;
    padding: 6px 16px;
}

#grid-list-tab .nav-link.active,
#grid-list-tab .show>.nav-link {
    color: #fff;
    background-color: #122454;
}

#grid-list-tab .nav-link.active img {
    color: #fff;
    background-color: #122454;
}

#pills-grid-tab.active {
    border-radius: 4px 0px 0px 4px;
}

#pills-list-tab.active {
    border-radius: 0px 4px 4px 0px;
}


.customCheckboxWrapper {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #122454;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customCheckboxWrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #122454;
}

/* On mouse-over, add a grey background color */
/*.customCheckboxWrapper:hover input ~ .checkmark {
  background-color: #ccc;
}
*/

/* When the checkbox is checked, add a blue background */
.customCheckboxWrapper input:checked~.checkmark {
    background-color: #122454;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customCheckboxWrapper input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customCheckboxWrapper .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}












.fan-card-checkbox {
    margin-bottom: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.fan-card-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.fan-card-checkbox .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 26px;
    width: 26px;
    border-radius: 6px;
    background-color: #fff;
    border: 2px solid #122454;
}

/* On mouse-over, add a grey background color */
/*.fan-card-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
*/

/* When the checkbox is checked, add a blue background */
.fan-card-checkbox input:checked~.checkmark {
    background-color: #122454;
}


/* Show the checkmark when checked */
.fan-card-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.fan-card-checkbox .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}








.fan-card-container {
    margin-top: 30px;
}

.selectCityModalWrapper {
    height: 270px;
    overflow-y: auto;
}

.fan-tag-wrapper .fan-tag:last-child {
    border-bottom-right-radius: 10px;
}

.fan-tag {
    border: 2px solid #122454;
    display: inline-block;
    padding-left: 40px;
    padding-right: 20px;
    margin-right: -2px;
    margin-bottom: -2px;
    color: #122454;
    position: relative;
    z-index: 1;
}

#s2id_city_code .select2-default {
    color: #f00 !important;
}

div.fan-tag:before {
    content: "";
    display: block;
    height: 37px;
    width: 37px;
    position: absolute;
    left: -19px;
    top: 6px;
    transform: rotate(45.1deg);
    background: #eae9e8;
    border: 2px solid #122454;
    border-width: 2px 2px 0px 0px;
    z-index: -1;
}

.season-tag {
    /*right: -27px;
    z-index: 99;*/
}

.season-tag-after:before {
    /* background: #FCCE01 !important; */
}

/*.fan-tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: auto;
    padding: 0 20px 0 23px;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}*/

/*div.fan-tag:before {
    background: #fff;
    border-bottom: 25px solid #eee;
    border-left: 20px solid transparent;
    border-top: 25px solid #eee;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}*/
/*.season-tag {
    background: #FCCE01;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: auto;
    padding: 0 20px 0 23px;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
div.season-tag:before {
    background: #fff;
    border-bottom: 25px solid #FCCE01;
    border-left: 20px solid transparent;
    border-top: 25px solid #FCCE01;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}*/
.fan-card-divider {
    background-color: #737373;
    height: 1px;
    width: 100%;
    margin-top: 13px;
}

.fan-card-ticket-count {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: -35px;
    top: -45px;
    z-index: 999;
}

#msform .ticketCarousel .fan-card-ticket-count {
    position: absolute;
    right: -45px;
    top: -45px;
}

.zIndex-n5 {
    position: absolute;
    z-index: -500;
    top: -35px;
    left: 35px;
}

.zIndex-n4 {
    position: absolute;
    z-index: -400;
    top: -27px;
    left: 27px;
    background-color: #333;
    filter: blur(1px);
}

.zIndex-n4 .fan-card-image {
    background: #333;
    filter: blur(1px);
}

.zIndex-n4 .status-bar-top-right-rounded,
.zIndex-n4 .status-bar-top-rounded {
    background-color: #333 !important;
    filter: blur(1px);
}

.zIndex-n3 {
    position: absolute;
    z-index: -300;
    top: -21px;
    left: 21px;
}

.zIndex-n2 {
    position: absolute;
    z-index: -200;
    top: -14px;
    left: 14px;
}

.zIndex-n1 {
    position: absolute;
    z-index: -100;
    top: -7px;
    left: 7px;
}

.fan-card {
    border: 2px solid #122454 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px !important;
    width: 338px;
    min-height: 340px;
    /*height: 340px;*/
}

.fan-info-card {
    border: 2px solid #122454;
    box-shadow: none;
    border-radius: 10px;
    width: 207px;
    margin: 0 auto;
    min-height: 340px;
    /*height: 340px;*/
}

.fan-card-red {
    border: 2px solid #CF0000;
    background-color: #CF0000;
}

.fan-pending-transfer-card {
    min-height: auto;
}

.fan-card-image {
    background-image: url("../images/sample-image.jpg");
    width: 127px;
    display: block;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 6px 0px 0px 6px;
}

.fan-card-past-attended-image {
    background: linear-gradient(0deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8)), url("../images/sample-image.jpg");
    width: 127px;
    display: block;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 6px 0px 0px 6px;
}

.fan-card-btn-wrapper {
    padding-left: 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    justify-content: space-between;
}

.fan-card-btn {
    padding: 4px 11px !important;
}

.status-bar-top-right-rounded {
    border-top-right-radius: 7px;
}

.status-bar-top-rounded {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.info-circle {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -20px;
    top: 3px;
}

.info-circle i {
    font-size: 8px;
}

.ticket-main-grid {
    display: grid;
    grid-template-columns: 420px auto;
    grid-column-gap: 40px;
    /* grid-template-columns: repeat(2, 1fr); */
}

.ticket-card-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 30px;
    /*margin-bottom: 40px;*/
    position: relative;
    z-index: 999;
    padding-top: 30px;
}


.ticketAccordion {
    margin-top: 20px;
}

/*.ticketAccordion .card {
  border: none;
  margin-bottom: 20px;
}*/
.ticketAccordion .card .accordion-title::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    float: left;
    padding-right: 15px;
}

.ticketAccordion .card .accordion-title.collapsed::after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
}

.ticketAccordion .card-head {
    border: 1px solid #122454;
    padding: 10px 15px;
    cursor: pointer;
}

.ticketAccordion .card-body {
    padding-left: 0;
    padding-right: 0;
}

.list-table th {
    font-size: 14px;
    line-height: 20px;
    color: #122454;
}

.list-table td p,
.list-table td a {
    font-size: 14px;
    line-height: 20px;
    color: #122454;
}

.list-table td a {
    display: block;
    text-decoration: none;
}

.list-table .table_check_width {
    width: 50px;
    vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #F7F7F7;
}

.list-table th:nth-child(1),
.list-table tr.listFold table td:nth-child(1) {
    width: 5%;
    width: 50px;
    max-width: 50px;
}

.list-table th:nth-child(2),
.list-table tr.listFold table td:nth-child(2) {
    width: 45%;
}

.list-table th:nth-child(3),
.list-table tr.listFold table td:nth-child(3) {
    width: 25%;
}

.list-table th:nth-child(4),
.list-table tr.listFold table td:nth-child(4) {
    width: 25%;
}

.list-table tr.listFold {
    display: none;
}

.list-table tr.listFold.open {
    display: table-row;
}

.list-table tr.listView {
    background-color: #122454;
    position: relative;
}

.list-table tr.listView td p {
    color: #FFFFFF;
    font-weight: 300;
}

.list-table tr.listView.pending-transfer-listView {
    background-color: #80BD01;
    position: relative;
}

.list-table tr.listView.pending-transfer-listView td p {
    color: #404040;
    font-weight: 400;
}

.list-table tr.listView::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 13px;
    top: 11px;
}

.list-table tr.listView.open::after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
}

.list-table tr.listView td {
    padding-left: 35px;
}

.list-table input[type="checkbox"] {
    accent-color: #122454;
}


.recipient-email-wrapper {
    background-color: #fff;
    border: 1px solid #DBDBDB;
    border-width: 1px 0px;
    padding: 8px 0px;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.recipient-email-wrapper .col-form-label,
.ticket-card .col-form-label,
.account-card .col-form-label {
    line-height: 25px !important;
}

.recipient-email-wrapper .col-form-label {
    white-space: nowrap;
}

.ticket-transfer-table {
    color: #122454;
}

.ticket-transfer-table input[type="checkbox"] {
    accent-color: #122454;
}

.ticket-transfer-table .table_check_width {
    width: 50px;
    vertical-align: middle;
}

.ticket-transfer-table td {
    border: none;
}

.ticket-transfer-table .selected {
    background: rgba(18, 36, 84, 0.1);
    border: 1px solid #122454;
}

.modal-body-scrollable .card-body {
    max-height: calc(100vh - 192px);
    overflow-y: auto;
}


.no-ticket-text {
    font-weight: 700;
    font-size: 80px;
    line-height: 78px;
    color: white;
}

.no-ticket-smalltext {
    font-weight: 400;
    font-size: 70px;
    color: white;
    line-height: 60px;
    position: relative;
    /*top: -15px;*/
}

.ticket-go-on-sale {
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #122454;
    backdrop-filter: blur(12.5px);
    border-radius: 10px;
    padding: 30px;
}

.ticket-time-progressbar {
    height: 12px;
    background: #FFFFFF;
    border: 1px solid #122454;
    border-radius: 10px;
}

.ticket-time-progressbar .progress-bar {
    background: #CF0000;
    border-radius: 10px;
    height: 12px;
    margin: -1px;
}

.waiting-room-wrapper {
    /*position: fixed;*/
    top: 56px;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #122454;
    backdrop-filter: blur(12.5px);
    border-radius: 0px 0px 10px 10px;
    padding: 15px 20px;
    /*width: 80%;
    margin: 0 auto;*/
}

.main-content-padding {
    /*padding-top: 90px;*/
    padding-top: 36px;
}

.ticket-selection-top-wrapper {
    width: 712px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 70px;
    margin-top: 2px;
}


/*  Multistep layout start */
#msform {
    position: relative;
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 100px;
    /*margin-top: 20px;*/
}

#msform fieldset {
    /*background: white;*/
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    /*top: 51px;*/
    top: 73px;
    z-index: 20;
    padding-bottom: 40px;
    /* height: calc(100vh - 215px);
     overflow-y: auto;
     overflow-x: hidden;*/
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

/*#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px;
}*/
/*#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0;
}*/
#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000;
}

#msform #progressbar {
    margin-bottom: 0px;
    overflow: hidden;
    color: #404040;
}

#msform #progressbar .active {
    color: #122454;
    font-weight: 700;
}

/*#msform #progressbar .active span{
    font-weight: 700;
}*/
#msform #progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

#msform #progressbar li span {
    display: inline-flex;
    line-height: 15px;
}

#msform #progressbar #step1:before {
    /*font-family: FontAwesome;*/
    content: "1";
}

#msform #progressbar #step2:before {
    /* font-family: FontAwesome;*/
    content: "2";
}

#msform #progressbar #step3:before {
    /*font-family: FontAwesome;*/
    content: "3";
}

#msform #progressbar #step4:before {
    /*font-family: FontAwesome;*/
    content: "4";
}

#msform #progressbar li:before {
    width: 24px;
    height: 24px;
    display: block;
    font-size: 14px;
    color: #122454;
    border-radius: 50%;
    margin: 0 auto 0px auto;
    background: #fff;
    border: 1px solid #122454;
    position: relative;
    z-index: 10;
}

#msform #progressbar li:after {
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    left: calc(-50% - 13px / 2);
    /*left: 0;*/
    top: 10px;
    z-index: 0;
    background: #FFFFFF;
    border: 1px solid #122454;
    border-radius: 10px;
}

#msform #progressbar li:first-child:after {
    left: 100%;
}

#msform #progressbar li.active:before,
#msform #progressbar li.active:after {
    background: #122454;
    color: #fff;
}

.ticket-select-container {
    /*  height: calc(100vh - 56px);*/
}

#msform .form-card {
    margin-top: 10px;
    /*height: calc(100vh - 220px);
    overflow: auto;
    position: relative;
    top: 100px;*/
}

#msform fieldset {
    /* height: calc(100vh - 110px);
     overflow-y: auto;*/
    height: calc(100vh - 220px);
    overflow: auto;
    position: relative;
    top: 140px;
}

#msform #fieldset1 {
    /* height: calc(100vh - 110px);
     overflow-y: auto;*/
    height: calc(100vh - 280px);
    overflow: auto;
    position: relative;
    top: 200px;
}

#msform .step-box-title {
    text-align: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 128px;
}


/*  Multistep layout end */





/*  Ticket carousel start  */

/*.ticketCarousel [class*='col-'] {
    margin-left: 15px;
    margin-right: 15px;
}
.ticketCarousel .carousel-inner .carousel-item.active,
.ticketCarousel .carousel-inner .carousel-item-next,
.ticketCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}
.ticketCarousel .carousel-inner {
    overflow: visible;
}
.ticketCarousel .carousel-inner .carousel-item-right.active,
.ticketCarousel .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
}

.ticketCarousel .carousel-inner .carousel-item-left.active,
.ticketCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
}
.ticketCarousel .carousel-inner .carousel-item {
    transition: transform 1.5s ease;
    width: calc(100% - 90px);
}
.ticketCarousel .carousel-inner .carousel-item-right,
.ticketCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
}
.ticketCarousel .carousel-item .card {
    width: 100%;
}
.ticketCarousel .carousel-control-next-icon, .ticketCarousel .carousel-control-prev-icon {
    background-image: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    background-color: #f2f2f2;
    border: 2px solid #122454;
}
.ticketCarousel .carousel-control-next, .ticketCarousel .carousel-control-prev {
    opacity: 1;
    width: auto;
}
.add-ticket-height {
    height: calc(100% - 25px) !important;
}
.ticket-select-box {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 40px 40px 10px 20px;
    position: relative;
    z-index: -700;
}*/








.add-ticket-height {
    height: calc(100% - 25px) !important;
}

.ticket-select-box {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    /*padding: 40px 40px 10px 20px;*/
    padding: 10px 40px 20px 20px;
    position: relative;
    z-index: -700;
    /*max-width: 440px;*/
}

.selected-ticket-box {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    /*padding: 40px 40px 10px 20px;*/
    /*padding: 10px 40px 20px 20px;*/
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    position: relative;
    z-index: -700;
}

/*.fan-card-checkbox input:checked .selected-ticket-box {
     background: rgba(255, 255, 255, 0.9);
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    position: relative;
    z-index: -700;
}*/

.card-toast-msg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.ticketCarousel {
    width: 90%;
    margin: 0px auto;
}

.ticketCarousel .slick-slide {
    margin: 15px;
}

.ticketCarousel .slick-slide img {
    display: inline-block;
}

.ticketCarousel .fan-card {
    width: 100%;
}

.ticketCarousel .slick-prev,
.ticketCarousel .slick-next {
    /*background: #000;
    border-radius: 15px;
    border-color: transparent;*/
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 100;
}

.ticketCarousel .slick-prev:before,
.ticketCarousel .slick-next:before {
    font-size: 55px;
    border-radius: 100%;
    background-color: #000;
    line-height: unset;
    opacity: 1;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    height: 46px;
    width: 46px;
}

/*.ticketCarousel .slick-prev:before{
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f007";
}
.ticketCarousel .slick-next:before{

}*/
.ticketCarousel .slick-list {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    /*overflow: visible;*/
    /*background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0) 88%, rgba(0, 0, 0, 1) 100%);*/
}

.ticketCarousel .slick-track {
    margin: 0 auto;
}

/*.card{
  border: 2px solid #fff;
  box-shadow: 1px 1px 15px #ccc;
}
.card-body{
  background: #fff;
  width: 100%;
  vertical-align: top;
}
.card-content{
  text-align: left;
  color: #333;
  padding: 15px;
}
.card-text{
  font-size: 14px;
  font-weight: 300;
}*/



/*  Ticket carousel end  */
.ticket-select-home-btn {
    position: absolute;
    left: 20px;
}

.ticket-select-back-btn {
    position: absolute;
    left: 20px;
}

.ticket-select-back-btn:hover {
    color: #122454;
}

.h-auto {
    height: auto !important;
    min-height: auto !important;
}




.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
    content: 'Off';
    left: -0.5rem;
}

.btn-toggle.btn-sm:after {
    content: 'On';
    right: -0.5rem;
    opacity: 0.5;
}

.btn-toggle.btn-sm>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
    display: none;
}

/*.btn-toggle.btn-secondary {
  background-color: #E5E7EB !important;
}*/
.btn-toggle.btn-secondary.active {
    background-color: #122454 !important;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-toggle.btn-secondary.active:focus {
    box-shadow: none !important;
}




.paymenyCheckmark {
    position: absolute;
    top: 9px;
    left: 35px;
}

.delete-circle-icon {
    height: 30px;
    width: 30px;
    background-color: #CF0000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-circle-icon i {
    font-size: 14px;
    color: #fff;
}

.cursor-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.cursor-move {
    cursor: move;
}


.mobile-ticket-filter .dropdown-toggle:after {
    display: none;
}

.ticket-filter-btn {
    height: 38px;
    width: 40px;
    padding: 0px;
}

.ticket-filter-btn img {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.squareCheckbox {
    accent-color: #122454;
}

.mobile-ticket-filter .dropdown-item.active,
.mobile-ticket-filter .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.link-text-blue {
    color: #122454;
    text-decoration: underline;
}

.link-text-blue:hover {
    color: #122454;
}


.ticket-number-box {
    display: inline-block;
    position: relative;
}

.ticket-number-box input[type=number] {
    width: 50px;
    line-height: 30px;
    color: #122454;
    text-indent: 10px;
    font-weight: 500;
    font-size: 24px;
    border: none;
    background-color: transparent;
}

.ticket-number-box .qty-plus {
    position: absolute;
    right: 6px;
    top: 3px;
    color: #122454;
    cursor: pointer;
}

.ticket-number-box .qty-minus {
    position: absolute;
    right: 6px;
    bottom: 2px;
    color: #122454;
    cursor: pointer;
}

.ticket-number-box input[type=number]::-webkit-inner-spin-button,
.ticket-number-box input[type=number]::-webkit-outer-spin-button {
    opacity: 0;
}



/*  Media query start */
@media only screen and (max-width: 1366px) {
    .ticket-main-grid {
        /*grid-template-columns: 340px auto;*/
        grid-column-gap: 30px;
    }

    .ticket-card-container {
        column-gap: 40px;
        /*margin-bottom: 30px;*/
    }
}

@media only screen and (max-width: 1024px) {
    header nav.navbar .nav-link {
        padding: 8px 20px !important;
    }

    .list-today {
        left: -16px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-collapse.collapse ul.navbar-nav {
        align-items: flex-start !important;
        background-color: #fff;
        height: calc(100vh - 56px);
        padding-bottom: 100px;
    }

    .navbar-collapse.collapse ul.navbar-nav li {
        width: 100%;
    }

    .navbar-collapse.collapse ul.navbar-nav li a {
        /*display: inline-flex;*/
    }

    .navbar-collapse.collapse ul.navbar-nav li {
        /*border-top: 1px solid #DBDBDB;*/
        /*border-bottom: 1px solid #DBDBDB;*/
        margin-bottom: 7px;
    }

    .navbar-collapse.collapse ul.navbar-nav li:last-child {
        display: flex;
        flex-direction: column;
        margin-top: auto;
    }

    header nav.nav-pills .nav-link.active,
    .nav-pills .show>.nav-link,
    header nav.navbar .nav-link {
        background: transparent;
        color: #122454;
        padding: 13px 20px !important;
    }

    header nav.navbar {
        background-color: #fff;
        /* height: 100%;*/
    }

    header nav.navbar #navbarNav {
        transition-duration: .2s;
    }
}

@media only screen and (min-width: 768px) {
    html {
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {

    .ticketCarousel .carousel-inner .carousel-item-right.active,
    .ticketCarousel .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .ticketCarousel .carousel-inner .carousel-item-left.active,
    .ticketCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }

    /*.ticket-main-grid {
        display: grid;
        grid-template-columns: 395px auto;
        grid-column-gap: 30px;
    }*/
}

@media only screen and (max-width: 767px) {
    .main-content-padding {
        /*padding-top: 250px;*/
        padding-top: 36px;
    }

    .list-today p {
        font-size: 30px;
        line-height: 40px;
    }

    .tickets-icon {
        width: 50%;
    }

    #msform fieldset {
        /* height: calc(100vh - 110px);
         overflow-y: auto;*/
        height: calc(100vh - 220px);
        overflow: auto;
        position: relative;
        top: 120px;
    }

    #msform #fieldset1 {
        height: calc(100vh - 280px);
        overflow: auto;
        position: relative;
        top: 180px;
    }

    #msform .step-box-title {
        text-align: center;
        position: fixed;
        width: 100%;
        top: 108px;
    }

    .ticket-selection-top-wrapper {
        width: 100%;
    }

    #msform #progressbar li span {
        display: none;
    }

    .ticketCarousel .slick-slide {
        margin: 0px;
    }

    .ticketCarousel .slick-prev {
        left: -19px;
    }

    .ticketCarousel .slick-next {
        right: -19px;
    }

    .ticket-main-grid {
        display: block;
    }

    .card .card-step {
        position: absolute;
        left: -8px;
    }



    /*.selected-ticket-box {
        box-shadow: none;
        padding: 0px;
        border: 0px;
    }
    .fan-card-container .fan-card-wrapper {
        padding: 0px !important;
        margin: 0px !important;
    }*/
    .ticket-card-container .fan-card {
        width: 288px;
        /*width: calc(100% - 30px);*/
        /*width: 100%;*/
    }

    .ticket-card-container .fan-card .fan-card {
        width: calc(100% - 100px);
    }



    /*  Hide selected box  */

    .selected-ticket-box {
        box-shadow: none;
        padding: 0px;
        border: 0px;
    }

    .fan-card-container .fan-card-wrapper {
        padding: 0px !important;
        margin: 0px !important;
    }

    .ticket-card-container .fan-card {
        width: calc(100% - 30px);
    }

    /*  Hide selected box  */



    .fan-card-ticket-count {
        right: 0px;
    }

    footer.fixed-bottom button {
        width: 100%;
    }

    .ft-ht {
        height: 130px;
    }

    .filter-container .filter-caption {
        font-size: 22px;
    }

    .table-mobile-pending th {
        display: none;
    }

    .table-mobile-pending {
        width: 100% !important;
        margin: 0px;
    }

    .table-mobile-pending tr {
        display: block;
    }

    .table-mobile-pending td:nth-child(1) {
        display: block;
    }

    .table-mobile-pending td:nth-child(2),
    .table-mobile-pending td:nth-child(3) {
        border-top: none;
    }

    .table-mobile-pending td:nth-child(3) a {
        margin-top: 6px;
    }

    .table-mobile {
        width: 100% !important;
    }

    .table-mobile td,
    .table-mobile th {
        display: block;
        width: 100%;
    }

    .table-mobile th {
        display: none;
    }

    .table-mobile td:nth-child(1),
    .table-mobile td:nth-child(2) {
        display: flex;
        flex-direction: row;
        width: auto;
    }

    .table-mobile td:nth-child(1) {
        width: 10px;
        float: left;
    }

    .table-mobile td:nth-child(1) input {
        margin-top: 5px;
    }

    .table-mobile td:nth-child(3),
    .table-mobile td:nth-child(4) {
        width: auto;
        float: left;
        border-top: none;
        max-width: 40%;
        }

        .table-mobile td:nth-child(3) p,
        .table-mobile td:nth-child(4) p {
            word-wrap: break-word;
    }

    .table-mobile td:nth-child(3) {
        padding-left: 38px;
    }

    .table-mobile tr.group td {
        width: auto;
    }

    .list-table th:nth-child(1),
    .list-table tr.listFold table td:nth-child(1) {
        /*float: left;*/
        width: 30px;
        display: table-cell;
        vertical-align: top;
    }

    .list-table th:nth-child(2),
    .list-table tr.listFold table td:nth-child(2) {
        width: 100%;
    }

    .list-table th:nth-child(3),
    .list-table tr.listFold table td:nth-child(3) {
        width: 50%;
        float: left;
    }

    .list-table th:nth-child(4),
    .list-table tr.listFold table td:nth-child(4) {
        width: 50%;
        float: left;
    }

    .table-mobile td {
        display: block;
    }

    .mobile-none {
        display: none;
    }

    .fan-tag-wrapper {
        overflow: hidden;
    }

    .fan-tag {
        padding-left: 30px;
        padding-right: 10px;
    }

    /*.table-mobile tbody {
        display: grid;
    }*/
    /*.table-mobile tr {
        display: contents;
    }*/
    /*.table-mobile tr td + td {
        order: 1;
    }*/
    .add-ticket-height {
        height: calc(100% - 42px) !important;
    }

    .typical-ticket-logo {
        height: 40px;
    }

    .brand-logo {
        height: 30px;
        margin-bottom: 5px;
    }

    .typical-ticket-title {
        font-size: 24px !important;
        /*margin-left: 8px;*/
        text-align: center;
    }

    .typical-ticket-desc {
        font-size: 14px !important;
        margin-bottom: 12px;
    }

    .view-ticket-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
        column-gap: 15px;
    }

    .table-ticket-list-header tr.group td {
        width: 94%;
    }
}

/*  Media query end */



/*  grid css */

.grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem)
}

.grid .g-col-1 {
    grid-column: auto/span 1
}

.grid .g-col-2 {
    grid-column: auto/span 2
}

.grid .g-col-3 {
    grid-column: auto/span 3
}

.grid .g-col-4 {
    grid-column: auto/span 4
}

.grid .g-col-5 {
    grid-column: auto/span 5
}

.grid .g-col-6 {
    grid-column: auto/span 6
}

.grid .g-col-7 {
    grid-column: auto/span 7
}

.grid .g-col-8 {
    grid-column: auto/span 8
}

.grid .g-col-9 {
    grid-column: auto/span 9
}

.grid .g-col-10 {
    grid-column: auto/span 10
}

.grid .g-col-11 {
    grid-column: auto/span 11
}

.grid .g-col-12 {
    grid-column: auto/span 12
}

.grid .g-start-1 {
    grid-column-start: 1
}

.grid .g-start-2 {
    grid-column-start: 2
}

.grid .g-start-3 {
    grid-column-start: 3
}

.grid .g-start-4 {
    grid-column-start: 4
}

.grid .g-start-5 {
    grid-column-start: 5
}

.grid .g-start-6 {
    grid-column-start: 6
}

.grid .g-start-7 {
    grid-column-start: 7
}

.grid .g-start-8 {
    grid-column-start: 8
}

.grid .g-start-9 {
    grid-column-start: 9
}

.grid .g-start-10 {
    grid-column-start: 10
}

.grid .g-start-11 {
    grid-column-start: 11
}

@media (min-width: 576px) {
    .grid .g-col-sm-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-sm-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-sm-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-sm-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-sm-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-sm-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-sm-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-sm-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-sm-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-sm-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-sm-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-sm-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-sm-1 {
        grid-column-start: 1
    }

    .grid .g-start-sm-2 {
        grid-column-start: 2
    }

    .grid .g-start-sm-3 {
        grid-column-start: 3
    }

    .grid .g-start-sm-4 {
        grid-column-start: 4
    }

    .grid .g-start-sm-5 {
        grid-column-start: 5
    }

    .grid .g-start-sm-6 {
        grid-column-start: 6
    }

    .grid .g-start-sm-7 {
        grid-column-start: 7
    }

    .grid .g-start-sm-8 {
        grid-column-start: 8
    }

    .grid .g-start-sm-9 {
        grid-column-start: 9
    }

    .grid .g-start-sm-10 {
        grid-column-start: 10
    }

    .grid .g-start-sm-11 {
        grid-column-start: 11
    }
}

@media (min-width: 768px) {
    .grid .g-col-md-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-md-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-md-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-md-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-md-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-md-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-md-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-md-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-md-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-md-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-md-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-md-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-md-1 {
        grid-column-start: 1
    }

    .grid .g-start-md-2 {
        grid-column-start: 2
    }

    .grid .g-start-md-3 {
        grid-column-start: 3
    }

    .grid .g-start-md-4 {
        grid-column-start: 4
    }

    .grid .g-start-md-5 {
        grid-column-start: 5
    }

    .grid .g-start-md-6 {
        grid-column-start: 6
    }

    .grid .g-start-md-7 {
        grid-column-start: 7
    }

    .grid .g-start-md-8 {
        grid-column-start: 8
    }

    .grid .g-start-md-9 {
        grid-column-start: 9
    }

    .grid .g-start-md-10 {
        grid-column-start: 10
    }

    .grid .g-start-md-11 {
        grid-column-start: 11
    }
}

@media (min-width: 992px) {
    .grid .g-col-lg-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-lg-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-lg-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-lg-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-lg-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-lg-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-lg-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-lg-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-lg-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-lg-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-lg-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-lg-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-lg-1 {
        grid-column-start: 1
    }

    .grid .g-start-lg-2 {
        grid-column-start: 2
    }

    .grid .g-start-lg-3 {
        grid-column-start: 3
    }

    .grid .g-start-lg-4 {
        grid-column-start: 4
    }

    .grid .g-start-lg-5 {
        grid-column-start: 5
    }

    .grid .g-start-lg-6 {
        grid-column-start: 6
    }

    .grid .g-start-lg-7 {
        grid-column-start: 7
    }

    .grid .g-start-lg-8 {
        grid-column-start: 8
    }

    .grid .g-start-lg-9 {
        grid-column-start: 9
    }

    .grid .g-start-lg-10 {
        grid-column-start: 10
    }

    .grid .g-start-lg-11 {
        grid-column-start: 11
    }
}

@media (min-width: 1200px) {
    .grid .g-col-xl-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-xl-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-xl-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-xl-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-xl-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-xl-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-xl-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-xl-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-xl-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-xl-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-xl-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-xl-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-xl-1 {
        grid-column-start: 1
    }

    .grid .g-start-xl-2 {
        grid-column-start: 2
    }

    .grid .g-start-xl-3 {
        grid-column-start: 3
    }

    .grid .g-start-xl-4 {
        grid-column-start: 4
    }

    .grid .g-start-xl-5 {
        grid-column-start: 5
    }

    .grid .g-start-xl-6 {
        grid-column-start: 6
    }

    .grid .g-start-xl-7 {
        grid-column-start: 7
    }

    .grid .g-start-xl-8 {
        grid-column-start: 8
    }

    .grid .g-start-xl-9 {
        grid-column-start: 9
    }

    .grid .g-start-xl-10 {
        grid-column-start: 10
    }

    .grid .g-start-xl-11 {
        grid-column-start: 11
    }
}

@media (min-width: 1400px) {
    .grid .g-col-xxl-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-xxl-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-xxl-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-xxl-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-xxl-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-xxl-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-xxl-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-xxl-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-xxl-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-xxl-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-xxl-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-xxl-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-xxl-1 {
        grid-column-start: 1
    }

    .grid .g-start-xxl-2 {
        grid-column-start: 2
    }

    .grid .g-start-xxl-3 {
        grid-column-start: 3
    }

    .grid .g-start-xxl-4 {
        grid-column-start: 4
    }

    .grid .g-start-xxl-5 {
        grid-column-start: 5
    }

    .grid .g-start-xxl-6 {
        grid-column-start: 6
    }

    .grid .g-start-xxl-7 {
        grid-column-start: 7
    }

    .grid .g-start-xxl-8 {
        grid-column-start: 8
    }

    .grid .g-start-xxl-9 {
        grid-column-start: 9
    }

    .grid .g-start-xxl-10 {
        grid-column-start: 10
    }

    .grid .g-start-xxl-11 {
        grid-column-start: 11
    }
}

:root {
    --bd-purple: #4c0bce;
    --bd-violet: #712cf9;
    --bd-accent: #ffe484;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bd-accent-rgb: 255, 228, 132;
    --bd-pink-rgb: 214, 51, 132;
    --bd-teal-rgb: 32, 201, 151;
    --docsearch-primary-color: var(--bd-violet);
    --docsearch-logo-color: var(--bd-violet)
}

.bd-navbar {
    padding: .75rem 0;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(var(--bd-violet-rgb), 1), rgba(var(--bd-violet-rgb), 0.95));
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width: 991.98px) {
    .bd-navbar .bd-navbar-toggle {
        width: 4.25rem
    }
}

.bd-navbar .navbar-toggler {
    padding: 0;
    margin-right: -.5rem;
    border: 0
}

.bd-navbar .navbar-toggler:first-child {
    margin-left: -.5rem
}

.bd-navbar .navbar-toggler .bi {
    width: 1.5rem;
    height: 1.5rem
}

.bd-navbar .navbar-toggler:focus {
    box-shadow: none
}

.bd-navbar .navbar-brand {
    transition: .2s ease-in-out transform
}

.bd-navbar .navbar-brand:hover {
    transform: rotate(-5deg) scale(1.1)
}

.bd-navbar .navbar-toggler,
.bd-navbar .nav-link {
    padding-right: .25rem;
    padding-left: .25rem;
    color: rgba(255, 255, 255, 0.85)
}

.bd-navbar .navbar-toggler:hover,
.bd-navbar .navbar-toggler:focus,
.bd-navbar .nav-link:hover,
.bd-navbar .nav-link:focus {
    color: #fff
}

.bd-navbar .navbar-toggler.active,
.bd-navbar .nav-link.active {
    font-weight: 600;
    color: #fff
}

.bd-navbar .navbar-nav-svg {
    display: inline-block;
    vertical-align: -.125rem
}

.bd-navbar .offcanvas-lg {
    background-color: var(--bd-violet);
    border-left: 0
}

@media (max-width: 991.98px) {
    .bd-navbar .offcanvas-lg {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175)
    }
}

.bd-navbar .dropdown-toggle:focus:not(:focus-visible) {
    outline: 0
}

.bd-navbar .dropdown-menu {
    --bs-dropdown-min-width: 12rem;
    --bs-dropdown-link-hover-bg: rgba(var(--bd-violet-rgb), .1);
    --bs-dropdown-font-size: .875rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
}

.bd-navbar .dropdown-item.current {
    font-weight: 600;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem top 0.6rem;
    background-size: .75rem .75rem
}

.bd-search {
    position: relative
}

@media (min-width: 992px) {
    .bd-search {
        position: absolute;
        top: .875rem;
        left: 50%;
        width: 200px;
        margin-left: -100px
    }
}

@media (min-width: 1200px) {
    .bd-search {
        width: 280px;
        margin-left: -140px
    }
}

.DocSearch-Container {
    --docsearch-muted-color: #6c757d;
    --docsearch-hit-shadow: none;
    z-index: 2000;
    cursor: auto
}

@media (min-width: 992px) {
    .DocSearch-Container {
        padding-top: 4rem
    }
}

.DocSearch-Button {
    --docsearch-searchbox-background: rgba(0, 0, 0, 0.1);
    --docsearch-searchbox-color: #fff;
    --docsearch-searchbox-focus-background: rgba(0, 0, 0, 0.25);
    --docsearch-searchbox-shadow: 0 0 0 0.25rem rgba(255, 228, 132, 0.4);
    --docsearch-text-color: #fff;
    --docsearch-muted-color: rgba(255, 255, 255, 0.65);
    width: 100%;
    height: 38px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: .375rem
}

.DocSearch-Button .DocSearch-Search-Icon {
    opacity: .65
}

.DocSearch-Button:active,
.DocSearch-Button:focus,
.DocSearch-Button:hover {
    border-color: #ffe484
}

.DocSearch-Button:active .DocSearch-Search-Icon,
.DocSearch-Button:focus .DocSearch-Search-Icon,
.DocSearch-Button:hover .DocSearch-Search-Icon {
    opacity: 1
}

@media (max-width: 991.98px) {

    .DocSearch-Button,
    .DocSearch-Button:hover,
    .DocSearch-Button:focus {
        background: transparent;
        border: 0;
        box-shadow: none
    }

    .DocSearch-Button:focus {
        box-shadow: var(--docsearch-searchbox-shadow)
    }
}

@media (max-width: 991.98px) {

    .DocSearch-Button-Keys,
    .DocSearch-Button-Placeholder {
        display: none
    }
}

.DocSearch-Button-Keys {
    min-width: 0;
    padding: .125rem .25rem;
    background: rgba(0, 0, 0, 0.25);
    border-radius: .25rem
}

.DocSearch-Button-Key {
    top: 0;
    width: auto;
    height: 1.25rem;
    padding-right: .125rem;
    padding-left: .125rem;
    margin-right: 0;
    font-size: .875rem;
    background: none;
    box-shadow: none
}

.DocSearch-Commands-Key {
    padding-left: 1px;
    font-size: .875rem;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    box-shadow: none
}

.DocSearch-Form {
    border-radius: var(--bs-border-radius)
}

.DocSearch-Hits mark {
    padding: 0
}

.DocSearch-Hit {
    padding-bottom: 0;
    border-radius: 0
}

.DocSearch-Hit a {
    border-radius: 0;
    border: solid var(--bs-border-color);
    border-width: 0 1px 1px
}

.DocSearch-Hit:first-child a {
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
    border-top-width: 1px
}

.DocSearch-Hit:last-child a {
    border-bottom-right-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius)
}

.DocSearch-Hit-icon {
    display: flex;
    align-items: center
}

.bd-masthead {
    --bd-pink-rgb: 214, 51, 132;
    padding: 3rem 0;
    background-image: linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgba(var(--bs-body-bg-rgb), 1) 85%), radial-gradient(ellipse at top left, rgba(var(--bs-primary-rgb), 0.5), transparent 50%), radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), 0.5), transparent 50%), radial-gradient(ellipse at center right, rgba(var(--bd-violet-rgb), 0.5), transparent 50%), radial-gradient(ellipse at center left, rgba(var(--bd-pink-rgb), 0.5), transparent 50%)
}

.bd-masthead h1 {
    font-size: calc(1.525rem + 3.3vw);
    line-height: 1
}

@media (min-width: 1200px) {
    .bd-masthead h1 {
        font-size: 4rem
    }
}

.bd-masthead .lead {
    font-size: 1rem;
    font-weight: 400;
    color: #495057
}

.bd-masthead .bd-code-snippet {
    margin: 0;
    border-radius: .5rem
}

.bd-masthead .highlight {
    width: 100%;
    padding: .5rem 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgba(var(--bs-body-color-rgb), 0.075);
    border-radius: .5rem
}

@media (min-width: 992px) {
    .bd-masthead .highlight {
        padding-right: 4rem
    }
}

.bd-masthead .btn-clipboard {
    position: absolute;
    top: -.125rem;
    right: 0;
    background-color: transparent
}

.bd-masthead #carbonads {
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .bd-masthead .lead {
        font-size: calc(1.275rem + .3vw)
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .bd-masthead .lead {
        font-size: 1.5rem
    }
}

.masthead-followup .lead {
    font-size: 1rem
}

.masthead-followup .highlight {
    border-radius: .5rem
}

@media (min-width: 768px) {
    .masthead-followup .lead {
        font-size: 1.25rem
    }
}

.bd-btn-lg {
    padding: .8rem 2rem
}

.masthead-followup-icon {
    padding: 1rem;
    color: rgba(var(--bg-rgb), 1);
    background-color: rgba(var(--bg-rgb), 0.1);
    background-blend-mode: multiple;
    border-radius: 1rem;
    mix-blend-mode: darken
}

.masthead-followup-icon svg {
    filter: drop-shadow(0 1px 1px #fff)
}

.masthead-notice {
    background-color: var(--bd-accent);
    box-shadow: inset 0 -1px 1px rgba(var(--bs-body-color-rgb), 0.15), 0 0.25rem 1.5rem rgba(var(--bs-body-bg-rgb), 0.75)
}

#carbonads {
    position: static;
    display: block;
    max-width: 400px;
    padding: 15px 15px 15px 160px;
    margin: 2rem 0;
    overflow: hidden;
    font-size: .8125rem;
    line-height: 1.4;
    text-align: left;
    background-color: #f8f9fa
}

#carbonads a {
    color: #343a40;
    text-decoration: none
}

@media (min-width: 576px) {
    #carbonads {
        border-radius: .5rem
    }
}

.carbon-img {
    float: left;
    margin-left: -145px
}

.carbon-poweredby {
    display: block;
    margin-top: .75rem;
    color: #495057 !important
}

.bd-content>:target {
    padding-top: 5rem;
    margin-top: -5rem
}

.bd-content>h2:not(:first-child) {
    margin-top: 3rem
}

.bd-content>h3 {
    margin-top: 2rem
}

.bd-content>ul li,
.bd-content>ol li {
    margin-bottom: .25rem
}

.bd-content>ul li>p~ul,
.bd-content>ol li>p~ul {
    margin-top: -.5rem;
    margin-bottom: 1rem
}

.bd-content>.table,
.bd-content>.table-responsive .table {
    margin-bottom: 1.5rem;
    font-size: .875rem
}

@media (max-width: 991.98px) {

    .bd-content>.table.table-bordered,
    .bd-content>.table-responsive .table.table-bordered {
        border: 0
    }
}

.bd-content>.table thead,
.bd-content>.table-responsive .table thead {
    border-bottom: 2px solid currentcolor
}

.bd-content>.table tbody:not(:first-child),
.bd-content>.table-responsive .table tbody:not(:first-child) {
    border-top: 2px solid currentcolor
}

.bd-content>.table th:first-child,
.bd-content>.table td:first-child,
.bd-content>.table-responsive .table th:first-child,
.bd-content>.table-responsive .table td:first-child {
    padding-left: 0
}

.bd-content>.table th:not(:last-child),
.bd-content>.table td:not(:last-child),
.bd-content>.table-responsive .table th:not(:last-child),
.bd-content>.table-responsive .table td:not(:last-child) {
    padding-right: 1.5rem
}

.bd-content>.table th,
.bd-content>.table td:first-child>code,
.bd-content>.table-responsive .table th,
.bd-content>.table-responsive .table td:first-child>code {
    white-space: nowrap
}

.table-options td:nth-child(2) {
    min-width: 160px
}

.table-options td:last-child,
.table-utilities td:last-child {
    min-width: 280px
}

.bd-title {
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .bd-title {
        font-size: 3rem
    }
}

.bd-lead {
    font-size: calc(1.275rem + .3vw);
    font-weight: 300
}

@media (min-width: 1200px) {
    .bd-lead {
        font-size: 1.5rem
    }
}

.bd-bg-violet {
    background-color: #712cf9
}

.bi {
    width: 1em;
    height: 1em;
    fill: currentcolor
}

.icon-link {
    display: flex;
    align-items: center;
    -webkit-text-decoration-color: rgba(13, 110, 253, 0.5);
    text-decoration-color: rgba(13, 110, 253, 0.5);
    text-underline-offset: .5rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.icon-link .bi {
    width: 1.5em;
    height: 1.5em;
    transition: .2s ease-in-out transform
}

.icon-link:hover .bi {
    transform: translate3d(5px, 0, 0)
}

@media (min-width: 992px) {
    .border-lg-start {
        border-left: 1px solid #dee2e6
    }
}

.skippy {
    background-color: #4c0bce
}

.skippy a {
    color: #fff
}

@media (min-width: 992px) {
    .bd-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 5rem;
        display: block !important;
        height: calc(100vh - 6rem);
        padding-left: .25rem;
        margin-left: -.25rem;
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .bd-links-nav {
        font-size: .875rem
    }
}

@media (max-width: 991.98px) {
    .bd-links-nav {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .bd-links-nav .bd-links-group {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    .bd-links-nav .bd-links-span-all {
        -moz-column-span: all;
        column-span: all
    }
}

.bd-links-link {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1rem;
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none
}

.bd-links-link:hover,
.bd-links-link:focus,
.bd-links-link.active {
    color: rgba(0, 0, 0, 0.85);
    background-color: rgba(var(--bd-violet-rgb), 0.1)
}

.bd-links-link.active {
    font-weight: 600
}

.bd-gutter {
    --bs-gutter-x: 3rem
}

@media (min-width: 992px) {
    .bd-layout {
        display: grid;
        grid-template-areas: "sidebar main";
        grid-template-columns: 1fr 5fr;
        gap: 1.5rem
    }
}

.bd-sidebar {
    grid-area: sidebar
}

.bd-main {
    grid-area: main
}

@media (max-width: 991.98px) {
    .bd-main {
        max-width: 760px;
        margin-inline: auto
    }
}

@media (min-width: 768px) {
    .bd-main {
        display: grid;
        grid-template-areas: "intro" "toc" "content";
        grid-template-rows: auto auto 1fr;
        gap: inherit
    }
}

@media (min-width: 992px) {
    .bd-main {
        grid-template-areas: "intro   toc" "content toc";
        grid-template-rows: auto 1fr;
        grid-template-columns: 4fr 1fr
    }
}

.bd-intro {
    grid-area: intro
}

.bd-toc {
    grid-area: toc
}

.bd-content {
    grid-area: content;
    min-width: 1px
}

@media (min-width: 992px) {
    .bd-toc {
        position: -webkit-sticky;
        position: sticky;
        top: 5rem;
        right: 0;
        z-index: 2;
        height: calc(100vh - 7rem);
        overflow-y: auto
    }
}

.bd-toc nav {
    font-size: .875rem
}

.bd-toc nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.bd-toc nav ul ul {
    padding-left: 1rem;
    margin-top: .25rem
}

.bd-toc nav li {
    margin-bottom: .25rem
}

.bd-toc nav a {
    color: inherit
}

.bd-toc nav a:not(:hover) {
    text-decoration: none
}

.bd-toc nav a code {
    font: inherit
}

.bd-toc-toggle {
    display: flex;
    align-items: center
}

@media (max-width: 575.98px) {
    .bd-toc-toggle {
        justify-content: space-between;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .bd-toc-toggle {
        border: 1px solid #dee2e6;
        border-radius: .4rem
    }

    .bd-toc-toggle:hover,
    .bd-toc-toggle:focus,
    .bd-toc-toggle:active,
    .bd-toc-toggle[aria-expanded="true"] {
        color: var(--bd-violet);
        background-color: #fff;
        border-color: var(--bd-violet)
    }

    .bd-toc-toggle:focus,
    .bd-toc-toggle[aria-expanded="true"] {
        box-shadow: 0 0 0 3px rgba(var(--bd-violet-rgb), 0.25)
    }
}

@media (max-width: 767.98px) {
    .bd-toc-collapse nav {
        padding: 1.25rem;
        background-color: var(--bs-gray-100);
        border: 1px solid #dee2e6;
        border-radius: .25rem
    }
}

@media (min-width: 768px) {
    .bd-toc-collapse {
        display: block !important
    }
}

.bd-footer a {
    color: #495057;
    text-decoration: none
}

.bd-footer a:hover,
.bd-footer a:focus {
    color: #0d6efd;
    text-decoration: underline
}

.bd-example-snippet {
    border: solid #dee2e6;
    border-width: 1px 0
}

@media (min-width: 768px) {
    .bd-example-snippet {
        border-width: 1px
    }
}

.bd-example {
    --bd-example-padding: 1rem;
    position: relative;
    padding: var(--bd-example-padding);
    margin: 0 -1.5rem;
    border: solid #dee2e6;
    border-width: 1px 0
}

.bd-example::after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 768px) {
    .bd-example {
        --bd-example-padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-top-left-radius: var(--bs-border-radius);
        border-top-right-radius: var(--bs-border-radius)
    }
}

.bd-example+.bd-code-snippet {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: solid #dee2e6;
    border-width: 0 1px 1px
}

.bd-example+p {
    margin-top: 2rem
}

.bd-example>.form-control+.form-control {
    margin-top: .5rem
}

.bd-example>.nav+.nav,
.bd-example>.alert+.alert,
.bd-example>.navbar+.navbar,
.bd-example>.progress+.progress {
    margin-top: 1rem
}

.bd-example>.dropdown-menu {
    position: static;
    display: block
}

.bd-example>:last-child {
    margin-bottom: 0
}

.bd-example>hr:last-child {
    margin-bottom: 1rem
}

.bd-example>svg+svg,
.bd-example>img+img {
    margin-left: .5rem
}

.bd-example>.btn,
.bd-example>.btn-group {
    margin: .25rem .125rem
}

.bd-example>.btn-toolbar+.btn-toolbar {
    margin-top: .5rem
}

.bd-example>.list-group {
    max-width: 400px
}

.bd-example>[class*="list-group-horizontal"] {
    max-width: 100%
}

.bd-example .fixed-top,
.bd-example .sticky-top {
    position: static;
    margin: calc(var(--bd-example-padding) * -1) calc(var(--bd-example-padding) * -1) var(--bd-example-padding)
}

.bd-example .fixed-bottom,
.bd-example .sticky-bottom {
    position: static;
    margin: var(--bd-example-padding) calc(var(--bd-example-padding) * -1) calc(var(--bd-example-padding) * -1)
}

.bd-example .pagination {
    margin-bottom: 0
}

.bd-example-row [class^="col"],
.bd-example-cssgrid .grid>* {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(var(--bd-violet-rgb), 0.1);
    border: 1px solid rgba(var(--bd-violet-rgb), 0.25)
}

.bd-example-row .row+.row,
.bd-example-cssgrid .grid+.grid {
    margin-top: 1rem
}

.bd-example-row-flex-cols .row {
    min-height: 10rem;
    background-color: rgba(255, 0, 0, 0.1)
}

.bd-example-flex div {
    background-color: rgba(76, 11, 206, 0.15);
    border: 1px solid rgba(76, 11, 206, 0.15)
}

.example-container {
    width: 800px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

.example-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.example-content-main {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

@media (min-width: 576px) {
    .example-content-main {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width: 992px) {
    .example-content-main {
        flex: 0 0 auto;
        width: 66.666667%
    }
}

.example-content-secondary {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

@media (min-width: 576px) {
    .example-content-secondary {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width: 992px) {
    .example-content-secondary {
        flex: 0 0 auto;
        width: 33.333333%
    }
}

.bd-example-ratios .ratio {
    display: inline-block;
    width: 10rem;
    color: #6c757d;
    background-color: #f8f9fa;
    border: var(--bs-border-width) solid var(--bs-border-color)
}

.bd-example-ratios .ratio>div {
    display: flex;
    align-items: center;
    justify-content: center
}

.bd-example-ratios-breakpoint .ratio-4x3 {
    width: 16rem
}

@media (min-width: 768px) {
    .bd-example-ratios-breakpoint .ratio-4x3 {
        --bs-aspect-ratio: 50%
    }
}

.bd-example-offcanvas .offcanvas {
    position: static;
    display: block;
    height: 200px;
    visibility: visible;
    transform: translate(0)
}

.tooltip-demo a {
    white-space: nowrap
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary)
}

.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: var(--bs-primary);
    --bs-popover-header-bg: var(--bs-primary);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem
}

.scrollspy-example {
    height: 200px;
    margin-top: .5rem;
    overflow: auto
}

.scrollspy-example-2 {
    height: 350px;
    overflow: auto
}

.simple-list-example-scrollspy .active {
    background-color: rgba(var(--bd-violet-rgb), 0.15)
}

.bd-example-border-utils [class^="border"] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #f5f5f5
}

.bd-example-rounded-utils [class*="rounded"] {
    margin: .25rem
}

.bd-example-position-utils {
    position: relative;
    padding: 2rem
}

.bd-example-position-utils .position-relative {
    height: 200px;
    background-color: #f5f5f5
}

.bd-example-position-utils .position-absolute {
    width: 2rem;
    height: 2rem;
    background-color: #212529;
    border-radius: .375rem
}

.bd-example-position-examples::after {
    content: none
}

.bd-example-placeholder-cards::after {
    display: none
}

.bd-example-placeholder-cards .card {
    width: 18rem
}

.bd-example-toasts {
    min-height: 240px
}

.highlight {
    position: relative;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1rem;
    background-color: var(--bs-gray-100)
}

@media (min-width: 768px) {
    .highlight {
        padding: .75rem 1.25rem;
        border-radius: var(--bs-border-radius)
    }
}

.highlight pre {
    padding: 0;
    margin-top: .625rem;
    margin-right: 1.875rem;
    margin-bottom: .625rem;
    white-space: pre;
    background-color: transparent;
    border: 0
}

.highlight pre code {
    font-size: inherit;
    color: #212529;
    word-wrap: normal
}

.bd-code-snippet {
    margin: 0 -1.5rem 1rem
}

.bd-code-snippet .highlight {
    margin-bottom: 0
}

.bd-code-snippet .bd-example {
    margin: 0;
    border: 0
}

@media (min-width: 768px) {
    .bd-code-snippet {
        margin-right: 0;
        margin-left: 0;
        border-radius: .375rem
    }
}

.highlight-toolbar {
    border: solid #dee2e6;
    border-width: 1px 0
}

.btn-bd-primary {
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet);
    --bs-btn-border-color: var(--bd-violet);
    --bs-btn-border-radius: .5rem;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8
}

.btn-bd-accent {
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bd-accent);
    --bs-btn-border-color: var(--bd-accent);
    --bs-btn-hover-color: var(--bd-dark);
    --bs-btn-hover-bg: var(--bd-accent);
    --bs-btn-hover-border-color: var(--bd-accent);
    --bs-btn-focus-shadow-rgb: var(--bd-accent-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: var(--bs-btn-hover-bg);
    --bs-btn-active-border-color: var(--bs-btn-hover-border-color)
}

.btn-bd-light {
    --bs-btn-color: var(--bs-gray-600);
    --bs-btn-border-color: var(--bs-gray-400);
    --bs-btn-hover-color: var(--bd-violet);
    --bs-btn-hover-border-color: var(--bd-violet);
    --bs-btn-active-color: var(--bd-violet);
    --bs-btn-active-bg: var(--bs-white);
    --bs-btn-active-border-color: var(--bd-violet);
    --bs-btn-focus-border-color: var(--bd-violet);
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb)
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300))
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout>:last-child {
    margin-bottom: 0
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout .highlight {
    background-color: rgba(0, 0, 0, 0.05)
}

.bd-callout-info {
    --bd-callout-bg: rgba(var(--bs-info-rgb), .075);
    --bd-callout-border: rgba(var(--bs-info-rgb), .5)
}

.bd-callout-warning {
    --bd-callout-bg: rgba(var(--bs-warning-rgb), .075);
    --bd-callout-border: rgba(var(--bs-warning-rgb), .5)
}

.bd-callout-danger {
    --bd-callout-bg: rgba(var(--bs-danger-rgb), .075);
    --bd-callout-border: rgba(var(--bs-danger-rgb), .5)
}

.bd-brand-logos {
    color: #712cf9
}

.bd-brand-logos .inverse {
    color: #fff;
    background-color: #712cf9
}

.bd-brand-item+.bd-brand-item {
    border-top: 1px solid #fff
}

@media (min-width: 768px) {
    .bd-brand-item+.bd-brand-item {
        border-top: 0;
        border-left: 1px solid #fff
    }
}

.color-swatches {
    margin: 0 -5px
}

.color-swatches .bd-purple {
    background-color: #4c0bce
}

.color-swatches .bd-purple-light {
    background-color: #d5c1fd
}

.color-swatches .bd-purple-lighter {
    background-color: #e5e1ea
}

.color-swatches .bd-gray {
    background-color: #f9f9f9
}

.color-swatch {
    width: 4rem;
    height: 4rem
}

@media (min-width: 768px) {
    .color-swatch {
        width: 6rem;
        height: 6rem
    }
}

.swatch-blue {
    color: #fff;
    background-color: #0d6efd
}

.swatch-blue::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "4.50" "\a" "4.50" "\a" "4.66";
    background-color: #0d6efd;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-indigo {
    color: #fff;
    background-color: #6610f2
}

.swatch-indigo::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "7.18" "\a" "7.18" "\a" "2.92";
    background-color: #6610f2;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-purple {
    color: #fff;
    background-color: #6f42c1
}

.swatch-purple::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "6.51" "\a" "6.51" "\a" "3.22";
    background-color: #6f42c1;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-pink {
    color: #fff;
    background-color: #d63384
}

.swatch-pink::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "4.50" "\a" "4.50" "\a" "4.66";
    background-color: #d63384;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-red {
    color: #fff;
    background-color: #dc3545
}

.swatch-red::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "4.52" "\a" "4.52" "\a" "4.63";
    background-color: #dc3545;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-orange {
    color: #000;
    background-color: #fd7e14
}

.swatch-orange::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "8.17" "\a" "2.57" "\a" "8.17";
    background-color: #fd7e14;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-yellow {
    color: #000;
    background-color: #ffc107
}

.swatch-yellow::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "12.8" "\a" "1.63" "\a" "12.8";
    background-color: #ffc107;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-green {
    color: #fff;
    background-color: #198754
}

.swatch-green::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "4.53" "\a" "4.53" "\a" "4.63";
    background-color: #198754;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-teal {
    color: #000;
    background-color: #20c997
}

.swatch-teal::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "9.86" "\a" "2.12" "\a" "9.86";
    background-color: #20c997;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-cyan {
    color: #000;
    background-color: #0dcaf0
}

.swatch-cyan::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "10.7" "\a" "1.95" "\a" "10.7";
    background-color: #0dcaf0;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-black {
    color: #fff;
    background-color: #000
}

.swatch-black::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "21" "\a" "21" "\a" "1";
    background-color: #000;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-white {
    color: #000;
    background-color: #fff
}

.swatch-white::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "21" "\a" "1" "\a" "21";
    background-color: #fff;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-gray {
    color: #fff;
    background-color: #6c757d
}

.swatch-gray::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "4.68" "\a" "4.68" "\a" "4.47";
    background-color: #6c757d;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-gray-dark {
    color: #fff;
    background-color: #343a40
}

.swatch-gray-dark::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "11.5" "\a" "11.5" "\a" "1.82";
    background-color: #343a40;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-gray-500 {
    color: #000;
    background-color: #adb5bd
}

.swatch-gray-500::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "10.1" "\a" "2.07" "\a" "10.1";
    background-color: #adb5bd;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.bd-blue-100 {
    color: #000;
    background-color: #cfe2ff
}

.bd-blue-200 {
    color: #000;
    background-color: #9ec5fe
}

.bd-blue-300 {
    color: #000;
    background-color: #6ea8fe
}

.bd-blue-400 {
    color: #000;
    background-color: #3d8bfd
}

.bd-blue-500 {
    color: #fff;
    background-color: #0d6efd
}

.bd-blue-600 {
    color: #fff;
    background-color: #0a58ca
}

.bd-blue-700 {
    color: #fff;
    background-color: #084298
}

.bd-blue-800 {
    color: #fff;
    background-color: #052c65
}

.bd-blue-900 {
    color: #fff;
    background-color: #031633
}

.bd-indigo-100 {
    color: #000;
    background-color: #e0cffc
}

.bd-indigo-200 {
    color: #000;
    background-color: #c29ffa
}

.bd-indigo-300 {
    color: #000;
    background-color: #a370f7
}

.bd-indigo-400 {
    color: #fff;
    background-color: #8540f5
}

.bd-indigo-500 {
    color: #fff;
    background-color: #6610f2
}

.bd-indigo-600 {
    color: #fff;
    background-color: #520dc2
}

.bd-indigo-700 {
    color: #fff;
    background-color: #3d0a91
}

.bd-indigo-800 {
    color: #fff;
    background-color: #290661
}

.bd-indigo-900 {
    color: #fff;
    background-color: #140330
}

.bd-purple-100 {
    color: #000;
    background-color: #e2d9f3
}

.bd-purple-200 {
    color: #000;
    background-color: #c5b3e6
}

.bd-purple-300 {
    color: #000;
    background-color: #a98eda
}

.bd-purple-400 {
    color: #000;
    background-color: #8c68cd
}

.bd-purple-500 {
    color: #fff;
    background-color: #6f42c1
}

.bd-purple-600 {
    color: #fff;
    background-color: #59359a
}

.bd-purple-700 {
    color: #fff;
    background-color: #432874
}

.bd-purple-800 {
    color: #fff;
    background-color: #2c1a4d
}

.bd-purple-900 {
    color: #fff;
    background-color: #160d27
}

.bd-pink-100 {
    color: #000;
    background-color: #f7d6e6
}

.bd-pink-200 {
    color: #000;
    background-color: #efadce
}

.bd-pink-300 {
    color: #000;
    background-color: #e685b5
}

.bd-pink-400 {
    color: #000;
    background-color: #de5c9d
}

.bd-pink-500 {
    color: #fff;
    background-color: #d63384
}

.bd-pink-600 {
    color: #fff;
    background-color: #ab296a
}

.bd-pink-700 {
    color: #fff;
    background-color: #801f4f
}

.bd-pink-800 {
    color: #fff;
    background-color: #561435
}

.bd-pink-900 {
    color: #fff;
    background-color: #2b0a1a
}

.bd-red-100 {
    color: #000;
    background-color: #f8d7da
}

.bd-red-200 {
    color: #000;
    background-color: #f1aeb5
}

.bd-red-300 {
    color: #000;
    background-color: #ea868f
}

.bd-red-400 {
    color: #000;
    background-color: #e35d6a
}

.bd-red-500 {
    color: #fff;
    background-color: #dc3545
}

.bd-red-600 {
    color: #fff;
    background-color: #b02a37
}

.bd-red-700 {
    color: #fff;
    background-color: #842029
}

.bd-red-800 {
    color: #fff;
    background-color: #58151c
}

.bd-red-900 {
    color: #fff;
    background-color: #2c0b0e
}

.bd-orange-100 {
    color: #000;
    background-color: #ffe5d0
}

.bd-orange-200 {
    color: #000;
    background-color: #fecba1
}

.bd-orange-300 {
    color: #000;
    background-color: #feb272
}

.bd-orange-400 {
    color: #000;
    background-color: #fd9843
}

.bd-orange-500 {
    color: #000;
    background-color: #fd7e14
}

.bd-orange-600 {
    color: #000;
    background-color: #ca6510
}

.bd-orange-700 {
    color: #fff;
    background-color: #984c0c
}

.bd-orange-800 {
    color: #fff;
    background-color: #653208
}

.bd-orange-900 {
    color: #fff;
    background-color: #331904
}

.bd-yellow-100 {
    color: #000;
    background-color: #fff3cd
}

.bd-yellow-200 {
    color: #000;
    background-color: #ffe69c
}

.bd-yellow-300 {
    color: #000;
    background-color: #ffda6a
}

.bd-yellow-400 {
    color: #000;
    background-color: #ffcd39
}

.bd-yellow-500 {
    color: #000;
    background-color: #ffc107
}

.bd-yellow-600 {
    color: #000;
    background-color: #cc9a06
}

.bd-yellow-700 {
    color: #000;
    background-color: #997404
}

.bd-yellow-800 {
    color: #fff;
    background-color: #664d03
}

.bd-yellow-900 {
    color: #fff;
    background-color: #332701
}

.bd-green-100 {
    color: #000;
    background-color: #d1e7dd
}

.bd-green-200 {
    color: #000;
    background-color: #a3cfbb
}

.bd-green-300 {
    color: #000;
    background-color: #75b798
}

.bd-green-400 {
    color: #000;
    background-color: #479f76
}

.bd-green-500 {
    color: #fff;
    background-color: #198754
}

.bd-green-600 {
    color: #fff;
    background-color: #146c43
}

.bd-green-700 {
    color: #fff;
    background-color: #0f5132
}

.bd-green-800 {
    color: #fff;
    background-color: #0a3622
}

.bd-green-900 {
    color: #fff;
    background-color: #051b11
}

.bd-teal-100 {
    color: #000;
    background-color: #d2f4ea
}

.bd-teal-200 {
    color: #000;
    background-color: #a6e9d5
}

.bd-teal-300 {
    color: #000;
    background-color: #79dfc1
}

.bd-teal-400 {
    color: #000;
    background-color: #4dd4ac
}

.bd-teal-500 {
    color: #000;
    background-color: #20c997
}

.bd-teal-600 {
    color: #000;
    background-color: #1aa179
}

.bd-teal-700 {
    color: #fff;
    background-color: #13795b
}

.bd-teal-800 {
    color: #fff;
    background-color: #0d503c
}

.bd-teal-900 {
    color: #fff;
    background-color: #06281e
}

.bd-cyan-100 {
    color: #000;
    background-color: #cff4fc
}

.bd-cyan-200 {
    color: #000;
    background-color: #9eeaf9
}

.bd-cyan-300 {
    color: #000;
    background-color: #6edff6
}

.bd-cyan-400 {
    color: #000;
    background-color: #3dd5f3
}

.bd-cyan-500 {
    color: #000;
    background-color: #0dcaf0
}

.bd-cyan-600 {
    color: #000;
    background-color: #0aa2c0
}

.bd-cyan-700 {
    color: #fff;
    background-color: #087990
}

.bd-cyan-800 {
    color: #fff;
    background-color: #055160
}

.bd-cyan-900 {
    color: #fff;
    background-color: #032830
}

.bd-gray-100 {
    color: #000;
    background-color: #f8f9fa
}

.bd-gray-200 {
    color: #000;
    background-color: #e9ecef
}

.bd-gray-300 {
    color: #000;
    background-color: #dee2e6
}

.bd-gray-400 {
    color: #000;
    background-color: #ced4da
}

.bd-gray-500 {
    color: #000;
    background-color: #adb5bd
}

.bd-gray-600 {
    color: #fff;
    background-color: #6c757d
}

.bd-gray-700 {
    color: #fff;
    background-color: #495057
}

.bd-gray-800 {
    color: #fff;
    background-color: #343a40
}

.bd-gray-900 {
    color: #fff;
    background-color: #212529
}

.bd-white {
    color: #000;
    background-color: #fff
}

.bd-black {
    color: #fff;
    background-color: #000
}

.bd-clipboard,
.bd-edit {
    position: relative;
    display: none;
    float: right
}

.bd-clipboard+.highlight,
.bd-edit+.highlight {
    margin-top: 0
}

@media (min-width: 768px) {

    .bd-clipboard,
    .bd-edit {
        display: block
    }
}

.btn-clipboard,
.btn-edit {
    display: block;
    padding: .5em;
    line-height: 1;
    color: #212529;
    background-color: #f8f9fa;
    border: 0;
    border-radius: .25rem
}

.btn-clipboard:hover,
.btn-edit:hover {
    color: #0d6efd
}

.btn-clipboard:focus,
.btn-edit:focus {
    z-index: 3
}

.btn-clipboard {
    position: relative;
    z-index: 2;
    margin-top: .75rem;
    margin-right: .75rem
}

.bd-placeholder-img {
    font-size: 1.125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-anchor: middle
}

.bd-placeholder-img-lg {
    font-size: calc(1.475rem + 2.7vw)
}

@media (min-width: 1200px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }
}

:root {
    --base00: #fff;
    --base01: #f5f5f5;
    --base02: #c8c8fa;
    --base03: #565c64;
    --base04: #030303;
    --base05: #333;
    --base06: #fff;
    --base07: #9a6700;
    --base08: #bc4c00;
    --base09: #087990;
    --base0A: #795da3;
    --base0B: #183691;
    --base0C: #183691;
    --base0D: #795da3;
    --base0E: #a71d5d;
    --base0F: #333
}

.hl {
    background-color: var(--base02)
}

.c {
    color: var(--base03)
}

.err {
    color: var(--base08)
}

.k {
    color: var(--base0E)
}

.l {
    color: var(----base09)
}

.n {
    color: var(--base08)
}

.o {
    color: var(--base05)
}

.p {
    color: var(--base05)
}

.cm {
    color: var(--base04)
}

.cp {
    color: var(--base08)
}

.c1 {
    color: var(--base03)
}

.cs {
    color: var(--base04)
}

.gd {
    color: var(--base08)
}

.ge {
    font-style: italic
}

.gh {
    font-weight: 600;
    color: #fff
}

.gi {
    color: var(--bs-success)
}

.gp {
    font-weight: 600;
    color: var(--base04)
}

.gs {
    font-weight: 600
}

.gu {
    font-weight: 600;
    color: var(--base0C)
}

.kc {
    color: var(--base0E)
}

.kd {
    color: var(--base0E)
}

.kn {
    color: var(--base0C)
}

.kp {
    color: var(--base0E)
}

.kr {
    color: var(--base0E)
}

.kt {
    color: var(--base0A)
}

.ld {
    color: var(--base0C)
}

.m {
    color: var(--base09)
}

.s {
    color: var(--base0C)
}

.na {
    color: var(--base0A)
}

.nb {
    color: var(--base05)
}

.nc {
    color: var(--base07)
}

.no {
    color: var(--base08)
}

.nd {
    color: var(--base07)
}

.ni {
    color: var(--base08)
}

.ne {
    color: var(--base08)
}

.nf {
    color: var(--base0B)
}

.nl {
    color: var(--base05)
}

.nn {
    color: var(--base0A)
}

.nx {
    color: var(--base0A)
}

.py {
    color: var(--base08)
}

.nt {
    color: var(--base08)
}

.nv {
    color: var(--base08)
}

.ow {
    color: var(--base0C)
}

.w {
    color: #fff
}

.mf {
    color: var(--base09)
}

.mh {
    color: var(--base09)
}

.mi {
    color: var(--base09)
}

.mo {
    color: var(--base09)
}

.sb {
    color: var(--base0C)
}

.sc {
    color: #fff
}

.sd {
    color: var(--base04)
}

.s2 {
    color: var(--base0C)
}

.se {
    color: var(--base09)
}

.sh {
    color: var(--base0C)
}

.si {
    color: var(--base09)
}

.sx {
    color: var(--base0C)
}

.sr {
    color: var(--base0C)
}

.s1 {
    color: var(--base0C)
}

.ss {
    color: var(--base0C)
}

.bp {
    color: var(--base05)
}

.vc {
    color: var(--base08)
}

.vg {
    color: var(--base08)
}

.vi {
    color: var(--base08)
}

.il {
    color: var(--base09)
}

.m+.o {
    color: var(--base03)
}

.language-sh .c {
    color: var(--base03)
}

.chroma .language-bash .line::before,
.chroma .language-sh .line::before {
    color: #777;
    content: "$ ";
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chroma .language-powershell::before {
    color: #009;
    content: "PM> ";
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.anchor-link {
    padding: 0 .175rem;
    font-weight: 400;
    color: rgba(13, 110, 253, 0.5);
    text-decoration: none;
    opacity: 0;
    transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .anchor-link {
        transition: none
    }
}

.anchor-link::after {
    content: "#"
}

.anchor-link:focus,
.anchor-link:hover,
:hover>.anchor-link,
:target>.anchor-link {
    color: #0d6efd;
    text-decoration: none;
    opacity: 1
}


/*  grid css */
.footer {
    background: #f1bf0a;
}

.footer ul li {
    list-style: none;
}

.footer ul li a {
    color: #404040;
    text-decoration: none;
}

.nav-logo {

    width: auto;
    height: 44px;
}

.home_border {
    /*width: 100%;*/
    /*height: 250px;*/
    /*margin: auto;*/
    /*border: 2px solid #122454;*/
    /*border-radius: 5px;*/

    width: 100%;
    height: 250px;
    margin: auto;
    border: 2px solid #122454;
    border-radius: 5px;
    object-fit: cover;
    max-width: 400px;
}

.btn-primary {
    background: #122454 !important;
    border-color: #122454;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #122454;
    border-color: #122454;
}

.btn-primary:hover {
    color: #fff;
    background-color: #122454;
    border-color: #122454;
}

.bg1 {
    background: url('../images/bg1.png');
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;

}

.lh-25 {
    line-height: 25px !important;
}

.lh-27 {
    line-height: 27px !important;
}

.lable-form-control {
    display: block;
    /* height: calc(2.25rem + 2px); */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
}

.video {
    width: 100%;
}

.wrapper {
    display: grid;
    width: auto;
    position: relative;
    width: 100%;
}

.playpause {
    /* background-image:url(https://www.freepnglogos.com/uploads/play-button-png/index-media-cover-art-play-button-overlay-5.png); */
    background-repeat: no-repeat;
    width: 20%;
    height: 20%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.h-inherit {
    /* height: inherit; */
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.no-ticket-image {
    width: 245px;
    height: 286px;
    left: 632px;
    top: 429px;
    margin-right: 20px;

    background: url(BANBAT-GRNTM_FC.png);
    mix-blend-mode: darken;
}


/* Add border to Navbar */

.addBorder {
    border: 3px solid #546183;
    border-radius: 6px !important;
}

.addBorder:hover {
    background-color: #fafafa;
    border-radius: 6px !important;
}

.addBg {
    background: #122454 !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    border: 5px solid #122454 !important;
}

.custom-tooltip {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.custom-tooltip span.tooltip-box {
    margin-left: -999em;
    position: absolute;
    display: none;
    padding: 13px 17px;
    background: #f2f2f2;
    border: 1px solid #122454;
}

.custom-tooltip:hover span.tooltip-box {
    display: block;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    left: 1em;
    top: 3em;
    z-index: 20;
    transition: opacity 0.8s ease-out, bottom 0.3s ease-out;
    margin-left: 0;
    color: #000;
    font-size: 12px;
    width: 300px;
}


/*** Datatble navigavtion css***/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.1rem !important;
}

.page-item .page-link {
    border-color: #122454;
    color: #122454;
}

.dataTables_paginate .page-link {
    padding: .35rem .5rem;
}

.page-item.disabled .page-link {
    border-color: #999999;
    color: #999999;
    background-color: #fff;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #122454;
    border-color: #122454;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
    border-color: transparent !important;
}

.dataTables_length {
    position: relative;
    z-index: 999;
}

.table-responsive div.dataTables_wrapper div.dataTables_processing {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.2rem 0;
}

.select2-container--default .selection,
.select2-container--default .select2-selection--multiple {
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(12.5px) !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-style: italic !important;
}

.list-today-new {
    background: #122454;
    display: inline-block;
    padding: 18px 18px;
    position: relative;
    width: 100%;
}
.logo-list{
    column-gap: 10px;
}
.typical-ticket-logo {
    height: 40px;
    margin-bottom: 5px;
}
.brand-logo {
    height: 30px;
    margin-bottom: 5px;
}
.typical-ticket-logo:last-child {
    margin-left: 10px;
}
.typical-ticket-title {
    color: #f7cd44;
    font-size: 35px;
    margin-bottom: 0px;
    font-weight: 700;
}

.typical-ticket-desc {
    color: #fff;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 500;
}

.typical-ticket-highlight-desc {
    color: #f7cd44;
    font-size: 22px;
    margin-bottom: 14px;
    font-weight: 600;
}

.makepay table.dataTable tbody th,
.makepay table.dataTable tbody td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}

#inputPhone {
    min-width: 64%;
}

@supports (-webkit-backdrop-filter: blur(12.5px)) {
    header nav.navbar {
        -webkit-backdrop-filter: blur(12.5px);
        backdrop-filter: blur(12.5px);
    }

    .card.account-card {
        background: rgba(255, 255, 255, 1);
        border: 2px solid #122454;
        -webkit-backdrop-filter: blur(12.5px);
        backdrop-filter: blur(12.5px);
    }

    .modal {
        backdrop-filter: blur(12.5px);
        -webkit-backdrop-filter: blur(12.5px);
    }
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    outline: none !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single:focus, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus {
    outline: none !important;
}
.ticket-qty-wrapper .plusminus, .ticket-qty-wrapper .num {
    outline: none;
}
.ticket-qty-wrapper input[type="number"]:focus, .ticket-qty-wrapper .num:focus {
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
}



.dataTables_empty {
    width: 100% !important;
}
.multiple-selection .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.multiple-selection .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 5px;
    vertical-align: middle;
}

.multiple-selection .select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #000;
    background-color: #ffffff;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .multiple-selection .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .multiple-selection .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .multiple-selection .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .multiple-selection .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .multiple-selection .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .multiple-selection .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .multiple-selection .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.select2-selection .multiple-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .multiple-selection .select2-results__option:before,
.select-icon .multiple-selection .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}

table.inner-table {
    background-color: #f4f4f4;
}

table.inner-table tbody th,
table.inner-table tbody td {
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
}

.no-records {
    /* background-color: #ffeeee; */
    /* Customize the background color for the "No records found" row */

    text-align: center;
    font-weight: bold;
}

.custom-error,
.custom-password-error,
.show_email_error {
    color: #A81111 !important;
    background: #FFECEC !important;
    align-items: center !important;
    padding: 4px 10px;
    margin-top: 0.5rem !important;
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    border-radius: 4px;
}
