
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    /* box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; */
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
/*******************/
:root {
    --blue: #007DC3;
}

html, body {
    scroll-behavior: smooth;
}

.form-ttl {
    /* margin-bottom: 30px; */
    background: #daecf6;
    color: #0c4297;
    padding: 20px 30px;
}


::selection {
    background: var(--blue);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #007DC3; /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #007DC3; /* Safari */
    color: #fff;
    text-shadow: none;
}

a {
    color: #007DC3;
    text-decoration: none;
}

body {
    color: #434145;
    margin: 0;
    font-size: 20px;
    font-size: calc(0.9rem + 0.4vw);
    height: 100vh;
}

.flexBody {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
    padding: 20px;
    /* background: #eee; */
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: auto;
}

.bhb-btn, .k-dialog-actions .k-button, .k-form-submit, .k-form-clear {
    background-image: linear-gradient(156deg, #801217 10%, #da1f27 30%, #801217 70%);
    background-image: linear-gradient(156deg, #0840a1 10%, #147cf7 30%, #0840a1 70%) !important;
    /*background-image: linear-gradient(156deg, #177ebc 10%, #147cf7 30%, #177ebc 70%) !important;*/
    background-size: 300%;
    background-position: 50%;
    min-width: 150px;
    position: relative;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 0;
    font-size: calc(0.9rem + 0.4vw);
    /*margin: 30px 15px;*/
    min-width: 180px;
}

    .cancel-btn, .k-dialog-actions .k-button:nth-child(2), .k-form-clear, .gray-btn {
        background-image: linear-gradient(156deg, #535052 10%, #8a8a8d 30%, #535052 70%) !important;
    }

.k-form-submit {
    margin-right: 10px;
}

.back-btn {
    min-width: auto;
    display: inline-block;
}

.bhb-btn:hover, .bhb-btn:focus, .bhb-btn:active, .bhb-btn:focus-within, .bhb-btn:active:focus-visible,
.cancel-btn:hover, .k-button-solid-base:hover, .k-button-solid-base.k-hover, .k-dialog-actions .k-button:hover,
.k-form-submit:hover, .k-form-submit:focus, .k-form-submit:active,
.k-form-clear:hover, .k-form-clear:focus, .k-form-clear:active {
    color: #fff;
    background-position: 5%;
    outline: 0;
    box-shadow: none;
}
/*
.bhb-btn:after {
    content: "";
    position: absolute;
    top: -0%;
    left: 0%;
    right: 0%;
    bottom: -50%;
    background-image: linear-gradient(110deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%);
    transform: skewX(-45deg) translateX(-100%);
    transition: transform 0.8s;
}
.bhb-btn:hover:after, .bhb-btn:focus:after, .bhb-btn:active:after,
.bhb-btn:focus-within:after{
    transform: skewX(-45deg) translateX(100%);
}*/


.form-ttl h1 {
    font-weight: 400;
}

@media (min-width:768px) {
    .col-form-label {
        text-align: right;
    }
}


.form-container {
    padding-top: 50px;
}

.form-control, .form-select {
    border-radius: 0;
    padding: .475rem .75rem;
    color: #184390;
    background: #c7e4f530;
}

.col-form-label {
    /* font-weight: 500; */
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus,
.form-select:focus,
.focus-effect {
    box-shadow: 0 0 4px 2px #daebf5;
    border-color: #c7e4f5;
    caret-color: #184390;
    /* color: #184390; */
    background: #c7e4f585;
}


/********** New css *************/

.k-input-solid:focus-within, .k-input-outline:focus-within,
.k-picker-solid:focus-within {
    box-shadow: 0 0 4px 2px #daebf5;
    border-color: #c7e4f5;
    caret-color: #184390;
    color: #184390;
    background: #c7e4f585 !important;
}

.k-input-solid,
.k-input-outline,
.k-picker-solid {
    border-radius: 0;
    padding: .275rem .2rem;
    color: #184390;
    background: #c7e4f530 !important;
    border-color: var(--kendo-color-border-alt, rgba(33, 37, 41, 0.2));
}

form#registrationForm, .content-center {
    width: 100%;
    margin: auto;
}

.form-content-reg {
    padding: 20px;
}

@media (min-width:1200px) {
    form#registrationForm, .content-center {
        width: 1100px;
    }
}

@media (min-width:1500px) {
    form#registrationForm {
        width: 80%;
    }

    .content-center {
        width: 55%;
    }
}

@media (min-width:1200px) {
    #verifyOtpForm {
        max-width: 1000px;
        margin: auto;
    }
}

.gray-btn {
    font-size: 1rem;
}

#verifyOtpForm h2 {
    color: #0c4297;
    margin-bottom: 15px;
    font-weight: 500;
}
/******* Header Subpages ********/

header {
    background-image: url(/images/Header-nav.jpg);
    background-position: center;
    background-size: cover;
    margin: 0;
}

.header-controls {
    display: flex;
    color: #fff;
    /* font-size: 16px; */
    /* font-weight: 500; */
}

