div#sumit_invite_error {
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-bottom: 22px;
}
#dropdownContainer input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    font-size: 13px;
    width: 100%;
}
/* #submit-csv-btn
{
    margin-top: -24px !important;
} */

.groupname{
    display: flex;
    grid-gap: 8px;
    width: 100%;
    font-weight: bold;
    justify-content: space-around;
    margin-top: 18px;
}
.groupname div {
    width: 50% !important;
}
.subInvtBtn div{
    color: #fff;
    border-color: #44c5e1 !important;
    background-color: #44c5e1 !important;
    border: none;
    padding: calc(0.825rem + 1px) calc(1.75rem + 1px);
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
}
.dropdown.bootstrap-select.show-tick.myDropdown {
    padding: 2px 2px 8px;
    /* border-bottom: 1px solid #edc6c6; */
}
div#addDropdownButton {
    float: right;
    padding: 10px 12px;
    background-color: #44c5e1;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
}
table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #f2f2f2;
}
tr:nth-child(even) {
    background-color: #f9f9f9;
}
tr:hover {
    background-color: #ddd;
}
.highlighted {
    background-color: red !important;
}

.formHdr {
    background: #ffffff;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    justify-content: space-between;
}
.formHdrLeft img {
    height: 44px;
    cursor: pointer;
}
.customStepper .stepper-nav {
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-wrap: nowrap;
}
.customStepper .stepper-wrapper {
    display: block !important;
    text-align: center;
}
.customStepper .stepper-icon {
    align-self: center !important;
    display: inline-flex !important;
    margin-right: 0px !important;
    border-radius: 32px !important;
}
.customStepper .stepper-line {
    rotate: 90deg;
}
.customStepperUpr {
    margin-top: 35px;
}
.customStepper h3.stepper-title {
    font-size: 12px !important;
    text-transform: capitalize;
    margin-top: 8px;
}
.customStepper {
    width: 100%;
    margin-bottom: 10px;
}
.customStepper span.stepper-number {
    font-size: 13px !important;
}
.signUpForm .form-control, 
.signUpForm .form-select {
   border: 1px solid #b5b5c3;
   padding: 7px 10px !important;
}
.customStepper .stepper-item {
    width: 116px;
    position: relative;
    margin-bottom: 10px !important;
}
.customStepper .stepper-item:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 20px;
    height: 3px;
    border-top: 2px dotted #22c8c7;
    width: 48px;
}
.customStepper .stepper-item:last-child:after{
    content: initial;
}
.mobInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobInfo i.fas {
    margin-right: 2px;
}
.customStepper .card-body {
   padding-bottom: 0px;
}
.usrNameIcon {
  position: relative;
}
.usrNameIcon span.svg-icon {
  position: absolute;
  left: 5px;
  top: 5px;
}
.usrNameIcon input[type="text"], 
.usrNameIcon input[type="password"] {
   padding-left: 40px !important;
}
.usrNameIcon path {
    color: #44c5e1 !important;
    fill: #44c5e1 !important;
}
.signupLogin button {
    color: #fff;
    border-color: #04c8c8;
    background-color: #04c8c8;
    border: none;
    padding: 10px 18px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
}
.signupLogin button:hover {
    border-color: #00afaf;
    background-color: #00afaf;
}
.signupForgot button {
    color: #44c5e1;
    background-color: transparent;
    border: none;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
}
.signSocialUpr {
    text-align: center;
    margin-top: 12px;
}
.signSocialInr {
    margin: 0 auto;
    margin-bottom: 8px;
}
.signGogl button, .signMicro button {
    color: #fff;
    border-color: #4688f1;
    background-color: #4688f1;
    border: none;
    padding: 8px 12px;
    padding-left: 27px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    position: relative;
    border-radius: 6px;
}
.signGogl button:hover {
    background-color: #3e75ce;
}
.signMicro button{
    border-color: #2f2f2f !important;
    background-color: #2f2f2f !important;
}
.signMicro button:hover {
    background-color: #000000 !important;
}
.signGogl img, .signMicro img {
    width: 33px;
    padding: 2px;
    margin-right: 5px;
    background-color: #ffffff;
    position: absolute;
    left: 1.5px;
    top: 1.5px;
    margin-top: 0.5px;
    border-radius: 4px;
}
.signupMid{
    margin: 0 auto;
    text-align: center;
    display: none;
}
.subInvt {
    margin: 0 auto;
    text-align: center;
}
.subInvtBtn button {
    color: #fff;
    border-color: #44c5e1 !important;
    background-color: #44c5e1 !important;
    border: none;
    padding: 8px 12px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
}
/* .subInvtBtn {
    margin-top: 39px;
    position: absolute;
} */
.subInvtBtn {
    margin-top: 45px;
} 
.smplCsv p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 13px;
}
.multipleFile p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 13px;
    font-style: italic;
}
.smplCsv p a {
    color: #44c5e1 !important;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline !important;
}
.uploadCustom {
    margin-bottom: 15px;
}
form.cstmStagForm .text-muted {
    color: #727483 !important;
}
form.cstmStagForm .text-muted b {
    color: #444444 !important;
}
.signUpFields {
   margin: 0 auto;
}	
.stepper.stepper-pills.first .steperBtnsGrp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.textAlignCenter {
   text-align: center;
}
.clickHere{
   color: #44c5e1 !important;
   font-weight: 600;
   cursor: pointer;
   text-decoration: underline !important;
}
.needsclick{
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    flex-wrap: wrap;
}
.roleTable .btn.btn-sm.btn-icon.btn-active-color-primary {
    position: absolute;
    right: 0px;
}
.roleTableBody td img {
    height: 22px;
}
.roleTable th, .roleTable td {
    text-align: center;
}
.roleTable th {
    color: #565656 !important;
    font-size: 12px;
}
.dataLftTd{
    color: #04a1a1;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}
.roleTableClose {
    z-index: 999999;
}
.roleTable .table.table-row-dashed tr {
    border-bottom-color: #5ccccc !important;
}
.roleTable div.modal-body {
    padding-bottom: 3px !important;
}
.strtUsingObser{
    display: none;
}
.stepper.stepper-pills.last .strtUsingObser{
    display: block !important;
}
.stepper.stepper-pills.first .stepOneSignUp {
    color: #fff;
    border-color: #44c5e1;
    background-color: #44c5e1;
    border: none;
    padding: 8px 12px !important;
    font-size: 14px;
    font-weight: 500;
    width: 225px;
    position: relative;
    border-radius: 6px;
}
.stepOneSignUp, .steperBtnsGrp button {
    background: #44c5e1 !important;
    color: #fff !important;
}
button.stepOneSignUpBk {
   color: #fff !important;
   border-color: #44c5e1 !important;
   background-color: #44c5e1 !important;
}
.ursRoleTh th:first-child {
    width: 230px;
}
.ursRoleTh th {
    width: 120px;
}
.stepper.stepper-pills.first {
   position: relative;
}
.stepper.stepper-pills.first .signSocialUpr {
   margin-top: 68px;
   padding-bottom: 40px;
}
.stepper.stepper-pills.first .steperBtnsGrp {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 172px;
    max-width: 225px;
    margin: 0 auto;
}
.customStepper .stepper-item i.stepper-check.fas.fa-check {
    color: #ffffff !important;
}
.dropzone.uploadCustom {
    border: 1px dashed #4cc5df !important;
    background-color: #44c5e12b !important;
    padding: 8px 8px;
}
.needsclick path {
    color: #44c5e1 !important;
    fill: #44c5e1 !important;
}
.customStepper .stepper-item.current .stepper-icon {
   background-color: #44c5e1 !important;
}
.customStepper .stepper-item.pending .stepper-icon,
.customStepper .stepper-item .stepper-icon {
   background-color: #fbf0db !important;
}
.customStepper .stepper-item.completed .stepper-icon {
    background-color: #44c5e1 !important;
    color: #ffffff !important;
}
.customStepper .stepper-item.completed .stepper-icon .stepper-check {
   color: #ffffff !important;
}
.importcsvFile p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 14px;
    text-align: center;
}
.stepper-item.pending .stepper-icon .stepper-number {
    color: #44c5e1 !important;
}
/* .cstmStagForm div#table-container {
    max-width: 586px;
    overflow: scroll;
    margin: 0 auto;
} */
.stepOneSignUpBk {
    margin-right: 0px !important;
}
.addclones {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    grid-gap: 8px;
}
.addclones .dropdown.bootstrap-select.show-tick.myDropdown, 
.addclones .cloneInput {
    width: 49% !important;
}
.addclones .cloneInput{
    border: 1px solid #ccc !important;
    outline: none !important;
}
.addclones .dropdown.bootstrap-select.show-tick.myDropdown {
    padding: 0px;
}
.subInvtSbmt {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 0px;
}
.subInvtSbmt div#collectDataButton {
    width: 122px !important;
    margin: 0 auto;
}
.subInvtSbmt .subInvtBtn {
    margin-top: 18px !important;
}
.clear {
    clear: both;
}
.addRowUpr {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 1200px){
  .cstmStagForm div#table-container {
    max-width: 502px;
  }
}
@media (max-width: 968px){
  .roleTable .modal-dialog {
    width: 97% !important;
  }
}
@media only screen and (max-width: 784px) and (min-width: 574px){
    .customStepper h3.stepper-title {
       font-size: 8px !important;
    }
    .customStepper .stepper-icon {
       height: 30px !important;
       width: 30px !important;
    }
    .customStepper .stepper-item:after {
        right: -10px;
        height: 3px;
        width: 22px;
        top: 13px;
    }
}
@media (max-width: 784px){
    /* .customStepper .stepper-item:after {
        content: '>>';
        right: -26px;
        top: 10px !important;
        border-top: none !important;
        color: #199f9e !important;
    }
    .customStepper .stepper-item:last-child:after {
        content: initial !important;
    } */
    .customStepper .stepper-wrapper {
        margin-bottom: 14px;
    }
    .cstmStagForm {
        padding: 2rem 2.15rem !important;
    }
}
@media (max-width: 575px){
   .stepper.stepper-pills.first .steperBtnsGrp {
        max-width: 85% !important;
   }
   .stepper.stepper-pills.first .stepOneSignUp {
        width: 100% !important;
   }
   .customStepper .card-body {
        padding-left: 0px;
        padding-right: 0px;
   }
   .customStepper .stepper-icon {
        height: 20px !important;
        width: 20px !important;
    }
    .customStepper span.stepper-number {
        font-size: 10px !important;
    }
    .customStepper .stepper-item:after {
        right: -8px;
        top: 9px;
        width: 16px;
    }
    .customStepper h3.stepper-title {
        font-size: 6px !important;
    }
    .cstmStagForm div#table-container {
        max-width: 400px !important;
    }
}
@media (max-width: 475px){
    .cstmStagForm div#table-container {
        max-width: 282px !important;
    }
    button.stepOneSignUpBk, button.stepOneSignUp, .subInvtBtn div {
        padding: 9px 9px !important;
        font-size: 13px;
    }
   #dropdownContainer input {
      font-size: 11px;
   }
   .myDropdown button.btn {
        font-size: 11px;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    button.strtUsingObser {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* .subInvtBtn div, button.btn.stepOneSignUp, button.stepOneSignUpBk {
       padding-left: 7px !important;
       padding-right: 7px !important;
    } */

} 

.tableInfoUpr {
    /* margin: 0 auto;
    display: table;
    margin-top: 30px; */
}

.tableInfo {
    border: 1px solid #dfdfdf;
    border-collapse: collapse;
    width: 100%;
    font-family: 'Lato', sans-serif;
}

.tableInfo th,
.tableInfo td {
    text-align: left;
    font-size: 12px;
    border-right: 1px solid #dfdfdf;
    flex: 1;
    width: 100px;
    padding: 7px 4px;
}

.tableInfo th:last-child,
.tableInfo td:last-child {
    border-right: none !important;
}

.tableInfo th {
    background-color: #f2f2f2;
    color: #009bbc;
}

.tableInfo tr:hover {
    background-color: #f5f5f5;
}

.tableInfo .delete-btn {
    background-color: #ff6666;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 11px;
    padding: 3px 3px;
    border-radius: 2px;
    font-weight: 600;
}

.tableInfo .delete-btn:hover {
    background-color: #cd2222 !important;
}

.tableInfo .invalid-email {
    background-color: #ffcccc;
}

button#add-row {
    margin-top: 10px;
    color: #fff;
    border-color: #44c5e1;
    background-color: #44c5e1;
    border: none;
    padding: 6px 7px;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 8px;
}

