﻿body, html {
    height: 100%;
}

.navForHide {
    display: none;
}

.iframe {
    overflow: hidden;
}

.mainContent {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(0deg, #595759, #595759), #8A8D93;
}


    /* Hide scrollbar for Chrome, Safari and Opera */
    .mainContent::-webkit-scrollbar {
        display: none;
        visibility: hidden;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.mainContent {
    -ms-overflow-style: none; /* IE and Edge */
}

.nav-bar {
    position: relative;
    width: 100%;
    height: 80px;
    left: -4px;
    top: 0px;
    background: #212121;
    text-align: center;
    vertical-align: middle;
}


.form {
    position: relative;
    height: calc(100% - 154px);
}

.nextBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 11px;
    position: relative;
    max-width: 80px;
    border: 0px;
    height: 38px;
    top: 15px;
    background: #29AD8E;
    box-shadow: 0px 4px 8px -4px rgba(58, 53, 65, 0.42);
    border-radius: 5px;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    white-space: nowrap;
}

.backBtn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: relative;
    width: 80px;
    height: 38px;
    top: 23px;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    background-color: #212121;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
    box-sizing: content-box !important;
    border: 0;
    margin-left: 60px;
}

    .backBtn::before {
        position: absolute;
        content: '';
        top: -10px;
        left: 0;
        width: 100%;
        background-color: white;
        height: 10px;
    }

    .backBtn:focus {
        outline: none;
        box-shadow: none;
    }

.nextBtn:focus {
    outline: none;
    box-shadow: none;
}

.connectorContainer {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: -6px;
    margin-left: 14px;
    cursor: pointer;
    width: 42px;
    height: 16px;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    box-sizing: content-box !important;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 13px;
    white-space: nowrap;
}

    /* Hide the browser's default checkbox */
    .connectorContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 17px;
    width: 17px;
    border-radius: 15px;
    border-color: #29AD8E;
    border: 3px solid #29AD8E;
    opacity: 0.12;
}

.connectorContainer.active-connector .checkmark {
    border: 3px solid #29AD8E;
    opacity: 1;
}

.connectorContainer:hover input ~ .checkmark {
    background-color: #ccc;
}


.connectorContainer input:checked ~ .checkmark {
    background-color: #29AD8E;
    opacity: 1;
}

.connectorContainer input:checked ~ .checkmark {
    border-color: #29AD8E;
    opacity: 1;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.connectorContainer input:checked ~ .checkmark:after {
    display: block;
}


.connectorContainer .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.col-md-auto {
    top: 16px;
}

.col {
    margin-left: -25px;
}

.connector {
    border-top: 3px solid #F5F5F5;
}


.backBtn i {
    display: none;
}

.tox-tinymce {
    height: 220px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/*************************Changes by Kuldeep ********************************/
.nameBar.row {
    width: 1224px;
    margin: 0 auto;
}

.downloadBtn, .emailBtn {
    display: none;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
}

.btn-click a:first-child {
    margin-right: 35px;
}

.btn-click a label {
    cursor: pointer;
}

.customerName {
    color: var(--light-text-primary, #3A3541);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.formName {
    color: var(--light-text-primary, #3A3541);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.autoSaveMessage {
    color: var(--light-text-primary, #3A3541);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    width: 108px;
    margin-right: -13px;
}

.connector {
    min-width: 260px;
}

/*@media (min-width: 320px) and (max-width: 980px) {
    .nameBar.row {
        width: 93%;
    }
}

@media (min-width: 981px) and (max-width: 1140px) {
    .nameBar.row {
        width: 93%;
    }

    .connector {
        min-width: 160px;
    }
}

@media (min-width: 640px) and (max-width: 980px) {
    .connector {
        min-width: 40px;
    }
}*/
