
/* @font-face {
    font-family:"smart4dsTitles" ;

    src: url('../fonts/DGAgnadeen-Heavy.ttf') format("truetype");
    font-size: small;
    font-weight: normal;
}
@font-face {
    font-family:"smart4dsTitles" ;
    src: url('../fonts/DGAgnadeen-Regular.ttf') format("truetype");
    font-size: medium;
    font-weight: medium;
}
@font-face {
    font-family:"smart4dsTitles" ;
    src: url('../fonts/DGAgnadeen-Bold.ttf') format("truetype");
    font-size: large;
    font-weight:bold;
}
@font-face {
    font-family:"smart4dsTitles" ;
    src: url('..//fonts/DGAgnadeen-Extrabold.ttf') format("truetype");
    font-size:x-large;
    font-weight: bold;
} */


/* @font-face {
    font-family:"smart4dsTitles" ;

    src: url('../fonts/lina/Linaround-Light.ttf') format("truetype");
    font-size: small;
    font-weight: normal;
}
@font-face {
    font-family:"smart4dsTitles" ;
    src: url('../fonts/lina/Linaround-Regular.ttf') format("truetype");
    font-size: medium;
    font-weight: medium;
}
@font-face {
    font-family:"smart4dsTitles" ;
    src: url('../fonts/lina/Linaround-SemiBold.ttf') format("truetype");
    font-size: large;
    font-weight:bold;
}
@font-face {
    font-family:"smart4dsTitles" ;
    src: url('../fonts/lina/Linaround-Bold.ttf') format("truetype");
    font-size:x-large;
    font-weight: bold;
} */
:root{
    --app-primary-color:#FC5F40;

}

/* * {
    font-size: 100%;
    font-family: "smart4dsTitles";
   } */

.app-aside {
    left: auto !important;
}

@media (min-width: 992px) {
    .app-aside.lg:not(.hide) ~ .app-content {
        margin-right: 13.75rem;
    }

    .app-aside.sm:not(.hide) ~ .app-content {
        margin-right: 11.25rem;
    }

    .app-aside.folded:not(.hide) ~ .app-content {
        margin-right: 4rem;
    }

    .app-aside.folded.md:not(.hide) ~ .app-content {
        margin-right: 5rem;
    }

    .app-aside:not(.hide) ~ .app-content {
        margin-right: 14rem;
    }

    .app-content {
        margin-left: auto !important;
    }

    .hide-scroll {
        margin-right: 0;
        margin-left: -17px;
    }

    .text-sm-right {
        text-align: left !important;
    }
}

@media (min-width: 992px) {
    body.container .app-header {
        margin-left: auto;
        margin-right: 0;
    }
}

.navside .nav li li a {
    padding-left: 1rem;
    padding-right: 3.5rem;
}

.navside .nav li li li a {
    padding-left: 1rem;
    padding-right: 4.5rem;
}

.navside .nav li li li li a {
    padding-left: 1rem;
    padding-right: 5.5rem;
}

.nav-icon {
    float: right;
    margin-left: 1rem;
    margin-right: inherit;
}

.nav-caret,
.nav-label {
    float: left;
    margin-right: 1rem;
    margin-left: inherit;
}

@media (min-width: 992px) {
    .folded.nav-expand:hover .nav > li > a,
    .folded.nav-expand:focus .nav > li > a,
    .folded.nav-expand.active .nav > li > a {
        text-align: right;
    }

    .folded.nav-expand:hover .nav > li > a .nav-icon,
    .folded.nav-expand:focus .nav > li > a .nav-icon,
    .folded.nav-expand.active .nav > li > a .nav-icon {
        float: right;
        margin-left: 16px;
        margin-right: 0;
    }

    .folded.nav-expand:hover .navbar,
    .folded.nav-expand:focus .navbar,
    .folded.nav-expand.active .navbar {
        text-align: right;
    }

    .folded.nav-dropdown .nav > li > ul {
        left: auto;
        right: 100%;
    }
}

.navbar-brand > span {
    margin-left: 0;
    margin-right: 10px;
}

.navbar-item {
    margin-right: inherit;
    margin-left: 1rem;
}

.m-r {
    margin-left: 1rem !important;
    margin-right: auto !important;
}

.m-l {
    margin-right: 1rem !important;
    margin-left: auto !important;
}

.m-r-lg {
    margin-left: 3rem !important;
    margin-right: auto !important;
}

.m-l-lg {
    margin-right: 3rem !important;
    margin-left: auto !important;
}

.m-r-md {
    margin-left: 1.5rem !important;
    margin-right: auto !important;
}

