a {
    text-decoration: none;
}
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.left-0 {
    left: 0!important;
}

.bottom-0 {
    bottom: 0!important;
}

.right-0 {
    right: 0!important;
}

.bottom-0 {
    bottom: 0!important;
}

.pb-0 {
    padding-bottom: 0!important;
}

.pt-6 {
    padding-top: 2rem!important;
}

.pt-8 {
    padding-top: 3rem!important;
}

.pt-11 {
    padding-top: 6rem!important;
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}

.p-lg-7 {
    padding: 2.5rem!important;
}

.mt-125 {
    margin-top: 125px!important;
}

.mb-6 {
    margin-bottom: 2rem!important;
}

.mx-n4 {
    margin-right: -1rem!important;
    margin-left: -1rem!important;
}

.w-36 {
    width: 36px!important;
}

.h-36 {
    height: 36px!important;
}

.h-48 {
    height: 48px!important;
}

.h-60p {
    height: 60px!important;
}

.font-size-sm {
    font-size: .875rem!important;
}

.font-size-md {
    font-size: 1rem!important;
}

.font-size-lg {
    font-size: 1.125rem!important;
}

.font-size-sm-alone {
    font-size: .875rem!important;
}

.fw-400 {
    font-weight: 400!important;
}

.fw-500 {
    font-weight: 500!important;
}

.line-height-sm {
    line-height: 1.7;
}

.section-white {
    background-color: #ffffff!important;
}

.section-light-gray {
    background-color: #f9f9f9!important;
}

.section-dark-gray {
    background-color: #f1f1f1!important;
}

.text-gray-800 {
    color: #77838f!important;
}

.text-black {
    color: rgba(9, 7, 97, 1)!important;
}

.text-dark {
    color: rgba(123,126,133,1)!important;
}

.text-shark {
    color: rgba(40,42,46,1)!important;
}

.rounded {
    border-radius: 0.25rem!important;
}

.overflow-hidden {
    overflow: hidden!important;
}

.bg-bright-sun {
    background-color: rgba(255, 212, 56, 1)!important;
}

.bg-dark-blue {
    background-color: rgba(37, 60, 106, 1)!important;
}
.bg-dister {
    background: #11AABD!important;
}
.text-dark-blue {
    color: rgba(37, 60, 106, 1)!important;
}

.bg-tangerine {
    background-color: rgba(255, 149, 116, 1)!important;
}

.section-header-text {
    color: #2f2d51;
}

.section-header-description {
    color: #77838f;
}

.btn-x-wide {
    min-width: 11.25rem;
}

.btn-wide {
    min-width: 12.5rem;
}

.btn-dark-blue {
    color: #f8f9fa;
    background-color: #253c6a;
    border-color: #253c6a;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(22 28 45 / 8%);
}
.btn-dark-blue:hover {
    color: #ffffff;
    background-color: #1c2e52;
    border-color: #1c2e52;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(22 28 45 / 8%);
}
.btn-outline-dark-blue {
    color: #253c6a;
    background-color: #ffffff;
    border-color: #253c6a;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(22 28 45 / 8%);

}

.btn-tangerine {
    color: #161c2d;
    background-color: #ff9574;
    border-color: #ff9574;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(22 28 45 / 8%);
}

.btn-turbo {
    color: #161c2d;
    background-color: #feb800;
    border-color: #feb800;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(22 28 45 / 8%);
}

