.carousel-indicators{
    position: relative;
}

.carousel-dark .carousel-indicators [data-bs-target]{
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.card-mini{
    gap: 0px;
    border-radius: 6px;
    box-shadow: 0px 4px 24px 0px #00000014;
}

.card-mini1:hover{
    background: #143F6B;
}

.card-mini1:hover h5, .card-mini1:hover h3, .card-mini1:hover .dr-text{
    color: #fff;
    transition: 0.3s ease-in-out;
}

.font-size-30{
    font-size: 30px !important;
}

.card-border-bottom{
    border-bottom: 24px solid #143F6B !important;
    border-radius: 5px;
}

.pl-12{
    padding-left: 12px;
}

.pl-12{
    padding-left: 12px;
}

.px-42{
    padding-left: 42px;
    padding-right: 42px;
}

.card-color{
    color: #143F6B !important;
}

.card-bgcolor{
    background: #143F6B !important;
}

.carousel .carousel-indicators li {
    width: 10px;
   height: 10px;
   border-radius: 100%;
}

.plus-btn {
    margin-top: 26px;
    font-size: 20px !important;
    font-weight: 800 !important;
    padding: 2px 10px !important;
}

.nav-tabs .nav-link{
    margin-bottom : 5px !important;
}

.text-justify {
    text-align: justify;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 38px;
    cursor: text;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    /* color: #777; */
    opacity: 1;
}

/* .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
} */

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-right: 4px;
    background: #d4d4d4;
    color: #000000;
    padding: 8px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#moreText {
    display: none;
}
.readBtn {
    display: none;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.sa-reply {
    margin-bottom: 30px !important;
    margin-right: 10px;
}

.chat-conversation li{
    width: 40%;
}

.right{
    float: inline-end;
}

.chat-img{
    width: 50% !important;
    border-radius: 10px;
}

/*Left side card with progressbar*/
.card1 {
    margin-left: 140px;
    z-index: 0;
    border-right: 1px solid #F5F5F5;
}

.progressbar-text-height{
    height: 130px;
}
/*Icon progressbar*/
#progressbar {
    position: absolute;
    left: 35px;
    overflow: hidden;
} 

#progressbar li {
    list-style-type: none;
    font-size: 8px;
    font-weight: 400;
    margin-bottom: 85px;
}

#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
}

#progressbar li:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: grey;
    border-radius: 50%;
    margin: auto;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 3px;
    height: 85px;
    position: absolute;
    z-index: -1;
    background: grey;
}

#progressbar li:last-child {
    margin-bottom : 0px;
}

.currentbar {
    color: #143F6B;
    padding-top : 15px;
}

#progressbar li:first-child:after {
    position: absolute;
}

/*Color of the connector before*/
#progressbar li.current:after {
    background: #143F6B;
}

#progressbar li.current:before {
    background: #143F6B;
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li.active:after {
    background: #34C38F;
}

#progressbar li.active:before {
    background: #34C38F;
    font-family: FontAwesome;
    content: "\f00c";
}

.tick {
    width: 100px;
    height: 100px;
}

.progressbarbtn{
    margin-left: 45px;
    width: 45%;
}

body[data-sidebar=dark] .navbar-brand-box, body[data-sidebar=dark] .vertical-menu{background:#143F6B !important}
body[data-sidebar=dark] #sidebar-menu ul li a{ color: #fff !important;}

.link{
    color: #407BFF !important;
}

.btn-primary {
    border: #143F6B !important;
    background: #143F6B !important;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.bg-auth{
    background: #F1F1F1 !important;
}

.authtitle {
    font-weight: 600;
    text-align: left;
    color: #143F6B !important;
}

.authtext{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #143F6B;
}

.bg-auth .nav-tabs-custom .nav-item .nav-link:after{
    background: #E38B29 !important;
}

.bg-auth .nav-tabs-custom .nav-item .nav-link {
    text-align: left !important;
    color: #143F6B !important;
    padding-left: 0px;
    font-weight: 300;
    font-size: larger;
}

.bg-auth .nav-tabs-custom .nav-item .nav-link.active{
    color: #E38B29 !important;
}

.bg-auth .card {
    background: #F3F7FF !important;
    box-shadow: 2px 7px 4.5px 1px #00000014 !important;
    border-radius: .65rem;
}

.bg-auth .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: transparent;
}

.bg-auth-footer-default{
    width: 100%;
}

