/*media queries*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .status_box{
            flex: 0 0 50% !important;
    max-width: 50% !important;
    }
}

@media (max-width: 767px){
    .brand-text {
    top: 63% !important;
}
}
@media (max-width: 360px){
    .cmnCard .dataTable th, .cmnCard .dataTable td{
            width: auto !important;
       white-space: normal !important;
    text-overflow: ellipsis;
    overflow: hidden;
    }
    #schl_ststs {
        display: block;
    }   
    .add_btn {
    padding: 5px 5px !important;
    text-transform: uppercase;
    margin-right: 12px;
    font-size: 13px !important;
}
}
@media (max-width: 400px){
    /*     .display.responsive.nowrap {
            display: inherit !important;
        } */
}
@media (max-width: 1167px){
    #profilepic{
        margin-bottom: 15px;
    }
}
@media (max-width: 640px){
    #addRecipe tr td:first-child {
    width: 100% !important;
}
#addRecipe tr td:nth-child(2) {
    width: 100% !important;
}
    .tabSize .col-md-4, .tabSize .col-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
    #sel1{
            margin-top: 8px;
    width: 100% !important;
    }
    .adjust, .SumoSelect > .CaptionCont, .SumoSelect, #ingred{
    width: 100% !important;
}
    .commonTbl table, .commonTbl table td, .commonTbl table tbody, .commonTbl table tr, .commonTbl table th{
        display: block;
    }
    .commonTbl input[type="text"]{
        width: 100% !important;
    }
    table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: border-box;
}
    .mobileForm tr, .mobileForm td{
        display: block !important;
        width: 100% !important;
    }
    #addRecipe tr td:first-child {
    width: 100%;
}
#addRecipe tr td:nth-child(2){
    width: 80%;
}
.mobileForm div{
        margin-left: 0px !important;
    padding: 0px;
}
.sendEmail {
        width: 111px;
    text-align: center;
    margin: 7px 0px !important;
    display: block;
}
}
@media (max-width: 1002px){
    .add_btn {
    padding: 9px 15px;
    text-transform: uppercase;
    margin-right: 12px;
}
}
@media (max-width: 991px){

    .toggle_btn label, .dct, .act {
    margin-right: 0px !important;
}
.tabSize .ml-1, .tabSize .mx-1 {
    margin-left: 0rem!important;
}
.heading-elements .list-inline {
    display: block;
}
}
@media (max-width: 768px){
    .cmnCard .dataTable{
       margin-top: 0px !important;
    margin-top: 15px !important;
        /* display: inherit !important; */
}
}
@media (max-width: 1300px){
    .tabSize .col-md-4, .tabSize .col-3{
            flex: 0 0 50%;
    max-width: 50%;
    }
}
    .loginBx{
             width: 350px;
    max-width: 350px;
    display: block;
    margin: 0 auto !important;
    }
.imgUpld{
           padding: 7px 10px !important;
    
}
.widget_row .d-flex h3 {
    color: #ff4961;
    font-weight: 600;
}

.recCat .SumoSelect{
        width: 100%;
        display: block;
}

.recCat .SumoSelect > .CaptionCont{
width: 100%;
}

.form-group label b{
        font-weight: 600;
}
.form-group label {
    color: #2B335E;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.total_pts {
    color: #64b5f6 !important;
}

form.commonTbl .form-group{
    margin: 0rem 0rem !important;
}
 

.widget_row .card-body {
    padding: 1.2rem;
}

.widget_row .d-flex h6 {
    font-weight: 600;
    font-size: 1.1rem;
    color: #464855 !important;
    line-height: 25px;
    text-transform: capitalize;
}

.paid {
    width: 60px;
    height: 60px;
}

