.tab-panel {
    margin-bottom: 10px;
}
.form-check-input{
    border-width: 1.6px !important;
}
.calender-custom.fc table{
    width:100% !important;
}
.dashboard-video-custom {
    display: block;
    width: 100%;
    padding: 0;
}
.dashboard-video-custom iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
} 
.fa.fa-file-pdf{
    font-size:14px !important;
}
.card-body{
    padding: 30px !important;
}
.card-header{
    padding:25px 30px !important;
}
.form-select[readonly] {
    background-color: lightgray;
    opacity: 1;
}
.form-control[readonly] {
    background-color: lightgray;
    opacity: 1;
}
body,h1,h2,h3,h4,h5,h6,p,a,span,th,td {
    font-family:  Inter, Segoe UI, sans-serif;
}
h1,h2,h3,h4,h5,h6,th{
 line-height:1.2;
}
a{
    font-family:  Inter, Segoe UI, sans-serif !important;
}
p,a,span,div,td{
    line-height:1.5;
}
body{
    font-size:14px;
}
.navbar-header .top-header-text-color:hover{
   color:#fff;
}
.register-text{
    font-size: 16px;
}
.btn-gift-icon-custom.active{
    background-color:transparent !important;
}
.btn-gift-icon-custom.active i{
    background-color:#fff !important;
    color:#000 !important;
}
.btn-gift-icon-custom.active .number-gifts{
    color:#fff !important;
}
h1{
    font-size: 18px!important;
   Font-weight: 700!important;

}

h2{
    font-size: 16px!important;
   Font-weight: 600 !important;

}
.badge{
    font-size:12px !important;
    border-radius: 30px !important;
}
.btn-outline-primary{
    background-color: #3f2e57 !important;
    color: #fff !important;
    border:1px solid #3f2e57 !important;
}
/* .alert.alert-primary {
    background-color: #3D3256;
    color: #fff;
    font-size:12px;
    border-color: #3D3256;
} */
 /* loader page css start */
 .position-realtive-custom .loader_text { 
    position: fixed;
        left: 46.1%;
        top: 35%;
        z-index: 9999;
        display: none;
        text-align: center;
    }
.position-realtive-custom .loader {
        position: fixed;
        left: 45%;
        top: 40%;
        transform: translate(-50%, -50%);
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3D3256;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
        z-index: 9999;
        /* background: url('{{ asset('admin/assets/img/loading.gif') }}') no-repeat center center; */
        display: none; /* Hidden by default */
    }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
 /* loader page css end */

.simplebar-scrollable-x .sidebar{
    padding: 5px;
}
.simplebar-scrollable-x .navbar-menu .navbar-nav .nav-link{
    padding: .531rem 0.5rem;
    justify-content: center;
}
.choices__list--multiple .choices__item {
    background-color: #3D3256;
    border: none;
}
.summary-table{
    width: auto;
}
/* table and form global changes start */
/* table,table tr th,table tr td{
    border: 1px solid #e9ebec;
} */
.table-striped > tbody > tr:nth-of-type(odd) > *{
    --in-table-bg-type: transparent;
}
.btn-danger{
    background-color: #CD2121;
    border-color: #CD2121;
}
/* .card-header .row{
    align-items:center;
} */
 .btn-gift-icon-custom:hover{
    background-color: transparent !important;
 }
.card-header {
    border-radius: 0.25rem !important;
}
.card-title{
    font-weight:bold;
}
.fc th, .fc td{
    padding: 0 !important;
}
table{
    width:auto !important;
}
table thead {
    text-wrap: nowrap;
}
table tr th{
    font-size:14px;
}
table tr td{
    font-size:14px;
}
table tr th{
    font-weight:600 !important;
    color:#333333 !important;
    padding:12px !important;
}
table tr td{
    padding:10px !important;
    margin-bottom:2px;
    min-height:50px;
}
table tr {
    Padding: 12px ;
    row-gap:2px;
}

