   @font-face {
       font-family: 'MagistralC';
       font-style: normal;
       font-weight: normal;
       src: local('MagistralC'), url('../Font/MagistralC.woff') format('woff');
   }

   @font-face {
       font-family: 'MagistralC Bold';
       font-style: normal;
       font-weight: normal;
       src: local('MagistralC Bold'), url('../Font/MagistralC-Bold.woff') format('woff');
   }

   @font-face {
       font-family: 'century_gothicbold';
       src: url('../Font/century_gothic_bold-webfont.woff2') format('woff2'),
           url('../Font/century_gothic_bold-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;
   }

   @font-face {
       font-family: 'century_gothicregular';
       src: url('../Font/century_gothic-webfont.woff2') format('woff2'),
           url('../Font/century_gothic-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }

   body {
       font-family: 'century_gothicregular';
       font-size: 14px;
       color: #000;
   }

   .mini-heading {
       font-size: 14px;
       font-family: 'century_gothicbold';
   }

   h6 {
       font-size: 16px;
       font-family: 'century_gothicbold';
   }

   h5 {
       font-size: 18px;
       font-family: 'century_gothicbold';
   }

   h4 {
       font-size: 24px;
       font-family: 'century_gothicbold';
   }

   h3 {
       font-size: 28px;
       font-family: 'century_gothicbold';
   }

   h1 {
       font-size: 36px;
       font-family: 'century_gothicbold';
   }

   /* .form-check {
       padding-left: 30px;
   } */
/* 
   .form-check .form-check-input {
       margin-left: -30px;
   } */

   .form-check-input {
       width: 20px;
       height: 20px;
       border-color: #5B6569;
       margin-top: 0;
       margin-right: 5px;
   }

   .form-check-input:checked {
       background-color: var(--redtheme);
       border-color: var(--redtheme);
   }

   .form-check-input:checked[type="radio"] {
       background: url(../images/dot.svg) center center no-repeat;
   }

   .form-check-input[type="radio"] {
       border-radius: .25em;
   }

   :root {
       --redtheme: #9C1B1F
   }

   .btn-primary {
       border-color: var(--redtheme);
       background-color: var(--redtheme);
       border-radius: 7px;
       font-family: 'century_gothicbold';
       text-transform: uppercase;
       font-size: 14px;
   }

   .btn-primary.btn-sm {
       border-radius: 0.25rem;
       font-size: 13px;
       letter-spacing: .5px;
   }

   .btn-outline-primary {
       border-color: var(--redtheme);
       border-radius: 7px;
       color: var(--redtheme);
       font-family: 'century_gothicbold';
       text-transform: uppercase;
       font-size: 14px;
   }

   .btn-outline-secondary {
       text-transform: uppercase;
       font-size: 14px;
       font-family: 'century_gothicbold';
   }

   .btn-outline-primary:hover {
       background-color: var(--redtheme);
       border-color: var(--redtheme);
   }

   .btn-primary:hover,
   .btn-primary:active {
       border-color: var(--redtheme) !important;
       background-color: var(--redtheme) !important;
   }

   .dropdown-item.active,
   .dropdown-item:active {
       background-color: var(--redtheme);
   }

   .loginbtn {
       border-radius: 6px;
       line-height: 33px;
       font-size: 16px;
       background: #fff;
       padding: 0 30px;
       color: #000;
       text-decoration: none;
   }

   .btn-lg {
       height: 48px;
       font-size: 15px;
       --bs-btn-padding-y: 0.70rem;
       line-height:25px;
   }

   header {
       background: var(--redtheme);
       padding: 12px 0;
   }

   .form-label,
   .form-check-label {
       color: #5B6569;
       font-family: 'century_gothicbold';

   }

   .form-control,
   .form-select {
       border-radius: 7px;
       border-color: #6F7C81;
       font-size: 14px;
   }

   footer {
       background: #fff;
       color: #000;
       padding: 10px;
       text-align: center;
       display: flex;
       align-items: center;
       min-height: 70px;
       justify-content: center;

       font-size: 16px;
   }

   .login-section {
       background: url(../images/login-img-full.png) center center no-repeat;
       background-size: cover;
       display: flex;
       min-height: 100vh;
       padding: 40px;
   }

   .login-container {
       max-width: 390px;
       width: 100%;
       margin: auto;
       font-size: 14px;
   }

   .login-logo {
       text-align: center;
       margin-bottom: 30px;
   }

   .login-container h3 {
       margin-bottom: 30px;
       color: #fff;
   }

   label.lt-rt-heading {
       display: flex;
       justify-content: space-between;
       color: #fff;
   }

   .lt-rt-heading a {
       color: var(--redtheme);
   }

   .login-container input {
       border: 0;
   }

   .login-container .form-control {
       padding: .675rem .75rem;
       height: 47px;
   }

   .login-img {
       background: url(../images/login-img.png) center center no-repeat;
       background-size: cover;
   }

   .login-btn {
       line-height: 33px;
   }

   .navbar.top-menu .nav-link {
       color: #fff;
       font-size: 16px;
       font-family: 'century_gothicbold';
   }

   .navbar.top-menu .nav-link.active {
       color: #FF9211;
   }

   .navbar-dropdown {
       margin-left: 10px;
       border: 0px;
   }

   .navbar-dropdown .dropdown-item {
       font-size: 14px;
   }

   .navbar-dropdown .dropdown-item img {
       margin-right: 10px;
   }

   .navbar-dropdown .dropdown-menu li:not(:last-child) {
       margin-bottom: 10px;
   }

   .navbar-dropdown .dropdown-menu {
       border: 0;
       box-shadow: 0 0 6px rgba(0, 0, 0, .4);
   }

   .navbar>.container-fluid {
       justify-content: normal !important;
   }

   .navbar>.container-fluid .navbar-toggler {
       margin-left: auto;
   }

   .navbar-toggler {
       border-color: #fff;
   }

   .navbar-toggler-icon {
       background-image: url(../images/menubar.svg) !important;
       background-repeat: no-repeat;
       background-size: 21px;
   }

   .navbar-toggler:focus {
       box-shadow: none;
       outline: 0;
   }

   .navbar .nav-item.dropdown>.dropdown-menu .dropdown-item {
       text-transform: uppercase;
       font-size: 13px;
       padding: 10px 15px;
       letter-spacing: .5px;
   }

   .navbar .nav-item.dropdown>.dropdown-menu li:not(:last-child) {
       border-bottom: solid 1px #ddd;
   }

   .heading-bg {
       background: var(--redtheme);
       display: flex;
       align-items: center;
       justify-content: space-between;
       padding: 5px 10px
   }

   .heading-bg h6 {
       font-size: 15px;
       color: #fff;
       margin: 0;
   }

   .dashboad-table {
       font-size: 14px;
       font-family: 'century_gothicbold';
   }

   .dashboad-table thead th {
       color: var(--redtheme);
       font-weight: normal;
   }

   .table.table-spacing {
       border-collapse: inherit;
   }

   .table-spacing th {
       background: var(--redtheme);
       color: #fff;
   }

   .tab-list {
       border-bottom: solid 1px #5B6569;
   }

   .tab-list li:first-child {
       margin-left: 0;
   }

   .tab-list li:first-child a {
       padding-left: 0;
   }

   .tab-list li {
       margin: 0 20px;
       font-size: 16px;
   }

   .tab-list li a {
       text-decoration: none;
       display: inline-block;
       padding: 5px;
       color: #000;
       font-family: 'century_gothicbold';
   }

   .tab-list li a.active {
       color: var(--redtheme);
   }

   .bdr-btm-heading {
       border-bottom: solid 1px #5B6569;
       font-size: 14px;
       font-family: 'century_gothicbold';
       padding-bottom: 5px;
       display: flex;
       align-items: center;
       margin-bottom: 15px;
   }

   .bdr-btm-heading a {
       color: #5B6569;
       text-decoration: none;
   }

   .bdr-btm-heading a:hover {
       color: var(--redtheme);
   }

   .bdr-btm-heading a:not(:last-of-type) {
       margin-right: 30px;
   }

   .uploadphoto_input {
       cursor: pointer;
   }

   .uploadphoto_input input {
       position: absolute;
       visibility: hidden;
       width: 0;
   }
    .uploadphoto_input img.gallery-pic-main {
        width:120px;
        height:120px;
        border-radius:50%
    }

    .circle-btn {
        display: inline-block;
        width: 30px;
        line-height: 27px;
        font-size: 23px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        background: var(--redtheme);
        border-radius: 50px;
        height: 30px;
    }

   .input-both-cat-value {
       display: flex;
   }

   .input-both-cat-value input.input-cat {
       flex: 0 0 80px;
       width: 80px;
       margin-right: 10px;
   }

   .input-both-cat-value input.input-cat-value {
       flex: 0 0 220px;
       width: 220px;
   }

   .mt-eql-input {
       margin-top: 29px;
   }

   .congratulation-msg {
       text-align: center;
       padding: 100px 0;
       font-family: 'century_gothicbold';
   }

   .plan-add-info {
       /* border-radius: 18px;
       background: rgba(150, 150, 150, .25);
       padding: 15px 20px;
       color: #5B6569;
       display: flex;
       align-items: center; */
       border-radius: 18px;
       background: rgba(150, 150, 150, .25);
       padding: 15px 20px;
       color: #5B6569;
   }

   .plan-img-circle {
       width: 76px;
       height: 76px;
       border-radius: 100%;
       border: solid 4px #fff;
       text-align: center;
       background: var(--redtheme);
       margin-right: 20px;
       line-height: 67px;
   }

   .plan-add-title-info {
       flex: 1;
       font-family: 'century_gothicbold';
   }

   .plan-add-title-info span {
       color: var(--redtheme);
       min-width: 130px;
       display: inline-block;
   }

   .exchange-com-logo-row {
       display: flex;
       flex-wrap: wrap;
       margin: 10px 0 20px;
   }

   .exchange-com-logo-row img {
       margin-right: 30px;
   }

   /*--table css--*/
   .table thead th {
       font-family: 'century_gothicbold';
       font-weight: normal;
       text-transform: uppercase;
   }

   .memeber-mail-list li input {
       flex: 1;
   }

   .card-secondary {
       background: #ededed;
       border-radius: 0px;
   }

   .ad-exchange-list {
       margin-bottom: 0;
   }

   .ad-exchange-list li:not(:last-child) {
       border-bottom: solid 2px #c1c1c1;
       margin-bottom: 20px;
   }

   .exchangelist {
       display: flex;
       list-style: none;
       padding: 0px;
       flex-wrap: wrap;
       margin: 15px -10px 20px;
       justify-content: center;
   }

   .exchangelist li {
       border-radius: 18px;
       background: #fff;
       padding: 15px 20px;
       color: #5B6569;
       margin: 0 10px 20px 10px;
       width: 199px;
       text-align: center;
       border: solid 1px #ddd;
   }

   .exchangelist li img {
       margin-bottom: 15px;
       width: 59px;
       height: 59px;
   }

   .exchangelist li h6 {
       font-size: 15px;
       min-height: 36px;
       margin-bottom: 15px;
       text-transform: uppercase;
   }

   .createbot-row {
       display: flex;
       margin-top: 20px;
   }

   .createbot-row label {
       font-family: 'century_gothicbold';
       font-weight: normal;
       font-size: 13px;
       color: #000;
   }

   /*--form grey--*/
   .form-control.form-control-grey {
       background: #5B6569;
       border-color: #5B6569;
       color: #D9D9D9;
       font-family: 'century_gothicregular';
       font-size: 13px;
   }

   .form-select.form-select-grey {
       background: #5B6569;
       border-color: #5B6569;
       color: #D9D9D9;
       font-family: 'century_gothicregular';
       font-size: 13px;
   }

   .form-control.form-control-grey::placeholder {
       /* Chrome, Firefox, Opera, Safari 10.1+ */
       color: #D9D9D9;
       opacity: .7;
       /* Firefox */
   }

   /*--form grey--*/

   .createbot-row .form-control.form-control-grey,
   .createbot-row .form-select.form-select-grey {
       width: 148px;
       padding-right: 1.25rem;
   }

   .grey-bg-input-holder {
       background: #5B6569;
       border-radius: 7px;
       padding: 5px;
       width: 180px;
   }

   .grey-bg-input-holder h6 {
       font-size: 13px;
       margin: 0;
       color: #fff;
   }

   .grey-bg-input-holder ul.per_list {
       display: flex;
       justify-content: center;
       margin: 5px 0 0;
       padding: 5px;
   }

   .grey-bg-input-holder ul.per_list li {
       flex: 1;
       color: #fff;
       text-align: center;
       font-size: 12px;
       cursor: pointer;
   }

   .form-select.form-select-grey {
       --bs-form-select-bg-img: url(../images/grey_arrow.svg);
       background-image: var(--bs-form-select-bg-img);
       background-repeat: no-repeat;
       background-position: right;
   }

   /*--custom-drop-select--*/
   .custom-drop-select {
       background: #5B6569;
       padding: 7px;
       color: #D9D9D9;
       border-radius: 7px;
       width: 160px;
       position: relative;
       font-size: 13px;
       font-family: 'century_gothicregular';
   }

    .custom-drop-select.drop-select-member {
        width: 145px !important;
    }
   /* .custom-drop-select:after{
   background:url(../images/grey_arrow.svg) 0 0 no-repeat;
   content: "";
   position: absolute;
   right: 8px;
   width: 15px;
   height: 15px;
   top: 11px;
 } */
   .custom-drop-select .dp_list {
       display: none;
       position: absolute;
       padding: 7px;
       margin: 0;
       top: 100%;
       width: 100%;
       border-radius: 7px;
       background: #5B6569;
       list-style: none;
       left: 0;
   }

   .dp_selected_opt {
       margin: 0;
       justify-content: space-between;
       display: flex;
       align-items: center;
   }

   .dp_selected_opt .dp_list_col h6 {
       font-family: 'century_gothicregular';
   }

   .dp_list_col {
       display: flex;
       font-size: 13px;
       justify-content: space-between;
       align-items: center;
       width: 100%;

   }

   .dp_list_col h6 {
       font-weight: normal;
       font-size: 13px;
       margin: 0;
       line-height:20px
   }

   .dp_list_opt {
       padding: 5px 0;
       cursor: pointer;
       font-family: 'century_gothicbold';
       color: #fff;
   }

   .dp_list_opt:hover {
       color: #FF9211;
   }

   .dp_list_opt:not(:last-child) {
       border-bottom: solid 1px rgba(245, 245, 245, .5);
   }

   .dp_list li>ul {
       display: none;
       position: absolute;
       list-style: none;
       margin: 0;
       right: -100%;
       background: #6F7C81;
       border-radius: 7px;
       color: #fff;
       font-family: 'century_gothicregular';
       padding: 5px;
       top: 0;
       font-size: 12px;
       width: 200px;
       transform: translateX(46px);
   }

   .dp_list li:hover>ul {
       display: block;
   }

   .dp_list li>ul li {
       display: flex;
       padding: 5px;
       align-items: center;
   }

   .dp_list li>ul li:not(:last-child) {
       border-bottom: solid 1px rgba(245, 245, 245, .5);
   }

   .dp_list li>ul li h6 {
       font-size: 12px;
       margin: 0px;
   }

   /*--custom-drop-select--*/
   .text-link {
       color: var(--redtheme);
   }

   #bot-summary-content h6 {
       font-family: 'century_gothicbold';
       text-transform: uppercase;
       border-bottom: solid 1px #ccc;
       padding-bottom: 10px;
       margin-top: 15px;
   }

   .table-dark th {
       background: var(--redtheme);
       color: #fff;
       border-bottom: 0;
   }

   .greentxt_link {
       color: #25C20C;
       text-transform: uppercase;
       text-decoration: none;
       font-family: 'century_gothicbold';
   }

   .verified-label {
       background: #41BE75;
       border-radius: 30px;
       display: inline-block;
       padding: 5px 15px;
       line-height: 1;
       color: #fff;
   }

   .pending-label {
       background: #F99118;
       border-radius: 30px;
       display: inline-block;
       padding: 5px 15px;
       line-height: 1;
       color: #fff;
   }

.cancel-label {
    background: #ccc;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 15px;
    line-height: 1;
    color: #fff;
}

   .decline-label {
       background: #EE3A4F;
       border-radius: 30px;
       display: inline-block;
       padding: 5px 15px;
       line-height: 1;
       color: #fff;
   }

   .verified-label,
   .pending-label,
   .decline-label {
       min-width: 100px;
       text-align: center;
   }

   .userpic>img {
       width: 110px;
       height: 110px;
   }

   .info-lable-det {
       font-size: 16px;
       margin-bottom: 20px;
       word-break:break-all;
   }

   .info-lable-det .info-heading {
       display: block;
       text-transform: uppercase;
       color: #5B6569;
       font-size: 13px;
       margin-bottom: 5px;
   }

   .red-txt {
       color: #EE3A4F;
   }

   .img-35 {
       width: 35px;
       height: 35px;
   }

   .seleted-doc-row {
       display: flex;
   }

   .doc-verf-wrapper {
       display: flex;
       flex-wrap: wrap;
   }

   .seleted-doc-item {
       margin-right: 10px;
   }

   .expand_btn {
       width: 22px;
       height: 22px;
       border: 0;
       border-radius: 100%;
       background: url(../images/downarrow.png) center center #9C1B1F;
       background-repeat: no-repeat;
       vertical-align: top;
       display: inline-block;
   }

   .filter-row {
       display: flex;
       flex-wrap: wrap;
       align-items: center;
   }

   .filter-row>div {
       margin-right: 10px;
   }

   .pagination {
       justify-content: flex-end;
   }

   .pagination .page-link {
       color: var(--redtheme);
   }

   .pagination .page-link:focus {
       box-shadow: none;
       outline: none;
   }

   .pagination .page-item.active .page-link {
       background: var(--redtheme);
       border-color: var(--redtheme);
       color: #fff;
   }

   .table .table {
       font-size: 13px;
   }

   .table tfoot {
       color: #fff;
       background: var(--redtheme);
       font-family: 'century_gothicbold';
   }

   .input-type-div {
       display: flex;
       align-items: center;
       justify-content: space-between;
       background: #fff;
       padding: 10px;
       height: 39px;
       border-radius: 7px;
       margin-bottom: 9px;
       font-family: 'century_gothicbold';
   }

   .percent_value {
       background: var(--redtheme);
       text-align: center;
       color: #fff;
       border-radius: 8px;
       padding: 20px 30px;
       display: inline-block;
       font-size: 18px;
       font-family: 'century_gothicbold';
       min-width: 150px;
   }

   thead .form-check-input {
       border-color: #fff;
   }

   thead .form-check-input:checked {
       border-color: #fff;
   }

   a.table-txt-link {
       color: var(--redtheme);
   }

   .ext-plan-scroll {
       max-height: 160px;
       overflow: auto;
       scrollbar-width: thin;
   }

   .ext-plan-scroll::-webkit-scrollbar {
       width: 7px;
   }

   .ext-plan-scroll::-webkit-scrollbar-track {
       background: #f2f2f2;
   }

   .ext-plan-scroll::-webkit-scrollbar-thumb {
       background-color: rgba(155, 155, 155, 0.5);
       border-radius: 20px;
       border: transparent;
   }

   .accordion h6 {
       position: relative;
   }

   .accordion h6:after {
       content: "";
       display: block;
       border: solid 1px transparent;
       width: 10px;
       height: 10px;
       border-right-color: #000;
       border-bottom-color: #000;
       position: absolute;
       right: 6px;
       top: 8px;
       transform: rotate(-135deg);
   }

   .accordion h6.collapsed:after {
       transform: rotate(45deg);
       top: 2px;
   }

   /* :root {
    --redtheme: #9C1B1F;
    --tooltip-color:#9C1B1F;
}

.tooltip-inner{
    background-color:var(--redtheme);
    z-index: 1;
} */
   [data-bs-toggle] {
       cursor: pointer;
   }

   .trading-accrodian .accordion-header {
       margin-bottom: 10px;
   }

   .trading-accrodian .accordion-header button {
       background: none;
       color: #000;
       padding: 10px;
       font-family: 'century_gothicbold';
       box-shadow: none;
       border-bottom: solid 1px #000;
   }

   .trading-accrodian .accordion-body {
       padding: 10px;
       font-family: 'century_gothicbold';
   }

   .trading-accrodian .accordion-body h5 {
       color: var(--redtheme);
       font-size: 14px;
       text-transform: uppercase;
   }

   .trading-accrodian .accordion-body table thead {

       border-bottom: solid 1px #000;
       border-top: solid 1px #000;
   }

   .trading-accrodian .accordion-body table tbody td:nth-of-type(1) {
       color: var(--redtheme);
   }

   .trading-accrodian .accordion-body table thead th,
   .trading-accrodian .accordion-body table thead td {
       padding: 5px;
   }

   .trading-tbl-value {
       position: relative;
       top: 1px;
   }

   .trading-accrodian .accordion-item:last-of-type .accordion-button.collapsed {
       border-radius: 0;
   }

   .trading-accrodian .accordion-button:not(.collapsed)::after {
       background-image: none;
       border-style: solid;
       border-width: 0 1px 1px 0;
       border-color: #000;
       transform: rotate(-135deg);
       width: 12px;
       height: 12px;
       margin-right: 5px;
       margin-top: 7px
   }

   .list-half-col {
       padding: 0px;
       list-style: none;
       margin: 0;
       text-align: center;
   }

   .list-half-col li {
       display: inline-block;
       width: 46.7%;
       padding: 10px;
       text-align: center;
       border: solid 1px #dfdfdf;
       margin: 5px;
       font-family: 'century_gothicbold';
   }

   .table-fnt-bold{
       font-size: 14px;
       font-family: 'century_gothicbold';
   }
   .accordion-item .heading-bg{
    color: #fff;
    padding:10px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'century_gothicbold';
   }

 .table tfoot.light-ft{
background: #F0f0f0;
color: #000;
border-top: solid 2px #ccc;
   }
.lt-accordian-btn{
    padding:8px;
    border-bottom: solid 1px #ccc;
    
}
/* .lt-accordian-btn:not(.collapsed){
    border-top: solid 1px #ccc;
} */
.accordion h6.lt-accordian-btn.collapsed::after {
    transform: rotate(45deg);
    top: 10px;
  }
.accordion h6.lt-accordian-btn::after{
top: 17px;
}
.fw-boldtype{
    font-weight: normal;
    font-family: 'century_gothicbold';
}

.fw-bold {
    font-weight: 700 !important;
}

.payment-mode-info {
    border-radius: 18px;
    background: #fff;
    padding: 15px 20px;
    color: #5B6569;
    /*text-align: center;*/
    border: solid 1px #ddd;
    margin-bottom: 16px;
}

.payment-mode-info h6 {
    margin-bottom: 10px;
    color: #000
}

.payment-mode-info p {
    margin-bottom: 5px
}


.fixed-amt-input{
    width:71px;
    border: solid 1px #ccc;
}
.fixed-amt-input:disabled{
    background: #eee;
    opacity: .5;
}
.createbot-row .input-type-div{
    height: 35px;
    padding: 5px 8px;
    font-family: 'century_gothicregular'; 
    font-size: 13px;
}
.createbot-row .grey-bg-input-holder h6{
    font-family: 'century_gothicregular'; 
}

.plan-surcharge-list {
    margin: 0px;
    padding: 0px
}

.plan-surcharge-list li {
    margin-bottom: 5px;
    display: flex
}

.plan-surcharge-list li .heading {
    flex: 0 0 50%
}


.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #c73135;
    border-color: #c73135;
    box-shadow: none !important;
    border: none
}

.headingTop {
    font-weight: bold
}

.inputBlog .form-label {
    font-weight: normal;
    font-family: 'century_gothicregular' !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #a4a7a8;
    border-color: #a4a7a8;
}


/*--12-10--*/
.tag-holder{
    border-radius: 7px;
  border:solid 1px #6F7C81;
  font-size: 14px;
  padding: 15px;
  min-height: 100px;
}
.cummunication-tag-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cummunication-tag-list li{
    display: inline-block;
    margin: 0 5px 5px 0;
}
.com-tag-content{
border:solid 1px var(--redtheme);
padding: 5px 10px;
color: var(--redtheme);
border-radius: 30px;
font-size: 14px;
}
/*--12-10--*/


/*-label-input-type---*/
.label-input-type{
    background: #eaeaea;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.label-input-type p{
    margin: 0;
}
.label-input-type label{
    font-family: 'century_gothicbold';  
    margin-bottom: 3px;
}
/*-label-input-type---*/
.notification-tp-menu {
    position: relative;
}
.notification-tp-menu .dropdown-menu{
width: 320px;
font-size: 14px;
}
.notification-tp-menu .dropdown-menu li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5B6569;
    display: block;
    padding: 5px 10px 5px 30px;
    text-decoration: navajowhite;
}
.notification-count {
    position: absolute;
    top: -7px;
    right: -5px;
    background: #FFE9EA;
    border-radius: 3px;
    font-size: 13px;
    padding: 5px 8px;
    line-height: 1;
    color: #9c1b1f;
}
.notification-tp-menu .dropdown-menu li a:hover{
    color: #000;
}
.notification-tp-menu .dropdown-menu li {
    background: url(../images/checklist-icon.svg) 5px 6px no-repeat;
}

