@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html {
    height: 100%;
}
body {
    background: #fff;
    height: 100%;
    color: #0e2b63;
    font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0e2b63;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.app {
    background: #fff;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.app .btn-custom {
    background: #0e2b63;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 10px 30px;
    border-radius: 30px;
}
.app .btn-custom:hover {
    color: #fff;
}
.app .form-control {
    border: none;
    box-shadow: none;
    outline: none;
}
.app .error {
    color: #ff0000;
    display: block;
    text-align: left;
    padding: 0.375rem 0.75rem;
}
.app:after {
    /* content: ""; */
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 11.25px;
    width: 100%;
    max-width: 400px;
    display: block;
    background: linear-gradient(
            90deg,
            #0e2b63 30.4785%,
            rgba(0, 0, 0, 0) 30.4785%
        ),
        linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%),
        linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%),
        linear-gradient(90deg, #ef7d00 73.22551%, rgba(0, 0, 0, 0) 73.22551%),
        linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%),
        linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%),
        linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%),
        linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%),
        linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
}
.app .title {
    font-weight: 700;
    text-align: center;
    margin: 0 -15px;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app .title img {
    height: 40px;
    margin-right: 15px;
}
.app .title.greeting {
    color: #103154;
    margin-top: 15px;
    font-size: 2rem;
    padding: 0;
}
.app .nodata {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    margin-top: 30px;
}

.wrapper {
    height: calc(100% - 74px - 11px);
    overflow-y: auto;
    padding: 0 15px 120px;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
}
.backBtn {
    display: flex;
    align-items: center;
    color: #103154;
    font-weight: 700;
    margin-top: 15px;
}
.backBtn span {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    background: #103154;
    border-radius: 50%;
    color: #fff;
    font-size: 2.5rem;
    margin-right: 8px;
}
.backBtn i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer .homeBtn {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #103154;
    border-radius: 50%;
    left: 50%;
    bottom: 20px;
    color: #fff;
    transform: translateX(-50%);
    font-size: 2.5rem;
    z-index: 2;
}
.footer .homeBtn i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.header {
    background: #fff;
    background-image: url(../img/bg3.png);
    background-size: cover;
    background-position: right center;
    position: relative;
    padding: 0 15px;
}
.header .body {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.header .videoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header .logo {
    width: 100px;
}
.header .event_logo {
    text-align: center;
}
.header .event_logo img {
    width: 90%;
}

.wrapper .lang{
    color:#00479f;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: right;
}
.wrapper .lang img{
    width: 25px;
}

#login {
    color: #fff;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    position: relative;
}
#login .lang{
    color:#00479f;
    margin-bottom: 15px;
}
#login .lang img{
    width: 25px;
}
#login .videoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#login .gifBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#login .gifBg img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#login .container {
    padding: 30px;
    text-align: center;
    position: relative;
    color: #fff;
}
#login .logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 90px;
}
#login .tk-logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    padding: 0 30px;
}
#login .cloud1 {
    width: 60px;
    position: absolute;
    left: 15px;
    top: 43%;
}
#login .cloud2 {
    width: 60px;
    position: absolute;
    right: 15px;
    top: 45%;
}
#login h2 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #00479f;
}
#login h3 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #00479f;
}
#login .form {
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border-radius: 15px;
    margin-top: 30px;
}
#login form {
    margin-top: 30px;
}
#login form .label-group {
    font-weight: 700;
}
#login .country {
    position: relative;
    margin-right: 0;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px 0 0 15px;
}
#login .country .input-group-text {
    background: none;
    border: none;
    z-index: 1;
    pointer-events: none;
    border-right: solid 1px #00479f;
    color: #00479f;
}
#login .form-control {
    background: rgba(255, 255, 255, 1);
    color: #00479f;
}
#login .email {
    border-radius: 15px;
}
#login .phone {
    border-radius: 0 15px 15px 0;
}
#login .form-control::-webkit-input-placeholder {
    color: #00479f;
}

#login .form-control:-ms-input-placeholder {
    color: #00479f;
}

#login .form-control::placeholder {
    color: #00479f;
}
#login .country select {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    opacity: 0;
}
#login .text-muted {
    color: #00479f !important;
    margin-top: 5px;
    text-align: center !important;
}
#login .form .custom-radio {
    margin-top: 15px;
}
#login .form .custom-radio label {
    color: #00479f;
    font-weight: 500;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00479f;
    border-color: #00479f;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}
