﻿
@media (min-width: 1170px) {
    .informachine-page-container {
      /*  margin-top: 80px;*/
    }
}

@media (max-width: 1169px) {
    .uses-notification-box {
        display: none !important;
    }

    .navbar.navbar-dark {
        background-color: #ffffff;
        height: auto;

       
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .item-content
    {
        flex:auto;
    }
    .paging-container {
        justify-content: center;
    }
    /*.informachine-page-topnav {
        position: absolute !important;
    }*/
}

.informachine-page-container {
    /*font-size: 16px;*/
    font-size: 14px;
    font-family: sans-serif, Arial, Helvetica;
    /*min-height: 89vh;*/
    min-height: 100vh;
}

    .informachine-page-container .btn-primary {
        background-color: #1c384d;
        border-color: #1c384d;
        color: #d7d7d7;
    }

        .informachine-page-container .btn-primary:hover {
            color: #fff;
        }

    .informachine-page-container h1 {
        /*padding: 0px;
        font-weight: 600;
        font-size: 20px;
        margin: 0;*/
        font-family: Calibri light;
        letter-spacing: 1px;
        font-variant: all-petite-caps;
        font-size: 20px;
        padding: 0 0 0 4px;
        margin: 0;
    }

    .informachine-page-container h2 {
    }

.informachine-maintitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
}

    .informachine-maintitle span {
        font-weight: 600;
    }

.informachine-subtitle {
    padding: 8px;
    font-size: 15px;
    background: #fff;
    border: solid 1px #bbcada;
}

.informachine-page-container h3 {
    margin: 0;
}

.informachine-page-container h4 {
}

.informachine-page-container h5 {
}

.informachine-page-container h6 {
}

.informachine-page-container a {
    color: #4C729D;
    overflow-wrap: anywhere;
}

    .informachine-page-container a:hover {
        color: #4C729D;
    }

.informachine-page-container .btn-hero {
    color: #fff;
}
.informachine-page-container .btn-hero:hover {
        color: #fff;
}
.informachine-page-container .btn-hero-trans:hover {
    color: #fff;
}
.informachine-page-container p {
    font-size: 14px;
    font-family: sans-serif, Arial, Helvetica;
    padding-bottom: 10px;
}



ul {
    /*margin-top: 14px;*/
    list-style-type: none;
    padding-left: 5px;
    font-family: sans-serif;
}
/*.informachine-page-container .pricing-table
    {
        padding:40px;
    }*/
.informachine-page-topnav {
    justify-content: space-between !important;
    background: #fff !important;
    flex-wrap: wrap;
    height: fit-content !important;
    padding-top: 9px;
    padding-bottom: 9px;
    position: fixed !important;
    left: 0;
    width: 100%;
}


.nav-item-sub-container {
    display: flex;
    justify-content: space-between;
    background: #1c384d;
}

.nav-link-button {
    padding: 3px;
    text-align: center;
}

.nav-link-text {
    flex-basis: 90%;
    margin-right: 5px;
}

.navbar-submenu {
    background: #fff;
    color: #121212;
    list-style-type: disclosure-closed;
    padding-left: 29px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    border-radius: 0px 0px 5px 5px;
}



.navbar-submenu-hide {
    display: none;
}

.navbar-submenu li {
}


    .navbar-submenu li a {
        color: #121212 !important;
        height: 27px !important;
        padding-left: 5px;
        line-height: normal !important;
    }

        .navbar-submenu li a.active {
            background: #bbcada !important;
            font-weight: 600;
            color: #121212a3 !important;
        }

        .navbar-submenu li a:hover {
            background: #bbcada !important;
        }

.navbar-submenu-labelbutton {
    color: #121212 !important;
    height: 27px !important;
    padding: 5px;
    line-height: normal !important;
    border-radius: 5px;
    width: 100%;
}

    .navbar-submenu-labelbutton:active {
        background: #bbcada !important;
    }

    .navbar-submenu-labelbutton:hover {
        background: #bbcada !important;
    }


