
:root{
    /* --primary:#283593;
    --secondary:#3F51B5; */
    --primary:#4c68b6;
    --secondary:#324E7B;
    --text:#484848;
    --light-blue:#D6E4F0;
    --light-grey:#F6F6F6;
    --black:#000;
    --white:#fff;
    --orange:#F97B69;
    --link:#803C83;
}


body{
    font-family: "Poppins", sans-serif !important;
}

.login{ 
    background-image: linear-gradient(90deg,#4c68b6 10%,#324E7B 78%);
    /* background:linear-gradient(60deg, #f97b69 9%, #1e5799 30%,  #ca507c 62%, #163172 87%); */
    /* background: linear-gradient(to right,  rgba(7,68,191,1) 8%,rgba(239,121,52,1) 29%,rgba(188,79,193,1) 73%,rgba(25,29,158,1) 100%); */
    /* background:linear-gradient(60deg, #163172 20%, #1e5799 44%, #ca507c  90%, #d07472 103%); */
}

.box-width{
    width: 960px;
}

.login .card-heading{
    font-size: 47px;
    font-weight: 600;
    color:var(--primary);
}

.login .card-title{
    font-size:16px;
    font-weight:400;
    color:var(--black);
}

.btn-primary {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    padding: 6px 10px;
}

.btn-primary:hover {
    background-color: var(--white);
    border: 1px solid var(--primary);
    color: var(--bg-primary);
}

.btn-outline-secondary:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

.background-img{
    background-image: url(../img/login.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    border-top-left-radius:16px!important;
    border-bottom-left-radius:16px!important;
    border-radius: 0px;
}

.background-color{
    color: #fff;  
    background-color:#00000075;
    padding: 80px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius:16px!important;
    border-bottom-left-radius:16px!important;
    border-radius: 0px;
}

.card{
    border-radius: 16px;
}

.card-title{
    color: var(--black);
}

.forgot-text{
    font-size: 14px;
    color: var(--orange);
}

.remember-text{
    font-size: 14px;
}

.title{
    font-size: 60px;
    font-weight: 600;
    line-height: 42px;
}

.sub-title{
    font-size: 24px !important;
    font-weight: 500;
}

label{
    color: var(--text);
}

input{
    border-radius: 3px!important;
    height: 45px;
}

a{
   color: var(--link);
}

a:hover{
    color: var(--primary);
}

.form-check-input:checked {
    background-color: #f97b69;
    border-color: #f97b69;
}

.form-check-input:focus {
    box-shadow: none;
    border-color:#f97b6985;
}

.form-control:focus {
    border-color: #f97b6985;
    outline: 0;
    box-shadow:none;
}

aside{
    background:linear-gradient(0deg,#4c68b6 5%,#324E7B 106%);
}

.brand-text{
    font-size: 30px;
    color:var(--white);
}

.brand-subtext{
    font-size:13px;
}

.nav-link{
    padding: 15px;
    color: #fff;
}

.menu{
    padding: 10px;
    color:#fff;
}

.nav-item .active{
    background-color: var(--primary)!important;
    color: var(--white)!important;
}

.circle{
    position: relative;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 40px;
    align-items: center;
    border:1px solid var(--primary);
}

.bell-icon{
    color: var(--primary);
}

.sub-circle{
    top: -6px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    justify-content: center;
    width: 20px;
    align-items: center;
    display: flex;
    border-radius: 50%;
    background-color: var(--primary);
    right: -4px;
}

.img-round{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.card{
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

.card-header{
    padding: 14px 25px;
}

.card-body{
    padding: 15px 25px;
}

.card-title{
    color:var(--secondary);
    font-size:18px;
    font-weight:600;
}

.card, .card-header{
    border-radius: 16px!important;
}



.content span{
    float: right;
    width: 50%;
    font-weight: 400;
    color: var(--text);
    font-size: 14px;
}


.content{
    font-weight: 500;
    color: var(--text);
}
.content-12 {
    font-weight: 500;
    color: var(--text);
}

.content-12 span {
    font-weight: 400;
    color: var(--text);
    font-size: 14px;
}

.heading{
    font-size: 24px;
    font-weight: 600;
    color: var(--secondary);
}

table thead th, table tbody td{
    padding: 14px 20px!important;
    border: none !important;
    text-wrap: nowrap;
}

table thead th{
    background-color: var(--primary) !important;
    color: var(--white) !important;
    font-weight: 500;
    padding: 14px 20px 14px 20px !important;
}

table tbody td{
    color: var(--text);
    font-size: 14px;
}

.table-child th {
    background-color: #e4e4e4 !important;
    color: black !important;
    font-weight: 500;
    border-bottom: 1px solid #c8c8c8 !important;
    border-top: 1px solid #c8c8c8 !important;
    padding: 7px 10px 7px 10px !important;
}
.table-child td{
    padding: 5px 12px 5px 12px !important;
}

.input-bg{
    background-color: #fff;
    font-size: 14px !important;
    width: 200px;
    border: 1px solid #ececec !important;
    border-radius: 4px !important;
    color: var(--text) !important;
}

.search{
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 14px;
}

label{
    font-weight: 500!important;
    font-size: 15px;
    color: var(--text);
}

.form-label{
    margin-bottom: 0;
}

.col-form-label {
    font-weight: 500 !important;
    font-size: 15px;
    color: var(--text);
}

input{
    font-size: 14px!important;
}

textarea.form-control {
    font-size: 14px !important;
}

.btn-outline-secondary{
    background-color: white;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 4px;
    padding: 6px 10px !important;
    font-size: 16px;
    font-weight: 500;
}

.form-select{
    font-size: 14px;
    border-radius: 4px;
    height: 45px;
}

.form-select:focus {
    border-color:#f97b6985;
    outline: 0;
    box-shadow: none;
}

.tab-btn{
    border: none;
    background-color: transparent!important;
    margin-right: 30px;
    color:var(--secondary);
    font-size:18px;
    font-weight:600;
}

.tab-btn .active{
    border-bottom: 2px solid #163476 !important
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state:rgb(206 222 246 / 26%);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f87b69;
    border-color: #f87b69;
}

.page-link {
    color: #f87b69;
}

.page-link:hover {
    color: var(--primary);
}

.invoice-title{
    font-size:20px;
    font-weight: 500;
    color:var(--orange);
}

.invocie-heading{
    color: var(--orange);
    font-size:35px;
    font-weight: 700;
}

.text{
    font-size: 15px;
    color: var(--text);
    font-weight: 400;
}

.btn-outline-primary{
    padding:20px 15px;
    min-width: 280px;
    background-color: var(--white);
    color: var(--primary);
    border:1px dashed #1e56a094;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    display: block;
    margin-right: 15px;
}

.btn-outline-primary:hover{
    background-color:#1e56a0b0;
    color: var(--white);
    border:1px solid var(--primary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active{
    background-color:#1e56a0b0;
    color: var(--white);
    border:1px solid var(--primary);
}

.btn-secondary{
    padding:10px 20px;
    width: 280px;
    background-color:#1e56a0b0;
    color: var(--white);
    border:1px solid var(--primary);
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    margin-right: 15px;
}

.btn-secondary:hover{
    background-color: var(--white);
    color: var(--primary);
    border:1px solid var(--primary);    
}



@media screen and (max-width:1200px){
    .btn-outline-primary{
        padding:20px 15px;
        min-width: 206px;
        background-color: var(--white);
        color: var(--primary);
        border:1px dashed #1e56a094;
        font-size: 16px;
        font-weight: 500;
        display: block;
    }
    .btn-secondary{
        padding:10px 20px;
        width: 206px;
        background-color:#1e56a0b0;
        color: var(--white);
        border:1px solid var(--primary);
        font-size: 14px;
        font-weight: 400;
        border-radius: 3px;
    }
}



















/*************** Multiform css start**************/

#heading {
    text-transform: uppercase;
    color: var(--orange);
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    /* border: 1px solid #ccc; */
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    /* background-color: #ECEFF1; */
    font-size: 16px;
    letter-spacing: 1px
}



#msform .action-button {
    width: 100px;
    background: var(--orange);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color:var(--primary);
    border:1px solid var(--primary);
    color:var(--white);
}

#msform .action-button-previous {
    width: 100px;
    background: var(--primary);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: transparent;
    border:1px solid var(--primary);
    color:var(--primary);
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color:var(--orange);
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color:var(--orange);
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color:var(--orange)
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--orange)
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: var(--orange)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/*************** Multiform css End**************/



.edit-icon{
    color: var(--primary);
    font-size: 24px;
    cursor: pointer;
}

/* table */
.ant-table-thead > tr > th::before {
    display: none !important; 
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(249 249 249);
}

.ant-table-column-title {
    font-size: 14px;
}

.ant-table-cell {
    font-family: "Poppins", sans-serif !important;
}
 
.ant-pagination {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
 
.ant-pagination-total-text {
    margin-right: auto !important;
    margin-left: 14px !important;
}
 
.ant-table-pagination-right {
    display: flex !important;
    align-items: center !important;
}
 
.ant-pagination .ant-pagination-item-active {
    font-weight: 500;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--white) !important;
}
 
.ant-pagination .ant-pagination-item:hover {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--white) !important;
}
 
.ant-pagination .ant-pagination-item {
    background-color: var(--white);
    border-color: var(--secondary);
    color: var(--secondary);
}
 
.ant-btn-default {
    background-color: var(--white);
    border-color: var(--secondary);
    color: var(--secondary);
}
 
.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--white) !important;
}
 
.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
    background-color: var(--white);
    border-color: var(--secondary);
    color: var(--secondary);
    cursor: pointer !important;
}

