﻿@font-face {
    font-family: "SolaimanLipi";
    src: url("../fonts/fonts-SolaimanLipi.eot");
    src: url("../fonts/fonts-SolaimanLipi.woff") format("woff"),
        url("../fonts/fonts-SolaimanLipi.ttf") format("truetype"),
        url("../fonts/SolaimanLipi.svg#SolaimanLipiNormal") format("svg"),
        url("../fonts/fonts-SolaimanLipi.eot?#iefix")
            format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "SolaimanLipi", sans-serif;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #838383;
    display: block;
    position: relative;
    line-height: 1.45;
}
input,
button {
    font-family: "SolaimanLipi", sans-serif;
}

p {
    font-size: 0.97rem;
}

@media (min-width: 768px) {
    p {
        font-size: 0.95rem !important;
    }
}
a,
label {
    font-size: 1rem !important;
}

/* @media (min-width: 480px) {
    a,
    label {
        font-size: 1rem !important;
    }
} */

@media (min-width: 768px) {
    a,
    label {
        font-size: 0.95rem;
    }
}

h1,
h2,
h3 {
    font-weight: 700;
}
a {
    color: #522b79;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.od-scrollTo-top a {
    position: fixed;
    z-index: 998;
    bottom: 20px;
    right: 10px;
    padding: 5px 10px;
    background: #ad277c;
    color: #fff;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}
.od-scrollTo-top a i {
    font-size: 30px;
}
#scrollUp {
    display: none;
}
.od-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .od-container {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .od-container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .od-container {
        width: 1140px;
    }
}
@media (min-width: 1400px) {
    .od-container {
        width: 1320px;
    }
}
@media (max-width: 575px) {
    .od-container {
        padding-right: 0px;
        padding-left: 0px;
    }
}
.od-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.od-col-1 {
    width: 8.3333%;
}
.od-col-2 {
    width: 16.6666%;
}
.od-col-3 {
    width: 25%;
}
.od-col-4 {
    width: 33.3333%;
}
.od-col-5 {
    width: 41.6666%;
}
.od-col-6 {
    width: 50%;
}
.od-col-7 {
    width: 58.3333%;
}
.od-col-8 {
    width: 66.6666%;
}
.od-col-9 {
    width: 75%;
}
.od-col-10 {
    width: 83.3333%;
}
.od-col-11 {
    width: 91.6666%;
}
.od-col-12 {
    width: 100%;
}
@media (min-width: 576px) {
    .od-col-xs-1 {
        width: 8.3333%;
    }
    .od-col-xs-2 {
        width: 16.6666%;
    }
    .od-col-xs-3 {
        width: 25%;
    }
    .od-col-xs-4 {
        width: 33.3333%;
    }
    .od-col-xs-5 {
        width: 41.6666%;
    }
    .od-col-xs-6 {
        width: 50%;
    }
    .od-col-xs-7 {
        width: 58.3333%;
    }
    .od-col-xs-8 {
        width: 66.6666%;
    }
    .od-col-xs-9 {
        width: 75%;
    }
    .od-col-xs-10 {
        width: 83.3333%;
    }
    .od-col-xs-11 {
        width: 91.6666%;
    }
    .od-col-xs-12 {
        width: 100%;
    }
}
@media (min-width: 767.9px) {
    .od-col-sm-1 {
        width: 8.3333%;
    }
    .od-col-sm-2 {
        width: 16.6666%;
    }
    .od-col-sm-3 {
        width: 25%;
    }
    .od-col-sm-4 {
        width: 33.3333%;
    }
    .od-col-sm-5 {
        width: 41.6666%;
    }
    .od-col-sm-6 {
        width: 50%;
    }
    .od-col-sm-7 {
        width: 58.3333%;
    }
    .od-col-sm-8 {
        width: 66.6666%;
    }
    .od-col-sm-9 {
        width: 75%;
    }
    .od-col-sm-10 {
        width: 83.3333%;
    }
    .od-col-sm-11 {
        width: 91.6666%;
    }
    .od-col-sm-12 {
        width: 100%;
    }
}
@media (min-width: 1024.9px) {
    .od-col-md-1 {
        width: 8.3333%;
    }
    .od-col-md-2 {
        width: 16.6666%;
    }
    .od-col-md-3 {
        width: 25%;
    }
    .od-col-md-4 {
        width: 33.3333%;
    }
    .od-col-md-5 {
        width: 41.6666%;
    }
    .od-col-md-6 {
        width: 50%;
    }
    .od-col-md-7 {
        width: 58.3333%;
    }
    .od-col-md-8 {
        width: 66.6666%;
    }
    .od-col-md-9 {
        width: 75%;
    }
    .od-col-md-10 {
        width: 83.3333%;
    }
    .od-col-md-11 {
        width: 91.6666%;
    }
    .od-col-md-12 {
        width: 100%;
    }
}
.od-z-1020 {
    z-index: 1020;
}
.od-w-100 {
    width: 100%;
}
.od-position-fixed {
    position: fixed;
}
.od-align-items-center {
    align-items: center;
}
.od-justify-content-center {
    justify-content: center;
}
.od-justify-content-spaceBetween {
    justify-content: space-between;
}
.od-justify-content-end {
    justify-content: end;
}
.od-uploader-panel-wrap {
    border: 2px dashed #532a79;
    border-radius: 3px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    text-align: center;
    font-size: 13px;
    padding: 7px 0px;
}
.od-display-none {
    display: none;
}
.od-error {
    color: red;
    padding-top: 5px;
    font-size: 13px;
}
.od-pt-10 {
    padding-top: 10px;
}
.od-uploaded-image-visibility-container img {
    height: 30px;
}
.od-display-flex {
    display: flex;
}
.od-image-remove {
    padding-left: 10px;
    text-decoration: underline;
}
.ebogc-item .od-image-preview {
    padding: 8px 15px;
    max-width: 50%;
    flex: 0 0 50%;
}
.ebogc-item .od-image-preview img {
    width: auto;
    max-height: 50px;
}
.od-biodata-contact-panel .od-connections-error-message,
.od-biodata-contact-panel .od-connections-error-message a {
    font-size: 15px;
}
.od-new-ticket-link {
    text-align: center;
}
.od-new-ticket-link a {
    padding: 7px 15px;
}
.od-display-flex {
    display: flex;
    flex-wrap: wrap;
}
.od-hide {
    display: none;
}
.od-button {
    color: #fff;
    background: #ad277c;
    border: 0px;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 50px;
    line-height: 50px;
    font-family: "SolaimanLipi", sans-serif;
    font-size: 0.875rem;
    width: 100%;
    box-shadow: 0 7px 9px -5px #d5d5d5;
}
.od-button:hover {
    box-shadow: 0 7px 9px -5px #838383;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.od-button.btn-success {
    background: #ad277c;
    color: #fff;
    text-decoration: none;
}
.od-text-align-center {
    text-align: center !important;
}
.od-text-align-right {
    text-align: right !important;
}
.od-font-size-16 {
    font-size: 16px;
}
.od-font-size-19 {
    font-size: 19px;
}
.od-box-shadow {
    box-shadow: 0 5px 10px -5px #000;
}
.od-ptb-15 {
    padding: 15px 0px;
}
.od-pt-120 {
    padding-top: 120px;
}
.od-pt-90 {
    padding-top: 90px;
}
.od-pt-40 {
    padding-top: 40px;
}
.od-pt-20 {
    padding-top: 20px;
}
.od-pt-10 {
    padding-top: 10px;
}
.od-pb-20 {
    padding-bottom: 20px;
}
.od-pb-15 {
    padding-bottom: 15px;
}
.od-pb-5 {
    padding-bottom: 5px;
}
.od-form-group-container {
    margin: 0 0 20px;
}
.od-form-group-container label {
    display: block;
    margin: 0 0 5px;
}
.od-form-group-container.otp .od-form-group-input {
    position: relative;
}
.od-form-group-container.otp .od-form-group-input .od-form-control.has-btn {
    padding-right: 90px;
}
.od-form-group-container.otp .od-form-group-input .get-code-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    background: #522b79;
    color: #fff;
    border: 0px;
    width: 90px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.od-form-group-input select,
.od-form-group-input input[type="text"],
.od-form-group-input input[type="email"],
.od-form-group-input input[type="password"],
.od-form-group-input textarea,
.od-form-group-input input[type="tel"],
.od-form-group-input input[type="search"] {
    width: 100%;
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 10px 15px;
    box-sizing: border-box;
    transition: 0.29s ease 0s;
    min-height: 40px;
    box-shadow: 0px 6px 12px rgba(73, 0, 146, 0.03);
    border-radius: 5px;
}
.od-form-group-input select:hover,
.od-form-group-input input[type="text"]:hover,
.od-form-group-input input[type="email"]:hover,
.od-form-group-input input[type="password"]:hover,
.od-form-group-input textarea:hover,
.od-form-group-input input[type="tel"]:hover,
.od-form-group-input input[type="search"]:hover {
    border: 1px solid #838383;
}
.od-form-group-input select:focus,
.od-form-group-input select.focus-visible,
.od-form-group-input input[type="text"]:focus,
.od-form-group-input input[type="text"].focus-visible,
.od-form-group-input input[type="email"]:focus,
.od-form-group-input input[type="email"].focus-visible,
.od-form-group-input input[type="password"]:focus,
.od-form-group-input input[type="password"].focus-visible,
.od-form-group-input textarea:focus,
.od-form-group-input textarea.focus-visible,
.od-form-group-input input[type="tel"]:focus,
.od-form-group-input input[type="tel"].focus-visible,
.od-form-group-input input[type="search"]:focus,
.od-form-group-input input[type="search"].focus-visible {
    border: 1px solid #838383;
    outline: 0;
}
.od-form-group-input select::-webkit-input-placeholder,
.od-form-group-input input[type="text"]::-webkit-input-placeholder,
.od-form-group-input input[type="email"]::-webkit-input-placeholder,
.od-form-group-input input[type="password"]::-webkit-input-placeholder,
.od-form-group-input textarea::-webkit-input-placeholder,
.od-form-group-input input[type="tel"]::-webkit-input-placeholder,
.od-form-group-input input[type="search"]::-webkit-input-placeholder {
    color: #d5d5d5;
}
.od-form-group-input select:-ms-input-placeholder,
.od-form-group-input input[type="text"]:-ms-input-placeholder,
.od-form-group-input input[type="email"]:-ms-input-placeholder,
.od-form-group-input input[type="password"]:-ms-input-placeholder,
.od-form-group-input textarea:-ms-input-placeholder,
.od-form-group-input input[type="tel"]:-ms-input-placeholder,
.od-form-group-input input[type="search"]:-ms-input-placeholder {
    color: #d5d5d5;
}
.od-form-group-input select::placeholder,
.od-form-group-input input[type="text"]::placeholder,
.od-form-group-input input[type="email"]::placeholder,
.od-form-group-input input[type="password"]::placeholder,
.od-form-group-input textarea::placeholder,
.od-form-group-input input[type="tel"]::placeholder,
.od-form-group-input input[type="search"]::placeholder {
    color: #d5d5d5;
}
.od-form-group-input textarea {
    width: 100%;
    min-height: 175px;
    max-width: 100%;
}
.od-form-group-input.od-gender {
    display: flex;
    align-items: center;
}
.od-form-group-input.od-gender label {
    margin: 0 20px 0px 5px;
}
.od-card {
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}
.od-card .od-card-body {
    padding: 30px 25px 35px;
    border-radius: 3px;
}
@media (min-width: 768px) {
    .od-card .od-card-body {
        padding: 40px 55px 50px;
    }
}
.od-mt-5 {
    margin-top: 5px;
}
.od-mt-60 {
    margin-top: 60px;
}
.od-form-label {
    font-size: 0.875rem;
    color: #000;
}
.od-form-label label {
    display: flex;
    align-items: center;
}
.od-form-label label input[type="checkbox"] {
    margin-right: 5px;
}
.od-form-group-container a {
    text-decoration: none;
}
.od-separator {
    position: relative;
    text-align: center;
    z-index: 1;
}
.od-separator::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebedf2;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}
.od-pr-15 {
    padding-right: 15px;
}
.od-pl-15 {
    padding-left: 15px;
}
.od-bg-white {
    background-color: #fff;
}
.od-mr-10 {
    margin-right: 10px;
}
.od-alert {
    position: relative;
    padding: 10px 10px;
    margin: 0 0 15px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
}
.od-alert ul {
    list-style: none;
    margin: 0;
}
@media (min-width: 767.9px) {
    .od-alert {
        margin: 0 20px 30px;
    }
}
.od-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.od-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.od-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.od-display-block {
    display: block;
}
.od-display-none {
    display: none;
}
.od-margin-left-auto {
    margin-left: auto;
}
@keyframes od-slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}
@-webkit-keyframes od-slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}
.od-page-banner {
    background: #522b79;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 200px;
}
.od-banner-text {
    color: #fff;
    font-size: 2.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.od-contact-us-form-content,
.od-page-content-main,
.od-faq-content-main {
    padding: 50px 0px;
}
.od-contact-us-form {
    padding-top: 50px;
}
.od-contact-us-form-container {
    width: 100%;
    max-width: 590px;
    margin: 0px auto 50px;
    padding: 20px;
}
.od-page-content {
    padding: 0px 20px;
}
@media (min-width: 767.9px) {
    .od-page-content {
        padding: 0px 70px;
    }
}
@media (min-width: 1024.9px) {
    .od-page-content {
        padding: 0px 120px;
    }
}
.od-group .od-body-part {
    display: none;
    background: #fff;
    padding: 0px 20px 20px 20px;
    color: #434343;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.od-faq-item-list-content {
    width: 100%;
    padding: 0 20px;
}
@media (min-width: 1024.9px) {
    .od-faq-item-list-content {
        max-width: 767px;
        margin: 0 auto;
    }
}
.od-accordion {
    border: 1px solid #faf9fb;
    margin-bottom: 15px;
    box-shadow: 0px 6px 12px rgba(73, 0, 146, 0.03);
    border-radius: 6px;
}
.od-accordion .od-accordion-link {
    display: block;
    text-decoration: none;
    padding: 20px 40px 20px 20px;
    position: relative;
    color: #000;
}
.od-accordion .od-accordion-link:after {
    content: "+";
    cursor: pointer;
    top: calc(50% - 10px);
    position: absolute;
    right: 10px;
    font-size: 1.1rem;
    border: 1px solid;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 15px;
    text-align: center;
}
.od-accordion.active .od-accordion-link:after {
    content: "-";
    line-height: 17px;
}
.od-select {
    position: relative;
}
.od-select .select2 {
    width: 100%;
}
.od-no-data-message {
    padding: 20px 0px;
    text-align: center;
    font-weight: bold;
}
.od-required-label {
    color: #f22613;
    font-size: 1.25rem;
}
.od-field-desc {
    color: #522b79;
}
.select2-container .select2-selection--single {
    min-height: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
    color: #434343;
    padding: 0px 20px 0 15px;
    font-size: 0.8125rem;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 10px;
}
.select2-container--default .select2-dropdown {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #d5d5d5;
    border-top: 0px;
    margin: -7px 0 0;
}
.select2-container--default
    .select2-search--dropdown
    input.select2-search__field {
    outline: 0;
    padding: 6px 15px;
    border: 1px solid #d5d5d5;
}
.select2-container--default
    .select2-search--dropdown
    input.select2-search__field:focus {
    border: 1px solid #d5d5d5;
}
.select2-container--default .select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-results__options .select2-results__option {
    font-size: 0.8125rem;
    background: #fff;
    padding: 6px 15px;
    border-radius: 5px;
}
.select2-container--default
    .select2-results__options
    .select2-results__option[aria-selected="true"] {
    background: #faf9fb;
}
.select2-container--default
    .select2-results__options
    .select2-results__option--highlighted {
    background: #faf9fb;
    color: #838383;
}
.od-loader-small {
    background-image: url("../images/images-ajax-loader.gif");
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
}
.od-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    opacity: 0.7;
}
@media (min-width: 767.9px) {
    .od-overlay {
        left: 320px;
        width: calc(100% - 320px);
    }
}
.od-overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.od-overlay__content {
    left: 50%;
    position: absolute;
    top: 250px;
    transform: translate(-50%, -50%);
}
.od-overlay-spinner {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #6c0092;
    animation: od-spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}
