.btn:focus {
    outline: 0!important;
    border: 1px solid #b7b3b3;
}
.btn-srch {
    font-size: 14px;
    color: #e9edf1;
    background-color: #201d1e24;
    
    border-color: #312c2c;
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%) !important;
    border-color: #a3a3a3 !important;
    outline: 0;
  /*  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(116 121 124 / 60%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(142 150 157 / 60%) !important;*/
}

#srchtop {
    background-color: transparent;
    color: #333;
}
    #srchtop:focus {
   border-color: #88bc38;
    outline: 0;
   /*     -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
        box-shadow: inset 0 1px 1px rgb(190 182 237 / 8%), 0 0 7px 0px rgb(231 210 252 / 60%);*/
    }
    #srchtop input {
        height: 32px;
        font-size: 14px;
        border: 1px solid #ccc;
        background: #fff;
        color: #444;
    }
    #srchtop button {
        height: 32px;
        font-size: 14px;
        border: 1px solid #ccc;
        color:#444;
    }
.btn-dark {
    background-color: transparent;
    color: #c2c2c2;
    border-color: #444;
    border-radius: 0 3px 0 3px;
}

    .btn-dark:hover, .btn-dark:focus {
        background-color: #c9c9c9 !important;
        color: #fff;
        border-color: #5b5b5b;
      
    }
    /*.btn-dark:hover, .btn-dark:focus {
        background-color: #211f77 !important;
        color: #fff;
        border-color: #5b5b5b;
        box-shadow: 1px 1px 4px 1px rgb(60 169 251 / 50%);
    }
*/

    
    .btn-dark:focus-visible{
        outline:none;
    }

    .btn-srch:hover {
        color: #fff;
        border-color: #e7ea16;
        background-color: #3c2e5a;
       /* box-shadow: 4px 4px 5px 3px rgb(153 121 241 / 37%), 0 0 5px 0px rgb(201 175 254 / 65%) !important;*/
    }
.srchmainbtn {
    width: 90px;
    height: 34px;
}

.sH4 {
    font-weight: 400;
    font-size: 21px;
    color: #2e5289;
    margin: 0;
    /*height: 28px;*/
    margin-top:8px;
}
    .sH4:hover {
        color: #4975b8;
        text-decoration-line: underline;
    }

.mb-30{margin-bottom:30px;}
.mb-40 {  margin-bottom: 40px;}
.mt-40 {  margin-top: 40px;}

.btn-brd {
    border-top: 1px solid #676767;
    border-right: 1px solid #676767;
    border-bottom: 1px solid #676767;
}

.grn {
    color: #32710a;
}

b.sc {
    color: #1b83e1;
    font-weight: 400;
}

.mainBanner-1 {
    padding: 20px;
    background: #f1f1f1;
}

.pagination {
    margin: 0!important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.page-link.pgsel {
    background-color: #e1efff;
}

#rsView {
    /* min-width: calc(100vw - 400px); */
    min-height: calc(100vh - 100px);
}
 
.btn-addon {
    
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
}

.btn {
    background-color: #ffffff;
    color: #333;
   
    border-radius: 0;
    cursor: pointer;
    /* padding: 7px 10px 7px 10px; */
    transition: background .4s cubic-bezier(.645,.045,.355,1) 0s,color .4s cubic-bezier(.645,.045,.355,1) 0s,border .4s cubic-bezier(.645,.045,.355,1) 0s;
    border-radius: 0 6px 6px 0;
}

#srchpn .btn:hover{
    background: #ccc;
}