/* 
    Created on : Apr 11, 2025, 10:05:55
    Author     : bob
*/

/* Font */
/* Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/* General */
body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 0.875rem;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: 600;
}

/* Bootstrap 4 CSS matching */
.row>* {
    padding-left: 0.938rem;
    padding-right: 0.938rem;
}

/* Focus disable dotted box on focus */
a:focus,
button:focus,
.btn:focus,
.form-control:focus,
.form-check-input:focus,
.form-select:focus,
.choices__inner:focus,
.is-focused .choices__inner,
.is-open .choices__inner,
.choices__input,
.choices__input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-check-input:active {
    filter: brightness(100%);
}

.btn,
.btn:hover,
.btn:focus {
    border: 0 none;
}

a {
    text-underline-offset: 0.188rem;
}

a.link-underline {
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-underline-offset: 0.188rem;
    font-weight: 600;
}

a.link-underline:hover {
    text-decoration: none;
}

a.disabled,
a:disabled,
.btn.disabled,
.btn:disabled {
    pointer-events: unset;
    cursor: not-allowed;
}

a.disabled:hover,
a:disabled:hover,
.btn.disabled:hover,
.btn:disabled:hover {
    opacity: 0.65;
}

/* HTML */
html {
    min-height: 100%;
    position: relative;
}

/* Breadcrumb */
.breadcrumb {
    margin-bottom: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    position: relative;
    top: 0.188rem;
    width: 1.438rem;
    height: auto;
}

.breadcrumb-item a {
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}


/* Form */
/* Remove Arrows/Spinners */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}

.form-group {
    position: relative;
    margin-bottom: 1.875rem;
}

.form-group label {
    font-weight: 600;
    padding-left: 0.75em;
    margin-bottom: 0.25rem;
}

