body {
    font-family: 'Open Sans', sans-serif;
    color: #535353;
    /*overflow:hidden;*/
}



.form-control:focus {
    box-shadow: none;
}

.login-box .alert {
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close {
    padding: 18.5px 19px;
    background-size: 8px;
}

    .login-box .alert-dismissible .btn-close:focus,
    .login-box .alert-dismissible .btn-close:active {
        box-shadow: none;
    }

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 43px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}



.login-box .form-group label.error {
    font-size: 13px;
    text-align: left;
    color: #c7c3c3;
    width: 100%;
}
label {
    margin-bottom: 5px;
}




/** Login 16 start **/








.login-16 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-16 a {
    text-decoration: none;
}

.login-16 .form-inner {
    max-width: 415px;
    width: 100%;
    padding: 20px 30px 16px;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0px -3px 0px 0px #fb8c00;
}







.login-16 .form-section .form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    vertical-align: top;
    position: absolute;
    border-radius: 2px;
    border: none;
    background-color: #f7f7f7;
    margin-left: -22px;
}

.login-16 .form-check-input:focus {
    border-color: snow;
    outline: 0;
    box-shadow: none;
}

.login-16 .form-check-input:checked {
    background-color: #0dcaf0;
}

.login-16 .form-section p {
    color: #535353;
    margin-bottom: 0;
    font-size: 15px;
}

    .login-16 .form-section p a {
        color: #535353;
    }

.create-acc p {
    font-family: "Onest", sans-serif !important;
}

.login-16 .form-section h3 {
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 500;
    color: #a6ceff;
}

div#profile label {
    font-size: 15px;
    letter-spacing: 0.3px;
}

.login-16 .form-section .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 2px;
}


.login-16 .form-section .form-control {
    padding: 0px 19px 0px;
    font-size: 15px;
    outline: none;
    height: 46px;
    color: #000;
    border-radius: 8px;
    border: 1px solid rgb(32 32 32 / 9%);
    background: #f9f9f9;
    font-family: "Onest", sans-serif;
    letter-spacing: 0.3px;
    font-weight: 300;
}
    .login-16 .form-section .form-control::placeholder {
        color: #939393;
    }
.login-16 .form-section .form-group span {
    font-size: 13px;
    padding: 6px 0px 6px;
}
.captcha-txt {
    display: block;
    padding: 12px 0 0;
    border-top: dashed 1px #e7b06c;
    color: #e7b06c;
}
input#captcha_form {
    max-height: 37px;
    height: 100vh;
}
.login-16 .form-section .form-check {
    margin-bottom: 0;
}

    .login-16 .form-section .form-check a {
        color: #535353;
    }

.login-16 .form-section .form-check-label {
    color: #535353;
}

.login-16 .form-section a.forgot-password {
    font-size: 15px;
    color: #535353;
}



.login-16 .btn-theme {
    position: relative;
    display: inline-block;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
    width: 100%;
}

    .login-16 .btn-theme:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        border-radius: 3px;
        transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
        transform-origin: bottom center;
        transition: transform 0.4s linear, transform 0.4s linear;
        z-index: -1;
    }

    .login-16 .btn-theme:hover:after {
        transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
        transition: transform 0.4s linear, transform 0.4s linear;
    }



.login-16 .btn {
    box-shadow: none !important;
}
.login-16 .btn-primary {
    background: #EF6C00;
    border-color: #EF6C00;
    font-family: "Onest", sans-serif;
    border-radius: 10px;
    margin-top: 5px;
    padding: 10.5px;
}
    .login-16 .btn-primary span {
        font-size: 15px !important;
    }
0
    .login-16 .btn-primary:after {
        background: #1b77e8;
    }


.form-section {
    display: flex;
    justify-content: center;
}
.create-acc {
    border-top: dashed 1px #e7b06c8a;
    padding: 11px 0 0;
}
    .create-acc p a {
        color: #ef6c00 !important;
    }