.header-item {
    display: flex;
    align-items: center;
    transition: 0.3s;
    padding: 8px 10px;
    position: relative;
    /* overflow: hidden; */
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

    .header-item img {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    .header-item:hover,
    a.header-item-a:hover {
        /* color: #de003b; */
        text-shadow: 2px 2px 3px #333;
        background: rgb(255 255 255 / 15%);
    }

.header-submenu {
    position: absolute;
    background: #0f6ec0;
    top: 100%;
    right: 0;
    width: 100%;
    min-width: 200px;
    border-top: 2px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 100;
}

.user:hover .header-submenu {
    opacity: 1;
    visibility: visible;
}

.header-item-a {
    display: block;
    padding: 8px 15px;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid;
}

    .header-item-a .login-nav-img {
        width: 20px;
    }
/*
.logout-btn:hover {
    cursor: pointer;
}

.logout-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: 0.3s;
    transition-delay: 0.1s;
    opacity: 0;
}

.logout-btn:hover:after {
    right: 0;
    opacity: 1;
}

.user ._name {
    line-height: 1.25;
}

.logout-btn a {
    color: #fff;
}
*/
.navbar-brand {
    padding: 10px 15px;
    display: inline-block;
}

    .navbar-brand img {
        width: 250px;
        max-width: 100%;
    }

@media (min-width:992px) {
    .navbar-brand img {
        max-width: 300px;
    }

    .header-item {
        font-size: 18px;
        padding: 10px 15px;
        line-height: 1.2;
    }
}


/***  Login ****/

.login-page {
    min-height: 100vh;
}

.login-bg {
    background-image: url(/images/Login-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.logo {
    max-width: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

    .logo img {
        width: 450px;
        padding: 20px 30px;
        max-width: 100%;
    }

.form-content {
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    padding: 50px 30px;
    align-items: center;
    z-index: 1;
    position: relative;
}

.login-form {
    margin-right: 10%;
    width: 35%;
    /* margin-top: 140%; */
    /* background: #ffffffc4; */
    padding: 20px 30px;
}


.login-ttl {
    margin-bottom: 70px;
}


    .login-ttl h1 {
        color: #007DC3;
    }

@media (min-width: 1200px) {
    .login-ttl h2 {
        font-size: 1.6rem;
    }
}

.form-content footer {
    position: absolute;
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
    /* text-align: left; */
}

form#loginForm {
    padding-bottom: 30px;
}

@media (max-width:1900px) {
    .login-form {
        margin-right: 5%;
        padding-left: 5%;
        width: 45%;
    }

    .login-bg {
        width: 60%;
    }
}

@media (max-width: 1300px) {
    .login-form {
        margin-right: 0;
        padding-left: 0;
    }
}

@media (max-width:1199px) {
    .login-form {
        margin-right: 0;
    }
}

@media (max-width:991px) {
    .login-form {
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:767px) {
    .login-form {
        /* margin-right: 0; */
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    .login-bg {
        background-image: none;
    }

        .login-bg img {
            width: 80%;
            width: 100%;
        }

    .login-bg {
        width: 90%;
        position: relative;
    }

    .form-content {
        display: block;
        padding: 20px 0 0;
        height: auto;
    }

        .form-content footer {
            position: relative;
            padding-bottom: 0;
        }
}

@media (max-width:567px) {
    .login-bg {
        width: 98%;
    }
}

@media (min-width:768px) {
    .login-bg img {
        /* width: 100%; */
        display: none;
    }
}


.login-form .bhb-btn {
    width: 100%;
}

/****  Login Menu  ****/

.login-nav {
    padding-top: 10%;
    background-image: url(/images/Side-nav.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.login-nav-links {
    display: flex;
    flex-direction: column;
}

.login-nav-a {
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
}

.login-nav-img {
    width: 25px;
    margin-right: 10px;
}

.login-nav-a:hover, .login-nav-a.active {
    background: rgb(0 0 0 / 15%);
    background: rgb(7 45 105 / 20%);
}
/*
.login-nav-a.active {
    background: rgb(0 0 0 / 15%);
}*/

.mobl .side-close-icon, .mobl .navbar-brand-mbl {
    display: none;
}
/*
.user ._pass {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgb(255 255 255 / 15%);
    padding: 8px 10px;
    border-top: 3px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 100;
    background: #117bc1;
    background-size: cover;
    width: 100%;
    font-size: 16px;
}

._pass .login-nav-img {
    width: 20px;
}

.logout-btn {
    overflow: hidden;
}

@media (min-width:768px) {
    .user:hover ._pass {
        opacity: 1;
        visibility: visible;
    }
}
*/
@media (max-width:767px) {
    .flexBody {
        overflow-x: hidden;
    }

    .mobile-icon {
        display: flex;
        cursor: pointer
    }


        .mobile-icon svg {
            /* height: 70px; */
            width: 62px;
            color: #fff;
            padding: 17px
        }
    /****/
    .header-item img {
        margin: 0;
    }

    .user ._name {
        display: none;
    }

    .user .header-submenu {
        left: calc(50% - 100px);
    }
    /*
    .logout-btn span {
        display: none;
    }

    .user ._name {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgb(255 255 255 / 15%);
        padding: 8px 10px;
        border-top: 3px solid #fff;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 100;
        background-image: url( /images/Side-nav.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background: #117bc1;
        width: 200px;
    }

    .user:hover ._name {
        opacity: 1;
        visibility: visible;
    }

    ._name ._pass {
        border-top: 1px solid rgb(255 255 255 / 50%);
        visibility: visible;
        opacity: 1;
    }

    .header-item.logout-btn {
        overflow: hidden;
    }
*/
    .mobl {
        position: absolute;
        right: -350px;
        /*left:100%;*/
        top: 0;
        bottom: 0;
        padding-top: 50px;
        z-index: 1000;
        width: 350px;
        transition: 0.3s;
        font-size: 19px;
        max-width: 100%;
    }

    .menu-opened .mobl {
        right: 0px;
        /*  left:auto;*/
    }

    .side-overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,.459);
        z-index: 1000;
        opacity: 0;
        transition: .3s;
        visibility: hidden;
        backdrop-filter: blur(25px)
    }

    .menu-opened .side-overlay, .menu-opened .side-menu {
        opacity: 1;
        visibility: visible;
        transform: inherit
    }

    .mobl-overflow-hidden {
        overflow: hidden;
    }

    .side-close-icon {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        /* border: 1px solid transparent; */
    }

        .side-close-icon svg {
            height: 62px;
            width: 62px;
            background: #f5f5f51f;
            color: #fff;
            padding: 19px;
            transition: 0.3s;
        }


        .side-close-icon:hover {
            /* border-color: rgb(0 0 0 / 25%); */
        }

            .side-close-icon:hover svg {
                background: rgb(0 0 0 / 15%);
                background: rgb(7 45 105 / 20%);
            }

    .navbar-brand-mbl {
        text-align: center;
        padding: 10px;
    }

        .navbar-brand-mbl a {
            padding: 10px;
        }

    .mobl .side-close-icon, .mobl .navbar-brand-mbl {
        display: block;
    }
}

@media (max-width:490px) {
    header .navbar-brand img {
        width: 160px;
    }

    .navbar-brand {
        padding: 5px;
        margin-right: 5px;
    }

    .header-item {
        padding: 5px 8px;
    }

        .header-item img {
            width: 30px;
            height: 30px;
        }

    .mobile-icon svg {
        width: 45px;
        padding: 10px;
    }
}

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

main,
main > .container-fluid,
main > .container-fluid > .row,
main > .container-fluid > .col-md-4,
.login-nav {
    height: 100%;
}


.right-side {
    padding: 30px;
}

.welcome-ttl {
    text-align: center;
}

    .welcome-ttl span {
        color: var(--blue);
    }

.page-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.footerAmin {
    margin-top: auto;
}

.createAdmin {
    padding: 30px;
    padding-top: 50px;
}

@media (min-width:768px) {
    .createAdmin {
        /* padding-top: 15%; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.createAdmin form {
    width: 1100px;
    max-width: 100%;
}

@media (min-width:1450px) {
    .createAdmin {
        /* padding-right: 15%; */
        /* padding-left: 10%; */
        height: 100%;
    }
}

.form-padding, .content_padding {
    padding: 40px 30px 30px;
}


.bhb-table table th {
    /* background: #124395; */
    color: white;
    border-bottom: 4px solid #34b5e2 !important;
    font-weight: bold;
}

.bhb-table table td {
    padding: 8px 10px !important;
}

.bhb-table table th {
    padding: 10px !important;
    border-bottom: 5px solid #d9d9d9 !important;
}

.bhb-table .k-grid-header {
    padding: 0 !important;
}

.bhb-table .k-grid-content.k-auto-scrollable {
    overflow: auto;
}

.bhb-table .k-column-title {
    font-weight: 500;
}


.sub-extend {
    position: absolute;
    top: 100%;
    z-index: 222;
    right: 0;
    background: white;
    width: 150px;
    /* padding: 2px; */
    box-shadow: 0 9px 15px #00000021;
    font-size: 16px;
    transform: scaleY(0);
    transform-origin: top;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
    overflow: hidden;
}

.submenu-icon svg {
    height: 36px;
    width: 36px;
    padding: 9px;
    fill: #7a7a7a;
}

.submenu-icon {
    border-radius: 3px;
    cursor: pointer;
}

.submenu {
    display: inline-flex;
    position: relative;
}

    .submenu:hover .submenu-icon {
        background: #e5e5e5;
    }

.sub-extend a,
.sub-extend button {
    display: block;
    text-decoration: none;
    padding: 11px;
    color: #212529;
    border: 1px solid white;
    position: relative;
    padding-left: 33px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    border-radius: 0;
}

    .sub-extend a:hover, .sub-extend button:hover {
        background: #213e970d;
        border-color: #213e9736;
    }

    .sub-extend a svg,
    .sub-extend a img,
    .sub-extend button svg,
    .sub-extend button img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 35px;
        padding: 10px;
        fill: #212529;
    }

.submenu:hover .sub-extend {
    opacity: 1;
    visibility: visible;
    transform: inherit;
}

.actions tr td:last-child {
    text-align: right !important;
    overflow: initial !important;
}

.main-options {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.optionItem {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to bottom, #1455be, #117dc2);
    background-image: linear-gradient(156deg, #0840a1 10%, #147cf7 30%, #0840a1 70%) !important;
    background-image: linear-gradient(156deg, #007DC3 10%, rgb(44 152 190) 30%, #0c4297 70%) !important;
    background-size: 400%;
    background-position: 40%;
    color: #fff;
    box-shadow: 0 0 8px 3px #a7adb2;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    align-items: center;
    transition: 0.5s;
    display: inline-block;
    /* margin: 30px; */
    box-shadow: 0 0 5px 2px #c9d0d6;
    border-radius: 5px;
}

    .optionItem:hover {
        background-position: 0%;
        box-shadow: 0 0 8px 3px #a7adb2;
    }

.options-container {
    display: flex;
    padding: 30px;
}

.optionItem img {
    width: 55px;
    margin-bottom: 20px;
}

.k-table-group-row {
    background: rgb(218 236 246 / 50%);
}

    .k-table-group-row:hover {
        background: #c7e5f6 !important;
    }

.error-msg {
    font-size: 18px;
    position: relative;
    font-weight: 500;
    padding-left: 10px;
}
/*
    .error-msg:before {
        content: "*";
        position: absolute;
        left: 0;
    }*/

.data-box {
    padding: 10px 20px;
    background: #f7f7f7;
    border-bottom: 1px solid #dbdbdb;
    transition: 0.15s;
}

.data-ttl {
    font-weight: 600;
}

.data-box:last-child {
    border-bottom: 0;
}

.data-box:hover {
    background: #ebebeb;
    border-left: 5px solid #c7c7c7;
}

@media (max-width:575px) {
    .data-val {
        background: rgb(54 149 205 / 7%);
        padding: 5px 10px;
    }
}

.data-val {
    transition: 0.3s;
}

.data-box:hover .data-val {
    color: #154392;
}


.markets,
.markets:hover,
.markets:active {
    background: #fff;
    color: #434145;
}

@media (min-width:1450px) {
    .nav-cols > .row > .col-lg-3 {
        width: 18% !important;
    }

    .nav-cols > .row > .col-lg-9 {
        width: 82% !important;
    }
}

.bhb-table * {
    font-size: calc(0.9rem + 0.15vw);
}

.submissions-img {
    width: 100%;
}

.first-subm-box {
    /* padding: 0 150px; */
    max-width: 1150px;
    margin: auto;
}

.first-subm-txt {
    padding: 50px 30px;
    padding-top: calc(3rem + 0.6vw);
    padding-right: 10px;
}

    .first-subm-txt h1, .first-subm-txt h2 {
        color: #117ebf;
    }

        .first-subm-txt h1:nth-child(2) {
            font-weight: bold;
        }
/****  Overrides  ****/
div#toast-container {
    top: auto;
    bottom: 12px;
}

th.k-grid .k-table-th.k-sorted {
    background: #1b4692;
}

.k-picker .k-svg-icon > svg {
    fill: #184390;
}

.k-grid col.k-sorted {
    background-color: color-mix(in srgb, #77b9dd 10%, transparent);
}

.k-grid .k-table-th.k-sorted {
    background-color: #124395;
}


/*** File Manager ****/

.file-manager-ttls {
    background: #f1f1f1;
    color: #124395;
    border-bottom: 3px solid #3cb6e0;
}

.files-manager .col {
    padding: 10px 15px;
}

.file-manager-data .row {
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}

    .file-manager-data .row:nth-child(even) {
        background: #f4f4f4;
    }

    .file-manager-data .row:hover {
        background: #ebebec;
    }



.file-icon- {
    margin-top: -5px;
    padding: 3px;
}

    .file-icon-.pdf svg {
        fill: #e8413a;
    }

    .file-icon-.word svg {
        fill: #4686f1;
    }

.file-manager-data .row .col:first-child {
    display: flex;
    align-items: center;
}

/* New File Manager */
.file-manager {
    /* padding: 15px 0; */
    /* border: 1px solid #eee; */
    /* font-size: 14px; */
}

.doc-item {
    /* padding: 15px; */
    border: 1px solid #eee;
    position: relative;
    cursor: pointer;
    width: 130px;
    padding: 0;
    margin-right: 18px;
    margin-bottom: 20px;
}

.doc-icon {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

    .doc-icon img {
        width: 45px;
        max-width: 100%;
    }
/*
.doc-cancle svg {
    width: 28px;
    height: 28px;
    padding: 5px;
    background: #daecf6;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    right: -13px;
    box-shadow: 0 0 4px #eee;
}

.doc-close svg {
    width: 35px;
    height: 35px;
    padding: 5px;
    background: #daecf6;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    right: -13px;
    box-shadow: 0 0 4px #eee;
    cursor: pointer;
}*/

.documents-col .doc-ttl {
    padding: 8px 15px;
    font-size: 13px;
    background: #fbfbfb;
    height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.file-manager-ttle {
    padding: 15px;
    border-bottom: 1px solid #eee;
    background: #daecf6;
    text-align: center;
    color: #154392;
    font-size: 23px;
}


.documents-col {
    border-right: 1px solid #eee;
    padding: 0;
    height: 500px;
    overflow-y: scroll;
    transition: 0.8s;
}

.documents-row {
    margin: 0;
}

.documents-row {
    padding: 30px;
}

.document-controls .btn {
    border-color: #c7e4f5;
    background: #c7e4f585;
    margin-right: 8px;
    color: #434145;
}

.document-controls {
    padding: 15px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    position: sticky;
}
/*
.doc-cancle {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.doc-item:hover .doc-cancle {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}
*/
.preview {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    position: relative;
    transition: 0.5s;
}

    .preview .doc-icon img {
        width: 100px;
    }

    .preview .doc-ttl {
        font-weight: 500;
        font-size: 16px;
        padding: 7px;
        background: #fbfbfb;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
        position: relative;
    }

.prev-ttl {
    font-weight: 500;
}

.prev-val {
    margin-bottom: 15px;
}

.preview-btn .bhb-btn {
    min-width: 120px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.preview-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #daecf6;
    display: flex;
    justify-content: center;
}

    .preview-btn img {
        height: 22px;
    }

.doc-item.active {
    background: #ffb85240;
    border-color: #8a898c;
}

    .doc-item.active .doc-icon {
        border-color: #8a898c;
    }

    .doc-item.active .doc-cancle {
        visibility: visible;
        opacity: 1;
        transition: 0.3s;
    }

    .doc-item.active .doc-ttl {
        background: #3999ce;
        color: #fff;
        font-weight: 500;
    }

.doc-eye {
    position: absolute;
    right: 11px;
    top: 6px;
    cursor: pointer;
}

    .doc-eye svg {
        width: 25px;
        fill: #666466;
        /* transition: 0.2s; */
    }

        .doc-eye svg:hover {
            fill: #1f7aef;
        }

.file-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    visibility: hidden;
    opacity: 0;
}

    .file-item:hover .file-checkbox,
    .file-checkbox:checked {
        visibility: visible;
        opacity: 1;
        transition: 0.3s;
    }

.k-dialog-titlebar {
    background: linear-gradient(90deg, #0055c2, #46a0d4);
    color: #fff;
}


@media (max-width: 991px) {
    .open-panel {
        width: 55%;
    }
}
/* comments popUp */

#popupContent h3 {
    color: #0c4297;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #34b5e2;
}

.document-controls {
    display: flex;
}

.form-check.form-switch {
    font-size: 20px;
    margin-left: auto;
    margin-right: 15px;
}

    .form-check.form-switch label {
        font-size: 16px;
    }

.preview-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    right: 0%;
    border: 1px solid #eee;
    opacity: 0;
    visibility: hidden;
    right: -25%;
}

    .preview-panel.open {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

#fileList {
    position: relative;
    overflow: hidden;
}

.open-panel {
    width: 75%;
}

/****/

.file-details-info {
    border: 1px solid #eee;
    display: flex;
    margin-bottom: 24px;
    background: #f5f5f3;
}

.file-details-item {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
}

    .file-details-item span {
        color: #117ec1;
    }


.files-controls {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}

    .files-controls button img {
        width: 20px;
    }

.form-check-input:checked {
    background-color: #ade355;
    border-color: #ade355;
}

.form-check-input:focus {
    border-color: #bbf55c;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(173 227 85 / 25%);
}

.form-switch .form-check-input {
    margin-top: 9px;
}

.files-box {
    display: flex;
    border: 1px solid #eee;
    padding: 20px;
    flex-wrap: wrap;
    height: 100%;
    height: 550px;
    overflow-y: scroll;
}

.file-item {
    border: 1px solid #dfdfde;
    padding: 30px 15px 15px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 160px;
    height: 172px;
    background: #fafafa;
}

    .file-item.active {
        background: #e4f1f8;
    }

.file-img {
    display: inline-block;
    width: 80px;
    height: auto;
    /* margin-left: 10px; */
    margin-bottom: 20px;
    text-align: center;
}

.file-item .submenu {
    position: absolute;
    top: 0;
    right: 0;
}

.file-ttl {
    font-size: 17px;
    font-weight: 500;
    height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.file-item .sub-extend > div img,
.sub-extend > div img,
.sub-extend > div svg {
    width: 40px;
    height: 40px;
    padding: 10px;
    padding-top: 15px;
    position: absolute;
    left: -2px;
}

.file-item .sub-extend > div,
.sub-extend > div {
    position: relative;
}

.file-list-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.preview-btn a {
    padding: 10px;
}

.files-col {
    transition: 0.5s;
}

.files-controls .btn:hover,
.preview-btn .btn:hover {
    border: 1px solid #84b9da;
}
/* search box **/

.search-box {
    width: 100%;
    min-width: 350px;
    margin: 5px 0;
    /* display: flex; */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.6s;
    position: relative;
    border-radius: 90px;
    overflow: hidden;
    border: 1px solid #1b7fc9;
    clip-path: polygon(100% 100%, 0% 100%, 0% 100%, 0% 0%);
    background: #fff;
    z-index: 5;
}

.search-bar {
    background: transparent;
    border: none;
    outline: none;
    padding: 8px 23px;
    font-size: 18px;
    color: #000;
    border-radius: 90px;
    background: #fff
}

    .search-bar:focus::placeholder {
        opacity: 0
    }

.search-btn,
.clear-btn {
    background: #1b7fbf;
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    padding-right: 4px;
    margin: 0;
    border: 0
}

    .search-btn svg,
    .clear-btn svg {
        color: #fff;
        padding: 12px 18px 12px 11px;
        width: 50px;
        height: 44px;
    }

    .search-btn:hover, .clear-btn:hover {
        background: #124395
    }


.search-container {
    position: relative;
}

/*    .search-container:hover .search-box,
    .search-container:focus .search-box,
    .search-container:active .search-box,*/
.search-box-content.active .search-box {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    opacity: 1;
    transform: initial;
    padding-right: 95px;
    visibility: visible;
}

.search-box-content {
    position: absolute;
    right: 0;
}


/* Css from viewFiles */

.file-icon {
    display: inline-block;
    /* float: left; */
    width: 48px;
    height: 48px;
    margin-left: 10px;
    margin-top: 13.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-file {
    background-image: url(/images/jpg.png);
}

.doc-file {
    background-image: url(/images/doc.png);
}

.pdf-file {
    background-image: url(/images/pdf1.jpg);
}

.xls-file {
    background-image: url(/images/xls.png);
}

.zip-file {
    background-image: url(/images/zip.png);
}

.pptx-file {
    background-image: url(/images/pptx.png);
}

.default-file {
    background-image: url(/images/default.png);
}

.file-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    /* float: left; */
    width: 60%;
    margin: 0 0 0 20px;
    /* height: 25px; */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.file-name-heading {
    font-weight: bold;
    margin-top: 13px;
}

.file-size-heading {
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    /* line-height: 1; */
}

li.k-file div.file-wrapper {
    position: relative;
    height: 90px;
    width: 100%;
    display: flex;
}

.success-message {
    color: green;
    margin-left: 20px;
}

.error-message {
    color: red;
    margin-left: 20px;
}

.validation-Message {
    line-height: 1;
}

strong.k-upload-status {
    position: absolute;
    right: 0;
    top: 10px;
}

    strong.k-upload-status .k-button-solid-base:hover {
        color: #1b7fc2;
    }

.k-upload-selected {
    min-width: 120px;
    background: #127ec1;
    padding: 10px 20px;
    border-color: #127ec1;
    font-weight: 500;
}

    .k-upload-selected:hover {
        background: #1072af;
    }

.k-clear-selected {
    min-width: 120px;
    background: #8f8f8f;
    padding: 10px 20px;
    border-color: #8f8f8f;
    color: #fff;
    font-weight: 500;
}

    .k-clear-selected:hover {
        background: #7d7d7d;
    }

/* Upload files for Sumb*/
.upload fieldset,
.actions fieldset {
    padding: 30px 20px;
    border: 1px solid #124395;
    position: relative;
}

.upload legend,
.actions legend {
    padding: 10px;
    margin: 0;
    position: absolute;
    top: -34px;
    z-index: 5;
    display: inline-block;
    background: #fff;
    width: auto;
    color: #124395;
}

#finalSubmission {
    padding-right: 15px;
    text-align: right;
}

@media (min-width:1100px) {
    #submitForReviewContainer {
        position: relative;
    }

    #finalSubmission {
        text-align: right;
        position: absolute;
        right: 5px;
        top: 15px;
    }
}
/* Actions */
.actions-acc {
    padding: 30px 15px;
}

.action-content {
    padding: 20px 30px;
    font-size: 18px;
}

.action-title {
    display: block;
    background-color: #127ec1;
    /* background-image: url(/images/quran-bg-repeat-min.jpg); */
    padding: 10px 25px;
    color: white !important;
    background-size: 165px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    animation: bg-anim 100s linear infinite;
    padding-right: 42px;
}

.action-content {
    padding: 15px 25px;
}

.acc-extend {
    display: none;
}

.action-item {
    margin-bottom: 18px;
    color: black;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
    border: 1px solid #c3c3c3;
    /* border-radius: 10px; */
    overflow: hidden;
}

/*
.action-title:before {
    counter-increment: faq-counter;
    content: counter(faq-counter);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #94383d;
    background: linear-gradient(135deg, #94383d, transparent);
    font-size: 26px;
    width: 192px;
    padding-top: 7px;
    padding-left: 29px;
    z-index: 1;
}*/

.action-title span {
    position: relative;
    z-index: 2;
}

.action-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: black; */
    z-index: 3;
    opacity: 0;
    transition: .15s;
}

.action-title:hover:after {
    opacity: .1;
}

.arrow {
    position: absolute !important;
    height: 18px;
    width: 18px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    top: calc(50% - 14px);
    right: 15px;
    display: block;
    transform: rotate(45deg);
    transition: .3s;
}

.action-item.open .arrow {
    transform: rotate(-135deg);
    margin-top: 9px;
}



.rework {
}

.rejected {
    background-color: #e65246;
}

.submitted {
    background-color: #3a7622;
}

.resubmit {
    background-color: #999999;
}

/************************/

#noFileSelected {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.submission-record {
    border: 1px solid #eee;
    padding: 30px;
}

.submission-item {
    border: 1px solid #d8d8d8;
    /* padding: 15px; */
    display: flex;
    flex-direction: column;
    background: #f5f5f3;
    height: 100%;
    transition: 0.3s;
}

    .submission-item:hover {
        background: #e4f1f8;
    }

.status {
    border: 1px solid #acd1e3;
    margin: 30px auto;
    padding: 20px;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #acd1e3;
    color: #117ec1;
    font-weight: 500;
    font-size: 18px;
    width: 110px;
    height: 110px;
}

.sub-info-txt {
    display: flex;
}

.sub-info-label {
    width: 42%;
}

.sub-info-value {
    color: #117ec1;
}

.submission-info {
    padding: 0 20px 20px;
}

.submission-btn {
    margin-top: auto;
}

.submission-btn-a {
    padding: 8px 15px;
    background: #fff;
    /* background: #f3f3f3; */
    border: 0;
    /* border-top: 1px solid #d8d8d8; */
    color: #007DC3;
    display: flex;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    border: 1px solid #d8d8d8;
    font-size: 1.1rem;
}

.arrow-right {
    position: absolute !important;
    height: 18px;
    width: 18px;
    border-top: 2px solid #007DC3;
    border-right: 2px solid #007DC3;
    top: calc(50% - 9px);
    right: 20px;
    display: block;
    transform: rotate(45deg);
    transition: .3s;
}

.submission-btn-a:hover {
    background: #f3f3f3;
    /* background: #fff;*/
}

    .submission-btn-a:hover .arrow-right {
        right: 20px;
    }


@media (min-width:1200px) and (max-width:1550px) {
    .sub-info-label {
        width: 47%;
    }

    .sub-info-txt {
        font-size: 17px;
    }
}

/**/
.preview-view {
    position: relative;
    border: 1px solid #eee;
    padding: 20px;
    height: 550px;
    overflow-y: scroll;
}

    .preview-view .file-ttl {
        color: #1b7fbf;
        margin-bottom: 30px;
    }

.close-preview {
    position: absolute;
    right: 0;
    top: 0;
}


    .close-preview button {
        color: #fff;
        transition: 0.5s;
        border-radius: 0;
        font-size: inherit;
        min-width: 100px;
        background: #9b9b9b;
        font-size: 18px;
        font-weight: 500;
    }

    .close-preview:hover button {
        border-color: #117ec1;
        color: #117ec1;
    }

    .close-preview svg {
        width: 19px;
    }


/* varifying Form */

#validation-success {
    /* color: #eb0c0c; */
}

.k-form-buttons {
    margin-top: 50px !important;
}

.registration-form {
    min-height: calc(100% - 70px);
}

.content-center #Email-form-label {
    font-size: calc(0.9rem + 0.4vw);
    margin-top: 50px !important;
}

form .bhb-btn, .comments-btn .btn {
    margin-right: 15px;
    margin-top: 30px;
}

/**/

.blue-bg {
    background: #e4f1f8;
    padding: 40px;
}

#adminAction .btn {
    min-width: 180px;
    padding: 13px;
    font-size: 18px;
    border-radius: 0;
    color: #292425;
    background: #fff;
    border-color: #117ec1;
    margin-right: 15px;
    transition: 0.3s;
}

    #adminAction .btn img {
        height: 24px;
        transition: 0.3s;
    }

.hover-img {
    display: none;
}

#adminAction .btn:hover {
    background: #117ec1;
    color: #fff;
}

    #adminAction .btn:hover img.default-img {
        display: none;
    }

    #adminAction .btn:hover img.hover-img {
        display: initial;
    }

