html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Nunito;
    color: #2D2A5D;
}

@font-face {
    font-family: "Nunito";
    font-weight: normal;
    src: url("../fonts/Nunito-VariableFont_wght.ttf");
}

.custom-button-style {
    font-family: "Nunito";
    color: #FAF1F5;
    background-color: #C71269;
    font-size: 24px;
}

.custom-button-style:hover {
    color: #C71269;
    background-color: white;
    border-color: #C71269;
}

.input-title {
    color: #2D2A5D;
    font-size: 20px;
    font-family: Nunito;
}

.nunito-font {
    font-family: "Nunito";
}

.select-plan-button {
    background: #C71269;
    border-radius: 33px;
    border-color: #C71269;
    border-block-color: #C71269;
    padding: 10px;
    padding-left: 70px;
    padding-right: 70px;
}

.c-pagination nav .pagination .active .page-link {
    background-color: #524e95 !important;
    border-color: #524e95 !important;
}

.select-plan-button:hover {
    background: #d44884;
}

@media (min-width: 991.98px) {
    .admin-main {
        padding-left: 15rem;
    }
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 20px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 15rem;
    z-index: 600;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }
}

.sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    background-color: #a4bbdc;
    border-color: #c5cedc;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.c-navbar-toggler {
    border: none;
    color: #2D2A5D;
    font-weight: bolder
}

    .c-navbar-toggler:focus {
        border: none;
        box-shadow: none;
        color: #2D2A5D;
    }

.c-nav-item {
    color: #2D2A5D;
    fill: #2D2A5D;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .c-nav-item:hover {
        color: #C71269;
        border-bottom: solid;
        border-width: 3px;
    }

.c-nav-item-active {
    color: #C71269;
    border-bottom: solid;
    border-width: 3px;
}

.c-nav-button {
    font-family: "Nunito", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    fill: #C71269;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C71269;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 40px 10px 40px;
    line-height: 1;
}

.c-nav-button-register {
    background-color: #C71269;
    color: white;
}

    .c-nav-button-register:hover {
        background-color: transparent;
        border-color: #C71269;
        color: #C71269;
    }

.c-nav-button-login {
    background-color: transparent;
    color: #C71269;
}

    .c-nav-button-login:hover {
        background-color: #C71269;
        color: white;
    }

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: white;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
}

.overlay a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #2D2A5D;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: 0.3s;
}

    .overlay a:hover {
        color: #C71269;
    }

.overlay .c-nav-button-login {
    color: #C71269;
    margin-right: 5px;
    padding: 10px 2px 10px 2px;
    font-weight: 400;
}

    .overlay .c-nav-button-login:hover {
        background-color: #C71269;
        color: white;
    }

.overlay .c-nav-button-register {
    color: white;
    margin-right: 5px;
    padding: 10px 2px 10px 2px;
    font-weight: 400;
}

    .overlay .c-nav-button-register:hover {
        background-color: transparent;
        border-color: #C71269;
        color: #C71269;
    }

.overlay .closebtn {
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 32px;
    font-weight: 900;
    color: #2D2A5D;
    margin: 0;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media screen and (max-width: 991.98px) {
    .c-nav-container2 {
        justify-content: space-between !important;
    }

    .c-nav-container1 {
        width: 100%;
    }

    .c-register-div {
        align-self: center;
    }
}

.c-footer {
    background-image: linear-gradient(90deg, #2A519A 0%, #623482 100%);
    min-height: 300px;
}

.c-footer-link {
    transition: color 1s;
}

.c-footer-link:hover {
    color: #C71269 !important;
}

.overview-card {
    background-color:#FFFF;
    font-size:18px;
    height:100%;
}

.overview-container{
    width:20%;
}

@media (max-width: 768px) {
    .overview-container {
        width: 100%;
    }
}

.overview-img{
    width:60px;
    height: 60px;
}

.overview-number{
    color:#9A2482;
    font-weight:bold;
}

#companies-tab {
    border-color: #9A2482;
    color: #9A2482;
    width: 200px;
    font-weight:bold;
    border-radius:0;
}

#companies-tab.active {
    background-color: #9A2482;
    color: #FFFF;
    font-weight: bold;
}

#campaigns-tab {
    border-color: #9A2482;
    color: #9A2482;
    width: 200px;
    font-weight: bold;
    border-radius:0;
}

#campaigns-tab.active {
    background-color: #9A2482;
    color: #FFFF;
    font-weight: bold;
}

.client-logo {
    max-width: 100px;
    border-radius: 100%;
}

.industry-logo {
    max-width: 40px;
}

.dashboard-btn{
    background-color:#9A2482;
    border-radius:18px;
    color: white;
    border:0;
}

.dashboard-btn:hover{
    background-color:#A51E70
}

.dashboard-btn:focus {
    background-color: #9A2482;
    border-radius: 18px;
    color: white;
    border: 0;
    box-shadow: none;
}