.form-control {
    height: 3.125rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.form-control:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.form-control.input-with-icon {
    padding: 0 .75rem 0 3rem;
    border: 0 none;
}

.input-with-right-icon {
    position: relative;
}

.input-with-right-icon input {
    padding-right: 2.5rem;
}

.input-with-right-icon .btn-password {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 2.5rem;
    height: 3.125rem;
}

.input-with-right-icon .btn-password svg {
    width: 1.25rem;
    height: 1.25rem;
}

.input-with-right-icon .btn-password svg:last-child {
    display: none;
}

.input-with-right-icon .btn-password.visible svg:first-child {
    display: none;
}

.input-with-right-icon .btn-password.visible svg:last-child {
    display: flex;
}

.input-with-country-code {
    position: relative;
}

.input-with-country-code .form-control {
    padding-left: 4.25rem;
}

.input-with-country-code .country-code {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 0.75rem;
    -webkit-border-top-left-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
    -moz-border-radius-topleft: 0.5rem;
    -moz-border-radius-bottomleft: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.media.info {
    align-items: flex-start;
    font-size: 0.75rem;
    margin-top: 0.5rem;
}

.media.info .media-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0.675rem;
}

.media.info .media-image svg {
    width: 1rem;
    height: 1rem;
}

.media.info .media-body {
    margin-top: 0.2rem;
}

.invalid-feedback {
    padding-left: 0.75rem;
}

.form-title h2 {
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

.form-check .form-check-input {
    flex-shrink: 0;
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
    margin-right: 0;
    cursor: pointer;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.form-check .form-check-label {
    cursor: pointer;
    padding-left: 0.625rem;
}

textarea.form-control.height-10 {
    min-height: calc(10em + (.75rem + 2px));
}

/* Progress */
.progress-holder {
    display: block;
    margin: 0.875rem 0 0 0;
    padding: 0 0 0 0.75rem;
}

.progress {
    position: relative;
    width: 100%;
    max-width: calc(100% - 50px);
    height: 0.25rem;
    margin: 0;
    overflow: visible;
    z-index: 10;
}

.progress-bar {
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.progress .progress-total {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 50px;
    text-align: right;
    padding: 0 0.625rem 0 0;
    font-size: 0.75rem;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.progress-holder .progress-text {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Select */
.form-select {
    height: 3.125rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
}

/* Choices */
.choices {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.choices__inner {
    padding: .375rem .75rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    min-height: 3.125rem;
}

.is-open .choices__inner {
    border-radius: 0.5rem 0.5rem 0 0;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    border-radius: 0 0 .5rem 0.5rem;
    z-index: 2;
}

.choices[data-type*="select-multiple"]::after {
    content: "";
    border: 0 none;
    position: absolute;
    right: 11.5px;
    top: 50%;
    pointer-events: none;
}

.choices[data-type*="select-one"]::after,
.choices[data-type*="select-multiple"]::after {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 0 none;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 12px 12px;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}


.choices[data-type*="select-one"].is-open::after,
.choices[data-type*="select-multiple"].is-open::after {
    margin: 0;
    border: 0 none;
    -webkit-transform: translateY(-50%) rotate(18deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.choices[data-type*="select-one"] .choices__list--dropdown .choices__item--selectable,
.choices[data-type*="select-one"] .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 10px;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 0.5rem 0.5rem;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
    border-radius: 0.5rem 0.5rem 0 0;
}

.choices__input,
.choices[data-type*="select-one"] .choices__input {
    background-color: transparent;
    font-size: 0.875rem;
    height: 1.875rem;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.choices[data-type*="select-one"] .choices__input {
    padding: .375rem .75rem;
    min-height: 3rem;
}

.choices__list--multiple .choices__item {
    display: inline-flex;
    align-items: center;
    border: 0 none;
    margin: 0.313rem 0.625rem 0.313rem 0;
    height: 1.875rem;
    font-size: 0.875rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.choices[data-type*="select-one"] .choices__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 1.875rem;
    padding-bottom: 0.375rem;
}

.choices__list--multiple .choices__item.is-highlighted {
    border: 0 none;
}

.choices__list--multiple .choices__item[data-deletable],
.choices[data-type*="select-one"] .choices__list--single {
    padding-right: 0.625rem;
}

.choices[data-type*="select-one"] .choices__list--single {
    padding: 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.choices[data-type*="select-one"] .choices__list--single .choices__item {
    position: relative;
    display: block;
    align-items: center;
    border: 0 none;
    margin: 0;
    height: 1.875rem;
    padding: 0.25rem 0;
    font-size: 0.875rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.choices[data-type*="select-one"] .choices__button,
.choices[data-type*="select-multiple"] .choices__button {
    background-size: 1rem;
    width: 1rem;
    opacity: 1;
    border-left: 0 none;
    margin-right: 0;
    line-height: 1.5;
}

.choices[data-type*="select-one"] .choices__button {
    right: 0.625rem;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
    opacity: 1;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    font-size: 0.875rem;
}

/* Toast */
.toast-container {
    position: fixed;
    padding: 0 0.75rem;
    top: 9.25rem;
    left: 50%;
    z-index: 1070;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.toast:not(.showing):not(.show) {
    opacity: 0;
    visibility: hidden;
}

.toast {
    position: relative;
    width: 34.5rem;
    border: 0 none;
    padding: 0.625rem 5.625rem 0.625rem 1.375rem;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.toast .toast-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding: 0.75rem 0;
}

.toast .toast-content {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding-left: 3.438rem;
}

.toast .toast-border {
    width: 0.375rem;
    min-width: 0.375rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.toast .toast-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.toast .toast-icon svg {
    width: auto;
    height: 1.25rem;
}

.toast h3 {
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.toast p {
    width: 100%;
    margin-bottom: 0;
}

.toast a {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.188rem;
}

.toast a:hover {
    text-decoration: none;
}

.toast ul {
    padding-left: 0;
    margin-bottom: 0;
}

.toast ul li {
    list-style: none;
}

.toast .svg-deco {
    width: auto;
    height: 1.875rem;
    position: absolute;
    top: 50%;
    right: 5.625rem;
    -webkit-transform: translateY(-50%) rotate(25deg);
    -moz-transform: translateY(-50%) rotate(25deg);
    -ms-transform: translateY(-50%) rotate(25deg);
    -o-transform: translateY(-50%) rotate(25deg);
    transform: translateY(-50%) rotate(25deg);
}

.toast .btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    top: 50%;
    right: 1.375rem;
    text-transform: uppercase;
    background-image: none;
    opacity: 1;
    z-index: 2;
    box-sizing: border-box;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    border: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.toast .btn-close svg {
    width: 0.75rem;
    height: auto;
}

/* Titles */
h1 {
    font-size: 1.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

/* Links */
a.item-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

/* Badges */
.badge.badge-notification {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 100%;
    width: 1.125rem;
    height: 1.125rem;
    padding: 0;
    font-size: 0.75rem;
    line-height: unset;
    z-index: 1;
    -webkit-transform: translate(-75%, -25%);
    -moz-transform: translate(-75%, -25%);
    -ms-transform: translate(-75%, -25%);
    -o-transform: translate(-75%, -25%);
    transform: translate(-75%, -25%);
}

.badge.badge-notification-dot {
    position: absolute;
    top: 0;
    width: 0.625rem;
    height: 0.625rem;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

/* Buttons */

/* Opacity 0.8 */
.btn:hover,
.custom-modal .modal-header .btn-close:hover,
.toast .btn-close:hover,
.upload-documents .btn:hover {
    opacity: 0.8;
}

/* Opacity 1 */
.btn-link:hover {
    opacity: 1;
}

.btn {
    font-size: 0.875rem;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Button Square 36 */
.btn-square-36 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    padding: 0 2rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

/* Button Square 40 */
.btn-square-40 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    padding: 0 2rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

/* Button Square 50 */
.btn-square-50 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    padding: 0 2rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

/* Button Pill 36 */
.btn-pill-36 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    padding: 0 2rem;
    font-size: 0.875rem;
    -webkit-border-radius: 1.563rem;
    -moz-border-radius: 1.563rem;
    border-radius: 1.563rem;
}

/* Button Pill 40 */
.btn-pill-40 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    padding: 0 2rem;
    font-size: 0.875rem;
    -webkit-border-radius: 1.563rem;
    -moz-border-radius: 1.563rem;
    border-radius: 1.563rem;
}

/* Button Pill 50 */
.btn-pill-50 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    padding: 0 2rem;
    font-size: 0.875rem;
    -webkit-border-radius: 1.563rem;
    -moz-border-radius: 1.563rem;
    border-radius: 1.563rem;
}

/* Button Icon With Text */
.btn-icon-with-text-40 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 2.5rem;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-icon-with-text-40 .icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.625rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-icon-with-text-40 .icon-holder svg {
    width: 1.25rem;
    height: 1.25rem;
}

/* Dropdown */
.dropdown-toggle-no-caret:after {
    display: none;
}

.dropdown-toggle {
    position: relative;
}

.dropdown-toggle svg {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.dropdown-toggle.show svg {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.dropdown-toggle.no-transform svg {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.dropdown-toggle.no-transform.show svg {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.dropdown-toggle .icon-holder {
    position: relative;
    display: flex;
    align-items: center;
    height: 2.5rem;
    margin-right: 0.938rem;
}

.dropdown-toggle .icon-holder svg {
    position: relative;
    top: 0;
    right: 0;
    width: 1.25rem;
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.dropdown-menu {
    font-size: 0.875rem;
    border: 0 none;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.dropdown-menu.dropdown-xl {
    min-width: 20rem;
    max-width: 20rem;
}

.dropdown-menu.dropdown-lg {
    min-width: 16.25rem;
    max-width: 16.25rem;
}

.dropdown-menu.dropdown-md {
    min-width: 14rem;
    max-width: 14rem;
}

.dropdown-menu.dropdown-sm {
    min-width: 10rem;
    max-width: 10rem;
}

.dropdown-item {
    padding: .625rem 1rem;
    white-space: normal;
}

.dropdown-item:hover,
.dropdown-item:focus {
    text-decoration: none;
}

.dropdown-item.active {
    font-weight: 600;
}

.dropdown-divider {
    opacity: 1;
}

/* Dropdown Custom */
.dropdown-custom .dropdown-header {
    padding: 0 1rem;
}

.dropdown-custom .dropdown-header a {
    display: flex;
    justify-content: flex-start;
    padding: .625rem 1rem;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.dropdown-custom .dropdown-header a,
.dropdown-custom .dropdown-header a:hover,
.dropdown-custom .dropdown-header a:focus {
    text-decoration: none;
}

.dropdown-custom .dropdown-header a svg {
    width: 1.563rem;
    height: 1.563rem;
    margin-right: 0.625rem;
}

.dropdown-custom.dropdown-menu {
    padding: 1rem;
    top: 0.5rem !important;
}

.dropdown-custom .dropdown-user {
    padding: .5rem 1rem;
}

.dropdown-custom .dropdown-user p {
    margin-bottom: 0;
    font-weight: 500;
}

.dropdown-custom .dropdown-user p.text-light {
    font-size: 0.75rem;
}

.dropdown-custom .dropdown-content {
    padding: 0;
}

.dropdown-custom .dropdown-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.dropdown-custom .dropdown-item svg {
    width: auto;
    height: 0.875rem;
    margin-right: 0.625rem;
}

.dropdown-custom .dropdown-item.logout,
.dropdown-custom .dropdown-item.login {
    font-weight: 600;
}

.dropdown-custom .dropdown-item.top-lista {
    font-weight: 600;
}

/* Modal */
.custom-modal .modal-content {
    border: 0 none;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}

.custom-modal .modal-header {
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 0 none;
    padding: 1.25rem 5rem 1.25rem 1.25rem;
}

.custom-modal .modal-header .btn-close {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-image: none;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.custom-modal .modal-header .btn-close svg {
    width: 0.75rem;
    height: auto;
}

.custom-modal .modal-header .modal-title {
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;
    width: 100%;
}

.custom-modal .modal-body {
    padding: 1.875rem 1.25rem 0 1.25rem;
}

.custom-modal .modal-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 0 none;
    padding: 1.25rem;
    z-index: 1;
}

.custom-modal .modal-footer .btn {
    font-size: 1rem;
    margin: 0;
}

.custom-modal .modal-footer .btn:not(:last-child) {
    margin-right: 1rem;
}

.custom-modal .modal-footer .btn.large-btn {
    width: 20rem;
}

/* Offcanvas */
.offcanvas {
    border: 0 none !important;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}

.modal-backdrop,
.modal-backdrop.show,
.offcanvas-backdrop.show {
    opacity: unset;
}

.modal-backdrop,
.modal-backdrop.show,
.my-backdrop,
.offcanvas-backdrop {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.offcanvas-header {
    position: relative;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem 4.5rem 1rem 1.5rem;
    min-height: 5rem;
}

.offcanvas-header h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
    width: 100%;
}

.offcanvas .offcanvas-header .btn-close {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 2.25rem;
    height: 2.25rem;
    background-image: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.offcanvas .btn-close svg {
    width: 0.75rem;
    height: auto;
}

.offcanvas-body {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.offcanvas-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 0 none;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    z-index: 1;
}

.offcanvas-footer .btn:not(:last-child) {
    margin-right: 1rem;
}

/* Custom Accordion */
.custom-accordion .accordion-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: unset;
}

.custom-accordion .accordion-item {
    position: relative;
    border: 0 none;
    z-index: 4;
}

.custom-accordion .accordion-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.custom-accordion .accordion-button {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 1.75rem;
    box-shadow: none;
}

.custom-accordion .accordion-button:hover,
.custom-accordion .accordion-button:focus {
    z-index: unset;
}

.custom-accordion .accordion-button::after,
.custom-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    display: none;
}

.custom-accordion .accordion-button svg {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.custom-accordion .accordion-button.collapsed svg {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.custom-accordion .accordion-body {
    padding: 0 0 1rem 0;
}

.custom-accordion .accordion-body ul.mobile-menu {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
}

.custom-accordion .accordion-body ul.mobile-menu li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-basis: 100%;
    list-style: none;
}

.custom-accordion .accordion-body ul.mobile-menu li:not(:last-child) {
    margin-bottom: 1.25rem;
}

.custom-accordion .accordion-body ul.mobile-menu li a {
    text-decoration: none;
}

.custom-accordion .accordion-body ul.mobile-menu li .menu-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-weight: 500;
    padding: 0.5rem 0;
    font-size: 0.875rem;
}

.custom-accordion .accordion-body ul.mobile-menu .content-holder h2 {
    font-size: 1rem;
    font-weight: 600;
}

.custom-accordion .accordion-body ul.mobile-menu .content-holder p {
    margin-bottom: 0;
}

.custom-accordion .accordion-body ul.mobile-menu .media {
    position: relative;
    align-items: flex-start;
}

.custom-accordion .accordion-body ul.mobile-menu .media-image svg {
    width: 2.5rem;
    height: auto;
}

.custom-accordion .accordion-body ul.mobile-menu .media-body h2 {
    font-size: 1rem;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.custom-accordion .accordion-body ul.mobile-menu .media p {
    margin-bottom: 0;
}

.custom-accordion .accordion-body ul.mobile-menu .domain-price {
    flex: 1;
    height: 100%;
    text-align: center;
    padding: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.custom-accordion .accordion-body ul.mobile-menu .domain-price:not(:last-child) {
    margin-right: 1rem;
}

.custom-accordion .accordion-body ul.mobile-menu .domain-price h2 {
    font-size: 1rem;
    font-weight: 600;
}

.custom-accordion .accordion-body ul.mobile-menu .domain-price small {
    font-size: 0.75rem;
}

.custom-accordion .accordion-body ul.mobile-menu .domain-price p {
    font-weight: 600;
    margin-bottom: 0;
}

.custom-accordion .accordion-body .form-check:not(:last-child) {
    margin-bottom: 0.5rem;
}

/* Accordion Data */
.custom-accordion ul.accordion-data {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 0;
}

.custom-accordion ul.accordion-data li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    padding: 0.313rem 0;
}

.custom-accordion ul.accordion-data li span {
    width: 100%;
    display: flex;
    align-items: center;
    word-break: break-word;
}

.custom-accordion ul.accordion-data li span:first-child {
    min-width: 6.875rem;
    max-width: 6.875rem;
    font-weight: 500;
    margin-right: 0.313rem;
}

/* Media item */
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.media .media-image {
    display: flex;
    margin-right: 0.625rem;
    flex-shrink: 0;
}

.media .media-body {
    -ms-flex: 1;
    flex: 1;
}

/* Header */
.header-container {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: block;
    z-index: 1020;
}

.header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 5.375rem;
    border-bottom: 0 none;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}

.header .col-logo,
.header .col-categories,
.header .col-header-options {
    position: relative;
    display: flex;
    align-items: center;
}

.btn-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
}

.btn-categories svg {
    width: 1.5rem;
    height: 1.5rem;
}

.header .col-header-options::before {
    content: "";
    height: 1.875rem;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .logo img {
    height: 3.75rem;
    width: auto;
}

.header .logo svg {
    height: 56.5px;
    width: auto;
    margin-left: 3px;
    margin-bottom: 1px;
}

.header .col-header-center {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1.25rem;
}

.header .col-header-center .header-center-holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.header .col-header-center .header-center-holder nav {
    display: block;
    flex-shrink: 0;
}

.header .col-header-center .header-center-holder nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .col-header-center .header-center-holder nav ul li {
    flex-shrink: 0;
}

.header .col-header-center .header-center-holder nav ul li:not(:last-child) {
    margin-right: 1.25rem;
}

.header .col-header-center .header-center-holder nav ul li .btn {
    padding: 0;
    font-size: 0.938rem;
}

/* .header .col-header-center .header-center-holder nav ul li:first-child .btn svg {
    width: 1.25rem;
    height: 1.25rem;
} */

.header .col-header-center .header-center-holder nav ul li:last-child .btn {
    padding: 0 2rem;
}

.header .col-header-options .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    padding: 0;
    margin: 0;
}

.header .col-header-options .user-option .dropdown-menu .btn {
    height: 2.25rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.header .col-header-options .user-option .dropdown-menu .btn:not(:last-child) {
    margin-bottom: 0.625rem;
}

.header .col-header-options .btn-user {
    margin-right: 0;
}

.header .col-header-options .btn-user .media-image {
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.188rem;
    margin-right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header .col-header-options .btn-user .media-image img {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header .col-header-options .btn-user .media-image svg {
    width: 1.25rem;
    height: 1.25rem;
}

.header .col-header-options .btn-user .media-image .user-initials {
    font-weight: 600;
}

.header .col-header-options .btn-user .media-body {
    display: flex;
    align-items: center;
}

.header .col-header-options .btn-icon {
    width: 1.875rem;
    padding: 0;
    margin-right: 1rem;
}

.header .col-header-options .btn-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.header .col-header-options .btn-icon .badge.badge-notification-dot:empty {
    display: block;
}

/* Search */
.header .col-header-options .btn-search svg:last-child,
.header .col-header-options .btn-search.collapsed svg:first-child {
    display: block;
}

.header .col-header-options .btn-search svg:first-child,
.header .col-header-options .btn-search.collapsed svg:last-child {
    display: none;
}

.header .col-header-options .btn-search svg:last-child {
    width: 1.625rem;
    height: 1.625rem;
}

.header .col-header-center .header-center-holder.search-open {
    position: relative;
}

.header .col-header-center .header-center-holder.search-open nav {
    visibility: hidden;
    opacity: 0;
}

.header .col-header-center .header-center-holder .search-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    max-width: 25rem;
    margin-right: 1.25rem;
}

.search-box svg.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0.625rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.header .col-header-center .header-center-holder .search-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 60vw;
}

.header .col-header-center .header-center-holder .header-search {
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: none;
}

.header .col-header-center .header-center-holder .header-search.collapsing,
.header .col-header-center .header-center-holder .header-search.collapsing .form-control {
    display: none;
}

.header .col-header-center .header-center-holder .search-box .input-group .form-control {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.header .col-header-center .header-center-holder .search-box .input-group.focused:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    height: 100vh;
    z-index: 0;
    cursor: default;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header .col-header-center .header-center-holder .search-box .input-group .form-control.input-with-icon {
    padding: 0 .75rem 0 3rem;
}

.header .col-header-center .header-center-holder .search-box .input-group .button-holder {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: .25rem;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: .25rem;
    border-top-left-radius: 0;
    border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: .25rem;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}

.header .col-header-center .header-center-holder .search-box .input-group .button-holder .btn {
    border: 0 none;
    height: 2.5rem;
    font-size: 0.875rem;
    padding: 0 1rem 0 0.5rem;
}

.header .col-header-center .header-center-holder .search-box .input-group .button-holder .btn:hover {
    text-decoration: underline;
}

.search-box svg.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

/* Mega Menu */
.dropdown-mega {
    position: static;
    max-width: 100%;
}

.header .col-header-center .header-center-holder nav ul .dropdown-mega .dropdown-toggle {
    padding-right: 1rem;
}

.dropdown-mega .dropdown-toggle svg {
    right: 0;
}

.dropdown-custom.dropdown-menu.dropdown-megamenu {
    top: 1.125rem !important;
    width: 100%;
    padding: 1.25rem 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0.4rem 0.625rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.4rem 0.625rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.4rem 0.625rem 0 rgba(0, 0, 0, 0.05);
}

.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder {
    display: block;
    width: 100%;
    height: 100%;
}

.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder .media {
    position: relative;
    align-items: flex-start;
}

.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder .media:not(:last-child) {
    margin-bottom: 1.25rem;
}

.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder .media-image svg {
    width: 2.5rem;
    height: auto;
}

.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder .media-body h2 {
    font-size: 1rem;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder h2 {
    font-size: 1rem;
    font-weight: 600;
}

.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder p {
    margin-bottom: 0;
}

.dropdown-custom.dropdown-menu.dropdown-megamenu .domain-col {
    margin-top: 1.25rem;
}

.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder .domain-price {
    height: 100%;
    text-align: center;
    padding: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder .domain-price small {
    font-size: 0.75rem;
}

.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder .domain-price p {
    font-weight: 600;
}

/* Autocomplete */
.autocomplete {
    position: absolute;
    top: calc(100% - 0.5rem);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 1.25rem 0 0.625rem 0;
    font-size: 0.875rem;
    z-index: 5;
    -webkit-border-bottom-right-radius: 0.625rem;
    -webkit-border-bottom-left-radius: 0.625rem;
    -moz-border-radius-bottomright: 0.625rem;
    -moz-border-radius-bottomleft: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
}

.search-results-holder {
    display: flex;
    align-items: flex-start;
    flex-basis: 100%;
    overflow: hidden;
}

.search-col {
    overflow: hidden;
}

.search-col:first-child {
    width: 15rem;
    padding-left: 0;
}

.search-col:last-child {
    flex: 1 0 0%;
}

.search-col .search-content {
    height: 50vh;
    padding: 0 1rem 1rem 1rem;
    overflow-x: hidden;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior: contain;
}

.search-results {
    display: none;
}

.search-results.active {
    display: block;
}

.search-col>h3 {
    padding-left: 1rem;
    padding-bottom: 0.625rem;
    font-size: 1rem;
    font-weight: 600;
}

.search-col .media {
    padding: 1rem 0;
}

.search-col .media:first-child {
    padding: 0.5rem 0 1rem 0;
}

.search-col .media:last-child {
    padding: 1rem 0 0 0;
}

.search-col .media-image {
    position: relative;
    margin-right: 1.25rem;
}

.search-col .media-image::after {
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: darken;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.search-col .media-image .top-sticker {
    top: 0.313rem;
    left: 0.313rem;
    height: 1.625rem;
    padding: 0 0.625rem;
    font-size: 0.75rem;
}

.search-col .media-image img {
    max-width: 6.5rem;
    height: auto;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.search-col .media-body h3 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-col .media-body .status {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search-col .media-body .status .status-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.75rem;
}

.search-col .media-body .item-price {
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 600;
}

.search-col .media-body .item-price span {
    display: block;
    width: 100%;
}

.search-col .media-body .item-price.discount.animation>div>div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    height: auto;
}

.search-col .media-body .item-price.discount.animation .animation-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search-col .vertical-menu {
    padding: 0;
    margin: 0;
}

.search-col .vertical-menu li {
    list-style: none;
}

.search-col .vertical-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 0;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-underline-offset: 0.188rem;
}

.search-col .media {
    position: relative;
}

/* Section */
.section {
    padding: 7rem 0;
}

.inner-page .section:first-of-type {
    padding-top: 5rem;
}

/* Section Breadcrumb */
.section-breadcrumb {
    padding: 1.875rem 0 1.5rem 0;
}

/* Section Title */
.section-title {
    display: block;
    margin-bottom: 3rem;
}

.section-title .top-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title .top-title h2 {
    display: inline-block;
    padding: 0 1.25rem 1.25rem 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.section-title h1,
.section-title h2 {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
}

.section-title p {
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

/* Section Waves */
.section-waves {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
    padding: 0;
    margin-bottom: 7rem;
}

.section-waves .waves {
    align-self: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15vh;
    /* Fix for safari gap */
    min-height: 6.25rem;
    max-height: 9.375rem;
    margin-bottom: -1px;
    z-index: 1;
}

/* Animation */
.section-waves .waves .parallax>use {
    animation: move-waves 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.section-waves .waves .parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.section-waves .waves .parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.section-waves .waves .parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.section-waves .waves .parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

.section-waves .container {
    z-index: 2;
}

.section-waves .typewriter-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.section-waves .typewriter-title h1 {
    display: flex;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: 600;
    width: 100%;
    margin-bottom: 1rem;
}

.section-waves .typewriter-title .typewriter-text {
    margin-left: 0.75rem;
}

.section-waves .typewriter-title .typewriter-text .Typewriter__cursor {
    margin-left: 0;
}

.section-waves .typewriter-title p {
    font-size: 1rem;
    text-align: center;
    width: 80%;
    font-weight: 500;
    margin-bottom: 0;
}

.section-waves .typewriter-title.domain-search h1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 3.5rem;
    font-weight: 600;
    width: 100%;
    margin-bottom: 1rem;
}

.section-waves .typewriter-title.domain-search .typewriter-text {
    width: 100%;
    margin-left: 0;
    text-align: center;
}

.section-waves .domain-search .input-group .form-control {
    padding-right: 8.5rem;
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.section-waves .domain-search svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.section-waves .domain-search .btn {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    z-index: 10;
}

.section-waves .domain-price-holder {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 2rem;
}

.section-waves .domain-price-holder .domain-price {
    height: 100%;
    text-align: center;
    padding: 0.5rem 1rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.section-waves .domain-price-holder .domain-price:not(:last-child) {
    margin-right: 1rem;
}

.section-waves .domain-price-holder .domain-price h2 {
    font-size: 1rem;
    font-weight: 600;
}

.section-waves .domain-price-holder .domain-price p {
    font-weight: 600;
    margin-bottom: 0;
}

/* Section Steps */
.section-steps {
    padding-top: 0;
}

.section-steps .how-to-item .media {
    position: relative;
    margin-bottom: 1rem;
}

.section-steps .how-to-item .media .media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.section-steps .how-to-item .media .media-image svg {
    width: 1.375rem;
    height: 1.375rem;
}

.section-steps .how-to-item .media .media-image span {
    font-size: 1rem;
    font-weight: 600;
}

.section-steps .how-to-item .media .media-body p {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 600;
}

.section-steps .how-to-item p {
    margin-bottom: 0;
}

/* Section Tabs */
.section-tabs .nav-holder {
    display: block;
    padding: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.section-tabs nav {
    display: block;
}

.section-tabs .tabs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-tabs .tabs .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.6666666667%;
    height: 3rem;
    padding: 0;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.section-tabs .tabs .btn.active:hover {
    opacity: 1;
}

.section-tabs .tab-glider {
    position: absolute;
    top: 0;
    left: 0;
    width: 16.6666666667%;
    height: 3rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

.section-tabs .tabs #nav-one-tab.active~.tab-glider {
    left: 0;
}

.section-tabs .tabs #nav-two-tab.active~.tab-glider {
    left: 16.6666666667%;
}

.section-tabs .tabs #nav-three-tab.active~.tab-glider {
    left: 33.3333333334%;
}

.section-tabs .tabs #nav-four-tab.active~.tab-glider {
    left: 50.0000000001%;
}

.section-tabs .tabs #nav-five-tab.active~.tab-glider {
    left: 66.6666666668%;
}

.section-tabs .tabs #nav-six-tab.active~.tab-glider {
    left: 83.3333333335%;
}

.section-tabs .tab-pane.fade {
    transition: opacity .25s linear;
}

/* Plans */
.section-tabs .plans-wrapper {
    display: block;
    margin-top: 4rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}

.section-tabs .plan-holder {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.section-tabs .plan-holder.recommended {
    position: relative;
    margin-top: -1.625rem;
    margin-left: -0.938rem;
    width: 110%;
    height: 104%;
    padding: 2.375rem 1.875rem 0 1.875rem;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.section-tabs .plan-holder .recommended-label {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0.25rem 1rem;
    font-weight: 600;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.section-tabs .plan-holder .plan-header {
    position: sticky;
    position: -webkit-sticky;
    top: 106px;
    display: block;
    z-index: 1020;
}

.section-tabs .plan-holder.recommended .plan-header {
    top: 99px;
}

.section-tabs .plan-holder .title-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.section-tabs .plan-holder .title-holder:hover .plan-title,
.section-tabs .plan-holder .plan-title.touched {
    overflow: visible;
    text-overflow: clip;
}

.section-tabs .plan-holder .plan-title {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: transform 0.5s ease;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.section-tabs .plan-holder.recommended .plan-title {
    font-size: 1.625rem;
}

.section-tabs .plan-holder .plan-subtitle {
    font-size: 0.75rem;
    min-height: 2.25rem;
}

.section-tabs .plan-holder .plan-price {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.section-tabs .plan-holder .plan-price small {
    font-size: 1.25rem;
    margin-left: -0.375rem;
}

.section-tabs .plan-holder .plan-payment {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.section-tabs .plan-holder .plan-price-subtitle {
    font-size: 0.75rem;
}

.section-tabs .plan-holder .button-holder .btn {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.section-tabs .plan-holder .button-holder p {
    font-size: 0.75rem;
    margin-bottom: 0;
}

.section-tabs .plan-holder .powered-by {
    display: block;
    margin-top: 1rem;
}

.section-tabs .plan-holder .powered-by img {
    height: 1.25rem;
    width: auto;
}

.section-tabs .plan-holder .plan-features h4 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-tabs .plan-holder .plan-features h4:not(:first-child) {
    margin-top: 1rem;
}

.section-tabs .plan-holder .plan-features .media {
    margin-bottom: 0.375rem;
}

.section-tabs .plan-holder .plan-features .media-image svg {
    width: 1.125rem;
    height: auto;
}

/* Table scroll */
.section-tabs .table-holder {
    margin-top: 2rem;
}

.table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0;
    overflow-x: auto;
    /* hide scroll bar FF */
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* hide scroll bar web-kit browsers */
.table-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.table-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.table-scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 0px solid transparent;
}

.table-scroll table {
    width: 100%;
    min-width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll th,
.table-scroll td {
    padding: 1.125rem 1.125rem;
    vertical-align: middle;
}

.table-scroll th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.table-scroll th:first-child,
.table-scroll td:first-child,
.table-scroll th:nth-child(2),
.table-scroll td:nth-child(2) {
    position: sticky;
    position: -webkit-sticky;
    z-index: 2;
}

.table-scroll th:first-child,
.table-scroll td:first-child {
    left: 0;
}

.table-scroll th:last-child,
.table-scroll td:last-child {
    position: sticky;
    position: -webkit-sticky;
    right: 0;
    z-index: 2;
}

.table-scroll thead th {
    font-weight: 600;
    z-index: 1;
    font-size: 0.938rem;
}

.table-scroll thead th:first-child,
.table-scroll thead th:nth-child(2) {
    font-weight: 600;
}

/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    padding: 1rem 1rem;
    font-weight: 500;
    z-index: 4;
}

.table-scroll thead th:first-child,
.table-scroll tfoot th:first-child,
.table-scroll thead th:nth-child(2),
.table-scroll tfoot th:nth-child(2) {
    z-index: 5;
}

/* Table Options */
.table-holder {
    position: relative;
}

.table-holder .table-options {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.table-holder .table-options .table-actions {
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-basis: 100%;
}

/* Table Controls */
.table-holder .controls-container {
    display: inline-flex;
    align-items: center;
    margin-left: 1.25rem;
}

.table-holder .controls-container .control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.table-holder .controls-container .control:not(:last-child) {
    margin-right: 0.625rem;
}

.table-holder .controls-container .control svg {
    width: 1rem;
    height: auto;
}

/* Desktop table */
.desktop-table tr:last-child td {
    border: 0 none;
}

.desktop-table .col-server {
    min-width: 7.5rem;
    font-weight: 600;
}

.desktop-table .col-processor {
    min-width: 5.75rem;
}

.desktop-table .col-ram {
    min-width: 5.75rem;
}

.desktop-table .col-disk {
    min-width: 8.5rem;
}

.desktop-table .col-connection {
    min-width: 4.375rem;
}

.desktop-table .col-connection {
    min-width: 4.375rem;
}

.desktop-table .col-price {
    min-width: 3.5rem;
}

.desktop-table .col-actions {
    min-width: 7.5rem;
}

/* Tab pane Accordion */
.server-plans {
    margin-top: 2rem;
}

.tab-pane .custom-accordion .accordion-button {
    padding-left: 0.625rem;
}

.tab-pane .custom-accordion ul.accordion-data li {
    align-items: center;
}

.tab-pane .custom-accordion .accordion-item:last-of-type {
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Section Map */
.section-server-location .map-holder {
    position: relative;
    display: block;
}

.section-server-location .map-holder .map-over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: transparent;
}

.section-server-location #chartdiv {
    position: relative;
    width: 100%;
    height: 43.75rem;
    z-index: 0;
}

.am5-layer-30 {
    display: none !important;
}

/* Section Blog */
.section:last-of-type {
    border-bottom: 0 none !important;
}

.section-blog .typewriter-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.section-blog .typewriter-title h1,
.section-blog .typewriter-title h2 {
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 600;
    width: 100%;
    margin-bottom: 0.5rem;
}

.section-blog .typewriter-title .typewriter-text {
    margin-left: 0.75rem;
}

.section-blog .typewriter-title .typewriter-text .Typewriter__cursor {
    margin-left: 0;
}

.section-blog .typewriter-title p {
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.section-blog .blog-item {
    position: relative;
    margin-bottom: 5rem;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.section-blog .blog-item:hover {
    transform: scale(1.07, 1.07);
}

.section-blog .blog-item img {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.section-blog .blog-item .content-holder {
    padding: 1rem 1rem 0 1rem;
}

.section-blog .blog-item .title-holder {
    position: relative;
    margin-bottom: 0.625rem;
}

.section-blog .blog-item .title-holder h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    font-weight: 600;
    min-height: 2.4rem;
}

.section-blog .blog-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    min-height: 2.625rem;
}

/* Page Title */
.page-title {
    display: block;
    padding-top: 5rem;
}

.page-title .go-back {
    display: inline-block;
}

.page-title .go-back .btn-back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 1rem 0;
    font-weight: 600;
    background-color: transparent;
}

.page-title .go-back .btn-back svg {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    margin-right: 0.313rem;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page-title .go-back .btn-back:hover svg {
    left: -0.313rem;
}

.page-title .title-text {
    display: block;
    margin-bottom: 3rem;
}

.page-title .title-text h1 {
    font-size: 2.5rem;
    font-weight: 600;
}

/* Blog Article */
.inner-content-section {
    padding-top: 3rem;
    padding-bottom: 7rem;
}

.inner-content-section .main-content p {
    font-size: 1rem;
}

.inner-content-section .main-content a:hover {
    text-decoration: none;
}

ul.style-disc {
    padding-left: 0.875rem;
}

ul.style-disc li {
    list-style-type: circle;
}

ul.style-disc li:not(:last-child) {
    margin-bottom: 0.25rem;
}

.inner-content-section .main-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.875rem 0 1.25rem 0;
}

.inner-content-section .main-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1.875rem 0 1.25rem 0;
}

.inner-content-section .main-content blockquote {
    position: relative;
    padding: 1.25rem 5.25rem 1.25rem 1.25rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.inner-content-section .main-content blockquote .btn-copy {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    height: 1.875rem;
    font-weight: 600;
    background-color: #FFD200;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.inner-content-section .main-content blockquote .btn-copy svg {
    width: 1rem;
    height: auto;
}

.inner-content-section .main-content blockquote p {
    font-weight: 600;
}

.inner-content-section .main-content blockquote p:last-child {
    margin-bottom: 0;
}

.inner-content-section .main-content img {
    display: block;
    margin: 3rem 0;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.inner-content-section .video-holder {
    display: block;
    width: 100%;
    margin: 3rem 0 0 0;
    overflow: hidden;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

/* View All Items */
.view-all-items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.view-all-items .content-holder {
    position: relative;
    display: flex;
    align-items: center;
}

.view-all-items .content-holder p {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 1.5rem;
}

.view-all-items .content-holder .btn {
    font-size: 1rem;
    font-weight: 600;
}

/* Section Hosting */
.section-hosting .hosting-item {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.section-hosting .hosting-item:hover {
    transform: scale(1.07, 1.07);
}

.section-hosting .hosting-item .media {
    align-items: flex-start;
}

.section-hosting .hosting-item .media-image svg {
    width: 2.5rem;
    height: auto;
}

.section-hosting .hosting-item .media-body h2 {
    font-size: 1rem;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section-hosting .hosting-item p {
    margin-bottom: 0;
}

/* Splide */
.splide__arrow {
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.splide__arrow svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: unset;
}

/* Splide Single */
.splide-single .splide__track,
.splide-single .splide__track img {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.splide-single .splide__arrow--prev {
    left: -1.25rem;
}

.splide-single .splide__arrow--next {
    right: -1.25rem;
}

/* Section Logos */
.section.section-logos {
    padding: 3rem 0 3rem 0;
    border-bottom: 0 none !important;
}

.section-logos .splide-holder {
    padding: 0 5rem;
}

.section-logos img,
.section-logos a:hover img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.section-logos a img {
    transform: scale(1, 1);
}

.section-logos a:hover img {
    transform: scale(1.07, 1.07);
}

#splide-logos .splide__arrow--prev {
    left: -5rem;
}

#splide-logos .splide__arrow--next {
    right: -5rem;
}

/* Doamin Search */
.section-domain-results {
    padding-top: 0;
}

.section-domain-results .order-title-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.section-domain-results .order-title-holder .section-title {
    margin-bottom: 0;
}

.section-domain-results .order-title-holder .section-title h2 {
    text-align: left;
    margin-bottom: 0;
}

.section-domain-results .order-title-holder .order-steps-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.section-domain-results .order-title-holder .order-steps-holder .btn.order-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.section-domain-results .order-title-holder .order-steps-holder .order-step:not(:last-child) {
    margin-right: 1rem;
}

.section-domain-results .domain-list {
    display: block;
}

.section-domain-results .domain-list .domain-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    margin-bottom: 1.875rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.section-domain-results .domain-list .domain-item:hover {
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}

.section-domain-results .domain-list .domain-item.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.section-domain-results .domain-list .domain-item.disabled:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.section-domain-results .domain-list .domain-item:last-of-type {
    margin-bottom: 0;
}

.section-domain-results .domain-list .domain-item .discount-label {
    position: absolute;
    top: 0;
    left: 1.25rem;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.section-domain-results .domain-list .domain-item .domain-name p {
    margin-bottom: 0;
}

.section-domain-results .domain-list .domain-item .domain-name span {
    font-weight: 800;
}

.section-domain-results .domain-list .domain-item .domain-options {
    display: flex;
    align-items: center;
    z-index: 20;
}

.section-domain-results .domain-list .domain-item .domain-options .domain-price {
    margin-right: 1.25rem;
}

.section-domain-results .domain-list .domain-item .domain-options .domain-price p {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.section-domain-results .domain-list .domain-item .domain-options .domain-price p.initial-price {
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 1;
}

.section-domain-results .domain-list .domain-item .domain-options .domain-status .btn {
    font-weight: 600;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.section-domain-results .domain-list .domain-item .domain-options .domain-status .btn:disabled {
    opacity: 1;
}

.section-domain-results .next-step-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.section-domain-results .next-step-holder .btn {
    font-size: 1rem;
}

/* Aside */
.aside-col {
    position: relative;
    width: 20rem;
    min-height: 100%;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1010;
}

.aside-col.collapse:not(.show) {
    display: block;
    position: relative;
    margin-left: -12.5rem;
    margin-right: 3rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.my-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    opacity: unset;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.aside-col.collapsing.collapse-horizontal {
    width: 15rem !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.aside-col-holder {
    display: flex;
    flex-direction: column;
    position: sticky;
    position: -webkit-sticky;
    top: 7.5rem;
    padding-top: 0;
    padding-bottom: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background-clip: padding-box;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.aside-col.in-scroll .aside-col-holder {
    padding-top: 5rem;
}

.aside-col.collapse.show .aside-col-holder {
    visibility: visible;
}

.aside-col.collapsing .aside-col-holder {
    display: none;
}

.aside-holder {
    padding: 0 1.5rem 0 0;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior: contain;
}

.aside-holder.aside-accordion-holder {
    padding-top: 1.1rem;
}

.aside-holder.aside-accordion-holder .custom-accordion .accordion-body .form-check {
    align-items: flex-start;
    padding-right: 2.5rem;
}

.aside-holder.aside-accordion-holder .accordion-item .form-check span {
    top: 0.656rem;
    line-height: 1;
}

/*hide scroll bar web-kit browsers */
.aside-holder::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.aside-holder::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.aside-holder::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 0 solid transparent;
}

.aside-holder .aside-title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
}

.aside-holder .aside-title .media-image {
    font-size: 1.25rem;
}

.aside-col .aside-header {
    position: relative;
    padding: 0 0.75rem;
    margin-bottom: 1.5rem;
}

.aside-col .aside-header .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.aside-header .btn {
    padding: 0;
    border: 0 none;
}

.aside-header svg {
    width: 1.25rem;
    height: auto;
}

.aside-col.collapse:not(.show) .aside-header .btn svg {
    width: 1.875rem;
}

.aside-col.collapse.show .menu-icon,
.aside-col.collapse:not(.show) .close-icon,
.aside-col.collapsing .menu-icon,
.aside-col.collapsing .close-icon {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.aside-col.collapse:not(.show) .menu-icon,
.aside-col.collapse .close-icon {
    display: block;
    opacity: 1;
    visibility: visible;
}

.aside-holder .aside-nav>.btn-link {
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
}

.aside-holder .aside-nav ul {
    padding: 0;
    margin: 0;
}

.aside-holder .aside-nav ul li {
    list-style: none;
}

.aside-holder .aside-nav ul li .btn {
    text-decoration: none;
    padding: 0.3rem 0;
    text-align: left;
    font-size: 0.75rem;
}

.aside-holder .aside-nav ul li .btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
}

.aside-holder .aside-nav ul li .btn.active,
.aside-holder .aside-nav ul li span:last-child {
    font-weight: 700;
}

.aside-holder .aside-nav ul li span:first-child {
    margin-right: 0.5rem;
}

.aside-holder .aside-nav ul li .btn:hover span:first-child {
    text-decoration: underline;
}

.aside-holder .aside-nav ul li span:last-child {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.aside-holder .aside-nav ul li .btn-link.new-request:hover span:first-child {
    text-decoration: none;
}

.aside-holder .aside-nav ul li .btn-link.new-request span:last-child {
    background-color: transparent;
    font-size: 0.75rem;
}

.aside-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem 0.75rem 2rem 0.75rem;
    width: 100%;
    z-index: 3;
}

.aside-footer .btn svg {
    width: 1rem;
    height: auto;
    margin-right: 0.5rem;
}

/* Contact section */
.contact-section .aside-col-contact .aside-col-holder {
    top: 7.25rem;
}

.contact-section .aside-holder {
    padding-top: 0.188rem;
}

.contact-section .aside-holder .aside-title {
    border-bottom: 0 none;
}

.contact-section .title {
    display: block;
    margin-bottom: 2rem;
}

.contact-section .title h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
}

.contact-section .title p {
    margin-bottom: 0;
}

.contact-section .service-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 2rem 0;
}

.contact-section .service-item .new-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    font-weight: 500;
    font-size: 0.75rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-section .service-item h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

.contact-section .service-item h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.875rem;
}

.contact-section .title a,
.contact-section .service-items-holder a {
    text-decoration: underline;
}

.contact-section .title a:hover,
.contact-section .service-items-holder a:hover {
    text-decoration: none;
}

.offcanvas-contact-mobile .nav-aside ul,
.contact-section .nav-aside ul {
    padding: 0;
    margin: 0;
}

.offcanvas-contact-mobile .nav-aside ul li,
.contact-section .nav-aside ul li {
    list-style: none;
}

.offcanvas-contact-mobile .nav-aside ul li a,
.contact-section .nav-aside ul li a {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0;
    font-weight: 500;
    font-size: 0.938rem;
    text-decoration: none;
    text-underline-offset: 0.188rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.offcanvas-contact-mobile .nav-aside ul li.active a,
.contact-section .nav-aside ul li.active a {
    font-weight: 600;
}

.offcanvas-contact-mobile .nav-aside ul li a .badge.badge-notification,
.contact-section .nav-aside ul li a .badge.badge-notification {
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.contact-section .contact-info-holder ul {
    padding: 0;
    margin: 0;
}

.contact-section .contact-info-holder ul li {
    list-style: none;
    padding: 0.25rem 0;
}

.contact-section .toolbar-contact-holder {
    margin-bottom: 1.5rem;
}

.contact-section .button-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact-section .button-holder .btn {
    font-size: 1rem;
    font-weight: 600;
}

.upload-documents {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.875rem;
}

.upload-documents .btn {
    display: inline-flex;
    align-items: center;
    border: 0 none;
    text-decoration: none;
    margin: 0.313rem 0.625rem 0.313rem 0;
    padding: 0.625rem;
    height: 1.875rem;
    font-size: 0.875rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.upload-documents .btn svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.313rem;
}

/* Dropzone */
.dropArea {
    position: relative;
}

.dropArea::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.dropzone-holder {
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dropzone-holder:hover {
    cursor: pointer;
}

.dropzone-holder .dropzone-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.875rem;
}

.form-group .dropzone-holder .dropzone-text label {
    display: inline-flex;
    justify-content: center;
    width: auto;
    padding-left: 2.5rem;
}

.dropzone-holder .dropzone-text h2 {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
}

.dropzone-holder .dropzone-text .btn {
    margin: 1.625rem 0;
}

.dropzone-holder .dropzone-text p {
    display: block;
    width: 100%;
    text-align: center;
}

.dropzone-holder .dropzone-text p:last-child {
    margin-bottom: 0;
}

/* Profile */
.profile-section .aside-col-contact .aside-col-holder {
    top: 7.25rem;
}

.profile-section .aside-holder {
    padding-top: 0.188rem;
}

.offcanvas-profile-mobile .profile-title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
}

.offcanvas-profile-mobile .profile-title,
.profile-section .aside-holder .aside-title {
    border-bottom: 0 none;
    line-height: 1.1;
}

.offcanvas-profile-mobile .profile-title .media,
.profile-section .aside-holder .aside-title .media {
    align-items: center;
}

.offcanvas-profile-mobile .profile-title .media-image,
.profile-section .aside-holder .aside-title .media-image {
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.offcanvas-profile-mobile .profile-title .media-body,
.profile-section .aside-holder .aside-title .media-body {
    padding-top: 0;
    word-break: break-word;
}

.offcanvas-profile-mobile .profile-title p,
.profile-section .aside-holder .aside-title p {
    margin-bottom: 0;
}

.offcanvas-profile-mobile .profile-title p.text-light,
.profile-section .aside-holder .aside-title p.text-light {
    font-size: 0.75rem;
    font-weight: 400;
}

.profile-section .title {
    display: block;
    margin-bottom: 2rem;
}

.profile-section .title h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    text-align: left;
}

.profile-section .title p {
    margin-bottom: 0;
    text-align: left;
}

.offcanvas-profile-mobile .profile-title,
.profile-section .aside-holder .aside-title {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
}

.offcanvas-profile-mobile .profile-title .media-image,
.profile-section .aside-holder .aside-title .media-image {
    font-size: 0.875rem;
    font-weight: 600;
}

.offcanvas-profile-mobile .nav-aside ul,
.profile-section .nav-aside ul {
    padding: 0;
    margin: 0;
}

.offcanvas-profile-mobile .nav-aside ul li,
.profile-section .nav-aside ul li {
    list-style: none;
}

.offcanvas-profile-mobile .nav-aside ul li a,
.profile-section .nav-aside ul li a {
    display: inline-block;
    padding: 0.5rem 0;
    font-weight: 500;
    font-size: 0.938rem;
    text-decoration: none;
    text-underline-offset: 0.188rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.offcanvas-profile-mobile .nav-aside ul li.active a,
.profile-section .nav-aside ul li.active a {
    font-weight: 600;
}

.profile-section .toolbar-profile-holder {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.profile-section .button-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.profile-section .button-holder .btn {
    font-size: 1rem;
    font-weight: 600;
}

/* My Orders */
.profile-section .custom-accordion.orders-accordion .accordion-item:not(:last-of-type) {
    margin-bottom: 1.875rem;
}

.profile-section .custom-accordion.orders-accordion .accordion-item .status-badge {
    position: absolute;
    top: 0;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    min-width: 5.625rem;
    line-height: 1;
    font-weight: 500;
    font-size: 0.75rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.profile-section .custom-accordion.orders-accordion .accordion-item {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.profile-section .custom-accordion.orders-accordion .accordion-item:hover {
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}

.profile-section .custom-accordion.orders-accordion .accordion-button {
    padding: 1.25rem 2rem 1.25rem 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    background-color: transparent;
}

.profile-section .custom-accordion.orders-accordion .accordion-button svg {
    right: 1.25rem;
}

.profile-section .custom-accordion.orders-accordion .accordion-body {
    padding: 0 1rem 1rem 1rem;
    background-color: transparent;
}

.profile-section.cart-section.checkout-section .cart-checkout-holder {
    padding-left: 0;
}

.profile-section.cart-section.checkout-section .button-holder.checkout-button .btn:not(:last-of-type) {
    margin-right: 1rem;
}

/* Register */
.register-section .global-form {
    padding-right: 2.5rem;
}

.register-section .title {
    margin-bottom: 2rem;
}

.register-section .title h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.register-section .title p {
    margin-bottom: 0;
    text-align: center;
}

.register-section h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.register-section .form-check {
    padding-right: 0;
}

.register-section .sign-in .btn {
    height: 3.125rem;
}

.register-section .button-holder {
    margin-bottom: 1rem;
}

.register-section .button-holder .btn {
    font-size: 1rem;
    font-weight: 600;
}

/* Cart */
.cart-section .cart-item {
    display: flex;
    position: relative;
    padding: 2rem 0;
}

.cart-section .cart-item .cart-item-content {
    display: block;
    width: 100%;
}

.cart-section .cart-item-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.cart-section .cart-item-header .cart-item-options .btn-option {
    display: flex;
    align-items: center;
    height: auto;
    padding: 0 0 0 0.313rem;
}

.cart-section .cart-item-header .cart-item-options .btn-option svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.313rem;
}

.cart-section .cart-item-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart-section .cart-item-description {
    flex: 1;
    padding-right: 1.25rem;
}

.cart-section .cart-item-description h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

.cart-section .cart-item-description .powered-by {
    display: block;
    margin-bottom: 0.5rem;
}

.cart-section .cart-item-description .powered-by img {
    height: 1.25rem;
    width: auto;
}

.cart-section .cart-item-description .domain-name p {
    margin-bottom: 0;
}

.cart-section .cart-item-description .domain-name span {
    font-weight: 800;
}

.cart-section .cart-item-description .btn-collapse {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 1.75rem 0 0;
}

.cart-section .cart-item-description .btn-collapse svg {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    width: 1rem;
    height: 1rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.cart-section .cart-item-description .btn-collapse.collapsed svg {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.cart-section .plan-features {
    margin-top: 1rem;
}

.cart-section .plan-features h4 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cart-section .plan-features h4 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cart-section .plan-features h4:not(:first-child) {
    margin-top: 1rem;
}

.cart-section .plan-features .media {
    margin-bottom: 0.375rem;
}

.cart-section .plan-features .media-image svg {
    width: 1.125rem;
    height: auto;
}

.cart-section .cart-item-price {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 600;
    max-width: 12rem;
}

.cart-section .cart-item-price .price-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 12rem;
}

.cart-section .cart-item-price h4 {
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
    width: 100%;
}

.cart-section .cart-item-price span {
    font-size: 0.875rem;
}

.cart-section .cart-item-price .plan-price {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
}

.cart-section .cart-item-price .plan-price small {
    font-size: 0.875rem;
}

.cart-section .cart-item-price .plan-payment {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
}

.cart-section .cart-total-holder {
    position: sticky;
    position: -webkit-sticky;
    top: 5.25rem;
    padding: 2rem 0 2rem 2rem;
}

.cart-section .cart-total-holder .cart-total-header h2 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.25rem;
    padding-top: 1.875rem;
}

.cart-section .cart-total-holder .cart-price-item {
    font-size: 1rem;
}

.cart-section .cart-total-holder .cart-price-item .price-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.25rem 0;
    padding-top: 0.25rem;
}

.cart-section .cart-total-holder .cart-price-item:first-child .price-content {
    padding-top: 0.125rem;
}

.cart-section .cart-total-holder .cart-price-item .price-content span {
    font-weight: 600;
}

.cart-section .cart-total-holder .cart-price-item .price-content small {
    font-size: 0.875rem;
}

.cart-section .cart-total-holder .cart-price-item.total-price {
    margin: 1.875rem 0 1.875rem;
    padding: 1rem 0;
    font-size: 1.25rem;
}

.cart-section .cart-total-holder .cart-price-item.total-price .price-content span {
    font-weight: 700;
}

.cart-section .cart-total-holder .cart-price-item.total-price .price-content span small {
    font-weight: 600;
}

.cart-section .cart-total-holder .cart-price-item.total-price .discount-text {
    font-size: 0.75rem;
    text-align: right;
    margin-bottom: 0;
}

.cart-section .cart-total-holder .cart-promo-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.cart-section .cart-total-holder .cart-promo-code-holder {
    position: relative;
    flex: 1;
    margin-bottom: 0;
}

.cart-section .cart-total-holder .cart-promo-code-info {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 18.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
    margin-right: 1.25rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.cart-section .cart-total-holder .cart-promo-code-info-content p {
    text-align: left;
    margin-bottom: 0;
}

.cart-section .cart-total-holder .cart-promo-code-info-content strong {
    font-size: 1rem;
    font-weight: 700;
}

.cart-section .cart-total-holder .cart-promo-code-info-content p small {
    font-size: 0.875rem;
    font-weight: 600;
}

.cart-section .cart-total-holder .cart-promo-code-info-arrow {
    width: 3.125rem;
    height: 1.563rem;
    position: absolute;
    top: 50%;
    right: -2.25rem;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    overflow: hidden;
}

.cart-section .cart-total-holder .cart-promo-code-info-arrow::after {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    left: 50%;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}

.cart-section .cart-total-holder .form-inline-button {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.cart-section .cart-total-holder .cart-promo-code .btn {
    margin-left: 1rem;
    padding: 0 2rem;
    font-size: 1rem;
}

.cart-section .cart-total-holder .button-holder {
    margin-top: 1.875rem;
}

.cart-section .cart-total-holder .button-holder .btn {
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
}

.cart-section.personal-info-section .button-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1.875rem;
}

.cart-section.personal-info-section .button-holder .btn {
    font-size: 1rem;
    font-weight: 600;
}

.cart-section.personal-info-section .button-holder .btn svg {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cart-section.personal-info-section .button-holder .btn:hover svg {
    right: -0.313rem;
}

.cart-section.payment-section .medium-check {
    margin-bottom: 1.875rem;
}

.cart-section.payment-section .medium-check .form-check-input {
    margin-right: 1rem;
}

.cart-section.payment-section .medium-check .form-check {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1.75em;
    padding-right: 2rem;
    margin-bottom: 0;
}

.cart-section.payment-section .medium-check .form-check-input {
    margin-right: 1rem;
}

.cart-section.payment-section .medium-check .form-check .form-check-label {
    padding-left: 0;
}

.cart-section.payment-section .medium-check .media {
    margin-bottom: 0;
    display: flex;
}

.cart-section.payment-section .medium-check .media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 1rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cart-section.payment-section .medium-check .media .media-image svg {
    width: 1.875rem;
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cart-section.payment-section .medium-check .media .media-body h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.cart-section.payment-section .medium-check .media .media-body p {
    font-size: 0.875rem;
    margin-bottom: 0;
    line-height: 1.2;
}

.cart-section.payment-section .button-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1.875rem;
}

.cart-section.payment-section .button-holder .btn {
    font-size: 1rem;
    font-weight: 600;
}

.cart-section.payment-section .button-holder .btn svg {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cart-section.payment-section .button-holder .btn:hover svg {
    right: -0.313rem;
}

.cart-section.checkout-section .form-checkout-info {
    margin-bottom: 1.875rem;
}

.cart-section.checkout-section .form-checkout-info h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cart-section.checkout-section .form-checkout-info h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.cart-section.checkout-section .form-checkout-info p {
    font-size: 0.875rem;
    margin-bottom: 0;
    line-height: 1.2;
}

.cart-section.checkout-section .form-checkout-info ul {
    padding-left: 0;
}

.cart-section.checkout-section .form-checkout-info ul li {
    list-style: none;
}

.cart-section.checkout-section .cart-checkout-info-holder {
    padding-right: 2rem;
}

.cart-section.checkout-section .cart-checkout-holder {
    padding-left: 2rem;
}

.cart-section.checkout-section .cart-checkout-title h2 {
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 1.25rem;
}

.cart-section.checkout-section .cart-total-holder {
    padding-left: 0;
}

.cart-section.checkout-section .button-holder.checkout-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1.875rem;
}

.cart-section.checkout-section .button-holder.checkout-button .btn {
    font-size: 1rem;
    font-weight: 600;
}

.cart-section.success h1 {
    margin-bottom: 1.25rem;
}

.cart-section.success .button-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.875rem;
}

.cart-section.success .button-holder .btn {
    font-size: 1rem;
    font-weight: 600;
}

/* Uplatnica */
.payment-slip {
    margin-bottom: 3rem;
}

.payment-slip .payment-slip-holder {
    width: 100%;
    padding: 1.25rem;
    display: flex;
    flex-wrap: wrap;
}

.payment-slip .payment-slip-title {
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.payment-slip .payment-slip-section {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
}

.payment-slip .payment-slip-section.left {
    padding-right: 1.25rem;
    padding-bottom: 3rem;
}

.payment-slip .payment-slip-section.left::after {
    content: "";
    height: 89%;
    width: 1px;
    position: absolute;
    right: -0.125rem;
    top: 1.25rem;
}

.payment-slip .payment-slip-field {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0.71rem;
    width: 100%;
}

.payment-slip .payment-slip-field label {
    width: 100%;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.117rem;
}

.payment-slip .payment-slip-field .form-control {
    font-size: 1rem;
    font-weight: 600;
    height: 2.125rem;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.payment-slip .payment-slip-qr-holder {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0.625rem;
    padding-right: 1.25rem;
}

.payment-slip .payment-slip-qr {
    text-align: center;
}

.payment-slip .payment-slip-qr p {
    font-size: 0.594rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.payment-slip .payment-slip-options.left {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 1.25rem;
}

.payment-slip .payment-slip-signiture {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1rem;
}

.payment-slip .payment-slip-signiture span {
    font-size: 0.688rem;
    font-weight: 600;
    padding: 0 1rem;
}

.payment-slip .payment-slip-date-reception {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.payment-slip .payment-slip-date-reception span {
    font-size: 0.688rem;
    font-weight: 600;
    padding: 0 1rem;
}

.payment-slip .payment-slip-section.right {
    padding-left: 1.25rem;
    padding-bottom: 5rem;
}

.payment-slip .payment-fields-inline {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.payment-slip .payment-fields-inline .payment-slip-field:not(:last-child) {
    width: 5rem;
    flex-shrink: 0;
    margin-right: 1rem;
}

.payment-slip .form-check {
    margin-top: 1.688rem;
    margin-bottom: 0;
}

.payment-slip .form-check .form-check-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
}

.payment-slip .form-check .form-check-label {
    padding-left: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 1;
}

.payment-slip .payment-slip-options.right {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 1.25rem;
}

.payment-slip .payment-slip-date-execution {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.payment-slip .payment-slip-date-execution span {
    font-size: 0.688rem;
    font-weight: 600;
    padding: 0 1rem;
}

.payment-slip .payment-slip-qr-holder.mobile {
    display: none;
}

.print-payment-slip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.print-payment-slip .btn {
    font-size: 1rem;
    font-weight: 600;
}

.payment-info-holder .payment-text {
    display: block;
    margin-bottom: 1.875rem;
}

.payment-info-holder .payment-text h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.payment-info-holder p {
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.payment-info-holder .payment-text p:last-child {
    margin-top: 1.25rem;
}

.payment-info-holder .payment-support h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.payment-info-holder .payment-support .button-holder {
    margin-top: 1.25rem;
}

.payment-info-holder .payment-support .button-holder .btn {
    font-size: 1rem;
    font-weight: 600;
}

/* Footer */
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer .footer-wrapper {
    position: relative;
    padding: 2.5rem 0;
}

.footer .footer-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.footer .footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.footer .footer-content h3 {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    min-height: 1.875rem;
}

.footer .footer-content img.rnids {
    width: 8.75rem;
    margin-top: 0.313rem;
}

.footer .footer-content .footer-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-basis: 100%;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.footer .footer-content .footer-nav li {
    list-style: none;
    display: flex;
    width: 100%;
    white-space: nowrap;
}

.footer .footer-content .footer-nav li:first-child a {
    padding-top: 0;
}

.footer .footer-content .footer-nav a {
    font-weight: 500;
    padding: 0.125rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    text-decoration: none;
}

.footer .footer-content .footer-nav a:hover {
    text-decoration: underline;
}

.footer .footer-content .footer-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0 0 0;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.footer .footer-content .footer-text img {
    margin-bottom: 1.25rem;
}

.footer .footer-content .footer-text p {
    margin-bottom: 0;
}

.footer .social-links {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 2.5rem;
}

.footer .social-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.footer .social-links ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.footer .social-links ul li a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer .social-links ul li a:hover {
    text-decoration: none;
    transform: scale(1.07, 1.07);
}

.footer .social-links ul li svg {
    width: 2rem;
    height: 2rem;
}

.footer .social-links ul li:not(:last-child) {
    margin-right: 1rem;
}

.footer-bottom-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 3.125rem 0;
}

.footer .content-holder.content-left {
    display: flex;
    align-items: center;
}

.footer .content-holder.content-left ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer .content-holder.content-left ul li {
    list-style: none;
    font-size: 0.875rem;
}

.footer .content-holder.content-left ul li:not(:last-child) {
    margin-right: 1rem;
}

.footer .content-holder.content-left ul li a {
    text-decoration: none;
}

.footer .content-holder.content-left ul li a:hover {
    text-decoration: underline;
}

.footer .content-holder.content-right {
    display: flex;
    align-items: center;
}

.footer .content-holder.content-right p {
    margin-bottom: 0;
}

.footer .content-holder.content-right p a {
    text-decoration: none;
    font-weight: 600;
}

.footer .content-holder.content-right p a:hover {
    text-decoration: underline;
}

.footer .content-holder.content-right p svg {
    width: 1.563rem;
    height: 1.563rem;
    margin-left: 0.313rem;
}

.footer .payment-cards {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2.5rem;
}

.footer .payment-cards .payment-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 3.125rem;
    padding: 0.5rem;
    overflow: hidden;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.footer .payment-cards .payment-item:not(:last-child) {
    margin-right: 1rem;
}

.footer .payment-cards .payment-item img {
    max-height: 100%;
    width: auto;
}

.footer .developed-by {
    font-size: 0.875rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.footer .developed-by p {
    margin-bottom: 0;
}

.footer .developed-by p a {
    text-decoration: none;
    font-weight: 600;
}

.footer .developed-by p a:hover {
    text-decoration: underline;
}

/* Loader */
.loading-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 7.75rem;

}

.loading-holder p {
    margin-top: 1rem;
    font-weight: 600;
}

.loading {
    height: 3.125rem;
    display: flex;
    align-items: center;
}

.obj {
    width: 0.375rem;
    height: 0;
    background: #0095da;
    margin: 0 0.188rem;
    border-radius: 0.625rem;
    animation: loading 1.6s infinite;
}

.obj:nth-child(2) {
    animation-delay: 0.15s;
    background: #FFD200;
}

.obj:nth-child(3) {
    animation-delay: 0.3s;
}

.obj:nth-child(4) {
    animation-delay: 0.45s;
    background: #FFD200;
}

.obj:nth-child(5) {
    animation-delay: 0.6s;
}

.obj:nth-child(6) {
    animation-delay: 0.75s;
    background: #FFD200;
}

.obj:nth-child(7) {
    animation-delay: 0.9s;
}

.obj:nth-child(8) {
    animation-delay: 1.05s;
    background: #FFD200;
}

.obj:nth-child(9) {
    animation-delay: 1.20s;
}

@keyframes loading {
    0% {
        height: 0;
    }

    50% {
        height: 3.125rem;
    }

    100% {
        height: 0;
    }
}


/******************************/
/* Default light color scheme */
/******************************/

/* Background colors */
/*********************/

/* background #ffffff */
.page-wrapper,
.header,
.toast,
.toast .btn-close,
.offcanvas,
.search-box .form-control,
.autocomplete,
.form-control:disabled,
.custom-modal .modal-content,
.custom-modal .modal-header,
.custom-modal .modal-header .btn-close,
.custom-accordion .accordion-item,
.custom-accordion .accordion-button,
.custom-accordion .accordion-button:not(.collapsed),
.custom-accordion .accordion-body,
.form-control:focus,
.form-check .form-check-input,
.form-check .form-check-input:checked,
.form-check .form-check-input:active,
.footer .payment-cards .payment-item,
.section-tabs .tabs .tab-glider,
.section-tabs .plan-holder,
.section-tabs .plan-holder .plan-header,
.choices__inner,
.is-focused .choices__inner,
.is-open .choices__inner,
.choices__list--dropdown,
.choices__list[aria-expanded],
.offcanvas-hr .vimeo-body .offcanvas-licence-section,
.choices__list--single,
.cart-section .cart-total-holder .cart-promo-code-info,
.cart-section .cart-total-holder .cart-promo-code-info-arrow::after,
.payment-slip .payment-slip-field .form-control {
    background-color: #ffffff;
}

/* background #edf0f2 */
.light-gray-bg,
.btn.light-gray-bg:hover,
.btn.light-gray-bg:focus,
.btn.light-gray-bg:active,
.btn.light-gray-bg.active,
.btn.light-gray-bg:disabled,
.btn.light-gray-bg:first-child:active,
:not(.btn-check)+.btn.light-gray-bg:active,
.dropdown-header a:hover,
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
blockquote,
.upload-documents .btn,
.choices__list--multiple .choices__item,
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted,
.choices__list--multiple .choices__item.is-highlighted,
.input-with-country-code .country-code,
.progress,
.cart-section.payment-section .medium-check .media .media-image,
.footer {
    background-color: #edf0f2;
}

/* background #0095da */
.blue-bg,
.btn.blue-bg:hover,
.btn.blue-bg:focus,
.btn.blue-bg:active,
.btn.blue-bg.active,
.btn.blue-bg:first-child:active,
:not(.btn-check)+.btn.blue-bg:active,
.toast.toast-info .toast-icon,
.badge.badge-notification,
.header .col-header-options .user-option .media-image,
.section-waves,
.section-tabs .nav-holder,
.section-tabs .plan-holder .button-holder .btn,
.splide__arrow,
.section-domain-results .order-title-holder .order-steps-holder .order-step,
.offcanvas-profile-mobile .profile-title .media-image,
.profile-section .aside-holder .aside-title .media-image,
.cart-section.payment-section .medium-check .media:hover .media-image,
.cart-section.payment-section .medium-check.checked .media-image {
    background-color: #0095da;
}

/* background #FFD200 */
.yellow-bg,
.btn.yellow-bg:hover,
.btn.yellow-bg:focus,
.btn.yellow-bg:active,
.btn.yellow-bg.active,
.btn.yellow-bg:first-child:active,
:not(.btn-check)+.btn.yellow-bg:active,
.toast.toast-warning .toast-icon,
.badge.badge-notification,
.progress-bar.warning,
.section-tabs .plan-holder .recommended-label,
.section-tabs .plan-holder.recommended .button-holder .btn,
.section-domain-results .order-title-holder .order-steps-holder .order-step.active,
.section-domain-results .domain-list .domain-item .discount-label {
    background-color: #FFD200;
}

/* background #60D900 */
.toast.toast-success .toast-icon,
.progress-bar.success,
.green-bg {
    background-color: #60D900;
}

/* background #ff443d rgba */
.dropdown-item.login:hover {
    background-color: rgba(39, 61, 255, 0.15);
}

/* background #dadada */
.btn.blue-bg.disabled,
.btn.blue-bg:disabled {
    background-color: #dadada;
}

/* background #92999f */
.header .col-header-options::before {
    background-color: #92999f;
}

/* background #FF6200 */
.orange-bg,
.badge.badge-notification-dot,
.progress-bar.danger,
.toast.toast-danger .toast-icon {
    background-color: #FF6200;
}

.payment-slip .payment-slip-section.left::after {
    background-color: #000000;
}

/* background rgba(255, 255, 255, 0.3) */
.modal-backdrop,
.modal-backdrop.show,
.my-backdrop,
.offcanvas-backdrop {
    background-color: rgba(255, 255, 255, 0.3);
}

/* background transparent */
.transparent-bg {
    background-color: transparent;
}

/* background rgba(217, 0, 29, 0.07) */
.dropdown-item.logout:hover,
.form-control.is-invalid,
.form-control:focus.is-invalid,
.was-validated .form-control:invalid,
.was-validated .form-control:focus:invalid {
    background-color: rgba(255, 98, 0, 0.07);
}

/* Font colors */
/***************/

/* font #323e48 */
body,
.btn,
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link:first-child:active,
:not(.btn-check)+.btn-link:active,
.yellow-bg,
.btn.yellow-bg:hover,
.btn.yellow-bg:focus,
.btn.yellow-bg:active,
.btn.yellow-bg.active,
.btn.yellow-bg:first-child:active,
:not(.btn-check)+.btn.yellow-bg:active,
.badge.badge-notification,
.search-col .vertical-menu li a,
.search-col .vertical-menu-mobile li a,
.breadcrumb-item a,
.breadcrumb-item a:hover,
.breadcrumb-item a:focus,
.breadcrumb-item.active,
.dropdown-item,
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-custom .dropdown-header a,
.toast,
.toast .btn-close,
.form-control,
.form-control:focus,
.form-select,
.form-select:focus,
.custom-modal .modal-header .btn-close,
.offcanvas-categories .link-item a,
.custom-accordion .accordion-button,
.custom-accordion .accordion-body ul.mobile-menu li a,
.custom-accordion .accordion-body .accordion-item,
.custom-accordion .accordion-body .form-check,
.footer .footer-content .footer-nav a,
.footer .social-links ul li a,
.footer .content-holder.content-left ul li a,
.footer .content-holder.content-right p a,
.section-tabs .plan-holder.recommended .button-holder .btn,
.footer .developed-by p a,
.section-domain-results .order-title-holder .order-steps-holder .order-step.active,
.offcanvas-contact-mobile .nav-aside ul li a,
.contact-section .nav-aside ul li a,
.upload-documents .btn,
.choices__list--multiple .choices__item,
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after,
.input-with-right-icon .btn-password,
.offcanvas-profile-mobile .nav-aside ul li a,
.profile-section .nav-aside ul li a {
    color: #323e48;
}

/* font #0095da */
a,
.text-blue,
.btn.text-blue,
.btn.text-blue:hover,
.btn.text-blue:focus,
.btn.text-blue.disabled,
.btn.text-blue:disabled,
.btn.text-blue:active,
.btn.text-blue.active,
.btn.text-blue:first-child:active,
:not(.btn-check)+.btn.text-blue:active,
.dropdown-custom .dropdown-item.login,
.search-col .media:hover h3,
.search-col .vertical-menu li a:hover,
.search-col .vertical-menu li a.active,
.search-col .vertical-menu-mobile li a.active,
.header .col-header-center .header-center-holder nav ul li .btn:not(.blue-bg):hover,
.header .col-header-center .header-center-holder nav ul li .btn:not(.blue-bg).active,
.header .col-header-options .btn-icon:hover,
.header .col-header-options .btn-user:hover,
.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder .media:hover h2,
.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder .media.active h2,
.custom-accordion .accordion-button.active,
.custom-accordion .accordion-body ul.mobile-menu .media.active .media-body h2,
.section-tabs .tabs .btn.active,
.table-scroll thead th,
.offcanvas-contact-mobile .nav-aside ul li.active a,
.contact-section .nav-aside ul li.active a,
.offcanvas-contact-mobile .nav-aside ul li a:hover,
.contact-section .nav-aside ul li a:hover,
.input-with-right-icon .btn-password:hover,
.offcanvas-profile-mobile .nav-aside ul li.active a,
.profile-section .nav-aside ul li.active a,
.offcanvas-profile-mobile .nav-aside ul li a:hover,
.profile-section .nav-aside ul li a:hover {
    color: #0095da;
}

/* font #ffffff */
.header .col-header-options .user-option .media-image,
.green-bg,
.orange-bg,
.blue-bg,
.btn.blue-bg,
.btn.blue-bg:hover,
.btn.blue-bg:focus,
.btn.blue-bg.disabled,
.btn.blue-bg:disabled,
.btn.blue-bg:active,
.btn.blue-bg.active,
.btn.blue-bg:first-child:active,
:not(.btn-check)+.btn.blue-bg:active,
.toast .toast-icon svg,
.section-waves .typewriter-title,
.section-waves .domain-price-holder .domain-price,
.section-tabs .tabs .btn,
.section-tabs .plan-holder .button-holder .btn,
.splide__arrow,
.offcanvas-categories .link-item a.btn,
.section-domain-results .order-title-holder .order-steps-holder .order-step,
.offcanvas-profile-mobile .profile-title .media-image,
.profile-section .aside-holder .aside-title .media-image,
.cart-section.payment-section .medium-check .media:hover .media-image,
.cart-section.payment-section .medium-check.checked .media-image {
    color: #ffffff;
}

/* font #FFD200 */
.text-yellow {
    color: #FFD200;
}

/* font #92999f */
.form-control::placeholder,
.custom-accordion .accordion-body ul.mobile-menu .domain-price small,
.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder .domain-price small,
.section-tabs .plan-holder .plan-subtitle,
.section-tabs .plan-holder .plan-price small,
.section-tabs .plan-holder .plan-price-subtitle,
.section-tabs .plan-holder .button-holder p,
.section-tabs .plan-holder .plan-features h4,
.section-title p,
.section-blog .typewriter-title p,
.section-domain-results .domain-list .domain-item .domain-options .domain-price p.initial-price,
.item-date time,
.cart-section .plan-features h4,
.cart-section .cart-item-price .plan-price small,
.cart-section .cart-total-holder .cart-price-item .price-content small,
.cart-section .cart-total-holder .cart-price-item.total-price .discount-text,
.cart-section .cart-total-holder .cart-promo-code-info-content p small {
    color: #92999f;
}

/* font #92999f !important */
.text-light {
    color: #92999f !important;
}

/* font #FF6200 */
.text-orange,
.form-group label.is-invalid,
.dropdown-custom .dropdown-item.logout,
.invalid-feedback,
.active-filters-content .btn svg,
.upload-documents .btn svg,
.cart-section .cart-total-holder .cart-price-item.sale-savings {
    color: #FF6200;
}

/* Border colors */
/*****************/

/* border #92999f */
.form-control.bordered,
.search-box .form-control,
.search-box .input-group .form-control:focus,
.footer .payment-cards .payment-item,
.section-domain-results .domain-list .domain-item.disabled,
.profile-section .custom-accordion.orders-accordion .accordion-item {
    border: 1px solid #92999f;
}

/* border #0095da */
.section-tabs .plans-wrapper,
.form-control.bordered:focus,
.section-tabs .plan-holder.recommended,
.section-domain-results .domain-list .domain-item {
    border: 1px solid #0095da;
}

/* border-bottom #0095da */
.table-scroll thead th {
    border-bottom: 1px solid #0095da;
}

/* border-bottom 3px #FFD200 */
.section-title .top-title h2 {
    border-bottom: 3px solid #FFD200;
}

/* border dashed #0095da */
.custom-accordion .accordion-body ul.mobile-menu .domain-price,
.dropdown-custom.dropdown-menu.dropdown-megamenu .content-holder .domain-price {
    border: 1px dashed #0095da;
}

/* border dashed #ffffff */
.section-waves .domain-price-holder .domain-price {
    border: 1px dashed #ffffff;
}

/* border dashed #92999f */
.dropzone-holder {
    border: 1px dashed #92999f;
}

.dropdown-divider,
.contact-section .service-items-holder .service-item:first-child,
.profile-section.cart-section.checkout-section .cart-item:first-of-type {
    border-top: 1px dashed #92999f;
}

.cart-section .cart-total-holder .cart-price-item.total-price {
    border-top: 1px dashed #92999f;
    border-bottom: 1px dashed #92999f;
}

/* border-right #92999f */
.search-col:first-child .search-content {
    border-right: 1px dashed #92999f;
}

/* border-bottom #92999f */
.custom-modal .modal-header,
.col-header-options .dropdown-notification .dropdown-item:not(:last-child),
.desktop-table td,
.tab-pane .custom-accordion .accordion-item,
.footer .footer-wrapper,
.offcanvas-header,
.contact-section .service-items-holder .service-item:not(:last-child),
.form-title h2,
.cart-section .cart-item:not(:last-child) {
    border-bottom: 1px dashed #92999f;
}


/* border-bottom dashed #92999f */
.search-col>h3,
.section:not(:first-child) {
    border-bottom: 1px dashed #92999f;
}

/* border-color #92999f */
.form-check .form-check-input,
.choices:not(.is-open):hover .choices__inner,
.choices__inner,
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded],
.choices__inner:focus,
.is-focused .choices__inner,
.is-open .choices__inner,
.choices[data-type*="select-one"] .choices__input,
.choices__inner:focus,
.section-tabs .plan-holder .plan-features hr {
    border-color: #92999f;
}

/* border-top-color #ffffff */
.marker-text::after {
    border-top-color: #ffffff;
}

/* border: 0 none; */
.form-control,
.form-control:focus,
.form-select,
.form-select:focus {
    border: 0 none;
}


/* border-color #FF6200 */
.form-control.is-invalid,
.form-control:focus.is-invalid,
.was-validated .form-control:invalid,
.was-validated .form-control:focus:invalid {
    border-color: #FF6200;
}

/* border-color #273DFF */
.form-check .form-check-input:checked,
.dropzone-holder:hover {
    border-color: #0095da;
}

/* Specific border colors */
/**************************/
.country-code {
    border-top: 1px solid #92999f;
    border-left: 1px solid #92999f;
    border-bottom: 1px solid #92999f;
}

.autocomplete {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #92999f;
    border-right: 1px solid #92999f;
    border-bottom: 1px solid #92999f;
}

.cart-section .cart-total-holder .cart-total-header h2 {
    border-top: 3px solid #FFD200;
}

.cart-section.checkout-section .cart-checkout-title h2 {
    border-bottom: 3px solid #FFD200;
}

.payment-slip .payment-slip-holder,
.payment-slip-field input {
    border: 1px solid #000000;
}

.payment-slip .payment-slip-signiture span,
.payment-slip .payment-slip-date-reception span,
.payment-slip .payment-slip-date-execution span {
    border-top: 1px solid #000000;
}

.payment-slip .form-check .form-check-input {
    border-color: #000000;
}

/* Specific svg colors */
/***********************/

/* Breadcrumb before svg color #323e48 */
.breadcrumb-item+.breadcrumb-item::before {
    content: url('data:image/svg+xml,<svg stroke="%23323e48" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M184 112l144 144-144 144" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="48"></path></svg>');
}

/* form-select svg color #323e48 */
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23323e48' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* form-control svg color #FF6200 */
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF6200'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF6200' stroke='none'/%3e%3c/svg%3e");
}

/* .form-check .form-check-input:checked radio and checkbox color #0095da  */
.form-check .form-check-input:checked[type="checkbox"],
.form-check .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230095da' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* choices single chevron */
.choices[data-type*="select-one"]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23191e39' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.choices[data-type*="select-multiple"]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23191e39' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.choices[data-type*="select-multiple"] .choices__button {
    background-image: url('data:image/svg+xml,<svg fill="%23b83488" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 469.33 469.33"><path d="M256,490.67c129.6,0,234.67-105.06,234.67-234.67S385.6,21.33,256,21.33,21.33,126.4,21.33,256C21.49,385.54,126.46,490.51,256,490.67ZM256,64c106,0,192,86,192,192S362,448,256,448,64,362,64,256,150,64.12,256,64Z" transform="translate(-21.33 -21.33)"></path><path d="M176.92,335.08a21.33,21.33,0,0,0,30.17,0L256,286.17l48.92,48.92a21.33,21.33,0,0,0,30.17-30.17L286.17,256l48.92-48.92a21.33,21.33,0,0,0-30.17-30.17L256,225.83l-48.92-48.92a21.33,21.33,0,0,0-30.17,30.17L225.83,256l-48.92,48.92a21.33,21.33,0,0,0,0,30.17Z" transform="translate(-21.33 -21.33)"></path></svg>');
}

.choices[data-type*="select-one"] .choices__button {
    background-image: url('data:image/svg+xml,<svg fill="%23b83488" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 469.33 469.33"><path d="M256,490.67c129.6,0,234.67-105.06,234.67-234.67S385.6,21.33,256,21.33,21.33,126.4,21.33,256C21.49,385.54,126.46,490.51,256,490.67ZM256,64c106,0,192,86,192,192S362,448,256,448,64,362,64,256,150,64.12,256,64Z" transform="translate(-21.33 -21.33)"></path><path d="M176.92,335.08a21.33,21.33,0,0,0,30.17,0L256,286.17l48.92,48.92a21.33,21.33,0,0,0,30.17-30.17L286.17,256l48.92-48.92a21.33,21.33,0,0,0-30.17-30.17L256,225.83l-48.92-48.92a21.33,21.33,0,0,0-30.17,30.17L225.83,256l-48.92,48.92a21.33,21.33,0,0,0,0,30.17Z" transform="translate(-21.33 -21.33)"></path></svg>');
}

/* Pulse effect */
.btn.pulse-effect {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.pulse-effect {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pulse-effect.blue {
    box-shadow: 0 0 0 0 rgba(0, 149, 218, 1);
    animation: pulse-blue 3s infinite;
}

.pulse-effect.green {
    box-shadow: 0 0 0 0 rgba(96, 217, 0, 1);
    animation: pulse-green 3s infinite;
}

.pulse-effect.yellow {
    box-shadow: 0 0 0 0 rgba(255, 210, 0, 1);
    animation: pulse-yellow 3s infinite;
}

.pulse-effect.orange {
    box-shadow: 0 0 0 0 rgba(255, 98, 0, 1);
    animation: pulse-orange 3s infinite;
}


/* Media Query Style */
/*********************/

/******************************/
/* Default light color scheme */
/******************************/

@media (max-width: 991px) {
    .section-tabs .plans-wrapper {
        background-color: transparent;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    .section-tabs .plan-holder,
    .section-tabs .plan-holder.recommended {
        border: 1px solid #0095da;
    }

    .register-section .global-form {
        border-bottom: 1px dashed #92999f;
    }
}


/* Media Query Style */
/*********************/
@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .header .container-fluid {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .col-categories.mobile {
        display: none;
    }

    .footer-floating-btn {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }

    .header .logo img {
        height: 2.5rem;
    }

    .header .col-header-center .header-center-holder nav ul li .btn {
        font-size: 0.875rem;
    }

    .section-steps .how-to-col,
    .section-hosting .hosting-col {
        margin-bottom: 3rem;
    }

    .footer .content-holder.content-left {
        width: 100%;
        justify-content: center;
    }

    .footer .content-holder.content-right {
        margin-top: 1rem;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 991px) {

    .header .col-logo,
    .header .col-categories,
    .header .col-header-options {
        padding: 0 0.5rem;
    }

    .header .logo img {
        height: 2.5rem;
    }

    .header .col-header-options .btn-icon {
        margin-right: 0.75rem;
    }

    .header .col-header-center,
    .header .col-header-options::before {
        display: none;
    }

    .header .col-header-options .btn-search svg:first-child {
        display: block;
    }

    .col-header-options {
        flex: 1 0 0%;
        justify-content: flex-end;
    }

    .header .col-header-options .btn-user .media-body {
        display: none;
    }

    .header .col-header-options .btn-search svg:last-child {
        width: 1.25rem;
        height: 1.25rem;
    }

    .offcanvas.offcanvas.offcanvas-search .offcanvas-body {
        padding: 0;
    }

    .offcanvas-categories .custom-accordion .accordion-button {
        padding-left: 0;
    }

    .offcanvas-categories .link-item {
        padding: 1rem 0;
        font-size: 1rem;
        font-weight: 500;
    }

    .offcanvas-categories .link-item a {
        text-decoration: none;
    }

    .autocomplete-mobile {
        padding-top: 1rem;
    }

    .search-box {
        padding: 2rem 1.5rem 1rem 1.5rem;
    }

    .search-box .input-group .form-control {
        border-top-left-radius: 0.5rem !important;
        border-bottom-left-radius: 0.5rem !important;
        border-top-right-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    .search-results-holder {
        flex-wrap: wrap;
        overflow: unset;
    }

    .search-col,
    .search-col:first-child,
    .search-col:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-col>h3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .search-col:first-child .search-content {
        border-right: 0 none;
    }

    .search-col .search-content {
        padding: 0 1.5rem 1.5rem 1.5rem;
        height: auto;
    }

    .search-col .vertical-menu-mobile {
        padding: 0;
        margin: 0;
    }

    .search-col .vertical-menu-mobile li {
        list-style: none;
    }

    .search-col .vertical-menu-mobile li a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        font-size: 0.875rem;
        font-weight: 500;
        text-decoration: none;
        padding: 0.5rem 0;
        -webkit-border-radius: 0.375rem;
        -moz-border-radius: 0.375rem;
        border-radius: 0.375rem;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .search-col .media:first-child {
        padding: 1rem 0;
    }

    .search-col .search-content .media-image {
        align-items: flex-start;
    }

    .page-pagination-main-holder .paginatio-left-col,
    .page-pagination-main-holder .paginatio-right-col {
        display: none;
    }

    .section-steps .how-to-col,
    .section-hosting .hosting-col {
        margin-bottom: 3rem;
    }

    .section-tabs nav {
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .section-tabs .tabs {
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: -moz-scrollbars-none;
        scrollbar-width: none;
        -ms-overflow-style: none;
        width: 100%;
    }

    .section-tabs .tab-glider,
    .section-tabs .tabs .btn {
        width: 10rem;
        min-width: 10rem;
    }

    .section-tabs .tabs #nav-one-tab.active~.tab-glider {
        left: 0;
    }

    .section-tabs .tabs #nav-two-tab.active~.tab-glider {
        left: 10rem;
    }

    .section-tabs .tabs #nav-three-tab.active~.tab-glider {
        left: 20rem
    }

    .section-tabs .tabs #nav-four-tab.active~.tab-glider {
        left: 30rem;
    }

    .section-tabs .tabs #nav-five-tab.active~.tab-glider {
        left: 40rem;
    }

    .section-tabs .tabs #nav-six-tab.active~.tab-glider {
        left: 50rem;
    }

    .section-tabs .plans-wrapper {
        margin-top: 3rem;
        border: 0 none;
    }

    .section-tabs .plan-holder {
        margin-bottom: 3rem;
    }

    .section-tabs .plan-holder.recommended {
        width: unset;
        height: unset;
        padding: 1.25rem 1.25rem 1.25rem 1.25rem;
        margin-top: unset;
        margin-left: unset;
        margin-bottom: 3rem;
    }

    .offcanvas-contact-mobile .nav-aside ul li a,
    .offcanvas-profile-mobile .nav-aside ul li a {
        font-size: 1rem;
        padding: 1rem 0;
    }

    .register-section .global-form {
        margin-bottom: 3rem;
        padding-bottom: 2rem;
    }

    .register-section .global-form {
        padding-right: 0;
    }

    .cart-section .cart-total-holder {
        padding: 2rem 0;
    }

    .cart-section .cart-total-holder .cart-promo-code-info {
        position: absolute;
        top: unset;
        right: 0;
        bottom: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.25rem;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .cart-section .cart-total-holder .cart-promo-code-info-content p {
        text-align: center;
    }

    .cart-section .cart-total-holder .cart-promo-code-info-arrow {
        top: unset;
        bottom: -2.25rem;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    .cart-section.checkout-section .cart-checkout-info-holder {
        padding: 0;
    }

    .cart-section.checkout-section .cart-checkout-holder {
        padding: 2rem 0 0 0;
    }

    .payment-slip .payment-slip-field .form-control {
        font-size: 0.875rem;
    }

    .footer .footer-content {
        margin-bottom: 2.5rem;
    }

    .footer .content-holder.content-left {
        width: 100%;
        justify-content: center;
    }

    .footer .content-holder.content-right {
        margin-top: 1rem;
        width: 100%;
        justify-content: center;
    }

    .footer .payment-cards {
        margin-bottom: 2.5rem;
    }

    .footer-floating-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 1.5rem;
        z-index: 1039;
    }

    .footer-floating-btn .btn {
        text-transform: uppercase;
    }
}

@media (max-width: 767px) {

    .section-title h1,
    .section-title h2,
    .page-title .title-text h1,
    .contact-section .title h1,
    .section-waves .typewriter-title.domain-search h1,
    .profile-section .title h1 {
        font-size: 2rem;
    }

    .section-waves .waves {
        height: 2.5rem;
        min-height: 2.5rem;
    }

    .section-waves .typewriter-title h1 {
        flex-wrap: wrap;
        font-size: 2.5rem;
    }

    .section-waves .typewriter-title .typewriter-text {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .section-waves .typewriter-title p {
        width: 100%;
        font-size: 0.875rem;
    }

    .section-waves .domain-price-holder {
        flex-wrap: wrap;
    }

    .section-waves .domain-price-holder .domain-price {
        width: 33%;
        margin-bottom: 1rem;
    }

    .section-waves .domain-price-holder .domain-price:not(:last-child) {
        margin-right: 0;
    }

    .section-waves .domain-price-holder .domain-price:nth-child(2n) {
        margin-left: 1rem;
    }

    .section-tabs .plans-wrapper .plans-col:last-child .plan-holder,
    .section-steps .how-to-col:last-child,
    .section-hosting .hosting-col:last-child {
        margin-bottom: 0;
    }

    .section-server-location #chartdiv {
        height: 31.25rem;
    }

    .section-blog .typewriter-title h1,
    .section-blog .typewriter-title h2 {
        flex-wrap: wrap;
        font-size: 2rem;
    }

    .section-blog .typewriter-title .typewriter-text {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .section-blog .typewriter-title p {
        width: 100%;
        font-size: 0.875rem;
    }

    .section-logos .splide-holder {
        padding: 0;
    }

    .section-domain-results .order-title-holder {
        flex-wrap: wrap;
    }

    .section-domain-results .order-title-holder .section-title {
        width: 100%;
        margin-bottom: 1.25rem;
    }

    .section-domain-results .order-title-holder .section-title h2 {
        text-align: center;
    }

    .section-domain-results .order-title-holder .order-steps-holder {
        width: 100%;
        justify-content: center;
    }

    .section-domain-results .domain-list .domain-item {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .section-domain-results .domain-list .domain-item .domain-name {
        display: block;
        width: 100%;
        margin-bottom: 1.25rem;
    }

    .section-domain-results .domain-list .domain-item .domain-name p {
        text-align: center;
    }

    .section-domain-results .domain-list .domain-item .domain-options {
        width: 100%;
        justify-content: center;
    }

    .cart-section .cart-item-body {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .cart-section .cart-item-price {
        max-width: 100%;
        width: 100%;
        margin-top: 1.875rem;
    }

    .profile-section.cart-section.checkout-section .button-holder.checkout-button {
        flex-wrap: wrap;
        justify-content: center;
    }

    .profile-section.cart-section.checkout-section .button-holder.checkout-button .btn {
        width: 70%;
    }

    .profile-section.cart-section.checkout-section .button-holder.checkout-button .btn:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 1.875rem;
    }

    .payment-slip .payment-slip-options.left,
    .payment-slip .payment-slip-section.left::after,
    .payment-slip .payment-slip-qr-holder.desktop,
    .payment-slip .payment-slip-options.right {
        display: none;
    }

    .payment-slip .payment-slip-section.left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 1.25rem;
    }

    .payment-slip .payment-slip-section.right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }

    .payment-slip .payment-slip-qr-holder.mobile {
        display: flex;
        justify-content: center;
        padding-right: 0;
        margin-bottom: 1.25rem;
    }

    .footer .payment-cards {
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 0.75rem;
    }

    .footer .payment-cards .payment-item {
        width: inherit;
        margin: 0.25rem;
    }

    .footer .payment-cards .payment-item:not(:last-child) {
        margin-right: 0.25rem;
    }

    .footer .payment-cards .payment-item:nth-child(1),
    .footer .payment-cards .payment-item:nth-child(6) {
        margin-left: 0;
    }

    .footer .payment-cards .payment-item:nth-child(4),
    .footer .payment-cards .payment-item:nth-child(8) {
        margin-right: 0;
    }

    .footer .payment-cards .payment-item img {
        height: 2rem;
        width: auto;
    }
}

/* Key frames animations */
/*************************/

/* Pulse Effect */
@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 149, 218, 0.7);
    }

    70% {
        box-shadow: 0 0 0 0.625rem rgba(0, 149, 218, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 149, 218, 0);
    }
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(96, 217, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 0.625rem rgba(96, 217, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(96, 217, 0, 0);
    }
}

@keyframes pulse-yellow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 210, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 0.625rem rgba(255, 210, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 210, 0, 0);
    }
}

@keyframes pulse-orange {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 98, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 0.625rem rgba(255, 98, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 98, 0, 0);
    }
}

/* Waves */
@keyframes move-waves {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}