form label{
    font-size:14px;
    font-weight:400;
    color:#333333;
    padding-bottom:8px;
    margin-bottom:0 !important;
}
form input,form textarea,form select,form .form-select{
    font-size:14px !important;
    min-height:40px;
    padding:10px !important;
    margin-bottom:10px;
    border-radius:6px !important;
    box-sizing: border-box;
}
form select, form .form-select{
    padding-right: 45px !important;
}
form input:focus,form textarea:focus,form select:focus,form .form-select:focus{
    border:2px solid #834596 !important;
    box-shadow: none !important;
}
span.select2 textarea:focus{
    width:100% !important;
    border:none !important;
}
.alert.alert-success{
    margin-top: 15px;
}
/* .simplebar-scrollable-x .nav-item-custom2{
   display:none;
} */
.simplebar-scrollable-y  .profile-custom-name{
    display:block;
}
 /* .profile-custom-name{
    display:none;
 } */
.simplebar-scrollable-y .refr-code {
    display: block;
}

/* .refr-code {
    display: none;
} */
.form-check-input{
    min-height:auto !important;
}
.error-message-custom,form span.text-danger{
    font-size: 12px !important;
    font-style: italic;
    margin-bottom: 8px;
    padding-top: 6px;
    color:#C61E1E !important;
}
.btn{
    border-radius: 6px;
    padding:8px 10px;
    margin-right:5px;
}
.form-section-custom p{
    font-size:16px;
    font-weight:bold;
}
.form-section-custom {
    margin-top:24px;
    padding:20px;
}
/* table and form global changes end */

    /* Loader CSS start*/

    .loader {
        position: fixed;
        left: 55%;
        top: 40%;
        transform: translate(-50%, -50%);
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3D3256;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
        z-index: 9999;
        /* background: url('{{ asset('admin/assets/img/loading.gif') }}') no-repeat center center; */
        display: none; /* Hidden by default */
    }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    /* loader css end */


.td a {
    color: #007a56 !important;
}
i {
    font-size: 20px;
}
.a-underline{
    text-decoration:underline !important;
}
.simplebar-scrollable-y .navbar-menu .navbar-nav .nav-link{
    padding: 10px 20px;
    margin-bottom: 10px;
}
.nav-item-custom2 label{
   width:100%;
}
.navbar-menu .navbar-nav .nav-link.active {
    color: #fff;
    border-radius: 6px;

}
.top-header-text-color{
    color:#202224;
}
.text-primary {
    color: #3D3256 !important;
}
.active > .page-link,
.page-link.active {
    background-color: #3f2e57;
}
li.nav-item {
    list-style-type: none;
}
::placeholder {
    opacity: 0.6 !important; /* Firefox */
    /* text-transform: capitalize; */
}

.btn-primary{
    width:auto !important;
}
/* label{
    text-transform: capitalize;
  } */
  /* .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color:#fff !important;
    background-color: #3D3256 !important;
    border-color: #3D3256 !important;
} */

.tab-panel .btn {
    width: auto;
    text-transform: capitalize;
    background-color: #F5F6FA;
    color: #3D3256;
    border: none;
}
.tab-panel .btn:hover {
    width: auto;
    text-transform: capitalize;
    background-color: #834596;
    color: white;
    border: none;
}

.tab-panel .btn.active {
    width: auto;
    text-transform: capitalize;
    background-color: #3D3256;
    color: white;
    border: none;
}

.hidden {
    display: none;
}
.no-record {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: gray !important;
}
.custom-font-size {
    font-size: 25px;
}
.delete123 {
    text-align: center !important;
}
.cstm-hide-321 {
    display: none;
}
h4 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

label {
    font-size: 14px;
}
td {
    font-size: 14px;
}
.a_hover:hover {
    text-decoration: underline !important;
}
/* .functionality-icon i{
    margin-right: 8px;
} */
.star-reqiured {
    color: red !important;
}
.cstm-card-12 {
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.15);
}
.edit-delet-cstm {
    display: flex;
    /* gap:5px; */
    align-items: center;
    justify-content: center;
}
/* .edit.d-flex a {
    margin-left: 8px;
} */
.toggle-button {
    max-width: 600px;
    width: auto;
    display: inherit;
    margin-left: 11px;
    cursor: pointer;
    font-size: smaller;
    background-color: #777;
    color: #fff;
    padding: 10px;
    align-items: center;
}

.toggle-content {
    font-size: 0.9em;
    margin-top: 5px;
    margin-left: 11px;
    border-radius: 0px 20px 20px;
    cursor: pointer;
    display: none;
    color: #444;
    background-color: #fff;
    padding: 40px;
}

.intro-heading {
    font-size: 12px;
}
.readonly-custom-32 {
    background: lightgray !important;
}