.latest_bk .card .card-title {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.latest_bk .table td,
.table th {
    border-bottom: 1px solid #E3EBF3;
    padding: 1.2rem 2rem;
}

.net_bal {
    color: #ffb280 !important;
}

.equivalent {
    color: #1ec481 !important;
}

.earned {
    color: #7d24ef !important;
}

.action_i {
    margin-right: 4px;
}

.approve_btn {
    padding: 0px 0px;
    min-width: 6rem !important;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    border: 0px;
}

.comment_tbl td:nth-child(2) {
    vertical-align: middle;
    text-align: center;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    }
div.dataTables_wrapper div.dataTables_paginate {
        margin: 0;
    white-space: nowrap;
    text-align: right;
    padding-top: 20px;
}
.dataTables_paginate span .paginate_button{
           min-width: 35px !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    padding: 4px !important;
    margin: 0px 7px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_info {
        padding-top: 20px;
    white-space: nowrap;
}
.start_date {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.start_time {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left: 0px;
}

.border-right-zero {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.pad_zero {
    padding: 0px !important;
}
.mytemppadding td{
     padding: .75rem 2rem;
}
.brand-text{
           position: absolute;
    top: 50%;
    transform: translate(-0%,-50%);
}
.end_date {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.border_zero {
    border-left: 0px;
}

.sded {
    position: relative;
    left: -15px;
}

.manage_ads {
    margin-top: 50px;
}

.manage_filter .action_btns {
    position: relative;
    top: 10px;
}

.manage_filter {
    margin-bottom: 35px !important;
}

.pps_spn {
    margin-right: 15px;
    height: 42px;
}

.equal_div {
    padding: 0px;
    height: 42px;
}

.equal_div span {
    border-left: 0px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.purchase_row {
    margin: 3px 0px 15px 0px !important;
}

.purchase_row .input-group-prepend,
.purchase_row .form-control {
    height: 42px;
}

.total_in {
    position: relative;
    left: -17px;
}

.pnts_lbl {
    position: relative;
    top: 12px;
    margin-right: 20px;
}

.note {
    padding: 15px;
    color: #000;
    font-size: 15px;
    padding-top: 0px;
}

.note span {
    color: #d60a0a;
    font-size: 16px;
    font-weight: 600;
}

.payment_form {
    border: 1px solid #d7d7d7;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.payment_form .label-control {
    position: relative;
    top: -5px;
    font-weight: 600;
    font-size: 13px;
}

.pay_1 .label-control,
.pay_2 .label-control {
    padding-right: 0px;
}

.pay_1,
.pay_2 {
    padding-right: 15px;
}

.payment_form .pay_1 {
    padding: 5px 40px;
}

.payment_form .pay_2 {
    padding: 40px;
}

.payment_form .form-section {
    font-weight: 500;
    font-size: 1.2rem;
}

.payment_form .form-section i {
    position: relative;
    top: 2px;
    font-size: 24px;
    left: 5px;
}

.user_head {
    border-bottom: 1px solid #6B6F82;
}

form .form-section {
    border-bottom: 1px solid #d7d7d7 !important;
}

.payment_form .form-actions {
    padding-right: 15px;
    border-top: 1px solid #d7d7d7;
}

.last_rw_ad {
    margin-bottom: 20px !important;
    margin-top: 7px !important;
}

#manage_ad_box #pps_margin {
    margin: 0px 0px 4px 0px;
}

#accordionWrap1 .card-body {
    padding: 0px !important;
}

.ih_btn {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

#accordionWrap1 .card-title i {
    font-size: 2rem;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

#accordionWrap1 .collapse-icon a[data-toggle=collapse]:after,
#accordionWrap1 .collapse-icon a[data-toggle=collapse]:before {
    transform: translate(-0%, -30%);
    top: 50%;
}

#accordionWrap1 .card-title {
    width: 100%;
    display: inline-block;
}

#accordionWrap1 .collapse-icon .card-header {
    position: relative;
    border: 1px solid #d7d7d7;
    padding: 0px 15px !important;
    height: 50px;
    line-height: 50px;
    border-bottom: 0px;
}

#accordionWrap1 .card-header:nth-last-child(2) {
    border-bottom: 1px solid #d7d7d7 !important;
}

#searchFrm .user_search_btn{
    color: #fff !important;
}

.view_btn {
    width: 69px;
    padding: 4px 14px;
    border-radius: 35px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    min-width: 60px;
}

#payment_header .card-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
}

#payment_header {
    width: 700px;
    display: block;
    margin: 0 auto;
    padding: 0px 0px 15px 0px !important;
}

.payment_body {
    padding: 30px 0px;
}

#strip {
    margin-top: 0px;
}

#strip .payment_mode {
    padding-left: 30px;
}

.payment_mode .control__indicator {
    top: 1px !important;
}

#strip .pay_1 {
    padding: 15px 40px 0px 40px;
}

#strip .pay_2 {
    padding: 0px 40px 40px 40px;
}

.navbar-semi-dark .navbar-header .brand-text {
    color: #FFF;
    font-size: 16px;
}

.login_form {
    position: relative;
    top: -10px;
}

.points_lbl {
    padding-left: 0px;
}

.points_lbl.form-actions {
    top:0px;
}

#email_temp .padding_left_zero {
    padding-left: 0px !important;
}

.add_tmp i {
    position: relative;
    top: 2px;
}

.add_tmp {
    position: relative;
    top: 15px;
    height: 35px;
    padding: 0px 10px !important;
    line-height: 35px !important;
    text-transform: uppercase;
}

.user_h4 a {
    position: absolute;
    top: 0px;
    right: 0px;
}

.user_h4 button {
    position: absolute;
    top: 0px;
    right: 0px;
}

.user_h4 {
    position: relative;
}

.note_div a {
    border-bottom: 1px solid #1E9FF2;
    margin-right: 5px;
}

