﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
body { 
    font-size: 14px!important;
    
}

.mainflag {
    background-image: url('../images/israel-flag-2.gif.webp');
    background-size: cover; /* This property scales the image to cover the entire element */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: center center; /* Position the image in the center of the element */
    min-width: 100%!important;
    height: 650px!important;
    text-align:center;
}
.body-content {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    direction: rtl !important;
    /*font-size-adjust:0.58!important;*/
}
.ScrollerNews{
    font-weight:700 !important;
    font-size:large !important;
}

.form-gap {
    padding-top: 70px;
}
.form-gap-small {
    padding-top: 40px;
}
.form-gap-smaller {
    padding-top: 20px!important;
}

.margin-auto-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.margin-auto-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}
.margin-auto-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}
.margin-auto-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}
.margin-auto-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
}



.nav-link {
    font-size:14px!important;
    font-weight:bold;
    color:white!important;
}
.nav-linkred {
    font-size: 14px !important;
    font-weight: bold;
    color: white !important;
    background-color:red
}

.loginmodeule {
    font-size: 14px !important;
    font-weight: bold;
    color: white !important;  
}
    .loginmodeule a {
        text-decoration: none;             
    }

    .second-row {
        background-color: #163452; /* Add a background color to the second row */
        padding: 5px 0;
        position: fixed;
        top: 62px; /* Adjust the top position as needed */
        width: 100%;
        z-index: 100; /* Make sure the second row appears above the first row */
    }
.navbar-toggler {
    position: relative;
    z-index: 101; /* Ensure the mobile menu button appears above the second row */
}

    .second-row .container {
        margin-left: auto;
        margin-right: auto;
    }

    .second-row .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.ReqVal{
    color:red!important;
    background-color:#d4d282!important;
}

.search-container {    
    background-color: white !important;
    border: 1px solid #ccc;
    height: 30px !important;
    border-color: black;
    border-style: solid;      
}

[dir="ltr"] .search-container {    
    direction: ltr!important;
}
[dir="rtl"] .search-container {
    direction: rtl!important;
}


.search {
    width: 420px !important;
    background-color: white !important;    
    border: 1px solid #ccc;
    height: 30px !important;
    border-color: black;
    border-style: solid;  
}






.form-label {
    display: inline-block;
    white-space: nowrap;
    font-size: medium !important;
    padding: 8px 14px !important;
    font-weight: bolder !important;
}
.form-control {
    font-size: large !important;
    padding: 8px 14px !important;
    font-weight: bolder !important;
}
.borderd{
    border:solid 1px lightblue!important;
}