.m-l-md {
    margin-right: 1.5rem !important;
    margin-left: auto !important;
}

.m-r-sm {
    margin-left: 0.5rem !important;
    margin-right: auto !important;
}

.m-l-sm {
    margin-right: 0.5rem !important;
    margin-left: auto !important;
}

.m-r-xs {
    margin-left: 0.25rem !important;
    margin-right: auto !important;
}

.m-l-xs {
    margin-right: 0.25rem !important;
    margin-left: auto !important;
}

.box-tool {
    left: 1rem;
    right: auto;
}

.list-left {
    float: right;
    padding-left: 1rem;
    padding-right: 0;
}

.list-left + .list-body {
    margin-left: 0;
    margin-right: 56px;
}

.streamline {
    border-left-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
}

.streamline:after,
.streamline .sl-item:before,
.streamline .sl-icon:before {
    margin-left: 0;
    margin-right: -4px;
    top: 6px;
    left: auto;
    right: 0;
}

.sl-icon {
    left: auto;
    right: -10px;
}

.sl-left {
    float: right;
    margin-right: -20px;
    margin-left: 0;
}

.sl-left + .sl-content {
    margin-right: 36px;
    margin-left: auto;
}

.sl-content {
    margin-left: 0;
    margin-right: 24px;
}

.tl-wrap {
    margin-left: 0;
    margin-right: 6em;
    border-width: 0 2px 0 0;
    padding: 15px 20px 15px 0px;
}

.tl-wrap:before {
    float: right;
    margin-right: -26px;
}

.timeline-center .tl-item {
    margin-right: 50%;
    margin-left: 0;
}

.timeline-center .tl-wrap {
    margin-right: -2px !important;
}

.tl-date {
    text-align: left;
    float: right;
    margin-right: -7.5em;
}

.ui-check > i {
    margin-right: 0px;
    margin-left: 4px;
}

.ui-switch input:checked + i:after {
    margin-right: 15px;
    margin-left: 0;
}

.ui-switch-md input:checked + i:after {
    margin-right: 17px;
    margin-left: 0;
}

.ui-switch-lg input:checked + i:after {
    margin-right: 21px;
    margin-left: 0;
}

.md-check {
    padding-left: 0;
    padding-right: 20px;
}

.md-check input[type="checkbox"]:checked + i:after,
.md-check input[type="radio"]:checked + i:after {
    left: auto;
    right: 6px;
}

.md-check > i {
    float: right;
    margin-left: 28px;
    margin-right: -20px;
}

.md-switch {
    padding-left: 0;
    padding-right: 36px;
}

.md-switch > i {
    margin-right: 0;
    margin-left: 8px;
}

.md-input ~ label {
    left: auto;
    right: 0;
}

.switcher {
    left: -240px;
    right: auto;
    direction: rtl;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

.switcher .sw-btn {
    left: auto;
    right: -32px;
    border-right-width: 1px;
    border-left-width: 0;
}

.switcher.active {
    left: -1px;
    right: auto;
}

.submenu_tree {
    float: right;
    margin-left: 0;
    margin-right: 15px;
}

.row_no {
    margin-right: auto !important;
    margin-left: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .text-muted, .btn, .text-md, .nav-text, .navbar-brand > span, .nav-sm .nav-link, th, .dropdown-menu, .nav-link, #action, label, .alert, .sweet-alert p, .sweet-alert button {
    font-family: "smart4dsTitles", sans-serif;
}

.fa {
    font-family: FontAwesome !important;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: auto;
    margin-right: -1px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group-addon:last-child {
    border-left: 1px solid rgba(120, 130, 140, .2) !important;
    border-right: 0 !important;
}

.dropdown-menu.pull-right {
    right: auto !important;
    left: 0 !important;
    -webkit-transform-origin: top left !important;
    -moz-transform-origin: top left !important;
    -ms-transform-origin: top left !important;
    transform-origin: top left !important;
}

.c-select {
    padding-left: 1.75rem;
    padding-right: .75rem;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat left .75rem center;
    background-image: none \9;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    -moz-appearance: none;
}

.row-col {
    direction: rtl;
}

.b-r {
    border-left: 1px solid rgba(120, 130, 140, .13) !important;
    border-right: 0 !important;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    float: right;
}

.btn-group > .btn:first-child {
    margin-left: auto !important;
    margin-right: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.lang-label {
    float: left !important;
}

.table .ui-check {
    padding: 0;
}

.ui-check {
    padding-right: 20px;
    padding-left: 0px;
}

.radio label, .checkbox label {
    padding-right: 0rem;
    padding-left: 1.25rem;
}

@media (min-width: 544px) {
    .offset-sm-2 {
        margin-left: auto !important;
        margin-right: 16.666667%;
    }
}

.nav-active-border.left .nav-link:before {
    left: auto !important;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: transparent;
    right: 0 !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: center ;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-left: 30px;
    padding-right: 10px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    left: 1em !important;
    right: auto !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: auto !important;
    left: 0.5em !important;
}


.dataTables_length {
    text-align: left !important;
}

div.dataTables_wrapper div.dataTables_info {
    direction: rtl !important;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-right-width: 0px !important;
    border-left-width: 1px !important;
}

@media (max-width: 768px) {
    .modal .left {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .8, .25, 1);
        -moz-transition: -moz-transform .4s cubic-bezier(.25, .8, .25, 1);
        -o-transition: -o-transform .4s cubic-bezier(.25, .8, .25, 1);
        transition: transform .4s cubic-bezier(.25, .8, .25, 1)
    }

    .app-aside.folded.md:not(.hide) ~ .app-content {
        margin-right: 0 !important;
    }
}

.modal > .left {
    right: 0 !important;
    left: calc(100% - 304px) !important;
}

.b-l-2x {
    border-right-width: 2px !important;
    border-left-width: 0px !important;
}

.b-l {
    border-right: 1px solid rgba(120, 130, 140, .2);
    border-left: none;
}

.ui-check {
    padding: 0px;
}

.bootstrap-datetimepicker-widget table th.prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bootstrap-datetimepicker-widget table th.next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.table-striped > tbody > tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.085) ;
    background-clip: padding-box ;
}