/*--multiple select--*/
.modal .multiselect-dropdown{
    width: 100%!important;
    border-color: #6F7C81;
  padding: 4px 10px;
  background-image:none;
}
.modal .placeholder{
    background: inherit;
}
.modal .multiselect-dropdown span.placeholder {
    color: #000!important;
}



.multiselect-dropdown span.placeholder {
    color: #000!important;
    background-color: inherit;
    opacity:.8
}
.multiselect-dropdown {
    padding-top:4px!important
}
/*--table list --*/
.table-list {
    list-style: none;
    padding: 0px;
}

    .table-list li .td-row {
        display: flex;
        width: 100%;
        padding: 5px 0;
    }

    .table-list li.collapse-action-row {
        border-bottom: solid 1px #ccc;
    }

    .table-list li.collapse.show {
        border-bottom: solid 1px #ccc;
        background: #f2f2f2;
    }

    .table-list li .td-row .td-col {
        flex: 1;
        padding: 0 5px;
    }

        .table-list li .td-row .td-col:nth-child(2) {
            flex: 0 0 30%;
        }

        .table-list li .td-row .td-col:nth-child(3) {
            flex: 0 0 20%;
        }

        .table-list li .td-row .td-col:last-child {
            flex: 0 0 auto;
            min-width: 30px;
        }

    .table-list li.heading-list-row {
        font-family: 'century_gothicbold';
        border-bottom: solid 1px #000;
    }
