.activation-form .form-control {
    border: 1px solid #333;
}

.activation-form .required {
    color: red;
}

.activation-form label {
    color: #333;
    font-size: 16px;
}

.activation-form .form-group {
    position: relative;
}

.location-select {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 1000;
    top: 77px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #333;
}

.location-select__item:hover {
    background: #dddd;
}

.location-select__item {
    font-size: 16px;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    cursor: pointer;
}

.location-select__item:first-child {
    padding-top: 0px;
}

.location-select__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.activation-form select {
    height: 49px;
    background: var(--darkerblack_bg_black);
}

.text-red {
    color: #dd0000;
}

.activation-btn {
    margin-top: 20px;
}

[data-toggle="tooltip"] {
    display: inline-block;
    width: 30px;
    height: 27px;
    border: 2px solid #333;
    border-radius: 50%;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
    margin-left: 10px;
}

.activation-form .politics-loader-container {
    width: 30px;
}

.activation-form .margin-auto {
    margin: 0 auto;
}

.activation_error_frame, .activation_success_frame{
     background: transparent!important;
}

/*.card-number-input:invalid:focus {
    background:#dd000017!important;
}*/

.activation-form input[type="number"] {
    padding: 8px 13px 7px;
    width: 100%;
    height: 48px;
}