:root {
    --main:hsl(269, 37%, 49%);
    --second: #5c209b;
}

.topheading {
    height: 150px;
    background: transparent linear-gradient(270deg, var(--main) 0%, var(--second) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #rgb(191, 184, 198);
}

body {
    font-family: 'GEDinkum-Bold-1', 'sans-serif';
}

.btn-accented {
    background-color: var(--main);
    transition: all 0.25s ease;
}
body {
    font-family: 'GE-Dinkum', sans-serif;
}
select {
    direction: rtl;
    text-align-last: right;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.allsection {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fs-sm {
    font-size: 14px;
}
.image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.image img {
    height: 150px;
}
@media (max-width: 767px) {
    .image img {
        height: 140px;
    }
}
.box {
    position: absolute;
    top: 265px;
    border-radius: 30px; 
    width: 58%;
    padding: 50px;
    background-color: white;
}
@media (max-width: 767px) {
    .box {
        width: 90%;
        padding: 20px;
        top: 230px;
    }
}
.bottom {
    display: block;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
    padding: 13px;
}
.bottom:hover {
    background-color: #6600ff;
}
.dots {
    position: absolute;
    top: 256%;
    right: 15%;
    z-index: -1;
}
@media (max-width: 767px) {
    .dots {
        right: 30%;
        margin-top: 170px;
    }
}
.dots2 {
    position: absolute;
    left: 14%;
    bottom: 42%;
}
@media (max-width: 767px) {
    .dots2 {
        right: 30%;
        top: 35%;
    }
}

.register {
    text-align: center;
    margin-left: 6px;
}
.kbw-signature {
    width: 100%;
    height: 130px;
    margin-right: 10px;
    margin-top: 20px;
}
.topleft {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 18px;
}
.topRight {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 18px;
}
.img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#card {
    position: relative;
    top: 10px;
    width: 320px;
    display: block;
    margin: auto;
    text-align: center;
}
#upper-side {
    padding: 2em;
    background-color: #300a71;
    display: block;
    color: #3700ff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#upper-side-new {
    padding: 2em;
    background-color: #0D1425;
    display: block;
    color: #683bb0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-top: 40px;
}

#checkmark {
    font-weight: lighter;
    fill: #3c1871;
    margin: -3.5em -61px 10px 20px;
}

#status {
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2em;
    margin-top: -0.2em;
    margin-bottom: 0;
}

#lower-side {
    padding: 2em 1em 5em 2em;
    background: #460174;
    display: block;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#message {
    margin-top: -0.5em;
    color: #402767;
    letter-spacing: 1px;
}

#contBtn {
    position: relative;
    top: 1.5em;
    text-decoration: none;
    background: #43159e;
    color: #6817c4;
    margin: auto;
    padding: 0.8em 3em;
    -webkit-box-shadow: 0px 15px 30px rgba(35, 7, 87, 0.21);
    -moz-box-shadow: 0px 15px 30px rgba(73, 56, 122, 0.21);
    box-shadow: 0px 15px 30px rgba(44, 20, 57, 0.21);
    border-radius: 25px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#contBtn:hover {
    -webkit-box-shadow: 0px 15px 30px rgba(60, 60, 60, 0.4);
    -moz-box-shadow: 0px 15px 30px rgba(60, 60, 60, 0.4);
    box-shadow: 0px 15px 30px rgba(60, 60, 60, 0.4);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.error {
    border: 2px solid #260541;
}

.ui-datepicker select.ui-datepicker-year {
    background-position: right 0.5rem center;
}


select {
    position: relative;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 200px;
    padding: 5px;
    border: 1px solid #640a91;
    cursor: pointer;
    background-position: left center;
}

.logo {
    display: block;
    margin: 0 auto;
}

.logo_image {
    width: 1415px;
}