/*--table list --*/
.min-h-body {
    min-height:calc(100vh - 270px);
}
.infoimg {
    width: 16px;
    display: inline-block;
}
.sup{
    color:red;
}
/*-- 27-11-23 --*/
.circle-list {
    list-style:none;
    padding:0;
    margin:0px;
    display:flex;
    flex-wrap:wrap;

}
.circle-list li {
 margin-bottom:8px;
 flex:0 0 50%;
 padding:0 5px;
 display:flex;
 align-items:center;
}
    .circle-list li a {
        text-decoration:none;
        color:#666
    }
    .circle-list li span.circle-icon {
        display: inline-block;
        border-radius: 20px;
        height:15px;
        width: 15px;
        background: var(--redtheme);
        margin-right:6px
    }
.circle-list li.pending-circle span.circle-icon {
    background: #F99118;
}
    .circle-list li.cancel-circle span.circle-icon {
        background: #ccc;
    }
.circle-list li.decline-circle span.circle-icon {
    background: #EE3A4F;
}
.circle-list li.verified-circle span.circle-icon {
    background: #41BE75;
}


/*--accordian-h-border--*/
.accordian-h-border h6 {
    padding: 8px;
    border-bottom: solid 1px #ccc;
}

    .accordian-h-border h6.collapsed::after {
        top: 10px;
    }

    .accordian-h-border h6:not(.collapsed) {
        border: 0;
    }

    .accordian-h-border h6::after {
        top: 15px;
    }