/* you tube video css start */
.watch-video-cstm {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 0.4em;
}
.watch-video-cstm i {
    border: 8px solid #fadadd;
    margin-right: 10px;
    color: white;
    border-radius: 100%;
    padding: 5px 4px;
    background-color: #CD2121;
    font-size: 10px;
    width: 35px;
    height: 35px;
}
.form-serchbar {
    display: flex;
    justify-content: end;
    gap: 15px;
    align-items: center;
}
/* you tube video css end */

/* accodian css start */
#btnForm {
    max-width: 600px;
    width: 500px;
    text-align: left;
    display: inherit;
    cursor: pointer;
    font-size: 13px;
    color: #fff !important;
    border: 0px;
    padding: 10px;
    border-radius: 0% !important;
}
#collapseExample {
    cursor: pointer;
}
#btnExport {
    width: auto;
}
ul.actions {
    list-style: none;
}
.hide-table1 {
    display: none;
}
/* accodian css end */

/* project css start */
.bdget12 {
    width: 100px;
}
img.proj-view-img {
    width: 50px;
}
.project-view-cstm {
    text-align: center;
}
i.fa-regular.fa-circle-check {
    color: green;
    padding-right: 10px;
}
.view-img28 IMG {
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 30px;
}
.prog-check i {
    float: left;
    padding-right: 10px;
    font-size: 1.2em;
    color: green;
}
.project-infoimp {
    color: white;
    padding: 20px;
    border-radius: 20px;
    background-color: #007a56 !important;
    margin-bottom: 20px;
    font-size: 0.9em;
    margin-top: 10px;
}
.pro-penel{
   font-size:12px;
   margin-right:10px;
   background-color:#CC0000;
   color:white;
   /* border-radius:15px; */
   /* padding:8px 20px; */
}
.complate-pro{
font-size:12px;
margin-right:10px;
background-color:green;
color:white;
/* border-radius:15px; */
/* padding:8px 20px; */
}
.strt-soon {
    font-size: 12px;
    margin-right: 10px;
    background-color: #90ee90;
    color: white;
    border-radius: 15px;
    /* padding: 5px 15px; */
}
.unpaid-custome:hover{
    text-decoration: underline !important;
}
.all-pro{
    font-size:12px;
    margin-right:10px;
    background-color:black;
    color:white;
    /* border-radius:15px; */
    /* padding:8px 20px; */
}
.current-image-cstm img {
    width: 100%;
}
.check-custom {
    width: unset;
    height: unset;
}
.form-check-input {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
}
.project-infoimp {
    color: white;
    padding: 12px;
    border-radius: 20px;
    background-color: #007a56;
    margin-bottom: 20px;
    font-size: 0.9em;
}
.project-content-custom p {
    margin-bottom: 10px;
}
.project-image-custom img {
    width: 100%;
    /* display: flex; */
    justify-content: center;
    height: 180px;
    object-fit: cover;
    /* margin-bottom: 15px; */
}
img#image-preview {
    width: 100%;
}
.project-content-custom{
   padding: 20px; 
}
.project-custom {
    border-radius: 8px;
    /* padding: 15px; */
    margin-bottom: 20px;
    box-shadow: 0 0px 2px 0 rgb(0 0 0 / 8%), 0 6px 25px 0 rgb(0 0 0 / 5%);
}
.project-custom i {
    margin-right: 10px;
    color: #3f2e57;
}
/* .navbar-menu .navbar-nav .nav-link:hover{
    background-color: #438a7a;
    color: #fff !important;
} */
.add-customer {
    text-decoration-line: underline;
}
.logo-txt-cstm {
    font-size: large;
    font-weight: 600;
    letter-spacing: 2px;
    margin-left: 8px;
    color: #3f2e57;
}
.navbar-brand-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 8px 16px !important;
}
/* project css end */