.ant-select-selector {
    border: 1px solid #dee2e6 !important;
    border-radius: 3px !important;
}
.ant-pagination-total-text {
    font-weight: 500;
}
.ant-table-wrapper .ant-table-column-sorter {
    color: rgb(231 230 230);
}

.ant-table-column-has-sorters::before {
    background-color: transparent !important;
}
 
.ant-table-wrapper .ant-table-column-sorter-up.active,
:where(.css-dev-only-do-not-override-11xg00t).ant-table-wrapper .ant-table-column-sorter-down.active {
    color: #bec5cfb5;
}
 
.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child {
    border-start-start-radius: 0px;
}
 
.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child {
    border-start-end-radius: 0px;
}

/* table end */


.ant-select-selection-item {
    color: var(--bs-body-color);
    font-size: 14px;
    font-weight: 400 !important;
    font-family: 'poppins' !important;
}

.custome-select .ant-select {
    width: 100% !important;
    height: 38px !important;
}

.ant-select-selection-placeholder {
    color: var(--text) !important;
    font-size: 14px;
    font-family: 'poppins';
}

.search-box {
    margin-right: 0.9rem;
    width: 209px;
}

.input-bg {
    background-color: #fff;
    font-size: 14px !important;
    width: 200px;
    border: 1px solid #ececec !important;
    border-radius: 4px !important;
    color: var(--text) !important;
}
.btn-outline-secondary {
    background-color: white;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 4px;
    padding: 6px 10px !important;
    font-size: 16px;
    font-weight: 500;
}
.btn-outline-secondary:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}
.box-content h3 {
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
}
.box-content .title-blue {
    color: #1e56a0;
    font-size: 16px;
}
.tab-btn {
    border: none;
    background-color: transparent !important;
    margin-right: 30px;
    color: var(--secondary);
    font-size: 18px;
    font-weight: 600;
}
.tab-active {
    border-bottom: 2px solid #163476 !important
}
.detail-main .custom-cell-style{
    padding: 5px 12px 5px 52px !important;
    width: 12% !important;
}