.note_div .verified_i {
    position: relative;
    top: 0px;
    width: 21px;
    height: 21px;
    right: 0px;
    margin-right: 7px;
}

.card-header .card-title {
    font-weight: 600;
    text-transform: uppercase;
    /*border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;*/
    font-size: 1.10rem;
}

.bulk_email {
    position: relative;
    top: -4px;
}

.invc_btn i {
    position: relative;
    top: 2px;
}

.ad_box .prchsng_nput {
    position: relative;
    left: -20px;
}

.manage_ads_rw {
    margin: 0px 0px 5px 0px;
}

.invc_btn {
    padding: 0px 15px;
    color: #f5584a;
    border: 0px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 13px;
    border: 1px solid #f5584a;
    text-transform: uppercase;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
}

.inlineform .form-actions{
    margin: 0px 0px 25px 0px !important;
    border-top: 0px solid #D1D5EA;
    padding: 0px 0px; 
    margin-top: 0px; 
}

.filter_row .form-control:disabled,
.form-control[readonly],
.input-group-addon {
    background-color: #fff !important;
}


/*browse profile*/

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#profile_div .table {
    display: block;
    width: 100%;
}

#profile_div .table-cell {
    display: block;
    vertical-align: middle;
}

.profile_modal .modal {
    width: 300px;
    height: 400px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 40px 50px rgba(0, 0, 0, 0.35);
    padding: 40px;
}

.profile_div_child .table {
    display: block;
    width: 100%;
}

.profile_div_child .table-cell {
    display: block;
    vertical-align: middle;
}

#mediaFile {
    position: absolute;
    top: -1000px;
}

#profile {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    /*background-image:url('../../assets/images/profile.png');*/
    display: block;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
}

#profile .dashes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed #ddd;
    opacity: 1;
}

.profile_child {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    display: block;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
}

.verify_btn {
    background-color: #666ee8;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    width: 65px;
    text-align: center;
    color: #ffff;
    border-radius: 1.5rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-0%, -50%);
}

.user-info {
    table-layout: fixed;
}

.user-info .verified_i {
      position: relative;
    top: 50%;
    width: 18px;
    height: 18px;
    right: 10px;
    /* transform: translate(0%, -50%); */
    margin-left: 26px;
}

.user-info tr td {
    position: relative;
    word-wrap: break-word;
    border-top: 1px solid #E3EBF3;
    padding: .75rem 5rem !important;
    padding-left: 25px !important;
}

.user-info tr th {
    border-bottom: 1px solid #E3EBF3;
    padding: 1rem 1rem !important;
    font-size: 12px !important;
    border-top: 1px solid #E3EBF3;
    width: 165px;
}

#health-table tr th{
    border-bottom: 1px solid #E3EBF3;
    padding: 1.2rem 2rem !important;
    font-size: 12px !important;
    border-top: 1px solid #E3EBF3;
    width: 165px;
}

#health-table tr th:first-child{
    border-top: 1px solid #626E82;
}

.form-actions .btn {
    padding: 0rem 1rem !important;
    height: 40px !important;
    line-height: 40px !important;
    color: #fff !important;
}

#profile label {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    color: grey;
    opacity: 1;
}

#profile.dragging {
    background-image: none !important;
}

#profile.dragging .dashes {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 1 !important;
}

#profile.dragging label {
    opacity: 0.5 !important;
}

