.ml-10{
    margin-left: 10px;
}
.mb-10{
    margin-bottom: 10px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.sec-left{
    float: left;
    width: 49%;
}
.sec-right{
    float: right;
    width: 49%;
}
.error {
    color: red;
    font-weight: normal;
}
.img-view{
    width: 90px;
}
#preview-crop-image img {
    width: 100px;
    margin-bottom: 25px;
}
.hidden{
    display:none;
}

td {
    font-weight: 500;
    color: #282f53;
}


.dtab{
     overflow:auto;
     overflow-y:hidden;
     overflow-x:scroll;
     width:99%;
 }


/*new-css20.07*/

.admn-select-tb { margin:0; padding:0; width:100%;  }
.admn-select-tb .btn-block {display: flex;    align-items: center;    justify-content: space-between;    margin: 0;
    padding: 7px 8px; background: #ccc;    font-size: 15px;    color: #000;
    line-height: 21px;  cursor: pointer; }

.admn-select-tb .open-block {    margin: 0;    padding: 10px 0;    background: #f2f2f2;
    height: 200px;  overflow-x: auto;    display: none; }

.admn-select-tb ul li { margin: 0 16px;    padding: 4px 10px;    color: #000;    line-height: 21px;
    background: #fff0;    cursor: pointer;    border-bottom: 1px solid #ccc;    font-weight: 600;
    list-style: none; }

.admn-select-tb ul li ul {    margin: 0;    padding: 0 0 0 10px; }