/* customer css start */
.icn217 {
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 5px;
}
.plsmorebtn {
    text-align: center;
    font-size: 11px;
}
.icn2 {
    width: 90px;
    text-align: center;
}
.summryicn {
    padding: 5px 10px;
    border: solid #f7f7f7 1px;
    border-radius: 20px;
}
.summryicn i {
    margin-right: 15px;
}
.quickicn {
    border-top: solid 1px #eee;
    margin-top: 20px;
    padding-top: 20px;
    clear: both;
    width: 100%;
}
.tb-lnk {
    font-size: 0.9em;
}
.fl17 {
    float: left;
    padding: 0px;
}
.key17 {
    color: #777;
    font-size: large;
    padding-left: 10px;
    margin-top: -10px;
}
.url-cstm13 {
    background-color: green;
    color: #fff;
    padding: 8px;
    border-radius: 10px;
}
/* .ac-cstm{
    display:table-cell !important;
    text-align: center;
} */
td.inner_delete.text-center {
    display: flex;
    justify-content: center;
    gap: 4px;
}
.btn .badge {
    line-height: normal;
}
/* .act-icn{
    padding:5px 10px;
    color:#fff;
    border-radius:30px;
    font-size:9px;
    background-color:#3f2e57

} */
ul.actions {
    margin-top: 10px;
}
.list-contact-id {
    cursor: pointer;
}
.mass-check {
    list-style: none;
}
.start-end-date {
    margin-top: 10px;
}
.customer-22 {
    word-wrap: break-word;
    display: flex;
}
td.no-data {
    text-align: center;
}
/* customer css end */

/* workflow css start */
.blur-delete {
    opacity: 0.25;
}
.goalcstm28 {
    border-radius: 40px;
    background-color: #f7f7f7;
    padding: 40px 30px 40px 30px;
}
:root {
    --black: #000;
    --white: #ffffff;
}
.work-edit-cstm {
    color: #fff;
    background-color: var(--black);
    padding: 20px;
    border-radius: 10px;
    font-size: 12px;
}
.work-cards .mdi {
    color: #43817a;
}
.work-cards {
    border-radius: 40px;
    background-color: #f7f7f7;
    padding: 25px;
}
.cstm-card25 {
    min-width: 300px;
    max-width: 500px;
    width: auto;
    list-style-type: none;
}
.edit-pro {
    list-style-type: none;
    margin-bottom: 25px;
}
.flow-cards {
    justify-content: center;
    display: flex;
}
.custom-spn-rcod {
    padding: 10px !important;
}
.prosummary {
    width: fit-content;
    text-align: center;
}
:root {
    --black: #003535;
}
.agree-cstm a {
    color: #fff;
}
.agree-cstm {
    color: #fff;
    background-color: var(--black);
    padding: 20px;
    border-radius: 20px;
    font-size: 0.8em;
}
/* workflow css end */
i.fa.fa-asterisk.text-danger {
    margin-right: 5px;
    font-size: 14px;
}
.proc {
    color: #ffffff;
    background-color: #438a7a;
    border-radius: 30px;
    padding: 20px 20px;
    font-size: 11px;
    margin: 0px auto;
    text-align: center;
}
/* video css start */
#cartoonVideo100 {
    width: 100%;
    height: 530px;
}
.w-video7 {
    float: left;
    border: 10px solid #fadadd;
    margin-right: 20px;
    color: white;
    border-radius: 100%;
    padding: 5px 9px;
    background-color: #CD2121;
    font-size: medium;
}
.vd7 {
    display: flex;
    align-items: center;
}
/* form css start */
.bitly-url {
    background-color: green;
    color: white;
    border-radius: 10px;
    padding: 5px 10px;
}
.mini-title {
    background-color: #f2f8f9;
    padding: 10px;

    border-radius: 3px;

    margin-bottom: 20px;
    margin-top: 3px;
    display: block;
    width: 100%;
}
.communication-custom {
    color: white;
    /* font-size: 0.8em; */
    background-color: #3f2e58;
    padding: 15px;
    border-radius: 0.2rem;
    margin-left:35px;
    margin-right: 12px;
}
a#Auto-data {
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    background-color: #3D3256;
    margin: 8px;
}
.modal-footer {
    display: flex;
    justify-content: center;
}
.gbp-container-865 {
    display: flex;
    gap: 2px;
}
.inst-custom {
    display: flex;
    align-items: center;
    gap: 2px;
}
.for-instal-custom {
    background-color: #f7f7f7;
    padding: 30px 30px 10px 30px;
    border-radius: 20px;
}
.for-instal {
    font-size: 16px;
    color: red;
    width: 100%;
    padding-bottom: 20px;
}
.select-save-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.col_color {
    background-color: #3D3256 !important;
    color: #fff !important;
    vertical-align: middle;
    text-align: right;
}
.col-custom-color {
    background: #F5F6FA !important;
    vertical-align:middle;
    text-align: right;
}
div#line_1 .fa-trash {
    color: red;
}
.no-ins {
    background-color: #f7f7f7;
    padding: 30px 30px 10px 30px;
    border-radius: 30px;
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 20px;
}
/* form css end */

