.fl-centered {
    display: flex;
    justify-content: center;
    height: 100%;
    margin: auto;
}

.loginContainer {
    width: 100%;
    background-color: white;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 3px;
    padding: 30px 0px;    
    margin: auto;
}

.try-again-sect {
    font-size: 13px;
    position: relative;
    padding-right: 2px;
    transition: .5s;
    color: #6183cc;
    font-weight: 500;
    cursor: pointer;
}

.fiftypw {
    width: 60% !important;
}

.ca-header {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    display: flex;
    justify-content: center;
    padding: 15px 40px;
    text-align: center;
}

.text-left {
    text-align: left !important;
}
.required-label {
    color: red;
}


.location-container {
    overflow: hidden;
    border: 1px solid #e2e5ed;
    padding: 10px 0px;
}

.add-more {
    position: relative;
    top: 26px;
    font-size: 12px;
    color: #6183cc;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.mt-10 {
    margin-top: 10px;
}

.sub-text {
    padding: 10px 45px;
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #777;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-right: 1px solid #dadada;
    margin-right: 1px;
}

.btn-group>.btn:hover {
    background-color: white;
    color: #6183cc;
    border: 1px solid #6183cc;
}

.btn-group>.btn {
    border: 1px solid #6183cc;
    font-weight: bold;
}

.flex-center  {
    display: flex;
    justify-content: center;
}


.checkmark_circle_success {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 5px;
    stroke-miterlimit: 10;
    stroke: #00C851;
    animation: stroke 1.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }

  .checkmark {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    stroke-width: 5px;
    stroke: white;
    stroke-miterlimit: 10;
    /* margin: 10% auto; */
  }
  .checkmark.success {
    box-shadow: inset 0px 0px 0px #00C851;
    animation: fillsuccess 1.4s ease-in-out 1.4s forwards, scale 1.3s ease-in-out 1.9s both;
  }

  .checkmark_check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 1.3s cubic-bezier(0.65, 0, 0.45, 1) 1.9s forwards;
  }
  
  .progress {
    transform: rotate(-90deg);
    stroke: black;
  }
  
  .progress circle {
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    animation: dash 1.5s infinite;
  }
  
  @keyframes dash {
    50% {
      stroke-dashoffset: 0;
    }
    100% {
      stroke-dashoffset: -130;
    }
  }
  .progress {
    position: absolute;
    top: 5%;
    left: 5%;
  }
  .progress.progress--thin {
    left: auto;
    right: 5%;
  }
  
  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fillsuccess {
    100% {
      box-shadow: inset 0px 0px 0px 75px #00C851;
    }
  }

  .centered-div {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .successLegend {
    text-align: center;
    margin: 15px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00c851;
  }

  .textContainer{
    text-align: center;
    padding: 0px 50px;
    color: #555;
    font-size: 15px;
  }

  .close-tab-section {
    margin-top: 20px;
    color: #c3c3c3;
    font-size: 16px;
  }

  .modal-content {
    border-radius: 0px !important;
    box-shadow: none !important;
}

h4.modal-title {
  font-size: 18px !important;
}

.desc-sect {
  margin: 15px 55px;
  text-align: center;
}

.mb-30 {
  margin-bottom: 30px;
}

.overflow-hidden {
  overflow: hidden;
}
  
@media (min-width: 768px) {
    .pr-0 {
        padding-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .fiftypw {
        width: 95% !important;
    }
}

.head-t {
  font-size: 16px;
  color: #555;
}

.fl-centerd-vh {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mb-25 {
    margin-bottom: 25px
}

.cursor-pointer {
    cursor: pointer;
    text-decoration: none !important;
}