.custom-control-input.custom-radio {
    border-color: #00479f;
}
#login p {
    color: #00479f;
}
#login .btn {
    margin-top: 15px;
    background: #00479f;
    color: #fff;
}
#home {
    position: relative;
}
#home .bghome {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: -20px;
}
#home .qr {
    margin-top: 15px;
    text-align: center;
}
#home .qr img {
    width: 55%;
    border: solid 3px #103154;
}
#home .menu {
    text-align: center;
    margin-top: 30px;
}
#home .menu .row {
    margin: 0 -5px;
    justify-content: center;
}
#home .menu .item {
    padding: 5px;
    margin-bottom: 8px;
    position: relative;
}
#home .menu .item p {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 700;
    color: #102d61;
}
#home .menu .item a {
    display: flex;
    width: 100px;
    height: 100px;
    background: #ffa41a;
    background: linear-gradient(
        90deg,
        rgba(255, 164, 26, 1) 0%,
        rgba(255, 226, 40, 1) 100%
    );
    border-radius: 15px;
    font-weight: 500;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
#home .menu .item a .img {
    padding: 0 15px;
}
#home .menu .item a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#flight .title {
    background: #0e2b63;
}
#flight .item {
    margin-top: 30px;
    border: solid 2px #103154;
    padding: 15px;
    border-radius: 15px;
}
#flight .ctn {
    margin-top: 30px;
    padding: 15px;
    background: rgba(255, 199, 0, 0.5);
    border-radius: 15px;
}
#flight .ctn h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #103154;
    text-transform: uppercase;
}
#flight .ctn .item:nth-child(2) {
    margin-top: 30px;
}
#flight .item .routeSchedule {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 5px;
}
#flight .item .routeSchedule .line {
    position: absolute;
    height: 1px;
    background: #103154;
    top: 30px;
    left: 8px;
    right: 8px;
}
#flight .item .routeSchedule .line:after {
    position: absolute;
    height: 8px;
    width: 8px;
    border: solid 1px #103154;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    content: " ";
}
#flight .item .routeSchedule .line:before {
    position: absolute;
    height: 8px;
    width: 8px;
    border: solid 1px transparent;
    background: #0e2b63;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    content: " ";
}
#flight .item .routeSchedule .from {
}
#flight .item .routeSchedule .to {
    text-align: right;
}
#flight .item .routeSchedule .to img {
    transform: rotate(30deg);
}
#flight .item img {
    height: 12px;
    filter: invert(100%);
}
#flight .item h3 {
    font-size: 1.2rem;
    font-weight: 700;
}
#flight .item h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 15px;
}
#flight .item h5 {
    font-size: 0.8rem;
    font-weight: 500;
}
#flight .item h6 {
    font-size: 1rem;
}

#accomodation .title {
    background: #004f9b;
}
#accomodation .ctn {
    margin-top: 30px;
    padding: 15px;
    background: rgba(255, 199, 0, 0.5);
    border-radius: 15px;
}
#accomodation .ctn img {
    width: 100%;
}
#accomodation h4 {
    text-align: center;
    margin-top: 15px;
}
#accomodation h4 span {
    display: inline-block;
    border: solid 2px #0e2b63;
    color: #0e2b63;
    font-weight: 700;
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: 15px;
}
#accomodation h3 {
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
#accomodation h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #103154;
    text-transform: uppercase;
}
#accomodation h3 a {
    float: right;
    text-decoration: underline;
    color: #0e2b63;
    font-size: 0.8rem;
}
#accomodation .map {
    margin-top: 15px;
}
#schedule .title {
    background: #00ade8;
}
#schedule h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #103154;
    text-transform: uppercase;
}
#schedule .ctn {
    margin-top: 30px;
    padding: 15px;
    background: rgba(255, 199, 0, 0.5);
    border-radius: 15px;
}
#schedule .accordion {
    margin-top: 30px;
}
#schedule .accordion .card {
    background: unset;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
}
#schedule .accordion .card-header {
    background-color: unset;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    padding: 15px 0;
    border-bottom: 3px solid #0e2b63;
}
#schedule .accordion .card button {
    color: #0e2b63;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0;
}
#schedule .accordion .card button:focus {
    text-decoration: none;
    box-shadow: none;
}
#schedule .accordion .card .card-body {
    padding: 15px 0;
}
#schedule .nav-tabs {
    border-bottom-color: #0e2b63;
    margin-top: 30px;
    border-width: 2px;
}
#schedule .nav-link {
    border-color: #0e2b63;
    background-color: #0e2b63;
    color: #fff;
    font-weight: 700;
    line-height: 1rem;
    border-radius: 15px 15px 0 0;
    border-width: 2px;
    margin-bottom: -2px;
}
#schedule .nav-link span {
    font-weight: 500;
    display: block;
    margin-top: 5px;
}
#schedule .nav-link span em {
    font-weight: 400;
}
#schedule .nav-link.active {
    border-bottom-color: transparent;
    background-color: #fff;
    color: #0e2b63;
}
#schedule .tab-content {
    border: solid 1px #0e2b63;
    border-top: none;
    border-radius: 0 0 15px 15px;
    padding: 15px;
    border-width: 2px;
}
#schedule h3 {
    font-size: 1.2rem;
    font-weight: 700;
}
#schedule h4 {
    font-size: 1rem;
    font-style: italic;
}
#schedule h4 strong {
    font-weight: 700;
}
#schedule table {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    color: #0e2b63;
}
#schedule table th {
    font-size: 0.8rem;
    text-align: center;
    padding: 5px;
}
#schedule table td {
    font-size: 0.8rem;
    padding: 5px;
}
#schedule table tbody th {
    width: 100px;
}
#schedule .sessionBtn {
    display: block;
    text-decoration: none;
    position: relative;
    color: #0e2b63;
}
#schedule .sessionBtn i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.5rem;
}
#schedule .sessionBtn i.arrow-down {
    display: none;
}
#schedule .sessionBtn.active i.arrow-down {
    display: block;
}
#schedule .sessionBtn.active i.arrow-up {
    display: none;
}
#schedule .qaBtn {
    background: #00b1eb;
}
#nearby .title {
    background: #ed7d00;
}
#nearby .ctn {
    margin-top: 30px;
}

