@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Liter&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body{
    font-family: "Noto Sans", serif;
}
.login.eye-icon {
    position: absolute;
    top: 28px;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

input[name^="password"] {
    padding-right: 45px !important;
}

.verify-content-box .otp-container {
    display: flex;
    gap: 10px;
}

.error {
    color:#e13535;
}

.verify-content-box .otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border: 2px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s;
}

.verify-content-box  .otp-input:focus {
    border-color: #4d90fe;
}

.verify-content-box  .otp-input:invalid {
    border-color: red;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active{
    color: #fff;
}
.reset.eye-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

i.bi.bi-check-circle-fill {
    color: #28a745;
    font-size: 55px; 
    margin: 40%;
}

.brand-logo h3{
    color:#844fc1;
    font-weight: bolder;
    font-size: 40px;
}

.brand-logo h4{
    color:#fff;
    font-weight: bolder;
    font-size: 25px;
}

.select_country_code .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    display: block;
    background: transparent;
}
    
.select_country_code .iti--inline-dropdown .iti__dropdown-content {
    background:#Fff;
}

.select_country_code  .iti__search-input {
    background: transparent;
    border: none;
}

.avtar-img img {
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 100%;
    border: 2px solid #844fc11f;
    margin-top: 10px;
}

/* Show the pencil icon when hovering over the form container */
.form-floating:hover .hover-edit .bi-pencil-fill {
    display: inline-block; /* Show the pencil icon */
}

.form-floating:hover .hover-edit .save-button {
    display: inline-block; /* Show the save button */
}
/* new css start here */
/* new css start here */
.form-floating {
    position: relative;
}
.hover-edit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.form-floating:hover .hover-edit {
    display: block !important;
    transition: 2s all ease-in-out;
}
.hover-edit i {
    color: #844fc1;
}
.right-tooltip {
    display: none;
}
.accord-input-box .form-control {
    padding: 0 0 0 8px !important;
}
.name-hover-edit i {
    color: #844fc1;
}

.fs-14{
    font-size: 14px;
}
.fs-18{
    font-size: 18px;
}
.light-gray{
    color: #9a9c9b;
}
.avtar-text {
    position: relative;
}
    .name-hover-edit {
        position: absolute;
        right: 90px;
        display: none;
    }
.avtar-text:hover .name-hover-edit {
    display: block;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

/* .accord-input-box .form-control::placeholder {
    color: #000;
} */
.accord-input-box  input[readonly] {
    background: unset !important;
}
.accord-input-box .dropdown {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.accord-input-box .dropdown button:focus {
    border: unset !important;
    box-shadow: none;
}
.accord-input-box .form-control:hover {
    border: 0;
    border-bottom: 1px solid #844fc1;
    border-radius: unset;

}
.accord-input-box .form-floating>.form-control {
    height: 40px;
    min-height: 40px;
    box-shadow: none;
}
.accord-input-box .form-control {
    border: 0;
    border-bottom: 1px solid #844fc1;
    border-radius: unset;
    outline: 0;
}

.company-page-view select{
    color: #000;
}

.accord-input-box .form-control:focus {
    outline: 0;
}
.accord-input-box button.btn.dropdown-toggle {
    padding: 0;
}
/* new css end here */

/* new css start  */
.header-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: contain;
}
.b-user {
    font-size: 28px;
}
.contact-content-box {
    background: #f0f4f9;
    border-radius: 10px;
    padding: 20px;
}
.contact-details-box p {
    margin-bottom: 10px;
}
.fs-16{
    font-size: 16px;
}
.fs-12{
    font-size: 12px;
}
.fs-18{
    font-size: 18px;
}
.lt-gray{
    color: #444746;
}
.fw-500{
    font-weight: 500;
}

.content {
    display: none;
}
.more-content-show .toggle-anchor {
    border: unset;
    color: #0d92fc;
    cursor: pointer !important;
    font-weight: 500 !important;
    text-decoration: none;
}
.contact-content-box p span:first-child:hover {
    color: #0d92fc;
}

.plist ul {
    padding: 0 0 0 10px;
}
.plist ul li {
    font-size: 12px;
}
.history-box ul {
    margin-bottom: 0;
    padding: 0 0 0 15px;
}

/* new css start here */
.create-date-box h4.card-title {
    font-size: 16px;
}
.swal2-icon.swal2-info.swal2-icon-show {
    filter: hue-rotate(65deg);
}
.forms-sample.form-custom input, .forms-sample select {
    color: #595c5f;
    border: 1px solid #0000002b !important;
}
.cancle-btn {
    background: #d4d4d4;
}
.btn-filter-box button {
    background: #844fc1;
    border: 1px solid #844fc1;
}
.buttons-csv{
    background: #844fc1 !important;
    border: 1px solid #844fc1 !important;
    color: #fff !important;
}
.btn-secondary:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color: #6b3aa3;
    border-color: #65369a;
}
.btn-filter-box button:hover{
    background: #7846b1;
    border: 1px solid #7846b1;
}
td.icon-block button a {
    color: #844fc1;
}
.menu-icon i.typcn.typcn-eye {
    color: #844fc1;
}

