.first-time-img-setup-wrap * {
    box-sizing: border-box;
}
.first-time-img-setup-wrap {
    margin-top: 45px;
}
.first-time-img-setup-wrap .authentication-title {
	color: #0095d9;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	text-align: center;
}
.first-time-img-setup-wrap .text-md {
	color: #333333;
	font-size: 14px;
}
.first-time-img-setup-wrap .fw-semibold {
	font-weight: 600;
}
.first-time-img-setup-wrap .login-img-steps-wrap {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 27px;
    width: 48%;
}
.first-time-img-setup-wrap .steps-title {
    font-size: 12px;
    margin-top: 9px;
}
.first-time-img-setup-wrap .step-block.active .steps-title, .first-time-img-setup-wrap .step-block.filled .steps-title {
    color: #0095d9;
}
.first-time-img-setup-wrap .steps-number, .first-time-img-setup-wrap .steps-title {
    color: #CDCDCD;
}
.first-time-img-setup-wrap .step-block {
    width: 33.3333%;
    position: relative;
    text-align: center;
}
.first-time-img-setup-wrap .step-block:nth-child(1):after {
    left: auto;
    right: 0;
}
.first-time-img-setup-wrap .step-block:nth-child(2):after {
    width: 100%;
}
.first-time-img-setup-wrap .step-block.active.filled:nth-child(1) + .step-block:after {
	background-color: #0095d9;
    width: 50%;
}
.first-time-img-setup-wrap  .step-block.active.filled:nth-child(1) + .second-step-block.step-block::before {
	left: auto !important;
    right: 0;
}
.first-time-img-setup-wrap .step-block::after, .first-time-img-setup-wrap .step-block.active.filled:nth-child(1) + .step-block::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #CDCDCD;
    z-index: 1;
}
.first-time-img-setup-wrap .step-block.filled::after {
	background-color: #0095d9;
}
.first-time-img-setup-wrap .step-block.active .steps-number {
    border: 2px solid #0095d9;
    background-color: #ffffff;
    color: #0095d9;
}
.first-time-img-setup-wrap .login-img-steps-wrap .steps-number {
    font-size: 16px;
    border: 2px solid #CDCDCD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}
.first-time-img-setup-wrap .login-img-steps-wrap .steps-number .sn-tick-block {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}
.first-time-img-setup-wrap .login-img-steps-wrap .sn-tick-block::before {
    content: "";
    background-color: transparent;
    position: absolute;
    top: 5px;
    left: 12px;
    width: 6px;
    height: 14px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.first-time-img-setup-wrap .step-block.filled .sn-block {
	 display: none;
}
.first-time-img-setup-wrap .step-block.filled .sn-tick-block {
    display: block;
}
.first-time-img-setup-wrap .step-block.active.filled .steps-number {
	background-color: #0095d9;
}
.first-time-img-setup-wrap .sn-tick-block {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}
.first-time-img-setup-wrap .read-more {
    border-bottom: 1px solid #0095d9;
}
.first-time-img-setup-wrap .authentication-title-description {
	color: #666;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.authentication-title-img {
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
	font-weight: bold;
    margin-bottom: 5px;
}
.first-time-img-setup-wrap .gray-text {
	color: #666666;
	margin: 0px;
	font-size: 12px;
}
.first-time-img-setup-wrap .tab {
    overflow: hidden;
    display: flex;
    width: 100% !important;
    border-bottom: 1px solid #CDCDCD;
    position: relative;
    margin-top: 30px;
}
.first-time-img-setup-wrap .tablinks.active {
    color: #00b1f2;
    border-bottom: 2px solid #00b1f2 !important;
}
.first-time-img-setup-wrap .tablinks {
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent !important;
    outline: 0 !important;
    border: 0 !important;
    padding: 12px 25px;
    height: auto;
    position: relative;
    box-sizing: border-box;
    flex-grow: 1;
    text-align: center;
    width: auto !important;
}
.auth-img-tabbutton {
	background: #0095d9;
    color: #fff;
}
.auth-img-tabbutton {
    display: block;
    font-weight: 700;
    padding: 15px 10px;
    font-size: 14px;
    color: #868686;
    background: #fff;
    flex-grow: 1;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-bottom: 2px solid #0095d9;
    width: 33.33%;
    cursor: pointer;
    text-shadow: none;
    -webkit-text-stroke: unset;
    text-rendering: unset!important;
    -webkit-font-smoothing: unset!important;
}
.first-time-img-setup-wrap .tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    padding: 0 !important;
    padding-top: 40px !important;
}
.tab-with-scroll {
    position: relative;
}
.first-time-img-setup-wrap .tab-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 342px;
    position: relative;
}
.first-time-img-setup-wrap .tab-item > div {
    width: 19%;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}
