@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


body{
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  margin: 0;
  font-size: 14px;
  overflow-x: hidden;
}

.btn:focus{
  outline: none;
  box-shadow: none;
}

section.login{
  width: 100%;
  height: 100vh;
  background: #373330;
}

.content-box{
  background: #fff;
  padding: 40px;
  width: 350px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 5px 30px 0 #000000;
  position: relative;
}


.form-control{
  border-radius: 0px;
  border: 1px solid #adadad;
}

.form-group label{
  color: #303030;
  font-weight: 600;
}

.btn{
  border-radius: 0px;
  font-size: 14px;
}

.btn-xs{
    font-size: 12px;
    line-height: 1;
}


.form-control:focus{
  outline: none;
  box-shadow: none;
}


.content-box form p{
  color: #eb5202;
    font-weight: 300;
    line-height: 1.2;
}


.btn-orange{
    color: #fff;
    background-color: #eb5202;
    border-color: #eb5202;
}

.btn-orange:hover {
    color: #fff;
    border-color: #c35115;
    background: #c35115;
}

.btn-orange.focus, .btn-orange:focus{
    background-color: #c35115;
    border-color: #c35115;
}


.btn-default{
    background-color: transparent;
    border-color: #212529;
}


.form-control-feedback{
  font-size: 12px;
  padding-top: 4px;
  color: red;
  display: none;
}

.form-feedback{
  display: none;
  font-size: 12px;
  color: red;
  margin-bottom: 1rem;
}

.form-group.is-failed .form-control{
  border-color: red;
}



.form-loader{

  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 59%);
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.form-loader:after{
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    top: calc(50% - 1rem);
    color: #eb5202;
}




.menu-wrapper {
    display: inline-block;
    position: fixed;
    width: 100px;
    z-index: 700;
    float: left;
}


.menu-wrapper:before {
    background-color: #373330;
    bottom: 0;
    content: '';
    left: 0;
    position: fixed;
    top: 0;
    width: 100px;
    z-index: 699;
}


article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}


.menu-wrapper .logo {
    display: block;
    padding: 1rem 0 0rem;
    position: relative;
    text-align: center;
    z-index: 700;
}

.admin__menu{
  width: 100%;
}

.admin__menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-wrapper .logo .logo-img {
    transition: -webkit-filter 0.2s linear, filter 0.2s linear, transform 0.1s linear;
    width: 3rem;
}

.admin__menu li {
    display: block;
}


.admin__menu .level-0 > a {
    color: #aaa6a0;
    display: block;
    font-size: 10px;
    letter-spacing: .025em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.1s linear;
    word-wrap: break-word;
    z-index: 700;
    font-weight: 600;
    padding: 8px 0;
}


.admin__menu li a .icon{
    width: 100%;
    display: block;
    font-size: 1rem;
}



.admin__menu .level-0:hover > a {
    background-color: #4a4542;
}

.admin__menu .level-0._active>a, .admin__menu .level-0:hover>a {
    color: #f7f3eb;
}

.admin__menu .level-0.active>a {
    background-color: #524d49;
    color: #f7f3eb;
}





.admin__menu .level-0>.submenu {
    background-color: #4a4542;
    box-shadow: 0 0 3px #000;
    left: 100%;
    padding-top: 30px;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition-duration: .3s;
    transition-property: transform,visibility;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    z-index: 697;
    min-height: 100vh;
}

.admin__menu .level-0._show>.submenu {
    transform: translateX(0);
    visibility: visible;
    z-index: 698;
}


.admin__menu .submenu-title {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-left: 35px;
    margin-right: 30px;
}


.admin__menu .action-close {
    padding: 32px;
    position: absolute;
    right: 0;
    top: 0;
}


.admin__menu .submenu a {
    color: #fcfcfc;
    transition: background-color .1s linear;
}


.admin__menu .level-1 {
    margin-left: 20px;
    margin-right: 20px;
}

.admin__menu [class*='level-']:not(.level-0) a {
    display: block;
    padding: 7px 15px;
}

.admin__menu .submenu li {
    min-width: 250px;
}


