#main_wrapper {
    width: 100%;
}

.top_navbar {
    background: #fff;
    min-height: 44px;
    border: 1px solid #ebeff0;
}

.navbar_container {
    padding: 0px 11px;
}

.top_1 {
    width: 13%;
    display: inline-block;
    vertical-align: middle;
}

.top_2 {
    width: 76%;
    display: inline-block;
}

.top_3 {
    width: 10%;
    display: inline-block;
}

img.logo_img {
    width: 32px;
    height: auto;
}

.logo_link {
    color: #19232d;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 15px;
    display: inline-block;
}

.logo_link:hover {
    color: #2b3c4e;
}

.top_search {
    position: relative;
    z-index: 1000;
    height: 40px;
    font-size: 14px;
    border-radius: 20px;
}

.top_search .search_input {
    width: 240px;
    margin-top: 6px;
    padding-left: 36px;
    height: 40px;
    font-size: 14px!important;
    padding-right: 10px;
    background: #ebeff0!important;
    border-radius: 22px;
    border: 2px solid #ebeff0;
    position: relative;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top_search .search_input:focus,
.top_search .search_input:hover {
    background: #fff!important;
    border: 2px solid #a9b6b6;
    font-size: 12px;
}

.top_search:before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    top: 16px;
    left: 15px;
    cursor: pointer;
    z-index: 1000;
    color: #a9b6b6;
}

.side_menu_container {
    position: relative;
    width: 14%;
    /*min-width: 230px;*/
    height: 100vh;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
    overflow: hidden;
    overflow-y: auto;
    display: inline-block;
}

.right_side_container {
    width: 85.4%;
    display: inline-block;
    vertical-align: top;
}

.left_menu_ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.side_menu_container ul li a {
    padding: 12px 16px;
    color: #000;
    background: #fff;
    font-weight: 600;
    display: block;
    text-decoration: none;
}