.radio-img {
    padding-bottom: 10px;
}
.radio-img > input {
    display: none;
}
.radio-img > .image {
    cursor: pointer;
    margin: 0;
    background-color: transparent;
}
.radio-img > .image img {
    width: 100%;
    height: 139px;
    object-fit: cover;
    padding: 8px;
}
.first-time-img-setup-wrap .tab-item span {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #8A8A96;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-time-img-setup-wrap .tab-item .radio-img > input:checked + .image + span::after {
    content: '';
    background-color: #00b1f2;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
.first-time-img-setup-wrap .tab-item .radio-img > input:checked + .image + span + .radio-bg {
    background-color: #D5E5FF;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border: 1px solid #C8D6E9;
}
.first-time-img-setup-wrap .tab::-webkit-scrollbar {
    display: none;
}
.first-time-img-setup-wrap .radio-img, .first-time-img-setup-wrap .image {
    width: 100%;
    display: inline-block;
    background-position: center center;
}
.first-time-img-setup-wrap .tab-with-scroll::after {
    content: '';
    width: 1px;
    height: 86%;
    top: 43px;
    right: 3.5px;
    background-color: #CDCDCD;
    position: absolute;
    z-index: -1;
}
.first-time-img-setup-wrap .tab-item::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}
.first-time-img-setup-wrap .tab-item::-webkit-scrollbar-thumb {
    background: #00b1f2;
    border-radius: 10px;
    margin-left: -10px;
}
.first-time-img-setup-wrap .tab-item::-webkit-scrollbar-track {
    background: transparent;
}
.first-time-img-setup-wrap .first-setup-btn-block-m-40 {
	margin-top: 40px;
	text-align: center;
}
.first-time-img-setup-wrap .first-setup-btn-block-m-40 .blue-btn {
    margin-right: 20px !important;
}
.first-time-img-setup-wrap .first-setup-btn-block-m-40 .blue-btn {
    min-width: auto;
    padding: 11px 37px;
    margin: 0;
    background-color: #0095d9;
    border-radius: 30px;
    cursor: pointer;
}
.first-time-img-setup-wrap .first-setup-btn-block-m-40 .fsb-input-ht {
	height: 43px;
	line-height: 1.5;
}
.first-time-img-setup-wrap .first-setup-btn-block-m-40 .gray-btn {
    background-color: #ddd!important;
    color: #666!important;
}
.first-time-img-setup-wrap .first-setup-btn-block-m-40 .blue-btn.transparent {
    background-color: transparent;
    color: #0095d9;
    border: 1px solid #0095d9;
    border-radius: 30px;
    cursor: pointer;
}
/*  ======= second-time-img section CSS start here=========== */
.first-time-img-setup-wrap .text-and-img-select-wrap {
    width: 61%;
    margin: 0 auto;
}
.first-time-img-setup-wrap .text-and-img-select-wrap-auth-mt {
	margin-top: 20px;
	justify-content: center;
}
.first-time-img-setup-wrap .text-and-img-select-wrap-auth-mt .text-slect-wrap {
    width: 47%;
    margin-right: 15px;
}
.fsb-mb-50 {
	margin-bottom: 50px !important;
}
.fsb-mb-5 {
	margin-bottom: 5px !important;
}
.fsb-mt-20 {
	margin-top: 20px !important;
}
.fsb-me-15 {
	margin-right: 15px !important;
}
.fsb-authentication-test-tl {
	font-size: 14px;
	color: #666666;
	font-weight: 600;
}
.text-select-input-wrap {
	border: 1px solid #CDCDCD;
    border-radius: 2px;
    padding: 5px 15px;
    height: calc(100% - 26px);
    flex-wrap: wrap;
}
.fsb-max-length-text{
	align-self: end;
	margin-bottom: 7px;
}
.text-and-img-select-wrap-auth-mt .text-slect-wrap input {
    width: 100% !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #333333;
}
.fsb-mw {
    min-width: 232px !important;
}
/*  ======= second-time-img section CSS end here=========== */
/*  ======= third-time-img section CSS start here=========== */
.first-time-img-setup-wrap .fsb-memorize-text {
	color: #0095d9;
	margin: 0px;
	font-size: 13px;
} 
.fsb-mb-15 {
	margin-bottom: 15px !important;
}
.fsb-mt-10 {
	margin-top: 10px !important;
}
.confirm-authentioncation-wrap > .text-center {
    width: 28%;
    margin: 0 auto;
    -moz-box-shadow: 0px 1px 10px #D5D5EACE;
    -webkit-box-shadow: 0px 1px 10px #D5D5EACE;
    box-shadow: 0px 1px 10px #D5D5EACE;
    border: 1px solid #C8D6E9;
    border-radius: 2px;
    padding: 20px 0 25px 0;
}
.fsb-third-title-text {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}
.fsb-third-img-sbutext {
	font-weight: 700;
}
/*  ======= third-time-img section CSS end here=========== */ 