/** Social media **/
@media (max-width: 992px) {
    .login-16 .form-inner {
        padding: 50px;
    }

    .login-16 .bg-img {
        display: none;
    }
}


    @media (max-width: 768px) {
        .login-16 .form-inner {
            padding: 25px 30px;
        }

        .logo-brand {
            flex-flow: column;
            justify-content: center;
            align-items: center;
        }

            .logo-brand .middlemenu {
                margin-left: 0;
                position: relative;
            }

        #loginContainer {
            width: 100%;
        }

        .minister {
            display: none!important;
        }
    }
    /** Login 16 end **/



    .login-inner-form {
        width: 100%;
    }


.login-16 .btn-theme {
    background: #EF6C00;
    padding: 13px;
    margin-top: 0.5rem;
    font-family: "Onest", sans-serif !important;
    border-radius: 13px;
    font-size: 15px;
}

    .button-box .btn-width {
        width: 25%;
    }

    /** Login 35 end **/







    .background-main {
        background-image: url(assets/img/bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }

    .logo-brand .logo img {
        max-width: 100px;
        height: 88px;
    }

    .middlemenu {
        position: absolute;
        width: 100%;
    }

        .middlemenu h3 {
            font-size: 24px;
/*            color: #1b77e8;
            font-weight: bold;*/
            text-transform: uppercase;
            /*margin-left: -126px;*/
        }



    .sidelogo img {
        max-width: 100px;
        height: 80px;
    }

    .logo-brand h4 {
        font-size: 19px;
        margin: 0;
        letter-spacing: -1.3px;
    }

    .logo-brand h5 {
        font-size: 14px;
    }

    /*.logo-brand h3{
    color: #e7e7e7;
    padding-left: 25px;
    font-size: 22px;
}*/
.head-bg {
    background-color: #ffffff;
    width: 100%;
    color: black;
    position: sticky;
    top: 0;
    line-height: 14px;
}

    .foot-bg {
        height: 40px;
        background-color: #ffff;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 8px 0px;
        position: fixed;
        bottom: 0;
        border-bottom: 2px solid #004caa;
        border-top: 2px solid #004caa;
    }

#example4 thead tr th {
    background: #0073b7;
    color: white !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    vertical-align: middle;
    padding: 10px 25px 10px 9px;
    letter-spacing: 0.2px;
}
table#example4 tbody tr td {
    font-size: 13px;
    vertical-align: middle;
    letter-spacing: 0.2px;
    line-height: 17px;
}
    table#example4 tbody tr td a {
        padding: 7px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 1px 0px;
    }
    table#example4 tbody tr td i {
        font-size: 11px;
        margin: 0;
    }
table.dataTable thead th.sorting:after {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset!important;
    font-size: 10px;
}
.badge {
    width: auto!important;
    display: inline!important;
}

.cstm-content-header {
    display: block;
}



div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
    font-size: 14px;
}
.pagination > li > a {
    font-size: 14px;
}
.dataTables_length label, .dataTables_length select {
    font-size: 14px;
}

    .boatinfo {
        color: darkblue;
        text-align: center;
        font-weight: bold;
    }

.ace-responsive-menu {
    background: #EF6C00 !important;
}

    .minister {
        right: 5px;
        bottom: 0;
        display: flex;
        align-items: center;
    }

        .minister p {
            margin: 0;
        }

        .minister > a {
            font-size: 16px;
            color: #010101;
            margin-top: 30px;
            line-height: 21px;
        }

        .minister span {
            font-size: 12px;
        }

    .login-16 {
        padding: 0px;
    }

    .button-box {
        display: flex;
        justify-content: flex-start;
    }



    .btn-right {
        margin-left: 12px;
    }

    .login-box p {
        font-size: 18px;
        color: #fff0dc;
        font-family: system-ui;
        margin-bottom: 20px;
        text-align: justify;
    }

footer.foot-bg P {
    color: #ffffff;
    font-size: 15px;
    font-family: "Onest", sans-serif;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.3px;
}
    footer.foot-bg p a {
        color: #EF6C00;
        font-weight: 300;
        font-size: 15px;
        text-decoration: none;
    }