.admin__menu [class*='level-']:not(.level-0) a:hover {
    background-color: #403934;
    text-decoration: none;
}

.admin__menu [class*='level-']:not(.level-0) a.active {
    background-color: #403934;
    text-decoration: none;
}



.real-time-container{
  position: relative;
  width: 100%;
  color: #fff;
  z-index: 700;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 10px;
}





.page-wrapper {
    background-color: #fff;
    display: inline-block;
    width: calc(100% - 100px);
    padding: 0 35px;
    margin-left: 100px;
}

.page-header{
   height: 80px;
   display: flex;
   align-items: center;
}


.page-title{
  font-size: 22px;
  line-height: 1;
  margin: 0;
}


.user-panel{
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}


.user-settings a{
  font-size: 16px;
  color: #000;
  padding: 5px 0;
  display: inline-block;
  transition: .2s ease;
  text-transform: capitalize;
}

.user-settings a:hover{
  color: #eb5202;
}

.user-settings a i{
  margin-right: 5px;
}

.user-settings a:hover{
  text-decoration: none;
}

/*custom dropdown*/

.custom-dropdown-container{
  position: relative;
}

.custom-dropdown-container.is-active .custom-dropdown-content{
  display: block;
}

.custom-dropdown:after{
  content: "\f0d7";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 10px;
  transition: .2s ease;
}

.custom-dropdown-container.is-active .custom-dropdown{
  color: #eb5202;
}


.custom-dropdown-container.is-active .custom-dropdown:after{
  transform: rotate(180deg);
}

.custom-dropdown-content{
  display: none;
  list-style: none;
  background: #fff;
  padding: 10px;
  border: 1px solid #eb5202;
  position: absolute;
  margin: 0px;
  right: 0;
  min-width: 200px;
}

.custom-dropdown-content li{
  width: 100%;
  display: inline-block;
  text-align: left;
}

.custom-dropdown-content li a{
  padding: 0;
  font-size: 14px;
}

.custom-dropdown-content li a:hover, 
.custom-dropdown-content li a:focus{
  color: #eb5202;
}


/* header reminder */

.manager-reminder{
  padding-right: 30px;
}



/* module header */

.module-header{
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
}


.module-header-left ,.module-header-right{
  display: flex;
  float: row;
  gap:10px;
}


.module-header-actions{

}

.module-header-actions a{

}





.module-content{
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}


.module-content-tabs{
  width: 100%;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
}

.mc-form-section{
  width: 100%;
  display: block;
}


