.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: 20px;
    letter-spacing: 1px;
}
.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-content .modal-footer .btn.btn-danger {
    background-color: #e7515a;
    color: #fff;
    border: 1px solid #e7515a;
}

/*
    Modal Tabs
*/
.close {
    text-shadow: none;
    color: #acb0c3;
}
.close:hover {
    color: #acb0c3;
}
.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 { border-bottom: 1px solid #191e3a; }
.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 { border: none; }
.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; }

/*
    Slider
*/
.modal#sliderModal .modal-content {
    border: 1px solid transparent;
    background-color: transparent;
}
.modal#sliderModal .modal-content .modal-body .carousel-indicators {
    top: 37%;
    bottom: auto;
    display: block;
    left: auto;
    margin: auto;
    right: 14px;
}
.modal#sliderModal .modal-content .modal-body a.carousel-control-prev span.carousel-control-prev-icon {
    position: absolute;
    bottom: 14px;
    left: 7px;
    background-image: none;
    color: #1b55e2;
}
.modal#sliderModal .modal-content .modal-body a.carousel-control-next span.carousel-control-next-icon {
    position: absolute;
    bottom: 14px;
    right: 7px;
    background-image: none;
    color: #1b55e2;
}
.modal#sliderModal .modal-content .modal-body a.carousel-control-prev span.carousel-control-prev-text {
    position: absolute;
    bottom: 17px;
    left: 30px;
    color: #1b55e2;
}
.modal#sliderModal .modal-content .modal-body a.carousel-control-next span.carousel-control-next-text {
    position: absolute;
    bottom: 17px;
    right: 30px;
    color: #1b55e2;
}
.modal#sliderModal .modal-content .modal-body button.close {
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 13px;
    opacity: 1;
    text-shadow: none;
}
.modal#sliderModal .modal-content .modal-body button.close:hover { color: #1b55e2; }
.carousel-indicators li { background-color: #a1a3ac; }
.carousel-indicators .active { background-color: #1b55e2; }
.modal-content .modal-body a:not(.btn) { opacity: 1; }


/*
    Login
*/
.login-modal .modal-header {
    text-align: center;
    border: none;
    padding-bottom: 0;
}
.login-modal .modal-body .form-group { position: relative; }
.login-modal .modal-body .form-group svg {
    position: absolute;
    width: 20px;
    top: 11px;
    left: 9px;
    color: #25d5e4;
    fill: rgba(27, 85, 226, 0.23921568627450981);
}
.login-modal .modal-body .form-group input {
    padding-left: 35px;
    border: none;
    border-bottom: 1px solid #191e3a;
    border-radius: 0;
}
.login-modal .modal-body .form-group input.form-control:focus { box-shadow: none; }
.login-modal .modal-body .division {
    text-align: center;
    font-size: 13px;
    margin: 16px 0;
}
.login-modal .modal-body .social { text-align: center; }
.login-modal .modal-body .social a {
    background: transparent;
    box-shadow: none;
    border: 2px solid #191e3a;
}
.login-modal .modal-body .social a.social-fb svg { color: #1b55e2; }
.login-modal .modal-body .social a.social-github svg { color: #e7515a; }
.login-modal .modal-body .social a.social-fb .brand-name { color: #1b55e2; }
.login-modal .modal-body .social a.social-github .brand-name { color: #e7515a; }


/*
    Register
*/
.register-modal .modal-header {
    text-align: center;
    border: none;
    padding-bottom: 0;
}
.register-modal .modal-body { }
.register-modal .modal-body .form-group { position: relative; }
.register-modal .modal-body .form-group svg {
    position: absolute;
    width: 20px;
    top: 11px;
    left: 9px;
    color: #25d5e4;
    fill: rgba(27, 85, 226, 0.23921568627450981);
}
.register-modal .modal-body .form-group input {
    padding-left: 35px;
    border: none;
    border-bottom: 1px solid #191e3a;
    border-radius: 0;
}
.register-modal .modal-body .form-group input.form-control:focus { box-shadow: none; }
.register-modal .modal-body .division {
    text-align: center;
    font-size: 13px;
    margin: 16px 0;
}
.register-modal .modal-body .social { text-align: center; }
.register-modal .modal-body .social a {
    background: transparent;
    box-shadow: none;
    border: 2px solid #191e3a;
}
.register-modal .modal-body .social a.social-fb svg { color: #1b55e2; }
.register-modal .modal-body .social a.social-github svg { color: #e7515a; }
.register-modal .modal-body .social a.social-fb .brand-name { color: #1b55e2; }
.register-modal .modal-body .social a.social-github .brand-name { color: #e7515a; }

@media (min-width: 576px) {
    .login-modal .modal-dialog { max-width: 330px; }
    .register-modal .modal-dialog { max-width: 330px; }
}