a.disabled{
    pointer-events: none;
    cursor: default;
}

.client-item.universal blockquote::before {
    display: block;
    content: "🌐";
    font-family: "Line Awesome Free";
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    z-index: -1;
    color: dodgerblue;
    margin-bottom: 10px;
}

.client-item.analytics blockquote::before {
    display: block;
    content: "📊";
    font-family: "Line Awesome Free";
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    z-index: -1;
    color: dodgerblue;
    margin-bottom: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #41404e;
    font-family: "Exo 2", sans-serif;
}

.h1 {
    font-size: 42px;
}

.h2 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -16px;
}

.h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -14px;
}

.h4 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -9px;
}

.h5 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -9px;
    font-weight: 600;
}

.h6 {
    font-size: 18px;
    margin-top: -7px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .h1 {
        font-size: 80px;
    }

    .h2 {
        font-size: 54px;
        line-height: 64px;
        margin-top: -20px;
    }

    .h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -16px;
    }

    .h4 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -14px;
    }

    .h5 {
        font-size: 24px;
        line-height: 28px;
        margin-top: -9px;
    }

    .h6 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -9px;
    }
}

.shorter-form-group {
    position: relative;
}

.shorter-form-group .form--control {
	background-color: #f6f9ff;
    box-shadow: none;
    color: #212529;
    height: 75px;
    padding-right: 190px;
    font-size: 22px;
    border-radius: 5px;
    padding-left: 20px;
}

.shorter-form-group .cmn--btn {
    border: none;
    justify-content: center;
    
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 55px;
    border-radius: 5px;
}

.shorter-form-group .cmn--btn i {
    font-size: 24px;
    margin-right: 5px;
}

.shorten-form-group .cmn--btn {
    width: unset;
}

.link-defail {
	border: 1px solid #86b7fe;
	border-radius: 5px;
	padding: 1rem;
}

.pd-1r {
	padding: 1rem;
}

.form--password::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.form--password {
	height: 30px; 
	background: rgba(30, 144, 255, 0.1) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	color: #ffffffff !important;
	padding-left: 20px;
}

.shorter-title {
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.destination-text {
    color: #273144;
}

.bg-gray {
    background-color: #6c757d!important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700;
}