@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css');
@import url('material-kit/material-kit.css?v=2.0.7');

html {
    scroll-behavior: smooth;
}

.iframe-rwd  {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}

.card-img-top {
    width: 18rem;
    top: 10px;
}

@media (max-width: 991.98px) {
    .custom-header {
      padding-top: 230px;
    }
}

@media (max-width: 767.98px) {
    .custom-header-2 {
      padding-top: 260px;
    }
}

#main a {
    padding-top: 60px;
}

#main a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

#main a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.scroll-black a {
    padding-top: 60px;
}

.scroll-black a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 100%;
    box-sizing: border-box;
}

.scroll-black a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 2px solid rgb(0, 0, 0);
    border-bottom: 2px solid rgb(0, 0, 0);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 255, 255, 0.4);
  background-color: #d44713;
  color: #555;
}

.btn.btn-sekunjalo {
    color: #fff;
    background-color: #d44713;
    border-color: #d44713;
    box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
  
.btn.btn-sekunjalo:hover {
    color: #fff;
    background-color: #eb4c12;
    border-color: #cc3600;
}
  
.btn.btn-sekunjalo:focus,
.btn.btn-sekunjalo.focus,
.btn.btn-sekunjalo:hover {
    color: #fff;
    background-color: #eb4c12;
    border-color: #cc3600;
}
  
.btn.btn-sekunjalo.btn-link {
    background-color: transparent;
    color: #d44713;
    box-shadow: none;
}
  
.btn.btn-sekunjalo.btn-link:hover,
.btn.btn-sekunjalo.btn-link:focus,
.btn.btn-sekunjalo.btn-link:active {
    background-color: transparent;
    color: #d44713;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.spinner {
    border: 4px solid silver;
    border-top: 4px solid #d44713;
    border-radius: 50%;
    animation: spin 700ms linear infinite;
    position: absolute;
}

.spinner-size {
    width: 80px;
    height: 80px;
}

.spinner-img-size {
    width: 40px;
    height: 40px;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.collapse:not(.show) {
    display: block;
}
