@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --background-color: black;
    --primary-color: #482c7c;
    --second-color: linear-gradient(90deg, rgba(105,113,120,1) 0%, rgba(51,18,69,1) 40%, rgba(20,44,64,1) 100%);
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.cursor-pointer {
    cursor: pointer;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.IconDiv {
    float: right;
    text-align: right;
    margin-left: -25px;
    margin-top: -28px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    width: 20px;
    align-self: end;
    pointer-events: none;
}

.blur_background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    background-color: white;
    opacity: 0.4;
}

.blurBlack_background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 15;
    pointer-events: none;
    background-color: black;
    opacity: 0.35;
}

.loader-Text {
    position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 16;
    margin: 5% auto;
    font-size: 20px;
}

.loader {
    position: fixed;
    top: 30%;
    left: 0;
    transform: translate(-50%,-50%);
    right: 0;
    margin: 5% auto;
    z-index: 15;
    border: 10px solid #dfdfdf;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}


.hide_background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 20;
    pointer-events: none;
    background-color: white;
}

.loaderHide {
    position: fixed;
    top: 30%;
    left: 0;
    transform: translate(-50%,-50%);
    right: 0;
    margin: 5% auto;
    z-index: 21;
    border: 10px solid #dfdfdf;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.alertPopUp {
    position: sticky;
    top: 0em;
    z-index: 10;
}

.DesignCenter {
    text-align: -webkit-center;
}

.webkitWidthFill {
    width: -webkit-fill-available;
}

.dangerBtnColor {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.successBtnColor {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}



/* _content/Autotrack/Shared/MainLayout.razor.rz.scp.css */
.page[b-h0zlh1jv8z] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

main[b-h0zlh1jv8z] {
    flex: 1;
}

.sidebar[b-h0zlh1jv8z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    overflow: auto;
    z-index: 8;
}

    .sidebar[b-h0zlh1jv8z]::-webkit-scrollbar {
        display: none;
    }

.top-row[b-h0zlh1jv8z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .top-row[b-h0zlh1jv8z] a, .top-row .btn-link[b-h0zlh1jv8z] {
        white-space: nowrap;
        /*  margin-left: 1.5rem;*/
    }

.top-row a:first-child[b-h0zlh1jv8z] {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h0zlh1jv8z] {
        display: none;
    }

    .top-row.auth[b-h0zlh1jv8z] {
        justify-content: space-between;
    }

    .top-row a[b-h0zlh1jv8z], .top-row .btn-link[b-h0zlh1jv8z] {
        margin-left: 0;
    }
}*/

@media (min-width: 700px) {
    .page[b-h0zlh1jv8z] {
        flex-direction: row;
    }

    .sidebar[b-h0zlh1jv8z] {
        width: auto;
        height: 100vh;
        position: sticky;
        top: 0;
        min-width: 220px;
    }

    .top-row[b-h0zlh1jv8z] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row[b-h0zlh1jv8z], article[b-h0zlh1jv8z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Autotrack/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-enupuad1e4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-enupuad1e4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-enupuad1e4] {
    font-size: 1.1rem;
}

.oi[b-enupuad1e4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-enupuad1e4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-enupuad1e4] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-enupuad1e4] {
    padding-bottom: 1rem;
}

.nav-item[b-enupuad1e4] a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 1.5rem;
}

    .nav-item[b-enupuad1e4] a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item[b-enupuad1e4] a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

@media (min-width: 700px) {
    .navbar-toggler[b-enupuad1e4] {
        display: none;
    }

    .nav-group {
        display: block !important;
    }

    /*.collapse[b-enupuad1e4] {*/
    /* Never collapse the sidebar for wide screens */
    /*display: block;
    }*/
}

.navItemDrop::after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    padding-left: 5px;
}

.navItemDrop.collapsed:after {
    content: "\f107";
}

