﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* HELPERS */

.pointer {
    cursor: pointer;
}
.mt-large {
    margin-top: 3rem;
}
.mb-large {
    margin-bottom: 3rem;
}

.mb-xl {
    margin-bottom: 10rem;
}
.mr-xl {
    margin-right: 10rem;
}



/* COLOURS */

.orange {
    color: #f47120;
}

.alert-bg {
    background-color: #F7FBFF;
}

.purple {
    color: #4A24CF;
}


html {
    height: 100%;
}

/* TEXT */

html, body {
    background: #4A24CF;
    /*background: linear-gradient(180deg, rgba(74,36,207,1) 0%, rgba(161,168,209,1) 100%);*/
    color: #fff;
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#token_container {
    text-align: center;
}
.h5 {
    font-size: 1.25rem;
    font-family: Publico Headline Web, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}
/* NAV */
.navbar-custom {
    background-color: #fff;
    font-family: Publico Headline Web, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
}

    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: white;
    }

.dropdown-toggle::after {
    display: none;
}

.custom-dropdown {
    font-family: Publico Headline Web, sans-serif;
    border-bottom: 2px solid transparent;
}

    .custom-dropdown:hover {
        border-bottom: 2px solid #38ff9e;
        background: #4A24CF;
        color: white;
    }

.logout {
    height: 2rem;
    line-height: 2rem;
}

    .logout:hover {
        color: #38ff9e;
    }

.nav-item a {
    color: #d7d7d7;
    height: 2rem;
    display: flex;
    align-items: center;
    line-height: 2rem;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-bottom: 3px solid transparent;
    margin-left: .3rem;
    margin-right: .3rem;
}

    .nav-item a.active {
        color: white;
    }

    .nav-item a:hover {
        color: white !important;
        border-bottom: 3px solid #38ff9e;
        text-decoration: none;
    }

.nav-link {
    padding: .2rem;
}


.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

nav .dropdown-toggle {
    line-height: 14px;
}

nav .fa-cog {
    font-size: 1.3rem;
}
/*.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}*/
.invalid {
    outline: 1px solid red;
}

.validation-errors {
    list-style-type: none;
    margin: 0 0 3% 0;
    padding: 0;
}

.validation-message {
    color: #f47552;
}



#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/* INDEX*/

.main-title {
    font-family: Publico Headline Web, sans-serif;
    color: #1C0D4F;
    font-weight: 400;
    line-height: 63px;
    letter-spacing: 0;
    font-size: 3rem;
}

.font-white {
    font-family: Publico Headline Web, sans-serif;
    color: #FFF;
    font-weight: 100;
}

.font-black {
    font-family: Publico Headline Web, sans-serif;
    color: #4d4d4c;
}

.purchased-number {
    font-family: Publico Headline Web,sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
}

.cn-row{
    margin-right: 26px;
}

.cn-container {
    display: flex;
    justify-content: space-between;
}

.destination-container {
    margin: auto;
    width: 300px;
}


.tel-order {
    margin-top: 0.5rem;
    background-color: #f47120;
    min-width: 38px;
    height: 38px;
    border-radius: 20px;
    align-content: center;

    @media only screen and (max-width: 767px) {
        margin-top: 0.25rem;
    }
}

.tel-order-two {
    margin-top: 2.25rem;

    @media only screen and (max-width: 767px) {
        margin-top: 2rem;
    }
}

.tel-order-two-edit {
    margin-top: 2.75rem;

    @media only screen and (max-width: 767px) {
        margin-top: 2.5rem;
    }
}

.tel-order-container {
    min-width: 38px;
    margin-right: 0.5rem;
}

.number {
    font-family: Publico Headline Web,sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
}

.number-lg {
    font-family: Publico Headline Web,sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
}

.interval-container {
    position: relative;
    display:block;
    height:41px;
}

.interval {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 41px;
    background-color: white;
    border-radius: .25rem;
}

.interval-select {
    background: transparent;
    position: absolute;
    width: 100%;
    padding: 5px;
    font-size: 1.5rem;
    line-height: 1;
    border: 0;
    height: 41px;
    -webkit-appearance: none;
    color: #000;
    padding-right:46px;
}

.interval-button {
    position: absolute;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    font-size: 14px;
    z-index: 11;
    width: 39px;
    height: 41px;
    right: 0;
    color: #495057;
}

.help-text{
    font-size: 0.8rem;
    line-height:1;
}

.expiry-alert {
    color: #1C0D4F;
}

.clever-number {
    top: 5rem;
}

.validation-summary{
    margin-top: 2rem;
}

@media only screen and (max-width: 767px){
    .clever-number .carousel-control-prev {
        left: -30px;
    }

    .clever-number .carousel-control-next {
        right: -30px;
    }
}

