﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


body,
html {
    font-family: 'Roboto', sans-serif !important;
}
a {
    color: #88c241;
}

body {
  background-color: #f4f6f7;
}
.circle-clipper .circle {
    border-color: #9d24b2;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.loginWrap {
    height: 100vh;
    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;
}
.cntr_btn .btn.btn-primary {
    -webkit-box-shadow: 0px 5px 20px rgba(31, 145, 243, 0.5019607843137255);
    box-shadow: 0px 5px 20px rgba(31, 145, 243, 0.5019607843137255);
    background: -webkit-linear-gradient(315deg, rgb(31, 145, 243) 0%, rgb(0, 88, 162) 100%);
    background: -o-linear-gradient(315deg, rgb(31, 145, 243) 0%, rgb(0, 88, 162) 100%);
    background: linear-gradient(135deg, rgb(31, 145, 243) 0%, rgb(0, 88, 162) 100%);
}
.cntr_btn .btn.btn-primary:hover {
    background: -webkit-linear-gradient(135deg, rgb(31, 145, 243) 0%, rgb(0, 88, 162) 100%);
    background: -o-linear-gradient(135deg, rgb(31, 145, 243) 0%, rgb(0, 88, 162) 100%);
    background: linear-gradient(-45deg, rgb(31, 145, 243) 0%, rgb(0, 88, 162) 100%);
}
.theme_main .sidebar .menu .list li a *,
.theme_main .sidebar .menu .list .ml-menu li a span {
    z-index: 10;
}
.theme_main .sidebar .menu .list .ml-menu li a span {
    display: block;
    margin: 0;
    position: relative;
}
.theme_main .sidebar .menu .list > li > a:hover,
.theme_main .sidebar .menu .list > li.active > a {
    color: #324148;

}
.theme_main .sidebar .menu .list li a:hover:before,
.theme_main .sidebar .menu .list li.active a:before {
    opacity: 1

}
.login-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    max-width: 380px;
}
.selectLangBtn > .col {
    padding: 0 15px;
}
.selectLangBtn a {
    display: block;
    padding: 10px;
    border-radius: 4px;
    text-align: center;

}
.selectLangBtn a,
.cntr_btn .btn.btn-info {
    -webkit-box-shadow: 1px 6px 16px rgba(160, 11, 16, 0.2196078431372549);
            box-shadow: 1px 6px 16px rgba(160, 11, 16, 0.2196078431372549);
}
.input_main .table-responsive {
    padding-bottom: 20px;
}
.cntr_btn a.btn.btn-primary {
    -webkit-box-shadow: 0px 7px 14px rgba(31, 145, 243, 0.3215686274509804);
            box-shadow: 0px 7px 14px rgba(31, 145, 243, 0.3215686274509804);
}