#profile.hasImage .dashes,
#profile.hasImage label {
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stat {
    width: 50%;
    text-align: center;
    float: left;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.stat .label {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.stat .num {
    font-size: 21px;
    padding: 3px 0;
}

.editable {
    position: relative;
}

.editable i {
    position: absolute;
    top: 10px;
    right: -20px;
    opacity: 0.3;
}

.profile_btns .btn {
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 10px;
}

.profile_btns .btn {
    width: 200px;
    text-align: center;
}

.profile_btns {
    margin-top: 20px;
    text-align: center;
}

form .form-control {
      border: 1px solid #d7d7d7 !important;
    color: #3B4781;
    border-radius: 3px !important;
    height: 42px;
}

#profile_div {
    padding: 50px 12px;
    border: 1px solid #e3e3e3;
}

.profile_div_child {
    padding: 20px 10px;
    border: 1px solid #e3e3e3;
}

.verified_i {
    position: absolute;
    top: 37px;
    width: 21px;
    height: 21px;
    right: 25px;
}

.active_btn {
    width: 82px;
    background: #00b300;
    padding: 4px 14px;
    border-radius: 35px;
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.active_btn:hover,
.inactive_btn:hover {
    color: #fff;
}

.inactive_btn {
       width: 80px;
    background: #FF1635;
    padding: 4px 14px;
    border-radius: 35px;
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}

.card-header {
    padding: 1.5rem 1.0rem !important;
    position: relative;
}

.filter_row {
    margin: 20px 0px;
    position: relative;
}

.filter_row .btn-success {
    border-color: #d90022 !important;
    background-color: #d90022 !important;
}

.filter_row .btn-danger {
    border-color: #00b300!important;
    background-color: #00b300!important;
}

.filter_row .btn-group {
    margin-right: 12px;
}

.add_btn i {
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.submit_btn i {
    margin-right: 7px;
}

.template_row {
    position: relative;
    left: -10px;
}

.template_check {
    margin-bottom: 0px;
}

.template_type label {
    display: inline-block;
    width: 260px;
}

.blk-rw {
    margin-bottom: 1rem !important;
}

.br-l-z {
    border-top-left-radius: 0px;
    border-left: 0px;
    border-bottom-left-radius: 0px;
}

.points_tab .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #EB7577  !important;
    border-radius: .25rem .25rem 0 0;
    color: #fff !important;
    border: 0px !important;
    border-radius: 0px;
}

.points_tab .nav.nav-tabs.nav-underline {
    border-bottom: 0px solid #1E9FF2;
}

.points_tab .nav.nav-tabs.nav-underline .nav-item a.nav-link {
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 600 !important;
}

#equal_span {
    margin-right: 0px;
}
.c_equal{
    margin-right: 0px;
}

.points_dv {
    padding-left: 0px;
    padding-right: 0px;
}

.points_dv.form-actions {
    top:0px;
}

.points_tab .nav-tabs .nav-item {
    width: 215px;
    max-width: 215px;
}


    .add_btn {
        padding: 9px 20px;
        text-transform: uppercase;
        margin-right: 12px;
    }

    .clearfix {
        clear: both;
    }

    .schl_r .action_btns {
        position: relative;
        top: 5px;
    }

    .dataTables_filter input{
    display: inline-block;
    width: 180px !important;
    margin-left: 7px;
    }

    .schl_r {
        margin: 0px 0px !important;
    }

    table.dataTable {
    border-spacing: 0;
    margin-top: 20px;
}

    .query_lbl {
        text-align: left !important;
        padding-right: 0px;
        position: absolute;
        top: 10px;
        left: 25px;
        display: inline-block;
        width: 18%;
    }

    .select_container {
        padding-left: 83px;
    }

    .query_input {
        padding-left: 0px;
    }

    #main-menu-navigation .nav-item i:before {
        font-size: 1.2rem !important;
        position: relative;
        top: 2px;
    }

    .payment_setting {
        width: 20px;
        height: 20px;
    }

    .margin_zero {
        margin: 0px !important;
    }

    #gp {
        padding: 1rem 1.0rem !important;
    }

    #pps_margin {
        margin: 0px 0px 20px 0px;
    }

    .pp_box {
        background-color: #f9fafd;
    }

    .pps_h4 {
        margin-bottom: 15px !important;
    }

    .pps_top {
        margin-top: 0px;
    }

    .pps_btm {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .action_btns {
        position: relative;
        top: 25px;
    }

    .dt_lbl {
        display: block;
    }

    .action_btns .btn-group .btn {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #e7e7e7 !important;
    }

    .modal-title {
        margin-bottom: 0;
        font-weight: 500;
    }

    .file_upld {
        padding-right: 0px;
    }

    label {
        font-weight: 500;
    }

    table th {
        text-transform: uppercase;
        font-size: 13px;
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #4E5154 !important;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #4E5154 !important;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        color: #4E5154 !important;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #4E5154 !important;
    }

    

    /*Image Upload*/

    .custom-file-upload-hidden {
        display: none;
        visibility: hidden;
        position: absolute;
        left: -9999px;
    }

    .custom-file-upload {
        display: block;
        width: auto;
        font-size: 16px;
        margin-top: 10px;
    }

    .custom-file-upload label {
        display: block;
        margin-bottom: 5px;
    }

    .blk_bdy {
        position: relative;
        top: -25px;
    }

    .file-upload-wrapper {
        position: relative;
        margin-bottom: 5px;
    }

    #timeformat,
    #lock,
    #autoswitch {
        border-left: 0px !important;
    }

    .swithButnBack{
             box-shadow:#EB7577 !important;
            border-color:#EB7577 !important;
            background-color: #EB7577 !important;
    }

    .invoice_history {
        width: 350px;
        text-align: center;
        background-color: rgba(241, 241, 241, 0.43);
        padding: 30px 10px;
        margin: 15px auto 15px auto;
    }

    .prchsng_lbl .col-md-2 {
        line-height: 33px;
    }

    .prchsng_lbl {
        margin: 0px 0px 25px 0px;
    }

    .prchsng_nput {
        position: relative;
        left: -40px;
    }

    .cstm_ft {
        justify-content: center;
    }

    .curncy {
        line-height: 40px;
    }

    .payment_form .form-section {
        border-bottom: 1px solid #d7d7d7;
    }

    .lg-ap-cotnt {
        background-image: url(../images/login-back.jpg);
        background-position: center;
    }

    .page-item.disabled .page-link {
        border-color: #d7d7d7 !important;
    }

    .page-item.active .page-link {
        background-color: #EB7577!important;
        border-color: #EB7577 !important;
    }

    .manage_ads .la-trash {
        cursor: pointer;
    }

    .dropdown .dropdown-divider,
    .dropdown .dropdown-menu {
        border: 1px solid #f1f1f1 !important;
    }

    .char_remain {
        font-size: 13px;
        margin-top: 7px;
    }

    .card-body {
        padding: 20px 15px 20px 15px !important;
    }

    .content-body .card {
        padding: 0px 0px 15px 0px !important;
    }

    .login_bx .btn-outline-info {
        border-color: #535BE2!important;
        background-color: #535BE2!important;
        color: #ffff;
    }

    #login_bx {
        padding: 0px 0px 0px 0px !important;
    }

    .login_bx .card-link {
        color: #000;
    }

    .login_bx .card-header {
        padding: 0rem 1.0rem !important;
        position: relative;
    }

    .login_bx .form-control {
        background-color: rgba(255, 255, 255, 0.69);
    }

    .login_bx {
        background-color: rgba(255, 255, 255, 0.52);
    }

    .lgn-logo {
        position: relative;
        top: 15px;
        width: 120px;
    }

    #forgotPass .card-header {
        background-color: rgba(255, 255, 255, 0) !important;
    }

    #forgotPass .card {
        background-color: rgba(255, 255, 255, 0.52) !important;
    }

    #forgotPass .form-control {
        background-color: rgba(255, 255, 255, 0.69);
    }

    #forgotPass .btn-lg.btn-block {
        border-color: #535BE2!important;
        background-color: #535BE2!important;
        color: #ffff;
        position: relative;
        top: 15px;
    }

    #forgotPass .card-link {
        color: #000;
    }

    #forgotPass .card-footer {
        background-color: rgba(255, 255, 255, 0) !important;
    }

    #user_booking_tbls table tr th:first-child {
        text-align: left;
        padding-left: 0px;
    }

    #user_booking_tbls table tr td:first-child {
        text-align: left;
        padding-left: 0px;
    }

    #user_booking_tbls .card-header .heading-elements a {
        padding: 3px 15px;
        background-color: #EB7577;
        border-radius: 40px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        position: relative;
        top: -7px;
    }

    .mr-1 span:first-child {
        color: #23a0da;
        font-weight: 500;
    }

    #user_drop a i:before {
        font-weight: 600;
        color: #2ab46f;
    }

    #user_drop a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
    }