.admn-select-tb ul li ul li {  margin: 0;    padding: 4px 10px;    color: #000;    line-height: 21px;
    background: #fff0; cursor: pointer;    border-bottom: 1px solid #ccc;    font-weight: 500;    list-style: none; }

.admn-select-tb ul li ul li a {  margin: 0;    padding: 4px;    color: #000 !important;    line-height: 21px;
    display: inline-block;  background: #fff0;    cursor: pointer;    border-bottom: 0;
    font-weight: 500; }

.admn-select-tb ul li a {  color:#000 !important;  }
.admn-select-tb ul li ul li:last-child { border-bottom:0; }
.admn-select-tb ul li ul li ul { margin: 0;    padding: 0 0 0 14px; } 
.admn-select-tb ul li ul li ul li { margin: 0;    padding: 0 13px; border: 0;}
.admn-select-tb ul li ul li ul li a:hover { color:#3c8dbc; font-weight:500; transition: all 0.3s; }
.admn-select-tb ul li a:hover { color:#3c8dbc; font-weight:500; transition: all 0.3s; }
.admn-select-tb ul li ul li span.active {    color: #fff !important;    font-weight: 500;    font-size: 13px;
    background: #222d32;  padding: 2px 7px; }
.admn-select-tb ul li span.active {  color: #fff !important;    font-weight: 500;    font-size: 13px; background: #222d32; 
 padding: 2px 7px; }
.admn-select-tb ul li a.active { color: #3c8dbc !important; }

.admn-select-tb ul li {  position: relative; }
.admn-select-tb ul li:after { content: "";    width:5px;    height: 5px;
    background: #000;    position: absolute;    top: 12px;    left: 2px; border-radius: 50px; }

/*scroll*/


#style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
    width:6px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}

/*new-css20.07*/

.rt-btn{
    float: right;
}



/*-- ad-company-list 16.08 --*/

.ad-company-list { margin: 0; padding: 20px; }

.ad-company-list .bd { margin:0; padding:0; }

/*.ad-company-list .bd .hed-block .item-bd {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}*/

.ad-company-list .bd .hed-block {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.ad-company-list .bd .hed-block .lt-block { margin:0; padding:0; width:75%;  border-bottom: 1px solid #1e282c; }

.ad-company-list .bd .hed-block .text-block {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}

.ad-company-list .bd .hed-block .text-block p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #222d32;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}


.ad-company-list .bd .hed-block .rt-block { margin:0; padding:0; width:25%; display: flex;
    flex-wrap: wrap; align-items: center;  justify-content: end; }


.ad-company-list .bd .hed-block .rt-block .item {
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-size: 100% 100%;
    width: 50%;
    border-bottom: 0;
    border-radius: 0;
}

.ad-company-list .bd .hed-block .rt-block .item .active { background:transparent; border-bottom:0; }

.ad-company-list .bd .hed-block .rt-block .item:first-child a { border-right: 0; }

.ad-company-list .bd .hed-block .rt-block .item a {
    margin: 0;
    padding: 7px;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #1e282c;
    background: #fff;
    height: 67px;
}

.ad-company-list .bd .hed-block .rt-block .item a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ad-company-list .bd .hed-block .rt-block .item a p { margin: 0;    padding: 10px 20px;
    width: 100%;    display: block;    text-align: center;    font-size: 22px;
    color: #fff;    font-weight: 500;    background: #22577E; text-transform: uppercase; }




.ad-company-list .bd .main-bd { margin:0; padding:30px 0 0 0; }

.ad-company-list .bd .main-bd .item {
    margin: 15px 0;
    padding: 0;
    background: #fff;
}

.ad-company-list .bd .main-bd .item a {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 33%);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 4px 0px rgb(0 0 0 / 4%);
}

.ad-company-list .bd .main-bd .item a .figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 190px;
    background: #e1f1fb;
    border: 1px solid #e7e7e7;
}

.ad-company-list .bd .main-bd .item a img {
    width:100%;
    height:100%;
    object-fit:
    cover;
    padding: 10px;
}

.ad-company-list .bd .main-bd .item a p {
    margin: 0;
    padding: 10px 0;
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    border: 1px solid #00afff;
    background: #ffffff;
}


/*-- ad-company-list 16.08 --*/


.content-wrapper {
    min-height: calc(100vh - 101px);
    background-color: #f0f0f5 !important;
    z-index: 800;
}

.dashboard-block .body-sec .item {
    box-shadow: 0 0 4px 0px rgb(0 0 0 / 4%) !important;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #00afff;
}
.skin-blue .sidebar a {
    color: #ffffff;
    font-weight: 500;
}
.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li.menu-open > a {
    color: #0c0c0c;
    background: #ffffff;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 57%);
    border-left: 5px solid #0b3f56;
}
.skin-blue .sidebar-menu > li.header {
    color: #ffffff;
    background: #00afff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.skin-blue .sidebar-menu > li.active > a {
    border-left-color: #80dbff;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0;
    background: #0c425a;
}
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: 50px;
}
.navbar-nav>.user-menu>.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 210px;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 35px;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: auto;
    padding: 10px;
    text-align: center;
}
.btn-warning {
    background-color: #00c0ef;
    border-color: #00c0f1;
}
.skin-blue .main-header li.user-header {
    background-color: #e1f4ff;
}
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: 50px;
    box-shadow: 0 4px 25px 0 rgb(168 180 208 / 41%);
}

.skin-blue .main-header .logo {
    background-color: #367fa9;
    color: #fff;
    border-bottom: 0 solid transparent;
    box-shadow: 0 4px 25px 0 rgb(82 82 82 / 35%);
}
.skin-blue .main-header .logo {background-color: #202F44;color: #fff;border-bottom: 0 solid transparent;}



table#example01 .btn {
    float: right;
    margin: 0 5px;
        padding: 5px;
}
table#example01 input.column {
    margin: 0 5px;
        width: 100px;
}
input.column {
    margin: 0 5px;
    border: 1px solid #cdcdcd;
    padding: 5px;
}
th.sorting {
    background: #ffffff;
    color: #000;
    border: 1px solid #e3e3e3 !important;
    font-weight: 600;
}
th.sorting_asc{
     background: #ffffff;
     color: #000;
     font-weight: 600;
     background: #ffffff;
     color: #000;
     border: 1px solid #d1d1d1 !important;
     font-weight: 600;
}
.box{
    border: none;
    box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 10%);
}

table#example img {
    width: 31px;
    height: 31px;
}

.btn-info2:hover {
    color: #fff;
        background: #1f778d;
    border: 1px solid #1f778d;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}


.dropdown-menu:before {
    content: "";
    width: 13px;
    height: 13px;
background: #e1f4ff;
    position: absolute;
    top: -7px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #e9edf4;
    border-left: 1px solid #e9edf4;
}





.btn-success-light {
    color: #ffffff !important;
    background-color: #3ed7f9;
    border-color: #ffffff;
    /* opacity: 0.7; */
    border: none;
    border-radius: 50px;
    font-weight: 500;
    box-shadow: 0 4px 3px 0 rgb(227 227 227 / 57%);
    text-transform: capitalize;
    width: 70px;
    padding: 3px;
}
.btn-danger-light {
    color: #ffffff!important;
    background-color: #2892ff;
    /* border-color: #ed314c; */
    text-transform: capitalize;
    width: 70px;
    border: none;
    border-radius: 50px;
    font-weight: 500;
    box-shadow:0 4px 3px 0
    rgb(203 198 198 / 83%);
    padding: 4px;
}
.btn-info {
    background-color: rgb(255 188 0 / 45%) !important;
    border-color: #ffc651;
    color: #683a00;
}
.btn-info:hover{
        background-color: rgb(247 183 49 / 45%) !important;
    color: #000;
}


.btn-danger {background-color: rgb(255 130 148 / 34%);border-color: #e1a1aa;color: #870000;}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00afff;
    border-color: #00afff;
}

span.logo-lg {
    color: #ffffff;
}
.skin-blue .main-header .navbar {
    background-color: #202F44;
    box-shadow: 0px 3px 15px 1px #0011180d;
}
.skin-blue .main-header .logo:hover {
    background-color: #202f44;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
    color: #fff;
}
.btn-primary {
    background-color: #31aef7 !important;
    border-color: #ffffff;
    color: #ffffff;
    box-shadow: -2px 2px 10px 0px rgb(0 0 0 / 18%);
}


#example .even {
    background-color: #ECF0F5 !important;
    /* box-shadow: inset 0 3px 5px rgb(0 0 0 / 10%); */
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff !important;
}
#example .even {
    background-color: #ffffff !important;
}
#example .even {
    background-color: #ffffff !important;
}
h1.site-header__title {
    text-align: center;
    font-size: 60px;
}
.main-content {
    text-align: center;
    height: 115px;
    display: grid;
    align-items: center;
    justify-content: center;
}
i#checkmark {
    font-size: 75px;
    color: #0ca133;
}
h1.site-header__title {
    text-align: center;
    font-size: 60px;
    margin-top: 120px !important;
}
a.bk {
    text-align: center;
    display: block;
    background: #01adfd;
    max-width: 70px;
    margin: 0 auto;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    border: none !important;
}


