﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
    box-sizing: border-box;
}

div::after {
    content: '';
    clear: both;
    display: block;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
}

.pre_headawanti {
    background: linear-gradient(356deg, #2c1a4e -1.92%, #934fc2 99.19%);
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
}

    .pre_headawanti a {
        text-decoration: none;
        color: #fff;
    }

        .pre_headawanti a:hover {
            text-decoration: none;
            color: #ddd;
        }

.wrpper_awantibai {
    min-height: 100vh;
}

.wrapper_margintop {
    padding-top: 0px;
    margin-top: -40px;
}

.header_awanti {
    border-bottom: 1px solid #ddd;
    height: 100px;
}

.dept_logo {
    padding-top: 10px;
}

.mpo_logo {
    padding-top: 8px;
    text-align: right;
}

.text_logo {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}

.cap_imglogo {
    padding-right: 5px;
    width: 10%;
}

.text_logo {
    width: 90%;
}

.grey-cr {
    height: 250px;
    width: 250px;
    border-radius: 500px;
    position: absolute;
    left: -10%;
    z-index: -1;
    background-color: rgb(248 247 245);
}

.backgrnd_header {
    position: relative;
    z-index: 1;
}

c .container_animate {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    height: 250px;
}


.container_animate::before, .container_animate::after {
    position: absolute;
    width: 200px;
    height: 200px;
    content: "";
    border-radius: 54% 46% 42% 58% / 60% 58% 42% 40%;
    /* background-image: linear-gradient(45deg, #ab49de, #5b41f2); */
    background-image: linear-gradient(45deg, #ffe7e0, #ffffff);
    animation: vawe 5s linear infinite;
    background-color: rgb(215, 215, 215, 0.17);
}

.container_animate::before {
    top: 2%;
    right: 0%;
}

.container_animate::after {
    bottom: -25%;
    left: -6%;
}

.container_animate .dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .container_animate .dots span {
        position: absolute;
        border-radius: 50%;
        background-image: linear-gradient(45deg, #f5c5b6, #ffffff);
        border-radius: 38% 62% 55% 45%/32% 53% 47% 68%;
        animation: vawe 7s linear infinite;
        background-color: rgb(215, 215, 215, 0.17);
    }

        .container_animate .dots span:nth-child(1) {
            top: 10%;
            left: calc(100% - 360px);
            width: 75px;
            height: 75px;
        }

        .container_animate .dots span:nth-child(2) {
            top: 15px;
            left: 180px;
            width: 50px;
            height: 50px;
            border-radius: 38% 62% 33% 67%/60% 53% 47% 40%;
            transform: rotate(90deg);
        }

        .container_animate .dots span:nth-child(4) {
            bottom: 50px;
            left: 240px;
            width: 20px;
            height: 20px;
            border-radius: 38% 62% 55% 45%/52% 53% 47% 48%;
        }

        .container_animate .dots span:nth-child(5) {
            right: 280px;
            bottom: 80px;
            width: 25px;
            height: 25px;
            border-radius: 38% 62% 55% 45%/52% 53% 47% 48%;
        }


.resize {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 2;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fefefe;
}

.content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 5px;
    text-align: left;
    font-size: 1.25rem;
    border-radius: 0.5em;
    background-color: transparent;
    color: #fff;
    padding-top: 55px;
}

    .content h1 {
        margin: 0;
        font-size: 42px;
        margin-bottom: 5px;
    }

    .content p {
        font-size: 16px;
    }

    .content h2 {
        color: #ffd153;
        font-size: 25px;
    }
    
    .anchr_box
    {
        text-decoration:none;
        }

section {
    padding: 3em 1em;
    font: normal 1rem "Montserrat", sans-serif;
    color: #201c29;
    background-color: #fefefe;
}

    section h2 {
        margin-bottom: 1em;
    }

footer {
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #fefefe;
}

@keyframes vawe {
    20% {
        border-radius: 45% 55% 62% 38%/53% 51% 49% 47%;
    }

    40% {
        border-radius: 45% 55% 49% 51%/36% 51% 49% 64%;
    }

    60% {
        border-radius: 60% 40% 57% 43%/47% 62% 38% 53%;
    }

    80% {
        border-radius: 60% 40% 32% 68%/38% 36% 64% 62%;
    }
}

/*******************Box Css start****************/

.testimonial {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 20px;
}

    .testimonial .card {
        position: relative;
        margin: 0 auto 30px auto;
        width: 320px;
        height: 130px;
        background: #fff;
        padding: 10px 5px;
        box-sizing: border-box;
        text-align: center;
        box-shadow: 0 2px 6px rgb(209 209 209 / 50%);
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
    }

        .testimonial .card .layer {
            position: absolute;
            top: calc(100% - 0px);
            left: 0;
            height: 100%;
            width: 100%;
            background: #7d44a9;
            z-index: 1;
            transition: 0.5s;
        }

        .testimonial .card:hover .layer {
            top: 0;
        }

        .testimonial .card:hover p {
            color: #fff;
        }

        .testimonial .card:hover h2 {
            color: #fff;
        }

        .testimonial .card .content_card {
            position: relative;
            z-index: 2;
        }

            .testimonial .card .content_card p {
                font-size: 18px;
                line-height: 24px;
                font-weight: 600;
                margin-bottom: 5px;
                color: #232323;
            }

            .testimonial .card .content_card .image {
                width: 50px;
                height: 50px;
                margin: 0 auto;
                border-radius: 50%;
                overflow: hidden;
                border: 4px solid #fff;
                box-shadow: 0 0px 7px rgba(0,0,0,.2);
                line-height: 40px;
            }

            .testimonial .card .content_card .details h2 {
                font-size: 15px;
                margin-top: 10px;
                color: #7A7A7A;
            }

            .testimonial .card .content_card .details span {
                color: #03a9f4;
                font-size: 14px;
                transition: 0.5s;
            }

        .testimonial .card:hover .content_card .details span {
            color: #fff;
        }

        .testimonial .card:hover .content_card p {
            transition: .5s;
        }

        .testimonial .card:hover .content_card p {
            transition: .5s;
            color: #fff;
        }

        .testimonial .card:hover .content_card .details h2 {
            transition: .5s;
            color: #fff;
        }

        .testimonial .card:hover .content_card .image svg {
            fill: #fff !important;
            transition: .5s;
        }

/********************************End of Box********************************/

.main_heading {
    width: 100%;
    margin: 0;
    padding: 0 0 25px 0;
    font-size: 35px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

    .main_heading span {
        border-bottom: 3px solid #907fe4;
        padding-top: 3px;
    }


.main_headbg {
    height: 350px;
    background: url('../images/shattered.png'),linear-gradient(161deg, #da516c -1.92%, #650dc7 99.19%);
    position: relative;
    background-repeat: repeat;
}

    .main_headbg h1 {
        color: #fff;
    }

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .custom-shape-divider svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 50px;
    }

    .custom-shape-divider .shape-fill {
        fill: #fff;
    }

@media screen and (max-width: 356px) {

    html {
        font-size: 47%;
    }

    .main_headbg {
        background-position: center;
    }
}

@media screen and (max-width: 450px) {
    .main_headbg {
        background-position: center;
    }
}


.cell.is-half {
    width: 50%;
    flex: 0 0 auto;
}

.cell {
    flex: 0 0 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.box {
    width: 130px;
    height: 130px;
    position: relative;
    background: #1e90ff;
    border-radius: 5px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    text-align: center;
}

    .box:nth-of-type(2) {
        left: 100px;
        width: 200px;
        height: 200px;
        background: #639;
    }

        .box:nth-of-type(2) img {
            width: 200px;
            height: 200px;
            border-radius: 5px;
        }

.univ_cap {
    width: 110px;
    padding: 8px 0 0 0;
}

.footer_ptsns {
    background: linear-gradient(356deg, #2c1a4e -1.92%, #934fc2 99.19%);
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
}


.aadress_contain {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact_area {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
}
/******************Login page Start*********************/
.login_maincontainer {
    margin: 50px 0;
    background: linear-gradient(346deg, #2c1a4e -1.92%, #934fc2 99.19%);
    padding: 25px;
    box-shadow: 1px 2px 10px rgba(133, 71, 178, .5);
    border-radius: 5px;
}

.Submit_btncontainer {
    width: 100%;
    margin: 0px 0 0 0;
    padding: 0;
    min-height: 80px;
    position: relative;
}

    .Submit_btncontainer:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 10px 10px 10px 20px;
        clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
        background-color: #fff;
        z-index: 1;
    }

.Login_container {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 300px;
    position: relative;
}

    .Login_container:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 10px 10px 10px 20px;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
        background-color: #fff;
        z-index: 1;
    }

.margin_zeroauto {
    margin: 0 auto;
}

.right_conatinerlogin {
    background: url('../images/egg.png'),linear-gradient(297deg, #2c1a4e -1.92%, #934fc2 99.19%);
    border-radius: 80px 0 0 80px;
    min-height: 490px;
}

.login_content {
    padding: 25px;
    z-index: 9999999;
    position: relative;
}

.login_head {
    font-size: 24px;
    font-weight: 500;
    padding: 0 0 10px 0;
}

    .login_head span {
        border-bottom: 3px solid #907fe4;
        padding-top: 3px;
    }

.login_option {
    padding-bottom: 10px;
}

    .login_option label {
        padding-bottom: 5px;
    }

.btn_login {
    background-color: #693992 !important;
    border-color: #693992;
    height: 33px;
}

    .btn_login:hover {
        background-color: #4f177f;
        border-color: #4f177f;
    }

.btn-primary:active {
    background-color: #693992;
    border-color: #693992;
    box-shadow: none;
}

    .btn-primary:active:focus {
        box-shadow: none;
    }

.btn-primary:focus {
    background-color: #693992;
    border-color: #693992;
    box-shadow: none;
}

.form_nofocus:focus {
    box-shadow: none;
    border-color: #673890;
}

.frgt_pss {
    position: relative;
    z-index: 9999;
    padding-right: 10px;
}

    .frgt_pss a {
        text-decoration: none;
        color: #000;
        font-size: 14px;
        cursor: pointer;
    }

        .frgt_pss a:hover {
            text-decoration: none;
            color: #777;
        }

.capthca_area {
    width: 100%;
    height: 80px;
    margin: 0;
    padding-top: 25px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
}

.login_image {
    padding: 150px 0 0 0;
    margin: 0;
    text-align: center;
}

.login_righttxt {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.btn_submit {
    z-index: 9999;
    position: relative;
    margin: 25px auto 0 auto;
    width: 120px;
}

.login_btncontainer {
    width: 100%;
    text-align: center;
}

.login_option select {
    appearance: auto;
}
/*******************Login Page End****************/
/**********************G2G ***********************/

.grid_centertable td::last-child
{
    text-align:center !important;
}

.grid_centertable td:nth-last-child(2)
{
    text-align:center !important;
}


.main_headform
{
    width:100%;
    margin:0;
    padding:10px 0;
   font-size:20px !important;
   text-align:center;
}


.text_centerrow
{
    text-align:center !important;
}


.url_table
{
  background-color: #a1c5ed;
    text-decoration: none;
    width: 33.33% !important;
    color: #fff;
    padding: 10px 10px;
    font-size:16px;
}

.urlcategory2
{
    border:1px solid #ddd;
    
}


.urlcategory:before
{
    Content: '\25AA';
    font-size: 25px;
    position: absolute;
    top: 1px;
    padding-left: 7px;
    left: 0;
}
.urlcategory
{
    width:100%;
    display:block;
    border-bottom:1px solid #ddd;
    padding: 10px 10px;
    margin:2px 0;
    color:#000;
    position:relative;
    padding-left: 23px !important;   
}

.urlcategory:hover
{
    color:#7e7e7e;
    padding: 10px 15px;
    transition: .5s all;
}
     

/*******************Logout Page Start****************/
.logout_txt {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 38px;
    font-weight: 500;
    color: #6728ab;
}

.logout_container {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.19), 0 2px 6px rgba(0, 0, 0, 0.23);
    min-height: 400px;
}

    .logout_container img {
        padding-top: 20px;
    }

.margin_auto {
    margin: 80px auto;
}

.logout_smltxt {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 22px;
    font-weight: 500;
    color: #5d5d5d;
}

.btn_logoutarea {
    text-align: center;
}
/*******************Logout Page End****************/

/******************From page Start*********************/
.table_container {
    width: 100%;
    margin: 15px 0;
    padding: 10px;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.03);
}

.form_heading {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

    .form_heading span {
        border-bottom: 3px solid #907fe4;
        padding-top: 3px;
    }

.table2 td {
    width: 50%;
}

.table4 td {
    width: 25%;
}

.table td {
    vertical-align: middle;
    font-size:14px;
}
.table td select {
    font-size:14px;
}
.chck_boxarea {
    width: 15px;
    float: left;
    margin-right: 5px;
}

.decleration_txt {
    float: left;
    width: 97%;
}

/*******************Form Page End****************/


/********************Media Query Start*********************/
@media only screen and (max-width: 430px) and (min-width: 320px) {
    .dept_logo {
        
    }
}



@media only screen and (max-width: 767px) and (min-width: 320px) {
    .cap_imglogo img {
        width: 30px;
        height: 30px;
    }

    .text_logo {
        font-size: 13px;
        line-height: 16px;
    }

    .mpo_logo {
        display: none;
    }

    .dept_logo {
        padding-top: 10px;
    }
        .dept_logo img {
            max-width:100%;
        }
    .cell.is-half {
        display: none;
    }

    .content {
        padding-top: 10px;
    }

        .content h1 {
            font-size: 24px;
        }

        .content h2 {
            font-size: 18px;
        }

        .content p {
            font-size: 14px;
        }

    .custom-shape-divider {
        display: none;
    }

    .main_headbg {
        height: 230px;
    }

    .testimonial .card {
        width: 90%;
        margin: 0 auto;
    }

    .testimonial {
        margin: 0 auto;
        display: grid;
        grid-template-columns: none;
        grid-gap: 20px;
    }

    .contact_area:last-child {
        margin-bottom: 10px;
    }

    .contact_area .card-body {
        font-size: 13px;
    }
}

@media only screen and (max-width: 998px) and (min-width: 768px) {
    .cap_imglogo img {
        width: 32px;
        height: 32px;
    }

    .text_logo {
        font-size: 15px;
        line-height: 16px;
    }

    .dept_logo {
    }

    .content h1 {
        margin: 0;
        margin-bottom: 0px;
        font-size: 35px;
        margin-bottom: 5px;
    }

    .content {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 999px) {
    .text_logo {
        font-size: 18px;
    }
}
/********************Media Query End********************/


/****************Service Page starts****************/
.table_form td:nth-child(2) {
    text-align:center;
}
.table_form td:nth-child(3) {
    text-align:center;
}

.table_form td:nth-child(1) {
    width:65%;
}
.table_service th {
    background-color:#e7d1fa;
    font-size:15px;
    padding:5px;
}
.table_form {
    margin-bottom:0;
}

    .table_form a {
        text-decoration:none;
        color:#000;
    }
.table_service td {
    font-size:14px;
}

.service_heading {
    width:100%;
    margin:0;
    padding:0;
    font-size:19px;
    font-weight:600;
}

.service_heading span{
    padding-bottom: 3px;
}

.service_bg {
    background-image: url('../images/bg_service.png');
    background-repeat:repeat;
}

.imp_text {
    color:#907fe4;
    font-weight:600;
}

.service_tablearea {
    background-color:#fff;
    padding:10px;
    margin:10px 0;
    box-shadow: rgba(209, 175, 241, 0.8) 0px 2px 8px 0px;
    border-radius:10px;
}

.subservice_heading {
    color:#8443bf;
    font-weight:500 !important;
    font-size:16px !important;
}

.subservice_heading2 {
    color:#000;
    font-weight:600 !important;
    font-size:15px !important;
}
/****************Service Page Ends****************/

.main_head
{
    font-size:24px;
    background-color:#f6edff !important;
    border-bottom:none;
    text-align : center;
    }
    
    .sub_headtable
    {
        font-size:15px !important;
        font-weight:600 !important;
        }
.table
{
    margin-bottom:0;
    }
    
    .grditable th
{
  font-size: 15px;
    color: #302f2f;
    background-color:#fff;
    border: 1px solid #ddd;
    text-align:center;
    font-weight:600;
}
.grditable td 
{
    border:1px solid #ddd;
    font-size:13px;
    white-space:nowrap;
}

.grditable th:nth-child(10)
{
    width:50px ;
    }
.captcha_area {
    width:325px;
    margin:0 auto;
    border:1px solid #ddd;
    padding:5px;
}
.captcha_area input {
    width:150px;
    margin:0 auto;
    float:left;
}
.cptcha_img {
    margin-right:10px;
    float:left;
}
#grdapplicationfor td {
    text-align:center;
}


/* new changes for table */
.table th {
    border: 1px solid #ddd;
    vertical-align: middle;font-size:15px;
    padding:5px !important;
}
.table td {
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 5px !important;
}
.table td input[type="text"], .table td input[type="password"], .table td select, .table td textarea {
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.erplogo-box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* top: 0; */
    width: 100px;
}
.erplogo-box img {
    height:70px;
}


/* Accessibility */
/* UX 4G */
.dark-mode .hero-section {
    background-color: #000;
}

.dark-mode .btn-primary {
    background-color: #000;
}

/*.copyright-text {
    display:none !important;
}*/
.uwaw-features__item__i {
    position: relative;
    width: 100%;
    height: 110px !important;
}

/* Accessibility */
.uwaw-features__item__i {
    position: relative;
    width: 100%;
    height: 90px !important;
}

.uwaw-features__item__name {
    font-size: 13px;
    font-weight: 500 !important;
    color: var(--color-black4);
}

.second-panel {
    display: block !important;
    align-items: flex-start !important;
    padding: 7px 16px !important;
    gap: 20px;
    justify-content: space-between;
    background-color: var(--color-dark-blue-1);
}

    .second-panel h2 {
        float: left;
    }

.uwaw-close {
    float: right;
}

.uwaw-features__item__icon {
    height: 32px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.ux4g-icon {
    width: 30px !important;
    height: 30px !important;
}

.second-panel h2 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--color-white);
    margin: 0;
    line-height: 30px;
}


.hide-images .contactDetails {
    color: #000 !important;
    border: 1px solid #ddd;
}

    .hide-images .contactDetails h2 {
        color: #000 !important;
    }

.hide-images .footer_jiwaji {
    background: rgb(109, 69, 220) 100% !important;
}

.hide-images .preheader_jiwaji {
    background: rgb(109, 69, 220) 100% !important;
}

.uw-widget-custom-trigger {
    bottom: 200px !important;
}


.uw-widget-custom-trigger {
    border: none;
    border-radius: 10px 0 0 10px !important;
    bottom: 24px;
    cursor: pointer;
    height: 100px !important;
    padding: 10px !important;
    position: fixed;
    right: 0 !important;
    display: flex;
    overflow: hidden;
    align-items: center;
    width: auto;
    max-width: 70px;
    transition: all 400ms;
    color: var(--color-white);
    background-color: var(--color-dark-blue-1);
    text-align: left;
    z-index: 99999;
}

    .uw-widget-custom-trigger span {
        display: none !important;
    }




/* Tooltip for Accessibility Button */
/*#uw-widget-custom-trigger {
  position: relative;
}*/

#uw-widget-custom-trigger::after {
    content: "Accessibility Options";
    position: absolute;
    bottom: 120%; /* position above button */
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

#uw-widget-custom-trigger::before {
    content: "";
    position: absolute;
    bottom: 115%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

#uw-widget-custom-trigger:hover::after,
#uw-widget-custom-trigger:hover::before,
#uw-widget-custom-trigger:focus::after,
#uw-widget-custom-trigger:focus::before {
    opacity: 1;
    visibility: visible;
}

.dark-mode .testimonial {
    background-color: #000 !important;
}

.dark-mode .right-height {
    border: 1px solid #fff;
}

.dark-mode .citizen-services {
    background-color: #000 !important;
}

.dark-mode .portal-header {
    background-color: #000 !important;
}

.dark-mode .portal-top-row {
    background-color: #000 !important;
}

.uw-widget-custom-trigger {
    border: none;
    border-radius: 70px;
    top: 170px !important;
    cursor: pointer;
    height: 70px;
    padding: 10px;
    position: fixed !important;
}
/* Tooltip for Accessibility Button */
/*#uw-widget-custom-trigger {
  position: relative;
}*/

#uw-widget-custom-trigger::after {
    content: "Accessibility Options";
    position: absolute;
    bottom: 120%; /* position above button */
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

#uw-widget-custom-trigger::before {
    content: "";
    position: absolute;
    bottom: 115%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

#uw-widget-custom-trigger:hover::after,
#uw-widget-custom-trigger:hover::before,
#uw-widget-custom-trigger:focus::after,
#uw-widget-custom-trigger:focus::before {
    opacity: 1;
    visibility: visible;
}

.dark-mode .form-select {
    background-color: transparent !important;
}

#uw-widget-custom-trigger img {
    width: 21px;
}