.main-menu.menu-dark .navigation>li>a {
    padding: 12px 30px 12px 18px;
    font-size: 15px;
}
    .navbar-header .navbar-brand .brand-logo {
          position: relative;
    left: 5px;
    top: 8px;
    }
        #main-menu-navigation{
                margin-block-start: 0px !important;
        }
    .breadcrumb li {
        font-weight: 500 !important;
    }

    .breadcrumb li:first-child a {
        font-weight: 600 !important;
        color: #464855;
        font-size: 15px;
        position: relative;
        top: -1px;
    }

    .action_i:before {
        color: #6B6F82;
        font-weight: 500;
    }

    .page-item:last-child .page-link {
        border-top-right-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
    }

    .page-item:first-child .page-link {
        border-top-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important;
    }

    .widget_row .media .align-self-center i:before {
        font-size: 60px;
    }

    .widget_row .media .la-eur:before {
        font-size: 80px !important;
        position: relative;
        left: 10px;
    }

    .widget_row .media .la-balance-scale:before {
        font-size: 80px !important;
        font-weight: 400 !important;
        position: relative;
        left: 10px;
    }

    .form .form-group label {
        color: #2B335E;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
    }
  
    .toggle_btn label, .dct, .act {
            padding-left: 0px;
        margin-right: 5px;
        font-size: 15px !important;
        font-weight: 600 !important;
          text-transform: capitalize !important;
    }
    .toggle_btn {
    top: 13px;
    position: relative;
}
 

    .school_tbl tr td:nth-child(3) {
        vertical-align: middle;
    }

    .school_tbl tr td:nth-child(4) {
        vertical-align: middle;
    }

   

    .blk-rw .qry_lbl {
        width: 60px;
        text-align: left !important;
        display: inline-block;
    }

    .form-actions {
        padding: 0px 0px 0px 15px;
        position: relative;
        top: -15px;
    }

    #schl_ststs {
        font-weight: 600 !important;
        text-transform: uppercase !important;
    }

    .act {
        padding-left: 0px;
        margin-left: 5px !important;
    }

  
    .dropdown-user .la-angle-down {
        position: absolute;
        top: 7px;
        right: -28px;
        font-weight: bold;
        background-color: transparent;
    }

    .dropdown-user .la-angle-down:before {
        font-size: 15px;
        font-weight: bold;
        color: #6b6f82;
    }

    .table_body {
        padding-top: 0px !important;
        position: relative;
        top: -10px;
    }
    .LicenseExpDiv{
        width: 100%;
        z-index: 99;
        left: 0px;
    }
    .docDiv button:first-child{
        margin-right:15px;
    }
    .docDiv{
        padding: 20px 0px;
    }
    .img_container img{
       width: 100%;
    height: 320px;
    object-fit: cover;
    }
    .img_container{
         width: 100%;
    overflow: hidden;
    margin: 0 auto;
    height: 320px;
  }
  .docModal .modal-body {
    padding: 0px;
}
@media (min-width: 576px){
    .docModal .modal-dialog {
           max-width: 600px !important;
    margin: 1.75rem auto;
    }
}
.imgCaption hr{
    margin-top: 10px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-bottom: 10px;
}
.imgCaption{
    margin: 10px 0px 0px 0px;
    padding: 15px 0px 0px 15px;
}
.LicenseNo{
    font-weight: 500;
    font-size: 16px;
}
.docModal .close{
    position: absolute;
    top: -30px;
    right: 0px;
    opacity: 1;
    color: #fff;
    font-weight: 100;
}
.childHead{
        color: #1E9FF2;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0px 15px 0px;
}

