/*Langs START*/
body:not(.lang-en){
    .cab-banners__item h3{
        font-size: 27px;
    }
    .header-btns .m-btn{
        font-size: 14px;
    }
    .header-lang__btn {
        padding: 13px 13px 13px 10px;
    }
}
.lang-ru{
    .steps-wrap {
        background-image: url("../img/steps-wrap-bg-ru.png");
    }
}
@media screen and (min-width: 1200px){
    .lang-ru{
        .team-title__img_3 {
            right: -18px;
            top: 203px;
        }
        .team-title{
            margin-bottom: 75px;
        }
        .header-btns{
            margin-right: 10px;
        }
        .header-login{
            margin-right: 10px;
        }
        .header-menu__item:not(:last-child){
            margin-right: 50px;
        }
    }
    .lang-en{
        .team-item__text{
            font-size: 25px;
        }
    }
    .lang-de,.lang-es{
        .header-menu__item:not(:last-child){
            margin-right: 9px;
        }
        .header-btns{
            margin-right: 5px;
        }
        .header-btns .m-btn{
            padding-left: 8px;
            padding-right: 8px;
            font-size: 13px;
        }
        .header-login{
            font-size: 13px;
            margin-right: 5px;
        }
    }
}
@media screen and (min-width: 992px){
    .lang-de,.lang-it,.lang-es,.lang-cn{
        .about .cert{
            padding-top: 0;
        }
        .cert .m-text {
            margin-bottom: 40px;
        }
    }
    .lang-it{
        .team {
            background-position: 113% 42%;
        }
        .team-title__img_4 {
            top: 330px;
        }
        .team-item__text{
            font-size: 19px;
        }
    }
    .lang-en{
        .about-video {
            padding-bottom: 290px;
        }
        .about-video:after{
            height: 280px;
        }
        .about .cert{
            padding-top: 0;
        }
        .cert .m-text {
            margin-bottom: 40px;
        }
    }
    .lang-ru{
        .about .m-text p{
            margin-bottom: 0;
        }
        .about .cert{
            padding-top: 10px;
        }
        .team {
            background-position: 113% 42%;
        }
        .team-title__img_4 {
            top: 330px;
        }
        .team-item__text{
            font-size: 19px;
        }
        .about-page__title .m-title:after {
            left: 30px;
            top: -5px;
        }
    }
}
@media screen and (min-width: 768px){
    .lang-de{
        .advantage-item:nth-child(1) {
            margin-bottom: 60px;
        }
        .advantage-item:nth-child(2) {
            margin-bottom: 45px;
        }
        .advantage-item:nth-child(3) {
            margin-bottom: 15px;
        }
    }
    .lang-en{
        .advantage-item{
            margin-bottom: 70px;
        }
        .advantage-item:nth-child(3) {
            margin-bottom: 50px;
        }
    }
    .lang-ru{
        .advantage-item h3{
            margin-bottom: 15px;
        }
        .advantage-scene{
            background-position: 50% -10px;
        }
        .advantage-item{
            margin-bottom: 70px;
        }
        .advantage-item:nth-child(2) {
            margin-bottom: 75px;
        }
        .advantage-item:nth-child(3) {
            margin-bottom: 15px;
        }
        .advantage-scene__line_1 {
            top: 285px;
        }
        .advantage-scene__line_2 {
            top: 558px;
        }
        .advantage-scene__line_3 {
            top: 849px;
        }
    }
}
/*Langs END*/
.cab-banners__item{
    text-decoration: none;
}
.insurance-text {
    color: #B4B3AF !important;
}
.alert{
    text-align: center;
}
.cab-modal{
    position: relative;
}
.guide-step{
    margin-bottom: 50px;
}
.guide-title.align-items-center h3{
    margin-bottom: 15px;
}
.guide-title:not(.align-items-center) h3{
    font-size: 26px;
}
.team-title__img{
    cursor: pointer;
}
.cProc{
    padding: 4px 5px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #E68C00;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    margin-left: 7px;
}
.m-text_pic{
    float: none;
    width: 100%;
    margin: 0;
}

  .well {
    border: 1px solid #ffffff17;
    background-color: #171A24;
    padding: 46px 56px 46px 48px;
    border-radius: 38px;
    width: 100%;
    margin-bottom: 20px;
}
  
  .form-group {
    margin-bottom: 20px;
}
  
  .form-control {
    display: block;
    width: 100%;
    padding: .75rem 1.5rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    color: #ffffff;
    background: #02020229;
    background-clip: padding-box;
    border: 2px solid #ffffff0d;
   
    border-radius: 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
  
.form-control:focus {
    border: 2px solid #ff445c;
    outline: none;
    box-shadow: rgb(242 77 77 / 17%) 0px 10px 36px 0px, rgb(35 143 255 / 0%) 0px 0px 0px 1px;
    outline: 0;
}
  

  
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background: radial-gradient(68.6% 68.6% at 57.8% 96.86%, rgb(255 255 255 / 9%) 0%, rgb(5 9 16 / 0%) 100%), #ffffff05;
    border: 1px solid #ffffff33;
    border-radius: 13px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #1c1d20;
}
    .open > .dropdown-menu {
    display: block;
}
  
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #ebebeb;
    white-space: nowrap;
    text-decoration: none;
}
  
  .dropup, .dropdown {
    position: relative;
}
  
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.nav-pills > li {
    float: left;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav > li {
    position: relative;
    display: block;
}

.pull-right {
    float: right !important;
}
.search {
    width: 250px;
}
  
  .nav-pills {
    margin-bottom: 10px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
  .input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
  
  .input-group-btn {
    position: relative;
    white-space: nowrap;
}
  
  .input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.dropdown-menu > li > a:hover {
    background: #ffffff0d;
    border-radius: 0px;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #ffffff;
    border-spacing: 0px;
    border-collapse: collapse;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 0 0 / 10%);
    --bs-table-accent-bg: rgb(0 0 0 / 2%);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(235 235 236 / 0%);
    --bs-table-accent-bg: rgb(0 0 0 / 2%);
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table>thead {
    vertical-align: bottom;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
.modal.in .modal-dialog {
    transform: none;
}

.fade {
    transition: opacity .45s linear;
}

.modal.in .modal-dialog {
    transform: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: #16173645;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #faf9ff0a;
    background-clip: padding-box;
    border: 2px solid rgb(255 255 255 / 5%);
    border-radius: 0.3rem;
    outline: 0;
    border-radius: 20px;
    backdrop-filter: blur(49px);
}



.theme-light-active .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: #ffffff;
    background-clip: padding-box;
    border: 2px solid rgb(255 255 255 / 5%);
    border-radius: 0.3rem;
    outline: 0;
    border-radius: 20px;
    backdrop-filter: blur(49px);
}



.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e600;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-dialog .modal-body {
    padding-top: 35px;
}

.service-id-box {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #355DF2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-dialog .modal-body h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    white-space: pre-line;
}

.modal-dialog .modal-body p {
    /* color: #525560; */
    font-size: 13px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.services-info {
    position: relative;
    border: 2px solid #ffffff24;
    border-radius: 15px;
    padding: 39px;
    margin: 0 15px;
    background: #ffffff00;
}
.modal-dialog .modal-body {
    padding-top: 35px;
}
.si-overlay {
    
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 125px;
    border-radius: 20px;
    margin-top: -100px;
}

.ahbtn.bs-2 {
    color: #ffffff;
    background-image: linear-gradient( 183deg , #31a0ff, #0066ff);
    border-radius: 10px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body .service-id-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 25px;
    padding: 0 15px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
    background-image: linear-gradient( 183deg , #31a0ff, #0066ff);
    margin: auto;
    /* color: #000; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: rgb(255 103 138 / 28%) 0px 10px 36px 0px, rgb(35 143 255 / 0%) 0px 0px 0px 1px;
}

.services-info .si-item {
    text-align: center;
    margin-bottom: 25px;
}

.services-info .si-circle {
    color: rgba(255, 255, 255, 0.9);
    background: linear-gradient(267deg, #ff2c34 5.36%, #ff3a4b 61.22%, #ff4b69 97.03%);
    width: 55px;
    height: 55px;
    border-radius: 20px;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    margin-bottom: 5px;
    color: #fff;
    box-shadow: rgb(255 38 98 / 28%) 0px 10px 36px 0px, rgb(35 143 255 / 0%) 0px 0px 0px 1px;
}

.services-info .si-item small {
    /* color: #000!important; */
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}

.services-info .si-item p {
    /* color: #fff!important; */
    font-weight: 900;
    line-height: 15px;
}

.open > .dropdown-menu {
    display: block;
}

.hidden {
    display: none !important;
}




.custom-table {
  min-width: 900px;
  }
  
  
  .custom-table thead tr, .custom-table thead th {
    padding-bottom: 30px;
    border-top: none;
    border-bottom: none !important;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    /* letter-spacing: .1rem; */
    }
	
	.theme-dark-active  .custom-table thead tr, .theme-dark-active .custom-table thead th {
    padding-bottom: 30px;
    border-top: none;
    border-bottom: none !important;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    /* letter-spacing: .1rem; */
    }
	
	
  .custom-table tbody th, .custom-table tbody td {
    color: #ffffffb3;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 500;
    border: none;
    font-size: 13px;
    }
	
	.theme-dark-active  .custom-table tbody th, .theme-dark-active .custom-table tbody td {
    color: #ffffff;
    /* padding-bottom: 30px; */
    /* padding-top: 30px; */
    font-weight: 500;
    border: none;
    
    align-items: center;
    font-size: 13px;
    }
	
	
	
    .custom-table tbody th small, .custom-table tbody td small {
      /* color: rgba(255, 255, 255, 0.3); */
      font-weight: 300;
      }
    .custom-table tbody th a, .custom-table tbody td a {
      color: rgb(255 255 255 / 76%);
      }
    .custom-table tbody th .more, .custom-table tbody td .more {
      color: rgba(255, 255, 255, 0.3);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .2rem; }
  .custom-table tbody tr {
     }
	
    .custom-table tbody tr:hover td, .custom-table tbody tr:focus td {
      color: #ffffff;
      }
	  
	  
	  .theme-dark-active .custom-table tbody tr:hover td, .theme-dark-active .custom-table tbody tr:focus td {
      color: #fff; }
	  
	  
	  
      .custom-table tbody tr:hover td a, .custom-table tbody tr:focus td a {
        color: #ffffff;
        }
      .custom-table tbody tr:hover td .more, .custom-table tbody tr:focus td .more {
        color: #fdd114; }
  .custom-table .td-box-wrap {
    padding: 0; }
  .custom-table .box {
    background: #fff;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .custom-table .box td, .custom-table .box th {
      border: none !important; }
	  
	  
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-spacing: 0px;
  border-collapse: collapse;
}


.theme-dark-active .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #ffffff;
  border-spacing: 0px;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 0.45rem;
  vertical-align: baseline;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #cfcfcf0d;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 0px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e600;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
  font-size: 11px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
background-color: rgb(235 235 236 / 0%);
    --bs-table-accent-bg: rgb(0 0 0 / 2%);
}

.theme-dark-active .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(0 0 0 / 10%);
   --bs-table-accent-bg: rgb(0 0 0 / 2%);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.fade {
    transition: opacity .45s linear;
}

 

.modal.in .modal-dialog {
    transform: none;
}

 
 
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 500px;
    margin: 4.75rem auto;
}}

.modal-dialog .modal-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 25px;
}

.modal-content {
    background-color: #1d1d22c2;
    color: #fff;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /* background-color: #c5b5b521; */
    background-clip: padding-box;
    border: 2px solid #302f2f;
    backdrop-filter: blur(10px);
    border-radius: 0.3rem;
    outline: 0;
    border-radius: 20px;
}

.active-dark-mode .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #191928;
    background-clip: padding-box;
    border: 1px solid rgb(255 255 255 / 5%);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-dialog .modal-header {
    border: none;
    padding: 0;
}

.modal-header, .modal-footer {
    border-color: #273154;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.ahbtn.bs-2 {
    color: #0e8efd;
    background: rgb(19 145 253 / 34%);
}

.ahbtn {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    border: none;
    font-size: 24px;
    position: relative;
}

.modal-dialog .modal-body {
    padding-top: 35px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-dialog .modal-body .service-id-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 25px;
    padding: 0 15px;
    border-radius: 8px;
    background: linear-gradient(267deg, #ff2c34 5.36%, #ff3a4b 61.22%, #ff4b69 97.03%);
    margin: auto;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-id-box {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #355DF2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-dialog .modal-body h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}

.modal-dialog .modal-body p {
    /* color: #525560; */
    /* font-size: 13px; */
    /* padding: 0; */
    /* max-height: 200px; */
    /* overflow-x: scroll; */
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: #0000006b;
    backdrop-filter: blur(15px);
}

.ahbtn.bs-2 {
    color: #ffffff;
    background: linear-gradient(267deg, #12AEFC 5.36%, #1b5cb5 61.22%, #8B38F0 97.03%);
    border-radius: 10px;
    width: 30px;
    height: 30px;
    font-size: 13px;
}

.nk-section-title {
	color:#fff;
}

.table-striped tbody tr:nth-of-type(odd) {background-color: rgb(235 235 236 / 1%);--bs-table-accent-bg: rgb(0 0 0 / 2%);}

.theme-dark-active .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(0 0 0 / 10%);
   --bs-table-accent-bg: rgb(0 0 0 / 2%);
}


pre {
    background: #ffffff0a;
    font-size: 16px;
    padding: 20px;
    border-radius: 15px;
    border: solid 2px #ff3849;
    box-shadow: 0 20px 40px 0 rgb(255 54 68 / 5%);
    font-size: 11px !important;
    margin-bottom: 30px;
}

.m-b-md {
	    margin-bottom: 20px;
}
.api strong {
    margin-bottom: 20px;
    display: block;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control, .input-group>.form-control-plaintext, .input-group>.custom-select, .input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.hidden {
    display: none !important;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group:not(.has-validation)>.form-control:not(:last-child), .input-group:not(.has-validation)>.custom-select:not(:last-child), .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append .btn {
    z-index: inherit;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    height: 50px;
}

.theme-light-active .paydispaly {
	
	display:block;
	 
	
}


.paydispaly {
	
	display:none;
}

.theme-light-active .paydispaly2 {
	display:none;
	
	 
	
}


.paydispaly2 {
	display:block;
	
}

.nowrap {
white-space: nowrap;
}