.table-striped > thead > th {
    background-color: rgba(0, 0, 0, 0.985) ;
    border-right: 1px solid rgba(120, 130, 140, 0.245) ;
    
}

.table-striped > thead > th:last-child {
    border-right: none;
}
.dataTables_info{
    text-align: center
}

.table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family:'smart4dsTitles','Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131;
}
.table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;

}






/* new  */
/* table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
  }
  table.dataTable td,
  table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  table.dataTable td.dataTables_empty,
  table.dataTable th.dataTables_empty {
    text-align: center;
  }
  table.dataTable.nowrap th,
  table.dataTable.nowrap td {
    white-space: nowrap;
  }
  
  div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
  }
  div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
  } */
  div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
  }
  /* div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
  } */
  /* div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
  } */
  /* div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
  }
  div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
  } */
  /* div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
  }
  div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
  } */
  
  /* table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
  table.dataTable thead > tr > td.sorting_asc,
  table.dataTable thead > tr > td.sorting_desc,
  table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
  } */
  /* table.dataTable thead > tr > th:active,
  table.dataTable thead > tr > td:active {
    outline: none;
  } */
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting_asc_disabled,
  table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
  }
  table.dataTable thead .sorting:after,
  table.dataTable thead .sorting_asc:after,
  table.dataTable thead .sorting_desc:after,
  table.dataTable thead .sorting_asc_disabled:after,
  table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'smart4dsTitles','Glyphicons Halflings';
    opacity: 0.5;
  }
  table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
    /* sort */
  }
  table.dataTable thead .sorting_asc:after {
    content: "\e155";
    /* sort-by-attributes */
  }
  table.dataTable thead .sorting_desc:after {
    content: "\e156";
    /* sort-by-attributes-alt */
  }
  table.dataTable thead .sorting_asc_disabled:after,
  table.dataTable thead .sorting_desc_disabled:after {
    color: #eee;
  }
  
  div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
  }
  
  div.dataTables_scrollBody > table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;

  }
  div.dataTables_scrollBody > table > thead .sorting:after,
  div.dataTables_scrollBody > table > thead .sorting_asc:after,
  div.dataTables_scrollBody > table > thead .sorting_desc:after {
    display: none;
  }
  div.dataTables_scrollBody > table > tbody > tr:first-child > th,
  div.dataTables_scrollBody > table > tbody > tr:first-child > td {
    border-top: none;
  }
  
  div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
  }
  div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none;
  }
  
  @media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
      text-align: center;
    }
  }
  table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px;
  }
  table.dataTable.table-condensed .sorting:after,
  table.dataTable.table-condensed .sorting_asc:after,
  table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px;
  }
  
  table.table-bordered.dataTable th,
  table.table-bordered.dataTable td {
    border-left-width: 0;
  }
  table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
  table.table-bordered.dataTable td:last-child,
  table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
  }
  table.table-bordered.dataTable tbody th,
  table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
  }
  
  div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
  }
  
  div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-right: 0;
  }
  