.uses-notification-box p {
    font-family: sans-serif;
    padding: 0px 7px 0 7px;
}

.uses-notification-box a {
    margin-left: 0px !important;
}

.uses-notification-box {
    margin: 3px;
}

.inside_menu-container {
    background: #1c384d;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inside_menu-container i {
        margin-right: 5px;
}
.inside_menu {
    list-style: none;
    display: flex;
    color: #ffffffd9;
    justify-content: flex-start;
    padding: 1px 1px 0px 1px;
    margin: 0;
    flex-wrap: wrap;
}

    .inside_menu li {
        border-right: solid 1px #ffffffd9;
        display:inline-flex;
    }
        .inside_menu li:last-child {
            border-right: none;
        }

        .inside_menu li a, .inside_menu li label {
            color: #ffffffd9;
            cursor: pointer;
            padding: 4px 11px 4px 11px;
        }

            .inside_menu li a:hover, .inside_menu li label:hover {
                color: #fff;
            }

            .inside_menu li a.active {
                background: #f1f1f1;
                font-weight: 600;
                color: #333333c9;
            }


        .loading-container-splash {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }

    .loading-container-splash img {
        display: block;
    }

    .loading-container-splash div {
        text-align: center;
    }

.loading-container-splash-article-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.loading-container-splash-article {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    margin: 33px;
    padding: 20px;
    border-radius: 15px;
}
    .loading-container-splash-article h4 {
        font-size: 18px;
    }

    a {
        color: #4C729D;
    }

a, .btn-link {
    color: #4C729D;
}

.page-container {
}

    .page-container h1 {
        background: #fff;
        padding: 10px;
        font-weight: 600;
        font-size: 20px;
    }

.search-box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    /*align-items: center;*/
    align-items: flex-start;
}

.search-box {
    background: #fff;
    padding: 11px;
    /*display: flex;
    gap: 7px;
    display: flex;
    flex-wrap:wrap;*/
            height: auto;
            border: solid 1px #bbcada;
            margin-bottom: 5px;
        }

.search-box-item {
    flex: auto;
}

.search-box-item-button {
    text-align: right;
}
.search-box-item-button button {
   padding: 4px 10px 4px 10px;
}

.search-box-show {
    background: #fff;
    padding: 5px;
    display: flex;
    gap: 7px;
    display: flex;
    height: auto;
}

.search-box-header {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 5px; */
    background: #bbcada;
    /* padding: 8px; */
    align-items: center;
    gap: 10px;
    padding: 4px 8px;
    align-items: flex-start;
}

.download-filter-button {
}

    .download-filter-button button {
        padding: 0px 5px;
        border-radius: 15px;
        height: auto;
        margin: 2px 0px;
        border: none;
        font-weight: 600;
    }

        .download-filter-button button img {
            margin-right: 7px;
        }

.informachine-subtitle1 {
   /* flex: 1;*/
}

    .informachine-subtitle1 h2 {
        font-size: 15px;
        margin: 0;
        padding: 0px;
    }


.form-container-center {
    padding: 25px;
    font-family: sans-serif;
    display:flex;
    justify-content:center;
    align-items:center;
}
.change-password-container {
    padding: 13px 22px 13px 22px !important;
    background: #fff;
}

.form-container {
    max-width: 600px;
    padding: 10px 30px 10px 30px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 22px 4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 2px 22px 4px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 22px 4px rgb(0 0 0 / 15%);
    font-family: sans-serif;
}

.form-headding {
    /*padding: 5px;*/
}

    .form-headding h1 {
        font-size: 25px;
    }

.form-body {
    /*min-width: 524px;*/
    font-family: sans-serif;
}

.form-body p
{
    font-family:sans-serif;
}

.form-footer {
    padding: 5px;
}

.form-container-login {
    max-width: 600px;
    padding: 5% 14% 5% 14%;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 22px 4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 2px 22px 4px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 22px 4px rgb(0 0 0 / 15%);
}