.bg-auth-footer {
    background: #F3F7FF;
    color: #74788d;
}

.card-min-height{
    min-height: 60vh;
}

.page-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #143F6B;
}

.page-subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #84818A;
}

.extralargetext {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #143F6B;
}

.extralargetext2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #143F6B;
}

.largetext {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #143F6B;
}

.largetext1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #143F6B;
}

.largetext2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.largetext3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    color: #FFFFFF;
}

.largetext4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #143F6B;
}

.largetext5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #143F6B;
}

.smalltext{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #143F6B;
}

.smalltext1{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #808080;
}

.smalltext2{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
}

.smalltext3{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #143F6B;
}

.smalltext4{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #143F6B;
}

.smalltext5{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}

.smalltext6{
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #C3E0FF;
}

.smalltext7{
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #84818A;
}

.smalltext8{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #143F6B;
    border: 1px solid #143F6B;
    padding: 2px 12px !important;
    background: #fff !important;
}

.smalltext9{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    border: 1px solid #143F6B;
    padding: 2px 12px !important;
    background: #34C38F;
}

.bg-badge{
    background: #FDF6EE;
    color: #894F0E;
}

.listpage{
    margin: auto;
    align-items: center;
}

.badge-bg-light{
    background: #E8ECF1;
}

.modal-custom-bg{
    box-shadow: 0px 4px 24px 0px #00000014;
    background: #B5D7FA4D;
}

.modal-custom-border{
    border: 1px solid #ADC4DD;
    padding: 10px 16px 10px 16px;
    gap: 10px;
    border-radius: 4px;
}

.bread-crumbs {
    display: grid;
    grid-template-columns:1fr 2fr 2fr 1fr 2fr 2fr 1fr 2fr 2fr 1fr 4fr;
    text-align:center;
}

.bread-crumbs{
    font-size: 15px; 
    color: #8093a7;
}

.breadcrumb-item.active{
    color: #E38B29;
}

.breadcrumb-item>a {
    color: #143F6B;
}

.page-header-user-dropdown{
    padding : 1px 8px;
    border: 1px solid #F1F1F1;
    border-radius: 42px;
}

.page-header-language{
    padding : 6px 12px;
    border: 1px solid #F1F1F1;
    border-radius: 42px;
    background: #EEEEEE;
    display: flex;
    align-items: center;
    gap: 5px;
}

.page-header-language-icon{
    font-size: 18px;
    height: 20px;
}

.navbar-header .dropdown .show.header-item {
    background-color: transparent !important;
}

.nav-horizontal {
    background: #00264E !important;
    margin-top: -8px;
    padding-top: 16px;
}

.dropdown-item{
    color: #143F6B;
}

.dropdown-item:focus, .dropdown-item:hover{
    background: transparent;
    color: #00264E;
}

a.waves-effect.active{width: 90%;background: #003060;margin: auto;border-radius: 10px;}

#sidebar-menu ul li{
    width: 90%;
    margin: auto;
}


#sidebar-menu ul .sub-menu li{
    width: 100%;
    margin: auto;
}

#sidebar-menu ul li .mm-active{
    background: #003060;
    border-radius: 10px;
    width: 100%;    
}

#sidebar-menu ul li ul.sub-menu li a{
    padding: .625rem 2.5rem !important;
}

#sidebar-menu ul li ul.sub-menu li a:hover, li .mm-active a{
    background: #00264E;
}

#sidebar-menu ul li ul.sub-menu {
    padding: 0;
    margin: auto;
    margin-top: 5px;
    background: #012D59;
    border-radius: 0 0 8px 8px;
}

.sidebar-enable #sidebar-menu ul li ul.sub-menu{
    margin-top: 0px !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{
    background: #003060 !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul ul{
    background: #00264E !important;
}

.fix-height{
    outline-color: rgb(228, 228, 228);
    outline-style: solid;
    outline-width: 4px;
    outline-offset: -7px;
}

.form-control{
    border: 1px solid #DFDFDF;
    /* color: #143F6B80 !important; */
}

form label{
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 21px;
    color: #143F6B;
}

.accordion-item{
    border: none;
    margin-bottom: 16px;
}

.accordion-button-new{
    height: 48px;
    border-radius: 8px !important;
    background-color: #EAF4FF !important;
    padding-left: 0px !important;
    color: #143F6B !important;
}

.listpageprofile{
    box-shadow: 0px 6px 7.6px 1px #0000001A;
    background: #F6FBFF;
    border-radius: 8px;
    padding: 32px;
}