.points_rw .points_err{
        position: absolute;
    bottom: -15px !important;
    left: 200px !important;
}
.points_rw .error{
    position: absolute;
    bottom: -15px;
    left: -48px;
}
.error {
    color: #ff0000 !important;
    font-size: 100%;
    font-weight: 400;
}
.marginDiv{
    padding-left: 70px;
}
.marginDiv label{
        position: absolute;
    left: 15px;
    top: 7px;
}
.margnRow{
    padding: 15px 0px;
}
.margnRow .form-actions button{
    position: relative;
    top: 14px;
}
.dataTables_info .select-info{ display:none; }

.child-table tr th, .child-table tr td{ border-top: 1px solid #E3EBF3;}

.ads_status{ top:30px;}
.ads_action_btns{ margin-top: 25px;}
.login_form .icheckbox_square-blue, .iradio_square-blue{
    border: 2px solid #535be2;
    background: none !important;
}
.login_form .icheckbox_square-blue.checked .iCheck-helper{
    opacity: 1 !important;
    background-color: transparent !important;
}
.login_form .icheckbox_square-blue.checked .iCheck-helper:before {
    content: "";
    background-color: transparent;
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    border-bottom: 2px solid #535be2;
    height: 11px;
    border-right: 2px solid #535be2;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.section_or{
position: relative;
}
.section_or label{ position: absolute;
    top: -9px;
    background: #fff;
    width: 50px;
    left: 50%;
    transform: translate(-50%,-0%);
}
.rqstStats{
   font-size: 12px;
    background-color: #f4f5fa;
    border-radius: 40px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;          
}
.rqstStatsRw hr{
       width: 100%;
    margin: 0px 15px 15px 15px !important;
}
.c_lbl{
    width: 100%;
}
.c_error{
    color: #ff0000 !important;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    bottom: -35px;
}
#addRecipe tr td:first-child{
    width: 20%;
}
#addRecipe tr td:nth-child(2){
    width: 80%;
}
.adjust{
        width: 442px;
        height: 30px;
}
.alignLbl{
        display: block;
    margin: 0px;
    visibility: hidden;
}
.dataTables_filter{
    text-align: right;
}
.dataTables_paginate {
    float: right;
}
input.form-control{
        width: 100%;
    border: 1px solid #d7d7d7 !important;
    color: #3B4781;
    border-radius: 3px !important;
    height: 35px;
    padding: 0px 15px;
}
#ingred_chosen .chosen-choices{
    padding:10px;
}
#ingred_chosen{
       width: 100% !important;
    margin-bottom: 20px;
}
#textbox_div input{
        margin: 10px 0px !important;
}
#addQuan{
        padding: 6px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.durationType{
    width: 377px !important;
    display: inline-block;
}
.durationInput{
       width: 50px;
    display: inline-block;
    margin-right: 10px;
}
select{
        color: #6B6F82 !important;
}
input[type="text"]{
        border: 1px solid #d7d7d7 !important;
    color: #6B6F82 !important;
    border-radius: 3px !important;
    height: 35px !important;
    padding: 0px 15px !important;
}
.recipeI{
        width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
}
.subI{
        margin-right: 7px;
}
.sbIcon{
    margin-right: 3px;
}
.table td input{
        padding: 8px 15px;
}
::placeholder { /* Firefox, Chrome, Opera */ 
        color: #6B6F82 !important; 
        opacity: .9;
} 
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
        color: #6B6F82 !important; 
} 
  