.menu-icon i.typcn.typcn-eye:hover {
    color: #0b5ed7;
}
.btn-purple {
    background: #844fc1;
    color: #fff;
}
.btn-purple:hover {
    background: #0b5ed7;
    color: #fff !important;
}
footer.footer {
    padding: 0;
}
.table-responsive .table td button img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

table.table.table-striped.h-ticket-table tr th {
    padding: 15px 8px;
    background: #844fc13d;
}

 li.select2-selection__choice {
    padding: 10px 10px !important;
    margin-top: 8px !important;
}
.forms-sample .select2-container .select2-search--inline .select2-search__field {
    padding: 5px !important;
}   
.forms-sample .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #d4d4d4 1px !important;
}
.forms-sample label {
    font-weight: 500;
}
 .select2-container{
    z-index: 1055;
}
input.select2-search__field {
    width: auto !important;
}
.stretch-card .card-body {
    min-height: 100vh;
}
.fs-12{
    font-size: 12px !important;
}
.btn-sky {
    background: #0b5ed7;
    color: #fff;
}

.btn-sky:hover {
    background: #844fc1;
    color:#fff;
}

.header-menus,
.selection-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  margin-top: 10px;
}
.updation-panel label {
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 15px;
}
.header-menus {
  padding-bottom: 10px;
  border-bottom: 1px solid #4c4a4a;
  margin-bottom: 20px;
}
.selection-row {
  padding-top: 4px;
  padding-bottom: 4px;
}

.selection-row-heading {
    border-bottom: 1px solid #d2d2d2;
}
#add-staff .iti__selected-country-primary {
    align-items: start;
}

#add-staff .iti__country-container {
    top: 17px;
}
input.form-control.file-upload-info {
    line-height: 32px;
}
.td-btn i.typcn.typcn-eye {
    color: #844fc1;
}
table.table.table-bordered tbody tr {
    border: 1px solid #12111133;
}
table.table.table-bordered thead th {
    border-bottom: 1px solid #d0cfcf;
    border-top: 1px solid #d0cfcf;
    padding: 10px;
}
.table thead th {
    background: #844fc13d;
    padding: 15px 8px;
}
#Create-ticket .select2-container--default .select2-selection--single {
    height: 45px;
    padding: 7px 12px;
    border: 1px solid #0000002b;
}
#Create-ticket .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0;
}
#Create-ticket .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px; 
}
#Create-ticket .select2-container--default .select2-selection--multiple{
    border: 1px solid #0000002b;
}
.td-btn i.typcn.typcn-eye:hover {
    color: #0b5ed7;
}
/* new css start here */
.sidebar .nav .nav-item .nav-link {
    white-space: normal;
}
select#deposit_to_account_ref_value, .line-item select.form-control {
    border: 1px solid #dee2e6;
}


  /* Global Card Styling */
