@keyframes bg-image-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.7);
    }
    100% {
        transform: scale(1);
    }
}

body {
    background-color: rgba(30, 33, 36, 1);
    color: white;
}

body:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(rgba(30, 33, 36, .6), rgba(30, 33, 36, .9)), url('../../src/images/bg-image.webp');
    background-size: cover;
    background-position: center;
    animation: bg-image-animation 30s infinite alternate;
}

.card-box {
    background: rgba(255, 255, 255, .05);
}

.sidebar-light .left-side-bar, .header {
    background: rgba(255, 255, 255, .05);
}

.breadcrumb-item a.active {
    color: #dc3545;
}

.myTitle {
    color: white;
    padding-left: 12px;
    padding-top: 13px;
    font-weight: 400;
}

.theme-color {
    color: rgb(160, 160, 160);
}

.spinner-border {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    /* max-width: 77px; */
    vertical-align: text-bottom;
    border: 6.25px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.mt-100 {
    margin-top: 100px;
}

.font-24 {
    font-size: 15px;
    line-height: 1.42em;
}

.loginBanner img {
    max-width: 336px;
    /*padding-left: 123px;*/
}

@media screen and (max-width: 780px) {
    .loginBanner {
        display: none;
    }
}

.logoutLink {
    cursor: pointer;
}

.sign-in-load {
    display: none;
}

.welcome-content {
    /*display: none;*/
}

.brand-logo a {
    display: flex;
    vertical-align: middle;
    align-items: center;
    position: relative;
    height: 100%;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 0.050em;
    font-weight: 500;
    line-height: 45px;
    font-family: 'Inter', sans-serif;
}

.brand-logo a img, .brand-logo a .svg {
    max-width: 150px;
    display: block;
    height: auto;
}

.left-side-bar .close-sidebar {
    color: #fff;
}

.sidebar-menu .dropdown-toggle {
    padding: 18px 15px 18px 60px;
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .brand-logo, .left-side-bar {
        width: 265px;
    }
}

@media (max-width: 767px) {
    .user-info-dropdown .dropdown-toggle .user-name {
        display: inline-block;
    }
}

.mt-20 {
    margin-top: 20px;
}

.txt-white {
    color: white;
}

.invoice-desc .invoice-desc-body {
    padding-top: 15px;
    min-height: 0;
}

.invoice-box {
    width: 100%;
    padding: 0;
}

.invoice-desc .invoice-hours, .invoice-desc .invoice-rate {
    width: 90%;
}

.invoice-desc .invoice-sub {
    width: 10%;
    font-weight: bold;
}

.addFloatBtn i {
    font-size: 35px;
    /* width: 51px; */
    font-weight: 800;
    padding: 7px 12px;
    color: white;
    background-color: rgb(160, 160, 160);;
    cursor: pointer;
    border-radius: 32px;
}

.addFloatBtn {
    position: fixed;
    right: 40px;
    bottom: 40px;
}

.profile-photo {
    position: relative;
    margin: 0 auto 20px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 500px;
    background: rgba(255, 255, 255, .1);
    text-align: center;
}

.profile-photo .userPhoto {
    width: auto;
    height: 150px;
}

.red {
    color: #f44336 !important;
}

.spinner-wrap {
    width: 75%;
    position: absolute;
    text-align: center;
    top: 300px;
    font-weight: 500;
    z-index: 1234;
}

.profile-card-box {
    padding: 20px;
}

@media screen and (min-width: 600px) {
    .profile-card-box {
        padding: 40px;
    }
}

#subscriptionArea {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    background: rgba(0, 0, 0, .1);
    border: rgba(255, 255, 255, .1) 1px solid;
    border-radius: 20px;
    opacity: 0;
    transition: .5s;
}

@media screen and (min-width: 600px) {
    #subscriptionArea {
        flex-direction: row;
        padding: 40px;
    }
}

#subscriptionArea li {
    padding: 10px 20px;
    text-align: left;
}

#subscriptionArea li * {
    white-space: wrap;
    word-break: break-all;
}

.danger {
    color: red;
}

.app-links {
    max-width: 170px;
    margin-right: 25px;
}

.sidebar-light .sidebar-menu .dropdown-toggle:hover, .sidebar-light .sidebar-menu .show > .dropdown-toggle, .sidebar-light .sidebar-menu .submenu li a.active, .sidebar-light .sidebar-menu .submenu li a:hover {
    background-color: rgba(255, 255, 255, .2);
}

.sidebar-light .sidebar-menu > ul > li > .dropdown-toggle.active {
    background-color: rgba(255, 255, 255, .1);
}

#accordion-menu {
    display: none;
}

.layerRight {
    position: relative;
    top: -24px;
}

.layerRight span img {
    max-width: 24px;
}

.layerRight span i {
    font-size: 24px;
}

.layerRight span {
    margin-left: 10px;
}

.layerRight span input {
    transform: scale(1.3);
}

.layerRight .chkBoxes {
    margin-left: 33px;
}

.layerRight span:hover {
    cursor: pointer;
}

.layerOptions {
    margin-bottom: 12px;
}

.sidebar-footer {
    position: relative;
    bottom: 0;
    /*padding: 25px;*/
}

#addObject:hover {
    cursor: pointer;
}

#addObject {
    font-weight: 500;
    font-size: 20px;
}

.infoWindDeleteBtn {
    margin-left: 45px;
    border: 1px solid red;
    padding: 3px;
    font-weight: bold;
    color: white;
    background-color: red;
}

.infoWindEditBtn {
    border: 1px solid #3f51b5;
    padding: 3px;
    font-weight: bold;
    color: white;
    background-color: #2196f3;
}

.fixedUpdate {
    position: fixed;
    bottom: 20px;
    padding: 4px;
    width: 262px;
    display: none;
}

.profileImage {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #512DA8;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 150px;
    margin: 20px 0;
}

.right-sidebar-body-content .dw:before, .dashboard-setting .dropdown-toggle .dw:before {
    display: none;
}

.right-sidebar-body-content .dw svg, .dashboard-setting .dropdown-toggle .dw svg {
    width: 25px;
    height: 25px;
    color: #FFF;
}

.modal-dialog .modal-content {
    color: rgba(0, 0, 0, .5)
}