#adminAction .btn.active .default-img {
    display: none;
}

#adminAction .btn.active .hover-img {
    display: initial;
}

#adminAction .btn.active {
    background: #117ec1;
    color: #fff;
}


.createAdmin-btn a {
    display: inline-block;
    background: #005193;
    background: gray;
    color: #fff !important;
    padding: 10px 23px;
    border-radius: 5px;
    transition: .3s;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

.createAdmin-btn {
    padding: 50px 30px;
    padding-bottom: 0;
}

    .createAdmin-btn a:hover {
        background: #005193;
    }
/*****/
#adminAction {
    padding-bottom: 25px;
}

#txtSuggestion {
    background: #fff;
    margin-bottom: 40px;
}

#sectionComments {
    margin-top: 25px;
}

/*******/

.validation-msg {
    padding: 15px;
    text-align: center;
    max-width: 700px;
    margin: auto;
}

#validation-success-box {
    /* color: green; */
    padding: 30px 20px;
    background: #f5f5f5ba;
    margin-bottom: 50px;
    /* font-size: calc(1.375rem + 0.5vw); */
    /* border-bottom: 3px solid; */
    /* border-radius: 5px; */
    box-shadow: 0 0 5px 2px #33333317;
}

#validation-success {
    font-size: calc(1.375rem + 0.5vw);
    color: green;
}

