/* Start General Styles */
body{
    font-size: 12px !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#settings > .nav-tabs-custom > .box-body > .tab-content > .tab-pane > fieldset {
    margin: 0 2px !important;
    padding: 0 !important;
    border: medium none !important;
}

.bottom-margin{
    margin-bottom: 10px;
}

td{
    vertical-align: middle !important;
}

.box {
    border-radius: 9px;
    border: none;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.box-header .box-title {
    font-size: 14px;
    font-weight: 700;
}

.fw-light {
    font-weight: 300 !important;
}

.box .box-header {
    padding: 10px 0 0 15px;
}

.modal-content {
    margin: 50px;
    border-radius: 9px;
}

.modal-header {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.modal-footer {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}
/* End General Styles */

.wrapper, .main-sidebar, .left-side {
    background-color: #2b3f54 !important;
}

.main-header .navbar {
    background-color: #2b3f54 !important;
}

.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
    background-color: #1cbb9c !important;
}

.skin-blue .main-header .logo {
    background-color: #ECF0F5 !important;
}

/* Start Profile Section */
.profile-icon {
    padding: 0 0 0 15px !important;
}

.btn {
    font-size: 12px;
}

.btn-primary {
    background-color: #00789E;
}

.count {
    background-color: #00789E;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 11px;
    text-align: center;
}

.account-type {
    background-color: #f39c12;
    color: #fff;
    width: fit-content;
    padding: 0px 5px;
    font-size: 9px;
    margin: 10px auto;
    border-radius: 0.25em;
    font-weight: 700;
}

.risk-circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0px 5px 0px 0px;
    vertical-align: text-bottom;
    border: 1px solid #fff;
    cursor: pointer;
}

.profile-username {
    font-size: 16px !important;
    margin: 8px !important;
    font-weight: 700 !important;
}

.account-number{
    margin-top: 15px;
    float: left !important;
    width: 100%;
}

.occupation{
    margin-bottom: -5px;
}

.more {
    background-color: #00789E;
    color: #fff;
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 11px;
    float: right;
}

/* End Profile Section */

/* Start Tabs Section */

.risk-fieldset {
    border: 1px solid silver;
    margin: 0;
    padding: 0.35em 0.625em 0.75em;
    min-height: 65px;
}

.fieldset-legend {
    display: block;
    width: 100%;
    padding: 0 0 0 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
}

.fieldset-text {
    text-align: center;
    font-weight: 700;
}

.fieldset-text h4 {
    margin: 0;
    padding: 5px;
    color: #fff;
    font-size: 14px;
}

.box-body ul {
    margin-top: 10px;
    list-style-type: none;
    padding: 0;
}

.box-body ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.box-body ul li h4 {
    margin: -3px 0 0 0;
    padding: 5px;
    font-size: 12px;
}

.text-white{
    color: #fff;
}

.list-group-item a b {
    font-size: 12px;
}

.nav-tabs-custom > .nav-tabs {
    border-bottom-color: #00789E !important;
}

.nav-tabs > li > a {
    border: none;
}

#nav-tabs-sub > li.active > a, #nav-tabs-sub > li.active:hover > a {
    background-color: #6ac6e3 !important;
}

#nav-tabs-sub > li.active {
    border-top-color: #95cadb !important;
}

    #nav-tabs-sub > li.active > a::after {
        border-top: 8px solid #95cadb;
    }

.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #00789E !important;
    color: #ffffff !important;
    border: none !important;
}

.select2-container {
    width: 100% !important;
}

.custom-hr {
    border-color: #00789E;
    margin: 0 0 15px 0;
}

.form-title {
    padding: 6px 8px;
    font-size: 14px;
}

.custom-fieldset h2 {
    font-size: 14px;
    background-color: #6ac6e3;
    font-weight: 500;
    padding: 8px;
}

.upload-doc{
    margin: 0 0 10px 0;
}
/* End Tabs Section */

/* Customer Information Starts */
.three-sixty {
    background-image: url(../../Image/360_fill.png);
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    width: 33px;
    height: 21px;
}

