.sidebar-fixed{height:100vh;width:270px;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);z-index:1050;background-color:#fff;padding:0 1.5rem 1.5rem}.sidebar-fixed .list-group .active{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);-webkit-border-radius:5px;border-radius:5px}.sidebar-fixed .logo-wrapper{padding:2.5rem}.sidebar-fixed .logo-wrapper img{max-height:unset}

.dtone-color, .btn-dtone, .btn-success{
    background-color: #6cbe45!important;
}

.btn-secondary {
    background-color: #3b464f!important;
    color: #fff;
}

.md-form input[type=date]:focus:not([readonly]), .md-form input[type=datetime-local]:focus:not([readonly]), .md-form input[type=email]:focus:not([readonly]), .md-form input[type=number]:focus:not([readonly]), .md-form input[type=password]:focus:not([readonly]), .md-form input[type=search-md]:focus:not([readonly]), .md-form input[type=search]:focus:not([readonly]), .md-form input[type=tel]:focus:not([readonly]), .md-form input[type=text]:focus:not([readonly]), .md-form input[type=time]:focus:not([readonly]), .md-form input[type=url]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 #69be29;
    box-shadow: 0 1px 0 0 #69be29;
    border-bottom: 1px solid #69be29;
}

.form-check-input[type=checkbox].filled-in:checked+label:after, label.btn input[type=checkbox].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #69be29;
    background-color: #69be29;
    z-index: 0;
}

.form-check-input[type=radio].with-gap:checked+label:after, .form-check-input[type=radio]:checked+label:after, label.btn input[type=radio].with-gap:checked+label:after, label.btn input[type=radio]:checked+label:after {
    background-color: #69be29;
}

.form-check-input[type=radio].with-gap:checked+label:after, .form-check-input[type=radio].with-gap:checked+label:before, .form-check-input[type=radio]:checked+label:after, label.btn input[type=radio].with-gap:checked+label:after, label.btn input[type=radio].with-gap:checked+label:before, label.btn input[type=radio]:checked+label:after {
    border: 2px solid #69be29;
}

.sidebar-fixed {
    z-index: 1035;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover {
    background-color: #69be29;
}

select{
	display:block!important
}

.video-play-btn .play-icon{
    cursor: pointer;
    color:#7e8082!important;
}

.video-play-btn .play-icon:hover {
    color: #6cbe45 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6cbe45 !important;
    color: white !important; 
}

.navbar .select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #060606 transparent transparent transparent !important;
}

#holdon-content {
    left: 48%!important;
}

.navbar .stores-select-container .input-group-text {
    background-color: white;
    border: none!important;
    color: black !important;
    padding-right: 0 !important;
}

.input-group.stores-select-container {
    width: 24% !important;
}

.nav-item.lang {
    width: 12% !important;
}

.lang-picker .dropdown-menu img {
    width: 16%;
}

.lang-flag img {
    width: 20px;
}

.lang-picker .dropdown-menu {
    width: 50%;
}

.gift-card.top-up img {
    max-width: 58%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.gift-card img {
    width: 70%;
    /* max-height: 130px; */
}

.amount-item.active a {
    background-color: #dde8d0;
}

.swal2-select {
    display: none !important;
}

.operator-info .operator-logo img {
    max-width: 150px;
}

.selectize-input .item {
    padding: 7px 15px !important;
    background-color: #2ab6f6 !important;
    color: white !important;
}

/* Media */

@media (min-width:1200px){.navbar,.page-footer,main{padding-left:270px}}
@media (max-width:1199.98px){
    .sidebar-fixed{display:none}
    .sidebar-menu-mbl .list-group-item {
        padding: 20px 0 20px;
    }
    .input-group.stores-select-container {
        width: 50%!important;
    }

    .gift-card img {
        width: 60%;
        margin: auto;
        /* max-height: 200px; */
    }
}

@media (min-width:1199.98px){
    .sidebar-menu-mbl{
        display:none
    }



}