

        .loading-screen {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #FFFFFF;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999; /* Ensure it covers everything */
        }
        .custom-spinner {
            width: 5rem;  /* Adjust the width as needed */
            height: 5rem; /* Adjust the height as needed */
        }
        .UserContactsModal-spinner{
           width: 2.5rem;  /* Adjust the width as needed */
            height: 2.5rem; /* Adjust the height as needed */
        }

        .sync .item {
            padding: 5px;
            margin: 5px;
            margin-bottom: 10px;
            color: #FFF;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            display: flex; /* Use flexbox for centering */
            justify-content: center; /* Center the image horizontally */
            align-items: center; /* Center the image vertically */
        }

        .sync .item img {
            width: auto;
            max-width: 100%; /* Allow the image to scale responsively */
            height: auto; /* Maintain aspect ratio */
            max-height: 600px; /* Prevents the image from becoming too tall */
            border: 0px solid;
            border-radius: 2px;
        }

         .owl-theme .owl-nav {

         /*default owl-theme theme reset .disabled:hover links */
         }
         .owl-theme .owl-nav [class*=owl-] {
         transition: all 0.3s ease;
         }
         .owl-theme .owl-nav [class*=owl-].disabled:hover {
         background-color: #D6D6D6;
         }
         .sync.owl-theme {
         position: relative;
         }
         .sync.owl-theme .owl-next, .sync.owl-theme .owl-prev {

         width: 22px;
         height: 40px;
         margin-top: -20px;
         position: absolute;
         top: 50%;
         }


        .sync.owl-theme .owl-next, .sync.owl-theme .owl-prev {
            position: absolute;
            width: 120px;
            height: 60px;
            border: none;
            background: none;
            color: #ffffff;
            font-weight: 100;
            padding: 20px;
            text-transform: uppercase;
            border-radius: 6px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease 0s;

        }
        .sync.owl-theme .owl-next {
         right: 10px;

         }
        .sync.owl-theme .owl-prev {
         left: 10px;

         }

        .sync.owl-theme .owl-next:hover, .sync.owl-theme .owl-prev:hover {
        color: #404040;
        font-weight: 700;
        letter-spacing: 3px;
        background: #ADADAD;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        transition: all 0.3s ease 0s;
        }




    .symc {

        width: 100%;
       /* border: 3px solid green;  */
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;



    }

    .symc .owl-stage-outer {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;

      /*  background-color: #D8F0CB;  */
    }


    .symc .item {
        padding: 5px;
        margin: 5px;

    }


    .symc .item img {
            width: 100%;
            max-width: 160px;   /* Prevents the image from becoming too wide */
            height: 100%;
            max-height: 90px;   /* Prevents the image from becoming too tall */
            cursor: pointer;
            background: none;
            line-height: 1;
            transition: all 400ms ease;
            border: 0px solid;
            border-radius: 5px;

    }

    .symc .current .item img{

         filter: opacity(0.7);
         transform: translateY(-0.5em) scale(1.05);
        /* transform: scale(1.3);
         box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db; */
         }


    .symc .owl-theme .owl-prev {
         display: none !important;
         }
    .symc .owl-theme .owl-next {
         display: none !important;
         }




    /*
         #sync2 {
         width: 100%;
         height: 160px;
         background: #C9C9C9;
         padding: 10px;
         margin: 5px;
         flex-direction: row;
         margin-left: auto;
         margin-right: auto;
         justify-content: center;
         align-items: center;
         text-align: center;
         display: grid;
  place-content: center;



         }

         #sync2 .item {

         width: 170px;
         height: 100px;
         background: #C9C9C9;
         padding: 15px 5px 15px 5px;

         color: #FFF;
         border-radius: 3px;
         text-align: center;
         cursor: pointer;
         filter: opacity(1);
         transition: all 400ms ease;
         }
         #sync2 .item h1 {
         font-size: 18px;
         }


         #sync2 .current .item img{
         background: #0c83e7;
         filter: opacity(0.7);
         transform: translateY(-0.5em) scale(1.1);
         transform: scale(1.3);

         box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
         }

         #sync2.owl-theme .owl-prev {
         display: none !important;
         }
         #sync2.owl-theme .owl-next {
         display: none !important;
         }

         #car-slider-thumbnail {
            width: 160px;
            height: 90px;
            cursor: pointer;
            background: none;
            font: inherit;
            line-height: 1;
            transition: all 400ms ease;
            border: 0px solid;
            border-radius: 5px;
            display:flex;
        }


        #car-slider-thumbnail:hover {
            box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
            transition: all 400ms ease;
            transform: scale(1.1);
            filter: opacity(0.7);
            opacity: 0.6;

            transform: translateY(-0.50em);
        }
        #car-slider-thumbnail:focus {
       box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
       transform: translateY(-0.50em);
        transition: all 400ms ease;
        transform: scale(1.1);
        filter: opacity(0.7);

        }  */
