/* ------------------------------------------------
  Project:   Techstation Sign up pages
  coder: Bassem Ahmed
----------------------------------------------- */

/* --------------- variable --------------- */
/* :root {
  --color-main: #009b72;
  --color-hov: #017455;
  --color-bgmain: #ebf7f4;
  --color-primary: #009b72;
  --color-secondary: #009b72;
  --color-blue2: #017455;
  --color-blue4: #009b72;
  --color-blue5: #009b72;
  --color-blue6: #009b72;
  --color-blue7: #009b72;
  --color-lightBlue: #009b72;
  --color-darkBlue: #009b72;
  --color-darkBlue2: #009b72;
  --color-orange1: #009b72;
  --color-orange2: #009b72;
  --color-orange3: #009b72;
  --color-red1: #009b72;
  --color-red2: #009b72;
  --color-green: #00c057;
  --color-yellowGreen: #009b72;
  --color-gray: #ebf7f4;
  --color-gray2: #ebf7f4;
  --color-main-grad: linear-gradient(to right, #009b72 0%, #009b72 100%);
} */

/* style from HTML Sign pages */
 
.dropdown-menu.show {
  margin-top: 60px;
  z-index: 10000000000000000;
}

.iti {
  display: block;
}

.register-login-sec form {
  padding: 0px;
}

#msform {
  padding:4rem 1rem;
}

.iti-mobile .iti__country-list {
  max-height: 60%;
  width: 80%;
}
/* style from HTML Sign pages */
  /* ------------------------
  Contact
  ------------------------*/
  .btn {
    font-size: var(--fontSizeBtn) !important;
    padding: 10px 25px;
  }

  .btn-primary {
    border-color: var(--color-main);
  }

  .text-primary {
    color: var(--color-main) !important;
  }

  .btn-outline-primary {
    color: #000000;
  }

  .register-login-sec .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


  .form-control,
  .select-style-foc .btn,
  .select-style-foc .bootstrap-select>.dropdown-toggle.bs-placeholder,
  .select-style-foc .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
  .select-style-foc .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
  .select-style-foc .bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    border: none;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.375rem 0.75rem;
    /* font-size: 0.8rem; */
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 0.375rem !important;
    background: #f4f5f6;
    color: #495057;
  }

  .sign-up-subdomain .subdomain {
    border-radius: 0.375rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  
  .form-control:focus,
  .select-style-foc .btn:focus {
    color: #495057;
    background-color: #f4f5f6;
    /* border-color: var(--color-main); */
    border-color: none !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .form-group {
    margin-bottom: 1.3rem;
    position: relative;
    text-align: left;
  }
  
  .form-group .dropdown-menu {
    -webkit-box-shadow: 0 0 3px rgb(60 72 88 / 15%) !important;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%) !important;
    border: none;
  }
  
  .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
  }
  
  .select-style-foc :not(.btn-check)+.btn:hover {
    background-color: #f4f5f6 !important;
    border-color: #f4f5f6 !important;
  }
  
  .help-block.with-errors {
    position: absolute;
    color: red;
    left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .register-login-sec .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
  
  label {
    text-align: left;
    /* font-size: 16px; */
    margin-bottom: 0.3rem;
  }
  
  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4c5a67;
    vertical-align: middle;
    appearance: none;
  }
  
  .bootstrap-select .bs-ok-default:after {
    width: 0.4em;
    height: 0.8em;
    border-width: 0 0.15em 0.15em 0;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: var(--color-main);
    color: #fff;
  }
  

/*Hide all except first fieldset*/
form {
    padding: 4rem;
}

@media (max-width: 767.98px) {
    form {
        padding: 2rem;
    }
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

.custom-file-iden {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.custom-file-iden input {
    display: none;
}

.custom-file-iden .custom-file-iden-label {
    width: 168px;
    border-radius: 5px;
    cursor: pointer;
    font: 700 14px/40px "Roboto", sans-serif;
    border: 1px solid #99a2a8;
    text-align: center;
    transition: all 300ms linear 0s;
    color: #5f6771;
}

/*Dropdown List Exp Date*/

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0 0 0.5rem 0.5rem;
    position: relative;
}

.action-button-previous {
    margin-right: 10px;
}

.action-button-next {
    background-color: var(--color-main);
    color: #fff;
}

.action-button-next:hover {
    background-color: var(--color-hov) !important;
    border-color: var(--color-hov) !important;
}

/*progressbar*/
#progressbar {
    margin-bottom: 70px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    justify-content: center;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 16%;
    float: left;
    position: relative;
}

/* content in the ProgressBar*/
#progressbar .progbar-circle:before {
    content: "";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 15px;
    height: 15px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--color-main);
}


/* set-up-prepare-sec */
.set-up-prepare-sec {
    box-shadow: 0 0 3px rgb(60 72 88 / 15%);
    border-radius: 10px;
    border-color: transparent;
    padding: 30px 50px 30px 50px;
    height: fit-content;
}



/* ------------------------------------------------
  upload image button
------------------------------------------------ */

.upload-files-container {
    width: 420px;
    padding: 30px 60px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%);
}

.drag-file-area {
    border: 2px dashed var(--color-main);
    border-radius: 0.5rem;
    margin: 10px 0 15px;
    padding: 30px 50px;
    width: 350px;
    text-align: center;
}

.drag-file-area .upload-icon {
    font-size: 50px;
}

.drag-file-area h3 {
    font-size: 26px;
    margin: 15px 0;
}

.drag-file-area label {
    font-size: 19px;
}