.file-input-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    border-radius: 8px;
    border: 0px;
    position: relative;
    /*width: 160px;*/
    padding: 18px;
    height: 30px;
    font-size: inherit;
}

    .file-input-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

    .panel-pricing:hover {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-pricing .panel-heading {
    padding: 20px 10px;
    color: #FFF;
    background-color: #009dff;
    border-color: #d6e9c6;
}

    .panel-pricing .panel-heading .fa {
        margin-top: 10px;
        font-size: 58px;
    }

.panel-pricing .list-group-item {
    color: #777777;
}

    .panel-pricing .list-group-item:last-child {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .panel-pricing .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

.badgebox {
    opacity: 0;
}

    .badgebox + .badge {
        /* Move the check mark away when unchecked */
        text-indent: -999999px;
        /* Makes the badge's width stay the same checked and unchecked */
        width: 27px;
    }

    .badgebox:focus + .badge {
        /* Set something to make the badge looks focused */
        /* This really depends on the application, in my case it was: */
        /* Adding a light border */
        box-shadow: inset 0px 0px 5px;
        /* Taking the difference out of the padding */
    }

    .badgebox:checked + .badge {
        /* Move the check mark back when checked */
        text-indent: 0;
    }

.btn-main-page {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-lg, .btn-group-lg > .btn-main-page {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-block {
    display: block;
    width: 100%;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.default:hover {
    background: #e7e7e7;
}

.dropdown-item-top-bar {
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
    border: 0;
}

    .dropdown-item-top-bar:hover {
        background: #e7e7e7;
        cursor: default;
    }

.file-input-zone-top-bar {
    color: black;
    white-space: nowrap;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: .25rem 1rem;
    border: 0;
}

    .file-input-zone-top-bar:hover {
        background: #e7e7e7;
    }

    .file-input-zone-top-bar input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
    }



.carousel {
    margin: 30px auto 60px;
    padding: 0 80px;
}

    .carousel .carousel-item {
        text-align: center;
        overflow: hidden;
    }

        .carousel .carousel-item h4 {
            font-family: 'Varela Round', sans-serif;
        }

        .carousel .carousel-item img {
            max-width: 100%;
            display: inline-block;
        }

        .carousel .carousel-item .btn {
            border-radius: 0;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: bold;
            border: none;
            background: #a177ff;
            padding: 6px 15px;
            margin-top: 5px;
        }

            .carousel .carousel-item .btn:hover {
                background: #8c5bff;
            }

            .carousel .carousel-item .btn i {
                font-size: 14px;
                font-weight: bold;
                margin-left: 5px;
            }

.carousel-control-prev, .carousel-control-next {
    height: 44px;
    width: 44px;
    background: none;
    margin: auto 0;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.8);
}

    .carousel-control-prev i, .carousel-control-next i {
        font-size: 36px;
        position: absolute;
        top: 50%;
        display: inline-block;
        margin: -19px 0 0 0;
        z-index: 5;
        left: 0;
        right: 0;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: none;
        font-weight: bold;
    }

    .carousel-control-prev i {
        margin-left: -3px;
    }

    .carousel-control-next i {
        margin-right: -3px;
    }

.carousel-indicators {
    bottom: -50px;
}

    .carousel-indicators li, .carousel-indicators li.active {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 4px;
        border: none;
    }

    .carousel-indicators li {
        background: #ababab;
    }

        .carousel-indicators li.active {
            background: #555;
        }

.switch_box {
    border: 1px solid black;
    box-shadow: 2px;
    list-style-type: none;
    padding: 10px;
    width: 300px;
    text-align: center;
    box-shadow: 1px 3px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 3px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 3px 1px 3px rgba(0,0,0,0.3);
}

.section {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 80%;
    /*border: 1px solid black;*/
    border-radius: 10px;
    padding: 30px;
    box-shadow: 1px 1px 16px 1px rgba(0,0,0,0.56);
    -webkit-box-shadow: 1px 1px 16px 1px rgba(0,0,0,0.56);
    -moz-box-shadow: 1px 1px 16px 1px rgba(0,0,0,0.56);
    background: rgb(244,255,251);
    background: linear-gradient(90deg, rgba(244,255,251,1) 0%, rgba(234,240,237,1) 100%);
}

@media only screen and (max-width: 600px) {
    .section {
        width: 90%;
        padding: 2px;
    }
}

.borderline {
    border-bottom: 1px solid green;
    padding: 5px;
}




/*Form Management*/
.FMFontReportDescription{
    font-size: 1.2vw;
}
.FMFontFormDescription2{
    font-size: 1.2vw;
}
.FMFontFormDescription3 {
    font-size: 0.9vw;
}
.FMfontsize {
    font-size: 1vw;
}

.FMfontsize2{
    font-size: 0.8vw;
}

.FMReportDescriptionfontsize {
    font-size: 2vw;
}

.FMFontSizeNormal{
    font-size: 1.5vw;
}

.FM_imageSize{
    width: 7%;
    height: auto;
}

.FMInputBorder{
    text-align: center;
}

.FMMaxWidthImage{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}

.FMBackgroundColorTextBox {
    /*background-color: #3c2c7f;*/
    /*border: none;*/
}

    .FMBackgroundColorTextBox:focus {
        /*background-color: #3c2c7f;*/
        /*border: none;*/
    }

#FMInputTextcolor {
    /*color: white;*/
}

    #FMInputTextcolor::placeholder {
        /*color: white;*/
    }

    .FMInputBorder:focus {
        outline: none;
    }

#setLineHeight {
    line-height: 1vw;
}
.FMEmptyLayout {
    min-width: 200px;
}

.FMTextMuted {
    opacity: 0.9;
    /*color: white;*/
}