.validation-msg a {
    padding: 10px 25px;
    background: #69b7e336;
    border-radius: 30px;
    transition: 0.3s;
}

    .validation-msg a:hover {
        background: #69b7e35c;
        color: #124395;
    }

.validation-msg img {
    margin-bottom: 30px;
}

#imgImagePreview {
    max-width: 100%;
    width: auto;
    margin: auto;
    display: block;
}

#fileViewer {
    text-align: center;
}

#view-btn img {
    width: 30px;
}

.status-msg {
    max-width: 700px;
    margin: auto;
    color: green;
    background: #e4ffe4;
    padding: 8px 50px;
}

/***********************/
.status-img {
    background: linear-gradient(45deg, #c3e0ef, #117ec1);
    background: linear-gradient(45deg, #ddddde, #a5a8a9);
    padding: 20px 15px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
}

    .status-img img {
        width: 50px;
        margin-bottom: 10px;
    }

.subm-info {
    /* background: #f5f5f3; */
    padding: 15px;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subm-info-txt {
    padding: 5px;
    display: flex;
    min-width: 110px;
}

.subm-item.active .subm-info-label,
.subm-item:hover .subm-info-label {
    color: black;
}

.subm-info-value {
    /* color: #117ec4; */
    padding: 0 10px;
}

.subm-item.active .subm-info-value,
.subm-item:hover .subm-info-value {
    color: #117ec4;
}

.submission-btns {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    flex-direction: column;
    padding: 13px;
}

    .submission-btns form {
        width: 100%;
        margin-bottom: 10px;
    }

    .submission-btns button,
    .submission-btns button:hover {
        background: #117ec1;
        color: #fff;
    }

    .submission-btns .submission-btn-a {
        /* margin-left: 15px; */
        border: 1px solid #d8d8d8;
        /* margin-bottom: 10px; */
    }

    .submission-btns .submission-btn-a {
        /* background: #fff; */
    }

        .submission-btns .submission-btn-a:hover {
            /* background: #f3f3f3; */
        }

    .submission-btns button .arrow-right {
        border-color: #fff;
    }

.subm-item {
    background: #f5f5f3;
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
    transition: 0.3s;
}

    .subm-item:hover {
        background: #e4f1f8;
    }

    .subm-item.active {
        background: #e4f1f8;
    }

.status-img.active {
    background: linear-gradient(45deg, #c3e0ef, #117ec1);
}

.subm-item:hover .status-img {
    background: linear-gradient(45deg, #c3e0ef, #117ec1);
}

.bhb-table .k-svg-icon > svg {
    fill: #51b1fd;
}
/*For kendo list view*/
#listView {
    padding: 20px 5px;
    /* margin: 20px; */
    min-height: 510px;
    /* Avoid cutout if font or line is bigger */
    font: inherit;
}

.product {
    /* float: left; */
    position: relative;
    width: 200px;
    /* height: 100%; */
}

@media (min-width:1200px) {
    .product {
        width: 250px;
    }
}

@media (min-width:1400px) {
    .product {
        width: 300px;
    }
}

.product img {
    width: 110px;
    height: 110px;
}

.product h3 {
    margin: 0;
    /* padding: 5px; */
    /* max-width: 96px; */
    /* overflow: hidden; */
    line-height: 1em;
    font-size: .8em;
    /* font-weight: normal; */
    text-transform: uppercase;
    color: #fff;
    /* width: 100px; */
    /* height: 100px; */
    /* border: 1px solid #eee; */
    /* border-radius: 50%; */
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: #daecf6; */
    transition: 0.3s;
    padding: 3px 8px;
    border-left: 3px solid #fff;
}

.product p {
    /* visibility: hidden; */
    margin-bottom: 5px;
}

.product:hover p {
    /* visibility: visible; */
    /* position: absolute; */
    /* width: 110px; */
    /* height: 110px; */
    /* top: 0; */
    /* margin: 0; */
    /* padding: 0; */
    /* line-height: 110px; */
    /* vertical-align: middle; */
    /* text-align: center; */
    /* color: #fff; */
    /* background-color: rgba(0,0,0,0.75); */
    /* transition: background .2s linear, color .2s linear; */
    -moz-transition: background .2s linear, color .2s linear;
    /* -webkit-transition: background .2s linear, color .2s linear; */
    -o-transition: background .2s linear, color .2s linear;
}

.product .submission-btn-a {
    background: #f3f3f3;
}

    .product .submission-btn-a:hover {
        background: #fff;
    }

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.company-item {
    margin: 8px 15px 7px;
    /* padding: 15px; */
    border: 1px solid #eee;
    transition: 0.3s;
    display: flex;
}

.k-listview-content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.company-name {
    display: flex;
    /* margin-bottom: 20px; */
    background: linear-gradient(45deg, #c3e0ef, #117ec1);
    padding: 15px;
    height: 120px;
    flex-direction: column;
    justify-content: center;
}

.company-info {
    font-size: 0.9rem;
    padding: 15px;
    color: #000;
    font-weight: 600;
    background: #e4f1f8;
    height: calc(100% - 163px);
    line-height: 1.8;
}

.company-item:hover {
    /* background: #efefef; */
    /* background: #e4f1f8; */
    box-shadow: 0 0 10px 2px rgb(51 51 51 / 15%);
    transform: translateY(-5px);
}

    .company-item:hover h3 {
        /* background: #fff; */
    }

.company-info h5 {
    /* font-size: 0.9rem; */
    /* text-align: center; */
    /* background: #e8e8e9; */
    /* padding: 5px; */
}


/*.product .submission-btn-a {
    font-size: 1.1rem;
    border: 0;
    background: #f3f3f3;
}*/

.product .submission-btn-a {
    /* background: linear-gradient(to left, #c3e0ef 50%, #98b8c8 50%); */
    /* background-size: 200% 100%; */
    /* background-position: right bottom; */
    /* transition: all 1s ease; */
    /* -webkit-transition: 1s; */
    /*-o-transition: 1s;*/
    /* transition: 1s; */
}

.company-info div {
    color: #117ec4;
}

.comp-name {
    border: 1px solid #eee;
    margin-bottom: 24px;
    background: #f5f5f3;
    padding: 15px;
    color: #117ec1;
    text-align: center;
}

.k-button-solid-primary {
    background-color: #1883c3;
    border-color: #1677b1;
    transition: 0.3s;
}

    .k-button-solid-primary:hover {
        background-color: #1a8fd5;
        border-color: #1883c3;
    }

.k-button-solid-base {
    background-color: #6e6e6e;
    color: #fff;
    transition: 0.3s;
}

    .k-button-solid-base:hover {
        background-color: #929292;
    }

/*For the submission list in CBb User*/
a.comp:hover {
    color: #124395;
}

.submission-btn-a:hover {
    /* background-position: left bottom; */
    /* transition: 1s; */
}

a.comp {
    color: #124395;
    transition: all 0.3s ease;
    position: relative;
}

    a.comp:hover {
        color: #007DC3;
    }

    a.comp:after {
        content: "";
        position: absolute;
        width: 0;
        background-color: #007DC3;
        left: 0;
        transform: translateX(0);
        bottom: 0;
        height: 2px;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

a.comp {
    /* width: 100%;
    animation: pulse11 1s;
    box-shadow: 0 0 0 1em transparent;*/
}

    a.comp:hover::after {
        /*     width: 100%;
        animation: pulse11 1s;
        box-shadow: 0 0 0 1em transparent;*/
    }


.arrow-right {
    transition: transform 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.comp-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.no-submissions {
    height: 100%;
    text-align: center;
    display: flex;
}

    .no-submissions h1 {
        margin: auto;
    }

.show-compName {
    display: flex;
    flex-direction: column;
}

@media (min-width:992px) {
    .show-compName {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width:991px) {
    .show-compName h4 {
        text-align: left
    }
}

.show-compName h4 {
    color: #434145;
}

.padding-bottom .k-grid-table {
    padding-bottom: 81px;
}

.text-danger.field-validation-error {
    font-size: 1rem;
}

.reject_note {
    font-size: 1rem;
    margin-top: 25px;
}

/***  View password ****/
.pass-input {
    position: relative;
}

.view-pass {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    padding: 3px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .view-pass img {
        width: 50px;
        padding: 10px;
    }

    .view-pass input {
        padding-right: 50px !important;
    }

.slash {
    width: 35px;
    height: 2px;
    position: absolute;
    top: 48%;
    right: calc(50% - 17px);
    background: #4A494A;
    border-radius: 4px;
    transform: rotate(45deg);
    transition: 0.3s;
    opacity: 0;
}

.view-pass.show .slash {
    opacity: 1;
}

.companyList {
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    margin: auto;
}

    .companyList .company-item {
        background: transparent;
        padding: 0;
        max-width: 100%;
        height: 100%;
        margin: 0;
    }

    .companyList .product {
        max-width: 100% !important;
    }

    .companyList form {
        padding: 8px 15px 7px;
    }

@media (min-width:768px) {
    .companyList .product {
        width: 337px;
    }

    .companyList .company-info div {
        width: 56%;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .companyList .company-info p {
        padding-right: 5px;
        width: 40%;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

.helloMessage {
    text-align: right;
    padding: 20px 30px;
    /* background: #f5f5f5; */
    color: #007DC3;
    font-weight: 500;
}

    .helloMessage span {
        color: #0c4297;
        font-weight: 400;
    }

#MessageDiv.alert {
    font-size: 18px;
    /* text-align: center; */
    color: green;
    background: #f8f8f8;
    padding: 7px 13px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0 0 3px 3px #dcdcdc75;
    border: 0;
}

#MessageDiv.alert-success {
    color: green;
}

#MessageDiv.alert-danger {
    color: red;
}

.bhb-btn[disabled] {
    background: #dcdcdc !important;
    color: #a6a6a6;
}


@media (min-width:1000px) {
    form#changePasswordForm .status-msg {
        max-width: none;
    }

    .reset-msg-btn {
        display: flex;
        margin-bottom: 30px;
    }

        .reset-msg-btn .bhb-btn {
            margin: 0;
        }
}

@media (max-width:999px) {
    .reset-msg-btn .bhb-btn {
        display: inline-block;
        margin-right: 0;
    }

    .reset-msg-btn {
        text-align: right;
    }
}
/*To fix background color issue in list company*/
.company-info-alt {
    height: calc(100% - 120px); 
}