@charset "utf-8";

/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Global Class
03. Header Section
--------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
    font-size: 16px;
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 500;
    background: #ffffff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

p {
    font-family: inherit;
    color: #353535;
    margin: 0 0 26px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    color: #07003B;
    margin: 0 0 26px;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}

h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

h5 {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #5F6FFF;
    transition: all 0.3s ease 0s;
    outline: none !important;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #5162f1;
}

.fix {
    overflow: hidden;
}

.no-marg {
    margin: 0;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9px;
    word-wrap: break-word;
    word-break: break-all;
    color: #212121;
    border: 1px solid #ededed;
    border-radius: 0;
    background-color: #F6F5F5;
    font-size: 13px;
    line-height: 1.42857143;
}

blockquote {
    padding: 25px 35px;
    background: #f5f5f5;
    margin: 30px 0 30px 30px;
    box-shadow: -5px 0 #232323;
}

blockquote p:last-child {
    font-weight: 600;
    margin-bottom: 0;
}

::-moz-selection {
    background: #5F6FFF;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #5F6FFF;
    text-shadow: none;
    color: #ffffff;
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.white-color {
    color: #fff;
}

/* ----------------------------------------
    02. Global Class & Override Styles
----------------------------------------------*/

.lof-pagination {
    margin-top: 15px;
    text-align: center;
}

.page-links .post-page-numbers,
.lof-pagination .page-numbers {
    background: transparent;
    border: 1px solid #ddd;
    margin: 0 5px 8px;
    height: 30px;
    text-decoration: none;
    color: #606060;
    border-radius: 2px;
    display: inline-block;
    min-width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    padding: 0 10px;
    transition: 0.3s;
}

.page-links .current,
.page-links > *:hover,
.lof-pagination .current,
.lof-pagination > *:hover {
    border-color: #5F6FFF;
    background: #5F6FFF;
    color: #fff !important;
}

.lof-pagination > .prev,
.lof-pagination > .next {
    border-color: #5F6FFF;
    color: #5F6FFF;
}

.lof-pagination > .prev svg {
    margin-right: 4px;
    vertical-align: inherit;
}

.lof-pagination > .next svg {
    margin-left: 4px;
    vertical-align: inherit;
}

.lof-pagination > .prev:hover svg path,
.lof-pagination > .next:hover svg path {
    fill: #ffffff;
}

.lof-tooltip {
    display: inline;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.lof-tooltip:before, .lof-tooltip:after {
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.lof-tooltip:after {
    color: #fff;
    text-align: center;
    font-family: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #717FFF;
    border-radius: 4px;
    content: attr(data-title);
    margin: 0 auto 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px;
    min-width: 120px;
    position: absolute;
    right: 50%;
    bottom: 100%;
    transform: translateY(5px) translateX(50%);
    z-index: 999999;
}

.lof-tooltip:before {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-top-color: #717FFF;
    bottom: calc(100% - 5px);
    right: 50%;
    transform: translateY(5px) translateX(50%);
}

.lof-tooltip:hover:before, .lof-tooltip:hover:after {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(50%);
}

.color-black {
    color: #000000;
}

.table td, .table th {
    border-color: #f0f0f0;
}

button {
    outline: none !important;
}

.btn {
    font-size: 16px;
    font-weight: 500;
    padding: 13px 23px;
    line-height: normal;
    border-radius: 3px;
    outline: none !important;
}

.btn-primary {
    background-color: #5F6FFF;
    border-color: #5F6FFF;
    box-shadow: 0 16px 20px rgba(95, 111, 255, 0.2) !important;
}

.btn-border {
    background: transparent;
    box-shadow: none !important;
}

.btn-primary.btn-border {
    color: #5F6FFF;
}

.btn-border.btn-danger {
    color: #dc3545;
}

.btn-border.btn-danger:hover,
.btn-border.btn-danger:focus {
    color: #ffffff;
}

.btn-pill {
    border-radius: 70px;
}

.btn-round {
    border-radius: 50%;
}

.btn-primary.btn-border:hover,
.btn-primary.btn-border:focus {
    background: #5F6FFF;
    color: #ffffff;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 0.9rem 1rem;
    font-size: 16px;
    line-height: normal;
}

.dropdown-menu {
    border: 0;
    min-width: 200px;
    padding: 20px 20px 20px 27px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    transition: .5s ease all;
    transform: none !important;
    top: 100% !important;
    font-size: 96%;
}

.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transition: .5s ease all;
}

.dropdown .dropdown-toggle:after {
    transition: 0.3s;
    vertical-align: middle;
}

.dropdown.show .dropdown-toggle:after {
    transform: rotate(180deg);
}

.dropdown-menu > a {
    display: block;
    margin-top: 7px;
}

.dropdown-menu > a:first-child {
    margin-top: 0;
}

.nav-menu li a,
.dropdown-menu a {
    color: #353535;
}

.nav-menu li a:hover,
.dropdown-menu a:hover {
    color: #5F6FFF;
}

.nav-menu li a > i {
    font-size: 14px;
    vertical-align: top;
    margin-right: 1px;
}


.dropdown-bullet .dropdown-menu > a {
    position: relative;
}

.dropdown-bullet .dropdown-menu > a:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #5F6FFF;
}

.form-group {
    margin-bottom: 1.6rem;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select.form-control {
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    outline: 0;
}

input[type="text"], input[type="email"], input[type="password"], select.form-control {
    font-size: 14px;
    height: 52px;
    padding: 0 20px;
}

select.form-control {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background-image: url(../images/select-arrow.svg) !important;
    background-size: 10px 10px !important;
    background-repeat: no-repeat;
    background-position: 97% 50% !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus,
select.form-control:focus {
    border-color: #C6F8FF !important;
}

input.input-shadow, textarea.input-shadow {
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

/* start: Checkbox */
.lof-checkbox-label {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.lof-checkbox-label span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.lof-checkbox-label span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.lof-checkbox-label span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.lof-checkbox-label span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #506EEC;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.lof-checkbox-label span:last-child {
    padding-left: 8px;
}

.lof-checkbox-label:hover span:first-child {
    border-color: #506EEC;
}

.lof-input-checkbox {
    display: none;
}

.lof-input-checkbox:checked + .lof-checkbox-label span:first-child {
    background: #506EEC;
    border-color: #506EEC;
    animation: wave 0.4s ease;
}

.lof-input-checkbox:checked + .lof-checkbox-label span:first-child svg {
    stroke-dashoffset: 0;
}

.lof-input-checkbox:checked + .lof-checkbox-label span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

/* end: Checkbox */

.mb-30 {
    margin-bottom: 30px;
}

.sec-spacer {
    padding: 100px 0;
}

.bg-light-gray {
    background-color: #fafafa;
}

.lof-modal .modal-content {
    padding: 50px 60px;
}

.modal-open .lof-modal {
    overflow-y: hidden;
}

.modal-open .lof-modal .modal-content {
    max-height: 590px;
    overflow-y: auto;
}

.lof-modal .modal-footer {
    margin-top: 50px;
    border: 0;
    justify-content: space-between;
    align-items: center;
}

.lof-modal .modal-content .modal-header,
.lof-modal .modal-content .modal-footer {
    padding: 0;
}

.lof-modal .modal-content .nav-tabs {
    margin: 0 -60px 40px;
    padding: 0 60px 10px;
}

.lof-modal .modal-content .nav-tabs a {
    display: inline-block;
    padding: 9px 20px;
    background: #F6F5F5;
    margin: 0 25px 10px 0;
    font-size: 15px;
    border-radius: 2px;
    color: #353535;
    transition: 0.3s;
}

.lof-modal .modal-content .nav-tabs a.active {
    background-color: #717FFF;
    color: #ffffff;
}

.lof-modal .close {
    position: absolute;
    right: 8px;
    top: 10px;
    line-height: 1;
    font-size: 26px;
    color: #C4C4C4;
    width: 24px;
    text-align: center;
    transition: 0.3s;
}

.lof-modal .close:hover {
    color: #dc3545;
}


/* ---------------------------
    03. Header Section
------------------------------*/

.lof-login-inner .lof-logo img {
    width: 72px;
    height: 68px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    padding: 10px;
    margin-right: 20px;
}

.lof-login-inner .lof-logo span {
    font-size: 16px;
    font-weight: 700;
    color: #5A5964;
}

.lof-header {
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.lof-header .lof-logo {
    display: flex;
    align-items: center;
}

.lof-header .lof-logo > img {
    margin-right: 15px;
}

.lof-header .lof-logo > span {
    font-size: 16px;
    font-weight: 700;
    color: #5A5964;
}

.lof-header .lof-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.lof-header .lof-profile-nav .dropdown > a > i {
    display: inline-block;
    background: #DCDFFF;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    text-indent: 1px;
}

.dropdown-menu-right.dropdown-menu {
    top: 100% !important;
    left: auto !important;
    right: 0;
}


/* ---------------------------
    04. Login page
------------------------------*/

.animated-shapes .shape {
    position: absolute;
}

.animated-shapes .polygon-red {
    right: 0;
    top: 0;
    animation: shortMoveUp 6s ease-in-out infinite alternate;
}

.animated-shapes .intersect-orange {
    left: 4%;
    top: 50%;
    animation: rotateX 2s ease-in-out infinite alternate;
}

.animated-shapes .intersect-blue {
    left: 4%;
    bottom: 10%;
    animation: moveclouds 2s ease-in-out infinite alternate;
}

.animated-shapes .intersect-cyan {
    left: 40%;
    bottom: 10%;
    animation: sideWays 3s ease-in-out infinite alternate;
}

.animated-shapes .intersect-red {
    left: 60%;
    bottom: 5%;
    animation: rotateX 2s ease-in-out infinite alternate;
}

.animated-shapes .half-circle {
    top: 27%;
    left: 30%;
    animation: scales 4s ease-in-out infinite alternate;
}

.animated-shapes .ellipse-pink {
    right: 10%;
    bottom: 8%;
    animation: moveclouds 2s ease-in-out infinite alternate;
}

.lof-login-illustration img {
    animation: shortMoveUp 4s ease-in-out infinite alternate;
}

.animated-shapes .elilipse-pulse {
    position: absolute;
    left: 5%;
    top: 12%;
}

.animated-shapes .elilipse-pulse:before, .animated-shapes .elilipse-pulse:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fe556f;
}

.animated-shapes .elilipse-pulse:before {
    z-index: 0;
    animation: pulse-border 2000ms ease-out infinite;
}

.animated-shapes .checkmark {
    left: 53%;
    bottom: 20%;
    animation: sideWaysReverse 3s ease-in-out infinite alternate;
}

@keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) translateZ(0) scale(1.9);
        opacity: 0.1;
    }
}


@keyframes shortMoveUp {
    0% {
        transform: translateY(-80px) scale(1.02);
    }
    100% {
        transform: translateY(-60px) scale(0.98);
    }
}

@keyframes moveclouds {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes scales {
    0% {
        transform: scale(0.7) translateX(100%);
    }
    100% {
        transform: scale(1.4) translateX(0);
    }
}

@keyframes sideWays {
    0% {
        transform: translateX(80px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes sideWaysReverse {
    0% {
        transform: translateX(-80px);
    }
    100% {
        transform: translateX(0);
    }
}


@keyframes rotateX {
    0% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0);
    }
}


/* end: Animation */

.lof-login-wrapper {
    position: relative;
    padding: 80px 0;
}

.lof-login-wrapper .row {
    min-height: 90vh;
    align-items: center;
}

.lof-login-wrapper .lof-logo {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.lof-login-wrapper .lof-logo span {
    font-size: 22px;
    line-height: 32px;
}

.lof-login-wrapper .lof-login-inner > h2 {
    margin-bottom: 15px;
}

.lof-login-wrapper .lof-login-inner > p {
    color: #9C9C9C;
}


/* ---------------------------
    03. Dashboard Page
------------------------------*/

.lof-dashboard-wrapper {
    text-align: center;
}

/* ---------------------------
    04. Create Funnel Page
------------------------------*/

.lof-create-funnel-wrapper {
    overflow: hidden;
}

.lof-filter-nav > button {
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 4px 15px;
    min-width: 57px;
    border-radius: 2px;
    outline: none;
    transition: 0.3s;
    margin: 0 15px 15px 0;
}

.lof-filter-nav .filter-title {
    display: inline-block;
    margin-right: 20px;
}

.lof-filter-nav > button:hover,
.lof-filter-nav > button.active {
    color: #ffffff;
    background: #5F6FFF;
    border-color: #5F6FFF;
}

/* start: Funnel Grid */

.lof-funnel-grid .lof-funnel-item {
    background: #FFFFFF;
    border: 1px solid #fafafa;
    box-sizing: border-box;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    margin-bottom: 30px;
}

.lof-funnel-grid .lof-funnel-item:hover {
    border-color: #5F6FFF;
}

.lof-funnel-grid .funnel-content {
    padding: 15px 20px;
}

.lof-funnel-grid .funnel-thumb {
    position: relative;
}

.lof-funnel-grid .funnel-status {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 15px;
    border-radius: 50px;
    line-height: normal;
    background-color: #33D433;
    color: #ffffff;
    display: inline-block;
    padding: 6px 15px;
}

.lof-funnel-grid .funnel-status.draft {
    background-color: #E2D02F;
}

.lof-funnel-grid .remove-funnel {
    border: 0;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.lof-funnel-grid .remove-funnel:hover {
    background-color: #FF2C2C;
}

.lof-funnel-grid .remove-funnel:hover svg path {
    fill: #ffffff;
}

.lof-funnel-grid .funnel-title > a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #353535;
}

.lof-funnel-grid .funnel-title {
    margin-bottom: 10px;
}

.lof-funnel-grid .funnel-title > a:hover {
    color: #5F6FFF;
}

.lof-funnel-grid .funnel-tool-icons > a {
    background-color: #717FFF;
    display: inline-block;
    margin: 6px 14px 15px 0;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 999;
}

.lof-funnel-grid .funnel-tool-icons > a:hover {
    background-color: #4b5eff;
}

.lof-funnel-grid .copy-funnel-clipboard {
    border: 0;
    background: transparent;
    font-size: 15px;
    padding: 0;
    margin-bottom: 15px;
    color: #606060;
}

.lof-funnel-grid .copy-funnel-clipboard > img,
.lof-funnel-grid .created-date > img {
    margin-right: 5px;
}

.lof-funnel-grid .created-date {
    margin: 0 -20px 0;
    vertical-align: middle;
    font-size: 15px;
    color: #606060;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: 15px 20px 0;
}

.lof-create-funnel-item .lof-funnel-item > a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 394px;
}

.lof-create-funnel-item .create-funnel-icon,
.lof-create-funnel-types-item .create-funnel-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    background-color: #5F6FFF;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-indent: 1px;
    margin-bottom: 16px;
}

.lof-create-funnel-item p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #232323;
}

.copy-funnel-clipboard.lof-tooltip:before {
    border-top-color: #FF5F5F;
}

.copy-funnel-clipboard.lof-tooltip:after {
    background-color: #FF5F5F;
}


/* --------------------------------
  05. Funnel Types Page
----------------------------------*/

.lof-funnel-types-wrapper .lof-filter-nav {
    margin-bottom: 25px;
}

.lof-funnel-types-item > a {
    display: block;
    background: #FFFFFF;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
    padding: 45px 30px;
    text-align: center;
    transition: 0.3s;
    margin-bottom: 30px;
    border: 1px solid #fafafa;
}

.lof-funnel-types-grid .lof-funnel-types-item > a:hover {
    border-color: #5F6FFF;
}

.lof-funnel-types-grid .funnel-types-icon {
    display: inline-block;
    width: 150px !important;
    height: 53px;
    text-align: center;
    line-height: 53px;
    background-color: #F1F2F8;
    margin-bottom: 20px;
    transition: 0.3s;
}

.lof-funnel-types-grid .funnel-types-icon svg path {
    fill: #150E33;
}

.lof-funnel-types-grid .lof-funnel-types-item > a:hover .funnel-types-icon {
    border-radius: 5px;
    background-color: #717FFF;
}

.lof-funnel-types-grid .lof-funnel-types-item > a:hover .funnel-types-icon svg path {
    fill: #ffffff;
}

.lof-funnel-types-item .funnel-types-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lof-create-funnel-types-item .lof-funnel-types-item > a {
    min-height: 193px;
}


.lof-create-funnel-types-item p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #232323;
}