.login-container {
    /*max-width: 600px;*/
    max-width: 653px;
}

.Login_description {
    margin-top: 30px;
}

.login-button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.login-container .input-group-text {
    width: 40px;
}


.login-container-google-and-normal {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.login-or
{

}
.login-with-google-container
{

}

.pricing-feature {
    list-style-type: disc;
    margin-left: 20px;
}

    .pricing-feature li:first-child {
        list-style-type: none;
        margin-left: -16px;
    }

.Download-listview {
    background: #f1f1f1;
}

.Download-listview-item {
    display: flex;
    /* gap: 9px; */
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 4px; */
    /* padding: 8px 10px 8px 10px; */
    margin: 1px 0px 1px 0px;
    border-bottom: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    background: #fff;
    border-radius: 4px;
}

.Normal-listview-item {
    display: flex;
    gap: 9px;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 0px 0px 11px;
    margin: 0px;
    border-bottom: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    background: #fff;
    border-radius: 0px;
}

.Download-listview-item-header {
    background: #bbcada;
    /* padding: 3px 10px 3px 10px; */
    font-weight: 600;
    border-radius: 0px;
    margin: 0px;
}

.Download-listview-col {
    flex: 1;
    border-right: solid 1px #e7e7e7;
    padding: 6px;
}

.Download-listview-col-action {
    display: flex;
    justify-content: left;
    gap: 12px;
    align-items: center;
}

    .Download-listview-col-action label {
        color: #1c384d;
        cursor: pointer;
    }

        .Download-listview-col-action label:hover {
            font-weight: 600;
        }

.Download-listview-col-last {
    border-right: none;
}

.Download-listview-col-title {
    flex-basis: 36%;
    word-break: break-word;
}

.Download-listview-col-title p {
   margin: 0px;
   padding: 0px;
}

    .Download-listview-col-title h3 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }

.Download-listview-col-checkbox {
    flex: 0;
    /*padding-right: 9px;*/
}

.Download-listview-col-title-container {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 5px;
    position: relative;
}

.Download-listview-col-title-bookmark img {
    width: 20px;
    padding-top: 4px;
}

.Download-listview-col-title-content h2 {
    /*font-size: 14px;
        font-weight: 700;
        margin-bottom: 4px;*/
}

.Download-listview-col-title-content h3 {
    font-size: 14px;
    margin-bottom: 4px;
}

.Download-listview-col-title-content img {
    width: 100px;
    margin: 0px 10px 0 0;
    float: left;
    border-radius: 3px;
}

.Download-listview-col-title-content p {
    margin: 0px 0px 5px 0px;
    padding: 2px;
    line-height: 1.3;
}

.pricing-table img {
    padding: 15px;
}

.profile-container {
    padding: 0px;
    max-width: 876px;
}

.profile-mysources-container-businessarea {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 3px 3px 3px 9px;
    margin: 5px 5px 2px 5px;
    background: #1723330a;
    border-radius: 9px;
}

    .profile-mysources-container-businessarea h2 {
        font-size: 14px;
        margin: 0;
        background: none;
        border: none;
    }

    .profile-mysources-container-businessarea select {
        /*font-size: 14px;*/
        margin: 0;
        max-width: 352px;
        height: 41px;
    }

.profile-mysources-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
   /* align-items: center;*/
    padding: 5px;
    margin: 5px;
    background: #1723330a;
}

    .profile-mysources-container h2 {
        padding: 10px;
        padding-left: 9px;
        font-weight: 600;
        background-color: #BBCADA;
        border-color: #BBCADA;
        color: #353535d4;
        font-size: 14px;
        margin: -1px;
    }

.profile-mysources-box {
    flex: 2;
    background: #fff;
    border: solid 1px #bbcada;
}

.profile-mysources-box-body {
    padding: 0px;
}