/* BILLING */
.billing-grid {
    top: 8rem;
}

.card-text {
    font-size: 13px;
}
.card-delete {
    cursor: pointer;
    display: block;
    position: absolute;
    top: -4px;
    right: 12px;
}

.card-expiry {
    display: block;
    margin-top: 1rem;
    white-space: nowrap;
}

.account-detail{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .card-container .alert {
        padding: 0.5rem;
    }

    .masked-card-no {
        white-space: nowrap;
    }

    .card-element{
        padding-left: 12px;
        padding-right: 12px;
    }

    .card-delete {
        top: -4px;
        right: 4px;
    }

    .expiry-container{
        padding-left: 6px;
    }
}
.add-card {
    margin-top: 2.6rem;
}

.invoice {
    cursor: pointer;
}

    .invoice:hover i {
        color: #4a24cf;
    }

/* TRIANGLE */
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* General styles and layout */


.shape-container svg {
    display: block;
}

section {
    padding: 4rem 0 0 0;
    color: #fff;
    height: 16rem;
}

    section.color h2 {
        color: #fff;
    }

.smaller-arrow {
    padding: 3rem 0 0 0;
    height: 8rem;
}

.color {
    background: #fff;
}

section::before,
section::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

svg#bigTriangleColor {
    pointer-events: none;
}

#bigTriangleColor path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 2;
}