.grand-ttl-value p {
    margin: 0px;
    font-size: 18px;
    font-family: 'century_gothicbold';
    color: #3ca83c;
}

.grand-ttl-value {
    margin-bottom: 10px;
    background: #eee;
    padding: 10px 20px;
    border-radius: 6px;
}

.verified-label-txt {
    color: #41BE75;
}
.pending-label-txt {
    color: #F99118;
}
.decline-label-txt {
    color: #EE3A4F;
}
.swal-footer {
    text-align: center;
}
.member-name {
    text-align: left;
    font-family: 'century_gothicbold';
    position: absolute;
    right: 10px;
    top: 7px;
}

.mem-hash-td-width {
    display: block;
    width: 360px
}


/*--swal new css 12-06-24--*/
.swal-overlay--show-modal .swal-modal {
    border: solid 1px var(--redtheme);
}

    .swal-overlay--show-modal .swal-modal .swal-title {
        font-size: 18px;
        color: #000;
        padding: 20px 20px;
    }

    .swal-overlay--show-modal .swal-modal .swal-footer {
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 20px
    }

    .swal-overlay--show-modal .swal-modal .swal-button {
        border-radius: 6px;
        padding: 8px 15px;
    }

        .swal-overlay--show-modal .swal-modal .swal-button.swal-button--danger {
            background: var(--redtheme)
        }

div:where(.swal2-container).swal2-center > .swal2-popup {
    border: solid 2px var(--redtheme);
    border-radius: 30px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--redtheme) !important;
    padding: 6px 20px;
    font-family: 'century_gothicbold';
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background-color: #fff !important;
    border: solid 1px var(--redtheme) !important;
    padding: 6px 20px;
    color: var(--redtheme) !important;
    font-family: 'century_gothicbold';
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: none !important
}

div:where(.swal2-container) div:where(.swal2-actions) {
    margin-bottom: 10px !important
}

div:where(.swal2-container) .swal2-html-container {
    margin: 30px 1.6em .3em !important;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
    background-color: var(--redtheme) !important;
    color: #fff !important
}
/*--end swal new css 12-06-24--*/

.modal-content {
    border-radius: 30px;
    border: solid 2px var(--redtheme);
    font-size: 16px;
}
.text-theme {
    color: var(--redtheme);
}

.form-control[type=file] {
    min-height: 38px
}

