/*
	===============================
			@Import	Mixins
	===============================
*/
.modal-backdrop {
  background-color: #515365; }

.modal-content {
  border: none;
  border-radius: 6px;
  background: #0e1726; }
  .modal-content hr {
    border-top: 1px solid #191e3a; }
  .modal-content .modal-header {
    padding: 12px 26px;
    border: 1px solid #191e3a; }
    .modal-content .modal-header h5 {
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0.03em; }
    .modal-content .modal-header svg {
      width: 17px;
      color: #acb0c3; }
  /* .modal-content .modal-body {
    padding: 26px 26px;
  } */
    .modal-content .modal-body a:not(.btn) {
      /* color: #1b55e2; */
      font-weight: 600;
    }
    .modal-content .modal-body p {
      color: #888ea8;
      letter-spacing: 1px;
      font-size: 14px;
      line-height: 22px; }
      .modal-content .modal-body p:last-child {
        margin-bottom: 0; }
      .modal-content .modal-body p:not(:last-child) {
        margin-bottom: 10px; }
  .modal-content .modal-footer {
    border-top: 1px solid #191e3a; }
    /* .modal-content .modal-footer button.btn {
      font-weight: 600;
      padding: 10px 25px;
      letter-spacing: 1px; }
      .modal-content .modal-footer button.btn[data-dismiss="modal"] {
        background-color: #1b2e4b;
        color: #bfc9d4;
        font-weight: 500;
        border: 1px solid #1b2e4b; }
    .modal-content .modal-footer .btn.btn-primary {
      background-color: #1b55e2;
      color: #fff;
      border: 1px solid #1b55e2; } */

/*
    Modal Tabs
*/
.close {
  text-shadow: none;
  color: #acb0c3; }
  .close:hover {
    color: #acb0c3; }

.nav-tabs {
  border-bottom: 2px solid #32395e;
}
  .nav-tabs svg {
    width: 20px;
    vertical-align: bottom; }
  .nav-tabs .nav-link.active {
    color: #e95f2b;
    background-color: #191e3a;
    border-color: #191e3a #191e3a #0e1726; }
    .nav-tabs .nav-link.active:after {
      color: #e95f2b; }
  .nav-tabs .nav-link:hover {
    border-color: #191e3a #191e3a #191e3a; }

/*
    Modal Success
*/
.modal-success .modal-content {
  background-color: #e6ffbf; }

/*
    Modal Video
*/
.modal-video .modal-content {
  background-color: transparent; }

.modal-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.modal-video .modal#videoMedia1 .modal-header, .modal-video .modal#videoMedia2 .modal-header {
  border: none;
  padding: 0; }

.modal-video .video-container iframe, .modal-video .video-container object, .modal-video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal-video .modal#videoMedia1 .modal-header .close, .modal-video .modal#videoMedia2 .modal-header .close {
  color: #fff !important;
  opacity: 1; }

.modal-video .modal-content .modal-header svg {
  color: #fff; }

/*
    Modal Notification
*/
.modal-notification .modal-body .icon-content {
  margin: 0 0 20px 0px;
  display: inline-block;
  padding: 13px;
  border-radius: 50%;
  background: #bfc9d4; }
  .modal-notification .modal-body .icon-content svg {
    width: 36px;
    height: 36px;
    color: #1b2e4b;
    fill: rgba(0, 23, 55, 0.08); }

/*
    Profile
*/
.profile-modal .modal-content {
  background-color: #5c1ac3; }
  .profile-modal .modal-content .close {
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    text-align: right;
    margin-right: 13px;
    margin-top: 8px; }
  .profile-modal .modal-content .modal-header, .profile-modal .modal-content .modal-footer {
    border: none; }
  .profile-modal .modal-content .modal-body p {
    color: #fff; }
  .profile-modal .modal-content .modal-footer button.btn {
    box-shadow: none; }


/*
    Register
*/
@media (min-width: 576px) {
  .login-modal .modal-dialog, .register-modal .modal-dialog {
    max-width: 330px; } }
