


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0px auto;
    padding: 0px;
    font-family: "Open Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    /*font-size: 12px;*/
    color: #000000;
    height: 100%;
}

th td {
    padding-right: 15px;
}

#header {
    width: 100%;
    border-bottom: 2px solid #ddd;
    height: 78px;
}

#logo {
    width: 100%;
    float: left;
    padding: 20px 0px 20px 30px;
}


#menu {
    clear: both;
    height: 37px;
    width: 100%;
    background-image: url(../images/menu_bg.gif);
    background-repeat: repeat-x;
    margin-bottom: 30px;
}

    #menu ul {
        padding-top: 6px;
    }

        #menu ul li {
            text-decoration: none;
            list-style: none;
            display: inline;
        }

            #menu ul li a {
                color: #fff;
                text-decoration: none;
            }

.gray_bg_top {
    margin: 0px auto;
    width: 100%;
    height: 36px;
}

.gray_bg_top1 {
    margin: 0px auto;
    width: 100%;
    height: 1px;
}

.gray_bg_bottom {
    margin: 0px auto;
    width: 100%;
    background-image: url(../images/gray_bg_bottom.gif);
    height: 36px;
}

.login {
    float: left;
    padding-right: 8%;
    padding-top: 3%;
    width: 50%;
    line-height: 8px;
}

    .login .bg {
        width: 347px;
        background-image: url(../images/login.gif);
        background-repeat: no-repeat;
        height: 242px;
        text-align: right;
    }

        .login .bg .text {
            float: left;
            padding-right: 15%;
            padding-top: 18%;
            width: 80%;
            margin: 0px;
        }

        .login .bg .btn {
            float: left;
            padding-right: 15%;
            width: 78%;
            margin: 0px;
        }

#copywrite_l {
    float: left;
    width: 50%;
    padding-left: 1%;
}

#copywrite_r {
    float: right;
    width: 40%;
    padding-right: 1%;
    text-align: right;
}

h1 {
    font-size: 13px;
    font-weight: bold;
    margin: 6px;
}

#main {
    margin: 0px auto;
    width: 80%;
}