/* BUTTONS */
.btn {
    font-family: Publico Headline Web,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    border: 3px solid;
    border-radius: 37px 36px 36px 37px;
    padding: .5rem 1.2rem .5rem 1.2rem;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .btn:hover {
        background-color: rgba(0,0,0,0);
        color: #FFF;
    }

.btn-green {
    border-color: #38ff9e;
    background-color: #38ff9e;
    color: #1c0d4f;
}

.btn.btn-green:hover, .btn.btn-green-lg:hover {
    border-color: #29d816;
}

.btn-green-lg {
    font-size: 20px;
    padding: 1rem 2.4rem 1rem 2.4rem;
    margin-left: 1rem;
    border-color: #38ff9e;
    background-color: #38ff9e;
    color: #1c0d4f;
}

.btn.btn-green-lg-selected {
    font-size: 20px;
    padding: 1rem 2.4rem 1rem 2.4rem;
    margin-left: 1rem;
    border-color: #38ff9e;
    background-color: rgba(0,0,0,0);
    color: #FFF;
}

.btn-grey {
    border-color: #4a24cf;
    background-color: #7657e4;
    color: #ffffff !important;
}

.btn-blue {
    border-color: #4a24cf;
    background-color: rgba(0,0,0,0);
    color: #1c0d4f;
}

    .btn-blue:hover {
        background: #4a24cf;
    }

.btn-slim {
    padding: .1rem .7rem .1rem .7rem;
}

/*TOAST OVERRIDES*/
.blazored-toast {
    margin-bottom: 4rem !important;
}
.blazored-toast-success {
    border-color: #4a24cf !important;
    background-color: #38ff9e !important;
    color: #1c0d4f !important;
}

/*NAVBAR*/
.navbar{
    justify-content: normal;
}
.navbar .user-section{
    margin:auto;
}
    .navbar .nav-username {
        position: absolute;
        top: 1rem;
        right: calc(0.75rem + 80px);
    }
.navbar .btn-group{
    position:absolute;
    top: 0.75rem;
    right: 0.75rem;
}


.nav-username p{
    margin-top: 0.25rem;
}

.mpadmin-container {
    margin-right: 10rem;
    margin-top: 0.75rem;
}

.mpadmin-element {
    margin-right:1rem
}

    .mpadmin-element .input-group{
        margin-bottom: 1rem;
    }

    .dropdown-username {
        display: none;
    }

.account-input {
    width: 160px !important;
}

@media(max-width: 576px){
    .navbar .user-section {
        margin-top: 1rem;
    }

    .nav-spacer{
        margin-top: 2rem;
    }

    .navbar .btn-group {
        position: absolute;
        top: 0.5rem;
        right: 0.75rem;
    }
    
    .dropdown-menu{
        width: 260px;
    }

    .index-admin-spacer{
        margin-top: 0rem;
        top: 0rem;
    }

    .index-session-account{
        margin-top: 4.5rem;
    }

    .buy-more-admin-viewing{
        margin-top: 2rem;
    }

    .buy-more-title{
        margin-top: -2rem !important;
    }

    .billing-admin-viewing{
        margin-top:2.25rem;
    }

    .smaller-arrow {
        padding: 4rem 0 0 0;
    }

    .mpadmin-container{
        margin:auto;
        width: 100%;
    }

    .mpadmin-element {
        margin-right: 0.25rem;
    }

        .mpadmin-element .input-group {
            margin-bottom: 0.5rem;
        }


    .clever-number{
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media(max-width: 992px) {
    .nav-username {
        display: none;
    }

    .dropdown-username {
        display: block;
        max-width: 220px;
        color: #6c757d;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        margin: auto;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 15px
    }
}

/*BUY NUMBERS*/
.numbers-display {
    margin-top: 4rem;
}
.numbers-display-alt {
    margin-top: 2rem;
}
.numbers-grid {
    flex: 0 0 34%;
    max-width: 35%;
}


.input-search {
    position: absolute;
}

.number-select-heading{
    text-align: center;
}

@media(max-width: 576px) {
    .number-lg{
        margin-top: 3.5rem;
        font-size: 2rem;
    }
    .btn-number-type, btn-number-type:disabled{
        font-size: 16px !important;
        padding: 0.75rem 1.5rem 0.75rem 1.5rem !important;
        margin-left: 0.25rem !important;
        margin-bottom: 0.25rem;
    }

    .number-select-heading h5 {
        font-size: 16px;
    }

    .numbers-display {
        margin-top: 3rem;
    }

    .numbers-display-alt {
        margin-top: 1rem;
    }

    .buy-more-admin-viewing-title{
        margin-top: 0.5rem;
    }
}



    /* SLIDER */
    .carousel-indicators {
        top: 100%;
        margin-top: 2rem;
    }

    .slide {
        min-height: 15rem;
    }

    .input-group > .input-group-prepend {
        min-width: 30%;
    }

    .input-group .input-group-text {
        width: 100%;
    }


    /* BOOTSTRAP OVERRIDES */

    .text-black-50 {
        color: #1C0D4F;
    }

    .display-4 {
        font-weight: 400;
        font-family: Publico Headline Web, sans-serif;
    }

    .text-dark {
        color: #1C0D4F !important;
    }

    .jumbotron {
        background-color: #fff;
        border-radius: 10px;
    }

    .btn {
        font-weight: 500;
        border-color: #4a24cf;
        color: #1c0d4f;
    }

        .btn:hover {
            background-color: #4a24cf;
            color: #FFF;
            border-color: #4a24cf;
        }

    .form-control {
        color: #1C0D4F;
    }

    .alert-info {
        color: #1C0D4F;
        background-color: #F8FBFF;
        border-color: #eceff3;
    }

    .alert-secondary {
        color: #383d41;
        background-color: #f8fbff;
        border-color: #eceff3;
    }

    .table {
        width: 100%;
        margin-bottom: 1rem;
        color: #1C0D4F;
    }

    .card-header {
        font-size: 19px;
        font-family: Publico Headline Web, sans-serif;
        color: #1C0D4F;
    }

    .popup-header {
        font-family: Open Sans, sans-serif;
        font-weight: bold;
        font-size: 22px;
        color: #1C0D4F;
    }

    .popup-body {
        font-family: Open Sans, sans-serif;
        font-size: 14px;
        color: #1C0D4F;
    }
    /*CONTACT US*/
    .iconWrapper {
        background-repeat: no-repeat !important;
        padding: 25px;
        margin: 10px;
        position: relative;
        min-width: 75px;
        min-height: 75px;
    }

        .iconWrapper p {
            color: black;
            position: absolute;
            left: 116px;
            top: 20px;
        }

    .icon-col {
        flex-grow: 0 !important;
    }

    .appIconWrapper img {
        width: 52px;
        padding: 10px;
    }

    .contact-text {
        margin-top: 1.5rem;
    }

    .contact-grid {
        top: 8rem;
    }

    @media (max-width: 576px) {
        .iconWrapper {
            margin: 0.25rem;
        }

        .contact-grid {
            top: 1rem;
        }

        .contact-text {
            display: flex;
            align-items: center;
            margin-top: 0;
        }
    }
    /* FEATURE MODAL */

.green-tick-list {
    list-style: none;
    padding-left: 0;
}

    .green-tick-list li {
        position: relative;
        padding-left: 16px;
        margin-bottom: 10px;
    }

        .green-tick-list li::before {
            content: '\2713';
            color: green;
            font-weight: bold;
            position: absolute;
            left: 0;
            top: 0;
        }


    /* LOADING */
    .small-spinner {
        width: 1rem;
        height: 1rem;
        border: 0.125em solid;
        border-right-color: transparent;
    }
    /* MEDIA QUERIES */
    @media screen and (max-width: 1500px) {
        .number {
            font-size: 1.2rem;
        }
    }

    @media screen and (max-width: 1300px) {
        .numbers-grid {
            max-width: 50%;
            flex: 0 0 100%;
        }

        .iconWrapper {
            min-width: 50px;
            min-height: 50px;
        }
    }

    @media screen and (max-width: 1000px) {
        .numbers-grid {
            max-width: 35%;
            flex: 0 0 34%;
        }

        .iconWrapper {
            min-width: 75px;
            min-height: 75px;
        }
    }

    @media screen and (max-width: 850px) {
        .main-title {
            font-size: 1.25rem;
        }
    }

    @media screen and (max-width: 750px) {
        .input-search {
            position: relative;
        }

        .iconWrapper {
            min-width: 50px;
            min-height: 50px;
        }
    }

    @media screen and (max-width: 600px) {
        .billing-grid {
            margin-left: 0;
            margin-right: 0;
            top: 1rem;
        }

        .numbers-grid {
            max-width: 45%;
            flex: 0 0 45%;
        }

        .card-body {
            padding: 1rem;
        }
    }

    /* FONTS */

    /*publico - boldest italic*/
    @font-face {
        font-family: 'Publico Headline Web';
        src: url('/fonts/PublicoHeadline-BlackItalic-Web.woff2') format('woff2'), url('/fonts/PublicoHeadline-BlackItalic-Web.woff') format('woff');
        font-weight: 900;
        font-style: italic;
        font-stretch: normal;
    }

    /*publico - boldest*/
    @font-face {
        font-family: 'Publico Headline Web';
        src: url('/fonts/PublicoHeadline-Black-Web.woff2') format('woff2'), url('/fonts/PublicoHeadline-Black-Web.woff') format('woff');
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
    }

    /*publico - bolder italic*/
    @font-face {
        font-family: 'Publico Headline Web';
        src: url('/fonts/PublicoHeadline-ExtraboldItalic-Web.woff2') format('woff2'), url('/fonts/PublicoHeadline-ExtraboldItalic-Web.woff') format('woff');
        font-weight: 800;
        font-style: italic;
        font-stretch: normal;
    }

    /*publico - bolder*/
    @font-face {
        font-family: 'Publico Headline Web';
        src: url('/fonts/PublicoHeadline-Extrabold-Web.woff2') format('woff2'), url('/fonts/PublicoHeadline-Extrabold-Web.woff') format('woff');
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
    }

    /*publico - bold italic*/
    @font-face {
        font-family: 'Publico Headline Web';
        src: url('/fonts/PublicoHeadline-BoldItalic-Web.woff2') format('woff2'), url('/fonts/PublicoHeadline-BoldItalic-Web.woff') format('woff');
        font-weight: 700;
        font-style: italic;
        font-stretch: normal;
    }

    /*publico - bold*/
    @font-face {
        font-family: 'Publico Headline Web';
        src: url('/fonts/PublicoHeadline-Bold-Web.woff2') format('woff2'), url('/fonts/PublicoHeadline-Bold-Web.woff') format('woff');
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
    }

    /*publico - thick italic*/
    @font-face {
        font-family: 'Publico Headline Web';
        src: url('/fonts/PublicoHeadline-MediumItalic-Web.woff2') format('woff2'), url('/fonts/PublicoHeadline-MediumItalic-Web.woff') format('woff');
        font-weight: 500;
        font-style: italic;
        font-stretch: normal;
    }

    /*publico - thick*/
    @font-face {
        font-family: 'Publico Headline Web';
        src: url('/fonts/PublicoHeadline-Medium-Web.woff2') format('woff2'), url('/fonts/PublicoHeadline-Medium-Web.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
    }

    /*publico - regular italic*/
    @font-face {
        font-family: 'Publico Headline Web';
        src: url('/fonts/PublicoHeadline-Italic-Web.woff2') format('woff2'), url('/fonts/PublicoHeadline-Italic-Web.woff') format('woff');
        font-weight: 400;
        font-style: italic;
        font-stretch: normal;
    }

    /*publico - regular*/
    @font-face {
        font-family: 'Publico Headline Web';
        src: url('/fonts/PublicoHeadline-Roman-Web.woff2') format('woff2'), url('/fonts/PublicoHeadline-Roman-Web.woff') format('woff');
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
    }

    /*publico - light italic*/
    @font-face {
        font-family: 'Publico Headline Web';
        src: url('/fonts/PublicoHeadline-LightItalic-Web.woff2') format('woff2'), url('/fonts/PublicoHeadline-LightItalic-Web.woff') format('woff');
        font-weight: 300;
        font-style: italic;
        font-stretch: normal;
    }

    /*publico - light*/
    @font-face {
        font-family: 'Publico Headline Web';
        src: url('/fonts/PublicoHeadline-Light-Web.woff2') format('woff2'), url('/fonts/PublicoHeadline-Light-Web.woff') format('woff');
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
    }

    /*Open Sans - Regular*/
    @font-face {
        font-family: 'Open Sans';
        src: url('/fonts/open-sans-v17-latin-regular.woff2') format('woff2'), url('/fonts/open-sans-v17-latin-regular.woff') format('woff');
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
    }
