.header-width-full-konnectd {
    width: 100%!important;
}

.navbar-brand-konnectd {
    width: 195px;
    height: 40px;
    background-image: url(../images/logo-konnectd.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.color-white-konnectd {
    color: #fff!important;
}

.header-padding-konnectd {
    padding: 8px 15px;
}

.navbar-konnectd {
    background: #101622;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #101622;
    padding: 0.5rem 0.5rem;
    z-index: 1000;
    min-height: 50px;
    position: fixed;
    width: calc(100% - 220px);
    display: flex;
}

.konnectd-main-bg-konnectd {
    background-color: #242a38;
    min-height: calc(100vh - 50px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.signup-bg-konnectd {
    position: fixed;
    left: 0;
    width: 100%;
    top: 8%;
    max-width: unset;
    z-index: 0;
    height: calc(100vh - 62px) !important;
}

.content-wrapper-konnectd {
    width: 100%;
    z-index: 1;
    height: auto;
}

.login-img-konnectd {
    width: 60%;
    position: absolute;
    background-image: url('../images/price-konnectd.png');
    background-size: contain;
    height: 100%;
    background-position: left 50%;
    background-repeat: no-repeat;
}

.signup-img-logo-konnectd {
    position: absolute;
    left: 5%;
    top: 29%;
}

.konnectd-content-bg-konnectd {
    width: 100%;
    background-color: #242a38;
    min-height: 490px;
    margin-top: 80px;
    /* box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1); */
    margin-bottom: 30px;
}

.konnectd-content-padding-konnectd {
    padding-left: 50px;
    padding-right: 50px;
}

.wizard-wrapper-konnectd {
    display: flex;
    justify-content: center;
    flex: 1;
    height: 130px;
    align-items: center;
}

.border-bottom-grey-konnectd {
    border-bottom: 1px solid #101622!important;
}

.stepwizard-konnectd {
    display: table;
    width: 80%;
    position: relative;
}

.stepwizard-row-konnectd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stepwizard-step-konnectd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.stepwizard-step-konnectd button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row-konnectd:before {
    top: 17px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 98%;
    height: 2px;
    background-color: #fff;
    border-radius: 0.50rem;
    border: 1px solid #e1e1e1;
    -moz-box-shadow: inset 0 0 10px #efe7e3;
    -webkit-box-shadow: inset 0 0 10px #efe7e3;
    box-shadow: inset 0 0 10px #efe7e3;
    z-index: 0;
    left: 0px;
}

.active-wizard-konnectd {
    background-color: #5a64db !important;
    border: 1px solid #5a64db !important;
    color: white !important;
    box-shadow: none !important;
}

.non-active-wizard-konnectd {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: inset 0 0 10px #e1e1e1;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
}

.stepwizard-step-konnectd a:hover {
    color: #000;
}

.wizard-text-konnectd {
    font-family: 'Futura PT';
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #5a64db;
    position: absolute;
    top: 30px;
}

.content-text-konnectd {
    font-size: 18px;
    color: #fff;
}

.konnectd-page-heading-konnectd {
    color: #5a64db;
    font-size: 30px;
}

.stikkum-label-konnectd {
    margin-bottom: 0.25rem;
    font-size: 14px;
    color: #fff;
}

.stikkum-form-control-konnectd {
    /* display: block; */
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0rem;
    line-height: 1.5;
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent!important;
    border-radius: 0rem;
    font-family: 'Futura PT';
    letter-spacing: 0.5px;
    font-size: 14px;
}

.custom-checkbox-konnectd {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    /* color: #fff; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox-konnectd input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.payment-promocode-bg-konnectd{
    border: 1px solid #5a64db;
    width: 100%;
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 0px;
}

.checkmark-konnectd {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #e4e4e4;
    border-radius: 3px;
}

.custom-checkbox-konnectd:hover input~.checkmark-konnectd {
    background-color: #ccc;
}

.custom-checkbox-konnectd input:checked~.checkmark-konnectd {
    background-color: #5a64db;
    border: 1px solid #5a64db;
}

.checkmark-konnectd:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-konnectd input:checked~.checkmark-konnectd:after {
    display: block;
}

.custom-checkbox-konnectd .checkmark-konnectd:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.place-holder-konnectd {
    color: #a8adb3!important;
}

.btn-orange-konnectd {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5a64db;
    color: #fff!important;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
}

.btn-orange-konnectd:hover {
    background-color: #562ee8;
}

.button-shadow-konnectd {
    box-shadow: 0px 3px 10px 0px #101622;
}

.btn-login-konnectd {
    width: 49%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5a64db;
    color: #fff;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.btn-login-konnectd:hover {
    color: #fff;
    background-color: #562ee8;
}

.btn-signup-konnectd {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #5a64db;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    border: none;
    cursor: pointer;
    border: solid 1px #5a64db;
    -webkit-appearance: none;
}

.btn-signup-konnectd:hover {
    color: #562ee8;
    background-color: #f5f9fb;
}
.forgot-text-konnectd:hover {
    color: #562ee8;
}
.footer-border-konnectd {
    background: #ffff;
    border-top: 1px solid #5a64db;
    position: relative;
    z-index: 1;
}
.plan-lo-konnectd {
    border-bottom: 1px solid #5a64db;
    background-color: #ffff;
}
.slider-konnectd{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: inset 0 0 5px #efe7e3;
    border: 1px solid #dadada;
}

.slider-konnectd:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color:#5a64db;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider-konnectd {
    background-color: #fff;
}
input:checked+.slider-konnectd:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider-konnectd.round {
    border-radius: 34px;
}

.slider-konnectd.round:before {
    border-radius: 50%;
}
.select-plan-btn-konnectd {
    width: 170px !important;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #5a64db;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #5a64db;
    -webkit-appearance: none;
}

.select-plan-btn-konnectd:hover{
    color: #013ba6;
    background-color: #d3dffb;
}
.select-plan-btn-konnectd.active {
    background-color: #5a64db;
    color: #fff !important;
}
.footer-hg-konnectd {
    min-height: 49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-padding-konnectd {
    padding: 8px 15px;
}

.sidenav-footer-text-konnectd {
    font-size: 12px;
    letter-spacing: 0px;
    color: #fff;
}

.payment-preview-bg-konnectd {
    background-color: transparent;
    border: 1px solid #5a64db;
    min-height: 150px;
    width: 100%;
    border-radius: 0.25rem 0.25rem 0 0;
}

.color-orange-light-konnectd {
    color: #16c3ac!important;
}

.font-24-konnectd {
    font-size: 24px!important;
}

.payment-dot-konnectd {
    font-size: 6px;
    margin-right: 7px;
    color: #16c3ac;
}

.payment-info-text-konnectd {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0.1rem;
}

.color-blue-konnectd {
    color: #5a64db!important;
}

.submit-loader-konnectd .btn-orange-konnectd {
    background-color: #5a64db !important;
    cursor: not-allowed !important;
}

.payment-dot-konnectd {
    font-size: 6px;
    margin-right: 7px;
    color: #5a64db;
}

.submit-loader-konnectd .loader {
    border: 2px solid #2c00cc;
    border-top: 2px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 1200ms linear infinite;
    margin-right: 10px;
}

.select-button-konnectd {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #e4e4e4!important;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    position: relative;
}

.select-button-konnectd:hover {
    background: transparent;
    color: #5a64db!important;
    border: 1px solid #5a64db!important;
}

.select-button-active-konnectd {
    background-color: transparent!important;
    color: #5a64db!important;
    border: 1px solid #5a64db!important;
}

.select-button-active-konnectd .select-checkmark-konnectd {
    display: flex;
}

.select-button-active-konnectd:hover {
    color: #5a64db!important;
}

.select-checkmark-konnectd {
    background-color: #5a64db;
    border: 1px solid #5a64db;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.select-checkmark-konnectd {
    display: none;
}

.custom-select-konnectd {
    background: #fff url('../images/dropdown-konnectd.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-size: auto 17%;
}

.custom-select-konnectd:focus {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    box-shadow: none!important;
}

.upload-area-konnectd {
    width: 100%;
    min-height: 100px;
    border: 1px dashed #5a64db;
    border-radius: 3px;
    margin-top: 20px;
    text-align: center;
    overflow: auto;
    padding: 20px;
}

.upload-area-konnectd:hover {
    cursor: pointer;
}

.completed-upload-card-konnectd {
    background-color: #f7fff7;
    border-left: 5px solid #5a64db;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    min-height: 50px;
}

.completed-cancel-bg-konnectd {
    border: 1px solid #ff0000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.checkmark-wrapper-konnectd {
    width: 30px;
    display: flex;
    justify-content: center;
}

.konnectd-copmplete-text-konnectd {
    color: #16c3ac;
    font-size: 32px;
    font-family: 'Futura PT';
    letter-spacing: 2px;
}

.width-250-konnectd {
    width: 250px;
}

.modal-shadow-konnectd {
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.3)
}

.modal-header-cust-konnectd {
    padding: 0.578em;
    color: #5a64db !important;
    background-color: #f5f7ff;
    border-bottom: 1px solid #5a64db;
    align-items: center;
    justify-content: space-between;
}

.modal-header-cust-konnectd h3 {
    margin-bottom: 0;
    color: #5a64db;
    font-size: 18px;
    font-family: 'Futura PT';
    letter-spacing: 2px;
}

.modal-header-heading-konnectd {
    font-family: 'Futura PT';
    color: #5a64db;
    font-size: 18px;
}
.modal-header-cust-konnectd .close {
    color: #5a64db !important;
  }

.cancel-button-konnectd {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #a8adb3!important;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    position: relative;
    -webkit-appearance: none;
}

.cancel-button-konnectd:hover {
    background: #f6f6f6;
    color: #373e48!important;
    cursor: pointer;
}

.logo-width-konnectd {
    width: 114px;
}

.Apply-btn-konnectd {
    width: 115px;
    height: 30px;
}

.linkdin-icon-konnectd {
    width: 30px;
    height: 30px;
    background-image: url('../images/linkedin-konnectd.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin: 0 auto;
}

.twitter-icon-konnectd {
    width: 30px;
    height: 30px;
    background-image: url('../images/twitter-konnectd.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin: 0 auto;
}

.facebook-icon-konnectd {
    width: 30px;
    height: 30px;
    background-image: url('../images/facebook-konnectd.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin: 0 auto;
}

.uploadfile-icon-konnectd {
    width: 90px;
    height: 90px;
    background-image: url('../images/upload_icon-konnectd.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin: 0 auto;
}

.forgot-text-konnectd:hover {
    color: #5a64db;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .konnectd-page-heading-konnectd {
        font-size: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .content-text-konnectd {
        font-size: 16px;
    }
    .konnectd-page-heading-konnectd {
        font-size: 16px;
    }
    .stikkum-form-control-konnectd {
        font-size: 14px;
    }
    .custom-checkbox {
        font-size: 14px;
    }
    .payment-info-text-konnectd {
        font-size: 12px;
    }
    .konnectd-copmplete-text-konnectd {
        font-size: 20px;
    }
    .select-button-konnectd {
        width: 100%;
    }
    .Apply-btn-konnectd {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .konnectd-content-padding-konnectd {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .active-wizard-konnectd {
        background-color: #5a64db!important;
        border: 1px solid #5a64db!important;
        color: white !important;
        box-shadow: none !important;
    }
    .active-wizard-konnectd .wizard-text-konnectd {
        display: block;
        position: absolute !important;
        left: 5px;
        top: 40px;
    }
    .wizard-text-konnectd {
        font-size: 14px;
        display: none;
    }
    .stepwizard-konnectd {
        width: 100%;
    }
    .stepwizard-row-konnectd:before {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1400px) {
    .signup-img-logo-konnectd {
        display: none;
    }
}