.box h4 {
    padding: 10px;
    margin-bottom: 0;
}
.online span {
    margin: 0 14px 0 0;
}
table#example02 th {
    background: #fff !important;
}
.online {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #ccc;
}

.btn-info2 {
    background: #00a0ff;
    border: 1px solid #00afff;
    color: #fff;
}
table#example02 th {
    background: #fff !important;
    border: 1px solid #d9d9d9;
}
.btn-default {
    background-color: #2f647c;
    color: #fff;
    border-color: #ddd;
}

.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion {
    width: 20px;
    font-size: 21px;
    margin: 0 10px 0 0;
}











label.label-radio {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}
label.label-radio input {
  position: relative;
  left: -9999px;
}
label.label-radio input:checked + span {
  background-color: #d6d6e5;
}
label.label-radio input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}
label.label-radio span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
label.label-radio span:hover {
  background-color: #d6d6e5;
}
label.label-radio span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}








.form-group2 input[type=checkbox] {
  display: none;
  cursor: pointer;
}

.form-group2 input[type=checkbox] + label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #00afff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group2 input[type=checkbox]:checked + label:after {
    content: '';
    display: block;
    position: relative;
    top: -17px;
    left: 8px;
    width: 6px;
    height: 10px;
    border: 1px solid #006695;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}





table#example01 td:last-child label.label-radio span:before{
    display: none !important;
    
}


table#example01 td:last-child label.label-radio{
        cursor: auto;
}


table#example01 td label.label-radio input:checked + span::nth-child(2) {
            background-color: transparent !important;
    cursor: auto;
}
table#example01 td label.label-radio span::nth-child(2):hover{
    background-color: transparent !important;
    cursor: auto;
}


.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #ffffff !important;
    cursor: auto;
}


table#example01 td label.label-radio[disabled] {
    background-color: #FFFFFF;
}

.custom-disabled td[disabled] {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: red;
}

.form-group2 label{
    height: 25px !important;
}
.formdetails {
    border: 1px solid #dbdbdb;
    width: 48%;
    display: inline-block;
    height: auto;
    float: left;
    padding: 16px;
    margin: 0 10px;
}

.datalist span {
    width: 250px !important;
}
.datalist {
    display: flex;
}
.datalist p {
    margin: 0 0 0 10px;
}
.datalist span {
    width: 250px !important;
    font-weight: 600;
}
.paidbtn{
    padding: 5px 21px;
    border: 1px solid #53cf44;
    color: #fff;
    background-color: #53cf44;
    border-radius: 5px;
    text-transform: uppercase;
}