@font-face {
    font-family: poppins-100;
    src: url(./fonts/Poppins-Light.ttf);
}
@font-face {
    font-family: poppins-200;
    src: url(./fonts/Poppins-ExtraLight.ttf);
}
@font-face {
    font-family: poppins-300;
    src: url(./fonts/Poppins-Light.ttf);
}
@font-face {
    font-family: poppins-400;
    src: url(./fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: poppins-500;
    src: url(./fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: poppins-600;
    src: url(./fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: poppins-700;
    src: url(./fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: poppins-800;
    src: url(./fonts/Poppins-ExtraBold.ttf);
}

* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.pos_rel{
    position:relative;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    background: #f1f2f2;
    background: url("images/bg_log_page.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: unset;
    font-family: poppins-400;
}
#cmbdatabase, #cmbaccounts {
    background: white;
}

.act_head {
    display: flex;
    align-items: center;
    justify-content: center;
    HEIGHT: 65px;
}

.act_headtd {
    font-family: poppins-700 !important;
    font-weight: 600;
}

.dis_flex {
    display: flex;
}

.flex_dir {
    flex-direction: column;
}

.logo_img {
    z-index: 102;
    left: 220px;
    position: absolute;
    top: 12px;
}

.inp_tit {
    font-size: 10pt;
    font-family: poppins-400;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}



.total_tble::before {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    background: url(images/br_lines.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
}

.total_tble {
    position: relative;
    margin-top: 54px !important;
    margin: auto;
    width: 70%;
    box-shadow: 0px 0px 40px #00000075;
    background: #fffffff2;
    padding: 24px;
    z-index: 99;
}

    .total_tble table {
        width: 100%;
        float: left;
    }

.wid_100 {
    width: 100%;
    float: left;
    position: relative;
}

.wid_50 {
    width: 50%;
    float: left;
}

.normal tbody {
    width: 100%;
    float: left;
}

.log_input {
    padding: 12px;
    border: none;
    border-radius: 0;
    background: none;
    background: #ffff;
    margin-bottom: 7px;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 5px #9e9e9e54;
    cursor: pointer;
    transition: all 0.5s;
    font-family: poppins-400;
    font-size: 14px;
    font-weight: 400;
    color: black;
}

    .log_input:hover {
        box-shadow: 0px 3px 8px #7c7c7c85;
        transition: all 0.5s;
        border: 1px solid grey;
        /* outline: 1px solid #a3a3a3; */
    }

    .log_input:focus {
        outline: none;
    }

    .log_input select {
        border: none;
        outline: none;
    }

#cmbdatabase, #cmbaccounts {
    width: 100%;
    font-family: poppins-400;
    font-size: 14px;
}

.mar_tb_105 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.login_img {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-top: 40px;
    padding-right: -4px;
    transition: all 0.5s;
    margin-left: 0px;
    cursor: pointer;
    /* animation: top_down 5s infinite; */
    transition: all 0.5s;
}

@keyframes top_down {
    0% {
        padding-top: 0px;
    }

    25% {
        padding-top: 10px;
    }

    50% {
        padding-top: 0px;
    }

    75% {
        padding-top: 10px;
    }

    100% {
        padding-top: 0px;
    }
}
/*.login_img:hover {
        padding-top: 20px;
        transition: all 0.5s;
    }*/

.go_cont {
    display: flex;
    flex-direction: column-reverse;
}

.go_btn {
    /* padding: 6px; */
    width: 100%;
    background: #2196f3;
    border: none;
    /* padding: 20px; */
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: all 0.5s;
    box-shadow: 0px 2px 5px #9e9e9e54;
    margin-top: 10px;
}

    .go_btn:hover {
        background: #1a78c3;
        transition: all 0.5s;
        box-shadow: 0px 3px 8px #7c7c7c85;
    }

/*address line css*/
span#lbladdr1 {
    font-size: 15px;
    color: #ff5722;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family: poppins-700;
    font-weight: 700;
}

.add_sty {
    font-weight: 500;
    font-size: 8pt;
    color: #333 !important;
    font-family: Arial;
    font-size: 13px;
    font-family: unset;
    text-decoration: underline;
}


@media(max-width :650px) {
    .logo_img {
        width: 230px;
        margin: auto;
        left: 15%;
        top: 20px;
    }

    .loging_cont {
        display: none;
    }

    .wid_rs_100 {
        width: 100% !important;
    }

    .total_tble {
        margin-top: 45px !important;
    }

        .total_tble::before {
            opacity: 0;
        }

    body {
        background-position: left;
    }
    .go_btn{
        padding: 10px;
    }
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper {
    width: 545px !important;
}


/*style for table*/
.GridDataDiv_Windows {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 50%);
    background: #ffffff;
    height: auto !important;
    max-height: 300px !important;
}
.RadGrid_windows {
    margin-top: 15px !important;
}
.GridHeader_Windows, .GridHeader_ {
    background-color: #3f83bf !important;
    border: none !important;
    font-family: poppins-400;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    border-right: 1px solid #b1afaf !important;
    padding: 7px 5px !important;
}

    .GridRow_ {
        background: #ffffff !important;
        height: 25px;
        font-family: poppins-600;
        font-size: 11px !important;
        font-weight: 600;
        color: #333 !important;
        border: 1px solid #3f83bf63 !important;
        border-collapse: collapse !important;
        background: #e3e3e5c4;
        cursor: pointer;
    }
        .GridRow_:hover, .GridAltRow_:hover {
            background: #3c85b52e !important;
            border: 1px solid #cbcbcb !important;
            color: black !important;
        }
        .GridRow_ td, .GridAltRow_ td {
            border-right: 1px solid #b7c7d3;
            padding: 5px;
        }
.GridAltRow_ {
    background: #d1ebff !important;
    height: 25px;
    font-family: poppins-600 !important;
    font-size: 11px !important;
    font-weight: 600;
    color: #333 !important;
    border: 1px solid #3f83bf63 !important;
    border-collapse: collapse !important;
    cursor: pointer;
}
.dev_hyp {
    height: 20px;
    margin: auto;
    position: fixed;
    bottom: 3px;
    background: #ffffff2b;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}
    .dev_hyp:hover{
        opacity: 1;
        cursor: pointer;
    }
    #ctl00_ContentPlaceHolder1_Lblhyper1_Label1 {
        height: auto !important;
    }
.comboboxstyle {
    font-size: 12px;
    color: #333 !important;
    font-family: poppins-600 !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;
}
.gridctl00_ContentPlaceHolder1_dgScriptAccts_ctl01 tbody tr td a {
    font-size: 12px !important;
    font-family: poppins-600 !important;
    font-weight: 600 !important;
}
.desc_val {
    font-family: poppins-500;
    line-height: 23px !important;
    letter-spacing: 0.2px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.labbel{
    position: absolute;
}
.imagestyle {
    opacity: 1 !important;
}

.btns_lst {
    display: flex;
    align-items: center;
    gap: 10px;
}

[data-content]:before {
    position: absolute;
    background: #3f83bf;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: poppins-500;
    color: white;
    letter-spacing: 0.5px;
    font-size: 13px;
    border-radius: 50px;
    padding: 1px 0px;
    content: attr(data-content);
    display: none;
}
.CheckBoxStyle {
    font-family: poppins-600 !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center;
    letter-spacing: 0.4px;
}
.align_center{
    align-items : center !important;
}
table#ctl00_ContentPlaceHolder1_dgDigitalSignature tbody tr td {
    padding: 3px;
    background: #b3ddeb;
    font-family: poppins-600;
    font-weight: 600;
    font-size: 12px;
    color: #333;
}


tr.myrad_tbl {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 70px;
    padding: 0px 30px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border: 1px solid #3f83bfb0;
    gap: 6px;
    height: 35px;
}
    tr.myrad_tbl td {
        display: flex;
        align-items: center;
    }
        tr.myrad_tbl td span {
            display: flex !important;
            align-items: center;
            gap: 5px;
        }
            tr.myrad_tbl td span input {
                margin: 0 !important;
            }
        tr.myrad_tbl td span label {
            font-weight: 600;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0.2px;
        }
        tr.myrad_tbl td font{
            display: flex;
            gap: 10px;
            font-size: 12px;
        }
tr.lst_cds {
    display: flex;
    align-items: center;
    gap: 6px;
}
#ctl00_ContentPlaceHolder1_pbView {
    height: 29px;
    width: 114px;
    border-width: 0px;
    margin-top: 0px !important;
    margin-bottom: 9px;
    height: 33px !important;
    width: 105px !important;
    border-width: 0px !important;
}
tr.lst_cds td {
    display: flex;
    align-items: center;
    gap: 10px;
}
#ctl00_ContentPlaceHolder1_lblExchng {
    display: flex !important;
    align-items: center !important;
    font-weight: unset !important;
    width: auto !important;
}

@media(max-width : 560px) {
    .labelstyle b {
        font-size: 14px;
        /* font-weight: bold !important; */
        float: left;
        width: 260px;
        margin: auto;
        letter-spacing: 0.5px;
        line-height: 40px;
        line-height: 18.2px;
        font-family: 'poppins-400';
    }
}

