@font-face {
    font-family: "Ubuntu";
    src: url("fonts/Ubuntu-R.ttf");
}

@font-face {
    font-family: "Roboto Mono";
    src: url("fonts/RobotoMono-Regular.ttf");
}

*, body {
    font-family: Ubuntu, sans-serif;
}

body {
    background-color: #ffffff;
}

.header-bg-img {
    background-image: url("../images/bg-front-header.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.header-two-bg-img {
    height: 105%;
    width: 100%;
    position: absolute;
    background-image: url("../images/bg-front-header.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    opacity: .7;
}

.btn-border-lg {
    border-width: 5px;
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;

}

.btn-outline-white:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #000000;
    background-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
    color: #000000;
    border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.bg-light-dark {
    background-color: #DEE3E8;
}

.bg-primary-dark {
    background-color: #1A4975;
}

.bg-transparent {
    background-color: transparent;
}

.dropdown-menu-transparent {
    background-color: rgba(255,255,255,0.7);
}

.text-size-xl {
    font-size: 8rem;
}

.text-size-lg {
    font-size: 2rem;
}

img.icon-title {
    width: 52px;
    height: 52px;
}

.div-scrollable {
    width:  100%;
    height: 15vh;
    overflow-x: auto;
    overflow-y: auto;
}

.code-text {
    font-family: "Roboto Mono", monospace;
    color: #ffffff;
    font-size: 14px;
}

.code-bg {
    background-color: #1A4975;
}

.code-font {
    font-family: "Roboto Mono", monospace;
}

.text-primary-blue-dark {
    color: #1a5fa3;
}

.panel-scrollable {
    width:  100%;
    height: 30vh;
    overflow-x: auto;
    overflow-y: auto;
}

.zoom-item {
    transition: transform .2s;
}

.zoom-item:hover {
    transform: scale(1.1);
}

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width:none !important;

}

.modal-content-full-width  {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important
}

.modal-header-full-width  {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width  {
    border-top: 1px solid #9ea2a2 !important;
}
.card-item-menu {
    transition: transform .2s;
}

.card-item-menu:hover {
    transform: scale(1.1);
}

.text-blue-dark {
    color: rgb(0, 32, 86);
}

.bg-dark-transparent {
    background-color: rgba(0, 20, 56, 0.75);
}

.btn-blue-transparent {
    background-color: rgba(0, 11, 25, 0.80);
    border-radius: 20px;
    padding: 0.8rem 4rem;
}

.dropdown-blue-transparent {
    background-color: rgba(0, 20, 56, 0.75);
}

.dropdown-blue-transparent > .dropdown-item:hover,
.dropdown-blue-transparent > .dropdown-item:focus {
    color: #000000 !important;
}

.footer-icon{
    font-size: 34px;
}
