@font-face {
    font-family: Gotham-bold;
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/Gotham/GothaProBol.eot?") format("eot"), url("/fonts/Gotham/GothaProBol.woff") format("woff"), url("/fonts/Gotham/GothaProBol.ttf") format("truetype"), url("/fonts/Gotham/GothaProBol.svg#Gotham") format("svg");
}
@font-face {
    font-family: Gotham-medium;
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/Gotham/GothaProMed.eot?") format("eot"), url("/fonts/Gotham/GothaProMed.woff") format("woff"), url("/fonts/Gotham/GothaProMed.ttf") format("truetype"), url("/fonts/Gotham/GothaProMed.svg#Gotham-med") format("svg");
}
.page-usercp .nav-link {
    font-family: Gotham-medium;
    padding: .6rem 1rem .4rem 1rem;
}
ul.usercp-tabs .nav-link.active {
    color: #fff!important;
    background: #409f00
}
ul.usercp-tabs .nav-link {
    color: #0092ab
}
.n-profile-info-adding__title {
    font-size: 15px;
    color: #0092ab;
    margin-bottom: 16px;
    font-family: Gotham-bold;
}

.n-profile-info-adding__status-add {
    color: #fff!important;
    background-color: #409f00;
    font-size: 14px;;
    height: 26px;
    min-width: 150px;
    text-align: center;
    border: 0;
    font-family: Gotham-bold;
    color: #fff;
    line-height: 25px;
    -webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.n-profile-info-adding__status-add-mini {
    background-color: #0092ab;
    font-size: 14px;;
    /* height: 26px; */
    /* min-width: 150px; */
    width: 100%;
    text-align: center;
    border: 0;
    font-family: Gotham-bold;
    color: #fff;
    line-height: 25px;
    -webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.n-profile-info-adding__status-add-mini:hover {
color: #fff;
text-decoration: none;
background-color: #00a0bd;
}

.n-profile-info-adding__status-add:hover {
color: #fff;
text-decoration: none;
background-color: #20A752;
}

.main-button {
    margin-top: 10px;
    font-family: Gotham-bold;
}
.main-button:hover {
    color: #fff;
    background-color: #0092ab;
    border-color: #0092ab;
}
.info-adding-title {
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #4c4c4c;
}
.usercp-table {
    font-family: Gotham-medium;
    background: #fcfcfc;
}
.usercp-table th {
    font-weight: normal;
}

.usercp-table td {
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #4c4c4c;
}

.page-footer {
    margin-top: 25px;
}

.tariffs__header {
    background: #0092ab;
}

.tariffs__btn {
    background-color: #28a745;
}

.active .bs-stepper-circle, .btn-success, .btn-primary {
    background-color: #409f00!important;
}
.btn-primary {
    border-color: #409f00!important;
}

.modal-box {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-box:not(._active) {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.modal-box__overlay {
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-box__container {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 100;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-top: 100px;
}

.modal-box__container:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
    height: 2px;
    background-color: #eb1831;
}

.modal-box__wrapper {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'Open Sans';
}

.modal-box__title {
    color: #363636;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 35px;
}

.modal-box__desc {
    font-size: 16px;
    margin-bottom: 45px;
    color: #363636;
}

.modal-box__btn {
    background-color: #eb1831;
    height: 65px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    border: 0;
    color: #fff;
    font-weight: bold;
    width: 100%;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    display: inline-block;
    vertical-align: top;
    line-height: 65px;
}

.modal-box__btn:focus,
.modal-box__btn:active,
.modal-box__btn:hover {
    background-color: #d8001a;
    color: #fff;
    text-decoration: none;
}

.modal-box__close-icon {
    background: url(/img/close-icon.svg) 50% 50%/contain no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.modal-box__close-icon:hover {
    opacity: 0.7;
}

.modal-box._min {
    max-width: 520px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    padding-left: 12px;
    padding-right: 12px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .modal-box._min .modal-box__wrapper {
    max-width: 100%;
  }

  .modal-box._min .modal-box__container {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
  }

  .modal-box._min .modal-box__container:before {
    display: none;
  }

  .modal-box._min .modal-box__wrapper {
    text-align: left;
  }

  .modal-box._min .modal-box__desc {
    font-family: GothamPro;
    font-size: 14px;
    margin-bottom: 0;
    color: #333333;
  }

  .modal-box._min .modal-box__close-icon {
    width: 10px;
    padding: 0;
    height: 10px;
    right: 2px;
    top: 12px;
    background: url(/img/icon/close-icon.svg) 50% 50%/10px auto no-repeat;
  }

@media (max-width: 767px) {
    .page-header {
        display: none;
    }
    .page-usercp {
        padding-top: 35px;
    }
}