.container-full {
    margin: 0 auto;
    width: 600px;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.imsimage {
    display: flex;
    justify-content: center;
    align-items: center;
}


.center-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-div {
    display: flex;
    justify-content: right!important;
    align-items:flex-start !important;
}

.mycrumb {    
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 5px; /* Adjust the negative margin value as needed */
}

.mycrumb-item {
    font-size: 18px;
    font-weight:600;
    display: inline;
    line-height: 1.5; /* Adjust the line-height value as needed */

}

    .mycrumb-item a {
        color: #333;
        text-decoration: none;
    }

        .mycrumb-item a:hover {
            text-decoration: underline;
        }

    .mycrumb-item:not(:last-child)::after {
        content: "/";
        color: #999;
        margin: 0 8px;
    }


a {
    color: #26292b;
    text-decoration: none;
}

    a:hover {
        color: #005580;
        text-decoration: underline;
    }

.visibleurl a {
    color: blue !important;
    text-decoration: none;
}

    .visibleurl a:hover {
        color: blue!important;
        text-decoration: underline !important;
    }

.resultdesc {
    font-size:large!important;
    max-width: 800px;
    white-space: normal; /* Ensures the text wraps */
    word-wrap: break-word; /* Breaks long words if necessary */
    overflow: hidden; /* Prevents overflow beyond the max-width */
    display: block; /* Makes the element behave like a block-level element */
    
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.foot {
    min-height: 30px;
    background-color: #7087cb;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;    
    position: fixed;
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: large !important;
    color: white;
}

.cookeis {
    min-height: 60px;
    background-color: #1d55ad9e;
    color: white;
    font-size: 18px;
    border-radius: 15px;
    padding:10px;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;  
    position: fixed;
    align-content: center;
    align-items: center;
    text-align: center;
    bottom: 30px;
    align-content: center;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.centerit {
    
    margin: 0px auto 0px auto;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding-top:100px;
    }
    .tagbrand {        
        border-radius: 80px;
        background-color: white;
        max-height: 100px;
        max-width: 100px;
        align-content: center;
        position: fixed;
        z-index: 10000;
        top: 1px;
        left: 10px;
        box-shadow: 0 0 20px gray;
    }
        .tagbrand img {
            max-width: 100%;
            max-height: 100%;
        }

    .tagbrandcenter {
        border-radius: 80px;
        background-color: white;
        max-height: 100px;
        max-width: 100px;
        align-content: center;
        position: fixed;
        z-index: 10000;
        top: 20%;
        left: 50%;
        box-shadow: 0 0 20px gray;
    }

        .tagbrandcenter img {
            max-width: 100%;
            max-height: 100%;
        }


    .searchmain {
        width: 500px !important;
        background-color: white !important;
        border: 1px solid #ccc;
        height: 40px !important;
        border-color: blue;
        border-style: solid;
        border-radius: 10px;
    }

    .ddlmain {
        min-width: 200px !important;
        border: 1px solid #ccc;
        height: 40px !important;
        border-color: blue;
        border-style: solid;
        border-radius: 10px;
    }

    .rtl .ddlmain {
        background-position: 2% 50%; /* Position for left-to-right pages */
        border: unset;
        font-size: 18px;
        font-weight: bold;
        opacity: 0.8;
        background-image: url('../images/arrow-down-01.png');
        background-repeat: no-repeat;
        -webkit-appearance: none;
        background-position: 2% 50%;
        padding-left: 20px;
    }

    .ltr .ddlmain {
        background-position: 98% 50%; /* Position for right-to-left pages */
        border: unset;
        font-size: 18px;
        font-weight: bold;
        opacity: 0.8;
        background-image: url('../images/arrow-down-01.png');
        background-repeat: no-repeat;
        -webkit-appearance: none;
        background-position: 2% 50%;
        padding-left: 20px;
    }

  



}
@media screen and (max-width: 720px) {

    .tagbrand {
        border-radius: 80px;
        background-color: white;
        height: 60px;
        width: 60px;
        align-items: flex-start;
        display: flex;
        justify-content: flex-start;
        position: relative; /* changed from fixed to relative */
        z-index: 10000;
        top: 1px !important;
        left: 5% !important;
        transform: translateX(-1%);
        box-shadow: 0 0 20px gray;
    }

        .tagbrand img {
            max-width: 100%;
            max-height: 100%;
        }


    .tagbrandcenter {
        border-radius: 80px;
        background-color: white;
        height: 60px;
        width: 60px;
        align-items: center;
        display: flex;
        justify-content: center;
        position: fixed;
        z-index: 10000;
        top: 30%!important;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 20px gray;
    }

        .tagbrandcenter img {
            max-width: 100%;
            max-height: 100%;
        }

    .searchmain {
        width: 80% !important;
        background-color: white !important;
        border: 1px solid #ccc;
        height: 40px !important;
        border-color: blue;
        border-style: solid;
        border-radius: 10px;
    }
}



    .pad-100 {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    .pad-90 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .pad-80 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .pad-70 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }

    .pad-60 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .pad-50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .pad-40 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .pad-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .pad-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pad-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .pad-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .padv-100 {
        padding-bottom: 100px !important;
        padding-top: 100px !important;
    }

    .padv-90 {
        padding-bottom: 90px !important;
        padding-top: 90px !important;
    }

    .padv-80 {
        padding-bottom: 80px !important;
        padding-top: 80px !important;
    }

    .padv-70 {
        padding-bottom: 70px !important;
        padding-top: 70px !important;
    }

    .padv-60 {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }

    .padv-50 {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }

    .padv-40 {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }

    .padv-30 {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }

    .padv-20 {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .padv-10 {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }


    

    .pagerbtn {
        background-color: #4dd1e4;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .pagerbtn:hover {
            background-color: #56f795;
        }

    .pagerbtnactive {
        background-color: #e47373;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .pagerbtnvisited {
        background-color: #d8c483;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }


    .txtBold {
        font-weight: 700;
    }

    .txtRTL {
        direction: rtl;
    }

    .txtLTR {
        direction: ltr;
    }

    .txtRTLy {
        direction: rtl;
        background-color: #E2DB52;
    }

    .txtLTRy {
        direction: ltr;
        background-color: #b4dd5a;
    }

    .clearfix::after {
        content: "";
        display: table;
        clear: both;
    }

    .gridview-container {
        overflow-x: auto;
    }

        .gridview-container .table {
            width: 100%;
            table-layout: fixed;
        }

            .gridview-container .table th,
            .gridview-container .table td {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

  





    .divLoadData {
        display: flex!important;
        flex-wrap: wrap!important;
        justify-content: space-between;
    }



/* CSS for screens up to 480px (typically mobile devices) */
@media only screen and (min-device-width: 370px) and (max-device-width: 479px) and (orientation:portrait) {
    .divnews {
        width: 50% !important;
    }

    .divsites {
        width: 50% !important;
    }
}

/* CSS for screens up to 480px (typically mobile devices) */
@media screen and (min-width: 360px) and (max-width: 480px) {
        h4 {
            font-size: 12px;
        }

        .divnews {
            width: 100% !important;
        }

        .divsites {
            width: 100% !important;
        }
    .tagbrand {
        border-radius: 80px;
        background-color: white;
        height: 60px;
        width: 60px;
        align-items: flex-start;
        display: flex;
        justify-content: flex-start;
        position: relative; /* changed from fixed to relative */
        z-index: 10000;
        top: 1px;
        left: 1px;
        transform: translateX(-1%);
        box-shadow: 0 0 20px gray;
    }

        .tagbrand img {
            max-width: 100%;
            max-height: 100%;
        }
   
    }

/* CSS for screens between 481px and 768px (tablets, small laptops) */
@media screen and (min-width: 481px) and (max-width: 768px) {
    h4 {
        font-size: 14px;
    }
    .gridview-container .table td,
    .gridview-container .table th {
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
    }
    .button-container button {
        display: inline-block;
        margin-right: 5px;
    }
    .IMSForcast {
        width: 98% !important;
        min-height: auto !important;
        max-height: auto !important;
        margin: 5px auto;
    }

    .SpecialDates {
        width: 98% !important;
        min-height: auto !important;
        max-height: auto !important;
        margin: 5px auto;
    }


    .divnews {
        width: 98% !important;
        min-height: auto !important;
        max-height: 200px !important;
        margin: 5px auto;
        color: white !important;
        padding: 5px !important;
    }

    .divsites {
        width: 98% !important;
        min-height: auto !important;
        max-height: 200px !important;
        margin: 5px auto;
        color: white !important;
        padding: 5px !important;
    }
    .tagbrand {
        border-radius: 80px;
        background-color: white;
        height: 60px;
        width: 60px;
        align-items: flex-start;
        display: flex;
        justify-content: flex-start;
        position: relative; /* changed from fixed to relative */
        z-index: 10000;
        top: 1px !important;
        left: 1px !important;
        transform: translateX(-1%);
        box-shadow: 0 0 20px gray;
    }

        .tagbrand img {
            max-width: 100%;
            max-height: 100%;
        }
    
}

/* CSS for tablets in portrait orientation (typically around 768px width and 1024px height) */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .divnews {
        width: 33% !important;
    }

    .divsites {
        max-width: 33% !important;
    }

}


/* CSS for screens between 769px and 1024px (small laptops, large tablets) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .divnews {
        width: 24% !important;
    }

    .divsites {
        width: 24% !important;
    }
}

/* CSS for screens between 1025px and 1200px (laptops, desktops) */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .divnews {
        width: 24% !important;
    }

    .divsites {
        width: 24% !important;
    }
}

/* CSS for screens with a width greater than 1200px (large screens) */
@media screen and (min-width: 1201px) {
    .divnews {
        width: 24% !important;
    }

    .divsites {
        width: 24% !important;
    }
}

/* CSS for screens with high pixel density (e.g., Retina displays) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Your CSS rules for high-DPI screens go here */
}



    .divnews {
        min-height: 280px !important;
        max-height: 280px !important;
        margin: 5px !important;
        border-color: lightblue;
        border-style: solid;
        border-width: thin;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        overflow: hidden; 
        color: white;
        transition: transform 0.3s ease;
        padding: 5px !important;
    }


        .divnews:hover {
            transform: scale(1.05);
        }

    .rsslogo {
        background-color: white;
        padding: 1px !important;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

.rsslogosm {
    width:75px!important;
    background-color: white;
    padding: 1px !important;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

    .divnews a {
        color: white !important;
        text-decoration: none !important; /* Optional: Remove underline */
    }

        .divnews a h4 {
            font-size: 20px !important;
            color: white !important;
            font-weight: 700;
        }



.image-containersingle {
    width: 300px; /* Set the desired width for the container */
    height: 286px; /* Set the desired height for the container */
    overflow: hidden; /* Hide any image overflow */
}

    .image-containersingle img {
        width: 300px;
        height: 286px;
        width: 100%; /* Make the image fill the container width */
        height: auto; /* Allow the image to adjust its height proportionally */
        display: block; /* Remove any extra space below the image */
        margin: 0 auto; /* Center the image horizontally within the container */
    }


    .image-container {
        width: 98%; /* Set the desired width for the container */
        height: 286px; /* Set the desired height for the container */
        overflow: hidden; /* Hide any image overflow */
    }

        .image-container img {
            width: 300px;
            height: 286px;
            width: 100%; /* Make the image fill the container width */
            height: auto; /* Allow the image to adjust its height proportionally */
            display: block; /* Remove any extra space below the image */
            margin: 0 auto; /* Center the image horizontally within the container */
        }

    .divsites {
        position: relative;
        min-height: auto!important;
        max-height: auto!important;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: #3cabf1;
        border-radius: 10px;
        margin: 5px !important;
        /*  margin-left: 1px !important;
    margin-right: 1px !important;
    margin-bottom: 3px !important;*/
        overflow: hidden;
    }

        .divsites .image-container img {
            object-fit: contain;
            max-width: 95%;
            height: auto!important;
        }


    .site-img {
        border-color: transparent;
        border-radius: 7%;
    }

    .divsites .button-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        background-color: #8dcef7;
    }

    .button-container likeit {
        position: absolute;
        bottom: 0 !important;
        border-style: solid;
        border-color: #f27121;
        border-width: 1px;
    }

        .button-container likeit like-btn,
        .button-container likeit dislike-btn {
            cursor: pointer;
            background-color: transparent !important;
        }


    /* for like and dislike after click */
    .like-btn {
        border-width: 0 !important;
        font-weight: 700;
        background-color: transparent !important;
        
    }

        .like-btn::before {
            border: none;
        }

        .like-btn::after {
            opacity: 1;
            cursor: not-allowed;
        }

    .dislike-btn {
        border-width: 0 !important;
        font-size: medium;
        background-color: transparent !important;
    }
        /* for dislike and dislike after click */
        .dislike-btn::before {
            border: none;
        }

        .dislike-btn::after {
            opacity: 1;
            cursor: not-allowed;
        }


.categoryspace {
    text-indent: 2em;
}
    .categoryspan {
        align-self: center;
        bottom: 0 !important;
        left: 0;
        font-weight:700!important;
    }

    .alert {
        z-index: 5000;
        position: fixed;
        top: 50%;
        left: 50%;
        background-color: #94f559;
        border: 1px solid #0f2e41;
        padding: 10px;
        color: #333;
        font-size: 16px;
        display: block animation-name: fadeOut;
        animation-duration: 5s;
        animation-fill-mode: forwards;
    }


    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }


    .addtolist-btn {
        /*content: '\2795';*/ /* unicode for add */
        border-width: 0 !important;
        margin-right: 10px;
        bottom: 0 !important;
        left: 20px;
        background-color: transparent !important;
    }

        .addtolist-btn::before {
            /*content: '\2795';*/ /* unicode for add */
            border: none;
        }

        .addtolist-btn::after {
            /*content:'\2705';*/ /* unicode for added */
            opacity: 1;
            cursor: not-allowed;
        }

    .removefromlist-btn {
        border-width: 0 !important;
    }


    .removeAllfromlist-btn {
        float: left;
        display: inline-block;
        height: 30px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        padding-left: 20px;
    }

        .removeAllfromlist-btn:hover {
            background-color: #f56b6b;
        }

    .togglemylist-btn {
        float: right;
        display: inline-block;
        height: 30px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        padding-left: 20px;
    }

        .togglemylist-btn:hover {
            background-color: #f56b6b;
        }

    #divbox {
        height: 40px; /* Set the initial height of the div */
        width: 100%;
        margin: auto auto;
        overflow: hidden;
        transition: height 0.3s ease;
    }

        #divbox.expanded {
            height: auto;
        }

        #divbox.collapsed {
            height: 50px;
        }


    .reporterror-btn {
        position: relative;
        border-width: 0 !important;
        bottom: 0 !important;
        left: 0;
        background-color: transparent !important;
    }

        .reporterror-btn::before {
            border: none;
        }

        .reporterror-btn::after {
            opacity: 1;
            cursor: not-allowed;
        }






    a.tip {
        border-bottom: 1px dashed;
        text-decoration: none
    }

        a.tip:hover {
            cursor: help;
            position: relative;
            box-shadow: 0 4px 6px rgb(134, 96, 96, 0.40), 0 2px 4px rgba(0, 0, 0, 0.06);
        }

        a.tip span {
            display: none
        }

        a.tip:hover span {
            border: #c0c0c0 1px dotted;
            background-color: rgb(146, 218, 250, 0.81);
            padding: 5px 20px 5px 5px;
            /*display: block;*/
            display: flex; /* Use flexbox */
            justify-content: center; /* Center horizontally */
            align-items: center; /* Center vertically */
            z-index: 40;
            left: -50px;
            margin: 10px;
            width: 250px;
            height: 100px;
            position: relative;
            top: -200px;
            text-decoration: none;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
            text-align: center;
            color: black;
            font-weight: 700;
            font-size: 0.8em;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.05);
        }


    .responsive-image {
        max-width: 100%;
        height: auto;
    }




    .scroll-container {
        /* Set the desired height for the scrollable container */
        max-height: 250px !important;
        /* Add overflow-y property to enable vertical scrolling */
        overflow-y: scroll;
    }

    .scroll-container-lg {
        /* Set the desired height for the scrollable container */
        max-height: 750px !important;
        /* Add overflow-y property to enable vertical scrolling */
        overflow-y: scroll;
    }


    .tooltip {
        position: relative;
        display: inline;
        text-decoration: none;
        left: 5px;
        top: 0px;
    }

        .tooltip:hover:before {
            border: solid;
            border-color: transparent #ff0000;
            border-width: 6px 6px 6px 0px;
            bottom: 21px;
            content: "";
            left: 155px;
            top: 5px;
            position: absolute;
            z-index: 95;
        }

        .tooltip:hover:after {
            background: #FF8F35;
            background: rgb(128, 128, 128);
            border-radius: 5px;
            color: antiquewhite;
            width: 150px;
            left: 160px;
            top: -5px;
            content: attr(alt);
            position: absolute;
            padding: 5px 15px;
            z-index: 95;
        }

    .centerit {
        display: flex;
        align-items: center;
        text-align: center;
    }

        .centerit::before, .centerit::after {
            content: '';
            flex: 1;
        }

        .centerit::before {
            margin-right: 0%;
        }

        .centerit::after {
            margin-left: 0%;
        }

    .TopBtncms {
        display: none;
        position: fixed;
        right: 10px;
        bottom: 10px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        background-color: #3498db;
        text-indent: 5px;
        padding-top: 2px;
        font-size: xx-large;
        color: aqua;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        z-index: 999999;
    }

        .TopBtncms span {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -9px;
            margin-bottom: 10px !important;
            height: 0;
            width: 0;
            border: 8px solid transparent;
            border-bottom-color: #ffffff
        }

        .TopBtncms:hover {
            background-color: #e74c3c;
            opacity: 1;
            filter: "alpha(opacity=100)";
            -ms-filter: "alpha(opacity=100)";
        }

    .mysites {
        border-color: black;
        border-style: solid;
        border-width: thin;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    input[type=radio] {
        margin: 15px !important;
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
    }

input[type=checkbox] {
    margin: 15px !important;
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
}


    .cbo input[type=checkbox] {
        transform: scale(.9);
    }

    .cbo input[type=checkbox] {
        margin: -23px !important;
        content: " ";
        background-color: #fff;
        display: inline-block;
        margin-left: 15px;
        padding-bottom: 5px;
        color: #ebebeb;
        width: 12px;
        height: 12px;
        visibility: hidden;
        border: 1px solid #ebebeb;
        padding-left: 5px;
        border-radius: 5px;
    }

        .cbo input[type=checkbox]:after {
            content: " ";
            background-color: #fff;
            display: inline-block;
            margin-left: 15px;
            padding-bottom: 5px;
            color: #f27121;
            width: 20px;
            height: 20px;
            visibility: visible;
            border: 1px solid #f27121;
            padding-left: 3px;
            border-radius: 5px;
        }

        .cbo input[type=checkbox]:checked:after {
            content: "\2714";
            padding: -4px;
            font-size: medium;
            font-weight: normal;
        }

        .cbo input[type=checkbox] + label {
            height: 34px;
            min-width: 80px;
            text-size-adjust: auto;
            white-space: nowrap;
            text-wrap: none;
            display: inline-block;
            margin: -2px;
            padding: 6px 40px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.38;
            letter-spacing: normal;
            text-align: center;
            color: #0f2e41;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            background-color: #ebebeb;
            border: 1.1px solid #cbced0;
            border-radius: 19px;
        }

        .cbo input[type=checkbox]:checked + label {
            height: 34px;
            min-width: 80px;
            text-size-adjust: auto;
            white-space: nowrap;
            text-wrap: none;
            display: inline-block;
            margin: -2px;
            padding: 6px 40px;
            margin-bottom: 0;
            font-size: 14px;
            line-height: 20px;
            color: white;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            background-color: #f27121;
            border: 1.1px solid #f27121;
            border-radius: 19px;
        }


    .custom-radiolist {
        display: flex;
        flex-wrap: wrap;
    }

        .custom-radiolist label {
            white-space: nowrap;
            margin-right: 10px;
        }


    .cbr input[type=radio] {
        transform: scale(1.1);
    }

    .cbr input[type=radio] {
        margin: -23px !important;
        content: " ";
        background-color: #93dbe8;
        display: inline-block;
        margin-left:11px;
        padding-bottom: 5px;
        color: #f27121;
        width: 17px;
        height: 17px;
        visibility: hidden;
        border: 1px solid #ebebeb;
        padding-left: 3px;
        border-radius: 5px;
        font-weight: 600;
    }

        .cbr input[type=radio]:after {
            content: " ";
            background-color: #fff;
            display: inline-block;
            margin-left: 10px;
            padding-bottom: 5px;
            color: #f27121;
            width: 17px;
            height: 17px;
            visibility: visible;
            border: 1px solid #f27121;
            padding-left: 3px;
            border-radius: 5px;
        }

        .cbr input[type=radio]:checked:after {
            content: "\2714";
            padding: -4px;
            font-size: small;
            font-weight: normal;
        }

        .cbr input[type=radio] + label {
            height: 34px;
            min-width: 80px;
            text-size-adjust: auto;
            white-space: nowrap;
            display: inline-block;
            margin: -2px;
            padding: 6px 28px;
            margin-bottom: 0;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.38;
            letter-spacing: normal;
            text-align: center;
            color: black;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            background-color: #79c9ed;
            border: 1.1px solid #cbced0;
            border-radius: 19px;
        }

        .cbr input[type=radio]:checked + label {
            height: 34px;
            min-width: 80px;
            font-weight: 600;
            text-size-adjust: auto;
            white-space: nowrap;
            display: inline-block;
            margin: -2px;
            padding: 6px 28px;
            margin-bottom: 0;
            line-height: 20px;
            color: white;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            background-color: #2132f2;
            border: 1.1px solid #f27121;
            border-radius: 19px;
        }



    .radio-item {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        position: relative;
        padding: 0 6px;
        margin: 10px 0 0;
    }

        .radio-item input[type='radio'] {
            display: none;
        }

        .radio-item label {
            color: #343a40;
            font-weight: normal;
            padding-right: 0px;
        }

            .radio-item label:before {
                content: " ";
                display: inline-block;
                position: relative;
                top: 5px;
                margin: 0 5px 0 0;
                width: 15px;
                height: 15px;
                border-radius: 11px;
                border: 1px solid #e7752a;
                background-color: transparent;
            }

        .radio-item input[type=radio]:checked + label:after {
            border-radius: 11px;
            width: 9px;
            height: 9px;
            position: absolute;
            top: 9px;
            right: 15px;
            content: " ";
            display: block;
            background: #e7752a;
        }



    .radio-item-blue {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        position: relative;
        padding: 0 6px;
        margin: 10px 0 0;
    }

        .radio-item-blue input[type='radio'] {
            display: none;
        }

        .radio-item-blue label {
            color: #0f2e41;
            font-weight: normal;
            padding-right: 0px;
        }

            .radio-item-blue label:before {
                content: " ";
                display: inline-block;
                position: relative;
                top: 5px;
                margin: 0 5px 0 0;
                width: 15px;
                height: 15px;
                border-radius: 30px;
                border: 1px solid #b9bdc1;
                background-color: transparent;
            }

        .radio-item-blue input[type=radio]:checked + label:after {
            border-radius: 11px;
            width: 9px;
            height: 9px;
            position: absolute;
            top: 9px;
            right: 15px;
            content: " ";
            display: block;
            background: #3263a7;
        }


    .cbl input[type=checkbox] {
        margin: -18px !important;
        -ms-transform: scale(1.3); /* IE */
        -moz-transform: scale(1.3); /* FF */
        -webkit-transform: scale(1.3); /* Safari and Chrome */
        -o-transform: scale(1.3); /* Opera */
        border: 1.3px solid #cbced0;
        border-radius: 8px;
        color: black;
    }

        .cbl input[type=checkbox]:checked {
            margin: -18px !important;
            -ms-transform: scale(1.3); /* IE */
            -moz-transform: scale(1.3); /* FF */
            -webkit-transform: scale(1.3); /* Safari and Chrome */
            -o-transform: scale(1.3); /* Opera */
            border: 1.1px solid #f27121;
            border-radius: 20px;
            color: black;
            background-color: white;
        }


        .cbl input[type=checkbox] + label {
            height: 34px;
            min-width: 80px;
            text-size-adjust: auto;
            white-space: nowrap;
            display: inline-block;
            margin: -2px;
            padding: 6px 20px;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.38;
            letter-spacing: normal;
            text-align: center;
            color: black;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            background-color: #79c9ed;
            border: 1.1px solid #cbced0;
            border-radius: 19px;
        }

        .cbl input[type=checkbox]:checked + label {
            height: 34px;
            min-width: 80px;
            text-size-adjust: auto;
            white-space: nowrap;
            display: inline-block;
            margin: -2px;
            padding: 6px 20px;
            margin-bottom: 0;
            font-size: 16px;
            line-height: 20px;
            color: white;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            background-color: #f27121;
            border: 1.1px solid #f27121;
            border-radius: 19px;
        }




    .rbl input[type=radio] {
        display: none;
    }

        .rbl input[type=radio] + label {
            display: inline-block;
            margin: -2px;
            padding: 4px 12px;
            margin-bottom: 0;
            font-size: 14px;
            line-height: 20px;
            color: #333;
            text-align: center;
            text-shadow: 0 1px 1px rgba(255,255,255,0.75);
            vertical-align: middle;
            cursor: pointer;
            background-color: #cdf6f8;
            background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
            background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
            background-image: -o-linear-gradient(top,#fff,#e6e6e6);
            background-image: linear-gradient(to bottom,#fff,#e6e6e6);
            background-repeat: repeat-x;
            border: 1px solid #ccc;
            border-color: #e6e6e6 #e6e6e6 #bfbfbf;
            border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
            border-bottom-color: #b3b3b3;
            border-radius: 30px;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
            -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        }

        .rbl input[type=radio]:checked + label {
            background-image: none;
            outline: 0;
            -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            background-color: #14d1c0;
        }

    .shadowborderSearch {
        border-radius: 10px;
        background-color: white;
        align-content: center;
        box-shadow: 0 0 15px black;
        padding: 3px;
        margin-bottom: 15px;
    }

    .shadowborderTransparentBack {
        border-radius: 10px;
        background-color: transparent;
        align-content: center;
        box-shadow: 0 0 10px azure;
        padding: 3px;
        margin-bottom: 15px;
    }


    .pagination-ys {
        /*display: inline-block;*/
        padding-left: 0;
        margin: 20px;
        border-radius: 4px;
    }

        .pagination-ys table > tbody > tr > td {
            display: inline;
        }

            .pagination-ys table > tbody > tr > td > a,
            .pagination-ys table > tbody > tr > td > span {
                position: relative;
                float: left;
                padding: 4px 6px;
                line-height: 1.42857143;
                text-decoration: none;
                color: #dd4814;
                font-weight: 800;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                margin-left: -1px;
                margin-right: 2px;
            }

            .pagination-ys table > tbody > tr > td > span {
                position: relative;
                float: left;
                padding: 4px 6px;
                line-height: 1.42857143;
                text-decoration: none;
                margin-left: -1px;
                z-index: 2;
                color: #aea79f;
                background-color: #f5f5f5;
                border-color: #dddddd;
                cursor: default;
            }

            .pagination-ys table > tbody > tr > td:first-child > a,
            .pagination-ys table > tbody > tr > td:first-child > span {
                margin-left: 0;
                border-bottom-left-radius: 4px;
                border-top-left-radius: 4px;
            }

            .pagination-ys table > tbody > tr > td:last-child > a,
            .pagination-ys table > tbody > tr > td:last-child > span {
                border-bottom-right-radius: 4px;
                border-top-right-radius: 4px;
            }

            .pagination-ys table > tbody > tr > td > a:hover,
            .pagination-ys table > tbody > tr > td > span:hover,
            .pagination-ys table > tbody > tr > td > a:focus,
            .pagination-ys table > tbody > tr > td > span:focus {
                color: #97310e;
                background-color: #cab405;
                border-color: #dddddd;
            }

            .pagination-ys table > tbody > tr > td > a:active {
                color: #97310e;
                background-color: #cab405;
                border-color: #dd4814;
            }


    .img-grow {
        transition: all 0.2s;
    }

        .img-grow:hover {
            transform: scale(1.2); /* Increase the scale value to make the image grow more */
        }


    /*ads style*/
    .alertlbl {
        color: #ea0808;
        font-size: 18px !important;
        font-weight: 600;
    }

    .ads-img {
        max-width: 100%;
        height: auto;
    }

    .txtboxfont {
        color: #494949;
        font-size: medium;
        font-weight: 600;
    }

    .TitleVeryBig {
        color: #494949;
        font-size: 70px;
        font-weight: 700;
    }

    .TitleBig {
        color: #494949;
        font-size: x-large;
        font-weight: 700;
    }

    .TitleMedium {
        color: #494949;
        font-size: large;
        font-weight: 800;
    }

    .TitleGray {
        color: #a4a7ac;
        font-size: smaller;
    }

    .TitleBlack {
        color: #494949;
        font-size: large;
        font-weight: 700;
    }

.titlewhite {
    color: white!important;
    font-size: large;
    font-weight: 700;
}
    .titlewhite a {
        color: #3df2e7!important;
        text-decoration: none;
    }

.titlewhitelargest {
    color: white !important;
    font-size: xx-large;
    font-weight: 700;
}

.titlewhitelarge {
    color: white !important;
    font-size: x-large font-weight: 700;
}

.titleblacklargest {
    color: black !important;
    font-size: xx-large;
    font-weight: 700;
}

.titleblacklarge {
    color: black !important;
    font-size: x-large;
    font-weight: 700;
}



.TitleOrange {
    color: orange;
    font-size: large;
    font-weight: 700;
}

    .rtl .ddl {
        background-position: 2% 50%; /* Position for left-to-right pages */
        border: unset;
        font-size: 18px;
        font-weight: bold;
        opacity: 0.8;
        background-image: url('../images/arrow-down-01.png');
        background-repeat: no-repeat;
        -webkit-appearance: none;
        background-position: 2% 50%;
        padding-left: 20px;
    }

    .ltr .ddl {
        background-position: 98% 50%; /* Position for right-to-left pages */
        border: unset;
        font-size: 18px;
        font-weight: bold;
        opacity: 0.8;
        background-image: url('../images/arrow-down-01.png');
        background-repeat: no-repeat;
        -webkit-appearance: none;
        background-position: 2% 50%;
        padding-left: 20px;
    }

    .rtl .ddl-large {
        width: 250px;
        height: 50px;
        color: black !important;
        border: solid 0.2rem lightblue;
        font-size: 18px;
        font-weight: bold;
        opacity: 0.8;
        background-image: url('../images/arrow-down-01.png');
        background-repeat: no-repeat;
        -webkit-appearance: none;
        background-position: 2% 50%;
        padding-left: 20px;
    }

    .ltr .ddl-large {
        width: 250px;
        height: 50px;
        color: black !important;
        border: solid 0.2rem lightblue;
        font-size: 18px;
        font-weight: bold;
        opacity: 0.8;
        background-image: url('../images/arrow-down-01.png');
        background-repeat: no-repeat;
        -webkit-appearance: none;
        background-position: 98% 50%;
        padding-left: 20px;
    }



    .highlight {
        background-color: yellow;
        font-family: Arimo;
    }


    .Autocomplete {
        background-color: #d1dbf3;
    }

    .completionList {
        border: solid 1px Gray;
        color: black;
        margin: 5px;
        padding: 5px;
        max-height: 250px;
        overflow: auto;
        background-color: #e1e7f3;
        font-size: large;
        border-bottom: thin;
        border-bottom-style: solid;
        text-align: right;
        z-index: 999999 !important;
    }

    .listItem {
        color: black;
        border-bottom: thin;
        border-bottom-style: solid;
        background-color: #e3fcfe;
        font-size: large;
        text-align: right;
        border-color: #d9dff3;
    }

    .itemHighlighted {
        background-color: #ccddf2;
        color: black;
        text-align: right;
        font-size: large;
    }

    .tooltip {
        /* Custom styles here */
        background-color: #ff0000 !important;
        color: #ffffff !important;
        border: 1px solid #000000 !important;
    }


.titlerow{
    font-size:large;
    font-weight:700;
}
    .titlerow a {
        color: #3d41f2;
        text-decoration: none;
    }

        .titlerow a:hover {
            text-decoration: underline;
        }

.descrow {
    padding-bottom: 20px;
    font-size: large;
}

.subsiterow {
    padding-right: 25px !important;
    font-size: large;
    font-weight: 600;
}

[dir="ltr"] .subsiterow {
    padding-left: 25px;
}
    .subsiterow a {
        color: #6063f6;
        text-decoration: none;
    }

        .subsiterow a:hover {
            text-decoration: underline;
        }

.subdescrow {
    padding-right: 25px !important;
}
[dir="ltr"] .subdescrow {
    padding-left: 25px;
}



.readiolow {
   mask-mode:auto;
}


.adssidefixed {
    padding: 5px 0;
    position: fixed;
    left: 0!important;
    top: 350px; /* Adjust the top position as needed */
    width: 20%;
    z-index: 10000;
}

.descrowsingle{
    word-wrap:break-word;
}

.searchvoice {
    border:unset;
    color:orange !important;
    font-size: x-large!important;
    background-color: transparent !important;
}