button#add-row:hover {
    border-color: #22b2d2 !important;
    background-color: #22b2d2 !important;
}

.tableInfoThead,
.tableInfoTbody {
    display: flex;
    flex-direction: column;
}

th.tableCmnWdh,
td.tableCmnWdh {
    /* min-width: 95px; */
}

.tableInfo select {
    outline: none;
    padding: 3px 0px;
    font-size: 11px;
    width: 100%;
    background: transparent !important;
    border: 1px solid #ababab;
}

tbody.tableInfoData {
    max-height: 280px;
    overflow-y: auto;
}

tbody.tableInfoData tr:first-child {
    border-top: 1px solid #dfdfdf;
}

tbody.tableInfoData tr {
    border-bottom: 1px solid #dfdfdf;
}
table.tableInfo tr {
    display: flex;
    flex-direction: row;
}
.tableInfoUpr {
    margin-top: 22px !important;
}
.delRwMdl {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0; 
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.delRwMdl .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 22px 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 5px;
}
.delRwMdl .modal-buttons {
    text-align: right;
    margin-top: 24px;
}
.delRwMdl .modal-buttons button {
    margin-left: 5px;
}
.delRwMdl .modal-content p {
    font-family: 'Lato', sans-serif;
    margin: 0px;
    font-size: 16px; 
}
button.delRwBtn {
    background-color: #cd2222 !important;
    border: none;
    color: #ffffff;
    padding: 6px 7px;
    min-width: 78px;
    border-radius: 2px;
    font-size: 13px;
    cursor: pointer;
    outline: none;
}
button.cancelRwBtn {
    background-color: #009bbc !important;
    border: none;
    color: #ffffff;
    padding: 6px 7px;
    min-width: 78px;
    border-radius: 2px;
    font-size: 13px;
    cursor: pointer;
    outline: none;
}
.uploadCustom .dz-preview.dz-file-preview,
.uploadCustom .dz-preview.dz-file-preview.dz-processing.dz-success.dz-complete {
    display: none !important;
}
table.tableInfo tr th:last-child, 
table.tableInfo tr td:last-child {
    max-width: 56px;
}
div#submit-csv-btn div {
    border-radius: 7px !important;
}
div#submit-csv-btn {
    margin-top: 0px !important;
    border-radius: 12px !important;
}
.industrySelect {
    font-size: 10px;
    min-height: 37px;
}
.signUpForm button.select2-selection__clear {
    display: none !important;
}
@media (max-width: 992px){
 .tableInfoUpr {
    overflow: scroll;
    width: 543px;
    margin: 0 auto;
  }
}
@media (max-width: 630px){
  .tableInfoUpr {
    overflow: scroll;
    width: 482px;
    margin: 0 auto;
  }
}
@media (max-width: 490px){
  .tableInfoUpr {
    overflow: scroll;
    width: 342px;
    margin: 0 auto;
  }
}
@media (max-width: 390px){
  .tableInfoUpr {
    overflow: scroll;
    width: 290px;
    margin: 0 auto;
  }
} 

div#customConfirmationModalAlternate button.close {
    border: 0px;
    background: red;
    color: #ffffff;
    outline: none !important;
    border-radius: 12px;
    cursor: pointer;
}
button#customConfirmationModalOK {
    background-color: #44c5e1 !important;
	outline: none !important;
}
button#customConfirmationModalOK:hover {
    background-color: #32b7d4 !important;
}
span.industrySelect span.select2-selection__rendered {
    font-size: 13px !important;
    padding-right: 20px !important;
    text-transform: capitalize !important;
} 