/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Feb 9, 2023, 8:48:00 AM
    Author     : lenovo
*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
*{
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
}
.top-bg{
    width: 100%;
}
.slider {
    height:60px;
    padding:30px 0;
    background:#fff;
    border-radius:12px;
    display:flex;
    align-items:center;

}
.select2-disabled,.select2-search{
    display: none !important;
}
.slider p {
    font-size:32px;
    font-weight:600;
    padding-left:0px;
    color:#ffffff;
}
.slider input[type=”range”] {
    -webkit-appearance:none !important;
    width:420px;
    height:2px;
    background:#7E6D57;
    border:none;
    outline:none;
    padding: 20px;
}
.slider input[type=”range”]::-webkit-slider-thumb {
    -webkit-appearance:none !important;
    width:30px;
    height:30px;
    background:#ccc;
    border:2px solid #7E6D57;
    border-radius:50%;
    cursor:pointer;
    padding: 20px;
}
.slider input[type=”range”]::-webkit-slider-thumb:hover {
    background:#ffffff;
}
.middle {
    padding: 0px;
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.vertical-center {
    margin: 0;
}
.foot {
    position: absolute;
    bottom: 0;
}


.SearchDiv {
    padding: 10px;
    margin: auto;
    margin-left: 50px;
}
.MyInput {
    color: #000000;
    padding: 10px;
    margin-left: 0px;
    font-size: 18px;
    width: 55%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.cat {
    height:200px
}

*{
    cursor: inherit;
}
body,html {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: black;
}

.bg {
    background-image: url("background.jpg");
    height: 100%;   /* Full height */
    background-position: center;    /*Centre and scale without tiling */
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: black;
    text-align: left;
    padding-left: 148px;
}


.loaders {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.circle-loader-2 {
    width: 40px;
    min-width: 25px;
    height: 40px;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    border-top: 10px solid rgba(255, 255, 255, 0);
    border-right: 10px solid rgba(255, 255, 255, 1);
    border-bottom: 10px solid rgba(255, 255, 255, 1);
    border-left: 10px solid rgba(255, 255, 255, 1);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: circle-loader-spin 1s infinite linear;
    animation: circle-loader-spin 1s infinite linear;
}

@keyframes circle-loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

td {
    text-align: left;
    padding: 6px 8px;
}

.copybutton {
    padding-left: 0;
    background-color: #fff;
    border: 0px none;
    font-size: 12px;
}

.tooltip {
    position: relative;
    display: inline-flex;
    padding: 4px 14px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #fff;
    color: #015;
    width: 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 2px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left:50%;
    margin-left: -10px;
    opacity: 0;
    transition: opacity 1.9s;
}
.load-more-area{
    padding-left: 0;
    padding-right: 0;
}
.load-more{
    background: #0075FF;
    color: white;
    padding: 4px 2px;
    font-size: 16px;
    font-weight: 600;
    max-width: 80px;
    width: 80px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    content: "";
    opacity: 1;
}

.bottomRight {
    position: absolute;
    right: 4%;
    bottom: 8px;
}
.ch_hide{
    display: none !important;
}

table{
    width: 55%;
}

div.txt-copyright{
    margin-top: 22px;
    font-size: 12px;
}
.btn-submit{
    background: #0075FF;
    color: white;
    padding: 6px 20px;
    border: none;
    font-size: 18px;
    font-weight: 600;
}
.btn-menu{
    padding: 5px 10px;
    background: #4C4C4C;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.logo-menu{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}
.tableFixHead{
    padding: 10px;
    margin: auto;
    margin-left: 50px;
}
.tableFixHead h1{
    padding-left: 0;
}

.suggest_text{
    font-size: 18px;
    padding-right: 16px;
    width: 100%;
    vertical-align: top;
}
.sl_prompt{
    margin-bottom: 15px;
    font-size: 17px;
    width: 263px;
}

.select2-results{
    max-height: 260px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content:space-between;
    -webkit-justify-content: space-between;
}

.select2-results li.select2-result-with-children > .select2-result-label{
    display: none;
}

.btn_top{
    margin-top: 22px;
    margin-left: 7px;
}
.btn_bottom{
    margin-top: 0px;
    margin-left: 11px;
}
.btn_refresh{
    cursor: pointer;
}
.btn_animation{
    height: 30px;
    cursor: pointer;
}
.btn_help{
    height: 31px;
    cursor: pointer;
}
.help_link{
    margin-left: 3px;
}
@media screen and (max-width: 768px)
{
    .btn_top{
        margin-top: 7px;
        margin-left: 7px;

    }
    .btn_bottom{
        margin-top: 0px;
        margin-left: 7px;
        width: 35px;
        height: 35px;
}
    .tableFixHead{
        margin-left: auto;
        padding: 10px 20px;
    }
    div.txt-copyright{
        font-size: 12px;
    }
    .btn-menu{
        font-size: 14px;
        font-weight: 600;
    }
    .top-bg{
        display: none;
    }
    .head{
        background: url(top-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100px;
        background-position: 5.5%;
    }
    .SearchDiv{
        margin-left: auto;
        padding: 10px 20px;
    }
    .logo{
        width: 58%;
    }
    .MyInput {
        color: #000000;
        padding: 10px;
        font-size: 16px;
        width: 100%;
        padding-left: 10px;
    }
    .result-logo-desktop{
        display: none;
        padding-left: 150px;
    }
    .result-logo-mobile{
        width: 60%;
    }
    .result-logo-link{
        display: block;
        padding: 20px;
    }
    table{
        width: unset;
    }
    .result-head-mobile{
        background: url(branding.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100px;
        display: block;
        background-position:5.5%;
    }
    .suggest_text{
        font-size: 18px;
        padding-right: 16px;
    }
    .sl_prompt{
        margin-bottom: 15px;
        font-size: 18px;
        width: 100%;
    }
    .btn-submit{
        background: #0075FF;
        color: white;
        padding: 5px 10px;
        border: none;
        font-size: 14px;
    }
    .tooltip{
        padding-right: 0;
        padding-left: 0;
    }
    .copybutton{
        padding-right: 0;
    }
}