.profile-mysources-button-box {
    flex: 1;
    text-align: center;
}

    .profile-mysources-button-box button {
        width: 100%;
        max-width: 200px;
    }

.profile-mysources-select-all {
    display: flex;
    justify-content: space-between;
    padding: 1px 10px 1px 8px;
    align-items: center;
    flex-wrap: wrap;
    background:#f1f1f1;
}

.profile-mysources-select-all button.btn {
   margin: 2px;
   padding: 2px 11px 2px 11px;
   border-radius: 5px;
}

.profile-mysources-select-all div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
}

.profile-mysources-select-all input {
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.profile-mysources-select-all label {
        font-weight:600;
}

.result-not-found {
    padding: 26px;
    background: #fff;
    display: flex;
    gap: 7px;
    justify-content: space-between;
    flex-direction: column;
    align-content: center;
    align-items: center;
    font-size: 18px !important;
}

    .result-not-found button {
        /* padding:10px;
    margin:10px;*/
    }

/*For Input_Select_CustomM*/
.Input_Select_CustomM {
    max-height: 300px;
    list-style-type: none;
    overflow: auto;
    padding: 8px;
    border: solid 1px #e7e7e7;
}

    .Input_Select_CustomM li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0px;
    }

        .Input_Select_CustomM li input {
            width: 16px;
            height: 16px;
            margin-right: 7px;
        }

        .Input_Select_CustomM li label {
        }

.selectedM {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-content: baseline;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 4px;
    border: solid 1px #f1f1f1;
    margin: 6px 0px 7px 0;
}

    .selectedM li {
        background: aliceblue;
        margin: 2px;
        border-radius: 4px;
        padding: 2px 11px 0px 11px;
    }
/*End*/
.Search-alerts-filter-button {
    display: flex;
    justify-content: right;
}

    .Search-alerts-filter-button button {
        background: none;
        border: none;
        font-weight: 600;
    }

    .Search-alerts-filter-button span {
        font-weight: 500;
        padding: 2px 10px 2px 10px;
        cursor: pointer;
        /* color: #212529e0; */
        font-style: italic;
        border: solid 1px #1c384d;
        border-radius: 8px;
    }

        .Search-alerts-filter-button span:hover {
            font-weight: 600;
            background: #1c384d;
            color: #fff;
        }

.Search-alerts-filter-container-hide {
    display: none;
}

.Search-alerts-filter-container-show {
    display: block;
}

.Search-alerts-email-settings-container-hide {
    display: none;
}

.Search-alerts-email-settings-container-show {
    display: block;
}

.popup-form-container {
    /* min-width: 784px;*/
    font-family: sans-serif;
}

.popup-form-header {
    display: flex;
    justify-content: left;
}

.popup-form-body {
    max-height: 80vh;
    overflow: auto;
    min-width: 782px;
    min-height: 135px;
    /*max-height: 400px;
    overflow: auto;
    margin-bottom: 7px;
    min-height: 135px;
    background: #fff;*/
}

.popup-form-body-no-min-width {
    min-width: auto;
}

.popup-form-body-alerts {
    padding: 7px;
}

    .popup-form-body-alerts h4 {
        font-weight: 500;
        font-size: 16px;
    }

.popup-form-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background: #1723330a;
    margin: 3px;
    padding: 5px;
    border-radius: 3px;
}

    .popup-form-item > div:first-child {
        flex-basis: 30%;
        border-right: solid 1px #e7e7e7;
        margin-right: 15px;
    }

    .popup-form-item > div {
        flex-basis: 68%;
    }

.popup-form-item-col-full {
    flex-basis: 100% !important;
    border-right: none !important;
    margin-right: 0px !important;
}

.popup-form-footer {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
}



/*For Input_Select_CustomM*/
.dropdown-list-container {
    min-width: 225px;
    width: 100%;
    position: relative;
}

.dropdown-list-display {
    position: absolute;
    background: #fff;
    border: solid 1px #e7e7e7;
    width: 100%;
   /* max-width: 333px;*/
    z-index: 1;
    border-radius: 0px 0px 13px 13px;
}

