﻿.inner-page-cont {
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1560px;
    margin: 0 auto;
}

.left-nav {
    border-right: 1px solid var(--LightGrey);
    border-right-color: #F8F8F8;
    display: inline-block;
    vertical-align: top;
    float: left;
    position: fixed;
   
    height: 100%;
    overflow-y: auto;
    width: 300px;
    background: var(--LightGrey);
    background: #F8F8F8;
    padding: 35px 10px 0 10px;
    z-index: 0;
}

.outer-container.inner-container1 {
    display: inline-block;
    width: 100%;
    max-width: 1540px;
    position: relative;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.middle-content {
    /* padding-bottom: 30px; */
    padding-top: 150px;
    position: relative;
    display: block;
    margin: 0 auto;
    min-height: 100vh;
    margin-left: 345px;
    margin-right: 10px;
    color: var(--DarkBlack);
    color: #282C2F;
}

/* Workflow Design */
.viewFlow{
    background-color: #FFFFFF;
    box-shadow: 7px 3px 15px -7px #cccccc9e;
    border-radius: 3px;
    color: #555555;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #80808017;
    margin-bottom: 8px;
    cursor: pointer;
}

.workFlow{
    background: linear-gradient(90deg, rgba(251,254,254,1) 0%, rgba(242,251,251,1) 100%);
    /* height: calc(100vh - 130px); */
    border-radius: 40px;
    height: 73vh;
    z-index: 0;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}



.workFlow::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

/* .workFlow::after {
    content: '';
    width: 100%;
    background-image: url(../Images/getstarted/dotted.png);
    position: absolute;
    top: 48px;
    left: 67px;
    height: 1095px;
    background-repeat: repeat-y;
} */
.flowContent{
    width: 680px;
    margin: auto;
}

.startFlow{
    margin: auto;
    display: block;
    z-index: 999;
    position: relative;
    margin-top: 100px;
    width: fit-content;
}

.initialOptions{
    width: 680px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    z-index: 1;
    position: relative;
}

.jiraOption{
    filter: grayscale(1) brightness(2);
}
.jiraOption:hover{
    filter: none;
    transition: 1s;
    cursor: pointer;
}
 .salesOption{
    filter: grayscale(1) brightness(1.1);
}
.salesOption:hover{
    filter: none;
    transition: 1s;
    cursor: pointer;
}

#flowSelected, #flowSales{
    display: none;
}
.switchToggle {
    margin-top: 97px;
    position: fixed;
    cursor: pointer;
}

