@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');


html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}


/*Login Section CSS Begin*/

.login_sec_main {
    background: url(../images/banner.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box-sec {
    background: #fff;
    border-radius: 10px;
    text-align: left;
    font-size: 14px;
    color: #555;
    padding: 50px 40px;
}

.center-sec-web{
    margin: 0 auto;
    float: none;
}

.btn-submit button {
    background-color: #f18e22 !important;
    border: 0;
    padding: 10px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    height: auto;
}

.btn-submit button:hover{
    background: #000 !important;
}

.btn-submit {
    text-align: right;
}

.login-box-sec input {
    border-radius: 0;
    height: 50px;
    border: 1px solid #000;
    box-shadow: none;
}

label.custom-control-label {
    font-size: 16px;
    color: #000;
}

.checkbox-custom input{
    height: auto;
    position: absolute;
    top: 2px;
}

.login-box-sec .form-group .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-custom {
    padding-left: 0;
}

/*Login Section CSS End*/


/*Top Bar Section Begin*/

.top-bar-sec {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg, #ef6a27 10%, #bf4000 100%);
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.logo-sec-top img {
    filter: brightness(0) invert(1);
}

.sidebar {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Roboto", sans-serif;
    background: #f1f1f1;
    width: 300px;
    overflow: hidden;
    display: inline-block;
    height: calc(100vh - 70px);
    position: fixed;
    top: 104px;
    left: 0;
    -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
    z-index: 11 !important;
}

.top-bar-sec .container-fluid {
    padding: 0 15px 0 17%;
}

.Search {
  position: relative;
  display: flex;
  font-weight: 300;
  font-size: 40px;
  color: #555;
  width: 100%;
}

.Search-box {
    flex: auto !important;
    margin: 0 12px !important;
    padding: 8px 20px !important;
    height: 40px !important;
    border: 0;
    box-shadow: 0 3px 12px -1px rgb(0 0 0 / 30%);
    transition: all .15s ease-in-out;
    background: #fff !important;
    width: 100% !important;
    border-radius: 50px !important;
}

.top-bar-sec .row{
    margin-bottom: 0;
}


.Search-box:focus {
  flex: 1 0 90%;
  margin: 0;
  outline: 0;
}

.Search-label i{
    font-size: 35px;
}

.Search-label {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 40px;
    transition: all .15s ease-in-out;
    height: auto;
    line-height: initial;
    margin-bottom: 0;
}

.Search-box:focus + .Search-label {
  transform: translateX(0px);
}

.top_search {
    padding-top: 12px;
    position: relative;
}

/*Top Bar Section End*/

/*Sidebar Section Begin*/


.sidebar .side-nav {
    transform: translateX(0px);
    background: #f7f7f7;
}

.side-nav li a i {
    margin: 0 !important;
    line-height: 55px !important;
    color: #ed6926 !important;
}

.sidebar ul li a span {
    padding-left: 10px;
}

.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons {
    margin: 0 20px 0 0;
    height: auto;
    line-height: 48px;
    color: #ed6825;
}



.sidenav li>a {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 48px;
    padding: 5px 32px;
    border-bottom: 1px solid rgb(204 204 204 / 15%);
}


/*Sidebar Section End*/

/*Cilent Table CSS Begin*/

.content-sec-main {
    margin: 130px 15px 0 315px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.heading-box-sec h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ec6825;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.heading-box-sec {
    border-bottom: 1px solid rgb(224 224 224 / 42%);
    margin-bottom: 30px;
}

.box_main-dashboard {
    padding: 25px 30px 40px;
}

.table_cilent_sec tbody tr td {
    padding: 15px 18px;
}

.table_cilent_sec thead tr th {
    font-weight: 400;
    padding: 18px 20px;
    background: #e3601d;
    color: #fff;
    border-radius: 0;
    font-size: 17px;
}
/*Cilent Table CSS End*/

/*Order Task Section Begin*/

.box_main-dashboard label {
    margin-bottom: 0;
    color: #747474;
    font-size: 14px;
    position: relative;
    top: 0;
}

.box_main-dashboard input {
    height: 50px !important;
    margin-bottom: 30px !important;
}

.new_payment_form ul li {
    padding-bottom: 20px;
}

.new_payment_form ul li label {
    font-size: 15px;
    color: #676767;
    line-height: 18px;
}

.new_payment_form ul li input {
    height: auto !important;
    line-height: initial;
    margin-bottom: 0 !important;
}

.form_submit_btn {
    text-align: center;
}

.form_submit_btn button {
    background: #ed6825;
    padding: 5px 50px;
    height: auto;
    font-size: 16px;
}

.form_submit_btn button:hover {
    background: #000;
}


[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #ed6926;
    background-color: #ed6926;
}

/*Order Task Section End*/


/*order Section Begin*/

.status_sec_tab ul li span {
    font-weight: 600;
    color: #6b6b6b;
}

.status_sec_tab ul li {
    font-weight: 400;
    font-size: 14px;
    color: #615f5f;
}

.status_sec_tab ul li p {
    margin-bottom: 0;
    padding-bottom: 8px;
}

.status_sec_tab ul li span.status {
    background: #ed6926;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 6px;
    font-size: 13px;
    margin-left: 6px;
}

.order-cilent-status {
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 40px;
}

.tab_order {
    border-bottom: 1px solid rgb(204 204 204 / 40%);
    margin: 0px 10px 50px;
}

.order_history_sec ul li a {
    color: #ed6926 !important;
}

.tabs .indicator{
    background-color: #ed6926;
}

.new-task-form {
    background: #fbfbfb;
    border: 1px solid rgb(220 219 219 / 59%);
    padding-bottom: 20px;
}

.new-task-heading h3 {
    font-size: 18px;
    margin: 0;
    color: #333;
    font-weight: 400;
}

.new-task-heading {
    border-bottom: 1px solid rgb(197 197 197 / 61%);
    padding-bottom: 20px;
    padding: 20px 20px;
    margin-bottom: 10px;
}

.task-form-tab {
    padding: 10px 30px 10px;
}

.form-box-sec h4 {
    font-size: 17px;
    margin: 0;
    color: #333;
}

.task-form-tab ul {
    padding-top: 17px;
}

.task-form-tab ul li {
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 15px;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: #ed6926;
}


[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
    border: 2px solid #ed6926;
}

.task-form-tab .btn {
    background-color: #ed6926;
    height: auto !important;
    line-height: 40px;
    border-radius: 5px;
}

.dropdown-content li>a, .dropdown-content li>span{
    color: #ed6926;
}

.task-form-tab h2 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    background: #4e4e4e;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ed6926;
    -webkit-box-shadow: 0 1px 0 0 #ed6926;
    box-shadow: 0 1px 0 0 #ed6926;
}



.task-form-tab h3 {
    font-size: 25px;
    margin-top: 0;
    font-weight: 500;
    color: #000;
}

.task-form-tab h4 {
    font-size: 17px;
    margin-top: 0;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.task-form-tab h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

div#cke_editor1 {
    margin-bottom: 30px;
}

/*order Section End*/


/*Today Task Section Begin*/

.show_pagination_sec {
    width: 100%;
}

.show_pagination_sec ul {
    margin-bottom: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.pagination li.active {
    background-color: #ed6926;
}

.show_table_sec {
    width: 100%;
}

.show_table_sec thead tr th {
    padding: 15px 15px;
    color: #4c4c4c;
    font-weight: 400;
    font-size: 14px;
    border-right: 2px solid #ccc;
}

.show_table_sec tbody tr td {
    padding: 10px 15px;
    color: #4c4c4c;
    font-weight: 400;
    font-size: 14px;
    border: 2px solid #ccc;
}

.show_table_sec tbody tr td li {
    list-style-type: none;
    padding-bottom: 0;
    color: #383838;
    font-weight: 400;
    background: #d8d8d8;
    padding: 4px 10px;
    margin-bottom: 3px;
    display: inline-block;
    border-radius: 50px;
    font-size: 13px;
}

span.paid_class i {
    position: relative;
    top: 7px;
    padding-left: 5px;
}

span.unpaid_class i {
    position: relative;
    top: 7px;
    padding-left: 5px;
}

span.edit_icon_table {
    background: #505050;
    color: #fff;
    padding: 10px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.show_table_sec tbody tr td a{
    border: 0;
    color: #505050;
}

.show_table_sec {
    width: 100%;
    margin-bottom: 20px;
}

.showing-text p {
    margin-bottom: 0;
    padding-top: 18px;
    font-size: 14px;
    color: #191919;
}

.data_table_serach input {
    border: 1px solid #ccc !important;
    padding-left: 10px !important;
    height: 45px !important;
    position: relative;
}

.data_table_serach form {
    position: relative;
    margin-right: 17px;
}

.data_table_serach button {
    position: absolute;
    top: 12px;
    right: 0;
    background: transparent;
    border: 0;
}

.data_table_serach input:focus{
    border: 1px solid #ed6926 !important; 
    box-shadow: none !important;
}
/*Today Task Section End*/


/*Dashboard CSS Begin*/


.total_task_box {
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
    padding: 20px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgb(204 204 204 / 35%);
    transition: 0.5s ease-in-out;
}

.total_task_box_main {
    position: relative;
    transition: 0.5s ease-in-out;
}


.total_task_box_main:before {
    content: "";
    width: 90%;
    background: #ffffff;
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
    border-radius: .375rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    position: absolute;
    right: 0;
    left: 0;
    border: 1px solid rgb(239 106 39 / 30%);
}

.total_task_box span i {
    font-size: 30px;
    color: #ef6a27;
}

.total_task_box h3 {
    font-size: 40px;
    color: #333;
    font-weight: 400;
}

.total_task_box h5 {
    font-size: 16px;
    color: #9e9e9e;
    font-weight: 400;
}

.total_task_box_main:hover{
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

.chart-area {
    position: relative;
    height: 10rem;
    width: 100%;
}
@media (min-width: 768px) {
    .chart-area {
        height: 20rem;
    }
}
.chart-bar {
    position: relative;
    height: 10rem;
    width: 100%;
}
@media (min-width: 768px) {
    .chart-bar {
        height: 20rem;
    }
}
.chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
}
@media (min-width: 768px) {
    .chart-pie {
        height: calc(20rem - 43px) !important;
    }
}

.dashboard_chart .card-header h3 {
    margin: 0;
    font-size: 18px;
    padding: 10px 0;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dashboard_chart {
    margin-top: 0px;
}
/*Dashboard CSS End*/


/*Order History Section Begin*/

.order_history_main {
    margin-top: 20px;
}

.order_history_main ul.collapsible.history_chat li {
    border-radius: 10px;
    margin-bottom: 30px;
    border: 6px solid #d2d2d2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
    background: #fbfbfb;
}

.collapsible{
    background: none;
    box-shadow: none;
    border: 0;
}

.order_history_main .collapsible-header {
    border: 0;
    background: transparent;
    padding: 10px 0 0;
    border-bottom: 1px solid #ccc;
}

.task_id {
    font-size: 14px;
    padding: 4px;
    position: relative;
    margin-left: -20px;
    text-align: center;
    background: #757575;
    color: #fff;
}

.task_status {
    background: #06c;
    color: #fff;
    font-size: 14px;
    padding: 3px;
    position: relative;
    margin-left: -15px;
    text-align: center;
}

.task_open {
    background: #06c;
    color: #fff;
    font-size: 15px;
    padding: 4px;
    position: relative;
    margin-left: -20px;
    text-align: center;
}

.collapsible_tab h2 {
    margin: 0;
    color: #666;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 6px;
}

.collapsible_tab {
    padding-top: 5px;
}

.detail_txt p {
    font-size: 14px;
    color: #7d7c7c;
    margin-bottom: 0;
}

.order_history_main .collapsible-body{
    padding: 1rem 0;
}

.task_detail_head h5 {
    font-weight: 500;
    font-size: 12px;
    padding: 10px;
    color: #555;
}

.order_history_main .collapsible-body .row {
    margin: 0;
}

.order-chat-sup {
    border: 2px solid #f4f4f4;
    padding: 15px;
    border-top: 2px solid #a7a7a7;
}

.row.sub_task_comments {
    margin-bottom: 30px !important;
}

.order_department_text h4 {
    font-size: 13px;
    color: #b5b3b3;
    font-weight: 500;
}

.order_department_text h5 {
    font-size: 13px;
    color: #b5b3b3;
    font-weight: 500;
}

.order_department_text {
    padding-bottom: 10px;
}

.task_bottom_detail {
    background: #ececec;
}

.task_bottom_detail .row {
    margin: 0;
}

.order_form_task span {
    display: block;
    font-size: 12px;
    color: #757575;
    font-weight: 500;
}

.order_form_task span:nth-child(1) {
    color: #a5a5a5;
    font-weight: 500;
    font-size: 13px;
}

.bdr-r {
    border-right: 1px solid #ccc;
    padding: 5px 10px;
}

.bdr-l{
    border: 0;
}

.order-task-file i {
    float: left;
    margin-right: 20px;
}

.order_history_main .order_close_radio ul li {
    border: 0 !important;
    box-shadow: none !important;
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    margin-bottom: 0 !important;
}

.order_submit_btn {margin-top: 20px;}

.order_submit_btn button i {
    float: left;
    line-height: normal;
}

.added_row_depart {
    position: relative;
    top: 15px;
}

.added_row_depart span {
    font-size: 13px;
    padding-right: 17px;
    position: relative;
    color: #555;
}

.added_row_depart span:after {content: '';position: absolute;border-right: 1px solid #ccc;width: 2px;height: 19px;right: 5px;top: -2px;}

.added_row_depart span b {
    color: #555;
    font-weight: 500;
}

.order-task-file input {
    margin-bottom: 10px !important;
}
/*Order History Section End*/   


/* Tooltip & Popovers ========================== */
.tooltip {
  font-size: 13px; }
  .tooltip .tooltip-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.08); }
  .popover .popover-title {
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #e9e9e9;
    border-bottom: 1px solid #ddd; }
  .popover .popover-content {
    font-size: 13px;
    color: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    
    .count-number {
    background: #df5c1a;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    position: relative;
    left: 3px;
}

/* pay now page */



.center-col {
    margin: 0 auto;
}

.paynow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/login-bg.jpg);
    background-size: 100%;
    background-position: 100%;
    position: relative;
}

.paynow:before {
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 9%);
    width: 100%;
    height: 100%;
    top: 0;
}

.box_main-dashboard input{

}

.paynow .row {}

.paynow .new_payment_form ul li {
    display: inline-block;
    background: #fff;
    text-align: center;
    padding: 7px 20px;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 15px;
    margin-bottom: 10px;
}

.paynow .new_payment_form ul {
    padding-top: 20px;
}

.paynow .box_main-dashboard {
    border-radius: 5px;
    background: #f7f7f7;
    border: 0;
    padding: 30px 40px 50px;
    margin: 30px 0;
}

.paynow button {
    background: #ed6825;
    border: 0;
    display: inline-block;
    padding: 7px 35px;
    height: auto;
    line-height: 33px;
    font-size: 16px;
    width: auto;
}

.paynow button:hover{
    background: #333;
}

.head_pay {
    margin-bottom: 20px;
}

.head_pay h2 {
    margin: 0;
    font-size: 17px;
    text-transform: uppercase;
    background: #333;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 200;
}

.paynow .row {
    margin-bottom: 0;
}

.paynow .form-control:disabled, .paynow .form-control[readonly], .paynow textarea[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
    padding-left: 10px !important;
    border: 0 !important;
    cursor: not-allowed;
}

.tp_logo {
    padding-bottom: 40px;
    text-align: center;
}

.cart_deta {
    width: 100%;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}

/* pay now page */


/*Thank You Css BEgin*/

section.main-thankyou-sec {
    padding: 100px 0;
    background: url(../images/thankyoubg.jpg) no-repeat #f9f9f9;
    background-size: cover;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-thankyou-sec h1 {
    color: #141315;
    font-size: 59px;
    margin-bottom: 15px;
    font-weight: 600;
}

.main-thankyou-sec p.subtitle {
    color: #444;
    line-height: 1.4;
    font-size: 21px;
    font-weight: 300;
    padding: 5px 0 30px;
}

/*Thank You Css End*/

.show_pagination_sec .row {
    align-items: center;
}

.menu_mobile {
    position: absolute;
    right: 50px;
    top: 15px;
    display:none;
}

.menu_mobile i {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
}


/*Begin: Media Queries*/
@media (max-width: 1600px){

.top-bar-sec .container-fluid {
    padding: 0 15px 0 20%;
}

.dashboard_chart .card-header h3{
    font-size: 16px;
}

.main-thankyou-sec h1{
    font-size: 49px;
}

.dashboard_chart {
    margin-top: 20px;
}

.sidenav li>a{
    font-size: 14px;
    padding: 5px 25px;
}

}

@media (max-width: 1400px){

.top-bar-sec .container-fluid {
    padding: 0 15px 0 23%;
}

.heading-box-sec{
    margin-bottom: 10px;
}

.show_pagination_sec input.select-dropdown.dropdown-trigger {
    margin-bottom: 0 !important;
}

.show_pagination_sec .row {
    align-items: center;
}

.showing-text p{
    padding-top: 0;
}

}

@media (max-width: 1199px){

.sidenav{
    width: 250px;
}

.content-sec-main {
    margin: 30px 15px 0 260px;
}

.dashboard_chart .row {
    margin: 0;
}

.box_main-dashboard {
    padding: 25px 10px 20px;
}

.heading-box-sec {
margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.paynow{
    height: auto;
}

.paynow .box_main-dashboard{
    margin: 50px 0;
}

.top-bar-sec .container-fluid {
    padding: 0 15px 0 2%;
}

.sidenav{
    top: 104px;
}

.box_main-dashboard .row {
    padding: 0 15px;
}

.content-sec-main {
       margin: 130px 10px 0 250px;
}

.paynow .box_main-dashboard{
    padding: 30px 10px 50px;
}

}

@media (max-width: 1100px){

.chart-area {
    height: 15rem;
}

.card-body{
    padding: 10px 0;
}

.card-header {
    padding: 5px 10px;
}

canvas#myPieChart {
    width: 80% !important;
    height: 80% !important;
    margin: 0 auto;
}

.chart-area {
    height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard_chart .card-header h3 {
    font-size: 14px;
}

}

@media (max-width: 991px){
  
.box_main-dashboard label{
    font-size: 12px;
} 

.new_payment_form input {
    font-size: 13px !important;
}

.tp_logo img {
    width: 50%;
}

.show_table_sec tbody tr td{
    font-size: 13px;
}

.showing-text p{
    font-size: 11px;
}

.data_table_serach {
    padding-top: 30px;
}

}

@media (max-width: 768px){

.show_table_sec thead tr th{
    font-size: 12px;
}

.box_main-dashboard .row {
    padding: 0 5px;
    margin-bottom: 0;
}

.heading-box-sec h2{
    margin-bottom: 15px;
}

.dashboard_chart {
    margin-top: 0;
}

.show_pagination_sec .select-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.menu_mobile{
        display: block;
}

.content-sec-main {
    margin: 130px 10px 0 0px;
}

}

@media (max-width: 575px){

ul#slide-out {
    transform: translateX(-105%);
}

.menu_mobile{
    display: block;
}

.content-sec-main {
    margin: 120px 10px 0 00px;
}

.menu_mobile {
    display: block;
    right: 20px;
    top: -60px;
}

.show_table_sec{
    margin-top: 30px;
}

.box_main-dashboard .row {
    padding: 0 10px;
    margin-bottom: 0;
}

}

@media (max-width: 480px){}

@media (max-width: 320px){}

/*End: Media Queries*/