/* calander css start */
.add-new-custom {
    border: none;
    background-color: #007a56;
    padding: 10px;
    font-size: 0.75rem;
}
select#contact_id {
    max-width: 100% !important;
}
/* calander css end */

/* insight */
.contact-insigt30 {
    color: #fff;
    background-color: #007a56;
    padding: 20px;
    border-radius: 20px;
    font-size: 0.8em;
}
.invoice-a30 {
    color: #444;
    text-decoration: underline;
}

/* business directory css start */
.cmplt {
    background-color: green;
    padding: 5px 5px;
    border-radius: 15px;
    color: white;
    text-align: center;
}
.open30 {
    background-color: orange;
    padding: 5px 5px;
    border-radius: 15px;
    color: white;
    text-align: center;
}
/* business directory css end */
/* bookkipeeing css start */
td.profit-25 {
    text-align: left;
    color: green;
}
.profitcurrncy-25 {
    text-align: left !important;
    color: red !important;
}
.open-prchase12 {
    font-size: 12px;
    margin-right: 10px;
    background-color: #CD2121;
    color: white;
    /* border-radius:15px; */
    /* padding: 8px 20px; */
}
.prchase-ordr12 {
    font-size: 11px;
    margin-right: 10px;
    background-color: green;
    color: white;
    /* border-radius:15px; */
    /* padding: 8px 20px; */
}
.allrpchase12 {
    font-size: 11px;
    margin-right: 10px;
    background-color: black;
    color: white;
    /* border-radius:15px; */
    /* padding: 8px 20px; */
}
.in-head {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}
.invoive-web {
    text-align: right;
}
.custm-123 {
    width: 100% !important;
}
.cstm30 {
    color: #fff !important;
    padding-right: 0 !important;
}
.add-cust-cstm {
    display: flex;
    justify-content: space-between;
}
.ador {
    width: 135px;
    text-align: center;
}
.ador span {
    border-bottom: #03343b 1px dotted;
}
.functionality-icon {
    text-align: end;
}
.date-create20 {
    width: 100% !important;
}
/* bookkipeeing css end */

/* customer service start */
i.fa.fa-asterisk {
    color: red;
    margin-right: 5px;
    font-size: 13px;
}
form.central_form {
    margin: 10px;
}
#btnExport {
    /* background-color: #43817a; */
    color: #fff;
}
.actions {
    padding-left: 0;
}
.type-category-cstm {
    display: flex;
    gap: 2px;
}
/* customer service end */

/* calender css start */
.div#datepicker {
    background: #fff;
    border: 1px solid;
    padding: 5px;
}
tr.dpTitleTR {
    background-color: #007a56;
    color: #fff;
    text-align: center;
}
table.dpTable {
    background: #fff;
    border: 1px solid;
}
/* calender css end */

/* document css start */
.openclose-btn {
    background-color: #43817a;
    color: #fff;
}
input#open {
    border-radius: 5px;
}
input#closed {
    border-radius: 5px;
}
.user-dt20 {
    display: flex;
    justify-content: center;
}
.you-tube-title {
    display: flex;
    align-items: center;
}
#send_time {
    float: left;
    width: 150px;
}
#the_timing {
    width: 95px;
    float: left;
}
#before_after {
    width: 95px;
    float: left;
}
.currencies-cstm {
    display: flex;
}
select#currency_select {
    width: 100px;
}
.add-custm-btn {
    width: 140px;
}
div#new_customer {
    width: 135px;
    text-align: center;
}
input#date_created {
    width: 100px;
}
.Created-on-cstm {
    width: unset !important;
}
.currency-cstm {
    display: flex;
    gap: 2px;
}
/* .edit-terms-cstm{
    width:auto;
    display:inline;
    border-radius:3px;
    padding:5px;
    color:#fff;
} */
.col-lg-3.addnewcustomer {
    width: 165px;
}