.selectLangBtn {
    margin-bottom: 30px;
}
.info-box.custom {
    display: block;
    height: 120px;
    border-radius: 3px;
    position: relative;
    overflow: visible;
    margin-top: 30px;
    padding-top: 70px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
            box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    margin-bottom: 20px;
}
.nav-tabs > li > a:before {
    border-bottom: 2px solid #88c241;
}
.info-box.custom .icon {
    display: block;
    border-radius: 4px;
    width: 70px;
    height: 70px;
    padding: 15px;
    position: absolute;
    top: -20px;
    left: 15px;
}
.icon.yellow {
    background: -webkit-linear-gradient(30deg,#ffa726,#fb8c00);
    background: -o-linear-gradient(30deg,#ffa726,#fb8c00);
    background: linear-gradient(60deg,#ffa726,#fb8c00);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
            box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
}
.icon.green {
    background: -webkit-linear-gradient(30deg,#66bb6a,#43a047);
    background: -o-linear-gradient(30deg,#66bb6a,#43a047);
    background: linear-gradient(60deg,#66bb6a,#43a047);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);
            box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);
}
.icon.dark-blue {
    background: -webkit-linear-gradient(30deg,#6ab1f1,#3279ab);
    background: -o-linear-gradient(30deg,#6ab1f1,#3279ab);
    background: linear-gradient(60deg,#6ab1f1,#3279ab);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(55, 164, 255, 0.55);
            box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(55, 164, 255, 0.55);
}

.icon.red {
    background: -webkit-linear-gradient(30deg,#ef5350,#e53935);
    background: -o-linear-gradient(30deg,#ef5350,#e53935);
    background: linear-gradient(60deg,#ef5350,#e53935);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(244,67,54,.4);
            box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(244,67,54,.4);
}
.icon.pink {
    background: -webkit-linear-gradient(30deg,#ef50e8,#9e158b);
    background: -o-linear-gradient(30deg,#ef50e8,#9e158b);
    background: linear-gradient(60deg,#ef50e8,#9e158b);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(211, 60, 200, 0.67);
            box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(211, 60, 200, 0.67);
}
.icon.blue {
    background: -webkit-linear-gradient(30deg,#26c6da,#00acc1);
    background: -o-linear-gradient(30deg,#26c6da,#00acc1);
    background: linear-gradient(60deg,#26c6da,#00acc1);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
            box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
}
.info-box.custom .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.content >div {
    line-height: normal;
}
.info-box.custom .content .text {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #4e4e4e;
}
.info-box.bg-dark-yellow.custom {
    background: #e67d21;
}
.info-box.custom .content .number {
    font-size: 15px;
    color: #f9681f;
    font-weight: 600;
}
.info-box.bg-blue.custom {
    background-color: #3598dc !important;
}
.info-box.bg-violet.custom {
    background: #8e44ad;
}
.info-box.bg-green.custom {
    background-color: #5cb85c !important;
}
.info-box.custom.hover-expand-effect::after {
  left: 0;
}
.theme_main .navbar-brand {
    padding: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
}
.theme-blue.theme_main .navbar {
    background-color: #7ea762;

}
.error_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.error_list li:not(:last-child){
    margin-bottom: 10px;
}
.theme_main .sidebar .user-info {
  background: url('../images/user_bg.png') 0 0 no-repeat;
  background-size: cover;
}
.overlay-open section.content {
    margin: 60px 0 0 260px;
}
section.content {
    margin-left: 0;
    margin-right: 0;
}
.brdcmb {
  background: url('../images/breadcumb_bg.png') 0 0 no-repeat;
  color: #fff;
  background-size: cover;
}
.brd_ovrly {
    background: rgba(112, 8, 130, 0.58);
    padding: 15px 20px;
    /* min-height: 126px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.brd_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.dsbrd_hd h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.dsbrd_hd h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 0;
}
.dsbrd_hd h3 strong {
    font-weight: 600;
}
.brdcmb_list ul li a {
    color: #fff;
}
.brdcmb_list ul {
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
}
.brdcmb_list,
.brdcmb_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.brdcmb_list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.brdcmb_list ul li {
    padding: 0 13px;
    position: relative;
}
.dbCount {
    margin-top: 20px;
}
.brdcmb_list ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    position: absolute;
    right: 0;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7px;
}
.brdcmb_list ul li a:hover,
.brdcmb_list ul li a:focus,
.brdcmb_list ul li a.active {
    color: #aeedff;
    text-decoration: none;
}
.chartdiv {
    width: 100%;
    height: 400px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
            box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border-radius: 3px;
}
.footer_ {
    background-color: #ffffff;
    padding: 12px;
}
.charts_vs {
    margin: 15px -15px 30px;
}
.copyright span {
    display: block;
    text-align: center;
    color: #5f5f5f;
    font-size: 13px;
    margin: 2px 0;
}
.copyright span a {
    color: #22af47;
}
.btnList li {
    padding: 5px;
}
.btnList li a {
    padding: 6px;
    line-height: normal;
    font-size: 15px !important;
    width: 30px;
    height: 30px;
}
.btnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 170px;
}
.btnList .btn.btn-info {
    -webkit-box-shadow: 0px 5px 12px rgba(0, 176, 228, 0.62);
            box-shadow: 0px 5px 12px rgba(0, 176, 228, 0.62);
}

.btnList .btn.btn-warning {
    -webkit-box-shadow: 0px 5px 12px rgba(255, 150, 0, .62);
            box-shadow: 0px 5px 12px rgba(255, 150, 0, .62);
}
.btnList .btn.btn-danger {
    -webkit-box-shadow: 0px 5px 12px rgba(249, 74, 60, .62);
            box-shadow: 0px 5px 12px rgba(249, 74, 60, .62);
}


.input_main input[type="file"] {
    padding-left: 0;
}
.modal.fade.in {
    padding-right: 0 !important;
}
.modal-body .cntr_btn.text-center {
    margin-top: 0px;
}
.dataTables_wrapper tr td  .dropdown ul {
    top: 100%;
}
.dataTables_wrapper tr td .dropdown ul {
    top: 100%;
    right: 0;
    position: absolute;
    margin: 0 !important;
    left: auto;
    z-index: 990;
}
.dataTables_wrapper tr td .dropdown ul li a {
    display: block;
}
.dataTables_wrapper tr td .dropdown .btn {
    width: 100%;
}

.dataTables_wrapper tr td .dropdown-menu.action { min-width:auto;  }
.dataTables_wrapper tr td .dropdown-menu.action .btn {
    width: auto;color:#fff;
}



body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    -webkit-box-shadow: none ;
            box-shadow: none ;
    background: transparent ;
    border-color: transparent;
}
.dropdown.user_prof > a {
    color: #010c0f;
}

.nav.navbar-nav.custom .dropdown .dropdown-menu,
.theme_main .dropdown-menu.pull-right {
    margin-top: 0 !important;
}
.notifications_ {
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #ff5252;
    top: 7px;
    right: 12px;
    border-radius: 50%;
    -webkit-box-shadow: -1px -1px 15px 0px rgba(135,219,245,1);
    box-shadow: 0px 0px 2px 5px rgba(135,219,245,.9);
}
.nav.navbar-nav.custom .dropdown .dropdown-menu ul {
    list-style: none;
}
.dropdown.user_prof .menu li a {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menu.custom ul li a img {
    max-width: 25px;
    max-height: 25px;
    margin:4px 0;
}
.navbar-header {
    width: 260px;
    padding-left: 15px;
}

.theme_main a.bars {
    width: 20px;
    margin-top: 18px;
    display: inline-block;
}
.theme_main a.bars span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f0f0f1;
}
.theme_main .navbar-brand img {
    max-height: 30px;
}
.theme_main a.bars span:not(:first-child) {
    margin-top: 4px;
}
.theme_main .sidebar .user-info {
    height: 126px;
}
.theme_main .sidebar .user-info .info-container .name {
    font-size: 18px;
    color: #e4f7fd;
}
.theme_main .sidebar .user-info .info-container .user-helper-dropdown {
    bottom: -6px;
}
.theme_main .sidebar .menu .list a span {
    line-height: 1;
    display: inline-block;
    font-weight: normal;
}
.sidebar .menu .list a span.material-icons {
    font-size: 16px;
}
.selectAgency .suggestion-list-wrapper {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.10980392156862745);
            box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.10980392156862745);
}
.selectAgency .suggestion-list-wrapper ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.selectAgency .suggestion-list-wrapper ul li:hover {
    background-color: #eaeaea;
}
.selectAgency .suggestion-list-wrapper ul li {
    padding: 10px;
    display: block;
    cursor: pointer;
}
.selectAgency .suggestion-list-wrapper ul li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.saInput input {
    background-color: #ffffff;
    border: 0;
    color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e83441;
    min-height: 40px;
    margin: 0;
    display: block;
    -webkit-box-shadow: 1px 5px 8px rgba(235, 58, 62, 0.21);
            box-shadow: 1px 5px 8px rgba(235, 58, 62, 0.21);
    font-style: italic;
}

.saInput input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #848484;
  opacity: 1;
}

.saInput input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #848484;
  opacity: 1;
}

.saInput input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #848484;
  opacity: 1;
}

.saInput input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #848484;
  opacity: 1;
}
.saInput input::-ms-input-placeholder { /* Microsoft Edge */
  color: #848484;
}

.saInput input:-webkit-autofill {
    background-color: #000;
    color: #fff;
}
.dropdown.selectAgency {
    width: 30%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.saInput input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    color: #000;
}
.selectAgency .suggestion-list-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.saInput {
    position: relative;
}
.saInput .material-icons {
    position: absolute;
    top: 5px;
    right: 5px;
    pointer-events: none;
    color: #8a8a8a;
}
.theme_main .sidebar .menu .list li .ml-menu {
    padding-left: 25px;
}
.theme_main .sidebar .menu .list li .ml-menu .ml-menu {
    padding-left: 15px;
}
.theme_main  .sidebar .menu .list .ml-menu li:not(:last-child) a {
    border-bottom: 1px solid #e5e7e8
}
.theme_main .sidebar .menu .list i.material-icons {
    margin-top: 0;
    font-size: 20px;
}
table img {
    max-width: 24px;
    height: auto;
}
.dataTables_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/dropdown_dark.png') 90% 50% no-repeat;
    padding: 0 10px;
}
.dataTables_wrapper input[type="search"],
.dataTables_wrapper select {
    border: 1px solid #ccc;
}

.dataTables_wrapper thead tr th {
    background-color: rgba(235, 236, 236, 0);
    font-weight: 500;
    font-size: 15px;
    color: #767e81;
    border-bottom-width: 0px;
}
.bs_tbl table {
    border: 0 !important;
}
.bs_tbl table > tbody > tr > td,
.bs_tbl table > thead > tr > th {
    border-right: 0;
    border-color: rgba(0,0,0,.08);
    padding: 5px;
}
.bs_tbl table > tbody > tr:nth-of-type(odd),
.bs_tbl table > tbody > tr:hover {
    background-color: #fff;
}
.badge.bg-green {
    -webkit-box-shadow: 0px 7px 16px rgba(8, 125, 11, 0.38);
            box-shadow: 0px 7px 16px rgba(8, 125, 11, 0.38);
}


.dataTables_wrapper tbody tr td,
.dataTables_wrapper thead tr th,
.dataTables_wrapper table {
    border-color: #c3c8c9;
    vertical-align: middle;
}
.Pl_sts {
    display: inline-block;
    margin: auto;
    background: #ccc;
    padding: 2px 9px;
    font-size: 12px;
    border-radius: 2px;
    line-height: 13px;
    color: #fff;
}
.Pl_sts.active {
    background-color: #25b311;
}
.Pl_sts.inactive {
    background-color: #ffb400;
}
.Pl_sts.block {
    background-color: #130f13;
}
.teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    color: #000;
}
.teams span {
    color: #9ba4a7;
}

.bs_tbl table thead> tr > th {
    border: 0;
    font-weight: 400;
    color: #324148;
    font-size: 14px !important;
}

.bs_tbl table tr td {
    color: #333;
    font-size: 14px;
    padding: 10px;
}
.dataTables_wrapper tbody tr td:last-child {
    text-align:center;
}


.m_s {
    width: 15px;
    height: 15px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    margin: auto;
}
.m_s.win {
    background-color: #25b311;
}
.m_s.loss {
    background-color: #e61417;
}
.m_s.half_win {
    background-color: #ffd800;
}
.m_s.match_cancel {
    background-color: #011116;
}
.m_s.not_calculated {
    background-color: #0451ff;
}
.m_s.half_loss {
    background-color: #ff5e00;
}
.btns button {
    padding: 3px 12px;
    line-height: 14px;
}
.btns button i {
    font-size: 16px !important;
    margin-bottom: 5px;
}

.rule_form .form-group input {
    border: 1px solid #a3adb0;
    padding: 5px 15px;
    min-height: 40px;
    border-radius: 2px;
}
.rule_form .form-group {
    margin-bottom: 15px;
}
.rule_form .col-md-6,
.rule_form .col-md-12 {
    margin-bottom: 0 !important;
}
.rule_form .form-group label {
    font-size: 15px;
    font-weight: normal;
    color: #57686e;
}
.btn.btn-blue {
    font-size: 17px !important;
    padding: 7px 30px;
    font-weight: 600;
    color: #010c10;
    background-color: #0fbaeb;
}
.bet_select.row {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #eff5f7;
}
.bet_select .col_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bet_select .bootstrap-select {
    border: 1px solid #cdd3d5 !important;
    height: 26px;
    width: auto !important;
    min-width: 200px
}
.bet_select .bootstrap-select button {
    padding: 3px 5px;
}

/*-------------loader-------------*/
.loader {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #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;
    z-index: 1000
}
.loader .preloader {
    margin: auto;
    display: block;
}
.brand {
    margin-bottom: 3rem;
}
.login-box .card {
    /*min-height: 360px;*/
    -webkit-box-shadow: 7px 9px 16px rgba(31, 56, 0, 0.36);
    box-shadow: 7px 9px 16px rgba(31, 56, 0, 0.36);
    background: #7ea762;
    border-radius: 0.8rem;
    padding: 2rem;
}
.login-box .form-group label {
    color: #fff;
}
.login-box .form-group .form-control {
    min-height: 40px;
    border: 0;
}
.login-box .btn:not(.btn-link):not(.btn-circle) {
    padding: 10px;
    border-radius: 4px;
}

ul.menu li .admin-logout {
    width: 100%;
    background: transparent;
    border: 0;
    text-align: left;
    padding: 7px 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}
.dropdown.user_prof .menu li a,
ul.menu li .admin-logout {
    color: #8a8a8a;
}
.nav.navbar-nav.custom .dropdown li a p i {
    color: #8c8888;
    font-size: 14px;
}
.selectLangDrop .dropdown-menu {
    max-width: 160px;
    height: 120px;
    padding: 0;
}
.selectLangDrop .dropdown-menu * {
    height: auto !important;
}
.selectLangDrop .dropdown-menu .header {
    width: 100%;
    min-width: 100%;
    text-align: left;
    padding: 10px;
}
.selectLangDrop .dropdown-menu .menu li a {
    color: #8a8a8a;
}


ul.menu li .admin-logout i {
    font-size: 20px;
    margin-right: 5px;
}
.btn {
    text-transform: uppercase;
}
.login-page .login-box a.btn {
    color: #fff;
}
.login-page
body .card .header {
    border-bottom: 1px solid #c3c8c9;
}
.card .body {
    position: relative;
}
.btn_top {
    position: absolute;
    top: -50px;
    right: 30px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn_custom.btn {
    display: inline-block;
    margin: 0 2px;
    padding: 3px 8px;
}
.footer_ {
    padding: 10px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99
}
.sg_box {
    z-index: 90;
    position: relative;
}
.users-list {
    padding: 0;
    list-style: none;
    max-height: 220px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 2px 6px 1px rgba(204, 204, 204, 0.5411764705882353);
            box-shadow: 0px 2px 6px 1px rgba(204, 204, 204, 0.5411764705882353);
}
.users-list li {
    padding: 10px 15px;
    cursor: pointer;
}
.users-list li:hover {
    background-color: #e4e4e4;
}
.users-list li:not(:last-child) {
    border-bottom: 1px solid #e4e0e0;
}
.bs_tbl {
    min-height: calc(100vh - 18rem);
    position: relative;
    margin-top: 30px;
}
.user-info .form-group .image img {
    margin-bottom: 10px;
}

.alert {
    margin-top: 15px;
}
.form-group {
    min-height: 36px;
    margin: 0;
}
.body.input_main .col-md-6,
.body.input_main .col-md-12,
.body.input_main .col-md-4,
.body.input_main .col-md-8 {
    margin-bottom: 0;
}
/*---------------lang--------------------*/
ul.lang {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
ul.lang li {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 15px;
    margin: 5px 0;
}

.modal_lang .modal-content .modal-body .form-group {
    margin-bottom: 15px;
}

.lang_form_head .bootstrap-select,
.lang .form-group .form-control,
.add_rule_ .form-control  {
    border: 1px solid  #ccc;
}
.lang_form_head .dropdown-toggle {
    padding: 6px 15px;
}
.lang .form-group input  {
    padding: 5px 15px;
}
.lang_other_opt {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
}
input.label_val {
    border: 0;
    padding: 0 !important;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}
.body {
    position: relative;
}
.loader_in {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8901960784313725);
    z-index: 90;
    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;
    display: none;
}
.loader_in img {
    max-width: 60px;
}
.left_panel_ {
    position: relative;
    z-index: 998
}

.dataTables_length .dropdown-toggle {
    border: 1px solid #ccc !important;
    padding: 5px;
}
.input_main input,
.input_main .dropdown-toggle,
.input_main textarea {
    border-radius: 2px !important;
}
.input_main .form-group {
    min-height: 56px;
    position: relative;
}
.formCustom > label {
    display: block;
    font-weight: normal;
    color: #000;
}
.input_main input[type="text"],
.input_main input[type="password"],
.input_main textarea,
.input_main input[type="email"],
.input_main input[type="tel"],
.input_main .dropdown-toggle {
     border: 1px solid #ccc;
     padding: 5px 15px;
     min-height: 36px;
}
.card .body .input_main .col-md-6 {
    margin-bottom: 0;
}
.gender {
    min-height: 34px;
}
.body.input_main.row .col-md-6,
.body.input_main.row .col-md-12 {
    margin-bottom: 0;
}

.bootstrap-select .bs-searchbox input.form-control {
    width: 100%;
    margin-left: 0 !important
}
.bootstrap-select .bs-searchbox:after {
    right: 10px;
    top: 5px;
    left: auto;
}
.bootstrap-select .bs-searchbox {
    position: relative;
    padding: 5px;
}
.bootstrap-select .dropdown-menu.open {
    top: calc(100% + 37px) !important;
    bottom: auto !important;
    height: auto !important
}
.bootstrap-select .dropdown-menu.open ul.dropdown-menu.inner {
    max-height: 250px !important;
    overflow-y: scroll !important;
}
.open > .dropdown-menu {
    z-index: 998
}
.dropdown.user_prof a img {
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}
.custom_nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navbar-nav.custom > li > a {
    line-height: normal;
    padding: 0 12px;
}
.notifications_ {
    top: 3px;
}
.nav.navbar-nav.navbar-right.custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.switch.warning label input[type=checkbox]:checked + .lever {
    background-color: #c2ea91;
}
.switch.warning label input[type=checkbox]:checked + .lever:after {
    background-color: #69a71f;
}
.form-horizontal.upload_form .form-group {
    margin-bottom: 15px;
}
.ms_custom .ms-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.ms_custom .ms-selectable,
.ms_custom .ms-selection {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
    width: auto !important;
    min-width: auto !important;
}
.ms_custom .ms-container:after{
    display: none;
}
.name > strong {
    display: block;
}
.alert.alert-danger {
    background-color: #f9e2e2 !important;
    border: 1px solid #f00;
    border-radius: 2px;
}
.alert.alert-danger li {
    color: #f33c3c;
}
.icon_svg {
    width: 18px;
    margin-right: 10px;
}
.alert_cs.alert.alert-success {
    background-color: #d3e8cb;
    border: 1px solid #3aad3a;
    border-radius: 2px;
}
.alert_cs.alert.alert-danger {
    background-color: #f9e2e2 !important;
    border: 1px solid #f00;
    border-radius: 2px;
}
.alert_cs .close span {
    color: #6b6b6b;
}
.alert_cs.alert.alert-danger > strong,
.alert_cs.alert.alert-danger > span {
    color: #f00;
}
.alert_cs.alert.alert-success > strong,
.alert_cs.alert.alert-success > span {
    color: #3aad3a
}
.dataTables_wrapper .dataTable th {
    background-image: none !important;
    font-size: 14px;
}
.dataTables_wrapper .dataTable th:after {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.flex_button_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex_button_ > a,
.flex_button_ .dropdown {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
}
.top_ps {
    position: absolute;
    top: -43px;
    right: 15px;
}
.cntr_btn input,
.cntr_btn a {
    padding: 10px 15px;
    margin: 0;
}
.cntr_btn a:not(:first-child) {
    margin-left: 15px;
}
.lb_no_mr label {
    margin-bottom: 0;
    margin-top: 8px;
}
.input_main .form-horizontal .form-group {
    min-height: unset;
}
.text-center.cntr_btn {
    margin-top: 15px;
    text-align: left;
}
.theme_main .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: -6px;
    margin-top: -1px;
}
.theme_main .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.theme_main .bootstrap-select {
    border-width: 0;
}
.body:after {
    content: "";
    display: table;
    clear: both;
}
#suggestion_status {
    position: absolute;
    top: 8px;
    right: 0px;
}
.dropdown.user_prof .dropdown-menu {
    right: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
}

.dataTable tr:nth-last-child(-n+3) .dropdown-menu {
    bottom: 100% !important;
    top: auto !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px !important
}
.card .form-horizontal label {
    font-size: 13px;
}
button.btn.btn-primary.waves-effect {
    padding: 10px 20px;
}
button.btn.btn-info.waves-effect {
    padding: 10px 20px;
}
.input_main > a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.input_main > a.btn .material-icons {
    font-size: 18px;
    margin-right: 4px;
}

.msSelectCustom .ms-container {
    position: relative;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    width: 45%;
}
body .ms-container .ms-selectable li.ms-elem-selectable,
body .ms-container .ms-selection li.ms-elem-selection {
    font-size: 13px;
}
#map-canvas {
    width: auto;
    height: 400px;
    margin-bottom: 20px;
}

.child {
    font-weight: 600;
    color: #8c8c8c;
}
.parent {
    font-size: 14px;
}



/*breadcumb
==========================================*/
.breadcumb {
    margin: 0 -15px;
    padding: 15px;
    border-bottom: 1px solid #dedede;
}
.breadcumb ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.breadcumb ul li {
    display: inline-block;
    color: rgb(77, 82, 84);
    position: relative;
}
.breadcumb ul li:not(:last-child) {
    padding-right: 30px;
    opacity: .6;
}

.breadcumb ul li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: #989898;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    right: 12px;
}



/*====================================
            responsive
=======================================*/
@media screen and (max-width: 1024px) {
    .flex_button_ > a, .flex_button_ .dropdown {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row.charts_vs .col-md-6:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .dropdown.selectAgency {
        max-width: 25%;
    }
    .form-horizontal .form-control-label,
    .form-horizontal .col-sm-12 {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        margin: 0 !important
    }
    .form-horizontal.upload_form .form-group {
        margin: 0;
    }
    .dataTables_wrapper.dt-bootstrap {
        min-width: 900px;
    }
    .dataTables_wrapper.dt-bootstrap .row > .col-sm-6,
    .dataTables_wrapper.dt-bootstrap .row > .col-sm-5 {
        width: 50%;
        float: left;
    }
    input[type=file] {
        padding: 5px 0
    }
    .dataTables_wrapper tr td .dropdown ul {
        max-height: 150px;
        overflow-y: auto;
    }
}
@media screen and (max-width: 820px) {
    .theme_main a.bars {
        position: absolute;
        right: 15px;
        top: 8px;
    }
    .nav.navbar-nav.navbar-right.custom {
        padding-right: 50px;
    }

}
@media screen and (max-width: 768px) {
    .theme_main .navbar-brand {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .table-responsive {
        padding-bottom: 15px;
    }
    .dropdown-menu.inner {
        max-height: 150px !important;
    }
    .dataTables_wrapper .row {
        margin-left: 0;
    }
    .navbar-right.custom .dropdown .dropdown-menu {
        left: auto;
        width: 170px;
        -webkit-box-shadow: 0 0 5px #ccc;
                box-shadow: 0 0 5px #ccc;
    }
    .navbar-right.custom .dropdown-menu .header {
        min-width:auto;
    }
    .navbar-right.custom .dropdown .dropdown-menu li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar-right.custom .dropdown .dropdown-menu li a .menu-info {
        width: 80%;
    }
    .nav.navbar-nav.custom .dropdown-menu li a .icon-circle i {
        color: #fff;
    }
    .charts_vs {
        margin: 15px 0 30px;
    }
    .row.clearfix.dbCount {
        margin: 20px 0;
    }
    .bs_tbl div.dataTables_wrapper div.dataTables_length,
    .bs_tbl div.dataTables_wrapper div.dataTables_info {
        text-align: left;
    }
    .bs_tbl div.dataTables_wrapper div.dataTables_filter,
    .bs_tbl div.dataTables_wrapper div.dataTables_paginate {
        text-align: right;
    }
    section.content > .container-fluid {
        padding: 0;
    }
    .dataTables_wrapper {
        padding: 15px 0 0;
    }
}

@media screen and (max-width: 640px) {
    .overlay-open section.content {
        margin: 70px 0 0 0;
    }
    .overlay-open .footer_ {
        padding-left: 15px;
    }
    .footer_ {
        position: static;
    }
    .slimScrollDiv {
        height: auto !important;
        overflow: visible !important;
    }
    aside.sidebar {
        max-height: calc(100vh - 7rem);
        overflow-y: scroll;
    }
    .sidebar .menu .list {
        height: auto !important;
        overflow: visible !important;
    }
    .brd_cnt {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .dsbrd_hd,
    .brdcmb_list {
        width: 100%;
    }
    .brdcmb_list {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 15px;
    }
    .brdcmb_list ul li {
        padding: 0;
    }
}
@media screen and (max-width: 576px) {
    .saInput input {
        border-width: 1px 0;
        border-radius: 0;
    }
    .navbar-header {
        width: 180px;
    }
    .btn_top {
        position: static;
        margin-bottom: 20px;
    }
    .bs_tbl ul.nav.tab-nav-right li {
        float: none;
        margin-bottom: 2px;
    }
    body .bs_tbl ul.nav.tab-nav-right li.active a,
    body .bs_tbl ul.nav.tab-nav-right li a,
    body .bs_tbl ul.nav.tab-nav-right li a:focus,
    body .bs_tbl ul.nav.tab-nav-right li a:hover {
        background-color: #f5f5f5 !important;
    }
    .bs_tbl ul.nav.tab-nav-right {
        border-bottom: 0;
        margin-bottom: 15px;
    }
    .dropdown.selectAgency {
        max-width: 100%;
        transform: none;
        left: 0;
        top: 64px;
        width: 100%;
        right: 0;
    }
    body {
        padding-top: 30px;
    }
    .left_panel_ .sidebar {
        padding-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .login-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 90%;
                flex: 0 0 90%;
        max-width: 90%;
    }
}
@media screen and (max-width: 414px) {
    .input_main .nav.nav-tabs li,
    .input_main .nav.nav-tabs li.active {
        float: none;
        background-color: #f3f3f3;
    }
    .input_main .nav.nav-tabs li:not(:last-child) {
        margin-bottom: 4px;
    }
    .input_main .nav.nav-tabs li.active a {
        background-color: #f3f3f3;
    }
     .input_main .nav.nav-tabs > li > a:before {
        bottom: 0;
     }
}
@media screen and (max-width: 360px) {
    .bet_select .col_f {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .cntr_btn {
        margin: 0;
    }
}
.ml-menu li a:hover, .ml-menu li.active a {
    color: #e9373f !important;
}
.searchList {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0;
    box-shadow: 0 0 12px rgb(204 204 204 / 67%);
    top: 100%;
    max-height: 250px;
    overflow-y: auto;
    z-index: 9999;
    background-color: #fff;
}

.searchList::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.searchList::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.searchList::-webkit-scrollbar-corner {
    background-color: transparent;
}

.searchList::-webkit-scrollbar-thumb {
    background-color: rgb(208 208 208);
}
.searchList ul {
    display: block;
    width: 100%;
}
.searchList ul li {
    padding: 5px 10px;
    font-size: 14px;
    transition: all .3s ease;
    cursor: pointer;
}
.searchList ul li:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
.searchList ul li:hover {
    background-color: #ececec;
}



.card__basic.card__hidden {
    overflow: hidden;
}
.serach_list__img img {
    width: 50px;
}
.serach_list {
    cursor: pointer;
    transition: all .3s ease;
    padding: 5px;
}
.serach_list:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
}
.serach_list:hover {
    background-color: #f7f7f7;
}
.searchList .dropdown-menu {
    padding: 0;
    position: static;
}
.pagination li {
    display: inline-block;
}
.pagination li:not(:last-child) {
    margin-right: 10px;
}
.pagination li a,
.pagination li span {
    display: block;
    padding: 10px 15px;
    color: #d8d8d8 !important;
    font-size: 14px;
    line-height: 1;
    background-color: #3167fd;
    border-radius: 4px;
    box-shadow: 4px 7px 20px rgba(31, 35, 46, 0.3607843137254902);
    transition: all .3s ease;
    text-decoration: none;
}
.pagination li span {
    background-color: #545a6b;
}
.pagination li a:hover {
    background-color: #2d9cdb;
}

.table_custom_select tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .table_custom_select tbody tr {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .table_custom_select tbody tr td:first-child {
    flex: 0 0 30%;
    max-width: 30%;
    display: block;
  }
  .table_custom_select tbody tr td:last-child {
    flex: 0 0 70%;
    max-width: 70%;
    display: block;
  }
  .dropdown-toggle .filter-option {
    white-space: normal;
    word-break: break-word;
  }