.left-chat{
    padding: 8px 16px 8px 16px !important;
    border-radius: 8px !important;
    background: #EAF4FF !important;
}

.right-chat{
    padding: 8px 16px 8px 16px !important;
    border-radius: 8px !important;
    background: #EFFFEC !important;
}

.left-chat-font{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color : #000000;
}

.right-chat-font{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #000000;
}

.px-75{
    margin: 0 75px;
}

.chat-top-card{
    background: #EAF4FF;
}

.graytext1{
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    color: #84818A;
}

.extralargetextBlack{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #2E2A40;
}

.p-dash-border
{
    border: 1px solid #E8ECF1 !important;
    border-width: 1px!important;

}

.p-dash-active
{
    width: 51%!important;
    background: #143F6B!important;
    color: #fff;
    border-color: #143F6B !important;
}


.mb-4 .auth-pass-inputgroup .btn-light{
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background: white;
    border-left: 1px;
}

.mb-3 .auth-pass-inputgroup .btn-light{
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background: white;
    border-left: 1px;
}

.transaction-border {
    border: 1px solid #D2D2D2!important;
}

.otp-container {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; */
    display: block;
}

.otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
}

.modal-content{
    background: #F8F8F8;
}

.modal-header{
    border: none;
    margin-bottom: -20px;
}

.modal-title{
    font-size: 20px;
    font-weight: 600;
    color: #143F6B;
}

.card-footer{
    background:none;
}

.ticket-bg-color{
    background: #54C104;
}

.custom-nav-link-color {
   color: #84818A !important;
}

.custom-nav-link-color.nav-link.active{
    color: #143F6B !important;
}

.custom-nav-link-color.nav-link:after{
    background: #00264E !important;
}

.modal-body .card-noshadow, .modal-body .card-body-noshadow{
    background: #F8F8F8;
    box-shadow : none;
}

select#numberOfRow{
    border-radius: 5px; 
    border: 1px solid #E1E1E1; 
    width: 37px; 
    height: 29px; 
    background: #F1F1F1;
    color: #103082;
}

li.page-item:not(:first-child):not(:last-child) {
    background: #F1F1F1;
    margin-left: 2px;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
}

li.page-item:not(:first-child):not(:last-child) a.page-link {
    background: #F1F1F1;
}

.pagination li.page-item:not(:first-child):not(:last-child) a.page-link {
    border-radius: 30px !important;
    margin: 0 1px !important;
    border: none;
    width: 21px;
    height: 29px;
    padding: 0;
    text-align: center;
    line-height: 32px;
    color: #8A8A8A;
}

.pagination li.page-item:not(:first-child):not(:last-child){
    margin-left: 7px;
}

.page-item.active .page-link {
    color: #103082 !important;
}

.pagination li.page-item:first-child  a.page-link{
    margin-left: -1px !important;
}

/* Chrome, Safari, Edge, Opera */
.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.otp-input[type=number] {
  -moz-appearance: textfield;
}

.swal2-styled.swal2-confirm{
    background-color: #143F6B !important;
}

.lg-device-banner{display: block !important;} 
.sm-device-banner{display: none !important;}

#progressbar li.submitted:after {
    background: #f3d334;
}

.progressbar-text-height .submitted {
    background: #f3d334 !important;
}

#progressbar li.submitted:before {
    background: #f3d334 !important;
}

.chat-conversation li {
    width: 80%;
}

.modal-footer-start {
    justify-content: flex-start !important;
}

.logout-menu{
    position: absolute !important;
    bottom:0;
    margin-left: 13px !important;
    background: #003060 !important;
}

.vertical-collpsed .logout-menu{
    margin-left: 0px !important;
}

@media only screen and (max-width: 600px){
	.lg-device-banner{display: none !important;} 
    .sm-device-banner{display: block !important;}
}

@media screen and (max-width: 576px) {
    .extralargetext {
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        color: #143f6b;
    }

    .navbar-brand-box {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .chat-conversation li {
        width: 80%;
    }
}

@media screen and (min-width: 912px) {
    .vertical-collpsed .vertical-menu{
        position: absolute !important;
    }
}

@media screen and (max-width: 912px) {
    .card1 {
        border: none;
        margin-left: 100px;
    }

    #progressbar {
        left: 0px;
    }

    .px-75{
        margin: 0;
    }
}