.mc-form-section h3{
  font-size: 16px;
  border-bottom: 1px solid #cac3b4;
  padding: 15px 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.mc-form-section h4{
  font-size: 12px;
  padding: 10px 0;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
}


.mc-form-section .form-group{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.mc-form-section label{

  width: 200px;
  float: left;
  margin: 0;
  font-weight: normal;
}


.mc-form-section .form-control, .mc-form-section .input-group{
  width: calc(100% - 200px);
}


.mc-form-section .form-control.text-field{
  background: transparent;
  border: 0px !important;
  font-weight: 600;
  padding-left: 0px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

 .mc-form-section .input-group .btn-default{
  border-color: #adadad;
  border-left: 0px;
 }



.form-group.required-group label:after{
   content: "*";
   color: red;
   padding-left: 6px;
}


.mc-form{
  position: relative;
}

.mc-form-section .form-group .form-control-feedback{
  width: 100%;
  padding-left: 200px;
  padding-top: 8px;
}



.module-form-feedback{
  background: #fffbbb;
  padding: 1rem 1.5rem;
  display: none;
  margin-bottom: 10px;
}



.module-table-section{
  width: 100%;
  float: left;
  overflow: auto;
  position: relative;
}

.module-table-section .module-form-feedback{
  margin-bottom: 30px;
}

.module-table-section table th {
    background-color: #514943;
    border: 1px solid #8a837f;
    border-left-color: transparent;
    color: #ffffff;
    font-weight: 600;
    padding: 0;
    text-align: left;
    font-size: 13px;
}


.module-table-section table th {
    background-clip: padding-box;
    color: #ffffff;
    padding: .75rem;
    position: relative;
    vertical-align: middle;
}


.module-table-section table th:first-child {
    border-left-color: #8a837f;
}

.module-table-section table {
    background-color: transparent;
    color: #303030;
}

.module-table-section table td, .module-table-section table th{
    height: 36px;
    padding: 0 .50rem;
}

.module-table-section table th, .module-table-section table td {
    font-size: 13px;
    line-height: 1;
    transition: background-color 0.1s linear;
    vertical-align: middle;
}


.module-table-section table td {
    background-color: #ffffff;
    border-left: 1px dashed #d6d6d6;
    border-right: 1px dashed #d6d6d6;
    color: #303030;
    vertical-align: middle;
}


.module-table-section table tr:last-child td {
    border-bottom: 1px solid #d6d6d6;
}

.module-table-section table tr td a{
  color: #303030;
}

.module-table-section table tr td a:hover{
  color: #eb5202;
  text-decoration: none;
}

.module-table-section .table-action{
  font-weight: 600;
  transition: .2s ease;
  color: #303030;
  margin-right: 10px;
}

.module-table-section .table-action:hover{
  color: #eb5202;
  text-decoration: none;
}




.module-table-section .table-pagination{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.cusotm-pagination{
  width: auto;
}

.cusotm-pagination li{
  display: inline-block;
}

.cusotm-pagination li a, .cusotm-pagination li span{
  height: 40px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: #212529;
  border: 1px solid #212529;
  border-left: 0px;
}

.cusotm-pagination li:first-child a, .cusotm-pagination li:first-child span{
  border-left: 1px solid #212529;
}

.cusotm-pagination li a:hover{
  text-decoration: none;
}


.cusotm-pagination li.active span{
  background: #eb5202;
  color: #fff;
}



/*inside modul content page left tabs*/


.modul-content-sidebar{

  width: 100%;
  background: #f8f8f8;
  border: 1px solid #e3e3e3;

}


.modul-content-sidebar-header{

  border-bottom: 1px solid #e3e3e3;
    color: #303030;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 15px 20px;
    position: relative;
    font-weight: 600
}


.mcsb-ul{
  list-style: none;
  padding: 0;
  margin: 0px;
  padding: 10px 0;
}

.mcsb-ul li {
    border-left: 3px solid transparent;
    margin-left: 10px;
    position: relative;


    color: #303030;
    display: block;
    font-weight: 500;
    line-height: 1.2;
    padding: 13px 0;
    padding-left: 10px;
    transition: border-color .1s ease-out,background-color .1s ease-out;

    cursor: pointer;
}



.mcsb-ul li:hover{
    background: #e4e4e4;
    color: #303030;
    text-decoration: none;
}


.mcsb-ul li.active {
    border-color: #eb5202;
    background: #fff;
    font-weight: 600;
}

.mcsb-ul li:hover{
  border-color: #e4e4e4;
}

.mcsb-ul li.active:hover{
  background: #fff;
  border-color: #eb5202;
}





.custom-tab-content .tab-content-item{
  display: none;
}

.custom-tab-content .tab-content-item.active{
  display: block;
}


.input-group-append select{
  width: 100% !important;
}



.collapse-container .collapse-hide{
  display: none;
}


.collapse-container h3{
  cursor: pointer;
  color: #666;
}

.active-collapse h3{
  color: #000;
}



.error-collapse-container h3:after {
    content: "*";
    color: red;
    padding-left: 6px;
}



.is-failed .bootstrap-select .dropdown-toggle{
      border-color: red !important;
}


.full-textarea .cm-s-seti.CodeMirror {
    width: 100%;
}





.module-table-section h3{

    font-size: 16px;
    padding: 15px 0;
    margin: 0;
    font-weight: 600;
}

.course-header {
    margin-top: 10px;
}

.course-info-column h2 {
    font-size: 16px;
    font-weight: 600;
}

.course-header .row {
    width: 100%;
}

.course-info-column span {
    width: 100%;
    display: block;
}

.btn.btn-loading{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-loading:before{
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background: #eb5202;
}

.btn-loading:after{
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
  border-width: .2em;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}



.form-group-column .form-group{
  flex-direction: column;
}

.form-group-column .form-group label{
  width: 100%;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
}

.form-group-column .form-control{
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .5rem;
  font-size:14px;
}

.form-group-column textarea.form-control{
  height: auto;
}

.form-group-column .form-group .form-control-feedback{
  padding-left: 0;
}

.form-group-column .form-group .input-content{
  width: 100%;
  font-size: 14px;
}


.handling-form{
  border: 1px solid #cac3b4;
}

.handling-form h3{
  padding-left: 10px;
  padding-right: 10px;
  background: #f8f8f8;
}

.handling-form .form-group{
  padding-left: 10px;
  padding-right: 10px;
}

.handling-form .mc-form-footer{
  padding-left: 10px;
  padding-bottom: 10px;
}

.mc-form-footer{
  display: block;
width: 100%;
float: left;
}

.second-hf{
  margin-top: 30px;
}

.handling-status{
  margin-bottom: 30px;
}

.handling-block{
  border: 1px solid #eb5202;
  position: relative;
}

.handling-block .mc-form-section h3{
   background: #eb5202;
   padding-left: 10px;
   padding-right: 10px;
   color: #fff;
   border: 0px;
}

.handling-block .form-group {
    padding-left: 10px;
    padding-right: 10px;
}


.status-form button{
  display: none;
  margin-left: 10px;
  margin-bottom: 10px;
}


.reminder-container{
  display: none;
}


.comments-block button{
  margin-left: 10px;
  margin-bottom: 10px;
}


.client-coments{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  margin-bottom: 20px;
  gap: 10px;

}

.client-coments::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;

}

.client-coments::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

.client-coments::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #373330;
}




.cc-no-comment{
  text-align: center;
  padding: 10px 0;
  width: 100%;
  border: 1px solid #eae0e0;
}


.client-coments .cc-comment:nth-of-type(odd) {
  background: #f8f8f8;
}

.cc-comment{
  padding: 10px;
  width: 100%;
  border: 1px solid #eae0e0;
}

.cc-comment-header{
  font-weight: 600;
}

.cc-comment-header small{
  float: right;
  font-size: 12px;
}

.cc-comment-content{
  color: #666;
  padding-top: 5px;
}





.client-status-list{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  margin-bottom: 20px;
  gap: 10px;

}


.expand-status-list{
  padding: 5px 0;
  width: 100%;
  border: 1px solid #eb5202;
  color: #eb5202;
  text-align: center;
  cursor: pointer;
}

.csl-item{
  padding: 10px;
  width: 100%;
  border: 1px solid #eae0e0;
  color: #a89696;
}

.client-status-list .csl-item{
  display: none;
}

.client-status-list.show-all .csl-item{
  display: block;
}

.client-status-list .csl-item:last-child{
  display: block;
  color: #000;
  border:1px solid #000;
}


.csl-header{
  font-weight: 600;
  padding-bottom: 4px;
}

.csl-header small{
  float: right;
  font-size: 12px;
}







.live-table-style{
  position: relative;
}


.live-table-style .sortable{
  cursor: pointer;
}

.live-table-style th{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

.live-table-style .sortable.desc:after{
   font-family: "FontAwesome";
   content: "\f161";
   display: inline-block;
   float: right;
   font-size: 12px;
}


.live-table-style .sortable.asc:after{
   font-family: "FontAwesome";
   content: "\f160";
   display: inline-block;
   float: right;
   font-size: 12px;
}

.live-table-style .reminder-color td, .table .reminder-color td{
  background: rgb(174 246 0 / 26%);
}




.live-table-style .reminder-color-expire td{

  background: rgb(255 0 0 / 12%) 

}

.table-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

}

.table-pagination .cusotm-pagination{
  margin-bottom: 0;
}

.table-pagination{
  margin-bottom: 1rem;
}

.table-nav-items{
  margin-bottom: 1rem;
}

.table-nav-items button{
    height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: #212529;
    border: 1px solid #212529;
    background: #fff;
    border-left: 0px;
    display: inline-block;
}

.table-nav-items button.active{
  background: #eb5202;
  color: #fff;
}

.table-nav-items button:first-child{
  border-left: 1px solid #212529;
}


.table-nav-items button:focus{
  outline: none;
  box-shadow: none;
}



.table-filter{

    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}


.table-filter h3 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    width: 100%;
    padding-bottom: 15px;
}

.filter-body{
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}


.filter-body-item{
  flex: 0 0 25%;
  max-width: 25%;

    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.filter-body-item .bootstrap-select{
  width: 100% !important;
  position: relative;
}


.filter-item-date-inputs{
  width: 100%;
  display: flex;
  flex-direction: row;
}

.table-filter-button{
  margin-right: auto;
}




.table-filter-button button{
  height: 40px;
  margin-left: 10px;
}


.live-table-country .table-filter-button button{
  margin-left: 0px; 
  margin-bottom: 1rem;
}


.id-verify-block{
  width: 100%;
  padding: 0 10px 25px 10px;
}

.id-vb-list{
  width: 100%;
  display: flex;
  column-gap: 10px;
  padding-bottom: 10px;
}

.id-vb-list{

}

.fv-item{
  width: 25%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}


.fv-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 4px;
}



.badge-orange {
    color: #fff;
    background-color: #eb5202;
}



/* user log actions*/


.client-log-actions{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  margin-bottom: 20px;
  gap: 10px;
  max-height: 400px;
  overflow-y: auto;

}

.client-log-actions::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;

}

.client-log-actions::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

.client-log-actions::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #373330;
}