@media (max-width: 767px) {
    #login_box{
       width: 100%;

    }
}

@media (max-width: 543px) {
    #login_box{
       width:   100%;
       /* margin: 0 !important;
       padding: 0 !important; */
    }
}
/* @media (max-width: 543px) {
    .app-header{
       height:   20px !important;
    }
}

@media (max-width: 767px) {
    .navbar{

     }
} */


.payment-method-item .payment-method-header{
    display: flex;
    flex-wrap: wrap;
}
.payment-method-item .payment-method-header .thumb .profilePicPreview {
    width: 210px;
    height: 210px;
    display: block;
    border: 3px solid #f1f1f1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-size: cover;
    background-position: center
}

.payment-method-item .payment-method-header .thumb .profilePicUpload {
    font-size: 0;
    opacity: 0;
    width: 0;
}

.payment-method-item .payment-method-header .thumb .avatar-edit label {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    border: 2px solid #fff;
    font-size: 18px;
    cursor: pointer;
}

.payment-method-item .payment-method-header .thumb {
    width: 220px;
    position: relative;
    margin-bottom: 30px;
}

.payment-method-item .payment-method-header .thumb .avatar-edit {
    position: absolute;
    bottom: -15px;
    right: 0;
}

.payment-method-item.child--item .payment-method-header .thumb {
    width: 145px;
}

.payment-method-item .payment-method-header .content {
    width: calc(100% - 220px);
    padding-left: 20px;
}

.payment-method-item .payment-method-header .content .input-group select {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px 0 0 5px !important;
}

.payment-method-item .payment-method-header .content p {
    font-size: 20px;
    margin-top: 15px;
}

.payment-method-item {
    padding: 50px 0;
    border-bottom: 2px solid #e5e5e5
}

.payment-method-item:first-child {
    padding-top: 0
}

.payment-method-item:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.payment-method-item.child--item .payment-method-header .thumb .profilePicPreview {
    width: 140px;
    height: 140px
}

.payment-method-item.child--item .payment-method-header .thumb .avatar-edit label {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    border: 2px solid #fff;
    font-size: 14px
}



@media (max-width: 1199px) {
    .payment-method-header .content .title {
        margin-bottom: 20px
    }

    .payment-method-header .content > .d-flex {
        flex-direction: column !important
    }

    .payment-method-header .content .input-group {
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {
    .payment-method-item .payment-method-header .content {
        width: 100%;
        padding-left: 0;
    }

    .payment-method-item .payment-method-header .content p {
        font-size: 16px
    }

}

@media (max-width: 575px) {

    .navbar-nav #userProfileDropdown + .dropdown-menu {
        right: 0 !important
    }

    .payment-method-item .payment-method-header .content > .d-flex {
        flex-direction: column
    }

    .payment-method-item .payment-method-header .content > .d-flex .input-group {
        order: -1;
        justify-content: flex-start !important;
        margin-bottom: 20px
    }

    .payment-method-item .payment-method-header .content > .d-flex .remove-btn {
        order: -1;
        margin-bottom: 15px
    }
}

@media (max-width: 340px) {
    .payment-method-item .payment-method-header .content .input-group select {
        padding-left: 6px;
        padding-right: 6px;
    }

    .payment-method-item .payment-method-header .thumb,
    .payment-method-item .payment-method-header .thumb .profilePicPreview {
        width: 100%;
    }
}

.payment-method-item .payment-method-header .content .input-group select {
    border: 1px solid #ced4da;
}


.badge {
    font-size: 0.75rem !important;
    font-weight: 300;
}
.badge-dot i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
}

.badge--pending,
.badge--warning,
.badge--success,
.badge--primary,
.badge--danger,
.badge--dark {
    border-radius: 999px;
    padding: 2px 15px;
    position: relative;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.badge--warning {
    background-color: rgba(255, 159, 67, 0.1);
    border: 1px solid #ff9f43;
    color: #ff9f43;
}

.badge--success {
    background-color: rgba(40, 199, 111, 0.1);
    border: 1px solid #28c76f;
    color: #28c76f;
}

.badge--danger {
    background-color: rgba(234, 84, 85, 0.1);
    border: 1px solid #ea5455;
    color: #ea5455;
}

.badge--primary {
    background-color: rgba(115, 103, 240, 0.1);
    border: 1px solid #4634ff;
    color: #4634ff;
}

.badge--dark {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #000000;
    color: #000000;
}


/* ======================================= */
.pagination .page-item.active,
.pagination > .active > a,
.pagination > .active > span,
.pager .page-item.active,
.pager > .active > a,
.pager > .active > span {
    color: white !important;
    background-color:var(--app-primary-color) !important;
    border-color:var(--app-primary-color) !important;
}

.nav-stacked .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87);
    background-color:var(--app-primary-color);
}
.nav-active-success .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: var(--app-primary-color) !important;
}


