* {
    font-family: Arial !important;
}

body {
    background: #f2f2f2;
}

.sign-in {
    top: 80%;
}

header.row {
    width: 100%;
}

a#link-logout {
    text-decoration: none !important;
    margin-left: 15px;
    color: black;
}

.main-title-container {
    font-size: 21.333333333333332px;
    font-weight: bold;
}

.user-info {
    font-size: 13.33px;
}

.user-info-container {
    font-size: 13.33px;
}

.heading.col-lg-4.col-md-3.user-info-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 25px;
}


.row {
    margin-right: 0px !important;
}

.imagen-logo-polar-home {
    text-align: center;
    margin-bottom: 300px;
}

.img-logopolar-home {
    width: 400px;
    height: 160px;
}

.signin-container {
    height: 70vh;
    width: 120vh;
}

.sign-in {
    background-color: transparent;
    color: black;
    border: solid;
    border-color: black;
}

.heading {
    text-align: left;
}

.main-title-container {
    text-align: center;
}

.img-logopolar {
    width: 120px;
    height: 50px;
    margin-left: 20px;
}

input.form-control.mr-sm-2 {
    height: 30px;
}

div#text-container {
    justify-content: space-between;
}

#worskpace-container {
    /*margin-left: 30px;*/
}

main#main-container {
    display: flex;
}

.list-container {
    background-color: #ececec;
    padding-right: 5px;
    margin-bottom: 15px;
}

.accordion-item {
    border: none !important;
    background-color: transparent !important;
}

.accordion-button {
    font-size: 18.133333333333333px !important;
    font-weight: bold;
}

    .accordion-button:focus {
        border: none !important;
        outline: 0;
        box-shadow: 0 0 0 0.25rem #fff;
    }

    .accordion-button:not(.collapsed) {
        color: black !important;
        background-color: transparent !important;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
        border: none !important;
    }

button.accordion-button.collapsed {
    background-color: transparent;
}

#tipo-container {
    text-align: left;
    margin-left: 20px;
}

#list-group-recent {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 12px;
}

    #list-group-recent li {
        list-style: none;
        padding: 0.5rem 1rem;
    }

        #list-group-recent li a {
            color: rgb(37, 124, 170);
            
        }

li.list-group-item.list-group-item-action {
    /*background-color: #4888CC;*/
    color: #4888CC;
    font-size: 12px;
    /*margin-bottom: 5px;
    margin-top: 5px;*/
    margin-top: -2px;
    margin-bottom: -2px;
    border-radius: 5px;
    border-color: transparent;
    cursor: pointer;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    background-color: #dddddd;
    border-radius: 0.25rem;
}

#list-group-recent {
    background-color: #dddddd;
}



.sign-in {
    width: 50%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 35px;
    overflow-y: scroll;
}

.list-title {
    border-bottom: solid;
    border-color: #4d8dc7;
    font-size: 20px;
    font-weight: 500;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding-left: 25px;
}

input#searchControl {
    height: 38px;
}

p#no-selected {
    padding-left: 20px;
    padding-top: 5px;
}

.h3, h3 {
    font-size: 12px !important;
    color: black;
    font-weight: bold;
    margin-top: 5px !important;
    background-color: rgb(236,236,236) !important; /*//rgb(246,246,246);*/
    padding: 5px;
    border-radius: 5px;
    margin-left: 13px;
}

li.list-group-item.list-group-item-action {
    background-color: transparent;
}

.dropdown-menu.show {
    z-index: 998;
}

.dropdown.bootstrap-select.show-tick {
    width: 612px !important;
}

.dropdown-menu.show {
    width: 95%;
}

@media only screen and (max-width: 1000px) {
    /* Adjustments for small screens */
    .outer-div {
        padding: 10px; /* Adjust padding as needed */
    }

    .heading {
        text-align: center; /* Center align heading */
        margin-bottom: 10px; /* Add margin bottom to heading */
        font-size: 18px; /* Adjust font size for heading */
    }

    .user-info-container {
        text-align: center; /* Center align user info */
        margin-bottom: 10px; /* Add margin bottom to user info */
        font-size: 14px; /* Adjust font size for user info */
    }

    .config-container {
        flex-direction: column; /* Stack elements vertically */
        text-align: center;
    }

    .button-container {
        text-align: center; /* Center align button container */
        margin-top: 10px; /* Add margin top to button container */
    }

    #worskpace-container {
        margin-block: 20px;
        margin-right: 0;
        text-align: left;
    }

    #search-container {
        margin-left: 20px;
    }

    #worskpace-container {
        margin-left: 30px;
    }

    input#searchControl {
        width: 87%;
        margin-left: 22px;
    }

    #tipo-container {
        margin-left: 20px;
        text-align: center;
        padding-top: 15px;
    }

    .img-logopolar {
        margin-left: 20px;
    }

    .heading.col-lg-5.col-md-5.main-title-container {
        margin-left: 20px;
    }

    main#main-container {
        margin-left: 10px;
    }

    .dropdown-menu.show {
        min-width: 380px !important; 
        width: 380px !important; 
/*aaaaaaaaaaaaaaaaaaaaaaaa*/
    }

    .dropdown-menu.show {
        max-width: 380px !important;
    }

    .report-container {
        height: 95vh !important;
        max-height: 120vh !important;
        padding: 0;
        visibility: hidden;
    }

    .dashboard-container {
        height: 95vh !important;
        max-height: 120vh !important;
        padding: 0;
        visibility: hidden;
    }

    .heading.col-lg-4.col-md-3.user-info-container {
        display: block;
    }
    /* Additional adjustments for other elements can be added here */
}

/* Portrait orientation */
@media screen and (orientation: portrait) {

}

/**
    loader
*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
        background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: "";
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -ms-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