.card {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}
.card.dashbord-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);

    
}
a.card-link {
    height: 100%;
    display: flex;
    text-decoration: none;
    color: inherit;
}
  /* Earnings Cards */
.total-earning h6 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.total-earning h3 {
    font-weight: bold;
    margin: 0;
}
  /* Breadcrumb Styling */
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1rem;
}
  /* Chart Cards */
.card-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
  /* Icon Styling */
.earn-dashboard i {
    font-size: 2rem;
}
/*dashboard and sidebar*/
.container-fluid.page-body-wrapper.dashboard {
    padding-left: 0;
    padding-right: 0;
}
.navbar + .page-body-wrapper {
    padding-top: calc(4.625rem + 0.875rem) !important;
}
.dashboard .main-panel .card{
    border-radius: 7px;
    box-shadow: 0 0 10px #00000017;
}
.dashboard a.card-link {
    display: inline-block !important;
}
.dashboard .earn-dashboard {
    background: #ff000038;
    border-radius: 50%;
    display: inline-block;
}
.dashboard .earn-dashboard.box{
    padding: 10px 14px;
    background-color: #0d6efd29;
}
.dashboard .earn-dashboard.cube{
    padding: 10px 12px;
    background-color: #1987542b;
}
.dashboard .earn-dashboard.hand{
    padding: 10px;
    background-color: #ffc1073b;
}
.dashboard .earn-dashboard.ticket{
    padding: 10px;
    background-color: #dc354521;
}
.sidebar .nav .nav-item.active > a.nav-link{
    background-color:  #844fc1 !important;
    transition: all 0.5s ease;
    border-radius: 5px;
} 
.sidebar .nav li.nav-item {
    padding: 3px 0 !important;
}
.sidebar .nav .nav-item:hover > a.nav-link{
    background-color: #844fc118;
    border-radius: 5px;
}

.sidebar .nav .nav-item.active > .nav-link i, .sidebar .nav .nav-item.active > .nav-link .menu-title, .sidebar .nav .nav-item.active > .nav-link .menu-arrow {
    color: #fff;
}
/*role page*/
.btn-filter-box a>button{
    color: #fff;
}
.dashboard .main-panel .card .left-panel>h5.card-title:hover{
    color: #844fc1;
    text-decoration: none;
    transition: all 0.5s;
}
.container-fluid.page-body-wrapper.dashboard table {
    border: 1px solid #00000047;
    border-radius: 5px;
}
table.dataTable thead th{
    font-weight: 600 !important;
}
table .no-record>center{
    color: red;
}
.record_pagination form>label{
    text-transform: capitalize;
}
.record_pagination form>select {
    padding: 3px 5px;
    border: 1px solid #9b9999;
    border-radius: 5px;
}
.custom_pagination .pagination>li:first-child {
    border: 1px solid #cfcece;
    border-radius: 5px;
    background-color: red;
}
.custom_pagination .pagination>li:last-child a, .custom_pagination .pagination>li:first-child a{
    background-color: #844fc1;
    border: 1px solid #844fc1;
    color: #fff;
}
.custom_pagination .pagination>li:last-child{
    border: 1px solid #844fc1;
    border-radius: 0 5px 5px 0;
}
.btn-filter-box{
    position: relative;
}
.hub-btn{
    position: absolute;
    right: 0px;
}
.notifi-box>li:active{
    color: #000 !important;
}
.notifi-box>li{
    padding: 5px 10px !important;
}
.notifi-box>li>div>p>.notifi-txt{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 228px;
}
.notifi-box>li>div>i {
    padding: 0px 7px;
    border: 1px solid #a5a5a5;;
    border-radius: 5px;
    font-size: 23px;
}
.notifi-box {
    width: 327px;
    left: -90px !important;
    border-radius: 6px !important;
    box-shadow: 0 0 19px #0000001f !important;
}
.notifi-box>li.notifi-btn{
    padding: 0 5px;
}
.notifi-box>li>a.btn {
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccd0d3;
    background: #8958c4;
    color: #fff;
}
.notifi-main-btn{
    border-color: #844fc1 !important;
    color: #844fc1 !important;
}
.notifi-main-btn:hover, .notifi-main-btn.show{
    background-color: #844fc1 !important;
    border-color: #844fc1 !important;
    color: #fff !important;
}
.notifi-main-btn:focus{
    box-shadow: 0 0 0 .25rem #844fc159 !important;
    border-color: #844fc1 !important;
    background-color: #844fc1 !important;
}
.add-btn, .btn-secondary.disabled, .btn-secondary:disabled{
    background-color: #844fc1 !important;
    color: #fff !important;
    border-color: #844fc1 !important;
}
.btn-primary:focus{
    background-color: #844fc1 !important;
    border-color: #844fc1 !important;
    box-shadow: 0 0 0 .25rem #844fc145 !important;
}
.btn-filter-box a, .menu-icon a{
    text-decoration: none !important;
}
.add-btn:hover{
background-color: #7a4ab1 !important;
}
.dashboard .main-panel .card label>h6{
    text-transform: capitalize;
}
.cancel-btn{
    border: 1px solid #844fc1 !important;
    background-color: #fff !important;
    color: #844fc1 !important;
}
.cancel-btn:focus{
    box-shadow: 0 0 0 .25rem #844fc145 !important;
}
.cancel-btn:hover{
    border: 1px solid #844fc1 !important;
    background-color: #844fc1 !important;
    color: #fff !important;
}
.custom_pagination {
    padding-top: 15px;
}
.form-control:focus{
    border-color: #844fc1 !important;
    box-shadow: 0 0 0 .25rem #844fc140 !important;
}
.btn-filter-box button{
    border: 1px solid #ced4da !important;
}