.card {
    position: relative;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.rounded {
    border-radius: 0.25rem!important;
}

.rounded-lg {
    border-radius: 0.5rem!important;
}

.lift {
    -webkit-transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;
}

.lift:focus, .lift:hover {
    box-shadow: 0 1rem 2.5rem rgba(140,152,164,.1),0 .5rem 1rem -.75rem rgba(140,152,164,.1)!important;
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}

.shadow {
    box-shadow: 0 .5rem .937rem rgba(140,152,164,.1)!important;
}

.shadow-light-lg {
    box-shadow: 0 1.5rem 4rem rgba(140,152,164,.05)!important;
}

.shadow-dark {
    box-shadow: 0 .5rem 1.5rem rgba(140,152,164,.15)!important;
}

.shadow-dark-hover:focus, .shadow-dark-hover:hover {
    box-shadow: 0 .5rem 1.5rem rgba(140,152,164,.15)!important;
}

.border-hover:focus, .border-hover:hover {
    border: 1px solid #e7e7ec;
}

a.card, a.card-body, a.card-footer, a.card-meta {
    color: inherit;
    text-decoration: none;
}

a.card:hover, a.card-body:hover, a.card-footer:hover, a.card-meta:hover {
    text-decoration: none;
}

.text-light {
    color: rgba(247,249,251,1)!important;
}

.icon-category .icon-h-p i {
    color: #77838f;
}

.icon-category:focus .icon-h-p i, .icon-category:hover .icon-h-p i {
    color: #090761;
}

.icon-category .icon-h-p i, .icon-category .icon-h-p path {
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.icon-category i {
    font-size: 46px;
}

.card-body, .card-footer, .card-img, .card-img-left, .card-img-right, .card-img-top, .card-meta {
    position: relative;
    min-height: 1px;
}

.card-footer {
    padding: 0.75rem 2rem;
    background-color: rgba(22,28,45,.03);
    border-top: 0 solid #e7e7ec;
}

.card-footer {
    background-color: unset;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 0px) calc(0.25rem - 0px);
}

.line-clamp-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-clamp-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modal-content {
    border-radius: 1rem;
}

.form-control {
    border-radius: 0.5rem;
}

.btn {
    border-radius: 0.5rem;
}

.modal-header .btn-close {
    margin-top: -1.5rem;
}

.modal-title {
    margin-left: 1rem;
}

.swal2-popup {
    border-radius: 1rem!important;
}

/* CUSTOMIZE THE CAROUSEL */

/* Carousel base class */
.carousel {
    height: calc(100vh - 120px);
    margin-bottom: 35px;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}

.carousel-caption {
    min-height: 100%;
    position: unset;
}

/* RESPONSIVE CSS */

@media (max-width: 540px) {
    /* Bump up size of carousel content */
    /*.carousel {
        margin-top: 0px;
    }*/

    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
    .btn-x-wide {
        min-width: 15.375rem;
    }
}

.b-example-divider {
    flex-shrink: 0;
    width: .05rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: none;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.breadcrumb-item {
    font-size: 1.2rem;
}

.content-dashboard {
    padding: 0 1rem;
}

.imagePreview {
    width: 100%;
    height: 180px;
    background-position: center center;
    background:url(<?php echo base_url('assets/img/image_placeholder.jpg') ?>);
    background-color:#fff;
    background-size: cover;
    background-repeat:no-repeat;
    display: inline-block;
    box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}

/* Template */
/*.navbar {
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px 14px 16px;
    background: #15406a;
    position: fixed;
    color: #fff;
    z-index: 1040;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
}

.navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 55px;
}

.navbar-brand img {
    height: 100%!important;
}

.navbar-brand img.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-brand span {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-left: 5px;
}

.navbar .navbar-nav {
    width: 100%;
    flex-wrap: nowrap;
}

.navbar .navbar-nav>li.nav-item {
    margin-left: 5px;
}

.navbar .navbar-nav > li.nav-item.bordered {
    border-right: 1px solid hsla(0,0%,100%,.1);
    margin-right: 5px;
    padding-right: 5px;
}

.navbar .navbar-nav > li.nav-item > a.nav-link:not(.btn-log) {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 12px;
}*/

/*.navbar .navbar-nav > li.nav-item > a.nav-link:not(.btn-log):hover {
    color: #ddd;
}*/

.btn-log {
    background-color: #fff;
    border: none!important;
    border-radius: 5px;
    box-shadow: none!important;
    color: #002d58;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    outline: 0;
    padding-top: 5px;
    padding-right: 15px !important;
    padding-bottom: 5px;
    padding-left: 15px !important;
}

.btn-log:hover {
    color :#002d58;
}

.btn-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}

.btn-wrapper > i {
    margin-right: 0!important;
    font-size: 24px;
}

.btn-wrapper > span {
    margin-left: 5px;
}

.banner {
    padding: 50px 0;
    background: #15406a;
    color: #fff;
    height: 220px;
    min-height: 200px;
}

.content {
    margin-top: -60px;
}

.container-profile .container-profile-top {
    position: relative;
}

.container-profile .container-profile-top .container-profile-picture {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    cursor: pointer;
    display: inline-block;
}

.container-profile .container-profile-top .container-profile-picture img {
    border: none!important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background: #efefef;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.container-profile .container-profile-top .container-profile-picture .action-btn, .container-profile .container-profile-top .container-profile-picture input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer!important;
    opacity: 0;
    z-index: 99;
}

.container-profile .container-profile-top .container-profile-picture .overlay-profile-picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    transition: all .3s ease;
    opacity: 0;
    z-index: -9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-profile .container-profile-top .container-profile-picture .action-btn:hover + .overlay-profile-picture {
    opacity: 0.75!important;
    z-index: 1!important;
}

.container-profile .container-profile-top .container-profile-picture .overlay-profile-picture i {
    font-size: 20px;
}

.container-profile .container-profile-top .container-profile-picture .overlay-profile-picture > * {
    margin: 5px 0;
}

.container-profile .container-profile-top .btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    border: none;
    background: hsla(0,0%,100%,.1);
}