#switchFlow, #switchJira{
    display: none;
    
}
#switchFlow, #switchJira{
float: inline-start;
 width: 1123px;
 justify-content: end;
 z-index: 1;}

 .jiraPlugin{
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     width: 529px;
     margin: auto;
     z-index: 1;
     position: relative;
    
 }

 .stepInstall{
     width: 344px;
     margin: auto;
     z-index: 1;
     position: relative;
     display: flex;
     justify-content: center;
 }


 .adminSetting {
     width: 381px;
     margin: auto;
     z-index: 1;
     position: relative;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     height: 493px;
    
 }
 .adminSetting::after{
     content: '';
     background-image: url(../Images/getstarted/adminground.png);
     width: 360px;
     height: 438px;
     display: inline-block;
     background-repeat: no-repeat;
     margin: auto;
     background-position: top center;
     position: absolute;
     top: 0;
     left: 0;
     /* right: 0; */
 }

 .adminSetting a{
     z-index: 1;
     position: relative;
 }

 .setupUser{
     width: 421px;
     margin: auto;
     z-index: 1;
     position: relative;
 }

 .flowLine{
     position: absolute;
     left: -22px;
     z-index: 1;
     bottom: -3px;
 }
 .salesJira {
     width: 279px;
     margin: auto;
     z-index: 1;
     position: relative;
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .setupOptions {
     width: 466px;
     height: 133px;
     margin: auto;
     z-index: 1;
     position: relative;
     display: flex;
     justify-content: flex-start;
     align-items: center;
 }
 a.serverSelect {
     margin-top: 29px;
 }

 /* .setupOptions::after{
     content: '';
     background-image: url(../Images/getstarted/setupchoice.png);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     z-index: -1;
 }
  */

 .fade {
     transition: opacity 0.7s ease-in;
   }
   
   .fadeOut {
     opacity: 0.2;

 }
   .fadeIn {
     opacity: 1;
 
 }



 /* Instrusction steps */

 .instructionStep{
     position: relative;
     width: 200px;
     opacity: 1;
 }
 .instructionStep p{
     position: absolute;
     font-size: 13px;
     font-family: cursive;
     font-weight: 700;
     color: lightseagreen;
     top: 12px;
     left: 17px;
     width: 100%;
 }
 .instructionStep svg{
     fill: none;
     stroke: #1f1f1f;
     stroke-width: 1;
     stroke-miterlimit: 10;
     stroke-dasharray: 338;
     stroke-dashoffset: 338;
     stroke-linecap: round;
     position: absolute;
     top: 30px;
     left: 100px;
     width: 200px;
 opacity: 0;
     transform: translate(-50%, -50%);
     transition: stroke-dashoffset 0s 0.5s, opacity 0.2s;
     z-index: -1;
 }

 .instructionStep:hover svg {
     stroke-dashoffset: 0;
     opacity: 1;
     transition: opacity 0s, stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
   }

   .preRequist {
     width: fit-content;
     margin: auto;
     z-index: 1;
     position: relative;
 }

 .serverInstall {
     width: fit-content;
     margin: auto;
 }

 .serverAdmin {
     width: 317px;
     height: 717px;
     margin: auto;
     z-index: 1;
     position: relative;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
     padding-top: 100px;
 }
 .serverAdmin::after{
     content:'';
     background-image: url(../Images/getstarted/adminset.png);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 757px;
     z-index: -1;
     background-repeat: no-repeat;
 }

 .authContent{
     display: flex;
 }

 .endSales {
     width: fit-content;
     margin: auto;
 }

 .endsaleComponent {
     position: relative;
     margin: auto;
     width: 317px;
     height: 369px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     padding-top: 62px;
 }

 .endsaleComponent::after{
     content: '';
     background-image: url(../Images/getstarted/endsalescomponent.png);
     position: absolute;
     background-repeat: no-repeat;
     width: 100%;
     top: 0;
     left: 0;
     height: 391px;
     z-index: -1;
 }

 .salesPermission {
     width: fit-content;
     margin: auto;
 }

 .salesCustom{
     position: relative;
     margin: auto;
     width: 317px;
     height: 348px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     padding-top: 100px;
     margin-bottom: 20px;
 }
 .salesCustom::after {
     content: '';
     background-image: url(../Images/getstarted/endsalescomponent.png);
     position: absolute;
     background-repeat: no-repeat;
     width: 100%;
     top: 0;
     left: 0;
     height: 391px;
     z-index: -1;
 }
	
#content-section .get-started img {
    border: 0px;
    width: auto;
}
/* Design issue fixed */
.btn-sr-view {
    text-decoration: none;
    float: right;
    font-size: 16px;
    background: linear-gradient(to right, #340d61 60%, #a92d5d);
    color: #fff !important;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 2px;
    margin-top: 23px;
}
.workFlow {
    border: 1px solid #f2f2f2;
    margin-top: 10px;
}
.main-dics {
    position: relative;
    z-index: 0;
}
.main-dics .switchToggle.right-fixd  {
    display: inline-block;
    position: absolute;
    width: auto;
    top: 30px;
    margin: 0;
    right: 30px;
    overflow: visible;
}
.endsaleComponent.padding-cs {
    padding-top: 80px;
}
.endsaleComponent a {
    flex: 1;
}
.main-dics {
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 0px;
    position: relative;
    z-index: 0;
	background: linear-gradient(90deg, rgba(251,254,254,1) 0%, rgba(242,251,251,1) 100%);
	margin-top:0px;
}
.main-dics::after {
    content: '';
    width: 100%;
    background-image: url(../Images/getstarted/dotted.png);
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 0;
    height: 100%; 
    background-size: cover;
    z-index: -1;
}
.main-dics .workFlow {
    background: transparent;
	margin-top:0px;
}


