.front_loader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1089;
    width: 100vw;
    height: 100vh;
    background-color: rgba(67, 89, 113, 0.5);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.front_loader.show{
    opacity: 1;
    display: flex;
    z-index: 9999;
}

.form_area_box::after {
    display: block;
    content: "";
    clear: both;
}

.form_area_box .form_box{
    padding: 0px 5px;
    width: 20%;
    float: left;
}


.custom_table .table {
  border-radius: 0.2rem;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.custom_table .table th.std:first-child,
.custom_table .table td.std:first-child {
  position: sticky;
  left: 0;
  text-align: left;
}
.custom_table .table tbody th{
    background-color: #fff;
}
.custom_table .table td:first-child {
    background-color: #fff;
}
.custom_table .table tfoot th:first-child{
    background-color: #fff;
}

.custom_table .table th{
    text-align: center;
}
.custom_table .table td {
  white-space: nowrap;
  text-align: center;
}


.custom_group_option {
float: left;
width: 100%; 
display: flex;
}
.custom_group_option .left_options_form {
float: left;
width: calc(100% - 50px); 
margin-bottom: 10px;
}
.custom_group_option .left_options_form .left_f_group {
float: left;
width: 100%; }

.custom_group_option .left_options_form .left_f_group::after {
    display: block;
    content: "";
    clear: both;
}
.custom_group_option .left_options_form .left_f_group .form-group{
margin-bottom: 0;
width: 25%;
float: left;
padding: 0px 5px;
}
.custom_group_option .left_options_form .right_f_group .form-group{
margin-bottom: 0;
}
.custom_group_option .left_options_form .right_f_group {
float: right;
width: 48%; }
.custom_group_option .left_options_form .right_f_group .form-group .addons_limit {
display: none; }
.custom_group_option .left_options_form .right_f_group .form-group .limit_messages {
display: none; }
.custom_group_option .left_options_form .right_f_group.view_limit .form-group .addons_limit {
display: block; }
.custom_group_option .left_options_form .right_f_group.view_limit .form-group .limit_messages {
display: block; }
.custom_group_option .left_options_form .form-group .form-control {
height: 40px !important; }
.custom_group_option:last-child .close_option.add {
display: block; }
.custom_group_option:last-child .close_option.remove {
display: none; }
.custom_group_option .close_option.add {
display: none; }
.custom_group_option .close_option.remove {
display: block; }
.custom_group_option .close_option {
width: 50px;
float: right;
padding-top: 2px;
display: flex;
align-items: end;
justify-content: end;
padding-bottom: 13px;
}
.custom_group_option .close_option a {
float: right;
display: inline-block;
height: 35px;
width: 35px;
background-color: #ff3e1d;
color: #ffffff;
text-align: center;
font-size: 20px;
line-height: 35px; 
padding: 0;
}

.append_addons_html .add_addons_with_options .add_addons_dashed .add_menu_options_fields{
    display: block;
    content: "";
    clear: both;
}

.create_add_more_option{
    padding-left: 6px;
    margin-top: 10px;
}
.create_add_more_option.hide_add_more{
    position: relative;
    z-index: -999;
    opacity: 0;
}

.create_add_more_option .btn-primary{
    background-color: #1e3226;
    border: 0;
    box-shadow: none;
}
.create_add_more_option .btn-primary::hover,
.create_add_more_option .btn-primary::focus,
.create_add_more_option .btn-primary::active{
    background-color: #1e3226;
    border: 0;
    box-shadow: none;
}

.btn-primary::hover, 
.btn-primary::focus{
    background-color: #1e3226;
    box-shadow: none;
    border: 0;
}

.price_range_section{
    padding-bottom: 50px;
}

.button_area{
    text-align: right;
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 67px;
    margin-bottom: 14px;
}
.button_area .btn {
    background-color: #006940;
    color: #fff;
    font-size: 14px;
    border: none;
    box-shadow: none;
}

.button_area .btn::hover,
.button_area .btn::focus,
.button_area .btn::active{
    background-color: #006940;
    border: none;
    box-shadow: none;
}

.button_area.no_position{
    position: static;
    float: right;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.text-red{
    color: #FF0000;
}

select {
    display: block !important;
    margin: 0;
    border: 0;
    padding: 0;
    height: 1px;
    opacity: 0;
    position: relative;
    top: 30px;
}

label.error{
    margin-bottom: 0;
    color: #FF0000;
    font-weight: 400;
}

.nice-select.wide .list{
    max-height: 195px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.nice-select.wide .list::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 0px rgba(0,0,0,0);
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    background-color: #e7e7e7;
}

.nice-select.wide .list::-webkit-scrollbar
{
    width: 3px;
    background-color: #e7e7e7;
}

.nice-select.wide .list::-webkit-scrollbar-thumb
{
    background-color: #006940;
    border: 1px solid #006940;
}

.group_profile_users .blog-style1__content .single-blog-style1 .single-blog-style1__inner{
    height: 400px;
    overflow: hidden;
}

.group_profile_users .blog-style1__content .single-blog-style1 .single-blog-style1__inner div{
    height: 100%;
}

.group_profile_users .blog-style1__content .single-blog-style1 .single-blog-style1__inner div img{
    height: 100%;
    object-fit: cover;
}

.single-blog-style1__inner{
    min-height: 220px;
}

.top_10_auctions .table tr td{
    word-break: break-all;
}

.about-style3-area{
    padding-bottom: 130px;
}

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
    .price_range_section .form_area_box .form_box .form-group label{
        font-size: 13px;
    }
    .custom_group_option .left_options_form .left_f_group .form-group label{
        font-size: 13px;
    }
    .price_range_section .form-group.range-group-option label{
        font-size: 13px;
    }
    .top_10_auctions .table tr td{
        word-break: normal;
    }
}

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
    .form_area_box .form_box{
        width: 100%;
        float: none;
    }
    .top_10_auctions .table tr td{
        word-break: normal;
    }
}

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
    .form_area_box .form_box{
        width: 100%;
        float: none;
    }
    .custom_group_option .left_options_form .left_f_group .form-group{
        width: 50%;
    }
    .custom_group_option .left_options_form .form-group .form-control{
        height: 42px !important;
    }
    .custom_group_option .close_option{
        align-items: start;
        padding-top: 42px;
    }
    .button_area{
        margin-right: 15px;
    }
    .top_10_auctions .table tr td{
        word-break: normal;
    }
}

/* Smaller phones */
@media (max-width: 360px) {
    .form_area_box .form_box{
        width: 100%;
        float: none;
    }
    .custom_group_option .left_options_form .left_f_group .form-group{
        width: 50%;
    }
    .custom_group_option .left_options_form .form-group .form-control{
        height: 42px !important;
    }
    .custom_group_option .close_option{
        align-items: start;
        padding-top: 42px;
    }
    .button_area{
        margin-right: 15px;
    }
    .top_10_auctions .table tr td{
        word-break: normal;
    }
}












/*.handle_container{
  width:100%;
  margin:auto;
}

table.ir_table{
  border-collapse:collapse;
  background-color: #fff;
}

.ir_fixed{
    top:0;
    position:fixed;
    width:auto;
    display:none;
    border:none;
    background-color: #fff;
}*/

.main-menu .navigation>li{
    margin-right: 15px;
}

.sticky-header .main-menu .navigation>li{
    margin-right: 15px;    
}

@media only screen and (min-width: 1200px) and (max-width: 1550px){
    .main-menu .navigation>li{
        margin-right: 6px;
    }
}