.btn.btn-m {
    font-size: 1rem;
    padding: 0.8rem 1.2rem 0.6em;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #4f9e45;
    border-color: #4f9e45;
}

.page-item.active .page-link {
    background-color: #361e55;
    border-color: #361e55;
}

.page-link:hover {
    background-color: #4f9e45;
    color: #361e55;
    border-color: #4f9e45;
}

a {
    color: green;
}
a:hover {
    color: #361e55;
}

.btn-out-primary {
    color: #4f3764;
    border-color: #4f3764;
}
.btn-out-primary:hover {
    color: #fff !important;
    background-color: #4f9e45;
    border-color: #4f9e45;
}
.btn-out-primary:focus {
    color: #fff !important;
    background-color: #4f9e45;
    border-color: #4f9e45;
}

.btn-out-danger {
    color: #e3342f;
    border-color: #e3342f;
}

.btn-out-danger:hover {
    color: #fff !important;
    background-color: #d0211c;
    border-color: #c51f1a;
}

.btn-out-danger:focus,
.btn-out-danger.focus {
    color: #fff !important;
    background-color: #d0211c;
    border-color: #c51f1a;
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.light-blue-input {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding-top: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.25rem;
}

.btn-big-long-primary {
    font-size: 1rem;
    color: #fff;
    background-color: #4f3764;
    border-color: #4f3764;
    border: 1px solid transparent;
    border-radius: 5px;
    padding-top: 0.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 0.25rem;
}
.btn-big-long-primary:hover {
    color: #fff;
    background-color: #4f9e45;
    border-color: #4f9e45;
}
.btn-big-long-primary:focus {
    color: #fff;
    background-color: #4f9e45;
    border-color: #4f9e45;
}
.txt-warning {
    border-color: red !important;
}

.bg-standard {
    background-color: #f9fafb;
}

.white-border {
    border-top: 0px solid #e8ebf1;
}

.pos-ab {
    position: absolute;
}

.bg-warning {
    color: #222222;
}
.alert-warning {
    color: #222222;
}
/******************************** loading sinpper ********************************/
/* Transparent Overlay */
.backdrop {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 80px;
    width: 100%;
    text-align: center;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading .loadingtitle {
    font-size: 24px;
}

.loading-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgb(0 0 0 / 78%);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/********************************END loading sinpper ********************************/
/******************************** Multiple Select 2 ********************************/
.select2-container--default .select2-selection--multiple {
    border: 1px solid #a9a9a9 !important;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #a9a9a9 1px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-style: none !important;
}

.select2-container--default .select2-selection--single {
    background-color: none !important;
    border: 1px solid #e8ebf1 !important;
    padding: 0.2rem 0.5rem !important;
    height: auto !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    border-color: #e8ebf1 !important;
    padding: 4px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.select2-results__option {
    padding: 7px 14px !important;
}
/********************************END Multiple Select 2 ********************************/
/******************************** Mobile css ********************************/
#mobile {
    width: 250px;
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid darkgray;
}
#mobile::placeholder {
    color: #bbb;
}

.iti {
    position: relative;
    display: block;
}
/********************************END Mobile css ********************************/
/********************************tooltip e css ********************************/
.mytooltip {
    display: inline;
    position: relative;
    z-index: 999;
}

.mytooltip .tooltip-item {
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
}

.mytooltip .tooltip-content {
    position: absolute;
    z-index: 9999;
    /* width: 410px; */
    left: 50%;
    margin: 0 0 20px -180px;
    bottom: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #352543;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.mytooltip .tooltip-content::after {
    content: "";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #352543 transparent transparent;
    border-width: 10px;
    margin-left: -10px;
}

.mytooltip .tooltip-content img {
    position: relative;
    height: 140px;
    display: block;
    float: left;
    margin-right: 1em;
}

.mytooltip .tooltip-item::after {
    content: "";
    position: absolute;
    width: 410px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mytooltip:hover .tooltip-item::after {
    pointer-events: auto;
}

.mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
}

.mytooltip:hover .tooltip-content2 {
    opacity: 1;
    font-size: 18px;
}

.mytooltip .tooltip-text {
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #fff;
}
/********************************END tooltip e css ********************************/
/********************************Form Wizard css ********************************/
.wizard-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.wizard-box {
    padding: 0 1rem;
    gap: 1rem;
    font-weight: 500;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
}

.wizard-number {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: #cacaca;
}

.wizard-number-active {
    background-color: transparent;
    color: transparent;
}

.circle-feather {
    background-color: #10b759;
    border-radius: 20px;
    animation: colorLoop 3s infinite;
}

@keyframes colorLoop {
    0% {
        background-color: #10b759;
    }
    50% {
        background-color: #10b7583b;
    }
    100% {
        background-color: #10b759;
    }
}

.wizard-number-done {
    background-color: #10b759;
    color: #fff;
}

.wizard-line {
    border-width: 1.75px;
    border-style: solid;
    border-radius: 3px;
    width: 100%;
    flex-basis: auto;
}

.wizard-line-done {
    color: #10b759;
}

@media (max-width: 991.98px) {
    .wizard-body {
        display: none;
    }
}
/********************************END Form Wizard css ********************************/

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ BSIP Prithiviraj Perataban +60103711653 +++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    color: #495057;
}

.iti__selected-country {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: #e9ecef;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
    padding-right: 10px;
}

#mobile {
    width: 250px;
    padding: 7px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #e9ecef;
}

/********************************  Email multiple select  ********************************/
.multiple_emails-container ul {
    list-style-type: none;
    padding-left: 0;
}

.multiple_emails-container li {
    display: inline-block;
    padding: 0px 5px 0px;
    font-size: 16px;
    margin: 0px 3px 3px 0px;
}

.multiple_emails-email {
    border: 1px #361e55 solid;
    border-radius: 3px;
    background: #361e55;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #361e55;
    color: #fff;
    border-color: 1px solid #361e55;
    padding: 3px 10px;
}

/********************************  datatable  ********************************/
#data-table {
    font-size: 0.875rem;
}

#data-table th,
#data-table td {
    vertical-align: middle;
}