/* email css start */
.menu5 label {
    font-weight: 600 !important;
}
.addpad {
    text-align: justify;
    color: #222;
}
img#banner_preview_old {
    width: 150px;
}
.pre-img6 {
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.pre-img6 img {
    width: 150px;
}
.email-setting {
    background-color: #f7f7f7;
    width: 100%;
    padding: 30px 30px 0px 30px;
    margin-bottom: 30px;
}
img#new_banner_preview {
    width: 300px !important;
}
.autometed-custom {
    display: flex;
    gap: 8px;
}
.landing {
    font-weight: 100;
    color: #bbb;
}
.you-link-custom {
    margin: 15px;
}
.you-link-custom i {
    color: #fff;
    background-color: #CD2121;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
}
.mail-custom {
    color: #fff;
    background-color: #007a56;
    padding: 20px;
    border-radius: 20px;
    font-size: 12px;
}
select#notable_date_count {
    width: 110px;
}
select#notable_date_freq {
    width: 150px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #3D3256 !important;
    border-color: #3D3256 !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    background-color: #3f2e58 !important;
}
input#date_created {
    width: 100%;
}
/* email css end */
.underline-on-hover:hover {
    text-decoration: underline;
}

/* inline css  */
.prgrph {
    border: 1px solid #f7a60f;
    padding: 15px;
    max-height: 500px;
    max-width: 100%;
    text-align: center;
    height: auto;
    border-radius: 3px;
}
#data_2,
#customer_dropdown {
    display: block;
}
.js-example-basic-single {
    width: 100%;
    max-width: 300px;
}
.brdr-dot {
    border-bottom: #03343b 1px dotted;
}
.or-dot {
    border: none;
}
.add-cust {
    padding-bottom: 10px;
    font-size: 0.9em;
}
.addtrans {
    border-bottom: solid 1px #f7f7f7;
    padding-bottom: 5px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    clear: both;
}
.exchange-cstm {
    margin: 0px auto;
    text-align: center;
    clear: both;
    display: block;
}
.ex-cstm {
    text-align: right;
    margin-top: 8px;
    float: left;
    margin-right: 10px;
}
.exrate-24 {
    text-align: center;
    width: 70px;
    float: left;
}
.currency-selct {
    margin-top: 8px;
    float: left;
    margin-left: 10px;
}
.in-cstm {
    cursor: pointer;
    padding-top: 0px;
    margin-top: 0px;
    color: #03343b;
    padding-bottom: 4px;
    margin-bottom: 0px;
}
.dropbar {
    max-height: 320px;
}
.font-cstm {
    font-size: 0.9em;
}
.inn-img {
    border: 1px solid #f7a60f;
    padding: 15px;
    max-height: 500px;
    max-width: 100%;
    text-align: center;
    height: auto;
    border-radius: 3px;
}
.fs-cstm24 {
    font-size: 12px;
}
.abc-24 {
    height: auto;
    overflow: hidden;
}
.custm-123 {
    width: 100% !important;
}
.credit-cstm {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
.credit-logo {
    color: #333;
    text-align: right;
    padding-bottom: 100px;
}
#doChange {
    cursor: pointer;
    padding-top: 0px;
    margin-top: 0px;
    color: #03343b;
    padding-bottom: 4px;
    margin-bottom: 0px;
}
.change-cstm24 {
    border-bottom: #03343b 1px dotted;
}