.row.login-box {
    position: relative;
}

select.lang {
    width: 115px;
    padding: 6px 16px;
    border: 0;
    border-radius: 104px;
    height: 40px;
    background: url(../img/br_down.webp) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: 83px;
    background-size: 10px;
    margin: 1rem 0 0.5rem auto;
    display: table;
}
    select.lang:focus-visible {
        outline: none;
    }

    @media (max-width: 640px) {
        .foot-bg {
            position: static !important;
        }

        .logo-brand {
            flex-flow: row wrap;
            justify-content: center;
        }

            .logo-brand h3 {
                font-size: 15px;
                background: #1b77e8;
                color: #fff;
                padding: 9px !important;
            }

        .inner {
            margin-bottom: 2px;
        }

            .inner h2 {
                font-size: 18px;
            }

        .login-16 {
            padding: 10px 0px !important;
        }

        .button-box {
            justify-content: center !important;
            margin-bottom: 12px;
        }

            .button-box .btn-width {
                width: 45% !important;
            }

        .login-box p {
            display: none;
        }
    }


    /** bootstrap css **/
    .nav-tabs {
        border-bottom: 3px solid #dee2e6;
    }

    .nav nav-stacked sty1 lebel span {
        font-size: 20px;
    }

    .fromGroupHeight {
        height: 85%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /*.fromGroupHeight .imgViewBefore{
    top: 53px;
}*/
    .imgViewBefore {
        position: absolute;
        /*top: 43px;*/
        bottom: 0;
        right: 0;
        padding: 7px 10px !important;
        border-radius: 0px 5px 5px 0 !important;
    }

    .imgViewAfter {
        padding: 8px 10px !important;
        border-radius: 5px;
        /*position: absolute;
    top: 69px;
    right: 15px;*/
        background-color: #0073b7;
        border-color: #00619b;
        color: #fff;
    }

    .blinking-text {
        color: red;
        font-weight: bold;
        animation: blinker 1s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }

.nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ef6c00;
    border-color: transparent;
    margin-right: 5px;
}

.nav-link, .nav-tabs .nav-link {
    color: #262626;
    background-color: #e2e9f3;
    border-color: transparent;
    margin-right: 5px;
}
    /*    .bk{
        background-image: url('../img/dashboard.png')!important;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }*/

    button.close {
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
    }

    .close {
        position: absolute;
        right: 21px;
        /* float: right !important; */
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
    }


/*16/11/2024*/

.filter-wrapper{
    display:flex;
    align-items:self-end;
}
.export-btn {
    display: flex;
    align-items: self-end;
    gap: 6px;
    justify-content: end;
}

@media (max-width: 767px) {
    .head-bg {
        z-index: 99;
    }
    .background-main {
        overflow: scroll!important;
    }
    .logo-brand .logo img {
        height: 72px;
    }
    .logo-brand h4 {
        font-size: 14px;
        margin: 0;
        letter-spacing: -0.3px;
        font-weight: 600;
    }
    .logo-brand h5 {
        font-size: 12px;
    }
    .footer-mob-col{
        display:block!important;
    }
    .foot-bg {
        height: auto !important;
    }
    footer.foot-bg P {
        color: #1b77e8;
        font-weight: 400;
        font-size: 14px;
        margin: 8px 0;
        text-align:center;
    }
    .login-16 .form-section .form-group {
        margin-bottom: 19px;
    }
    .cstm-content-header {
        display: block;
    }
    .card.card-outline .form-group {
        margin-bottom: 0.6rem;
    }
    .card.card-outline .form-group label {
        margin-bottom: 0.3rem;
    }
    .step-app > .step-steps {
        display: block;
    }
    .menu-toggle #menu-btn {
        background: #ef6c00 !important;
        border: 1px solid #ffffff !important;
    }
    .menu-toggle {
        background: #ef6c00!important;
    }
        .menu-toggle .icon-bar {
            background: #ef6c00!important;
            box-shadow: 0 1px 0 rgb(239 108 0 / 60%)!important;
        }
}