* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

body {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #505050;
    background-color: #ffffff;
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right center;
}

::placeholder {
    font-size: 14px;
}

.header {
    background-color: #ffffff;
    padding: 10px 0;
    box-shadow: 0px 6px 28px -8px rgb(143 57 144 / 21%);
}

.login-menu {
    position: fixed;
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    text-align: right;
    z-index: 11111;
}

.login-menu a {
    display: inline-block;
    padding: 10px 10px 10px 15px;
    margin: 0 0 5px;
    border-radius: 30px 0 0 30px;
    transition: 0.3s;
}

.login-menu li:nth-child(1) a {
    color: #000;
    background: #efa440;
}

.login-menu li:nth-child(2) a {
    color: #ffffff;
    background: #75c500;
}

.login-menu a:hover {
    padding: 10px 20px 10px 15px;
}


/*notification*/

.notification {
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    z-index: 11111;
}

.notify-box-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.notify-box {
    max-width: 600px;
    width: 90%;
    margin: auto;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    font-size: 16px;
}

ul.can_policy li {
    list-style: disc;
    margin: 0 0 0 20px;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
}

.footer {
    color: #333333;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;

}

.login-box li {
    margin: 0 0 20px;
}

.login-box a {
    text-decoration: none;
    margin: 0 0 0 15px;
    font-size: 14px;
    color: #505050;
}

.login-box img {
    object-fit: cover;
    height: 100%;
}

.form-box,
.invoice-box {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
}

.inclusive-gst {
    /* position: absolute;
    top: 30px;
    left: -40px; */
    background: #0a65b8;
    color: #ffffff;
    padding: 3px 10px;
    /* transform: rotate(320deg); */
    /* width: 200px; */
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.limited-rooms {
    position: absolute;
    top: 30px;
    left: -40px;
    background: #0a65b8;
    color: #000;
    padding: 3px 10px;
    transform: rotate(320deg);
    width: 200px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.cancellation {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 14px;
}

.cancellation a:hover {
    text-decoration: underline;
}

.cancellation i {
    font-size: 16px;
}

.form-box h2,
.invoice-box h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px;
    border-bottom: 1px solid rgb(0 0 0 / 6%);
    padding: 1em;
    color: #ffffff;
    background: #75c500;
    /* background: linear-gradient(to right, #e5097f 0%, #393185 100%);*/
}

.invoice-box h2 {
    padding: 10px;
    font-size: 20px;
    line-height: 30px;
}

.form-box h3 {
    font-size: 18px;
    background: #75c500;
    /* background: linear-gradient(to right, #e5097f 0%, #393185 100%);*/
    color: #fff;
    text-align: center;
    padding: 1rem;
    margin: 20px 0 20px;
}

.form-box h4 {
    font-size: 18px;
    color: #0a65b8;
    padding: 0;
    margin: 0 0 10px;
}

.form-box .form-control {
    border: 1px solid #dadada;
    border-radius: 8px;
}

.form-check-input {
    width: 24px;
    height: 24px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}

.form-label {
    margin: 0;
}

label.error {
    color: #f00;
    font-size: 12px;
}

.accompany-details li {
    padding: 10px 0 15px;
    border-bottom: 1px dashed #e1e1e1;
}

.accompany-details li:last-child {
    border: none;
}

label.pg_upload {
    padding: 20px 10px;
    background: #fff;
    border: 2px dashed #ef8c31;
    display: block;
    text-align: center;
    margin: 0 0 20px;
    color: #ef8c31;
    cursor: auto;
}

.registration-category li {
    padding: 0.8rem 0;
    border-top: 1px solid rgb(0 0 0 / 12%);
    align-items: center;
    font-size: 14px;
    line-height: 22px;
}

.registration-category li:first-child {
    border: none;
}

.regcat-info {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #818181;
    background: #f1f1f1;
    padding: 10px 10px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    overflow: unset !important;
}

.regcat-info::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: rgb(255 255 255 / 0%) rgb(255 0 0 / 0%) #f1f1f1 rgb(255 0 0 / 0%);
}

.regcat-info1 {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 5px;
    position: relative;
    overflow: unset !important;
}

.registration-box,
.workshop-box1,
.accommodation-box {
    position: relative;
    padding: 1em 1.5em;
    /* border: 2px solid #ef8c31; */
    background: #fffdfb;
    /* border-radius: 1em; */
    margin: 0 0 1em 0;
    overflow: unset !important;
}

.registration-box.color-2,
.workshop-box.color-2,
.accommodation-box.color-2 {
    border: 2px solid #3c3085;
    background: #f7f6ff;
}

.registration-box h4,
.workshop-box h4,
.accommodation-box h4 {
    margin: 0;
    /* position: absolute;
      border-radius: 30px;
    top: -20px; */
    padding: 8px 16px;
    background: #0a65b8;
    color: #fff;
  
    font-size: 16px;
}

.registration-box.color-2 h4,
.workshop-box.color-2 h4,
.accommodation-box.color-2 h4 {
    background: #3c3085;
    color: #fff;
}

.workshop-box p,
.accommodation-box p {
    margin: 15px 0 5px;
    /* background: #fff3cd; */
    color: #000000;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
}

.accompany-details li {
    padding: 10px 0 15px;
    border-bottom: 1px solid #e1e1e1;
}

.list-items li {
    display: flex;
    align-items: flex-start;
}

.list-items li i {
    margin-right: .8rem;
}


.includes li {
    /* font-size: 12px; */
    line-height: 24px;
    border: none;
    padding: .3rem 0;
    color: var(--bs-gray-600);

}

.includes li i {
    color: #3c3085;
    margin: 0 5px 0 0;
}