html,body {
    height:100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #ffffff;
}
.login-input{
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: text;
    padding: 8px 10px;
    transition: border .1s linear;
}
.header-title{
    margin: 5rem 0;
}
h1{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color:#4c5357;
}
h2{
    color: #5e8396;
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
}
.login-button{
    background: #54C7C3;
    width:100%;
    font-weight: 600;
    color:#fff;
    padding: 8px 25px;
}
@media screen and (max-width:480px){
    h1{
        font-size: 26px;
    }
    h2{
        font-size: 20px;
    }
}

.bg_wait {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    background-color: #ffffff;
    display: flex;
}

/***********************************************/
/************* Admin Dashboard *****************/
/***********************************************/
.left_container {
    width: 230px;
    height: 100%;
    position: fixed;
    overflow: hidden;
    display: block;
    top: 0;
    left: 0;
    background-color: #3C4B64;
    overflow-y: auto;
}

.left_container .logo {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #303C54;
    display: block;
}

.left_container .logo img {
    padding: 10px;
    width: 200px;
    height: auto;
}

.left_container .sidebar {
    width: 100%;
    height: auto;
    display: block;
}

.left_container .sidebar .active {
    background-color: #321FDB;
}

.left_container .sidebar a {
    width: 100%;
    background: none;
    outline: none;
    display: block;
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    line-height: 25px;
}

.left_container .sidebar a:hover {
    background-color: #321FDB !important;
}

.left_container .sidebar a .l_icon {
    margin-right: 15px;
}

.left_container .sidebar a .r_icon {
    float: right;
    line-height: 24px;

}

.left_container .sidebar .nav_list {
    background-color: #303C54;
}

.left_container .sidebar .nav_list ul {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    color: #ffffff;
}

.left_container .sidebar .nav_list ul li {
    font-weight: 700;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 10px 0 10px 58px;
    text-transform: uppercase;
    cursor: pointer;
}

.left_container .sidebar .nav_list ul li:hover {
    background-color: #321FDB;
}

.right_container {
    padding-left: 230px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.right_container .profile_dropdown {
    float: right;
}

.right_container .top_bar {
    padding: 10px;
    border-bottom: 1px solid #d8dbe0;
    background-color: #ffffff;
}

.right_container .profile_dropdown .profile_dropdown_btn {
    background-color: #303C54;
}

.right_container .profile_dropdown .profile_dropdown_btn i {
    margin-right: 15px;
}

.right_container .dashboard_counter {
    padding: 20px;
    background-color: #F7FAFF;
}

.right_container .dashboard_counter .counter_container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px;
    padding: 40px 30px;
    background-color: #303C54;
    color: #ffffff;
    height: 100%;
}

.right_container .dashboard_counter .counter_container h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.right_container .dashboard_counter .counter_container h3 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}