.dropdown-list-display-listbox {
    position: relative;
}

.dropdown-list-display ul {
    max-height: 300px;
    list-style-type: none;
    overflow: auto;
    padding: 8px;
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: 2px;
}

    .dropdown-list-display ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0px;
    }

        .dropdown-list-display ul li input {
            margin: 0px 8px;
            min-width: 18px;
            min-height: 18px;
        }

        .dropdown-list-display ul li label {
        }
.dropdown-list-display_li_Notfound {
    justify-content: center !important;
    padding: 10px;
    font-weight: 600;
}

.dropdown-list-entry-point {
    min-height: 38px;
    max-width: 333px;
    display: flex;
    justify-content: space-between;
    border: solid 1px #e7e7e7;
    border-radius: 4px;
    align-items: baseline;
}

.placeholder-container {
    min-width: 150px;
}

    .placeholder-container:empty:before {
        content: attr(data-placeholder);
        padding-left: 8px;
        font-size: 16px;
    }
/*.dropdown-list-entry-point:empty:not(:focus):before {
    content: attr(data-text);
}*/
.dropdown-list-opener {
    /* background: #f7f7f7; */
    /* border-left: solid 1px #e7e7e7; */
    padding: 9px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
}

    .dropdown-list-opener span {
        color: #0101015e;
    }

.dropdown-list-selected {
    list-style-type: none;
    display: flex;
    /* width: 100%; */
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 3px;
    max-height: 100px;
    overflow: auto;
    font-size: 14px;
    gap: 3px;
}

    .dropdown-list-selected li {
        background: #f8f8f8;
        /* margin: 2px; */
        border-radius: 4px;
        padding: 0px 0px 0px 8px;
        border: solid 1px #e7e7e7;
        line-height: 1.2;
    }

        .dropdown-list-selected li label {
            padding: 5px;
            background: #e7e7e7;
            margin-left: 5px;
            font-weight: 700;
            color: #3333338f;
        }

.dropdown-list-display-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dropdown-list-display-header span {
        padding: 0px 8px 0px 8px;
        font-weight: 600;
        cursor: pointer;
    }

.dropdown-list-display-footer {
    padding: 4px;
    display: flex;
    justify-content: right;
    justify-items: center;
    align-items: center;
    gap: 7px;
    background: #f1f1f1;
}
.search-textbox-alongwith-image {
    display: flex;
    width: 100%;
}

    .search-textbox-alongwith-image img {
        width: 30px;
        padding: 5px;
        /* background: #f1f1f1; */
        border: solid 1px #e7e7e7;
        border-radius: 6px 0px 0px 6px;
    }

    .search-textbox-alongwith-image input {
        border-left: none;
        border-radius: 0;
    }
/*End*/

.source-group-source-container {
}

.source-group-source-header {
}