.login-main-text {
    margin-top: 20%;
    padding: 60px;
    color: #fff;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

    .login-main-text h2 {
        font-weight: 300;
    }

.mtop10 {
    margin-top: 10px;
}

.ptop20 {
    padding-top: 20px;
}

.chgpass {
    font-size: 11px;
    font-weight: normal;
}

.main {
    margin-top: 5%;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}

.maintext {
    text-align: center;
    font-size: 13px;
    color: #0a4d82;
    font-weight: 600;
    margin-top: 20px;
}

.mtop30 {
    margin-top: 30px !important;
}

.ptop10 {
    padding-top: 10px;
}

.mauto {
    margin: auto;
}

input[type=text] input[type=password] {
    /*display: block;*/
    width: 94%;
    height: 40px;
    padding: 2px 7px;
    border-radius: 3px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 4px;
    font-weight: normal;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

input[type="text"]:focus {
    outline: none;
}

input[type=file] {
    width: 94%;
    height: 34px;
}

input [type=password] {
    width: 94%;
    height: 34px;
    padding: 6px 12px;
    border-radius: 3px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

input[type="password"]:focus {
    outline: none;
}

input[type=dropdown] {
    width: 98%;
    border: none;
    background-color: #ffffff;
    height: 30px;
    border: thin solid #d1d1d1;
    margin-bottom: 2px;
}

.select {
    margin-bottom: 15px;
    width: 94% !important;
    height: 34px !important;
    /*padding: 6px 12px;*/
    padding: 6px 6px;
    border-radius: 3px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}


input[type=checkbox] {
    /*margin-top: 15px;*/
}

input[type=textarea] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border-radius: 3px !important;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

input[type="textarea"]:focus {
    outline: none;
}

.card-header {
    
    border-bottom: 0px solid rgba(0,0,0,.125) !important; 
}
.loginbody {
    padding-top: 8%;
    padding-bottom: 12.5%;
    background: #f3f3f3 url('../oldcssjs/images/travel-insurance1.jpg');
    margin: 0;
    background-size: 100%;
    /* padding: 0; */
    height: 100%;
}

.btn-primary {
    color: #fff;
/*    background-color: #f68b3a;*/
    background-color: #0964ac;
/*    border-color: #f68b3a;*/
    border-color: #f68b3a;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #de6000;
        border-color: #de6000;
    }

.panel {
    background: #fff;
}

.r90 {
    width: 90%
}
.fontsize {
    font-size: 20px !important;
}
.maindiv {
    width: 65%;
    background-attachment: fixed;
    /* border: 5px solid #f3f3f3; */
    margin: 0 auto;
    /*    background: #008eff; */
    background: #0a4d82;
    border-radius: 20px;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 20%);
    /* box-shadow: 1px 0px 6px #5a5a5a; */
    min-height: 412px;
}
.panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #008eff;
    border-bottom: thin solid #fff;
    border-color: #ddd;
    font-size: 16px;
    font-weight: 600;
}
.panel-heading {
    padding: 15px 15px;
    /* border-bottom: 1px solid transparent; */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.mtopp7 {
    margin-top: 7%;
}

.resimg {
    width: 70%;
    margin: 5%;
}

.mtop20 {
    margin-top: 20px;
}

.ajax__calendar .ajax__calendar_container {
    z-index: 99 !important;
}

.nav-item {
    margin-right: 20px;
    border-bottom: 0px solid #636363;
    padding-right: 10px;
}
[class*=sidebar-dark-] {
    background: #222e3c;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background: linear-gradient(90deg, rgba(59, 125, 221, .1), rgba(59, 125, 221, .088) 50%, transparent);
    border-left-color: #3b7ddd;
    color: #e9ecef;
    border-left: 3px solid #3b7ddd;
}
.main-sidebar .brand-text, .main-sidebar .logo-xl, .main-sidebar .logo-xs, .sidebar .nav-link p, .sidebar .user-panel .info {
    font-size: 13px;
    transition: margin-left .3s linear, opacity .3s ease, visibility .3s ease;
}
.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    border-bottom: 1px solid #868686;
    width: calc(270px - .5rem* 2);
    transition: width ease-in-out .3s;
}
.nav-link {
    display: block;
    padding: .5rem .6rem;
}
.nav-sidebar .nav-item > .nav-link {
     margin-bottom: 0rem; 
}
.btn-outline-primary {
    border: 1px solid #ccc!important;
}
.lft {
    float: left
}
.main-header {
    border-bottom: 1px solid #dee2e6;
    z-index: 1034;
    webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 600;
    font-size: 14px;
}
.rgt {
    float: right
}
.usertst {
    color: #0056b3;
    font-size: 16px;
    float: right;
}

.bottommenu {
    padding-top: 3px;
    font-size: 12px;
/*    border-top: solid 1px #eeeeee;*/
    height: 25px;
}

    .bottommenu > a {
        color: #0a4d82 !important;
        font-size: 13px;
        font-weight: 600;
    }

.mbot10 {
    margin-bottom: 10px !important;
}

.bderbtm {
    margin-top: 10px;
    border-bottom: #0a4d82 5px solid;
}

.login-box {
    width: 100% !important;
    /*  border-bottom: #0a4d82 5px solid;*/
    margin-top: 25%;
}

.control-label {
    width: auto;
    float: left;
}

.res {
    display: none;
}


.res1 {
    display: block;
}

.insheader {
    padding: 5px !important;
}


@media screen and (max-width: 480px) {
    .reportbtn {
        position: relative;
        width: 60% !important;
        top: -67px;
        left: 45%;
    }

    .reportbtn1 {
        font-size: 11px;
    }

    .res50 h3 {
        font-size: 20px !important;
    }

    .balins {
        position: absolute;
        right: 0px;
    }

    .balins1 {
        text-align: right;
        float: right;
    }

    .resmtop20 {
        margin-top: 20px;
    }

    .res50 {
        width: 50%
    }

    .res {
        display: none;
    }

    .res1 {
        display: none;
    }

    .insmenurgt {
        position: absolute !important;
        right: 0px;
        top: 10px;
    }

    .inshelp {
        right: 20px;
        position: relative;
    }

    .login-main-text {
        margin-top: 0px;
        padding: 30px;
        color: #fff;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    .bottommenu {
        font-size: 11px;
        border-top: solid 1px black;
    }

    .login-box, .register-box {
        margin-top: 0.5rem;
        width: 90% !important;
        margin: 15% 5%;
    }

    .rptop20 {
        padding-top: 20px;
    }

    .r90 {
        width: 100%
    }

    .maindiv {
        width: 90%;
        margin: 15% 5%;
        background: #fff;
        border-radius: 6px;
        box-shadow: 2px 8px 6px 1px #ddd;
    }

    .resimg {
        width: 70%;
        margin: 5%;
    }

    .btnn {
        background-color: #0a4d82;
        color: white;
        width: 50%;
    }
}

input[type=number] {
    width: 94%;
    height: 34px;
    padding: 6px 12px;
    border-radius: 3px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 4px;
    font-weight: normal;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

input[type="number"]:focus {
    outline: none;
}
.clear{
    clear:both;
}
.pdlft{
    padding-left:15px
}
.content-wrapper {
    background-color: #f1f1f1!important;
}
input[type=email] {
    width: 94%;
    height: 40px;
    padding: 6px 12px;
    border-radius: 3px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 4px;
    font-weight: normal;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

input[type="email"]:focus {
    outline: none;
}

label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    /* clear: both; */
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-bottom: 1px dashed #ddd;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600 !important;
}
#example1 > tbody > tr > td {
    font-size: 11px !important;
    line-height: 15px;
    font-weight: 400;
}
.classAdd {
    margin-top: 0px !important;
}

.bgblue {
    background: #d9edf7;
    padding: 10px;
}

.border-rounded {
    border: thin solid #300;
    border-radius: 6px;
    padding: 5px;
    font-size: 11px;
    line-height: 150%;
}

.bgwhite {
    padding: 5px;
    font-size: 11px;
    line-height: 150%;
    background: #fff;
    margin-top: 10px;
}

.visatype {
    padding: 5px;
    font-size: 11px;
    line-height: 150%;
    background: #fff;
    margin-top: 10px;
    border-radius: 10px;
    border: thin solid #300;
    width: fit-content;
    float: left;
}

.whtround {
    padding: 5px;
    font-size: 11px;
    line-height: 150%;
    background: #fff;
    margin-top: 10px;
    border-radius: 6px;
    float: left;
}

.inslogo {
}

.inscover {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.Pricedtls {
}

.green {
    color: #093;
}

.otherplan {
    font-size: 11px;
    padding: 5px;
    background: #fff;
    border-radius: 6px;
    position: fixed;
    right: 10px;
    top: 48%;
    line-height: 220%;
    z-index: 99;
}

/* Added by Sushant on 03-12-2021 */
.btn-secondary {
    background: #ccc;
    border: 1px solid #aaa;
}

.inputReq {
    border: 1px solid #ff0000 !important;
}

    .inputReq:focus {
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(233 102 102 / 60%);
    }

.w50 {
    width: 50%;
}

.padding-15L {
    padding-left: 15px;
}

.padding-15R {
    padding-right: 15px;
}

.padding-7L {
    padding-left: 7px;
}

.padding-7R {
    padding-right: 7px;
}

/* ITQ Custom Sidebar */

body.ins-sidebar-overlay,
.ins-sidebar-wrapper-outer > .ins-sidebar-overlay {
    background: rgb(0 0 0 / 49%);
    overflow: hidden;
}

.ins-sidebar-wrapper-outer {
    /*background: rgb(0 0 0 / 49%);*/
    transition: .6s all ease-in-out;
    transform: translateX(100%);
    /*z-index: 1051;*/
}

    .ins-sidebar-wrapper-outer.open {
        transform: translateX(0%);
    }

.ins-sidebar-wrapper-inner {
    background: #fff;
}

.ins-sidebar-wrapper-outer,
.ins-sidebar-wrapper-inner,
body.ins-sidebar-overlay1,
.ins-sidebar-wrapper-outer > .ins-sidebar-overlay {
    bottom: 0;
}

    .ins-sidebar-wrapper-outer,
    .ins-sidebar-wrapper-outer > .ins-sidebar-overlay {
        left: 0;
    }

        .ins-sidebar-wrapper-outer,
        .ins-sidebar-wrapper-inner,
        body.ins-sidebar-overlay1,
        .ins-sidebar-wrapper-outer > .ins-sidebar-overlay {
            position: fixed;
            top: 0;
            right: 0;
        }

            .ins-sidebar-wrapper-outer > .ins-sidebar-overlay {
            }

.ins-sidebar-container {
}

.sidebar-body {
    padding: 0 15px;
    margin: 30px 0;
    overflow: auto;
    height: calc(100vh - 80px);
}

    .sidebar-body .form-control {
        width: 100%;
    }

.sidebar-footer {
    padding: 0 15px;
}

.sidebar-header {
    padding: 15px;
    border-bottom: 1px solid #e1dcdc;
    margin-bottom: 15px;
}

.sidebar-heading {
    margin: 0;
}

.sidebar-close {
    padding: 6px 13px;
    cursor: pointer;
}

@media(min-width: 320px) {

    .ins-sidebar-wrapper-inner {
        width: 80%;
        width: 80%;
    }
}

@media(min-width: 768px) {
    .ins-sidebar-wrapper-inner {
        width: 65%;
        width: 80%;
    }
}

@media(min-width: 1024px) {
    .ins-sidebar-wrapper-inner {
        width: 50%;
        width: 80%;
    }
}
/* // ITQ Custom Sidebar */
/* // 03-12-2021 */

/* Added by Sushant on 11-02-2022 */
.lbl-agency-activated,
.lbl-agency-pending,
.lbl-agency-deactivated {
    padding: 2px 3px;
    border-radius: 3px;
    margin: 0 6px;
}

.lbl-agency-activated {
    background: #5bc0de;
    border: 1px solid #2395b7;
    border: 1px solid #03485c;
    color: #03485c;
}

.lbl-agency-pending {
    background: #337ab7;
    border: 1px solid #0a5597;
    color: #fff;
}

.lbl-agency-deactivated {
    background: #f0ad4e;
    border: 1px solid #e78d0d;
    border: 1px solid #814f09;
    color: #814f09;
}

.w92 {
    width: 92% !important;
}

.insloginicon {
    height: 40px;
    font-size: 21px;
    margin-left: -6px;
    z-index: 9;
    border: 1px solid #ccc;
}

.muto {
    margin: auto !important;
}

.brand-link {
    padding: 5px 20px !important;
}


.chart-error-msg {
    height: 100px;
    padding: 30px 5px 10px 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.form-control {
    height: 40px;
}
/*.dataTables_length {
    width: 100px;
    margin-top: 0px;
    display: block;
}*/
.btn {
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #35465b!important;
    background: #222e3c!important;
    font-weight: normal!important;
    color: #ffffff!important;
    text-align: center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #243243!important;
    background: #0f6cf3!important;
    color: #ffffff!important;
}
.card-title {
    float: left;
    font-size: 1rem!important;
    font-weight: 400;
    margin: 0;
}
.ui-widget-header {
    border: 1px solid #dddddd!important;
    background: #e9e9e9!important;
    color: #333333;
    font-weight: 600;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 14px; 
    margin: 5px 0;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 600;
    border: 0;
    font-size: 13px;
}

.loader {
    border: 10px solid #ffffff;
    border-radius: 50%;
    border-top: 10px solid #f68b3a;
    border-right: 10px solid #0056b3;
    border-bottom: 10px solid #007bff;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.h3, h3 {
    font-size: 1.45rem;
}

.headmenu {
    margin-left: 4%;
}
    .headmenu > .nav-item {
        margin-right: 0px !important;
        border-bottom: 0px solid #636363;
        padding-right: 10px !important;
    }

        .headmenu > .nav-item > a {
            font-size: 14px !important;
            padding-right: 10px !important;
            padding-left: 10px !important;
            color: #3b7ddd !important;
            font-weight: 500;
        }


.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-bordered {
    
    border: 1px solid #dee2e6 !important;
}
    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px;
    }
    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6;
    }
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table td, .table th {
    padding: .20rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
#policyResult {
    font-size: 14px;
}
.active {
    border-radius: 4px!important;
    background-color: whitesmoke;
    border-block: unset;
    border: solid 1px #b9b9b9!important;
}

.m-0 {
    margin: 0 !important;
    font-size: 1.35rem !important;
    font-weight: 600 !important;
}
.mb-2, .my-2 {
    margin-bottom: .2rem !important;
}
.card-body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.85rem!important;
}


.welcomeText{
    font-size: 32px;
    color: #fff;
    font-weight: 300;
}

.boxHight {
    min-height: 412px;
    background: #fff;
    border-radius: 0px 20px 20px 0px;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.l1 {
    padding-top: 5%;
}
.l2 {
    font-weight: 100;
}
.l3{
    line-height: 1.05;
    text-shadow: 0px 3px 3px #1A1110;
}
.le {
    top: 70%;
    left: 0%;
    height: 5px;
    width: 80%;
    background-color: #fff;
    clip-path: polygon(20% 0%,100% 50%,20% 100%,0% 90%,0% 10%);
}
.ps-xl-5 {
    padding-left: 5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}

.layout-fixed .brand-link {
    width: 180px !important;
}
.main-sidebar, .main-sidebar::before {
    transition: margin-left .3s ease-in-out,width .3s ease-in-out;
    width: 180px !important;
}

.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    border-bottom: 1px solid #868686;
    width: calc(180px - .5rem* 2);
    transition: width ease-in-out .3s;
}

.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    border-bottom: 1px solid #868686;
    width: calc(180px - .5rem* 2);
    transition: width ease-in-out .3s;
}



@media (min-width: 768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 180px!important;
    }
}