/*------------------------------------
  06.  Publish Funnel
--------------------------------------*/
.lof-publish-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(168, 168, 168, 0.2);
}

.lof-publish-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lof-publish-inner {
    background: #FFFFFF;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.06);
    min-height: 90vh;
}

.lof-publish-content {
    padding: 30px;
    border-left: 1px solid #eeee;
    min-height: 90vh;
}

.publish-control-dropdown > a.dropdown-toggle {
    color: #07003B;
}

.publish-control-dropdown .dropdown-menu {
    margin-left: -30px;
    margin-top: 40px;
}

.publish-control-dropdown .dropdown-menu.show {
    margin-top: 30px;
}

.btn-modal-cancel {
    border: 0;
    background: transparent;
    color: #FF7373;
    transition: 0.3s;
    letter-spacing: 0;
}

.btn-modal-cancel:hover {
    color: #d25858;
    letter-spacing: 0.6px;
}

p.publish-note {
    font-size: 14px;
    line-height: 24px;
}

.publish-note > svg {
    margin-right: 6px;
}

.publish-note > img {
    margin-right: 14px;
}

.lof-tab-pane-publish .story-link {
    margin-bottom: 8px;
}

.lof-tab-pane-publish .copy-link-clipboard input {
    border: 0;
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
}

.lof-tab-pane-publish .copy-link-clipboard button {
    border-radius: 0 2px 2px 0;
}