@keyframes od-spin {
    100% {
        transform: rotate(360deg);
    }
}
.od-width-100 {
    width: 100%;
}
.od-btn-disabled {
    background: #aaa;
    border: 1px solid #aaa;
    cursor: default;
}
.od-form-group-container label.error {
    color: red;
}
#od_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}
#od_toasts {
    min-height: 0;
    position: fixed;
    left: 0px;
    bottom: 0px;
    max-width: 400px;
    z-index: 999999;
    width: 100%;
    padding: 0px 10px;
}
@media (min-width: 767.9px) {
    #od_toasts {
        padding: 0px 20px;
    }
}
#od_toasts .toast {
    background: #d6d8d9;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
    cursor: default;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    padding: 20px;
    transform: translateY(15%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    width: 100%;
    will-change: opacity, transform;
    z-index: 999999;
}
#od_toasts .toast.success {
    background: #26d68a;
}
#od_toasts .toast.warning {
    background: #ffa533;
}
#od_toasts .toast.info {
    background: #2cbcff;
}
#od_toasts .toast.error {
    background: #f44336;
}
#od_toasts .toast.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#od_toasts .toast.hide {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all 0.5s ease-in-out;
}
#od_toasts .toast .close {
    cursor: pointer;
    font-size: 24px;
    height: 16px;
    margin-top: -10px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    color: #fff;
}
#od_toasts p {
    font-size: 15px;
    color: #fff;
}
.od-link-container {
    text-align: center;
    padding: 30px 20px 20px;
}
.od-link-container a {
    display: inline-block;
    max-width: 270px;
}
.od-contact-item-border {
    border-top: 1px solid #f0f0f0;
}
.od-biodata-contact-panel .ebo-group-content {
    padding-top: 20px;
}
.od-biodata-contact-panel .ebo-group-content .how-to-video {
    max-width: 290px;
    margin: 0 auto;
    text-align: center;
}
.od-biodata-contact-panel p {
    text-align: center;
    padding: 0px 20px 20px;
    color: #000;
    font-style: italic;
}
.od-biodata-contact-panel span {
    font-size: 1.35rem;
    padding: 0px 20px;
    font-size: 1.35rem;
    text-align: center;
    color: #434343;
    display: block;
}
.alert-danger {
    background-color: #dd4b39 !important;
    color: #fff !important;
}
.alert-danger,
.alert-error {
    border-color: #d73925;
}
.alert-success {
    background-color: #00a65a !important;
    color: #fff !important;
}
.alert {
    border-radius: 3px;
    position: relative;
    padding: 20px 40px 30px 15px;
    margin-bottom: 1rem;
}
.alert ul {
    list-style: circle;
    margin: 0;
    padding: 0 0 0px 15px;
}
.alert ul li {
    margin: 0 0 5px;
}
.alert .close {
    position: absolute;
    right: 10px;
    font-size: 2rem;
    text-decoration: none;
    color: #fff;
    top: 0px;
}
.od-location-dropdown a {
    text-decoration: none;
}
.irs--flat .irs-bar,
.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-from,
.irs--flat .irs-to {
    background-color: #522b79;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
    background-color: #ad277c;
}
.irs--flat .irs-handle > i:first-child {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -1px;
}
.irs--flat .irs-line,
.irs--flat .irs-bar {
    top: 29px;
    height: 4px;
}
.irs--flat .irs-from::before,
.irs--flat .irs-to::before {
    border-top-color: #522b79;
}
.irs--flat .irs-single {
    background-color: #522b79;
}
.irs--flat .irs-single::before {
    border-top-color: #522b79;
}
.od-multitag-field-container .od-custom-drop_down_select_box {
    display: inherit;
}
.od-notification-no-data {
    text-align: center;
    padding-bottom: 50px;
    font-weight: bold;
    font-size: 16px;
}
@media (max-width: 1024.9px) {
    .hide-od {
        display: none !important;
    }
}
@media (min-width: 1024.9px) {
    .hide-od-xl {
        display: none !important;
    }
}
.od-mlr-10 {
    margin-left: 20px;
    margin-right: 20px;
}
.od-preview-biodata-link {
    margin-top: 10px;
}
.od-preview-biodata-link a,
.od-preview-biodata-link input {
    display: block;
    max-width: 155px;
    margin: 20px auto 0;
    height: 40px;
    line-height: 40px;
}
.od-preview-biodata-link input {
    max-width: 190px;
}
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}
.payment-button-holder {
    position: relative;
}
.payment-button-selection {
    pointer-events: none;
    opacity: 0.2;
}
.od-submitted-modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}
.od-modal-content-main {
    background-color: #fff;
    margin: auto;
    padding: 25px 30px 35px;
    width: 100%;
    max-width: 550px;
    position: relative;
    box-shadow: 0px 7px 14px 0px rgba(53, 0, 105, 0.0588235294);
    border-radius: 8px;
    text-align: center;
}
@media (max-width: 767.9px) {
    .od-modal-content-main {
        padding: 25px 15px 35px;
        width: calc(100% - 30px);
    }
}
.od-modal-content-main .od-modal-title {
    color: #522b79;
    font-size: 1.1875rem;
    margin: 15px 0px;
    font-weight: 700;
}
.od-modal-content-main .od-modal-content {
    font-size: 0.875rem;
}
.od-modal-content-main hr {
    border: 1px solid #faf9fb;
    margin: 25px 0px 15px 0px;
}
.od-modal-content-main .od-button {
    border-radius: 4px;
    height: 40px;
    line-height: 30px;
    width: 120px;
    margin-right: 30px;
}
.od-modal-content-main .od-button:last-child {
    margin-right: 0px;
}
.promotional-modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    animation: animatetop 0.6s;
}
.promotional-modal .promotional-modal-content__main {
    background: #fff;
    margin: auto;
    padding: 0px 0 35px;
    width: calc(100% - 40px);
    max-width: 630px;
    position: relative;
    text-align: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.promotional-modal .promotional-modal-content h2 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #522b79 0%, #ed3284 100%);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 25px 15px;
    border: 2px solid #fff;
}
@media (max-width: 767.9px) {
    .promotional-modal .promotional-modal-content h2 {
        font-size: 1.35rem;
        padding: 20px 15px;
    }
}
.promotional-modal .promotional-modal-content p {
    font-size: 1.15rem;
    color: #434343;
    padding: 20px 30px;
}
@media (max-width: 767.9px) {
    .promotional-modal .promotional-modal-content p {
        font-size: 1.05rem;
        padding: 10px 15px 10px;
    }
}
.promotional-modal .promotional-close {
    background: #fff;
    color: #522b79;
    padding: 12px 40px;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    border-radius: 35px;
    font-weight: 700;
    margin: 20px auto 0;
    border: 2px solid #522b79;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.29s ease-in 0s;
}
@media (max-width: 767.9px) {
    .promotional-modal .promotional-close {
        padding: 12px 30px;
        font-size: 1rem;
    }
}
.promotional-modal .promotional-close:hover,
.promotional-modal .promotional-close:focus {
    background: #522b79;
    color: #fff;
    transition: all 0.29s ease-out 0s;
}
.od-button-disable {
    opacity: 0.3;
}
@media screen and (max-width: 550px) {
    .hidden-xs {
        display: none;
    }
}
.frontend\.home header {
    position: absolute;
    width: 100%;
}
.frontend\.home #od_header {
    box-shadow: 0 0px 0px rgba(57, 73, 76, 0.35);
}
#od_header {
    box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
    position: relative;
    z-index: 99;
}
.od-site-logo a {
    display: block;
    max-width: 190px;
}
.od-site-logo img {
    max-height: 60px;
    margin: 2px 0 0;
}
@media (max-width: 1024.9px) {
    nav.od-menu-lists-container {
        position: absolute;
        z-index: 99;
        background: #fff;
        width: 210px;
        left: -210px;
        top: 76px;
        transition: left 0.29s ease 0s;
        height: 100vh;
    }
    nav.od-menu-lists-container.active {
        left: 0;
    }
}
nav.od-menu-lists-container .od-menu-lists {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
@media (max-width: 1024.9px) {
    nav.od-menu-lists-container .od-menu-lists {
        flex-direction: column;
    }
}
nav.od-menu-lists-container .od-menu-list-item {
    padding: 32px 15px;
}
@media (max-width: 1024.9px) {
    nav.od-menu-lists-container .od-menu-list-item {
        padding: 0px 15px;
    }
}
nav.od-menu-lists-container .od-menu-list-item a {
    text-decoration: none;
    color: #434343;
    font-size: 1.1rem;
    display: block;
}
@media (max-width: 1024.9px) {
    nav.od-menu-lists-container .od-menu-list-item a {
        padding: 15px 10px;
        font-size: 1rem;
    }
}
@media (max-width: 1024.9px) {
    nav.od-menu-lists-container .od-menu-list-item .od-dropdown-menu-container {
        margin-top: 0px;
    }
    nav.od-menu-lists-container
        .od-menu-list-item
        .od-dropdown-menu-container
        .od-dropdown-menu-content {
        padding: 0 15px;
    }
}
.od-mobile-menu-trigger {
    display: none;
    padding: 0px 10px 0 20px;
}
.od-mobile-menu-trigger a {
    color: #434343;
    font-size: 1.5rem;
}
@media (max-width: 1024.9px) {
    .od-mobile-menu-trigger {
        display: block;
    }
}
.od-dropdown-menu-container {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    margin-top: 0px;
    border-radius: 2px;
    transition: all 0.29s ease-in-out 0s;
    min-height: 50px;
    box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
    border: 1px solid #faf9fb;
    margin-top: 30px;
}
.od-dropdown-menu-container:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 30px;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #faf9fb;
}
.od-dropdown-menu-container .od-dropdown-menu-content {
    padding: 15px 15px;
}
.od-dropdown-menu-container ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.od-dropdown-menu-container ul li {
    padding-bottom: 5px;
}
.od-dropdown-menu-container ul li:last-child {
    padding-bottom: 0px;
}
.od-dropdown-menu-container ul li a {
    font-size: 0.875rem;
    display: flex;
    padding: 0px 10px;
    align-items: center;
}
.od-dropdown-menu-container ul li a:hover {
    background-color: #faf9fb;
}
.od-localization-container {
    position: relative;
    padding: 20px 0px 20px 0px;
}
@media (min-width: 767.9px) {
    .od-localization-container {
        padding: 32px 0px 30px 20px;
    }
}
.od-localization-container a {
    text-decoration: none;
    position: relative;
}
.od-localization-container a i {
    font-size: 1.5rem;
}
.od-localization-container a span.notification-count {
    position: absolute;
    background: #f22613;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    left: 9px;
    top: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    font-size: 0.7rem;
    border: 1px solid #fff;
}
.od-localization-container .od-selected-language {
    display: flex;
    align-items: center;
}
.od-localization-container .od-selected-language span {
    padding: 0px 5px 0 7px;
}
.od-localization-container .od-dropdown-menu-container {
    right: 0px;
    min-width: 100%;
}
.od-localization-container:hover .od-dropdown-menu-container {
    display: block;
}
.od-animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
.od-slideIn {
    -webkit-animation-name: od-slideIn;
    animation-name: od-slideIn;
}
@media (max-width: 1024.9px) {
    .md-order-1 {
        order: 1;
    }
    .md-order-2 {
        order: 2;
    }
    .md-order-3 {
        order: 3;
    }
}
.od-my-account-container {
    position: relative;
    padding: 21px 0px 20px 15px;
}
@media (min-width: 767.9px) {
    .od-my-account-container {
        padding: 30px 0px 30px 25px;
    }
}
.od-my-account-container:hover .od-dropdown-menu-container {
    display: block;
}
.od-my-account-container span.od-my-account-nav-text {
    display: none;
}
.od-my-account-container a {
    text-decoration: none;
}
.od-my-account-container a.signin-button {
    color: #434343;
    background: rgba(0, 0, 0, 0);
}
.od-my-account-container a.signin-button span {
    display: none;
}
@media (min-width: 767.9px) {
    .od-my-account-container a.signin-button {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 8px;
        border: 2px solid #bc32ed;
        color: #bc32ed;
        padding: 8px 20px;
        font-size: 1rem;
        max-width: 80px;
        display: block;
        height: auto;
        line-height: 1.45em;
    }
    .od-my-account-container a.signin-button i {
        display: none;
    }
    .od-my-account-container a.signin-button span {
        display: block;
    }
}
.od-my-account-container a i {
    font-size: 1.6rem;
}
.od-my-account-container .odd-user-info {
    border-bottom: 1px solid #faf9fb;
}
.od-my-account-container .odd-user-info img {
    max-width: 40px;
}
.od-my-account-container .odd-user-info h2 {
    font-size: 1rem;
}
.od-my-account-container .odd-user-info h3 {
    font-size: 0.9rem;
}
.od-my-account-container .od-dropdown-menu-container {
    width: 250px;
    position: absolute;
    right: -15px;
}
.od-my-account-container .od-dropdown-menu-container::before {
    right: 15px;
}
.od-my-account-container .od-dropdown-menu-container nav.odd-nav ul {
    margin: 0px;
}
.od-my-account-container .od-dropdown-menu-container nav.odd-nav ul li a {
    padding: 10px 20px;
    margin: 0 0 5px;
}
.od-my-account-container .od-dropdown-menu-container nav.odd-nav ul li a:hover {
    background: rgba(0, 0, 0, 0);
}
.od-header-right-container {
    padding: 0px 20px 0 10px;
}
.od-header-right-container a {
    text-decoration: none;
}
.od-home-top-bg {
    position: relative;
    width: 100%;
    padding: 0px 20px 100px 20px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../fonts/images-bg-mobile.svg);
}
@media (min-width: 767.9px) {
    .od-home-top-bg {
        padding: 0px 30px 150px 30px;
        background-image: url(../fonts/images-bg.svg);
    }
}
.od-search-option {
    background: #fff;
    border: none;
    box-shadow: 0 10px 10px -15px #434343;
    padding: 35px 30px 20px;
    border-radius: 12px;
    width: 100%;
    margin: 32px 0 0;
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 767.9px) {
    .od-search-option {
        margin: 9.3545369504vh auto 0;
        padding: 50px;
    }
}
@media (min-width: 1024.9px) {
    .od-search-option {
        border-radius: 20px;
    }
}
@media (min-width: 1720px) {
    .od-search-option {
        max-width: 1180px;
        margin: 120px auto 0;
    }
}
.od-search-option .od-search-fields {
    flex-direction: column;
}
.od-search-option .od-location-dropdown .od-location-dropdown-trigger,
.od-search-option .od-location-dropdown .od-location-dropdown-trigger-close {
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
}
@media (min-width: 1024.9px) {
    .od-search-option .od-location-dropdown .od-location-dropdown-trigger,
    .od-search-option
        .od-location-dropdown
        .od-location-dropdown-trigger-close {
        font-size: 1rem;
        height: 50px;
        line-height: 50px;
    }
}
.od-search-option .od-location-dropdown .odl-wrap {
    border-radius: 10px;
}
.od-search-fields {
    flex: 0 0 100%;
    margin: 0 0 20px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1024.9px) {
    .od-search-fields {
        flex: 0 0 calc(25% + 10px);
        margin: 0;
    }
    .od-search-fields.odsf-submit {
        flex: 0 0 130px;
    }
}
@media (max-width: 767.9px) {
    .od-search-fields.od-search-fields-btns2 {
        position: fixed;
        width: 100%;
        background: #fff;
        left: 0;
        z-index: 1;
        bottom: 0;
        margin: 0;
        padding: 0 0 15px;
        box-shadow: 0px -2px 20px -15px #d5d5d5;
    }
}
.od-search-fields .od-search-option-label {
    font-size: 1rem;
    color: #522b79;
    margin: 0 0 10px;
}
@media (min-width: 1024.9px) {
    .od-search-fields .od-search-option-label {
        font-size: 1.25rem;
    }
}
.od-search-fields .od-search-option-input {
    height: 40px;
    position: relative;
}
@media (min-width: 1024.9px) {
    .od-search-fields .od-search-option-input {
        height: 50px;
    }
}
.od-search-fields .od-search-option-input .select2-container {
    width: 100% !important;
}
.od-search-fields
    .od-search-option-input
    .select2-container
    .select2-selection--single {
    min-height: 40px;
    border-radius: 10px;
}
@media (min-width: 1024.9px) {
    .od-search-fields
        .od-search-option-input
        .select2-container
        .select2-selection--single {
        min-height: 50px;
    }
}
.od-search-fields
    .od-search-option-input
    .select2-container
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
    right: 15px;
}
@media (min-width: 1024.9px) {
    .od-search-fields
        .od-search-option-input
        .select2-container
        .select2-selection--single
        .select2-selection__arrow {
        height: 50px;
    }
}
.od-search-fields
    .od-search-option-input
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 39px;
    font-size: 0.875rem;
}
@media (min-width: 1024.9px) {
    .od-search-fields
        .od-search-option-input
        .select2-container
        .select2-selection--single
        .select2-selection__rendered {
        font-size: 1rem;
        line-height: 49px;
    }
}
.od-search-fields .od-search-option-input select {
    width: 100%;
    height: 100%;
    border: 1px solid #522b79;
    border-radius: 3px;
    padding: 0 0 0 10px;
}
.od-search-fields .od-submit-btn {
    text-align: center;
}
@media (min-width: 767.9px) {
    .od-search-fields .od-submit-btn {
        text-align: right;
    }
}
.od-search-fields .od-button {
    max-width: 130px;
    margin: 20px 10px 0px 10px;
    border-radius: 10px;
}
@media (min-width: 1024.9px) {
    .od-search-fields .od-button {
        margin: 30px 10px 0px 10px;
    }
}
.od-search-fields .od-button.od-clear-all-filters {
    border: 1px solid #ad277c;
    background: #fff;
    color: #ad277c;
}
.od-top-bg-text h1 {
    color: #522b79;
    font-size: 1.875rem;
    text-align: center;
    line-height: 130%;
    margin: 0 0 10px;
}
.od-top-bg-text h1 span {
    color: #ad277c;
    display: block;
}
@media (min-width: 767.9px) {
    .od-top-bg-text h1 {
        font-size: 4.5rem;
        margin: 0 0 35px;
    }
}
.od-top-bg-text h2 {
    color: #605568;
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 51px;
}
@media (min-width: 767.9px) {
    .od-top-bg-text h2 {
        font-size: 1.5rem;
        margin-bottom: 68px;
    }
}
.od-top-bg-text .od-home-hadith-sec {
    position: relative;
    border: 1px solid #522b79;
    border-radius: 12px;
    padding: 15px 20px;
    text-align: center;
    max-width: 763px;
    margin: 0 auto;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 767.9px) {
    .od-top-bg-text .od-home-hadith-sec {
        border-radius: 20px;
        padding: 20px;
        min-height: 125px;
    }
}
.od-top-bg-text .od-home-hadith-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 33px;
    background-image: url(../fonts/images-hadith-bg-top.svg);
    top: -33px;
    left: 0;
    background-repeat: no-repeat;
    right: 0;
    text-align: center;
    background-position: center;
}
.od-top-bg-text .od-home-hadith-sec p {
    color: #605568;
    font-size: 0.75rem;
}
@media (min-width: 767.9px) {
    .od-top-bg-text .od-home-hadith-sec p {
        font-size: 1.125rem;
    }
}
.od-top-bg-text .od-home-hadith-sec span {
    background: linear-gradient(90deg, #522b79 0%, #ad277c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #522b79;
    font-size: 0.75rem;
}
@media (min-width: 767.9px) {
    .od-top-bg-text .od-home-hadith-sec span {
        font-size: 1.125rem;
    }
}
.od-top-bg-content-container {
    padding-top: 90px;
}
@media (min-width: 767.9px) {
    .od-top-bg-content-container {
        padding-top: 165px;
    }
}
@media (min-width: 1024.9px) {
    .od-top-bg-content-container {
        min-height: 980px;
    }
}
@media (min-width: 1720px) {
    .od-top-bg-content-container {
        min-height: 1069px;
        padding-top: 185px;
    }
}
.od-section {
    padding-bottom: 100px;
}
@media (min-width: 1024.9px) {
    .od-section {
        padding-bottom: 200px;
    }
}
.od-section h2 {
    font-size: 1.875rem;
    color: #522b79;
    margin: 0 20px 50px;
    text-align: center;
}
.od-section h2 span {
    color: #ad277c;
}
@media (min-width: 1024.9px) {
    .od-section h2 {
        font-size: 3rem;
    }
}
.od-section.od-home-call-to-action {
    text-align: center;
    margin: 0px 30px 0px;
}
@media (min-width: 1024.9px) {
    .od-section.od-home-call-to-action {
        margin: 0 30px;
    }
}
@media (min-width: 1720px) {
    .od-section.od-home-call-to-action {
        margin: -100px 30px 0;
    }
}
@media (min-width: 1921px) {
    .od-section.od-home-call-to-action {
        margin: 50px 30px 0;
    }
}
.od-section.od-home-call-to-action .cta-btn-group {
    display: flex;
    justify-content: space-between;
    max-width: 1110px;
    margin: 0 auto;
    align-items: center;
}
@media (max-width: 1024.9px) {
    .od-section.od-home-call-to-action .cta-btn-group {
        flex-direction: column;
    }
}
.od-section.od-home-call-to-action .od-button {
    font-size: 1.15rem;
    padding: 15px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
    max-width: 425px;
}
@media (min-width: 576px) {
    .od-section.od-home-call-to-action .od-button {
        font-size: 1.25rem;
        padding: 20px 20px;
    }
}
@media (min-width: 767.9px) {
    .od-section.od-home-call-to-action .od-button {
        font-size: 1.5rem;
        padding: 24px 30px;
        height: 85px;
    }
}
@media (min-width: 1024.9px) {
    .od-section.od-home-call-to-action .od-button {
        width: calc(50% - 30px);
        height: 100px;
        max-width: 100%;
    }
}
.od-section.od-home-call-to-action .od-button img {
    width: auto;
    height: 18px;
    margin-right: 15px;
}
@media (min-width: 576px) {
    .od-section.od-home-call-to-action .od-button img {
        height: 27px;
        margin-right: 18px;
    }
}
.od-section.od-home-call-to-action .od-button.second-btn {
    border: 1px solid #522b79;
    background: #fff;
    color: #522b79;
    box-shadow: 0px 4px 12px rgba(73, 0, 146, 0.08);
}
.od-section.od-home-call-to-action .od-button.second-btn:hover {
    box-shadow: 0px 6px 12px rgba(73, 0, 146, 0.12);
}
.od-section-widget-item-content {
    box-shadow: 0 3px 12px -2px #f0f0f0;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid #faf9fb;
    margin: 15px 30px;
    padding: 50px 0px;
    text-align: center;
    transition: box-shadow 0.35s ease 0s;
    box-shadow: 0px 7px 14px rgba(53, 0, 105, 0.06);
    border-radius: 20px;
}
@media (min-width: 767.9px) {
    .od-section-widget-item-content {
        margin: 15px;
    }
}
.od-section-widget-item-content:hover {
    box-shadow: 0 3px 12px -2px #d5d5d5;
    transition: box-shadow 0.35s ease 0s;
}
.od-section-widget-item-content img {
    height: 80px;
}
.od-section-widget-item-content h3 span {
    font-size: 3rem;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    margin: 12px 0;
}
.od-section-widget-item-content h4 {
    font-size: 1rem;
    color: #522b79;
    font-weight: 400;
}
.od-section-widget-item-content h3 {
    font-size: 1.5rem;
    color: #522b79;
}
.od-section-widget-item-content p {
    color: #434343;
}
.hiw-section .od-section-widget-item-content {
    padding: 55px 15px 50px;
    height: 320px;
}
.hiw-section .od-section-widget-item-content img {
    height: 58px;
    margin: 0 0 20px;
}
.hiw-section .od-section-widget-item-content h3 {
    color: #000;
    margin: 0 0 15px;
}
.hiw-section .od-section-widget-item-content p {
    color: #434343;
    font-size: 1rem;
}
.od-section-fbreview-item-content iframe {
    width: 100%;
    min-height: 300px;
}
.od-biodatas-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.od-biodatas-container:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, 0.35);
    left: 0;
    top: 0;
    transition: opacity 0.29s ease-in 0s;
    opacity: 0;
}
.od-biodatas-container.filter-open:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    left: 0;
    top: 0;
    transition: opacity 0.29s ease-in 0s;
    opacity: 1;
}
.od-biodatas-sidebar {
    flex: 0 0 100%;
    background: #fff;
    overflow-y: scroll;
    position: absolute;
    bottom: -100%;
    transition: all 0.29s ease-in 0s;
    bottom: -100%;
    height: 100%;
    width: 100%;
    z-index: 999;
}
@media (max-width: 767.9px) {
    .od-biodatas-sidebar.filter-open {
        bottom: 0;
        transition: all 0.29s ease-in 0s;
        position: fixed;
    }
    .od-biodatas-sidebar.filter-open
        .od-tab
        > input[type="radio"]:checked
        ~ label
        ~ .od-tab-content {
        display: block;
    }
}
@media (min-width: 767.9px) {
    .od-biodatas-sidebar {
        flex: 0 0 320px;
        position: relative;
        bottom: auto;
        z-index: 0;
        height: auto;
        box-shadow: 1px 0px 1px #faf9fb;
    }
}
.od-biodatas-sidebar::-webkit-scrollbar {
    width: 5px;
}
.od-biodatas-sidebar::-webkit-scrollbar-track {
    background: #fff;
}
.od-biodatas-sidebar::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border-radius: 5px;
}
.od-biodatas-sidebar::-webkit-scrollbar-thumb:hover {
    background: #522b79;
}
.od-biodatas-sidebar-filter-top {
    background: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1;
    box-shadow: 0px 2px 20px -15px #d5d5d5;
}
@media (min-width: 767.9px) {
    .od-biodatas-sidebar-filter-top {
        display: none;
    }
}
.od-biodatas-sidebar-filter-top a i {
    font-size: 20px;
}
.od-tabs {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 60px 0px 30px;
    padding: 0 20px 0;
}
@media (min-width: 767.9px) {
    .od-tabs {
        margin: 20px 0px 30px;
    }
}
.od-tabs .od-tab {
    width: 50%;
    background: #faf9fb;
    padding: 3px;
}
.od-tabs .od-tab > label {
    padding: 10px 0px;
    cursor: pointer;
    display: block;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
}
.od-tabs .od-tab > input[type="radio"] {
    display: none;
}
.od-tabs .od-tab > input[type="radio"]:checked ~ label {
    color: #522b79;
    background: #fff;
}
@media (min-width: 767.9px) {
    .od-tabs .od-tab > input[type="radio"]:checked ~ label ~ .od-tab-content {
        display: block;
    }
}
.od-tabs .od-tab-content {
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    top: 65px;
    padding: 0 20px 100px;
}
@media (min-width: 767.9px) {
    .od-tabs .od-tab-content {
        padding: 0 20px 45px;
    }
}
.od-tabs .od-tab-content .od-search-fields .od-button {
    max-width: 115px;
    margin: 20px 10px 0px 10px;
    border-radius: 10px;
    height: 42px;
    line-height: 42px;
}
@media (max-width: 767.9px) {
    .od-tabs .od-tab-content .od-search-fields .od-button {
        margin: 15px 10px 0px 10px;
    }
}
.odb-general-accordion-group {
    position: relative;
    margin: 0 0 20px;
    background: linear-gradient(112.12deg, #fef5f9 -0.12%, #ffffff 76.88%);
    box-shadow: 0px 3px 6px rgba(53, 0, 105, 0.06);
    border-radius: 8px;
    padding: 15px 20px;
}
.odb-general-accordion-group .odbs-group-trigger[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}
.odb-general-accordion-group .odb-general-accordion-content {
    display: none;
    margin-top: 25px;
}
.odb-general-accordion-group
    .odbs-group-trigger[type="checkbox"]:checked
    + .odbs-group-trigger-title:after {
    transform: rotate(180deg);
    transition: all 0.29s ease 0s;
}
.odb-general-accordion-group
    .odbs-group-trigger[type="checkbox"]:checked
    ~ .odb-general-accordion-content {
    display: block;
}
.odb-general-accordion-group .odbs-group-trigger-title {
    display: block;
    width: 100%;
    position: relative;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 700;
    color: #522b79;
}
.odb-general-accordion-group .odbs-group-trigger-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    font-family: "FontAwesome";
    transition: all 0.29s ease 0s;
}
.odb-each-field {
    margin: 0 0 20px;
}
.odb-each-field .odb-ef-label {
    margin: 0 0 10px;
    color: #434343;
}
.odb-each-field .odb-ef-input {
    width: 100%;
    position: relative;
}
.odb-each-field .odb-ef-input select {
    width: 100%;
}
.odb-each-field .odb-ef-input input {
    background: #fff;
}
.odb-each-field .odb-ef-input .select2-container {
    width: 100% !important;
}
.odb-each-field .odb-field-checkbox {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.odb-each-field .odb-field-checkbox input {
    margin-right: 5px;
}
.odb-each-field .odb-ef-slider-head {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 0;
    font-size: 0.875rem;
}
.od-search-fields-btns {
    justify-content: center;
    display: flex;
}
@media (min-width: 767.9px) {
    .od-search-fields-btns button.od-button[type="submit"] {
        display: none;
    }
}
.od-search-fields-btns button.od-button[type="reset"] {
    color: #522b79;
    background: #fff;
    border: none;
}
@media (max-width: 767.9px) {
    .od-search-fields-btns button.od-button[type="reset"] {
        margin-right: 30px;
    }
}
.od-biodatas-content {
    flex: 0 0 100%;
    padding: 30px 20px 45px;
    position: relative;
    min-height: calc(100vh - 90px);
}
@media (min-width: 767.9px) {
    .od-biodatas-content {
        flex: 0 0 calc(100% - 320px);
    }
}
.odbc-head {
    display: flex;
    flex-direction: column;
}
.odbc-title-group h1 {
    text-align: center;
    margin: 0 0 5px;
}
.odbc-title-group p.result-found {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 30px;
}
@media (max-width: 767.9px) {
    .odbc-title-group {
        order: 2;
        margin: 20px 0 0;
    }
}
@media (max-width: 767.9px) {
    .od-search-filters.fixedTop {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding: 20px;
        background: #fff;
        box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
        z-index: 99;
    }
}
.od-search-filters .od-bio-sort-option {
    display: flex;
}
.od-search-filters .od-bio-sort-option .select2-container {
    min-width: 150px;
}
@media (min-width: 767.9px) {
    .od-search-filters .od-bio-sort-option .select2-container {
        margin-left: auto;
    }
}
.od-mob-filter-trigger {
    text-align: right;
}
.od-mob-filter-trigger a {
    max-width: 150px;
    display: flex;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 5px;
}
.od-mob-filter-trigger a img {
    width: 12px;
    filter: brightness(0) invert(1);
    margin-right: 5px;
}
@media (min-width: 767.9px) {
    .od-mob-filter-trigger {
        display: none;
    }
}
.odbc-each-biodata-card {
    margin: 15px;
    border-radius: 5px;
    transition: all 0.292s ease 0s;
}
.odbc-each-biodata-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
    transform: scale(1.01);
    transition: all 0.292s ease 0s;
}
.odbcebc-head {
    background: #522b79;
    text-align: center;
    padding: 20px 0 15px;
    border: 1px solid #522b79;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.odbcebc-head .biodata-shortlisted-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
}
.odbcebc-head .biodata-shortlisted-icon img {
    border-radius: 0;
    filter: brightness(100);
    width: 16px;
}
.odbcebc-head .biodata-shortlisted-icon:hover {
    background: #fff;
}
.odbcebc-head .biodata-shortlisted-icon:hover img {
    filter: none;
}
.odbcebc-head a {
    text-decoration: none;
}
.odbcebc-head img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}
.odbcebc-head h2 {
    color: #fff;
    font-size: 1.3rem;
    margin: 15px 0 2px;
    font-weight: 400;
}
.odbcebc-head h3 {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 400;
}
.odbcebc-content {
    border: 1px solid #d5d5d5;
    padding: 20px 20px 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.odbcebc-content .each-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d5d5d5;
}
.odbcebc-content .each-item:first-child {
    border-top: 1px solid #d5d5d5;
}
.odbcebc-content .each-item label,
.odbcebc-content .each-item p {
    flex: 0 0 50%;
    text-align: center;
    padding: 5px;
    color: #434343;
}
.odbcebc-content .each-item label {
    border-right: 1px solid #d5d5d5;
}
.odbcebc-content .odbcebc-button {
    padding: 25px 0 0;
}
.odbcebc-content .odbcebc-button a.od-button {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.od-user-login-form-container,
.od-user-registration-form-container,
.od-pass-reset-form-container {
    max-width: 100%;
    margin: 0px 20px;
    padding: 60px 0px 100px 0px;
}
@media (min-width: 576px) {
    .od-user-login-form-container,
    .od-user-registration-form-container,
    .od-pass-reset-form-container {
        max-width: 450px;
        padding: 100px 0px 150px 0px;
        margin: 0px auto;
    }
}
.od-form-control-textarea {
    height: 200px !important;
    resize: none;
}
.od__box_title {
    margin: 0px 0px 25px;
    color: #522b79;
}
.od-box-sub-title {
    padding: 0px 20px 15px;
}
.od-social-list a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 39px;
    text-align: center;
    font-size: 16px;
}
.od-user-registration-form-container .od-form-submit-button .od-button,
.od-user-login-form-container .od-form-submit-button .od-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.od-user-registration-form-container .od-form-submit-button .od-button span,
.od-user-login-form-container .od-form-submit-button .od-button span {
    content: url("../fonts/images-user-ico.svg");
    position: relative;
    left: -10px;
    top: -1px;
}
.od-button.od-btn-google a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.od-button.od-btn-google a:before {
    content: url("../fonts/images-google-logo-ico.svg");
    position: relative;
    left: -10px;
    line-height: 0;
}
.od-social-list a {
    color: #fff;
}
.od-social-list a.google {
    background-color: #e62833;
}
.od-login-account a {
    text-decoration: none;
}
.od-create-account a {
    text-decoration: none;
    color: #fff;
    display: block;
}
.od-create-account a span {
    content: url(../fonts/images-plus-ico.svg);
    position: relative;
    left: -10px;
    top: 3px;
}
.od-pass-note {
    font-size: 10px;
    padding-top: 5px;
}
.od-btn-google {
    background: #fff;
    border: none;
    box-shadow: 0px 6px 12px rgba(73, 0, 146, 0.06);
}
.od-btn-google a {
    color: #434343;
}
.od-btn-manual .fa-angle-down,
.od-btn-manual .fa-angle-up {
    padding-left: 15px;
}
.od-terms-conditions label {
    cursor: pointer;
}
.od-terms-conditions label input {
    top: 1.5px;
    position: relative;
    margin-right: 3px;
}
.od-user-account-container {
    position: relative;
}
.odd-sidebar {
    width: 280px;
    position: relative;
    transition: all 0.29s ease-in 0s;
    z-index: 9;
    background: #fff;
    position: absolute;
    min-height: 100%;
    transform: translateX(-280px);
}
@media (min-width: 1024.9px) {
    .odd-sidebar {
        position: relative;
        transform: translateX(0px);
        box-shadow: 2px 0px 2px #d5d5d5;
    }
}
.odd-sidebar.side-inactive {
    transform: translateX(0px);
}
@media (min-width: 1024.9px) {
    .odd-sidebar.side-inactive {
        transform: translateX(-280px);
        box-shadow: 0px 0px 0px #d5d5d5;
    }
}
.odd-sidebar.side-inactive .sidebar-trigger:before {
    content: "";
}
@media (min-width: 1024.9px) {
    .odd-sidebar.side-inactive .sidebar-trigger:before {
        content: "";
    }
}
.odd-sidebar .sidebar-trigger:before {
    background: #522b79;
    color: #fff;
    width: 40px;
    height: 40px;
    right: -40px;
    top: 0;
    content: "";
    position: absolute;
    font-family: "FontAwesome";
    line-height: 40px;
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
    box-shadow: 0px 1px 1px #000;
}
@media (min-width: 1024.9px) {
    .odd-sidebar .sidebar-trigger:before {
        content: "";
    }
}
.odd-user-info {
    text-align: center;
    padding: 15px 15px 20px;
}
.odd-user-info img {
    width: 100%;
    max-width: 70px;
}
.odd-user-info h2 {
    text-transform: capitalize;
    font-size: 1.35rem;
    margin: 8px 0px 12px;
    color: #522b79;
}
.odd-user-info button {
    background: #522b79;
    color: #fff;
    border: 0;
    padding: 7px 15px;
    border-radius: 3px;
    margin: 15px 0 0;
    cursor: pointer;
    font-size: 0.875rem;
}
.odd-bio-status-wrap {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.odd-bio-status-wrap h3 {
    flex: 0 0 100%;
    max-width: 100%;
    color: #434343;
    margin: 0 0 5px;
    font-size: 1.25rem;
    font-weight: 400;
}
.odd-bio-status-wrap .odd-bio-status {
    color: #fff;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.odd-bio-status-wrap .odd-bio-status span {
    padding: 4px 12px;
    border-radius: 3px;
}
.odd-bio-status-wrap .odd-bio-status span.od-not-created {
    background: #d5d5d5;
}
.odd-bio-status-wrap .odd-bio-status span.od-incomplete {
    background: #0193df;
}
.odd-bio-status-wrap .odd-bio-status span.od-not-published {
    background: #f9ca24;
}
.odd-bio-status-wrap .odd-bio-status span.od-in-review {
    background: #e67e22;
}
.odd-bio-status-wrap .odd-bio-status span.od-not-approved {
    background: #f22613;
}
.odd-bio-status-wrap .odd-bio-status span.od-approved {
    background: #61072f;
}
.odd-bio-status-wrap .odd-bio-status span.od-hidden {
    background: #838383;
}
.odd-bio-status-trigger {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 10px;
    margin-left: 10px;
}
.odd-bio-status-trigger input {
    opacity: 0;
    width: 0;
    height: 0;
}
.odd-bio-status-slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d5d5d5;
    transition: 0.4s;
    border-radius: 20px;
}
.odd-bio-status-slide:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: -5px;
    background-color: #838383;
    transition: 0.4s;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #fff;
}
.odd-bio-status-trigger input:checked + .odd-bio-status-slide {
    background-color: #61072f;
}
.odd-bio-status-trigger input:checked + .odd-bio-status-slide:before {
    background-color: #61072f;
}
.odd-bio-status-trigger input:focus + .odd-bio-status-slide {
    box-shadow: 0 0 1px #61072f;
}
.odd-bio-status-trigger input:checked + .odd-bio-status-slide:before {
    transform: translateX(20px);
}
nav.odd-nav ul {
    margin: 30px 0 20px;
    padding: 0;
    list-style: none;
}
@media (min-width: 1024.9px) {
    nav.odd-nav ul {
        margin: 50px 0 30px;
    }
}
nav.odd-nav li.active {
    background: #faf9fb;
}
nav.odd-nav li.active a,
nav.odd-nav li.active a:hover,
nav.odd-nav li.active a:focus {
    background: linear-gradient(90deg, #522b79 0%, #ad277c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
nav.odd-nav li.active a img,
nav.odd-nav li.active a:hover img,
nav.odd-nav li.active a:focus img {
    transition: filter 0.29s ease 0s;
    filter: grayscale(0%);
}
nav.odd-nav a {
    text-decoration: none;
    display: flex;
    font-size: 1rem;
    padding: 10px 20px;
    margin: 0 0 10px;
    transition: box-shadow 0.29s ease 0s;
    align-items: center;
    color: #434343;
}
nav.odd-nav a img {
    height: 32px;
    margin-right: 10px;
    filter: grayscale(100%);
    transition: filter 0.29s ease 0s;
    background: #fef1f6;
    padding: 8px;
    border-radius: 4px;
}
nav.odd-nav a:hover {
    box-shadow: 0 0px 10px -5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.29s ease 0s;
    color: #522b79;
}
nav.odd-nav a:hover img {
    transition: filter 0.29s ease 0s;
    filter: grayscale(0%);
}
.od-pagination {
    padding: 30px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.od-pagination ul {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 25px 0px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.od-pagination li {
    padding: 0px 8px;
    line-height: 40px;
}
.od-pagination li a {
    box-shadow: 0px 2px 5px -4px #7c26d2;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #faf9fb;
}
.od-pagination li a:hover {
    color: #522b79;
    box-shadow: 0px 2px 7px -4px #838383 inset;
}
.od-pagination li a.active {
    color: #fff;
    background: #522b79;
    border: 1px solid #522b79;
}
@media (min-width: 1024.9px) {
    .od-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.od-pagination .odp-prev a,
.od-pagination .odp-next a {
    border: 1px solid #faf9fb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 1.5rem;
    box-shadow: 0px 2px 5px -4px #522b79;
}
.od-pagination .odp-prev a:hover,
.od-pagination .odp-next a:hover {
    color: #fff;
    background: #522b79;
    border: 1px solid #522b79;
}
.odd-content {
    background: #faf9fb;
    flex: 1 1 100%;
    padding: 10px;
    transition: flex 0.29s ease-in 0s, margin 0.29s ease-in 0s;
    margin-left: 0px;
}
@media (min-width: 1024.9px) {
    .odd-content {
        flex: 1 1 calc(100% - 280px);
    }
}
.odd-content.side-inactive,
.odd-content.active {
    flex: 1 1 100%;
    margin-left: 0px;
    position: relative;
}
.odd-content.side-inactive:after,
.odd-content.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    left: 0;
    top: 0;
    transition: flex 0.29s ease-in 0s, margin 0.29s ease-in 0s;
    z-index: 8;
}
@media (min-width: 1024.9px) {
    .odd-content.side-inactive,
    .odd-content.active {
        margin-left: -280px;
    }
    .odd-content.side-inactive:after,
    .odd-content.active:after {
        display: none;
    }
}
.odd-content .odd-content-inner {
    background: #faf9fb;
    margin: 10px;
    border-radius: 5px;
    min-height: calc(100vh - 350px);
}
@media (min-width: 767.9px) {
    .odd-content .odd-content-inner {
        min-height: calc(100vh - 285px);
    }
}
.odd-content .odd-content-inner.pledge-page {
    background: #faf9fb;
}
.odd-content .odd-content-title h1 {
    margin: 25px 0 20px;
    text-align: center;
    padding: 0 15px 20px;
    color: #522b79;
}
.odd-content .odd-list-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 5px;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #d5d5d5;
    align-items: center;
    background: #fff;
    border-radius: 5px;
}
@media (min-width: 767.9px) {
    .odd-content .odd-list-item {
        padding: 15px 20px;
    }
}
.odd-content .odd-list-item:hover {
    background: #faf9fb;
}
.odd-content .odd-list-item.list-head:hover {
    background: #fff;
}
.odd-content .odd-list-item h4,
.odd-content .odd-list-item div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.odd-content .odd-list-item h4:nth-child(1),
.odd-content .odd-list-item div:nth-child(1) {
    width: 8%;
    text-align: left;
}
@media (min-width: 1024.9px) {
    .odd-content .odd-list-item h4:nth-child(1),
    .odd-content .odd-list-item div:nth-child(1) {
        width: 5%;
    }
}
.odd-content .odd-list-item h4:nth-child(2),
.odd-content .odd-list-item div:nth-child(2) {
    width: 35%;
}
@media (min-width: 1024.9px) {
    .odd-content .odd-list-item h4:nth-child(2),
    .odd-content .odd-list-item div:nth-child(2) {
        width: 15%;
    }
}
.odd-content .odd-list-item h4:nth-child(3),
.odd-content .odd-list-item div:nth-child(3) {
    width: 15%;
}
.odd-content .odd-list-item h4:nth-child(4),
.odd-content .odd-list-item div:nth-child(4) {
    display: none;
}
@media (min-width: 1024.9px) {
    .odd-content .odd-list-item h4:nth-child(4),
    .odd-content .odd-list-item div:nth-child(4) {
        display: block;
        width: 45%;
    }
}
.odd-content .odd-list-item h4:nth-child(5),
.odd-content .odd-list-item div:nth-child(5) {
    width: 30%;
}
@media (min-width: 1024.9px) {
    .odd-content .odd-list-item h4:nth-child(5),
    .odd-content .odd-list-item div:nth-child(5) {
        width: 10%;
    }
}
.odd-content .odd-list-item h4 {
    color: #434343;
}
.odd-content .odd-list-item .odd-list-item-option a {
    color: #838383;
    border: 1px solid #838383;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    transition: all 0.29s ease 0s;
}
.odd-content .odd-list-item .odd-list-item-option a.oddl-link:hover {
    color: #fff;
    background: #522b79;
    border: 1px solid #522b79;
}
.odd-content .odd-list-item .odd-list-item-option a.oddl-delete:hover {
    color: #fff;
    background: #f22613;
    border: 1px solid #f22613;
}
.odd-content .odd-list-item .odd-list-item-option a.oddl-check:hover {
    color: #fff;
    background: #ad277c;
    border: 1px solid #ad277c;
}
.odd-content .od-bio-create {
    text-align: center;
    margin: 40px 10px 50px;
}
@media (max-width: 767.9px) {
    .odd-content .od-bio-create {
        margin: 40px 10px 20px;
    }
}
.odd-content .od-bio-create a.od-bio-create-btn,
.odd-content .od-bio-create button.od-bio-create-btn {
    background: #ad277c;
    color: #fff;
    border: 1px solid #61072f;
    text-decoration: none;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 350px;
    font-size: 1.35rem;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 50px;
    display: block;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.29s ease-in 0s;
}
.odd-content .od-bio-create a.od-bio-create-btn:hover,
.odd-content .od-bio-create button.od-bio-create-btn:hover {
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}
.odd-content .od-bio-create a.od-vedio-tut {
    color: red;
    text-decoration: none;
    font-size: 1.35rem;
    margin: 20px 0 0;
    display: inline-block;
    margin: 20px auto 0;
}
.odd-content .odd-home-card {
    display: flex;
}
.odd-content .odd-home-card .odd-home-card-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px 15px;
    text-decoration: none;
    margin: 10px;
    min-height: 150px;
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(135deg, #fef5f9 0%, #fff 100%);
    box-shadow: 0px 7px 14px 0px rgba(53, 0, 105, 0.06);
}
@media (min-width: 767.9px) {
    .odd-content .odd-home-card .odd-home-card-inner {
        padding: 20px 25px;
    }
}
.odd-content .odd-home-card .odd-home-card-inner img {
    width: auto;
    height: 45px;
}
.odd-content .odd-home-card .odd-home-card-inner .odd-user-info img {
    width: 100%;
    max-width: 70px;
    height: auto;
}
.odd-content .odd-home-card .odd-home-card-content {
    width: 100%;
}
.odd-content .odd-home-card .count-number {
    font-size: 2.25rem;
}
.odd-content .odd-home-card h3 {
    font-size: 1rem;
    margin-bottom: 0px;
}
.odd-content .odd-home-card .odd-bio-status-wrap h3 {
    color: #434343;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 5px;
}
.odd-content .odd-home-card p {
    color: #838383;
}
.odd-content .odd-home-card.visited {
    color: #522b79;
    text-align: center;
}
.odd-content .odd-home-card.visited .visited-graph {
    display: flex;
    justify-content: space-between;
    margin: 15px 10px 0;
}
.odd-content .odd-home-card.visited .visited-graph label {
    background: #522b79;
    color: #fff;
    padding: 5px 8px;
    display: block;
    margin: 0 0 8px;
    border-radius: 3px;
}
.odd-content .odd-home-card.visited .visited-graph span {
    color: #838383;
}
.odd-content .odd-home-card.shortlistYou {
    color: #522b79;
    text-align: center;
}
.odd-content .odd-home-card.package {
    color: #522b79;
    text-align: center;
}
.odd-content .odd-home-card.package .odd-home-card-inner {
    background: #522b79;
}
.odd-content .odd-home-card.package .package-content {
    margin: 15px 0 0;
}
.odd-content .odd-home-card.package .count-number {
    color: #fff;
}
.odd-content .odd-home-card.package h3 {
    color: #faf9fb;
}
.odd-content .odd-home-card.package p {
    color: #d5d5d5;
    max-width: 240px;
    margin: 0 auto;
}
.odd-content .odd-home-card.package a {
    text-decoration: none;
    background: #ad277c;
    color: #fff;
    padding: 10px 20px;
    display: block;
    margin: 5px auto 0;
    max-width: 180px;
    border-radius: 40px;
    font-weight: 700;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
    transition: all 0.29s ease-in 0s;
}
.odd-content .odd-home-card.package a:hover {
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}
.odd-content .od-primary-terms {
    margin: 15px auto;
    max-width: 850px;
}
.odd-content .od-primary-terms h2 {
    text-align: center;
    margin: 0 0 20px;
}
.odd-content .od-primary-terms img {
    max-width: 100px;
    margin: 0 auto 15px;
    display: block;
    border-radius: 50%;
}
.odd-content .od-primary-terms .for-male {
    padding: 20px;
    background: #522b79;
    color: #fff;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    width: 100%;
    border-radius: 8px;
}
@media (min-width: 767.9px) {
    .odd-content .od-primary-terms .for-male {
        padding: 30px;
        margin-bottom: 0px;
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
        margin-right: 10px;
        width: calc(50% - 10px);
    }
}
.odd-content .od-primary-terms .for-male h2 {
    color: #522b79;
}
.odd-content .od-primary-terms .for-female {
    padding: 20px;
    background: #ad277c;
    color: #fff;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.5);
    width: 100%;
    border-radius: 8px;
}
@media (min-width: 767.9px) {
    .odd-content .od-primary-terms .for-female {
        padding: 30px;
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
        margin-left: 10px;
        width: calc(50% - 10px);
    }
}
.odd-content .od-primary-terms ul {
    margin: 0 0 0 15px;
    padding: 0;
}
.odd-content .od-primary-terms li {
    margin-bottom: 15px;
}
.odd-content .od-acceptance {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0px 35px;
}
@media (min-width: 767.9px) {
    .odd-content .od-acceptance {
        max-width: 60%;
        padding: 30px 20px 35px;
    }
}
.odd-content .od-acceptance a.not-approve-reason-link {
    text-align: center;
    display: block;
    color: #f22613;
    font-size: 1.25em;
    font-weight: 700;
}
.odd-content .od-acceptance h2 {
    text-align: center;
    display: block;
    margin: 35px 0 15px;
    color: #522b79;
}
.odd-content .od-acceptance .each-pledge label {
    display: flex;
    margin: 0 0 10px;
    align-items: flex-start;
}
.odd-content .od-acceptance .each-pledge label input {
    margin: 3px 7px 0 0;
}
.odd-content .od-acceptance .od-bio-create {
    margin: 30px 0 0;
}
@media (max-width: 767.9px) {
    .odd-content .od-acceptance .od-bio-create a {
        width: 280px;
    }
}
.od-myPurchased-histories-content .odd-list-item {
    flex-wrap: inherit;
}
button.od-bio-create-btn {
    cursor: pointer;
}
.odd-edit-biodata {
    display: flex;
    padding: 0px 5px 30px;
    flex-wrap: wrap;
}
@media (min-width: 767.9px) {
    .odd-edit-biodata {
        padding: 30px 30px;
    }
}
.odd-biodata-nav {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0 0px 0 0px;
    position: relative;
    z-index: 1;
}
@media (min-width: 1024.9px) {
    .odd-biodata-nav {
        flex: 0 0 35%;
        max-width: 35%;
        padding: 30px 40px 0 0px;
    }
}
@media (min-width: 1180px) {
    .odd-biodata-nav {
        padding: 30px 80px 0 0px;
    }
}
.odd-biodata-nav .odd-mobile-nav-head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 15px;
    text-align: center;
}
@media (min-width: 767.9px) {
    .odd-biodata-nav .odd-mobile-nav-head {
        display: none;
    }
}
.odd-biodata-nav .odd-mobile-nav-head h2 {
    color: #522b79;
}
.odd-biodata-nav .odd-mobile-nav-head h3 {
    color: #838383;
    font-size: 0.9rem;
    font-weight: 400;
}
.odd-biodata-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (max-width: 1024.9px) {
    .odd-biodata-nav ul {
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        margin: 0 0 20px;
    }
}
@media (max-width: 767.9px) {
    .odd-biodata-nav ul {
        margin: 0 0 5px;
        border-bottom: 1px solid #d5d5d5;
        padding: 0 0 15px;
    }
}
.odd-biodata-nav li {
    display: flex;
    justify-content: space-between;
}
.odd-biodata-nav li a {
    display: block;
    text-decoration: none;
    font-size: 1rem;
    text-align: right;
    position: relative;
    width: 100%;
    padding: 15px 60px 15px 0px;
}
@media (max-width: 1024.9px) {
    .odd-biodata-nav li a {
        padding: 12.5px 0px;
        width: 25px;
    }
}
.odd-biodata-nav li a:before {
    position: absolute;
    content: "";
    background: #d5d5d5;
    width: 1px;
    height: 100%;
    z-index: 1;
    right: 12px;
    top: -50%;
}
@media (max-width: 1024.9px) {
    .odd-biodata-nav li a:before {
        width: calc(100vw - 50px);
        height: 1px;
        top: 12px;
    }
}
.odd-biodata-nav li a p {
    font-size: 1rem;
}
@media (max-width: 1024.9px) {
    .odd-biodata-nav li a p {
        display: none;
    }
}
.odd-biodata-nav li span {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #d5d5d5;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 0.875rem;
    right: 0px;
    z-index: 2;
    background: #fff;
    top: 15px;
}
@media (max-width: 1024.9px) {
    .odd-biodata-nav li span {
        top: 0;
    }
}
@media (max-width: 767.9px) {
    .odd-biodata-nav li span {
        font-size: 0.7rem;
    }
}
.odd-biodata-nav li.active a:before {
    background: #522b79;
}
.odd-biodata-nav li.active span {
    border: 1px solid #ad277c;
    background: #ad277c;
    color: #fff;
}
.odd-biodata-nav li.completed a:before {
    background: #522b79;
}
.odd-biodata-nav li.completed a span {
    background: #522b79;
    color: #fff;
}
.odd-biodata-nav li:first-child a:before {
    display: none;
}
.odd-biodata-nav .odd-biodata-nav-item.disabled a {
    color: #838383;
    cursor: default;
}
.odd-biodata-content {
    flex: 0 0 100%;
}
@media (min-width: 1024.9px) {
    .odd-biodata-content {
        flex: 1 1 65%;
    }
}
.odd-biodata-content .form-content {
    display: none;
}
.odd-biodata-content .form-content.active {
    display: block;
}
.odd-biodata-content .form-content .oddb-title {
    border-bottom: 1px solid #d5d5d5;
    padding: 0 0 10px;
}
@media (max-width: 767.9px) {
    .odd-biodata-content .form-content .oddb-title {
        display: none;
    }
}
.odd-biodata-content .form-content .oddb-title h2 {
    color: #522b79;
}
.odd-biodata-content .od-form-group-container {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}
.od-location-dropdown .od-location-dropdown-trigger,
.od-location-dropdown .od-location-dropdown-trigger-close {
    border: 1px solid #d5d5d5;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #434343;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    background: #fff;
    border-radius: 5px;
}
.od-location-dropdown .od-location-dropdown-trigger:after {
    position: absolute;
    right: 15px;
    content: "";
    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: #888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    top: calc(50% - 2.5px);
}
.od-location-dropdown .odl-wrap {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 100;
    padding: 20px 20px;
    width: 100%;
    top: 0;
    box-shadow: 0px 2px 5px #d5d5d5;
    height: 280px;
    border-radius: 5px;
}
.od-location-dropdown .odl-wrap.active {
    display: block;
}
.od-location-dropdown .odl-head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}
.od-location-dropdown .odl-head h3 {
    font-size: 1rem;
}
.od-location-dropdown .odl-head a {
    color: #838383;
}
.od-location-dropdown .location-search {
    width: 100%;
    height: 40px;
    border: 1px solid #d5d5d5;
    padding: 0 15px;
    line-height: 40px;
    display: none;
}
.od-location-dropdown .odl-nav {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    max-height: 150px;
    overflow-y: auto;
}
.od-location-dropdown .odl-nav::-webkit-scrollbar {
    width: 3px;
}
.od-location-dropdown .odl-nav::-webkit-scrollbar-track {
    background: #faf9fb;
}
.od-location-dropdown .odl-nav::-webkit-scrollbar-thumb {
    background: #d5d5d5;
}
.od-location-dropdown .odl-nav::-webkit-scrollbar-thumb:hover {
    background: #434343;
}
.od-location-dropdown .odl-nav li:last-child a {
    border-bottom: 0;
}
.od-location-dropdown .odl-nav a {
    border-bottom: 1px solid #faf9fb;
    position: relative;
    display: block;
    padding: 5px 15px;
    color: #838383;
}
.od-location-dropdown .odl-nav a:after {
    position: absolute;
    right: 10px;
    content: "";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
}
.od-location-dropdown .odl-nav a:hover,
.od-location-dropdown .odl-nav a:focus {
    background: #faf9fb;
}
.od-location-dropdown .od-selected-location {
    max-width: calc(100vw - 120px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.od-location-dropdown .od-remove-selected-location {
    margin-left: auto;
}
.od-biodata-pagination {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
}
.od-biodata-pagination a,
.od-biodata-pagination input {
    max-width: 140px;
    height: 50px;
    line-height: 50px;
}
@media (min-width: 767.9px) {
    .od-biodata-pagination a,
    .od-biodata-pagination input {
        max-width: 170px;
    }
}
.od-biodata-pagination a.od-form-previous-step,
.od-biodata-pagination input.od-form-previous-step {
    background: #838383;
}
.od-biodata-pagination .od-biodata-pagination-next-container {
    width: 100%;
    position: relative;
    max-width: 140px;
}
@media (min-width: 767.9px) {
    .od-biodata-pagination .od-biodata-pagination-next-container {
        max-width: 170px;
    }
}
.od-biodata-pagination .od-biodata-pagination-next-container .od-loader-small {
    left: -15px;
}
.od-custom-drop_down_select_box {
    display: flex;
    flex-direction: column-reverse;
}
.od-area-text-input {
    margin-top: 5px;
}
.od-only-biodata-field {
    display: none !important;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-search__field:focus {
    border: none;
    box-shadow: none;
}
.select2-container--default
    .select2-selection--multiple
    .select2-search__field {
    transition: none;
    padding: 0px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #532a79;
    border: 1px solid #532a79;
    font-size: 13px;
    color: #fff;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #fff;
}
.select2-container--default
    .select2-selection--multiple
    .od-form-group-input
    input[type="search"] {
    padding: 0px 15px;
    min-height: 40px;
}
.select2-results__options[aria-multiselectable="true"]
    .select2-results__option[aria-selected="true"] {
    display: none;
}
.has-user-input-tag[aria-multiselectable="true"]
    [aria-selected="false"]:first-child:not(:empty)::after {
    content: '"';
}
.select2-container .select2-selection--multiple {
    min-height: 40px;
}
.select2-selection--multiple .select2-search__field {
    min-height: auto !important;
    font-size: 13px !important;
}
.od-multitag-enable {
    border: none !important;
}
.connection-details {
    padding: 0 0 150px;
}
.odd-each-price-plan {
    text-align: center;
    padding: 25px 20px 30px;
    margin: 0 15px 30px;
    background: linear-gradient(112.12deg, #fef5f9 -0.12%, #ffffff 99.88%);
    box-shadow: 0px 7px 14px rgba(53, 0, 105, 0.06);
    border-radius: 8px;
}
.odd-each-price-plan h2 {
    color: #522b79;
    font-size: 1.424rem;
}
@media (max-width: 576px) {
    .odd-each-price-plan h2 {
        font-size: 1.125rem;
    }
}
.oddepp-content {
    max-width: 260px;
    margin: 15px auto;
}
@media (max-width: 576px) {
    .oddepp-content {
        max-width: 210px;
    }
}
.oddepp-content h3 {
    margin-bottom: 13px;
    font-size: 1rem;
    line-height: 20px;
    color: #00c875;
}
@media (max-width: 576px) {
    .oddepp-content h3 {
        font-size: 0.79rem;
        margin-bottom: 8px;
    }
}
.oddepp-content h4 {
    margin-bottom: 13px;
    font-size: 1.266rem;
    color: #434343;
    line-height: 20px;
}
@media (max-width: 576px) {
    .oddepp-content h4 {
        font-size: 1rem;
        margin-bottom: 8px;
    }
}
.oddepp-content p {
    color: #522b79;
    font-size: 0.889rem;
    line-height: 20px;
}
@media (max-width: 576px) {
    .oddepp-content p {
        font-size: 0.702rem;
    }
}
.oddepp-action a {
    padding: 10px 30px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 287px;
    margin: 0 auto;
}
@media (max-width: 576px) {
    .oddepp-action a {
        font-size: 0.889rem;
    }
}
.oddepp-action a img {
    width: 16px;
    filter: grayscale(100%) brightness(0%) invert(100%);
    margin: -5px 9px 0 0;
}
.odd-wallet {
    background: linear-gradient(112.12deg, #fef5f9 -0.12%, #ffffff 99.88%);
    box-shadow: 0px 7px 14px rgba(53, 0, 105, 0.06);
    border-radius: 8px;
    max-width: 33.33333%;
    margin: 0 auto 30px;
    text-align: center;
    padding: 20px 15px 25px;
}
@media (max-width: 576px) {
    .odd-wallet {
        max-width: 100%;
        margin: 0 10px 30px;
    }
}
.odd-wallet span {
    color: #522b79;
    font-weight: 700;
    font-size: 1.3rem;
    border: 0.5px solid #f8adce;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 0 auto 10px;
    background: linear-gradient(
        180deg,
        #fdebf3 0%,
        rgba(253, 235, 243, 0) 100%
    );
}
.odd-wallet h3 {
    font-weight: 400;
}
.odd-wallet p {
    color: #d5d5d5;
}
.how-to-video a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 338px;
    width: 100%;
    background: #fff;
    margin: 0 auto 30px;
    border: 1px solid #d5d5d5;
    color: #522b79;
}
.how-to-video img {
    width: 30px;
    margin-right: 10px;
}
.odd-purchase-connections {
    margin: 20px 15px 30px;
    position: relative;
    text-align: center;
}
.odd-purchase-connections:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    background: #d5d5d5;
    left: 0;
}
.odd-purchase-connections h2 {
    position: relative;
    display: inline-block;
    z-index: 2;
    background: #faf9fb;
    padding: 0 15px;
}
.myPurchased-title {
    text-align: center;
    padding: 0 15px;
}
.myPurchased-title p {
    margin: 0 0 30px;
    font-size: 1.25rem;
}
.myPurchased-title p span {
    color: #522b79;
}
.myPurchased .odd-list-item h4:nth-child(1),
.myPurchased .odd-list-item div:nth-child(1) {
    width: 10%;
    text-align: left;
}
@media (min-width: 1024.9px) {
    .myPurchased .odd-list-item h4:nth-child(1),
    .myPurchased .odd-list-item div:nth-child(1) {
        width: 5%;
    }
}
.myPurchased .odd-list-item h4:nth-child(2),
.myPurchased .odd-list-item h4:nth-child(3),
.myPurchased .odd-list-item div:nth-child(2),
.myPurchased .odd-list-item div:nth-child(3) {
    width: 30%;
}
@media (min-width: 1024.9px) {
    .myPurchased .odd-list-item h4:nth-child(2),
    .myPurchased .odd-list-item h4:nth-child(3),
    .myPurchased .odd-list-item div:nth-child(2),
    .myPurchased .odd-list-item div:nth-child(3) {
        width: 31.6666666667%;
    }
}
.myPurchased .odd-list-item h4:nth-child(4),
.myPurchased .odd-list-item div:nth-child(4) {
    width: 30%;
    display: flex;
}
@media (min-width: 1024.9px) {
    .myPurchased .odd-list-item h4:nth-child(4),
    .myPurchased .odd-list-item div:nth-child(4) {
        width: 31.6666666667%;
    }
}
.myPurchased .odd-list-item a.odd-purchased-report-button {
    max-width: 90px;
    height: 40px;
    line-height: 40px;
}
@media (max-width: 576px) {
    .myPurchased-package {
        overflow-x: auto;
    }
}
@media (max-width: 576px) {
    .myPurchased-package .odd-list-item {
        width: 230%;
    }
}
.myPurchased-package .odd-list-item h4:nth-child(1),
.myPurchased-package .odd-list-item div:nth-child(1) {
    width: 10%;
    text-align: left;
}
@media (min-width: 1024.9px) {
    .myPurchased-package .odd-list-item h4:nth-child(1),
    .myPurchased-package .odd-list-item div:nth-child(1) {
        width: 5%;
    }
}
.myPurchased-package .odd-list-item h4:nth-child(2),
.myPurchased-package .odd-list-item h4:nth-child(3),
.myPurchased-package .odd-list-item h4:nth-child(4),
.myPurchased-package .odd-list-item h4:nth-child(5),
.myPurchased-package .odd-list-item h4:nth-child(6),
.myPurchased-package .odd-list-item h4:nth-child(7),
.myPurchased-package .odd-list-item h4:nth-child(8),
.myPurchased-package .odd-list-item div:nth-child(2),
.myPurchased-package .odd-list-item div:nth-child(3),
.myPurchased-package .odd-list-item div:nth-child(4),
.myPurchased-package .odd-list-item div:nth-child(5),
.myPurchased-package .odd-list-item div:nth-child(6),
.myPurchased-package .odd-list-item div:nth-child(7),
.myPurchased-package .odd-list-item div:nth-child(8) {
    width: 12.5%;
    word-break: break-word;
    hyphens: auto;
    padding: 0 5px;
}
@media (min-width: 1024.9px) {
    .myPurchased-package .odd-list-item h4:nth-child(2),
    .myPurchased-package .odd-list-item h4:nth-child(3),
    .myPurchased-package .odd-list-item h4:nth-child(4),
    .myPurchased-package .odd-list-item h4:nth-child(5),
    .myPurchased-package .odd-list-item h4:nth-child(6),
    .myPurchased-package .odd-list-item h4:nth-child(7),
    .myPurchased-package .odd-list-item h4:nth-child(8),
    .myPurchased-package .odd-list-item div:nth-child(2),
    .myPurchased-package .odd-list-item div:nth-child(3),
    .myPurchased-package .odd-list-item div:nth-child(4),
    .myPurchased-package .odd-list-item div:nth-child(5),
    .myPurchased-package .odd-list-item div:nth-child(6),
    .myPurchased-package .odd-list-item div:nth-child(7),
    .myPurchased-package .odd-list-item div:nth-child(8) {
        width: 12.5%;
    }
}
.myPurchased-package .odd-list-item a.odd-purchased-report-button {
    max-width: 90px;
}
#container__bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
#nagadFrameWrapper {
    position: fixed;
    overflow-y: scroll;
    z-index: 50000;
    inset: 0px;
    display: none;
}
#nagadFrameWrapper iframe {
    display: block;
    border: medium none;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    transform: translate3d(0px, 0px, 0px);
}
.od-process-to-pay {
    max-width: 170px;
    display: block;
    margin: 20px 30px 40px auto;
}
@media (max-width: 767.9px) {
    .od-process-to-pay {
        margin: 20px auto 30px;
    }
}
.od-payment-selection-container {
    padding: 30px 20px 200px;
    box-shadow: 0 5.44687px 20.4258px #faf9fb;
    border-radius: 5px;
}
.od-payment-selection-container form {
    margin: 0 20px;
}
@media (max-width: 767.9px) {
    .od-payment-selection-container form {
        margin: 0;
    }
}
.od-payment-selection-container h3 {
    text-align: center;
    margin: 0 0 20px;
}
.od-payment-selection-container .od-order-summary {
    padding: 30px 20px 63px;
    margin: 0px 10px 30px;
    border-radius: 5px;
    box-shadow: 0 5.44687px 20.4258px #faf9fb;
}
@media (max-width: 1024.9px) {
    .od-payment-selection-container .od-order-summary {
        margin: 0px 50px 30px;
    }
}
@media (max-width: 767.9px) {
    .od-payment-selection-container .od-order-summary {
        margin: 0 0 30px;
    }
}
.od-payment-selection-container .od-order-summary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.od-payment-selection-container .od-order-summary ul li {
    padding: 15px 0;
    border-bottom: 1px solid #faf9fb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.od-payment-selection-container .od-order-summary ul li:last-child {
    border-bottom: 0px;
}
.od-payment-box-container {
    padding: 30px 20px 40px;
    margin: 0px 10px;
    border-radius: 5px;
    box-shadow: 0 5.44687px 20.4258px #faf9fb;
}
@media (max-width: 1024.9px) {
    .od-payment-box-container {
        margin: 0px 50px 30px;
    }
}
@media (max-width: 767.9px) {
    .od-payment-box-container {
        margin: 0 0 30px;
    }
}
.od-payment-box-container-inner {
    display: flex;
    justify-content: center;
}
@media (max-width: 576px) {
    .od-payment-box-container-inner {
        flex-direction: column;
    }
}
.od-payment-box {
    text-align: center;
    display: block;
    cursor: pointer;
}
@media (max-width: 576px) {
    .od-payment-box {
        margin: 0 0 20px;
    }
}
.od-payment-box input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.od-payment-box .od-paymentbox-element {
    border: 2px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    border-radius: 0.25rem;
    padding: 25px 15px;
    text-align: center;
    margin: 0 15px;
    box-shadow: 0 0px 0px 2px #faf9fb;
    position: relative;
}
.od-payment-box .od-paymentbox-element:hover {
    box-shadow: 0 5.44687px 20.4258px #faf9fb;
}
.od-payment-box .od-img-fluid {
    width: auto;
    height: 90px;
    margin: 0px auto;
    vertical-align: middle;
}
.od-payment-box input:checked ~ .od-paymentbox-element {
    border: 2px solid #00c875;
    box-shadow: 0 5.44687px 20.4258px #faf9fb;
}
.od-payment-box input:checked ~ .od-paymentbox-element:after {
    position: absolute;
    content: "✓";
    background: #00c875;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: -9px;
    top: -9px;
    font-size: 0.7rem;
}
.payment-oddepp-action {
    margin: 30px 0 0;
}
.payment-oddepp-action label {
    display: flex;
    justify-content: center;
}
.payment-oddepp-action span {
    text-align: center;
    font-size: 0.85rem;
    display: block;
    margin: 1px 0 0 5px;
}
.payment-oddepp-action span a {
    text-decoration: none;
    font-size: 0.85rem;
}
.payment-oddepp-action p {
    color: #00c875;
    text-align: center;
    margin: 15px 0 10px;
    font-size: 0.8rem;
}
.payment-oddepp-action p img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin: -4px 4px 0 0;
}
.od-pay-now-button {
    width: 170px;
    margin: 0px auto 0px;
    display: block;
    text-align: center;
    background: #00c875;
    border: 1px solid #00c875;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1em;
}
.payment-success {
    text-align: center;
}
.payment-success ul {
    list-style: none;
    padding: 0;
    border: 1px solid #d5d5d5;
    margin: 20px auto 0;
    max-width: 450px;
    width: 100%;
}
.payment-success ul li {
    display: flex;
    padding: 10px 15px;
    border-bottom: 1px solid #d5d5d5;
    justify-content: space-between;
}
.payment-success ul li:last-child {
    border: 0;
}
.payment-success ul li:nth-child(odd) {
    background: #faf9fb;
}
.payment-success ul li label,
.payment-success ul li p {
    max-width: 50%;
    flex: 0 0 50%;
}
.payment-success .package-details {
    padding: 50px 0px 70px;
}
.odd-change-pass-container {
    padding: 0 20px;
    margin-bottom: 50px;
}
@media (min-width: 767.9px) {
    .odd-change-pass-container {
        margin-bottom: 100px;
    }
}
.odd-change-pass-container h2 {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
    max-width: 475px;
    margin: 0 auto 30px;
}
.odd-change-pass-container form {
    display: block;
    margin: 0 auto 20px;
    max-width: 475px;
}
.odd-change-pass-container form .pass-change-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.odd-delete-bio-container {
    padding: 0 20px;
    padding-bottom: 50px;
    max-width: 515px;
    margin: 0 auto;
}
@media (min-width: 767.9px) {
    .odd-delete-bio-container {
        padding-bottom: 100px;
    }
}
.odd-delete-bio-container h2 {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
    max-width: 475px;
    margin: 0 auto 30px;
}
.odd-delete-bio-container .odd-before-delete-bio {
    margin: 0 0 30px;
}
.odd-delete-bio-container label {
    display: flex;
    justify-content: start;
}
.odd-delete-bio-container label input {
    margin-right: 10px;
    width: auto;
    margin-top: 3px;
}
.odd-delete-bio-container .odd-delete-bio-button {
    display: block;
    margin: 15px 0 0px;
    max-width: 150px;
}
.odd-delete-bio-container .odd-delete-bio-button a {
    display: block;
}
.odd-delete-bio-container .odd-delete-bio-button.disabled {
    cursor: not-allowed;
}
.odd-delete-bio-container .odd-delete-bio-button.disabled a {
    pointer-events: none;
    opacity: 0.5;
}
@media (max-width: 1024.9px) {
    .support-page {
        background: #faf9fb !important;
    }
}
.support-page .ticket-sorting {
    display: flex;
    justify-content: end;
    margin: 0 20px 30px;
}
@media (max-width: 767.9px) {
    .support-page .ticket-sorting {
        justify-content: center;
    }
}
.support-page .ticket-sorting .od-select {
    width: 100%;
    max-width: 200px;
    overflow: hidden;
}
.support-page .ticket-sorting .od-select:after {
    padding: 13px 15px;
}
.support-page .mobile-list-first-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    text-decoration: none;
    transition: all 0.1s linear 0s;
    margin: 15px 0 0;
    align-items: center;
    background: #fff;
    color: #838383;
    position: relative;
}
.support-page .mobile-list-first-item:before {
    position: absolute;
    width: 12px;
    height: 2px;
    background: #838383;
    content: "";
    left: 10px;
}
.support-page .mobile-list-first-item:after {
    position: absolute;
    width: 2px;
    height: 12px;
    background: #838383;
    content: "";
    left: 15px;
    transition: all 0.29s ease 0s;
}
@media (min-width: 1024.9px) {
    .support-page .mobile-list-first-item {
        display: none;
    }
}
.support-page .mobile-list-first-item h4 {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}
.support-page .mobile-list-first-item.active {
    margin-bottom: 0px;
    color: #522b79;
}
.support-page .mobile-list-first-item.active:before {
    background: #522b79;
    transition: height 0.29s ease 0s;
}
.support-page .mobile-list-first-item.active:after {
    height: 0px;
    transition: height 0.29s ease 0s;
}
@media (max-width: 1024.9px) {
    .support-page .odd-list-item.odd-list-item-mobile-content {
        background: #fff;
        border: 1px solid #faf9fb;
        border-top: 0px solid #faf9fb;
        margin-bottom: 15px;
    }
}
.support-page .odd-list-item.support-mobile-list-head {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
@media (min-width: 1024.9px) {
    .support-page .odd-list-item.support-mobile-list-head {
        display: none;
    }
}
.support-page .odd-list-item.support-mobile-list-head h4 {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}
@media (max-width: 1024.9px) {
    .support-page .odd-list-item.list-head {
        display: none;
    }
}
.support-page .odd-list-item h4:nth-child(1),
.support-page .odd-list-item div:nth-child(1) {
    width: 10%;
    text-align: left;
}
@media (min-width: 1024.9px) {
    .support-page .odd-list-item h4:nth-child(1),
    .support-page .odd-list-item div:nth-child(1) {
        width: 10%;
    }
}
.support-page .odd-list-item h4:nth-child(2),
.support-page .odd-list-item div:nth-child(2) {
    width: 18%;
}
.support-page .odd-list-item h4:nth-child(3),
.support-page .odd-list-item div:nth-child(3) {
    width: 17%;
}
.support-page .odd-list-item h4:nth-child(4),
.support-page .odd-list-item div:nth-child(4) {
    width: 14%;
}
.support-page .odd-list-item h4:nth-child(5),
.support-page .odd-list-item div:nth-child(5) {
    width: 12%;
}
.support-page .odd-list-item h4:nth-child(6),
.support-page .odd-list-item div:nth-child(6) {
    width: 12%;
}
.support-page .odd-list-item h4:nth-child(7),
.support-page .odd-list-item div:nth-child(7) {
    width: 15%;
}
.support-page .odd-list-item a {
    max-width: 90px;
    display: inline-block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
@media (max-width: 1024.9px) {
    .support-page .odd-list-item.odd-list-item-mobile-content {
        display: none;
    }
}
@media (max-width: 1024.9px) {
    .support-page .odd-list-item > div:nth-child(n) {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin: 0 0 15px;
    }
    .support-page .odd-list-item > div:nth-child(n) h4,
    .support-page .odd-list-item > div:nth-child(n) p {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }
}
@media (min-width: 1024.9px) {
    .support-page .odd-list-item > div:nth-child(n) h4.support-mobile-title {
        display: none;
    }
}
.odd-content .odd-content-inner.support-detail-page {
    padding: 0 30px 50px;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    background: #fff;
}
.odd-content .odd-content-inner.support-detail-page h1 {
    font-size: 1.15rem;
    margin: 25px 0 0;
    padding: 0 0 15px;
}
@media (min-width: 767.9px) {
    .odd-content .odd-content-inner.support-detail-page h1 {
        font-size: 1.5rem;
        margin: 25px 0 20px;
    }
}
.support-detail-page .support-bottom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    flex-direction: column;
}
@media (min-width: 767.9px) {
    .support-detail-page .support-bottom-head {
        flex-direction: row;
    }
}
.support-detail-page .od-button {
    max-width: 170px;
    min-width: 170px;
}
.support-detail-page .od-form-group-input textarea {
    min-height: 50px;
}
@media (min-width: 767.9px) {
    .support-detail-page .od-form-group-input textarea {
        min-height: 70px;
    }
}
.support-detail-page .odd-support-detail-history {
    margin: 0px -30px 0px 0px;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-color: #532a79 #e4e4e4;
    scrollbar-width: thin;
}
.support-detail-page .odd-support-detail-history ul {
    list-style: none;
    margin: 0;
    padding: 0 30px 0 0;
}
.support-detail-page .odd-support-detail-history li {
    border-bottom: 1px solid #d5d5d5;
    padding-top: 30px;
    padding-bottom: 30px;
}
.support-detail-page .odd-support-detail-history li:last-child {
    border-bottom: 0px;
}
.support-detail-page .odd-support-detail-history li img {
    width: 24px;
}
@media (min-width: 767.9px) {
    .support-detail-page .odd-support-detail-history li img {
        width: 50px;
    }
}
.support-detail-page .odd-support-detail-history .info {
    display: flex;
}
.support-detail-page .odd-support-detail-history .content {
    margin-left: 34px;
    max-width: 350px;
    background: rgba(108, 0, 146, 0.08);
    padding: 10px;
    border-radius: 2px 10px 10px 10px;
    color: #434343;
}
@media (min-width: 767.9px) {
    .support-detail-page .odd-support-detail-history .content {
        margin-left: 60px;
    }
}
.support-detail-page .odd-support-detail-history .odd-client {
    overflow: hidden;
}
.support-detail-page .odd-support-detail-history .odd-client .info {
    justify-content: end;
    flex-direction: row-reverse;
}
.support-detail-page .odd-support-detail-history .odd-client .info img {
    margin-left: 10px;
}
.support-detail-page .odd-support-detail-history .odd-client .details {
    text-align: right;
}
.support-detail-page .odd-support-detail-history .odd-client .content {
    margin: 0 60px 0 0;
    background: #ad277c;
    color: #fff;
    border-radius: 10px 2px 10px 10px;
    float: right;
}
.support-detail-page
    .odd-support-detail-history
    .odd-client
    .od-queries-attachment {
    text-align: right;
    margin-right: 60px;
}
.support-detail-page
    .odd-support-detail-history
    .odd-admin
    .od-queries-attachment {
    margin-left: 60px;
}
.support-detail-page .odd-support-detail-history .odd-admin .info img {
    margin-right: 10px;
}
.support-detail-page .odd-support-detail-history::-webkit-scrollbar {
    width: 4px;
}
.support-detail-page .odd-support-detail-history::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 2px;
}
.support-detail-page .odd-support-detail-history::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-image: linear-gradient(180deg, #532a79 0%, #532a79 99%);
}
.support-detail-page .odd-support-detail-history .od-queries-attachment {
    clear: both;
    padding-top: 30px;
}
.odd-create-ticket-container form {
    display: block;
    margin: 0 auto 30px;
    max-width: 475px;
}
.odd-create-ticket-container {
    padding: 0px 30px;
}
ul.notifications-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.notifications-list li {
    display: flex;
    justify-content: space-between;
    padding: 26px 21px 23px 45px;
    background: #fff;
    box-shadow: 0px 6px 12px rgba(73, 0, 146, 0.03);
    border-radius: 8px;
    margin-bottom: 12px;
    position: relative;
}
ul.notifications-list li:before {
    content: "";
    background: #838383;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 32px;
    left: 22px;
}
@media (max-width: 767.9px) {
    ul.notifications-list li {
        padding: 16px 11px 13px 30px;
    }
    ul.notifications-list li:before {
        top: 22px;
        left: 12px;
    }
}
ul.notifications-list .notification-body {
    max-width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    flex: 0 0 calc(100% - 30px);
    flex-wrap: wrap;
}
@media (max-width: 767.9px) {
    ul.notifications-list .notification-body {
        flex-direction: column;
    }
}
ul.notifications-list .notification-body .notification-timestamp {
    flex: 0 0 100%;
    font-size: 13px;
    color: #b5b5b5;
    margin: 10px 0 0;
}
@media (max-width: 767.9px) {
    ul.notifications-list .notification-body .notification-timestamp {
        flex: 0 0 auto;
    }
}
ul.notifications-list .notification-body a {
    max-width: 90px;
    margin-right: 30px;
    height: 30px;
    line-height: 30px;
}
@media (max-width: 767.9px) {
    ul.notifications-list .notification-body a {
        margin: 10px 0 0;
    }
}
ul.notifications-list a.close-notification {
    text-decoration: none;
    font-weight: 700;
    color: #ed3284;
    border: 1px solid #ed3284;
    border-radius: 50%;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767.9px) {
    ul.notifications-list a.close-notification {
        font-size: 7px;
        width: 17px;
        height: 17px;
        line-height: 17px;
    }
}
.today-notification h3,
.earlier-notification h3 {
    margin: 0 0 20px;
}
.today-notification {
    margin-bottom: 15px;
}
.odd-content-inner.each-bio-container {
    margin: 50px 30px;
}
@media (max-width: 767.9px) {
    .odd-content-inner.each-bio-container {
        background: #faf9fb;
        padding: 50px 10px;
        margin: 0px;
    }
}
.each-bio-general {
    background: #522b79;
    padding: 20px 15px 30px;
    margin: 0 auto 15px;
    border-radius: 4px;
}
@media (min-width: 1024.9px) {
    .each-bio-general {
        margin: 0 20px;
    }
}
@media (max-width: 1024.9px) {
    .each-bio-general {
        max-width: 470px;
    }
}
.each-bio-general-head {
    margin-bottom: 30px;
}
.each-bio-general-head img {
    margin: 15px auto;
    max-width: 115px;
    display: block;
    padding: 3px;
}
.each-bio-general-head h2 {
    text-align: center;
    color: #fff;
}
.ebgc-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
    align-items: center;
}
.ebgc-item label,
.ebgc-item p,
.ebgc-item .od-image-preview {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 5px 0;
}
.ebgc-item label {
    font-weight: 700;
}
.ebgc-item p,
.ebgc-item .od-image-preview {
    border-left: 1px solid #838383;
}
.ebgc-item .od-image-preview img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: center center;
    padding: 5px 0 0;
}
.each-bio-general-content {
    margin: 20px 0 0;
}
.each-bio-contact-link a {
    width: 210px;
    display: block;
    margin: 20px auto 35px;
    line-height: 50px;
    height: 50px;
}
.each-bio-link-generator {
    display: flex;

    max-width: 300px;
    margin: 25px auto 50px;
    justify-content: space-between;
}
.each-bio-link-generator a {
    max-width: 190px;
    margin: 0 auto;
    line-height: 40px;
    height: 40px;
}
.each-bio-link-generator a i {
    margin: 0 5px 0 0;
    font-size: 1rem;
}
.each-bio-link-generator a.od-biodata-shortlist,
.each-bio-link-generator a.od-biodata-ignoreList {
    max-width: calc(50% - 10px);
    flex: 0 0 50%;
    margin: 0px 0 20px;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
}
.each-bio-link-generator a.od-biodata-shortlist i,
.each-bio-link-generator a.od-biodata-ignoreList i {
    font-size: 1.35rem;
    margin-right: 10px;
}
.each-bio-link-generator a.od-biodata-shortlist {
    color: #00c875;
    border: 1px solid #00c875;
}
.each-bio-link-generator a.od-biodata-shortlist:hover {
    background: #00c875;
    color: #fff;
}
.each-bio-link-generator a.od-biodata-ignoreList {
    color: #f22613;
    border: 1px solid #f22613;
}
.each-bio-link-generator a.od-biodata-ignoreList:hover {
    background: #f22613;
    color: #fff;
}
.each-bio-other .ebo-group {
    border: 1px solid #d5d5d5;
    margin: 0 0px 30px 0;
    box-shadow: 0 -2px 1px #522b79;
    border-radius: 5px;
    background: #fff;
}
@media (min-width: 767.9px) {
    .each-bio-other .ebo-group {
        margin: 0 20px 30px;
    }
}
@media (min-width: 1024.9px) {
    .each-bio-other .ebo-group {
        margin: 0 20px 30px 0;
    }
}
.each-bio-other h3 {
    text-align: center;
    color: #522b79;
    padding: 20px 0;
}
.ebogc-item {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px -0.6px 0px #d5d5d5;
    flex-wrap: wrap;
}
.ebogc-item.ebogc-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ebogc-item:nth-child(odd) {
    background: rgba(245, 246, 252, 0.4);
}
.ebogc-item.ebogc-multi-line-text-area p,
.ebogc-item.ebogc-multi-line-text-area span {
    white-space: pre-line;
}
@media (max-width: 767.9px) {
    .ebogc-item.ebogc-multi-line-text-area label {
        max-width: 100%;
        flex: 0 0 100%;
        border-right: 0px solid #d5d5d5;
    }
    .ebogc-item.ebogc-multi-line-text-area p {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
.ebogc-item label {
    max-width: 50%;
    flex: 0 0 50%;
    border-right: 0.6px solid #d5d5d5;
    padding: 8px 15px;
    font-weight: 700;
}
.ebogc-item p {
    padding: 8px 15px;
    max-width: 50%;
    flex: 0 0 50%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
@media (max-width: 767.9px) {
    .ebogc-item.multiText label {
        max-width: 100%;
        flex: 0 0 100%;
        border-right: 0px solid #d5d5d5;
        border-bottom: 0.6px solid #d5d5d5;
    }
    .ebogc-item.multiText p {
        padding: 8px 15px 15px;
        max-width: 100%;
        flex: 0 0 100%;
    }
}
.odd-content .odd-content-title .top-preview-bio-action h1 {
    margin: 25px 0 0px;
    padding: 0 20px 0px;
    text-align: center;
}
@media (min-width: 1024.9px) {
    .odd-content .odd-content-title .top-preview-bio-action h1 {
        text-align: left;
    }
}
.od-row.preview-bio-action {
    padding: 20px 0px 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
@media (min-width: 767.9px) {
    .od-row.preview-bio-action {
        padding: 30px 20px 40px;
        text-align: right;
    }
}
.od-row.preview-bio-action.top-preview-bio-action {
    padding: 0px;
    margin: 15px auto 30px;
    text-align: center;
}
@media (min-width: 1024.9px) {
    .od-row.preview-bio-action.top-preview-bio-action {
        padding: 30px 20px 40px;
        margin: 0px auto;
        text-align: right;
    }
}
.od-row.preview-bio-action a,
.od-row.preview-bio-action input {
    width: 135px;
    margin: 10px 10px;
    display: inline-block;
}
@media (min-width: 767.9px) {
    .od-row.preview-bio-action a,
    .od-row.preview-bio-action input {
        width: 170px;
        margin: 0 0 0 30px;
    }
}
.od-row.preview-bio-action a {
    background: #838383;
}
.od-connections-error-message {
    text-align: center;
    padding-bottom: 20px;
    color: red;
}
.od-footer-content {
    background-color: #AD277C;
    /* background-color: linear-gradient(217deg, #1f0785 0%, #c02eaa 100%); */
    padding-bottom: 30px;
}
.od-footer-bottom-text {
    color: #fff;
    text-align: center;
}
.od-item-container {
    padding: 40px 0px 20px;
}
.od-item-container a {
    color: #fff;
    text-decoration: none;
}
.od-item-container .od-footer-item {
    padding-right: 20px;
}
@media (max-width: 576px) {
    .od-item-container .od-footer-item {
        width: 100%;
        text-align: center;
        padding: 0px 0 8px;
    }
}
.od-item-container .od-footer-item:last-child {
    padding-right: 0px;
}
.od-social-icon {
    text-align: center;
    margin: 0 0 20px;
}
.od-social-icon a {
    color: #fff;
    font-size: 25px;
    margin: 0 10px;
} /*# sourceMappingURL=ordhekdeen-frontend.css.map */