.source-group-source-body {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.source-group-source-box {
    width: 100%;
    max-width: 344px;
    background: #fff;
    border: solid 1px #bbcada;
}

.source-group-source-box-header {
    padding: 4px;
    padding-left: 9px;
    font-weight: 600;
    background-color: #BBCADA;
    border-color: #BBCADA;
    color: #353535d4;
    font-size: 16px;
    margin: -1px;
}

.source-group-source-box-body {
    padding: 5px;
}

    .source-group-source-box-body ul {
        padding: 5px;
        height: 300px;
        overflow: auto;
        margin: 7px;
        margin-right: 0;
    }

        .source-group-source-box-body ul li {
            display: flex;
            align-items: center;
        }

            .source-group-source-box-body ul li input[type=checkbox] {
                height: 18px;
                width: 18px;
                margin: 4px 8px 4px 4px;
            }

            .source-group-source-box-body ul li span {
                /* height: 18px; */
                /* width: 18px; */
                margin: 4px 11px 4px 4px;
                cursor: pointer;
                /* background: aliceblue; */
                padding: 2px;
                border: solid 1px #e7e7e7;
                border-radius: 4px;
            }

                .source-group-source-box-body ul li span:hover {
                    color: #dc3545;
                }


.source-group-source-added {
}

/*Treeview*/
.i-treeview-container {
    max-height: 350px;
    background: #fff;
    padding: 8px;
    overflow: auto;
}

.i-treeview-nodes-root {
    padding: 0;
    padding-left: 3px;
}

.i-treeview-nodes {
    list-style-type: none;
    padding: 0;
    padding-left: 12px;
}

    .i-treeview-nodes li {
        border-left: dotted 1.5px #33333396;
    }

        .i-treeview-nodes li label {
            background: url(/Images/Label_22x20.png) 0% 7% no-repeat;
            background-size: 22px 22px;
            padding-left: 24px;
        }


        .i-treeview-nodes li label:hover {
                font-weight: bold;
        }

        .i-treeview-nodes li label.active {
            font-weight: bold;
            background: #bbcada;
        }


.i-treeview-nodes-item:hover + .i-treeview-action-button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

.i-treeview-nodes-item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4px;
}

.i-treeview-node-pluse-minus {
    margin-left: -7px;
    width: 19px;
}

.i-treeview-action-button-container {
    display: none;
}

    .i-treeview-action-button-container i {
        padding: 4px;
    }

/*End TreeView*/
/*Search*/
.Top-Search {
    /*margin-top: 11px;
    margin-left: 10px;*/
    display: inline-flex;
}

    .Top-Search input {
        padding: 4px 4px 4px 10px;
        border: solid 1px #e7e7e7;
        width: 300px;
    }

    .Top-Search img {
        height: 39px;
        border: 1px solid #f1f1f1;
        padding: 6px;
        float: left;
        /* border-radius: 0px 3px 3px 0px !important; */
        border-radius: 0 !important;
        background: #f1f1f1;
        cursor: pointer;
    }

.Top-Serach_button {
    /* width: 70px; */
    height: 34px;
    border: 1px solid #f1f1f1;
    padding: 6px;
    float: left;
    /* border-radius: 0px 3px 3px 0px !important; */
    border-radius: 0 !important;
    background: #f1f1f1;
}
/*End Search*/
.search-param {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    /* margin-left: 5px; */
    /*gap: 8px;*/
    list-style-type: disc;
    /* padding: 0px; */
    /* list-style: hangul; */
}

    .search-param li {
        margin-right: 12px;
        margin-left: 15px;
    }

        .search-param li label {
            font-weight: 600;
            margin-right: 4px;
            margin-left: -4px;
        }

.search-param-first-li {
    list-style-type: none;
    margin-left: 3px !important;
}

.search-param-first-li-red {
    list-style-type: none;
    color: red;
    text-transform: uppercase;
    margin-left: 0px !important;
}

.top-banner-add {
    margin: 0px -1px 0px 0px;
    text-align: center;
    background: #fff;
    padding: 8px;
    min-height: 106px !important;
}
.top-banner-add img {
    width:100%;
}
.bottom-ads-horizental {
    margin: 3px 10px 10px 10px;
    text-align: center;
    background: #fff;
}
.ads-vertical {
    margin: 3px 10px 10px 10px;
    text-align: center;
    background: #fff;
}

.ads-squire {
    margin: 3px 10px 10px 10px;
    text-align: center;
    background: #fff;
}

.item-ads .ads-vertical {
    margin: 10px 0px 10px 10px;
}

.container-forAds {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-content
{
    flex:3;
}
.item-ads
{
    padding:4px 0px 10px 0px;
    flex:1;
}
.item-ads-no
{

}

.paging-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    justify-items: center;
    background: #fff;
    padding: 6px;
}
.Page-number-container {
    display: flex;
    margin: 0px 10px 0 10px;
}
    .Page-number-container input {
        width: 70px;
        padding: 7px;
        height: 38px;
        border-radius: 0px;
    }
    .Page-number-container button {
        border-radius: 0px 10px 10px 0px;
        height: 38px;
        padding-left: 11px;
        padding-right: 11px;
        margin: 0px;
    }