#FM-modal-dialog-backgroundcolor {
    /*background: rgb(64,82,116);
    background: -moz-linear-gradient(90deg, rgba(64,82,116,1) 22%, rgba(28,44,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(64,82,116,1) 22%, rgba(28,44,76,1) 100%);
    background: linear-gradient(90deg, rgba(64,82,116,1) 22%, rgba(28,44,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#405274",endColorstr="#1c2c4c",GradientType=1);*/
}
@media (max-width: 1000px) {
    .FMfontsize {
        font-size: 10px; /* Adjust this to your desired minimum font size */
    }
    .FMfontsize2 {
        font-size: 8px; /* Adjust this to your desired minimum font size */
    }
    .FMReportDescriptionfontsize {
        font-size: 18px; /* Adjust this to your desired minimum font size */
    }

    .FMFontSizeNormal{
        font-size: 15px;
    }
    .FMFontReportDescription {
        font-size: 14px
    }
    .FMFontFormDescription2{
        font-size: 14px
    }
    .FMFontFormDescription3{
        font-size: 13px
    }
    #setLineHeight{
        line-height: 10px;
    }
    .container {
        padding: 0;
    }
    .FM_imageSize{
        width: 20%;
        height: auto;
    }
    .FMMaxWidthImage{
        width: 100%
    }
}

.has-search .form-control {
    padding-left: 2.375rem;
}


.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.backgroundSecondColor {
    background: rgb(64,82,116);
    background: -moz-linear-gradient(90deg, rgba(64,82,116,1) 22%, rgba(28,44,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(64,82,116,1) 22%, rgba(28,44,76,1) 100%);
    background: linear-gradient(90deg, rgba(64,82,116,1) 22%, rgba(28,44,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#405274",endColorstr="#1c2c4c",GradientType=1);
}

.imageNavigator {
    position: absolute;
    top: 8%;
    left: 12%;
}

.deleteTrashCanIcon {
    position: absolute;
    top: 8%;
    left: 94%;
    transform: translate(-50%, -50%);
    background-color: #2F2323;
    cursor: pointer;
}

    .deleteTrashCanIcon:hover {
        background-color: red;
    }

#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */

        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.search-query:focus + button {
    z-index: 3;
}

.invertImageColorTesting {
    filter: invert(1); /*Inverts the colors of the image*/
}

.borderCornerOnly {
    background: linear-gradient(to right, black 4px, transparent 4px) 0 0, linear-gradient(to right, black 4px, transparent 4px) 0 100%, linear-gradient(to left, black 4px, transparent 4px) 100% 0, linear-gradient(to left, black 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, black 4px, transparent 4px) 0 0, linear-gradient(to bottom, black 4px, transparent 4px) 100% 0, linear-gradient(to top, black 4px, transparent 4px) 0 100%, linear-gradient(to top, black 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

/*hr with word between*/
.hr-sect-white {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: white;
    margin-top: 10px;
    opacity: 0.85;
}

    .hr-sect-white:before {
        content: "";
        flex-grow: 1;
        background: white;
        height: .5px;
        font-size: 0px;
        line-height: 0px;
        margin-top: 5px;
        margin-right: 4px;
        opacity: 0.85;
    }

    .hr-sect-white:after {
        content: "";
        flex-grow: 1;
        background: white;
        height: .5px;
        font-size: 0px;
        line-height: 0px;
        margin-top: 5px;
        margin-left: 4px;
        opacity: 0.85;
    }

.hr-sect-black {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: black;
    margin-top: 10px;
    opacity: 0.6;
}

    .hr-sect-black:before {
        content: "";
        flex-grow: 1;
        background: black;
        height: .5px;
        font-size: 0px;
        line-height: 0px;
        margin-top: 5px;
        margin-right: 4px;
        opacity: 0.6;
    }

    .hr-sect-black:after {
        content: "";
        flex-grow: 1;
        background: black;
        height: .5px;
        font-size: 0px;
        line-height: 0px;
        margin-top: 5px;
        margin-left: 4px;
        opacity: 0.6;
    }

.bg-greyCustom {
    background-color: rgba(130, 130, 130, 0.1)!important;
}




/*Custom Icon*/
.clarity--devices-solid {
    display: inline-block;
    width: 15px;
    height: 15px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath fill='%23000' d='M32 13h-8a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V15a2 2 0 0 0-2-2m0 2v13h-8V15Z' class='clr-i-solid clr-i-solid-path-1'/%3E%3Cpath fill='%23000' d='M28 4H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8v2H9.32A1.2 1.2 0 0 0 8 27a1.2 1.2 0 0 0 1.32 1h10.6v-.37H20V22H4V6h24v5h2V6a2 2 0 0 0-2-2' class='clr-i-solid clr-i-solid-path-2'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}


.form-controlNoWidth {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
