p {
    font-size: 15px !important;
}

.modal-content {
    /*width: 100%; /* Adjust the width as needed */
    padding: 0px !important;
}

.modal-header {
    background-color: #009aa6; /* Change this to your preferred color */
    border-radius: 12px 12px 0px 0px;
    color: white;
}

    .modal-header .close {
        margin-top: -12px;
    }

table thead {
    background-color: #0277B6;
    color: white;
}

table thead tr th a {
    color: white;
}

.modal-footer {
    justify-content: flex-end;
    justify-content: right !important;
}

.centerdivv {
    display: flex; /* Make the div a flex container */
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
    height: 8vh; /* Set the height to 100% of the viewport height */
}

.removeMarginP {
    margin-top: 0px;
}

.modal-content {
    padding: 0px;
}

.pads {
    padding: 0px 17px 17px 17px;
}

/*.modal-dialog {
    width: 100%;
    max-width: none;
}*/


@media (min-width: 576px) {
    .modal-dialog {
        width: 800px;
        /*margin: 13.75rem auto;*/
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 800px;
    }
}


.headerRegistration {
    color: #4a4a4a;
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
    display: inline-block;
}

.custbutdiv {
    padding-left: 0px;
    margin-bottom: 3%;
}

.dualelementstotalandcheckout {
    margin-bottom: 3%;
}

.controlptag {
    margin-bottom: 0px;
}

.labelcontrol {
    font-size: 20px;
    padding-left: 0px;
    text-align: left;
}

.blocklabel {
    float: left;
    padding-top: 13px;
}

.blockcheckout {
    float: right
}


.btn {
    background-color: #9ccce4;
    border: none;
    color: white;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    margin-bottom: 3%;
    display: inline-block;
    border-radius: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-width: thin;
    border-color: #0e727a;
    border-style: solid;
}

.buttonmadecustom disabled {
    background-color: #bfc4c7;
}


.modallbutton {
    background-color: #bfd3d8;
    border: none;
    color: white;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    margin-bottom: 3%;
    display: inline-block;
    border-radius: 7px;
    padding: 7px;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.remove-padding-left {
    padding-left: 0 !important;
}

.remove-padding-right {
    padding-right: 0 !important;
}

.custombuttonprop {
    background-color: #aed3d3;
    color: black;
}

    .custombuttonprop:hover {
        background-color: #4c5456;
        color: white;
    }


.marginTop {
    margin-top: 2%;
}

.card {
    margin-bottom: 10px;
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.2);
    padding: 3%;
}

.card-body {
    padding: 20px 20px 10px;
    background-color: #009aa63d;
}

.card-body-eventlist {
    min-height: 140px;
}

.card-body-title {
    margin-top: 3%;
    margin-bottom: 5px;
}

.font-weight-500 {
    font-weight: 500;
}

.margin-0 {
    margin: 0px;
}

div.col-xs-6 h3 {
    margin-top: 0px;
}



div.col-xs-6 h3 {
    color: #007bff;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
}

.leftRifhtMarginzero {
    padding-left: 0px;
    padding-right: 0px;
}

.card-body p {
    color: #6c757d;
    margin-bottom: 10px;
}

.textRed {
    color: #FF0000;
    font-size: 16px;
    /*font-weight: 650;*/
}

.selectcheckbox {
    color: #FF0000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 3%;
}

.form-check {
    float: right;
}

.form-check-input {
    transform: scale(1.3);
}

.form-check-label {
    margin-left: 5px;
    /*font-size: 16px;*/
}

#fade-wrapper {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
}

label {
    font-weight: normal;
}

.my-img-container {
    position: relative;
    padding-top: 50%;
}

    .my-img-container:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        border: 2px solid red;
        border-color: transparent red transparent red;
        border-radius: 50%;
        animation: loader 1s linear infinite;
    }

    .my-img-container > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        height: 100% !important;
    }

.modal-dialog {
    max-width: 800px !important;
}

.notify-icon {
    font-size: 18px;
    color: blue;
    margin-left: 5px;
    cursor: pointer;
}

.alert-message {
    padding-left: 4px !important;
    font-size: 16px !important;
}

.alert-close {
    color: white !important;
}
.modal-body-alert {
    min-height:80px !important;
}
.modal-dialog-alert {
    width: 600px !important;
}

.loader-wrapper {
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 100000;
    opacity: 0.5;
    bottom: 0;
}

.loader-circle {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.success-section {
    margin-left:25px;
    margin-right:25px;
    margin-bottom:25px;
    padding:25px;
    font-size:larger;
}

.msg-center-x-large {
    font-size: x-large;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 10%;
    margin-right: 10%;
}

.msg-center-large {
    font-size: large !important;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 10%;
    margin-right: 10%;
}
.msg-center-large-link {
    font-size: large !important;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.required {
    color: red;
}
.border-required {
    border: 1px solid red !important;
}