.change24 {
    cursor: pointer;
    padding-top: 0px;
    margin-top: 0px;
    color: #03343b;
    padding-bottom: 4px;
    margin-bottom: 0px;
}
.deccript {
    min-width: 300px;
}
.amt-cstm {
    width: 100px;
}
.delete-credit-invoice {
    cursor: pointer;
    padding-left: 19px;
}
.custm-123 {
    width: 100% !important;
}
.formque-cstm {
    float: left;
    padding: 8px;
}
.ticket-actions {
    margin-top: -7px;
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.n-item {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 30px, 0px);
}
.n-24 {
    cursor: pointer;
}
#showPaymentTerms {
    display: inline;
}
.amt-23 {
    max-width: 100px;
}
.change24 {
    cursor: pointer;
    padding-top: 0px;
    margin-top: 0px;
    color: #03343b;
    padding-bottom: 4px;
    margin-bottom: 0px;
}
.ticket-actions {
    margin-top: -7px;
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.dropdown-item {
    cursor: pointer;
}
#showPaymentTerms {
    display: inline;
}
.prod-cstm {
    width: 300px;
}
.dec25 {
    max-width: 300px;
}
.quenti {
    min-width: 80px;
}
.amt-25 {
    min-width: 100px;
}
.delet-25 {
    cursor: pointer;
    padding-left: 19px;
}
.billing {
    clear: both;
    width: 100%;
}
.drop-btn {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 30px, 0px);
}
#ptermsb {
    clear: both;
    width: 100%;
    margin-top: 10px;
}
.dvp25 {
    cursor: pointer;
    padding-top: 0px;
    margin-top: 0px;
    color: #03343b;
    padding-bottom: 4px;
    margin-bottom: 20px;
}
.pay-25 {
    border-radius: 20px;
    background-color: #CD2121;
    padding: 10px;
    /* color: white; */
}
.currency-25 {
    border-bottom: solid 1px #f7f7f7;
    padding-bottom: 5px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    clear: both;
}
.r-25 {
    margin: 0px auto;
    text-align: center;
    clear: both;
    display: block;
}
.exch-25 {
    text-align: right;
    margin-top: 8px;
    float: left;
    margin-right: 10px;
}
.ex-rate-25 {
    text-align: center;
    width: 70px;
    float: left;
}
.dvp-25 {
    margin-top: 8px;
    float: left;
    margin-left: 10px;
}
.text-25 {
    text-align: left;
}
.text-dang25 {
    color: red;
}
.toggle-content {
    font-size: 13px;
}
/* .txt-r25{
    text-align: right;
} */
.profit-25 {
    text-align: right;
    color: green;
}
.profitcurrncy-25 {
    text-align: right;
    color: red;
}
.custm-hvr-12:hover {
    box-shadow: 0 0 6px rgba(35, 173, 278, 1);
}
.primary-cstm {
    display: block;
}

/* link page css start */
.profbio,
.yr-video {
    margin-top: 10px;
    background-color: #438a7a;
    width: fit-content;
    padding: 8px;
    color: white;
    border-radius: 8px;
}
.no-float svg {
    height: 20px;
    fill: #3f2e57;
}
.no-float i {
    height: 20px;
    color: #3f2e57;
}
.no-float .la-info-circle {
    color: unset;
}
.yr-link {
    background-color: #007a56;
    color: white;
    border-radius: 8px;
    padding: 5px 20px;
    font-size: 1.2em;
}
.all-link-cstm {
    list-style: none;
    margin-top: 30px;
    /* text-align: center; */
    background-color: rgba(66, 138, 121, 0.1);
    padding: 20px;
}
.link-custom {
    /* display: flex; */
    gap: 4px;
    margin-bottom: 20px;
    border-radius: 30px;
    margin-top: 20px;
    justify-content: space-between;
}
.your-link {
    /* background-color:rgb(63 46 87 / 10%); */
    padding: 15px 12px;
    border-radius: 20px;
    width: 330px;
    border: 1px solid #f7f7f7;
    font-weight: bold;
    font-size: 0.9em !important;
}
.your-link .card-body{
    padding:0 !important;
}
.your-link .mdi-web {
    background-color: #CD2121;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mdi-web {
    background-color: #CD2121;
    color: #fff;
    border-radius: 50%;
    padding: 2px 5px;
}
.drpdwn-322 {
    top: 8px !important;
}
.drpdwn-322 .dropdown-item{
    padding: 3px 10px !important;
    font-size: 14px;
}
.up-img {
    background-color: rgba(66, 138, 121, 0.1);
    padding: 10px;
}
.sr-url {
    list-style-type: none;
}
.form-url-cstm {
    background-color: green;
    color: white;
    border-radius: 10px;
    padding: 5px 10px;
}

/* link page css end */

/* help-support css start */
.knowlegcenter-cstm {
    margin: 0 auto;
    width: auto;
}
.img-19 {
    display: block;
    height: auto;
    max-width: 700px;
    text-align: center;
    margin: 0px auto;
    border-radius: 20px;
}
/* help-support css end */

/* login page css start */
.lg-cstm {
    color: #3f2e57;
    font-size: large;
    font-weight: 600;
    letter-spacing: 2px;
}
.ill-custom img {
    width: 450px;
}
/* login page css end */

/* registration css start */

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    /* width: 100%; */
    margin-bottom: 5px;
}