.three-sixty:hover {
    background-color: #00789e;
    background-image: url(../../Image/360_no_fill.png);
    border-radius: 5px;
}

.customer-three-sixty {
    margin: 0 auto 5px;
}

.no-wrap {
    white-space: nowrap;
}

.icon-container {
    cursor: pointer;
}

    .icon-container i {
        font-size: 18px;
    }

    .icon-container .fa-check-circle {
        color: #00a65a;
    }

    .icon-container .fa-times-circle {
        color: #ccc;
    }

/* Customer Information Ends */

.workflow-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25em;
    margin: 0px 5px 0px 0px;
    padding: 0px 5px;
    vertical-align: middle;
    border: 1px solid #fff;
    height: 15px;
    width: fit-content;
    font-size: 9px;
    color: #fff;
    font-weight: 700;
}

.overflow-table {
    overflow-x: scroll;
}

.overflow-none {
    overflow: hidden;
}

.sidebar {
    padding-top: 10px;
}

.side-btn {
    margin-bottom: 10px !important;
}

.aside-btn-search {
    text-align: left !important;
}

.box-title {
    font-size: 14px !important;
}

.control-form-single {
    display: inline-block;
    width: 77%;
}

.custom-dropdown {
    padding: 15px 20px 5px 20px;
}

.custom-dropdown .form-group a {
    color: #333333;
}

.custom-dropdown .form-group a:hover {
    color: #3c8dbc;
}


/* Sidebar classes */

.btn-date-convert {
    position: absolute;
    bottom: 0;
}

@media (min-width: 768px){
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        top: 41px;
    }
}

/* Sidebar classes */

/* Navbar items */

.leave-link {
    padding: 15px 0;
}

.site-title span {
    font-size: 21px;
    font-weight: normal;
}

.profile-top {
    display: flex;
    align-items: center;
}

.profile-top-text {
    color: #fff;
    text-align: left;
    margin-left: 15px;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    width: auto;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
}

.user-footer a {
    text-decoration: none;
}

.progress-xxs {
    height: 1px;
}

/* Navbar items */

.download-glyph {
    top: 0;
}

.customer-information-table th {
    background-color: initial;
    color: initial;
}

.template-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Modal CSS */
.modal-overflow {
    max-height: 640px;
    overflow-x: auto;
}

.modal-primary .modal-footer {
    border-bottom: none;
}

.modal-head-padding {
    padding: 8px 15px;
}

.modal-header .close {
    margin-top: 2px;
}

.custom-box-header {
    margin-bottom: 15px;
}
/* Modal CSS */

/* User Initials */
.user-initials {
    width: 25px;
    height: 25px;
    background-color: #1cbb9c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -5px;
}
/* User Initials */

/* Tables */
.table > tbody > tr > th, .table > thead > tr > th {
    padding: 5px !important;
}
.table > tbody > tr > td, .table > thead > tr > td {
    padding: 3px !important;
}
/* Tables */

/* Modal Size */
@media (min-width: 768px) {
    .modal-dialog {
        width: 95%;
        margin: 30px auto;
    }
}
/* Modal Size */

/* ecdd row */
.ecdd {
    display: flex;
    justify-content: end;
}

    .ecdd .form-control {
        width: auto;
        display: inline-block;
        margin-right: 5px;
    }

    .ecdd .btn {
        display: inline-block;
    }
/* ecdd row */

/* login page */

.login-container {
    display: flex;
    align-items: center;
    height: 100vh;
}

.login-body {
    display: flex;
    justify-content: center;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
   
}

.left-block {
    background-color: #d5e5e4;
    padding: 20px;
}

.right-block {
    padding: 20px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px !important;
}

.has-feedback label ~ .form-control-feedback {
    top: 22px !important;
}
.shadow-lg {
   box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}
/* login card */

.forgot-custom-margin {
    margin: 10px -15px;
}

.p-0 {
    padding: 0 !important;
}

.text-primary {
    color: #00789E;
}

.forgot-confirm-message {
    background-color: #eaf8e6;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .forgot-confirm-message p {
        color: #4CAF50;
        font-size: 14px;
        margin: 5px 0;
    }