.detail-main .custom-cell-stylef{
    padding: 5px 12px 12px 52px !important;
    width: 35% !important;
}
.detail-main .custom-cell-stylel{
    padding: 5px 12px 12px 1px !important;
    width: 14% !important;
}
.pointer {
    cursor: pointer;
}

/* Card */

.card-bg {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #29369426;
}

/* Card End */

 


.plus-bg {
    background-color: #f87b69;
    color: #fff;
    border: 1px solid #f87b69;
    border-color: #f87b69;
    cursor: pointer !important;
}

.minus-bg {
    background-color: #fff;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    border-color: var(--secondary);
    cursor: pointer !important;
}
.icon-blue {
    color: var(--primary) !important;
}

/* Customer Modal */
.custom-ant-modal .ant-modal-content {
    padding: 0px !important;
}

.custom-ant-modal .ant-modal-content {
    width: 450px;
}

.custom-ant-modal .ant-modal-header {
    padding: 16px !important;
    text-align: center;
    border-bottom: 1px solid #ececee;
    margin: 0px;
}

.custom-ant-modal .ant-modal-body {
    padding: 15px 25px !important;
}

.custom-ant-modal .ant-modal-footer {
    padding: 20px !important;
    padding-top: 0px !important;
    margin: 0px;
}

.custom-ant-modal .ant-modal-title {
    font-weight: 700;
    font-size: 18px;
}

.navigate {
    background-color: #fff;
    border: 1px solid var(--primary);
    color: 1px solid var(--primary);
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    padding: 6px 10px;
}

.navigate:focus {
    background-color: var(--primary);
    color: var(--primary);
    border: 1px solid var(--primary);
}
.navigate:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
}
:where(.css-dev-only-do-not-override-xex5fb).ant-btn-variant-solid {
    background: var(--primary) !important;
}
/* end */


/* responsive */

@media(max-width: 768px){
    .auth-form-main{
       width: auto !important;
    }

   .auth-form-main .res-input-custom{
    min-width: 280px;
   }
}

.not-icon {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary);
    color: #fff;
    margin-right: 10px;
}
primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
:where(.css-dev-only-do-not-override-xex5fb).ant-select-single .ant-select-selector .ant-select-selection-search-input {
    cursor: pointer !important;
}