.icon {
    padding: 10px;
    background: rgba(33, 37, 41, 0.03);
    color: #3f2e57;
    min-width: 50px;
    text-align: center;
    border-radius: 7px 0px 0px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
}
#pnotice {
    display: none;
    padding-top: 20px;
    font-size: smaller;
    text-align: justify;
    line-height: 14px;
    color: rgb(119, 119, 119);
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(239, 239, 239);
}
.form-image25 {
    position: absolute;
}
/* .form-hed25 {
    color: #000;
    font-size: 16px;
} */
 .form-hed25 {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 8px;
    margin-bottom: 0 !important;
}
.ragister18.card-header {
    font-size: 18px;
    font-weight: 600;
}
.offset .btn {
    background-color: #3f2e57;
    border-color:#3f2e57 !important;
}
.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}
.inputfld25 {
    border-radius: 0px 7px 7px 0px;
}
.input-field:focus {
    border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
/* .btn {
  background-color: dodgerblue;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
} */

img.reg-logo {
    width: 90px;
    height: 90px;
}
.img-reg img {
    max-width: 100%;
    margin-top: 30px;
}
/* registration css end */
@media screen and (min-width: 768px) and (max-width: 991px){
    /* .card-header.rounded-top .btn{
        margin-bottom: 0 !important;
    } */
    .loader {
        left: 45%;
        top: 38%;
    }
    .col-md-custom{
        width:100%;
    }
    .btn{
        padding: 10px 15px;
        margin-bottom: 10px !important;
    }
    table thead {
        text-wrap: nowrap;
    }
    .card-body-custom{
        padding: 10px 0 !important;
    }
    .dashboard-video-custom iframe {
        width: 100%;
    }
    .card-header.rounded-top .justify-content-end{
        justify-content:start !important;
        margin-top:15px;
    }
}


@media screen and (min-width: 320px) and (max-width: 767px) {
    .position-realtive-custom .loader {
        left: 30% !important;
        top: 40% !important;
     
    }
   .position-realtive-custom .loader_text { 
        left: 28%;
        top: 32%;
    }
    .header-item-custom{
        display:none;
    }
    .loader {
        left: 30% !important;
        top: 40% !important;

    }
    .attention-table,.attention-table tr,.attention-table td{
        display: block !important;
        width: 100% !important;
    }
    .attention-table tr{
        display: flex;
        /* justify-content: space-around; */
        flex-wrap: wrap;
        padding:0;
    }
    .attention-table tr td{
        display: inline-block;
        width: 48%;
        margin-bottom: 10px;
        text-align: left;
    }
    .summary-table{
        width: 100%;
    }
    .objective-card {
        margin-bottom: 6px !important;
    }
    .p-4-custom{
        padding: 1rem !important;
    }
    .card-body-custom{
        padding: 30px 0 !important;
    }
    .register-login-text{
        font-size:25px !important;
    }


/* global changes for table start */
    table thead {
        text-wrap: nowrap;
    }
    /* table tr td,table tr th{
        min-width: 100px;
    } */
    .btn{
        padding: 10px 15px;
        margin-bottom: 10px !important;
    }
    .cstm-card25 {
        min-width: 100%;
        max-width: 100%;
    }
    .card-header.rounded-top .justify-content-end{
        justify-content:start !important;
        margin-top:15px;
    }
/* global changes for table end  */
.dashboard-video-custom iframe{
    position: unset;
}
    .card-body{
        padding: 30px !important;
    }
    .card-header{
        padding:25px 30px !important;
    }
    .page-content {
        margin: 0;
        padding: calc(65px + 1.5rem) 0 60px 0;
    }
    /* .white_container_custom #fya{
        padding: 12px 10px !important;
    } */
    .white_container_custom{
        float: none !important;
    }
    .your-link {
        width: 200px;
        margin-bottom: 10px;
    }
    .customer-22 {
        margin-bottom: 10px;
    }
    .functionality-icon {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: start !important;
        gap: 10px;
    }
    .col-lg-4.sms-btn-custom .btn {
        margin-bottom: 10px;
    }
    /* .act-icn {
        padding: 3px 3px;
    } */
    .sub-icn #left_panel {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        gap: 5px;
    }
    .url-custom-section:hover {
        text-decoration: underline !important;
    }
}