#nearby .category {
    margin: 0 -5px;
}
#nearby .category .item {
    padding: 5px;
    position: relative;
}
#nearby .category .item .sh {
    -moz-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    position: absolute;
    width: 80%;
    height: 80%;
    right: 0;
    bottom: 5px;
}
#nearby .category .item a {
    display: flex;
    height: 100%;
    position: relative;
    padding: 8px;
    text-decoration: none;
    color: #0e2b63;
    align-items: center;
}
#nearby .category .item a p {
    margin-left: 30px;
    color: #102d61;
    font-weight: 700;
}
#nearby .category .item img {
    width: 50px;
    height: 50px;
}
#nearby .category .item span {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1rem;
}
#nearby .category .item span em {
    font-size: 0.6rem;
}
#nearby .places .row {
    margin: 0 -5px;
}
#nearby .places .icon {
    padding: 5px;
}
#nearby .places .icon a {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #0e2b63;
    text-decoration: underline;
}
#nearby .places .icon a i {
    font-size: 1.2rem;
}
#nearby .places .icon > div {
    display: block;
    position: relative;
    padding: 15px 15px 45px;
    text-decoration: none;
    color: #0e2b63;
}
#nearby .places .icon img {
    width: 100%;
}
#nearby .places .icon span {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1rem;
}
#nearby .places .icon span em {
    font-size: 0.6rem;
}
#nearby .places .item {
    margin-top: 15px;
}
#nearby .places .item h3 {
    font-size: 1rem;
    font-weight: 700;
}
#nearby .places .item a {
    text-decoration: underline;
    color: #0e2b63;
    font-size: 0.8rem;
}
#security .title {
    background: #ffbb00;
}
#security .ctn {
    margin-top: 30px;
}
#security thead th {
    color: #fff;
    font-weight: 700;
    background: #ffbb00;
    text-align: center;
    font-size: 1.2rem;
    border: none;
}
#security tbody th {
    color: #0e2b63;
    font-weight: 700;
    text-align: center;
}
#security tbody td {
    font-size: 0.8rem;
}
#security tbody th.bgblue {
    color: #fff;
    background: #ffbb00;
}
#security h3 {
    font-weight: 700;
    font-size: 1rem;
    margin-top: 30px;
}
#security ul {
    margin-top: 15px;
}
#security .nav-tabs {
    border-bottom-color: #0e2b63;
    margin-top: 15px;
    border-width: 2px;
}
#security .nav-link {
    border-color: #0e2b63;
    background-color: #0e2b63;
    color: #fff;
    font-weight: 700;
    line-height: 1rem;
    border-radius: 15px 15px 0 0;
    border-width: 2px;
    margin-bottom: -2px;
    font-size: 0.8rem;
}
#security .nav-link span {
    font-weight: 500;
    display: block;
    margin-top: 5px;
}
#security .nav-link span em {
    font-weight: 400;
}
#security .nav-link.active {
    border-bottom-color: transparent;
    background-color: #fff;
    color: #0e2b63;
}
#securityCtn h2 {
    color: #0e2b63;
    font-weight: 700;
    text-align: center;
    font-size: 1.5rem;
}
#securityCtn p {
    color: #0e2b63;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 15px;
}
#securityCtn ul li {
    font-size: 0.8rem;
    color: #000;
}
#security .tab-content {
    border: solid 1px #0e2b63;
    border-top: none;
    border-radius: 0 0 15px 15px;
    padding: 15px;
    border-width: 2px;
}
#security.socmed .title {
    background: #4fad47;
}
#security .ctn .couponlist a {
    display: block;
}
#security .ctn .couponlist img {
    width: 100%;
}
#security .ctn .couponqr {
    padding: 15px;
    position: relative;
}
#security .ctn .couponqr .qr {
    border-radius: 15px 15px 0 0;
    padding: 15px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
