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

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

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

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

.navbar-radcrm {
    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;
}

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

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

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

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

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

.radcrm-content-bg-radcrm {
    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;
}

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

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

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

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

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

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

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

.stepwizard-row-radcrm: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-radcrm {
    background-color: #79d7ea !important;
    border: 1px solid #79d7ea !important;
    color: white !important;
    box-shadow: none !important;
}

.non-active-wizard-radcrm {
    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-radcrm a:hover {
    color: #000;
}

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

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

.radcrm-page-heading-radcrm {
    color: #79d7ea;
    font-size: 30px;
}

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

.stikkum-form-control-radcrm {
    /* 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-radcrm {
    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-radcrm input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.payment-promocode-bg-radcrm{
    border: 1px solid #79d7ea;
    width: 100%;
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 0px;
}

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

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

.custom-checkbox-radcrm input:checked~.checkmark-radcrm {
    background-color: #79d7ea;
    border: 1px solid #79d7ea;
}

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

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

.custom-checkbox-radcrm .checkmark-radcrm: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-radcrm {
    color: #a8adb3!important;
}

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

.btn-orange-radcrm:hover {
    background-color: #2cadff;
}

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

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

.btn-login-radcrm:hover {
    color: #fff;
    background-color: #2cadff;
}

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

.btn-signup-radcrm:hover {
    color: #2cadff;
    background-color: #f5f9fb;
}

.footer-border-radcrm {
    background: #ffff;
    border-top: 1px solid #79d7ea;
    position: relative;
    z-index: 1;
}
.plan-lo-radcrm {
    border-bottom: 1px solid #79d7ea;
    background-color: #ffff;
}
.slider-radcrm{
    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-radcrm:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color:#79d7ea;
    -webkit-transition: .4s;
    transition: .4s;
}

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

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

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

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

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

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

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

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

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

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

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

.color-blue-radcrm {
    color: #79d7ea!important;
}

.submit-loader-radcrm .btn-orange-radcrm {
    background-color: #79d7ea !important;
    cursor: not-allowed !important;
}

.payment-dot-radcrm {
    font-size: 6px;
    margin-right: 7px;
    color: #79d7ea;
}

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

.select-button-radcrm {
    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-radcrm:hover {
    background: transparent;
    color: #79d7ea!important;
    border: 1px solid #79d7ea!important;
}

.select-button-active-radcrm {
    background-color: transparent!important;
    color: #79d7ea!important;
    border: 1px solid #79d7ea!important;
}

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

.select-button-active-radcrm:hover {
    color: #79d7ea!important;
}

.select-checkmark-radcrm {
    background-color: #79d7ea;
    border: 1px solid #79d7ea;
    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-radcrm {
    display: none;
}

.custom-select-radcrm {
    background: #fff url('../images/dropdown-radcrm.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-radcrm: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-radcrm {
    width: 100%;
    min-height: 100px;
    border: 1px dashed #79d7ea;
    border-radius: 3px;
    margin-top: 20px;
    text-align: center;
    overflow: auto;
    padding: 20px;
}

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

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

.completed-cancel-bg-radcrm {
    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-radcrm {
    width: 30px;
    display: flex;
    justify-content: center;
}

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

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

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

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

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

.modal-header-heading-radcrm {
    font-family: 'Futura PT';
    color: #79d7ea;
    font-size: 18px;
}

.cancel-button-radcrm {
    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-radcrm:hover {
    background: #f6f6f6;
    color: #373e48!important;
    cursor: pointer;
}

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

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

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

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

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

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

.forgot-text-radcrm:hover {
    color: #79d7ea;
}

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

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

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

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

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