.custom-card {
    box-shadow: 0 0 10px #ddd;
    border: none;
    border-radius: 10px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.form-control-sm {
    border: 1px solid #ddd;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-control-sm {
    height:40px;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.custom-border {
    border: 1px solid #ddd;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custom-box {
    min-height: 100%;
}

.rounded {
    border-radius: 0.25rem !important;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.custom-table-heading {
    background-color: #F89521 !important;
}


.form-check {

    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-inline {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check.form-check-inline {
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

button, input {
    overflow: visible;
}

.form-check-label {
    /* margin-bottom: 0; */
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.key_icon {
    height: 25px;
}

img {
    vertical-align: middle;
    border-style: none;
}

.pay-btn {
    border-radius: 17px;
    width: 139px;
}

#payBtn {
    color: #fff;
    background-color: #F89521;
    border-color: #F89521;
    border-radius: 5px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table-sm td, .table-sm th {
    padding: 0.3rem;
}

.otp-verification-max {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}
.otp-verification-form .phone {
    width: 100%;
}
.event-details.sec-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}



.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
}
.modal-content-full {
    position: relative;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 1000px;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-content-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a#openModalBtn {
    color: #18806d;
    font-weight: 600;
    display: inline-block;
}