.cla-no-logs{
  text-align: center;
  padding: 10px 0;
  width: 100%;
  border: 1px solid #eae0e0;
}

.cla-log{
  padding: 10px;
  width: 100%;
  border: 1px solid #eae0e0;
}

.cla-log a{
  color: #000;
  text-decoration: underline;
}

.cla-log.target-log-action{
  border: 1px solid #eb5202;
  color: #eb5202;

}

.cla-log-header{
  font-weight: 600;
}

.cla-log-header small{
  float: right;
  font-size: 12px;
}






.manager-control {
    border: 1px solid #7245cb;
    position: relative;
    margin-bottom: 25px;
}

.manager-control .mc-form-section h3 {
    background: #7245cb;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    border: 0px;
}

.manager-control .form-group {
    padding-left: 10px;
    padding-right: 10px;
}

.manager-control button{
    display: none;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #7245cb;
    border-color: #7245cb;
}

.manager-control button:hover,.manager-control button:focus {

    background: #7245cb;
    border-color: #7245cb;
}


.client-manager{
    padding: 0 10px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}


.miner-demo{
  position: relative;
}


.demo-grid{
  display: flex;
  flex-direction: row;
  gap:20px;
  margin-bottom: 20px;
}

.dg-item{
  width: 100%;
  border: 2px solid #c35115;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  border-radius: 4px;
}