.pace .pace-progress {
    background: var(--app-primary-color);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: var(--app-primary-color);
    border-left-color: var(--app-primary-color);
    border-radius: 10px;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
    -moz-animation: loading-bar-spinner 400ms linear infinite;
    -ms-animation: loading-bar-spinner 400ms linear infinite;
    -o-animation: loading-bar-spinner 400ms linear infinite;
    animation: loading-bar-spinner 400ms linear infinite;
}

.nav-stacked .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87);
    background-color: var(--app-primary-color);
}

.nav-active-primary .nav-link.active,
.nav-active-primary .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: var(--app-primary-color) !important;
}


.ui-icon.primary:after {
    background-color: var(--app-primary-color);
}


.primary {
    color: rgba(255, 255, 255, 0.87);
    background-color: var(--app-primary-color);
}

.primary .lt {
    background-color: #0dceb5;
}

.primary .dk {
    background-color: #0bb69f;
}

.primary .bg {
    background-color: var(--app-primary-color);
}


.b-primary {
    border-color: var(--app-primary-color);
}

.b-t-primary {
    border-top-color: var(--app-primary-color);
}

.b-r-#e7f9f7 {
    border-right-color: var(--app-primary-color);
}

.b-b-primary {
    border-bottom-color: var(--app-primary-color);
}

.b-l-primary {
    border-left-color: var(--app-primary-color);
}


.text-primary,
.text-primary-hover a:hover {
    color: var(--app-primary-color) !important;
}


.md-input:focus,
.md-input.focus {
    border-color: var(--app-primary-color);
    border-bottom-width: 2px;
    padding-bottom: 1px;
}

.md-input:focus ~ label,
.md-input.focus ~ label {
    color: var(--app-primary-color);
    opacity: 1;
    top: 0 !important;
    font-size: 0.85em !important;
}



.nav-active-success .nav-link.active,
.nav-active-success .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    /* background-color: #6cc788 !important; */
    background-color: var(--app-primary-color) !important;
}


.success {
    color: rgba(255, 255, 255, 0.87);
    background-color: #6cc788;
}

.success .lt {
    background-color: #75cb8f;
}

.success .dk {
    background-color: #63c381;
}

.success .bg {
    background-color: #6cc788;
}


.b-success {
    border-color: #6cc788;
}

.b-t-success {
    border-top-color: #6cc788;
}

.b-r-#f0f9f3 {
    border-right-color: #6cc788;
}

.b-b-success {
    border-bottom-color: #6cc788;
}

.b-l-success {
    border-left-color: #6cc788;
}



.text-success,
.text-success-hover a:hover {
    color: #6cc788 !important;
}


.table-switch {
    min-width: 200px;
}

.switch-toggles {
    position: relative;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.toggle-container .switch-toggles::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 35px;
    background: #d9534f;
    -webkit-box-shadow: 0 5px 5px 0px rgba(234, 84, 85, 0.75);
    box-shadow: 0 5px 5px 0px rgba(234, 84, 85, 0.75);
    right: -1px;
    top: 0;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}

.toggle-container .switch-toggles .switch {
    position: relative;
    width: 50%;
    line-height: 35px;
    float: left;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    font-weight: 600;
    border-radius: 5px;
    color:
        #6e768e;
    margin-bottom: 0;
}

.toggle-container .switch-toggles .switch:nth-child(odd) {
    color: #ffffff;
}

.toggle-container .switch-toggles.active::after {
    background: var(--app-primary-color);
    /* #5a5278; */
    -webkit-box-shadow: 0 5px 5px 0px rgba(90, 82, 120, 0.75);
    box-shadow: 0 5px 5px 0px rgba(90, 82, 120, 0.75);
    right: 50%;
    border-radius: 5px 0 0 5px;
}

.toggle-container .switch-toggles.active .switch {
    color: #6e768e;
}

.toggle-container .switch-toggles.active .switch:nth-child(even) {
    color: #ffffff;
}

.duplicate-row {
    background-color: #d32f2f !important;
    /* #ffebee !important; */
}

.duplicate-row td {
    color: #ffffff;
    /* #d32f2f !important; */
    font-weight: bold;
}

.center-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1rem;
}