.right_container .dashboard_counter .counter_container p {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.info_bottom {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 100px;
}

#addEditCommand, #botSettings {
    background: rgb(50,31,219);
    background: -moz-linear-gradient(90deg, rgba(50,31,219,1) 0%, rgba(0,212,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(50,31,219,1) 0%, rgba(0,212,255,1) 100%);
    background: linear-gradient(90deg, rgba(50,31,219,1) 0%, rgba(0,212,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#321fdb",endColorstr="#00d4ff",GradientType=1);
    padding: 20px;
    position: relative;
}
.main_container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
}
.scheduleXSpecificContainer {
    display: none;
}

.margin_top_25px {
    margin-top: 25px;
}
.margin_bottom_10px {
    margin-bottom: 10px;
}
.margin_bottom_20px {
    margin-bottom: 20px;
}

#commandScheduleDate[readonly] {
    background-color: #ffffff;
}
.commandActionsTitle {
    line-height: 38px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.actionEditBtn, .actionDeleteBtn {
    margin: 10px 5px;
    width: 40px;
    height: 40px;
}
#addEditActionModalTable thead tr th, #addEditActionModalTable thead tr td, #addEditActionModalTable tbody tr th, #addEditActionModalTable tbody tr td {
    vertical-align: middle;
}

.validation_filter_decoration, .predefined_options_decoration {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 10px;
    border: 1px solid #000;
    margin: 3px;
}
.predefinedDataRow {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
.predefinedDataRow li {
    padding: 3px 5px;
    border: 1px solid #000000;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 5px 5px 0;
}
.predefinedDataRow li i {
    margin-left: 5px;
    cursor: pointer;
}
.predefinedDataRow li i:hover {
    color: #ff0000;
}
.error_feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
#commandAddedInfo {
    margin: 20px;
}
.loading-text {
    font-size: 16px !important;
}
#tableToolbar {
    line-height: 38px;
}
.userEditBtn, .sendMessage, .commandViewBtn, .commandEditBtn, .commandDeleteBtn, .accept_withdrawal_btn, .reject_withdrawal_btn {
    margin: 3px;
    width: 40px;
    height: 40px;
}
.commandDetailsRowTitle, .taskDetailsRowTitle {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.commandDetailsDisplayMessageTitle {
    font-size: 16px;
}
.commandDetailsDisplayMessage {
    white-space: pre-wrap;
}
.commandDetailsDisplayMessageTitle, .commandDetailsNeedUserResponse, .commandDetailsUsePredefined, .commandDetailsValidateResponse, .commandDetailsFilters, .commandDetailsOptionRow {
    font-weight: 700;
    margin: 0;
}
.commandDetailsNeedUserResponse span, .commandDetailsUsePredefined span, .commandDetailsUsePredefined span, .commandDetailsValidateResponse span {
    margin-left: 15px;
    font-weight: normal;
}
.commandDetailsFilterList span, .commandDetailsOptionRow span {
    margin: 5px 5px 0 0;
    display: inline-block;
    font-weight: normal;
}
.bot_settings_title {
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #52802f;
    font-size: 16px;
    text-transform: uppercase;
}
.taskDetailsInnerRowTitle {
    text-align: left;
    margin: 5px 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}
.taskDetailsRowData {
    margin: 15px 0;
    color: #000000;
    white-space: pre-wrap;
}
.command_list_title {
    padding-right: 10px;
    line-height: 40px;
    margin: 0;
    font-weight: 600;
}
.ask_captcha_title {
    margin-left: 5px;
}
#commandFilterButtons .filter_command_button:active, #commandFilterButtons .filter_command_button:focus {
    outline: none;
    box-shadow: none;
}
.nav_expend_close {
    display: none;
}
.full_left_bg {
    display: none;
}
#filterWithdrawalsByDate[readonly], #filterWalletLogsByDate[readonly], #filterUsersByDate[readonly], #filterTaskLogByDate[readonly], #filterReferralByDate[readonly] {
    background-color: #ffffff;
}
.bulkButtons {
    margin-left: 6px;
}
#banMultiple, #unbanMultiple, #acceptMultiple, #rejectMultiple {
    display: none;
}
#unbanMultiple, #rejectMultiple {
    margin-left: 3px;
}
@media only screen and (max-width: 768px) and (min-width: 320px){
    .left_container {
        width: 100%;
        height: auto;
        z-index: 100;
    }
    .right_container {
        width: 100%;
        height: 100%;
        padding-left: 0;
        padding-top: 85px;
    }
    .left_container .sidebar {
        width: 100%;
        height: 100%;
        display: block;
        overflow: scroll;
        position: fixed;
        padding-bottom: 100px;
    }
    .left_container .logo {
        text-align: center;
    }
    .nav_expend_close {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
    }
    .showNavSm, .hideNavSm {
        font-size: 20px;
        padding: 10px;
        cursor: pointer;
        background-color: #2d3748;
        width: 40px;
        height: 40px;
        text-align: center;
    }
    .left_container .sidebar {
        display: none;
    }
    .full_left_bg {
        width: 100%;
        height: 100%;
        background-color: #303C54;
    }
    .bootstrap-table .fixed-table-container {
        z-index: 1 !important;
    }
    .showInSmallScreen {
        display: block !important;
    }
}