.side_menu_container ul li a:hover {
    color: #0046d1;
    background-color: #f8f8f8;
    text-decoration: underline;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content_top {
    background: #19232d;
    color: #fff;
    padding: 15px 30px;
}

.content_top_1 {
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
}

.content_top_2 {
    width: 49.5%;
    display: inline-block;
    text-align: right;
}

.card_title {
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    line-height: normal;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

.btn_style_1 {
    background: #0046d1;
    padding: 11px 15px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}

.btn_button_1 {
    background: #0046d1;
    padding: 9px 15px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    margin: 10px;
    border: none;
}

.btn_button_1:hover {
    background: #0038a8;
}

.btn_style_1:hover {
    color: #fff;
    background-color: #0038a8;
}

.content_top_b {
    background: #fff;
    color: #19232d;
    padding: 20px 30px;
}

.top_b_1 {
    display: inline-block;
    width: 49.5%;
    position: relative;
}

.top_b_2 {
    display: inline-block;
    width: 49.5%;
    text-align: right;
}

input,
select {
    font-weight: 400;
    outline: 0;
    border: 1px solid #d8dcdd;
    width: 100%;
    height: 39px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #19232d;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus {
    border-color: #19232d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(25 35 45 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(25 35 45 / 60%);
}

select:focus {
    border-color: #19232d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(25 35 45 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(25 35 45 / 60%);
}

.search_big {
    font-size: 14px;
    line-height: 1.42857143;
    color: #19232d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebeff0;
    border-radius: 0;
    height: 39px;
    width: 83%;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.b_2_1,
.b_2_2 {
    display: inline-block;
    vertical-align: middle;
}

.b_2_1 {
    margin-right: 20px;
}

.btn_style_2 {
    color: #19232d;
    background-color: #fff;
    padding: 11px 15px;
    border: 1px solid #b8bec0;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
}

.btn_style_2:hover {
    background-color: #ebebeb;
    color: #19232d;
}

.content_top_nop {
    background: #19232d;
    color: #fff;
}

.go_back {
    display: inline-block;
    background: #0046d1;
    padding: 25px 10px;
    height: 100%;
    margin-right: 20px;
}

.go_back a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.content_top_nop h1 {
    display: inline-block;
}

.custumer_create_form {
    margin-top: 30px;
}

.h3_s_bg {
    color: #fff;
    padding: 15px;
    background: #19232d;
    font-size: 14px;
    font-weight: 600;
}

.col-50 {
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    clear: both;
}
.product_pricing_by_person .date_input_for_all input{
    width: 73% !important;
    min-width:unset !important;
}
.product_pricing_by_person {
    margin-top: 24px;
}
.vertical_top{
    vertical-align: top !important;
    padding-top: 0px !important;
}
.vertical_top .label_input{
padding-top: 0px !important;
}
.vertical_top .label_standart{
    margin-bottom: 10px;
}
.label_input {
    padding: 10px;
}

.label_input label {
    width: 24.5%;
    display: inline-block;
}

.label_input input {
    display: inline-block;
    width: 74.5%;
    vertical-align: middle;
}

.label_input select {
    display: inline-block;
    width: 74.5%;
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: "\f073";
    font-size: 20px;
    color: #fff;
    padding: 9px;
    display: block;
}

.date_input {
    position: relative;
}

.date_input .icon_style {
    width: 36px;
    height: 39px;
    background: #0046d1;
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.col-100 {
    width: 100%;
    background: #ffff;
    padding-bottom: 30px;
}

.checkbox_style {
    width: 26px!important;
    height: 26px;
    vertical-align: middle;
    margin-right: 5px;
}

textarea {
    vertical-align: middle;
    width: 100%;
}

.drop_menu_items {
    display: none;
    list-style: none;
}

.col-100 i.fa.fa-bars.drag-handle.valign.justify {
    background: #ebeff0;
    padding: 18px;
    color: #0046d1;
}

.label_b {
    font-weight: 700;
    font-size: 14px;
    margin-left: 30px;
}

.tool_tip {
    width: 100%;
    padding-left: 10px;
    color: #8d9f9f;
}

.col-16 {
    display: inline-block;
    width: 16.4%;
    padding: 7px 0px;
    vertical-align: middle;
}

.col_33 {
    width: 33%;
    display: inline-block;
}

.col-order_b {
    margin-top: 20px;
    vertical-align: top;
}

.label_input .label_s_2 {
    width: 80%;
}

.full_width {
    width: 100%;
    position: relative;
    clear: both;
    margin-bottom: 20px;
}

.label_standart {
    width: 124px !important;
}

.top_b_1 .fa-search {
    background: #ebeff0;
    padding: 12px;
    position: absolute;
    top: 12px;
}

.full_width .search_big {
    width: 40%;
}

.full_width .select_40 {
    width: 40%;
}

.full_width .fa-search {
    background: #ebeff0;
    padding: 12px;
    position: absolute;
    top: 12px;
}

.fa-search {
    background: #ebeff0;
    padding: 12px;
    display: inline-block;
    margin-right: -4px;
    
}

.input-inline-2 .input_text {
    padding: 8px 10px;
    display: inline-block;
    font-size: 14px;
    background: #ebeff0;
    margin-right: -4px;
    vertical-align: top;
}

.input-inline-2 input {
    display: inline-block;
    width: 31.8%;
}

.input-inline-2 .icon_style {
    position: unset;
    vertical-align: bottom;
}
.input-inline-1 input{
display: inline-block;
width: 68%;
}
.input-inline-1 .input_text {
    padding: 8px 10px;
    display: inline-block;
    font-size: 14px;
    background: #ebeff0;
    margin-right: -4px;
    vertical-align: top;
}
.label_input .label_s_checkbox {
    width: auto;
    margin-right: 40px;
}

.menu_order_balance {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.menu_order_status {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu_lv1 {
    text-align: center;
    display: block;
}

.text_balance {
    display: block;
}

.menu_lv1 {
    text-align: center;
    display: block;
    border-left: 1px solid #ebeff0;
    border-bottom: 4px solid ;
    border-right: 1px solid #ebeff0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 210px;
    padding: 12px 0px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.menu_lv1_2 {
    text-align: center;
    display: block;
    border-left: 1px solid #ebeff0;
    border-bottom: 4px solid;
    border-right: 1px solid #ebeff0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 210px;
    padding: 12px 0px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.text_balance {
    font-size: 12px;
    color: #97a2a2;
    font-weight: 300;
    line-height: 1;
}

.em_blue {
    color: #0046d1;
    border-bottom-color: #0046d1;
}

.em_blue.active {
    color: #fff;
    background: #0046d1;
}

.em_purple {
    color: #5900b3;
    border-bottom-color: #5900b3;
}

.em_purple.active {
    color: #fff;
    background: #5900b3;
}

.em_red {
    color: #ea0029;
    border-bottom-color: #ea0029;
}

.em_red.active {
    color: #fff;
    background: #ea0029;
}

.em_orange {
    color: #e65c00;
    border-bottom-color: #e65c00;
}

.em_orange.active {
    color: #fff;
    background: #e65c00;
}

.em_green {
    color: #26ad5f;
    border-bottom-color: #26ad5f;
}

.em_green.active {
    color: #fff;
    background: #26ad5f;
}

.em_grey {
    color: #888;
    border-bottom-color: #888;
}

.em_grey.active {
    color: #fff;
    background: #888;
}

.menu_order_status_dropdown,
.menu_order_balance_dropdown {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.menu_order_status_dropdown .status_circle {
    cursor: pointer;
    display: block;
    padding: 10px 20px 10px 15px;
    margin: 0;
    border-bottom: 1px solid #d8dcdd;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%!important;
    text-decoration: none;
    cursor: pointer;
}

.menu_lv1_2,
.menu_lv1 {
    cursor: pointer;
}

.menu_order_status_dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: none;
    position: absolute;
    z-index: 999;
    width: 210px;
}

.menu_order_balance_dropdown {
    display: none;
    position: absolute;
    z-index: 999;
    width: 210px;
    list-style: none;
    padding-left: 0px;
}
.menu_order_balance_dropdown li{
    display: block;
    padding: 10px 20px 10px 15px;
    margin: 0;
    border-bottom: 1px solid #d8dcdd;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%!important;
    text-decoration: none;
    cursor: pointer;
}
span.balance_right{
    float: right;
}

.menu_order_balance_dropdown a {
    cursor: pointer;
}

.menu_order_status_dropdown li .status_circle span {
    float: right;
}

.inside-90 {
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
}

.col-25 {
    width: 24.5%;
    display: inline-block;
    padding: 7px 0px;
    vertical-align: middle;
}

.col-75 {
    width: 74.9%;
    display: inline-block;
    padding: 7px 0px;
    vertical-align: middle;
}

.agent_s {
    display: block;
}

.agent_s a {
    text-decoration: none;
    font-weight: 600;
}

.info_title {
    display: block;
}

.info_title_small {
    display: block;
}

.clsoe_x {
    font-size: 24px;
    cursor: pointer;
}

.input_info {
    font-size: 12px;
    display: block;
    color: #8d9f9f;
    margin: 2px 0 5px;
}

.date_input_for_all input {
    width: 100%;
    
   
    /*vertical-align: middle;*/
}
.dispplay_table input, .dispplay_table .input_text, .dispplay_table .icon_style, .dispplay_table .select_icon_s{
    display: table-cell;
}
.icon_for_all_select select {
    width: 100%;
    
    vertical-align: middle;
}

.icon_for_all_select .select_icon_s {
    background: #0046d1;
    color: #fff;
    vertical-align: middle;
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
    font-size: 20px;
    color: #fff;
    padding: 9px;
    display: block;
}

.dispplay_table{
    display: table;
    width: 100%;
}
.date_input_for_all .icon_style {
    background: #0046d1;
    color: #fff;
    vertical-align: middle;
}

.input_text {
    padding: 0px 14px;
    font-size: 14px;
    background: #ebeff0;
    vertical-align: middle;
    margin-right: -3px;
}

.alarm_block {
    border-left: 3px solid #f79e0e;
    padding: 20px;
    background: #f8fafc;
}

.alarm_block span {
    font-weight: 600;
}

.alarm_block p {
    font-size: 14px;
    color: #000;
    padding: 0;
    margin: 0;
}

.input_small_bg_s {
    background: #f8fafc;
    padding: 20px;
}

span.edit_text {
    margin-bottom: 10px;
    display: block;
}

.edit_text a {
    text-decoration: none;
}

.input_small_bg_s input {
    width: 40px;
    text-align: center;
    display: inline-block;
}

.price_result {
    display: inline-block;
    background: #fff;
    width: 40%;
    padding: 7px 10px;
}

.checkbox_small_bg_s {
    background: #f8fafc;
    padding: 18px;
}

.vertical_middle {
    vertical-align: middle;
}

.check_bg_inside {
    background: #fff;
    padding: 8px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}

.lb_input_full input,
.lb_input_full select {
    width: 100% !important;
}

.lb_input_full .label_standart {
    display: block;
    width: 100% !important;
}

.order_total_amount {
    background: #f4f6f7;
    padding: 10px 7px;
}

.order_payment_s {
    margin-top: 15px;
    background: #ebebeb;
    padding: 5px;
}

.add_close {
    text-align: right;
}

.close_x {
    padding: 5px 20px;
    background: #f9515f;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

.add_1 {
    padding: 5px 20px;
    background: #0046d1;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
.rate_list li:nth-child(n){
    background: #fbfbfb;
}
.rate_list li:nth-child(2n){
    background: #ebeff0;
}


ul.rate_list {
    list-style: none;
    padding: 0px;
    
    margin-left: 10px;
}

.rate_list li a{
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    color: #214cd1;
}
.rate_list li a:hover{
    text-decoration: underline;
    color: rgb(40, 40, 40) !important;
}

.rate_drop_menu_items{
    display: none;
    z-index: 999;
    background: #fff;
    width: 209px;
    list-style: none;
    position: absolute;
    z-index: 999;
    margin: 0px;
    padding: 0px 10px;
    box-shadow: 0px 8px 16px #8881816b;
}
.rate_drop_menu_items li a{
    text-decoration: none;
    display: block;
    padding: 7px 5px;
    color: #19232d; 
}
.rate_drop_menu_items li a:hover{
    text-decoration: underline;
    color: #19232d; 
}
.rate_drop_menu {
    list-style: none;
    display: block;
    position: relative;
    margin: 0;
    -webkit-margin-after-collapse: 0;
    padding: 0px;
}
.dropratemenu {
    padding: 10px 20px;
    display: block;
    border: 1px solid #ebebeb;
    width: 209px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    color: #19232d;
    margin-top: 7px;
    cursor: pointer;
}
.dropratemenu:hover{
    background: #ebebeb;
    border-color: #19232d;
    color: #19232d;
}

.agants_search_drop_menu{
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.dropagentsearchmenu{
    padding: 10px 20px;
    display: block;
    border: 1px solid #ebebeb;
    width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    color: #19232d;
    
    cursor: pointer;
}
.dropagentsearchmenu:hover{
    background: #ebebeb;
    border-color: #19232d;
    color: #19232d;
}

.agants_search_drop_menu_items {
    display: none;
    z-index: 999;
    background: #fff;
    width: auto;
    list-style: none;
    position: absolute;
    z-index: 999;
    margin: 0px;
    padding: 0px 10px;
    box-shadow: 0px 8px 16px #8881816b;
}

.agants_search_drop_menu_items li{
    padding: 11px 0px;
    border-bottom: 1px solid #ebebeb;
}

.search_inline_btn{
    display: inline-block;
    width: 60%;
}
.search_lb_style{
    width: 86%;
    vertical-align: middle;
}
.dataTables_length select{
    width: auto !important;
}

.dataTables_filter input{
    width: auto !important;
}
.table-responsive{
    padding-left: 10px;
    padding-right: 10px;
}

.product_menu{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;

}
.product_menu li{
    display: inline-block;
    background: #19232d;
}

.product_menu li a{
    padding: 10px 20px;
    background: #19232d;
    display: block;
    color: #fff;
    text-decoration: none;
}
.menu_link_active{
    background: #fff !important;
    color: #0046d1 !important;
}

.product_pricing {
    background: #eee;
    padding: 8px;
    float: right;
    clear: both;
    margin-bottom: 5px;
}
.img_drag_and_drop{
    text-align: center;
    padding: 50px 0px;
    background: #f4f6f7;
    border:1px solid #d8dcdd;
}
.drag_drop_text{
    display: block;
    margin: 20px 0;
}
.drag_images{
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 5px;

}
.close_img{
    color: #ccc;
    cursor: pointer;
    float: right;
}
.close_img:hover{
    color: #000;
}
.drag_images img{
    width: 100%;
}
.img_cover{
    background: #19232d;
    color: #fff;
    text-align: center;
    padding: 5px ;
}

.delete_s {
    background: #fff;
    color: #f9515f;
    border: 1px solid #f9515f;
}
.delete_s:hover{
    background: rgba(249,81,95,.1) !important;
}

.extras_block1, .extras_block2, .extras_block3, .extras_block4 {
    display: inline-block;
    vertical-align: middle;
}
.extras_block4 img{
    max-width: 70px;
    max-height: 70px;
}
.extras_item {
    padding: 5px;
    background: #f7f7f7;
    border: 1px solid #e9e9e9;
    margin-top: 20px;
}
.extras_description_p{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 14px;
}
.extras_block1 {
    width: 5%;
}
.extras_block2 {
    width: 50%;
}
.extras_block3 {
    width: 20%;
}
.extras_block4 {
    width: 20%;
}
.center_100{
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.sub_schedule_menu{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.sub_schedule_menu li{
    display: inline-block;
}
.sub_schedule_menu li a{
    margin: 0 5px;
    padding: 10px 10px;
    font-size: 13px;
    color: #19232d;
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
.sub_schedule_menu .active{
    color: #0046d1;
    border-bottom: 1px solid #0046d1;
}
.border_line{
    border-bottom: 1px solid #ccc;
}

.bg_ccc{
    background: #f7f8f9;
    border: 1px solid #d8dcdd;
}
.bg_ccc .col-50{
    background: none!important;
}

.height_200{
    height: 200px;
}
.height_300{
    height: 300px;
}
span.booking_info_title {
    height: 30px;
    display: block;
    margin-top: 82px;
    margin-left: 20px;
}

.bb{
    border-bottom: 1px solid #d8dcdd;
    padding: 30px 0px;
}

.dropmenu{
    cursor: pointer;
}

.dropmenu {
    position: relative;
}

.dropmenu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #555 transparent transparent transparent;
    transform: translateY(-50%);
}

.dropmenu.open::after {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #555 transparent;
}

.div_button{
    background: #0046d1;
    padding: 9px 15px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    margin: 10px;
    border: none;
    cursor: pointer;
    width: fit-content;
}
.div_button:hover{
    background: #0038a8;
}
.div_center{
    margin: 0 auto;
    display: block !important;
}


color: #2c3d4f;
    padding: 10px 20px 10px 15px;
    border-bottom: 1px solid #e6e8e9;


/*start frontend style*/


/*end frontend style*/