@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ======== Reset ========   */

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


a {
    text-decoration: none;
    color: black;
}

a:active,
a:focus {
    outline: none;
}

.list-style {
    list-style-type: disc !important;
}

/* ======== Variables ========*/

:root {
    --theme-color: #262C3A;
    --theme-light: #F5F5FF;
    --white: #fff;
}

/* ======== Global ========*/

html {
    scroll-behavior: smooth;
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

.gap-10 {
    gap: 10px;
}

.section-marginY {
    padding: 80px 0;
}

.pointer {
    cursor: pointer;
}

/* ======== Font ========*/
.font-theme {
    font-family: 'Black Ops One', cursive;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fw-medium {
    font-weight: 500 !important;
}

/* ======== Color ========*/
.t-color {
    color: var(--theme-color);
}

.t-light {
    color: var(--theme-light);
}

.color-theme {
    color: #1F301D !important;

}

.active {
    color: #fff !important;
}

.active-blue {
    background-color: #1D2B54 !important;
    color: #fff;
}

.bi-pencil-square {
    color: #43BDFF;
}

/* ======== Background Color ========*/
.theme-bg {
    background-color: var(--theme-color);
}

.light-bg {
    background-color: var(--theme-light);
}

.light-danger {
    background-color: #FFE8E8;
}


/* ======== Height ========*/


/* ===============login-btn============ */
.login-btn button {
    background-color: #1D2B54;
    border: none !important;
}

.cus-bg-warning {
    background-color: #E77D41 !important;
}

.cus-bg-orange {
    background-color: #E7C241 !important;
}

.cus-bg-green {
    background-color: #57C74E !important;
}

.light-blue {
    background-color: #7C9BE2 !important;
}

.light-pink {
    background-color: #DCDCFF !important;
}

.bg-green {
    background-color: #1DC569;
}

.bg-green:hover {
    background-color: #1DC569;
}

.color-green {
    color: #008000;
}


/* =====================================================================
                        Top Navbar-1
====================================================================== */

.unversal-btn {
    width: 250px;
}
 
/* =====================================================================
                          Bootstrap Reset
====================================================================== */
.bg-none {
    background: transparent !important;
}

.form-select {
    box-shadow: none !important;
    outline: none !important;
}

.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    /* background: #E1E1E1!important; */
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    background-image: url(../image/Dropdown.png);
}

.border-light {
    --bs-border-opacity: 1;
    border-color: #C1C1C1 !important;
}

.form-check-input.action-chekcbox {
    width: 21px;
    height: 21px;
    /* background: #D9D9D9; */
    border: 1px solid #8F8F8F;
    box-shadow: none;
}

.form-check-input.action-chekcbox:checked {
    background-color: #1d2b54;
}

.application-form .col-form-label {
    font-size: 14px;
}

.application-form .navmenu-form {
    font-size: 14px;
    height: 38px;
}

.application-form .navmenu-form::placeholder {
    font-size: 14px;
}

.application-form .form-select {
    font-size: 14px;
    height: 38px;
    background-color: #F2F2F2;
    box-shadow: none;
}

.application-form .form-check-input {
    background-color: #D9D9D9;
    width: 18px;
    height: 18px;
    border: 1px solid #919090;
}

.application-form .form-check-label {
    font-size: 13px;
}

.application-form .form-check-input:checked {
    background-color: #262C3A;
    border-color: #808181;
    box-shadow: none;
}

.application-form.form-check-input:checked[type=radio] {
    background-color: #262C3A !important;
}

.application-form .input-group-text {
    width: 126px;
    justify-content: center;
}

.nav-link.second-top-nav-ul:focus,
.nav-link.second-top-nav-ul:hover {
    color: #fff !important;
}

/* =====================================================================
                            Log In Page Style
====================================================================== */
.loginghero {
    width: 100%;
    height: 100vh;
    background-image: url(../image/login-hero.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.loginbox {
    width: 350px;
    margin: 0 auto;
    height: 450px;
    background: #131112;
    border-radius: 19.4099px;
}

.loginbox form .form-control:focus {
    border-color: #fff !important;
    box-shadow: none !important;
}

/* =====================================================================
                           Home Page Style
====================================================================== */
.full-screen {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    overflow: hidden;
}

.left-screen {
    width: 18%;
    height: 100vh;
    transition: all ease-in-out 0.5s;
    background-image: url(../image/side\ panel.svg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.menuboxs {
    position: absolute;
    right: 0px;
    top: 0px;
}

.sidebar-scroll {
    height: 450px;
    overflow-y: scroll;
    background-color: #262C3A;
}

.sidebar-scroll::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.sidebar-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.sidebar-scroll::-webkit-scrollbar-thumb {
    background: #ffffff59;
    border-radius: 10px;
}

/* Handle on hover */
.sidebar-scroll::-webkit-scrollbar-thumb:hover {
    background: #FFFFFF;
}

/* Track */
.modern-thumb::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.modern-thumb::-webkit-scrollbar-thumb {
    background: #262c3a;
    border-radius: 10px;
}

/* Handle on hover */
/* .modern-thumb::-webkit-scrollbar-thumb:hover {
    background: #7c0c0c;
} */
.modern-thumb::-webkit-scrollbar {
    width: 100%;
    height: 8px;
}
.right-screen {
    width: 100%;
    height: 100vh;
    transition: all ease-in-out 0.5s;
    background-image: url(../image/border\ background.svg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 18%;
    overflow-y: scroll;
}

.right-screen::-webkit-scrollbar {
    width: 0;
}

.mergin-left-0 {
    margin-left: 0 !important;
}

.navmenu-form {
    background: #EBEBEB;
    height: 30px;
}

/* ---------*********** Side bar expanding ******** ----------------------- */
  .rotate {
    transform: rotate(180deg);
    transition: all ease-in-out 0.5s;
}  

.width100 {
    width: 100%;
}

.width {
    width: 0%;
}

.d-none {
    display: none;
}

.sidebar-ul li a {
    color: #D1D1D1;
    font-size: 14px;
}

/* =====================================================================
                        Profile section Style
====================================================================== */
.profile-head {
    width: 100%;
    height: 161px;
    background: #000000;
}

/* =====================================================================
                          Mian Body Section
====================================================================== */
.inner-body {
    width: 100%;
    height: 182px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.bg-2 {
    background-image: url(../image/business\ loan.svg);
}

.bg-1 {
    background-image: url(../image/salary\ loan.svg);
}

/*********************** 2nd top navbar**************** */
.cus-serch-btn {
    width: 118px;
    height: 30px;
    background: #1D2B54;
    border-radius: 3px;
    color: #fff;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 7px;
}

.cus-serch-btn:hover {
    background: #1D2B54;
    color: #fff;
}

.bars {
    background: #1D2B54;
    height: 30px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-top-nav-ul {
    background: #5E6673;
    color: #fff;
    border-radius: 6px;
    width: 116px;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
}

.bg-blue {
    background-color: #1D2B54;
}

.bg-blue:hover {
    background-color: #1D2B54;
}


.leads {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
}

.second-nav {
    background: #F5F5FF;

}

/* ======================================
            Salaried Loan table
========================================= */
.table {
    width: 100%;
}

/* .table thead tr th{
    width: max-content;

} */
.table1 tr td {
    font-size: 14px;
}

.customer-info-table td {
    width: 300px;
}

.customer-info-table th {
    width: 175px;
}

.custome-select .form-select {
    box-shadow: none;
}

.custome-select>button {
    height: 43px;
    width: 130px;
}

.custome-select .form-control {
    height: 43px;
    box-shadow: none !important;
}

#select-box {
    height: 43px;
    overflow-y: auto;
    width: 500px;
}

option {
    overflow-y: scroll;
    border: 1px solid #D8D8D8;
    padding: 7px 0;
}

/* ======================================
           Enquiry/How to Apply
========================================= */
.message-box {
    height: 118px;
    background: #EBEBEB;
    border-radius: 4px;

}

.ktk {
    color: #1DC569;
    border: 1px solid #1DC569;
    height: 20px !important;
    width: 89px;
    background-color: #CEFFE4;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.tgadv {
    width: 131px;
    height: 29px;
    background: #DF4848;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

/* ======================================
          Credit Manage Page
========================================= */
.h-43 {
    height: 43px !important;
}

.h-38 {
    height: 38px !important;
}

.cus-col-lg-2 {
    flex: 0 0 auto;
    width: 12.666667%;
}

.cus-col-lg-10 {
    flex: 0 0 auto;
    width: 87.333333%;
}

.application-form .table tr,
th {
    font-size: 13.3967px;
}

.navbar-nav li a {
    font-size: 12px;
}

.right {
    right: -36px;
}