/* =====start here Authentication Image & Text Set! ============== */
.fsb-authentication-wrap {
    height: calc(100vh - 263px);
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 0px;
    padding-top: 50px;
}
.fsb-authentication-wrap .fsb-auth-title-lg {
    font-size: 34px;
    color: #333333;
    font-weight: 700;
}
.fsb-mt-40 {
	margin-top: 40px !important;
}
.fsb-authentication-wrap .fsb-authentication-sub-title {
	font-size: 16px;
    line-height: 1.8;
    color: #333333;
    font-weight: normal;
    margin: 0px;
}
.aw-error-wrap .authentication-sub-title {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
    font-weight: normal;
    margin: 0px;
}
.fsb-mb-0 {
	margin-bottom: 0 !important;
}
.aw-error-wrap .fsb-red-text {
	font-weight: normal;
	color: #f74747;
	font-size: 12px;l
}
/* =====end here Authentication Image & Text Set! ============== */
 
@media (min-width: 767px){
	.authentication-title-description #AuthImageHeaderReadMoreText {
     display: none;
    }
}
@media (max-width: 768px) {
  .first-time-img-setup-wrap .desktop-only {
     display: none;
    }
  .first-time-img-setup-wrap br {
    display: none;
   }
  .first-time-img-setup-wrap .login-img-steps-wrap {
     width: 100%;
     margin-bottom: 15px;
     display: flex !important;
   }
   .first-time-img-setup-wrap .tablinks {
    margin-right: 26px;
   }
   .first-time-img-setup-wrap .tabcontent {
    padding-top: 15px !important;
   }
   .first-time-img-setup-wrap .tab-item {
    max-height: 384px;
    justify-content: center;
   }
   .first-time-img-setup-wrap .tab-item > div {
    width: 50%;
    margin-right: 0;
   }
   .radio-img > .image img {
    height: 118px;
   }
   .first-time-img-setup-wrap .tab {
    margin-top: 15px;
   }
   .first-time-img-setup-wrap .first-setup-btn-block-m-40 a {
    margin-bottom: 15px !important;
    width: 100%!important;
   }
   body.login-page-container .login-footer {
    margin-top: 0 !important;
   }
   .main-img-setup-wrap .mob-form-margin-0{
      margin: 0px;
   }
   .more-text {
    display: none;
   }
   /*====== textarea second stem css start here====== */
   .first-time-img-setup-wrap .text-and-img-select-wrap {
     width: 100%;
     flex-wrap: wrap;
     justify-content: start !important;
   }
   .first-time-img-setup-wrap .text-and-img-select-wrap-auth-mt .text-slect-wrap {
    width: 100%;
    margin-bottom: 20px;
   }
   .confirm-authentioncation-wrap > .text-center {
    padding: 40px 0 40px 0;
   }
   .confirm-authentioncation-wrap > .text-center {
    width: 100%;
   }
   .confirm-authentioncation-wrap img {
    height: 158px;
   }
   .first-time-img-setup-wrap .first-setup-btn-block-m-40 {
     margin-bottom: 0px !important;
   }
   .first-time-img-setup-wrap .desktop-only.fsb-memorize-text {
     display: block !important;
    }
   .first-time-img-setup-wrap .first-setup-btn-block-m-40 .fsb-input-ht {
     width: 100% !important;
     margin-bottom: 15px;
     font-weight: 600;
   }
   .fsb-authentication-wrap .fsb-auth-title-lg {
     font-size: 26px !important;
   }
   .fsb-authentication-wrap .fsb-authentication-sub-title {
     font-size: 14px !important;
   }
  .aw-error-wrap .authentication-sub-title {
    font-size: 16px;
  }
  .text-select-input-wrap br {
    display: block !important;
  }
}
@media (max-width: 991px) {
	.first-time-img-setup-wrap .tab {
    overflow: visible;
    overflow-y: hidden;
    overflow-x: auto;
  }
}