#security .ctn .couponqr .qr .left {
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 4px solid #0e2b63;
    border-radius: 50%;
    transform: translate(-50%, 50%);
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#security .ctn .couponqr .qr .right {
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 4px solid #0e2b63;
    border-radius: 50%;
    transform: translate(50%, 50%);
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#security .ctn .couponqr .qr .bordercustom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    border-top: 4px solid #0e2b63;
    border-right: 4px solid #0e2b63;
    border-left: 4px solid #0e2b63;
    border-radius: 15px 15px 0 0;
}
#security .ctn .couponqr .qr img {
    width: 100%;
}
#security .ctn .couponqr .listqr {
    background: #103154;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    position: relative;
    overflow: hidden;
}
#security .ctn .couponqr .listqr .left {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #0e2b63;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#security .ctn .couponqr .listqr .right {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    right: 0;
    border: 4px solid #0e2b63;
    border-radius: 50%;
    transform: translate(50%, -50%);
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#security .ctn .couponqr .listqr p {
    color: #fff;
    text-align: center;
    font-style: italic;
}
#security .ctn .couponqr .listqr ul {
    padding-left: 0;
}
#security .ctn .couponqr .listqr ul li {
    background-color: #fff;
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
    margin-bottom: 15px;
    list-style: none;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
#security .ctn .couponqr .listqr ul li span{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    color:#fff;
    font-size: 1rem;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#security .ctn .couponlist .overlay {
    position: relative;
}
#security .ctn .couponlist .overlay .txt {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
#security .ctn .couponlist .overlay .txt p {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}
@media (orientation: landscape) {
    .app {
        max-width: 400px;
    }
}
#socialMediaReminder {
    text-align: center;
}
#socialMediaReminder i {
    color: #ff0000;
    font-size: 4rem;
}
#socialMediaReminder h1 {
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 15px;
    color: #0e2b63;
}
#socialMediaReminder p {
    margin-top: 15px;
    text-align: justify;
}
#socialMediaReminder .btn {
    margin-top: 15px;
    font-weight: bold;
    background-color: #0e2b63;
    color: #fff;
}
#feedback .ctn {
    margin-top: 30px;
    padding: 15px;
    background: rgba(255, 199, 0, 0.5);
    border-radius: 15px;
}
#feedback h2 {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #103154;
    text-transform: uppercase;
}
#feedback form {
    margin-top: 50px;
}
#feedback form p {
    color: #0e2b63;
    font-size: 1rem;
    font-weight: 700;
}
#feedback form p span {
    font-size: 0.8rem;
}
#feedback small {
    font-size: 0.8rem;
    color: #ccc;
}
#feedback .rating-row {
    margin-bottom: 15px;
    margin-top: 15px;
}
#feedback .rating-row label {
    flex: 1;
    margin: 0;
    font-weight: 700;
}
#feedback .rating-options {
    flex: 2;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
#feedback .rating-options label {
    font-weight: normal;
    cursor: pointer;
}
#feedback .custom-radio {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 1rem;
    user-select: none;
}
#feedback .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
#feedback .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
}
#feedback .custom-radio:hover input ~ .checkmark {
    border-color: #103154;
}
#feedback .custom-radio input:checked ~ .checkmark {
    background-color: #103154;
    border-color: #103154;
}
#feedback .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
#feedback .custom-radio input:checked ~ .checkmark:after {
    display: block;
}
#feedback .custom-radio .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#feedback button {
    background: #103154;
    color: #fff;
    font-weight: 700;
}