.drag-file-area label .browse-files-text {
    color: var(--color-main);
    font-weight: bolder;
    cursor: pointer;
}

.browse-files span {
    position: relative;
    top: -25px;
}

.default-file-input {
    opacity: 0;
}

.cannot-upload-message {
    background-color: #ffc6c4;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: #BB0000;
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cannot-upload-message span,
.upload-button-icon {
    padding-right: 10px;
}

.cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}

.file-block {
    color: #f7fff7;
    background-color: var(--color-main);
    transition: all 1s;
    width: 390px;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
}

.file-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.file-icon {
    margin-right: 10px;
}

.file-name,
.file-size {
    padding: 0 3px;
}

.remove-file-icon {
    cursor: pointer;
}

.progress-bar {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 4.5%;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background-color: #4BB543;
}

.upload-button {
    background-color: #fff;
    color: #2f2f41;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: none;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%);
    border-radius: 0.5rem;
    margin: 10px;
    padding: 7.5px 50px;
    cursor: pointer;
}

/* ------------------------------------------------
  End upload image button
------------------------------------------------ */

/* ------------------------------------------------
  Progress bar when site Prepared and setup
------------------------------------------------ */

#prog-set {
    width: 100%;
    background-color: #ddd;
    border-radius: 0.5rem;
}

#set-bar {
    width: 10%;
    height: 30px;
    background-color: var(--color-main);
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 0.5rem;
}

/* ------------------------------------------------
  End Progress bar when site Prepared and setup
------------------------------------------------ */

/* ------------------------------------------------
  Date Picker
------------------------------------------------ */

.datepicker {
    padding: 20px;
    -webkit-box-shadow: 0 0 3px rgb(60 72 88 / 15%);
    box-shadow: 0 0 3px rgb(60 72 88 / 15%);
    border: none !important;
}

.datepicker table tr td,
.datepicker table tr th {
    padding: 6px 10px;
    text-align: center;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #fff;
    background-color: var(--color-main) !important;
    border-color: var(--color-main) !important;
}

.datepicker table tr td,
.datepicker table tr th {
    font-size: 0.8rem;
    cursor: pointer;
}

/* ------------------------------------------------
  End Date Picker
------------------------------------------------ */

/* ------------------------------------------------
  custom-domain
------------------------------------------------ */
form .custom-domain,
.custom-domain-details {
    cursor: pointer;
}

.sign-up-subdomain-hide {
    display: none;
}

/* ------------------------------------------------
  END custom-domain
------------------------------------------------ */

/* ------------------------------------------------
  Start Multy select
------------------------------------------------ */
/* .select-style-foc .bootstrap-select>.dropdown-toggle.bs-placeholder,
.select-style-foc .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.select-style-foc .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.select-style-foc .bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #4c5a67;
    vertical-align: middle;
} */

/* .select-style-foc .btn {
    color: #4c5a67 !important;
    background-color: #f4f5f6;
    border-color: #f4f5f6;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-weight: 400 !important;
} */

/* .select-style-foc :not(.btn-check)+.btn:hover {
    background-color: #f4f5f6 !important;
    border-color: #f4f5f6 !important;
} */

/* .select-style-foc .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
} */

/* .select-style-foc .bootstrap-select .bs-ok-default:after {
    width: 0.4em;
    height: 0.8em;
    border-width: 0 0.15em 0.15em 0;
} */

/* .select-style-foc .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 10px;
} */

.select-style-foc .dropdown-toggle::after {
    position: absolute;
    right: 0.75rem;
    top: 19px;
}

/* .select-style-foc .dropdown-item.active,
.dropdown-item:active {
    background-color: var(--color-main);
} */

/* ------------------------------------------------
  End Multy select
------------------------------------------------ */

/* ------------------------------------------------
  SUB DOMAIN
------------------------------------------------ */

.ur-input-doamin {
    border: none;
    position: relative;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 0 0.375rem 0.375rem 0 !important;
    background: #eef0f2;
    color: #495057;
}

@media (max-width: 600px) {
    .ur-input-doamin {
        border: none;
        background: none !important;
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        width: 100%;
    }
}

/* ------------------------------------------------
  END SUB DOMAIN
------------------------------------------------ */

/*  nav in sign pages */
.navbar.nav-scroll {
  position: relative !important;
  top: 0px !important;
}
/* ../ nav in sign pages */


/* ============== sign in and sign up button =========================== */

.sign-choose {
  margin: 50px 10px 55px;
  display: flex;
  justify-content: center;
  }

  .sign-choose .btn-choose {
  background-color: #fff;
  padding: 10px 80px;
  border: none;
  border-bottom: 2px solid var(--color-main);
  color: var(--color-main);
  }

  .sign-choose .btn-choose.active {
  background-color:var(--color-main);
  border-bottom: 2px solid var(--color-main);
  color:#fff;
  }

  @media(max-width: 767px) {
    .sign-choose .btn-choose {
        padding: 10px 5px;
        width: 100%;
    }
}

  /* ============== sign in and sign up button =========================== */

  /* =========== inputs errors ============ */
  #inputs_errors_sec_cl {
    border-left: 4px solid #f00;
    color: #000;
    padding: 12px;
    margin-left: 0;
    margin: 10px 0px 10px -4px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    word-wrap: break-word;
    }

/* Add margin to elements with data-path="contact" and class "btn" */
[data-path="contact"] .btn {
  margin-top: 20px;
}

/* Add margin to elements with data-path="manage/account" and class "btn" */
[data-path="manage/account"] .btn {
  margin-top: 20px;
}