::-ms-input-placeholder { /* Microsoft Edge */ 
        color: #6B6F82 !important; 
}
.video_upload_error p
{
   padding: 6px 0px;
   color: red !important;
}  
.cmnCard{
        padding: 15px !important;
}
.minusMargin{
        margin: 0px -15px;
}
.cmnCardZeroPad .tabSize {
    margin: 20px -15px;
    position: relative;
}
.cmnCardZeroPad{
    padding: 0px !important;
}
.dataTables_length{
        margin-bottom: 40px;
}
input.form-control {
    width: 100%;
    border: 1px solid #d7d7d7 !important;
    color: #3B4781;
    border-radius: 3px !important;
    height: 35px;
    padding: 0px 15px;
}
.display.responsive.nowrap{
       width: 100% !important;
    display: table;
}
.detailsLink{
    /* margin-left: 15px; */
}
.toggler i{
        color: #fff;
    font-weight: 400;
    font-size: 23px !important;
}
.navbar-header.expanded .mylogo {
    width: 95px !important;
    height: 95px !important;
        top: 0px !important;
}
.toggleMenu{
        position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-0%,-50%);
    z-index: 99999999;
}
.navLogoI{
        position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-0%,-50%);
}
/* .navbar-header .toggler {
    display: block !important;
    position: absolute;
    right: 0px;
    bottom: 50px;
    transform: translate(-0%,-50%);
} */
.navbar-header .mylogo {
    width: 40px !important;
    height: 40px !important;
}
.navbar-header.expanded .toggler {
    top: 58% !important;
    left: 0px;
    right: auto;
}
/* .toggler{
           display: block !important;
    position: absolute;
    right: 0px;
    top: 85% !important;
    transform: translate(-0%,-50%);
    bottom: auto !important;
} */
.navbar-header.expanded  .logoLi h3{
          top: 48px;
}
.logoLi{
          position: relative;
    left: -15px;
    top: -10px;
}
.FormSection table.dataTable {
    margin-top: 0px;
}
.chosen-results{
        overflow-y: scroll !important;
    }
    .chosen-container .chosen-drop {
    overflow-y: scroll !important;
}
/*#cke_102,#cke_101,#cke_197,#cke_49,#cke_145,#cke_240,#cke_335,#cke_292,#cke_293,#cke_198,#cke_388,#cke_387,#cke_372,#cke_277,#cke_182,#cke_86,#cke_135,#cke_136,#cke_137,#cke_230,#cke_231,#cke_232,#cke_325,#cke_326,#cke_327,#cke_39,#cke_40,#cke_41,#cke_85,#cke_181,#cke_276,#cke_371,#cke_367,#cke_272,#cke_177,#cke_81,#cke_31,#cke_32,#cke_35,#cke_226,#cke_30_label,#cke_30,#cke_34,#cke_126,#cke_127,#cke_128,#cke_131,#cke_130,#cke_221,#cke_222,#cke_223,#cke_225,#cke_316,#cke_317,#cke_318,#cke_320,#cke_321,.cke_toolbar_break{
    display: none !important;
}
*/
#cke_30,#cke_31,#cke_32,#cke_34,#cke_35,#cke_39,#cke_40,#cke_41,#cke_50,#cke_51,#cke_52,#cke_53,#cke_54,#cke_55,#cke_56,#cke_57,#cke_58,#cke_85,#cke_101,#cke_103,#cke_87,#cke_88,#cke_89,#cke_90,#cke_92,#cke_93,#cke_94,#cke_126,#cke_127,#cke_128,#cke_130,#cke_131,#cke_135,#cke_136,#cke_137,#cke_145,#cke_181,#cke_183,#cke_184,#cke_185,#cke_186,#cke_188,#cke_189,#cke_190,#cke_197,#cke_199,#cke_181,#cke_221,#cke_222,#cke_223,#cke_225,#cke_226,#cke_230,#cke_231,#cke_232,#cke_240,#cke_276,#cke_278,#cke_279,#cke_280,#cke_281,#cke_272,#cke_283,#cke_284,#cke_285,#cke_292,#cke_294,#cke_316,#cke_317,#cke_318,#cke_320,#cke_321,#cke_322,#cke_335,#cke_367,#cke_371,#cke_373,#cke_374,#cke_375,#cke_376,#cke_378,#cke_379,#cke_380,#cke_389,#cke_387,#cke_227,#cke_137,#cke_36,#cke_132,#cke_177,#cke_81,#cke_37,#cke_133,#cke_134,#cke_38,#cke_228,#cke_229,.cke_toolbar_break{
    display: none !important;
}
#recipe_time{
    width: 100% !important;
}
.padZero .col-lg-6{
    padding: 0px;
}
.fileUpld{
        padding: 8px 0px !important;
}
.header-navbar .navbar-header .navbar-brand .brand-text {
    padding-left: 15px;
}
.btn {
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.sendEmail{
        background-color: #4CAF50;
    padding: 7px 10px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
.file-upload-input {
    width: 60%;
    color: #4E5154;
    font-size: 14px;
    padding: 0px 17px;
    border: none;
    background-color: rgb(254, 254, 254) !important;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #d7d7d7;
    /* IE 9 Fix */
}
.btnadj{
       position: relative;
    top: 18px;
}
#usersTbl tr td select{
        width: 403px;
        height: 35px;
}
/*.dataTable  tbody tr td, .dataTable tr th{
    text-align:center;
}*/
.commnTbl tr td:first-child{
width: 20%;
}

.dataTables_length select{
    display: inline-block;
    width: 60px;
}

.toggle_btn{
           position: relative;
    top: 0px;
}

.toggle_btn1 {
    position: relative;
    top: 20px;
}
.usr{
      position: relative;
    top: -4px;
    left: 12px;
    margin-right: 15px;



.file-upload-input:hover,
.file-upload-input:focus {
    background-color: #f2f2f2;
    outline: none;
}

.form-control {
    border: 1px solid #d7d7d7 !important;
}

.es_lbl {
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
}

#query_select {
    display: inline-block;
    width: 100%;
}

#template_selector .query_lbl {
    top: 10px;
    left: 15px;
    width: 40%;
}