.select2-dropdown, select.form-control{
    border: 1px solid #ccd0d3 !important;
    color: #212529 !important;
}
span#select2-owner_name-container {
    position: absolute;
    top: 6px;
}
form#create-invoice-form .select2-container .select2-selection--single{
    height: 40px;
}

.menu-icon .text-primary i.typcn.typcn-eye, .menu-icon .text-danger i.typcn.typcn-trash, .menu-icon .text-success i.typcn.typcn-pencil, .text-success i.typcn.typcn-contacts{
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    padding: 5px;
    font-size: 19px;
}
.menu-icon .text-primary i.typcn.typcn-eye{
    background: #844fc13b;
}
.menu-icon .text-primary i.typcn.typcn-eye:hover{
    background: #0b5ed740;
}
.menu-icon .text-danger i.typcn.typcn-trash{
    background-color: #ff000021;
}
.menu-icon .text-success i.typcn.typcn-pencil, .text-success i.typcn.typcn-contacts{
    background-color: #1987543d;
}
.required{
    color: red;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da !important;
}
.select2-container--focus .select2-selection--single, .select2-container--open .select2-selection--single, .select2-container--focus .select2-selection--multiple{
    border: 1px solid #844fc1 !important;
    box-shadow: 0 0 0 .25rem #844fc140 !important;
}
li.nav-item.nav-profile.dropdown.show .dropdown-menu.dropdown-menu-right>a.dropdown-item:hover {
    background-color: #844fc1;
    color: #fff;
}
li.nav-item.nav-profile.dropdown.show .dropdown-menu.dropdown-menu-right>a.dropdown-item>i{
    color: #844fc1 !important;
}
li.nav-item.nav-profile.dropdown.show .dropdown-menu.dropdown-menu-right>a.dropdown-item:hover i {
    color: #fff !important;
}

@media (max-width: 767px) {
    .grid-box .selection-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .container-fluid.page-body-wrapper.dashboard {
        padding-top: calc(4.625rem + 0rem);
    }
    .container-fluid.page-body-wrapper.dashboard .content-wrapper{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .notifi-box{
        left: -204px !important;
    }
} 
@media (max-width:593px) {
    .btn-filter-box a>button>.role-text{
        display: none;
    }
    .card .card-body{
        padding: 15px;
    }
    .btn-filter-box{
        flex-wrap: wrap;
        justify-content: center !important;
    }
}