.page-item-text {
    padding: 7px 11px 7px 3px;
}
.page-item label
{
    cursor:pointer;
}

.buy_details {
    width: 100%;
    float: left;
    margin-top: 77px;
}
.buy-address
{
    text-align:left;
}
.buy-address p{
    margin:0px;
}

.top-action-button-container {
    text-align: start;
    padding: 4px 10px 4px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total-rows
{
    font-weight:600;
}
.item-caption-for-mobile {
    display: none;
    font-weight: 600;
    margin-right: 6px;
}
.request-url-updgrade-notification {
    padding: 23px;
    background: #fff;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 5px;
    margin: 5px;
}

.label-attached-item-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-height: 86px;
    background: #fff;
    padding: 8px;
    overflow: auto;
}
.label-attached-item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4px;
    background: #b5d990;
    /* padding: 0px 7px 0px 0px; */
    border-radius: 5px;
    padding-left: 4px;
}
.label-attached-item-new {
}
.label-attached-item label {
    background: url(/Images/Label_22x20.png) 0% 7% no-repeat;
    background-size: 22px 22px;
    padding-left: 24px;
}
.label-attached-item span {
    cursor: pointer;
    color: #fff;
    padding: 5px;
    background: #999;
    border-radius: 0px 7px 7px 0px;
}

.label-attached-item span:hover{
    color: #333;
    background: #e7e7e7;
}

.label-root-node{
    font-weight:600;
}

/*Cooky policy*/
.cookies-policy-content p {
    margin-left: 20px;
    margin-bottom: 20px;
}

.cookies-policy-content h4 {
    margin-left: 20px;
}

.cookies-policy-content li {
    margin-bottom: 0px;
}

.hightlight {
    color: #c5271e;
}

#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Georgia",Helvetica;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

    #cookieConsent span {
        font-size: 15px;
        color: white;
    }

    #cookieConsent a.cookieConsentOK {
        background-color: #F1D600;
        color: #000;
        display: inline-block;
        border-radius: 5px;
        padding: 0 20px;
        cursor: pointer;
        float: right;
        /* margin: 0 60px 0 10px; */
        margin: 0 0 0 10px;
    }

    #cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }

.page-not-found404 {
    margin-top: 110px;
    padding: 40px;
    text-align: center;
    color: #e80505;
}

.term-of-service-container-main {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.term-of-service-container {
    max-width: 664px;
    font-size: 18px;
    border: solid 1px #e7e7e7;
    padding: 23px;
    border-radius: 15px;
}
    .term-of-service-container h3 {
        font-size: 21px;
        margin-top: 23px;
    }
    .term-of-service-container p {
        line-height: 1.6;
    }
/*Cooky policy*/
.LoginOR-separator {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #1c384dab;
    line-height: 0.1em;
    margin: 20px 0 20px;
}
.LoginOR-separator span {
    background: #fff;
    padding: 0 10px;
}

.login-with-google-button-container {
    text-align: center;
    display: flex;
    justify-content: center;

}

.registration-with-google-button-container {
    text-align: center;
    display: flex;
    justify-content: center;
    border: solid 1px #e7e7e7;
    padding: 15px;
    border-radius: 7px;
}

.registration-form-box-container {
    border: solid 1px #e7e7e7;
    border-radius: 7px;
    padding: 6px;
}

.main-banner-content .subtitle {
    letter-spacing: 3px;
}

.Informachine-public-app-container {
    background: #f1f1f1;
    padding: 8px;
    border-radius: 8px;
    font-family: sans-serif;
}

.homepage-title {
   /* font-size: 35px;*/
    font-weight: 800;
}
.homepage-description {
    max-width: 849px;
    margin-top: 6px !important;
}