.dg-item h2{
  font-size: 16px;
  margin-bottom: 0;
  color: #c35115;
}

.dg-item span{
  font-weight: bold;
}



/* side modal*/


.side-modal{
  position: fixed;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 100;
  box-shadow: 0 0 3px rgb(0 0 0 / 32%);
  

  transform: translateX(100%);
  transition-duration: .3s;
  transition-property: transform,visibility;
  transition-timing-function: ease-in-out;

  visibility: hidden;


}

.side-modal.active{
  transform: translateX(0);
  visibility: visible;

}

.modal-header{
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 0px;
}

.modal-close{
  cursor: pointer;
}


.modal-content{
  border: 0px;

  border-top: 1px solid rgba(0,0,0,.2);
  padding: 1rem;
}

.modal-content h3{
  font-size: 18px;
  color: #eb5202;
  font-weight: 600;
}

.miner-info{
  line-height: 1.7;
}

.miner-fee-form, .miner-bonus-form, .trap-form{
  width: 300px;
}


.text-orange {
  color: #eb5202;
}


.chart-container{
      width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.resend-confirm-mail{
  width: 100%;
  display: block;
}

.alert {
    position: relative;
    padding: .35rem .55rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


.side-modal a{

    font-weight: 600;
    transition: .2s ease;
    color: #303030;

}

.side-modal a:hover {
    color: #eb5202;
    text-decoration: none;
}



.app-steps{
  width: 100%;
}

.app-steps-item{
  padding-bottom: 20px;
}

.app-steps-item h4{
    font-size: 14px;
    margin-bottom: 0;
}

.app-steps-item p{
  margin-bottom: 0;
  margin-top: 10px;
}




/* withdraw modal*/


.multiple-withdraw-modal .specific-content{
   display: flex;
   flex-direction: column;
}


.trap-response{
  padding-top: 25px;
}

.trap-response h3{
  font-size: 16px;
}



.ticket-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin-bottom: 10px;

}

.ticket-body-content{

    padding: 10px 10px;
    width: 100%;
    border: 1px solid #cac3b4;
}


.support-marker {
    font-size: 10px;
    line-height: 1;
    padding: 2px 7px;
    border-radius: 4px;
    color: #fff;
    background: #1e293b;
}

.ticket-form .cc-comment-content{
  padding-top: 10px;
}

.account-details-row{
  display: flex;
  flex-direction: column;
}

.account-details-column{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}


.mc-form-section .ck.ck-editor{
  width: 100%;
}

.mc-form-section .ck-content {
    min-height: 200px !important;
    min-width: 100% !important;
}



.expired-tr td{
  opacity: .7;
}



.inline-url{
  color: #212529;
  display: flex;
  align-items: center;
  column-gap: 3px;
}

.inline-url:hover{
  opacity: .8;
  text-decoration: none;
}


.action-td{
  display: flex;
  align-items: center;
}

button:focus{
  outline: none;
}


.admin__menu .level-0 .badge{
  position: absolute;
  top: 1rem;
  right: 1rem;
}





.dashboard-section{
  display: flex;
  flex-direction: column;
  border: 1px solid #cac3b4;
}


.dashboard-section-header{
  padding:15px 10px;

  border-bottom: 1px solid #cac3b4;
  background: #f8f8f8
}

.dashboard-section-header h3{
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}


.dashboard-section-content{
  min-height: 20px;
}




.dashboard-main-stats{
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.dashboard-main-stats .form-group{
  display: flex;
  margin-bottom: .2rem;

}

.dashboard-main-stats .form-group label{
  margin-bottom: 0;
  padding-right: .2rem;
}



.dashboard-top-leaders a{
  color: #000;
  font-weight: 600;
}

.dashboard-top-leaders a:hover{
  text-decoration: none;
}




.menu-wrapper{
  height: 100%;
}

.menu-button{
  display: none;
}

@media(max-width:768px){

  .page-wrapper{
    width: 100%;
    padding: 0 15px;
    margin-left: 0;
  }

  .menu-wrapper{
    display: flex;
    flex-direction: column;
    transform: translateX(-100px);
    transition: .2s ease;
  }
  

  .menu-wrapper.active{
    transform: translateX(0);
  }



  .page-header{
    height: auto;
  }


  .page-header > div:first-child{
    order: 2;
  }

  .page-header .page-title{
    padding-bottom: 1rem;
  }


  .page-header > div:last-child{
    margin: 1rem 0;
  }



  .menu-button{
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #000;
  }





  .table-nav{
    flex-wrap: wrap;
  }

  .module-table-section .table-pagination{
    width: 100%;
    justify-content: flex-start;
  }

  .table-pagination .cusotm-pagination{
    padding-left: 0;
    margin-top: 10px;
  }


  .filter-body{
    display: flex;
    flex-direction: column;
  }

  .filter-body .filter-body-item{
    max-width: 100%;
  }

  .table-filter-button button{
    margin-left: 0;
  }

  .table-nav-items button{
    border-left: 1px solid #212529;
  }

  .table-nav-items{
    gap: 3px;
        display: flex;
        flex-wrap: wrap;
  }


  .side-modal{
    position: fixed;
  }

}



.list-group-item .turnover-modal{
      padding: 3px 5px;
}