/* -------------------------------------
    07. Users page
--------------------------------------- */

.lof-users-wrapper .lof-users-inner {
    max-width: 970px;
    padding: 30px 35px 45px;
    background-color: #ffffff;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
}

.lof-users-wrapper .lof-users-head {
    margin-bottom: 30px;
}

.btn-edit-user, .btn-delete-user {
    height: 26px;
    width: 26px;
    padding: 0;
    text-align: center;
    margin: 0 5px 5px 0;
}

.btn-edit-user svg, .btn-delete-user svg {
    position: relative;
    top: -1px;
}

.lof-users-table {
    margin-bottom: 20px;
}

.lof-users-table tbody {
    font-size: 14px;
    line-height: 24px;
}

.lof-users-table td, .lof-users-table th {
    vertical-align: middle;
}

.lof-users-table thead th {
    border-bottom: none;
    font-weight: 500;
    border-top: 0;
}

.lof-users-table tbody tr:hover {
    background-color: #F4F4F4;
}

.lof-signup-form input[type="text"],
.lof-signup-form input[type="email"], .lof-signup-form input[type="password"],
.lof-signup-form select.form-control {
    background-color: #F6F6F6;
    border-color: #F6F6F6;
    border-radius: 2px;
}

.lof-signup-form .lof-signup-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.lof-signup-form .lof-signup-buttons button {
    width: 50%;
}

.lof-signup-form .lof-signup-buttons .btn-primary {
    margin-left: 10px;
    box-shadow: none !important;
    border-radius: 2px;
}

.lof-signup-form .lof-signup-buttons .btn-modal-cancel {
    background-color: #F6F6F6;
    margin-right: 10px;
    border-radius: 2px;
}

.lof-signup-form .lof-signup-buttons .btn-modal-cancel:hover,
.lof-signup-form .lof-signup-buttons .btn-modal-cancel:focus {
    background-color: #dc3545;
    color: #ffffff;
    letter-spacing: 0;
}

.lof-signup-form .form-group {
    margin-bottom: 1.4rem;
}


/* --------------------------------
    Footer Area
----------------------------------*/
.lof-footer-border .container p {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 27px;
}

.lof-footer p {
    font-size: 14px;
    color: #5A5964;
}

.lof-footer a {
    color: #353535;
}

.lof-footer a:hover {
    color: #5162f1;
}