.legend{
    width:15px;
    height:15px;
    display:inline-flex
}

.sort-icon{
    cursor:pointer;
}

.details-list{
    column-count:2;
}

.dashboard {
    background-color: #e7e7e7;
}

.card-footer {
    color:#9A2482;
}

.map-opened{
    background-color:#9A2482 !important;
    color:white !important;
}

.display-btn {
    background-color: white !important;
    color: #2D2A5D !important;
    padding: 2px 3px 2px 3px !important;
}

.selected-display{
    border:solid;
    border-width:1px;
    border-color:#9A2482;
    color:#9A2482 !important;
}

.road-select{
    cursor: pointer;
    border-radius:5px;
}

tr.road-select.selected {
    border: 2px solid #9A2482;
    color: #9A2482;
}

.road-select.selected{
    border: 1px solid #9A2482;
    color:#9A2482;
}

.compare-btn {
    background-color: #A51E70;
    border-radius: 18px;
    color: white;
    border: 0;
}

    .compare-btn:hover {
        background-color: #87889F
    }

    .compare-btn:focus {
        background-color: #A51E70;
        border-radius: 18px;
        color: white;
        border: 0;
        box-shadow: none;
    }

.dashboard-secondary-btn {
    background-color: #87889F;
    border-radius: 18px;
    color: white;
    border: 0;
}

.dashboard-secondary-btn:hover {
    background-color: #A51E70
}

.dashboard-secondary-btn:focus {
    background-color: #87889F;
    border-radius: 18px;
    color: white;
    border: 0;
    box-shadow: none;
}

.carousel-control-up {
    position: absolute;
    top: 0;
    bottom: 85%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    cursor: pointer;
    left: 43%;
}

.carousel-control-down {
    position: absolute;
    top: 85%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    cursor: pointer;
    left: 43%;
}

.carousel-control-down:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .5;
}

.carousel-control-up:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .5;
}

.details-link{
    text-decoration:none;
    color:#9A2482;
}

.details-link:hover {
    text-decoration: none;
    color: #9A2482;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #9A2482; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.image-container {
    position: relative;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.select2-selection--multiple:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
}

.carousel-control-prev {
    cursor: pointer;
}

.carousel-control-next {
    cursor: pointer;
}

.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 1)
}

.carousel-control-prev-icon {
    background-color: rgba(0, 0, 0, 1)
}

.carousel-control-up > i {
    background-color: rgba(0, 0, 0, 1)
}

.carousel-control-down > i {
    background-color: rgba(0, 0, 0, 1)
}

.map-btn{
    cursor:pointer;
}

.map-btn:hover{
    background-color:#9A2482 !important;
    color:white !important;
}

.map-btn:hover > a{
    color:white !important;
}

[v-cloak] {
    display: none;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next:hover, .carousel-control-prev :hover {
    opacity: 0.5 !important;
}

.fs-2.bi.bi-caret-up-fill{
    height:32px;
}

.fs-2.bi.bi-caret-down-fill {
    height: 32px;
}

.bg-purple{
    background-color:#9A2482;
}

.bi-info-circle-fill{
    cursor: pointer;
}

.icon-container{
    width: 135px;
}

.table-wrapper {
    overflow: auto;
}
.table-wrapper table.table.calendar {
    border: none;
    border-spacing: 0;
    table-layout: fixed;
}
.table-wrapper table.table.calendar thead th {
    border: none;
    font-size: 2rem;
}
.table-wrapper table.table.calendar tbody td {
    border: solid #919191 2px;
    vertical-align: bottom;
    height: 150px;
    border-radius: 100%;
}
.table-wrapper table.table.calendar tbody td a:not([href]) {
    cursor: pointer;
    text-decoration: none;
}
.table-wrapper table.table.calendar tbody td a:not([href]) img {
    height: 2rem;
}
.table-wrapper table.table.calendar tbody tr:first-child td:first-child {
    border-top-left-radius: 60px;
}
.table-wrapper table.table.calendar tbody tr:first-child td:last-child {
    border-top-right-radius: 60px;
}
.table-wrapper table.table.calendar tbody tr:last-child td:first-child {
    border-bottom-left-radius: 60px;
}
.table-wrapper table.table.calendar tbody tr:last-child td:last-child {
    border-bottom-right-radius: 60px;
}
.table-wrapper table.table.calendar tbody tr:last-child {
    margin-bottom: 60px;
}
.task-icon{
    width: 40px;
    height: 40px;
}
.loading-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 1.5em;
    color: white;
}

.loading-dots .dot {
    animation: blink 1s infinite ease-in-out;
    opacity: 0.2;
}

.loading-dots .dot:nth-child(1) {
    animation-delay: 0s;
}

.loading-dots .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-dots .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes blink {
    0%, 80%, 100% {
        opacity: 0.2;
    }
    40% {
        opacity: 1;
    }
}
