﻿
        .userSetting {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }

.userSetting .modal-shadow {
    opacity: 0.6;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute; }

.userSetting .lb-wrap {
  position: absolute;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: table; }

.userSetting .lb-wrap .lb-modal {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: table; }

.userSetting .lb-wrap .lb-modal .lb-content-align {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper {
  margin: auto;
  position: relative;
  max-width: 578px; }

.userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content {
  position: relative;
  background: #fff;
  border-radius: 10px; }
  .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .closePopUp a {
    position: absolute;
    right: 11px;
    top: 11px; }
  .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s {
   padding: 32px 10px;
    text-align: center; }
    .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s img {
      margin-bottom: 23px; }
    .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s h2 {
      font-size: 26px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.3px;
      text-align: center;
      color: #1d2552;
      margin-bottom: 25px; }
    .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s p {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.63;
      letter-spacing: normal;
      text-align: center;
      color: #5e6c84; }
    .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting {
      width: 280px;
      margin: 0 auto; }
      .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting input {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0 !important;
        outline: 0;
        z-index: -1;
        width: 17px;
        height: 17px; }
      .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting input:checked ~ label:before {
        background: #202452 !important;
        border-color: #202452 !important;
        transition: none; }
      .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting input:checked ~ label:after {
        content: '';
        background: url("../../assets/img/check.png");
        width: 24px;
        height: 18px;
        zoom: .5;
        top: 8px;
        left: 9px;
        transition: none;
        opacity: 1;
        color: rgba(0, 0, 0, 0.95); }
      .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting label {
        opacity: 1;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #1d2552;
        -webkit-transition: color .1s ease;
        transition: color .1s ease;
        position: relative;
        display: block;
        padding-left: 30px;
        outline: 0;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        font-family: 'Muli';
        margin-bottom: 5px; }
        .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting label:before {
          width: 20px !important;
          height: 20px !important;
          border: solid 1px #d3cac3;
          top: -2px !important;
          position: absolute;
          left: 0;
          content: '';
          background: #fff;
          border-radius: 3px;
          -webkit-transition: border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
          transition: border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
          transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
          transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
          border: 1px solid #d4d4d5; }
        .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting label:after {
          position: absolute;
          font-size: 14px;
          top: 0;
          left: 0;
          width: 17px;
          height: 17px;
          text-align: center;
          opacity: 0;
          color: rgba(0, 0, 0, 0.87);
          -webkit-transition: border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
          transition: border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
          transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
          transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease; }
  .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .popUpBtnArea {
    background: #fbfbfb;
    padding: 20px 40px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .popUpBtnArea a {
      float: right;
      font-size: 13px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      text-decoration: none;
      border-radius: 1px;
      border: 1px solid #870052;
      padding: 9px 0px;
      
      color: #fff;
      box-shadow: 0 5px 10px 0 rgba(135, 0, 82, 0.2);
      position: relative;
      width: 169px;
      display: block;
      margin: 0 auto; }
      .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .popUpBtnArea a:last-child {
        float: right;
        font-size: 13px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        border-radius: 1px;
        border: 1px solid #8dc63f;
        padding: 9px 0px;
        width: 169px;
        display: block;
        background: #8dc63f;
        box-shadow: none; }
      .userSetting .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .popUpBtnArea a:before {
        content: '';
        background: url("../../assets/img/element-icon-qnbarrow-beyaz.svg");
        width: 8px;
        height: 17px;
        position: absolute;
        right: 10px;
        top: 9px; }

























































.isDisabled {
    
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}




.userSetting2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.userSetting2 .modal-shadow {
    opacity: 0.6;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
}

.userSetting2 .lb-wrap {
    position: absolute;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: table;
}

.userSetting2 .lb-wrap .lb-modal {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: table;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper {
    margin: auto;
    position: relative;
    max-width: 578px;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content {
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .closePopUp a {
    position: absolute;
    right: 11px;
    top: 11px;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s {
    padding: 32px 10px;
    text-align: center;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s img {
    margin-bottom: 23px;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s h2 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #1d2552;
    margin-bottom: 25px;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s p {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #5e6c84;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting {
    width: 450px;
    margin: 0 auto;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting input {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    outline: 0;
    z-index: -1;
    width: 17px;
    height: 17px;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting input:checked ~ label:before {
    background: #202452 !important;
    border-color: #202452 !important;
    transition: none;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting input:checked ~ label:after {
    content: '';
    background: url("../../assets/img/check.png");
    width: 24px;
    height: 18px;
    zoom: .5;
    top: 8px;
    left: 9px;
    transition: none;
    opacity: 1;
    color: rgba(0, 0, 0, 0.95);
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting label {
    opacity: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1d2552;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    position: relative;
    display: block;
    padding-left: 30px;
    outline: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: 'Muli';
    margin-bottom: 5px;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting label:before {
    width: 20px !important;
    height: 20px !important;
    border: solid 1px #d3cac3;
    top: -2px !important;
    position: absolute;
    left: 0;
    content: '';
    background: #fff;
    border-radius: 3px;
    -webkit-transition: border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
    transition: border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
    border: 1px solid #d4d4d5;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .content_s .user_setting label:after {
    position: absolute;
    font-size: 14px;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    text-align: center;
    opacity: 0;
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition: border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
    transition: border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .popUpBtnArea {
    background: #fbfbfb;
    padding: 20px 40px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .popUpBtnArea a {
    float: right;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 1px;
    border: 1px solid #870052;
    padding: 9px 0px;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(135, 0, 82, 0.2);
    position: relative;
    width: 169px;
    display: block;
    margin: 0 auto;
}

.userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .popUpBtnArea a:last-child {
    float: right;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    border-radius: 1px;
    border: 1px solid #8dc63f;
    padding: 9px 0px;
    width: 169px;
    display: block;
    background: #8dc63f;
    box-shadow: none;
}

                                .userSetting2 .lb-wrap .lb-modal .lb-content-align .lb-content-wrapper .lb-content .popUpBtnArea a:before {
                                    content: '';
                                    background: url("../../assets/img/element-icon-qnbarrow-beyaz.svg");
                                    width: 8px;
                                    height: 17px;
                                    position: absolute;
                                    right: 10px;
                                    top: 9px;
                                }


        .bd-example>.alert+.alert, .bd-example>.nav+.nav, .bd-example>.navbar+.navbar, .bd-example>.progress+.btn, .bd-example>.progress+.progress {
            margin-top: 1rem;
        }
        .alert-success {
            color: #155724;
            background-color: #d4edda;
            border-color: #c3e6cb;
        }
        .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-error1 {
    color: #ff0044;
    background-color: #ff004433;
    border-color: #b8daff;
}
        .alert {
            position: relative;
            padding: .75rem 1.25rem;
            margin-bottom: 1rem;
            border: 1px solid transparent;
            border-radius: .25rem;
        }
        .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}


        body{
            font-family: 'Poppins', sans-serif !important;
            font-weight: normal !important;
        }

        .form-date-group select{
             font-family: 'Poppins', sans-serif !important;
            font-weight: normal !important;
        }

        input{
               font-weight: normal !important;
               font-family: 'Poppins', sans-serif !important;
        }

        .info {
            cursor: pointer;
        }

        .bootstrap-datetimepicker-widget {
            background-color: #fff;
            margin-top: 80px !important;
        }

        .clearfix:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        .gender label {
            float: left;
            width: 90px;
        }

        .gender input {
            height: 20px;
            width: auto;
            float: left;
        }

        .content {
            height: auto !important;
        }

        .adressDetail {
            width: 50% !important;
        }


            .wrap {
                position: relative;
                padding: 0;
              width: 100%;
                left: 0;
                right: 0;
                top: 0;
                margin: 0;
              border-radius: 4px;
              background-color: #002d74;
              box-shadow: 0 1px 2px 0 #c9ced1;
             
            }

    .file {
    position: relative;
    width: 90%;
   
    font-weight: 600;
    padding: 10px 5% 10px 5%;
    }
    .file__input, .file__value {
     
      border-radius: 3px;
     
      color: rgba(255, 255, 255, 0.3);
      padding: 0;
      font-size: 12px;
    }
    .file__input--file {
     position: absolute;
    opacity: 0;
    top: 0;
    left: -99999999999;
    }
    .file__input--label {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
              align-items: center;
      margin-bottom: 0;
      cursor: pointer;
    }
    .file__input--label:after {
      content: attr(data-text-btn);
      border-radius: 3px;
      
     
     
      color: white;
      cursor: pointer;
    }
    .file__value {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
              align-items: center;
      color: rgba(255, 255, 255, 0.6);
      margin-top: 10px;
    }
    .file__value:hover:after {
      color: white;
    }
    .file__value:after {
      content: "X";
      cursor: pointer;
    }
    .file__value:after:hover {
      color: white;
    }
    .file__remove {
      display: block;
      width: 20px;
      height: 20px;
      border: 1px solid #000;
    }
    .actions ul li a{
        background: #8dc63f!important;
    }
    .actions ul li:first-child a {
    background: #e8e8e8!important;
    color: #999;
}
    .current .title .step-number {
        background:#002d74!important;
    }
    .current .title .step-text {
    color: #002d74!important;
}
    h2{
        color: #002d74!important;
    }
    body{
        background:#103a60;
    }