.status_box {
    line-height: 51px;
}

.sms_title {
    margin-top: 15px;
}

#template_selector .select_container {
    padding-left: 135px;
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 20px;
    border: none;
    margin-left: -1px;
    background-color: #666ee8 !important;
    float: left;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 40%;
}

.file-upload-button:hover {
    background-color: #6d2018;
}


/*Image Upload*/


/*Radio Button & Checknbox*/

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d7d7d7;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: #ccc;
}

.control input:checked~.control__indicator {
    background: #2ab56f;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: #2ab56f;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #666ee8;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select select::-ms-expand {
    display: none;
}

.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}

.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #666ee8 transparent transparent transparent;
}

.select select:hover~.select__arrow,
.select select:focus~.select__arrow {
    border-top-color: #000;
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc;
}
.commonForm{
    padding: 0px 15px;
}

/*Radio Button & Checknbox*/


/*Confirm Delete Modal*/

.modal-confirm {
    color: #636363;
    width: 400px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: -10px 0 15px 0px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm .modal-body {
    color: #999;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.modal-backdrop.show {
    opacity: .8 !important;
}

.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    margin-top: 13px;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 50%;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
}

.modal-confirm .modal-body p {
    font-size: 16px;
    line-height: 28px;
    color: #636363;
}

.modal-confirm .btn-info {
    background: #c1c1c1;
}

.modal-confirm .btn-info:hover,
.modal-confirm .btn-info:focus {
    background: #a8a8a8;
}

.modal-confirm .btn-danger {
    background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
    background: #ee3535;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}


/*Confirm Delete Modal*/


/*Success Modal*/

.successModal .modal-confirm .icon-box i {
    color: #fff;
}

.successModal .modal-body p {
    margin: 20px 0px 5px 0px !important;
}

.successModal .modal-confirm h4 {
    margin: -5px 0 15px 0px;
}

.successModal .modal-confirm .modal-content {
    padding: 40px 25px;
}

.successModal .modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -85px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border: 0px;
}


/*Success Modal*/

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    display: none !important;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    display: none !important;
}

.ql-image,
.ql-video,
.ql-formula,
.ql-clean,
.ql-font {
    display: none !important;
}


/*bootstrap custom*/

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #2ab56f !important;
    border-color: #2ab56f !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #2ab56f !important;
    border-color: #2ab56f !important;
}
/*bootstrap custom*/


/*media queries*/
@media (max-width: 1440px) {
    .widget_row .card {
        display: flex !important;
        max-height: 200px !important;
        background-color: #fff !important;
        height: 135px !important;
        justify-content: center;
        padding: 0px 0px 0px 0px !important;
    }
    .widget_row .card .media-body h3 {
        width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .widget_row .card-body {
        padding: 0px 15px 0px 15px !important;
    }
    .widget_row .pnt_booked {
        padding: 0px 35px 0px 0px !important;
    }
    .hide_sm {
        display: none;
    }
}

@media (max-width: 720px) {
    .btnadj {
    position: relative !important;
    top: 0px !important;
    margin-top: 15px !important;
}
}
@media (max-width: 768px) {
    .widget_row .card {
        display: flex !important;
        max-height: 200px !important;
        background-color: #fff !important;
        height: auto !important;
        justify-content: center;
        padding: 0px 0px 0px 0px !important;
    }
    .widget_row .card-body {
        padding: 0px 15px 0px 15px !important;
    }
}

/*media queries*/