.container-profile .container-profile-top .btn:hover {
    background: hsla(0,0%,92.9%,.1);
}

.container-profile .container-profile-top .btn:focus {
    box-shadow: 0 0 0 0.2rem hsl(0deg 0% 100% / 50%);
}

.container-profile .container-profile-data > * {
    display: block;
}

.container-profile .container-profile-data .text-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 8px;
    text-transform: capitalize;
}

.container-profile .container-profile-data .text-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.container-profile .container-profile-data .text-bio {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 24px;
    text-transform: capitalize;
}

.container-profile .container-profile {
    margin-top: 24px;
}

.container-profile .container-profile.container-profile-bio {
    margin-top: 10px!important;
}

.container-profile .container-profile .wrapper-profile > * {
    margin-bottom: 4px;
}

.container-profile .container-profile .wrapper-profile:not(:last-child) {
    margin-bottom: 24px;
}

.container-profile .container-profile .wrapper-profile.wrapper-profile-bio:not(:last-child) {
    margin-bottom: 12px!important;
}

.container-profile .container-profile .wrapper-profile .header-profile {
    color: #000;
    opacity: .54;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.container-profile .container-profile .wrapper-profile .text-profile {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.container-profile .container-profile .wrapper-profile .text-profile a {
    display: block;
    font-weight: 500!important;
    outline: none;
    transition: all .3s ease-out;
    color: #15406a;
    text-decoration: none;
    background-color: transparent;
}

.container-profile .container-profile .wrapper-profile .text-profile a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.container-profile .container-profile .wrapper-profile .text-profile a.no-decoration:hover {
    cursor: default;
    text-decoration: none;
}

.container-profile .container-profile-status .text-status {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 24px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.container-profile .container-profile-status .timeline {
    list-style-type: none;
    position: relative;
    padding-left: 0;
}

.container-profile .container-profile-status .timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 9px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

.container-profile .container-profile-status .timeline > .item-timeline {
    margin: 20px 0;
    padding-right: 20px;
    padding-left: 35px;
}

.container-profile .container-profile-status .timeline > .item-timeline:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #15406a;
    left: 0px;
    margin-top: 3px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.container-profile .container-profile-status .timeline .item-timeline {
    margin: 20px 0;
    padding-left: 35px;
}

.container-profile .container-profile-status .timeline .item-timeline .status {
    
}

.container-profile .container-profile-status .timeline .item-timeline .date {
    color: #000;
    opacity: .54;
    font-size: 12px;
    font-weight: 500;
}

.container-profile .container-profile-status .timeline .item-timeline .description {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.big-container-content > :not(:last-child) {
    margin-bottom: 30px;
}

.big-container-content .service-item {
    text-decoration: none;
    font-weight: 500!important;
}

.big-container-content .service-item .service-item-card {
    min-height: 215px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e4e7ea;
}

.big-container-content .container-content {
    padding: 24px;
}

.big-container-content .service-icon {
    border-radius: 1000px;
    background: #15406a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 48px;
    height: 48px;
}

.big-container-content .service-icon img {
    color: #fff;
    width: 22px;
}

.big-container-content .service-title {
    color: #15406a;
    font-size: 16px;
}

.big-container-content .service-description {
    font-size: 14px;
}

.big-container-content .card-wrapper .card-item {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e4e7ea;
}


.card-wrapper .card-item .card-content .container-content {
    padding: 24px;
}

.card-wrapper .card-item .card-content .container-content .container-header-content {
    margin: 0 0 20px;
}

.card-wrapper .card-item .card-content .container-content .container-header-content .btn.btn-light {
    background-color: #fff;
    border: 1px solid #d3d5da;
    color: #111826;
}

.card-wrapper .card-item .card-content .container-content .container-header-content .header-content {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.card-wrapper .card-item .card-content .container-content .container-header-content .header-description {
    font-size: 14px;
    font-weight: 400;
    color: #767676;
}

.card-wrapper .card-item .container-content .empty-list {
    margin-top: 12px;
}

.card-wrapper .card-item .container-content .empty-list .empty-text {
    color: #6c757d;
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.card-wrapper .card-item .container-content .empty-list .empty-text {
    color: #6c757d;
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.card-wrapper .card-item .container-content .empty-list .btn {
    margin-top: 16px;
    margin-bottom: 16px;
    cursor: pointer;
}

.card-wrapper .card-item .container-content .empty-list .btn.btn-light {
    background-color: #fff;
    border: 1px solid #d3d5da;
    color: #111826;
}

.card-wrapper .card-item .container-content .empty-list .thumb-image {
    max-height: 150px;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list {
    padding: 10px 0;
    display: flex;
    position: relative;
}

.card-wrapper .card-item .container-content .thumb-icon {
    width: 64px;
    height: 64px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 16px;
}

.card-wrapper .card-item .container-content .thumb-icon.thumb-icon-center {
    margin-right: auto;
    margin-left: auto;
}

.card-wrapper .card-item .container-content .thumb-icon.picture-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
}

.card-wrapper .card-item .container-content .thumb-icon.picture-icon span {
    width: 24px;
    height: 24px;
    color: #4f748e;
    background-size: 100% 100%;
    opacity: 0.5;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-list-content {
    flex: 1;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-list-content .wrapper-list-header {
    margin-bottom: 8px;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-list-content .wrapper-list-header>* {
    display: block;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-list-content .wrapper-list-header>:not(:last-child) {
    margin-bottom: 2px;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-list-content .wrapper-list-header .list-sub-header {
    text-transform: uppercase;
    color: #000;
    opacity: .54;
    font-size: 12px;
    font-weight: 500;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-list-content .wrapper-list-header .list-header {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-list-content .wrapper-list-header .list-sub-title,
.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-list-content .wrapper-list-header .list-sub-title-2 {
    font-size: 14px;
    font-weight: 400;
    color: #a0a0a0;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-list-content .wrapper-list-header .list-sub-title-2 a {
    font-size: 14px;
    font-weight: 500!important;
    outline: none;
    transition: all .3s ease-out;
    color: #909090;
    text-decoration: none;
    background-color: transparent;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-list-content .wrapper-list-header .list-sub-title-2 a:hover {
    color: #08192a;
    text-decoration: underline;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-list-content .text {
    font-size: 14px;
    color: #a0a0a0;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 1rem;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-settings {
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    border-radius: 1000px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    opacity: .75;
    transition: all .1s;
}

.card-wrapper .card-item .container-content .container-list .wrapper-list .wrapper-settings .dropdown-button {
    border: none;
    border-radius: 50%;
    background: none;
}

.card-zoom {
    overflow: hidden!important;
    border-radius: inherit;
}

.card-zoom > [class*=card-img] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.card:hover > .card-zoom > [class*=card-img] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.img-ratio-3 {
    padding-bottom: calc(.715 * 100%);
}

.sk-thumbnail {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: calc(.62 * 100%);
}

.sk-thumbnail img {
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
    display: block;
    width: 100%;
    max-height: none;
    max-width: none;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
}

.card-body, .card-footer, .card-img, .card-img-left, .card-img-right, .card-img-top, .card-meta {
    position: relative;
    min-height: 1px;
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 0px);
    border-bottom-left-radius: calc(0.25rem - 0px);
}

.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 0px);
    border-top-right-radius: calc(0.25rem - 0px);
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}

.flickity-page-dots .dot {
    width: 8px;
    margin: 0 5px;
    height: 8px;
    background-color: #c8c8d6;
    opacity: 1;
}

.flickity-page-dots .dot.is-selected {
    width: 20px;
    background-color: #090761;
    border-radius: 20px;
}

.qr-location > img {
    width: 100px;
    margin-left: 15px;
}