@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,400,500,600,700');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background: #e6e6e6;
  font-size: 15px;
 /* old font-family: 'Open Sans', sans-serif;*/
 /* new font-family: 'Raleway', sans-serif;*/
  color: #000000;
  line-height: 22px;
  width: 100%;
  overflow-x: hidden;
}
input:focus {
  box-shadow: none;
  outline: none;
}
ul {
  list-style: none;
}
a {
  color: #646464;
  text-decoration: none;
  /*transition: all 0.3s ease-out 0s;*/
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
}
h5 {
  font-size: 14px;
  color: #00a6aa;
}
h6 {
  font-size: 13px;
}
input:focus {
  outline: none;
  box-shadow: none;
}
img {
  border: none;
  outline: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
button,
input[type="submit"] {
  background: #00cfff none repeat scroll 0 0;
 /* border: medium none;*/
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 31px;
  min-width: 62px;
  padding: 0 10px;
  text-align: center;
}
button:hover,
input[type="submit"]:hover {
  background: #000000;
  color: #fff;
}
/*default css end*/
.container{
  width:90%;
}
.full_width {
    width:100%;
}

.header-top {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  padding: 20px 0;
}
.header-top a{
  color:#fff;
}

.logo {
  float: left;
  max-width: 290px;
}
.sign-box{
  float:right;
}
.sign-box ul li {
  display: inline-block;
  font-size: 15px;
  padding-left: 15px;
}
.sign-box ul {
  margin: 0;
  padding: 20px 0 0;
}
.main-nav {
  background: #b60202 none repeat scroll 0 0;
}
.main-nav li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  font-size: 14px;
  padding: 0px 6px;
  /* text-transform: uppercase; */
  /*z-index: 2;*/
}
/*.main-nav li:first-child{
  padding-left:0;
}
*/
.main-nav li a {
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 14px 20px;
}
.main-nav li:hover{
  background:#af0606;
}
.intro-text{
  /*max-width:60%;*/
}
.main-box{
  background:#fff;
  min-height:500px;
}
.footer-main{
  background:#000;
  text-align:center;
  padding:15px;
  color:#fff;
  font-weight:600;
  font-size:13px;
}
.footer-main a{
  color:#fff;
}

/*=============================Login============================*/
/*.login-form.onlylogin .intro-text {
    margin: 0 auto;
    width: 30%;
}
.login-form .intro-text {
    margin: 0 auto;
    width: 40%;
}*/
.login-form .intro-text h1{

}
.form-box-input input {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
}
input[type=checkbox] + label {
  display: inline-block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}
/*
input[type=checkbox] {
  display: none;
}
*/
input[type=checkbox] + label:before {
  content: "\2714";
border: 0.1em solid #000;
border-radius: 0.2em;
display: inline-block;
width: 20px;
height: 20px;
padding-left: 0px;
padding-bottom: 5px;
margin-right: 10px;
vertical-align: bottom;
color: transparent;
transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
 background-color: MediumSeaGreen;
border-color: MediumSeaGreen;
color: #fff;
line-height: 15px;
text-align: center;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.social-login {
  line-height: 0.5;
  text-align: center;
}
.social-login span {
  display: inline-block;
  position: relative;  
}
.border-sp:before,
.border-sp:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  top: 0;
width: 150px;
}
.border-sp:before {
  right: 100%;
  margin-right: 15px;
}
.border-sp:after {
  left: 100%;
  margin-left: 15px;
}
.social-login {
    text-align: center;
}
.btn-box {
    margin: 40px 0;
}
.social-icons {
    margin: 40px 0;
}
.social-login ul li {

    display: inline-block;
    padding: 15px;

}
.fb-btn {
    background: #4464b2;
    color: #fff;
   padding: 10px 20px;
    border-radius: 3px;

}
.tw-btn{
  background:#28a9db;
  color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}
.go-btn{
  background:#da4735;
  color: #fff;
   padding: 10px 20px;
    border-radius: 3px;
}
.social-icons ul li a > span {
    margin-right: 10px;
}
.btn-login {
    padding: 7px 60px;
    background: #b60202;
    border-radius: 3px;
}
.login-form .intro-text h1 {
    text-align: center;
    margin: 30px;
}
.check-box a {
    color: #8f8d8d;
    font-weight: 700;
}
.check-box {
  color: #000;
    font-weight: 700;
}
.login-form{
  max-width:600px;
  margin:auto;
  padding:50px 0;
}
.login-form input[type="text"], .login-form input[type="email"], .login-form input[type="password"]{
  border-radius:0;
  border:solid 1px #666;
  height:42px;
}
.form-horizontal .control-label {
  padding-right: 5px;
  text-align: left;
}
.btn-cmn, .login-form  .btn {
  background: #b60202 none repeat scroll 0 0;
  border-radius: 3px;
  padding: 7px 60px;
}
.checkbox input[type="checkbox"] {
  margin: 4px 0 0;
  vertical-align: middle;
}
.usr-rge {
  
  font-weight: bold;
  padding: 10px 0;
}
.usr-rge a{
  color: #B60202;
}
/*===================Ragister============================*/

/*menu css*/

.toggleMenu { display: none; background: #666; padding: 10px 15px; color: #fff; }
.nav { list-style: none;  *zoom: 1;
 }
.nav:before, .nav:after { content: " "; display: table; }
.nav:after { clear: both; }
.nav ul { list-style: none; width: 200px; }
.nav a { color: #fff; }
.nav li { position: relative; }
.nav  li  li{padding:0; float:none;}
.nav > li > .parent { background-image: url("../images/downArrow.png"); background-repeat: no-repeat; background-position: right; }
.nav > li > a { display: block; }
.nav li ul { position: absolute; left: -9999px; background:#B60202;z-index: 2;}
.nav > li.hover > ul { left: 0; }
.nav li li.hover ul { left: 100%; top: 0; }
.nav li li a { display: block;  position: relative; z-index: 100; border-top: 1px solid rgba(255, 255, 255, .2); padding:5px 10px;}
.nav li li li a {  z-index: 200; border-top: 1px solid rgba(255, 255, 255, .2); padding:5px 10px;}
.nav > li > a:focus, .nav > li > a:hover {
 /* background:none; */    background-color: transparent;
}
/*========================table================================*/
.head-table {
  background: #b60202;
  color: #fff;

}
.table span {
    font-size: small;
    padding: 10px;
}

.styled-checkbox:hover + label:before {
  background: #f35429;
}
.filter-box {
    padding: 7px;
    color: #000;
    border: 3px double #b60202;
}
.main-box-holder {
    padding: 30px 0;
}
/* input[type=checkbox]{
display: none;
} */
.head-table span a {
    color: #fff;
}
.inline-filter ul li {
    display: inline-block;
    padding: 10px;
}
.inline-filter {
    text-align: center;
}
.inline-filter ul li a{
  color: #000;
}
.inline-filter ul li a:hover {
    color: #b60202;
}


=============Enterprise Profile==============
.option-box {
    width: 100%;
    height: 42px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #666;
}
select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../images/arrow_down.png")  no-repeat;
      background-position: 98%;             
      width: 100px;}
/*===============Country==================*/
.details-contant table {
  width: 100%;}
.details-contant table, th, td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.details-contant th, td {
    padding: 5px;
    text-align: left;
}

/******new css 16-june-2023*******/

.space-remove .details-contant {
    margin-top: 0px;
}

#tab1Main {
    padding: 0;
}

#tab1Main #step-1  {
    padding: 20px;
}
    #tab1Main h3 {
        font-size: 24px;
        padding: 0 0 10px 14px;
    }

.tab_container {
    overflow: initial !important;
}

.login-credentials button#btnsubmit {
    margin-right: 42px;
}
.login-credentials button#btnclose {
    margin-right: 42px;
}
#step-2.login-credentials h3 {
    padding-left: 43px;
}

.space-remove.subscribe-sec .tab_container #step-2 {
    padding: 15px 20px 0;
}

.mr-2 {
    margin-right: 8px;
}


.modal-lg {
    width: 1150px !important;
}



/***********************/
.details-contant {
    width: 100%;
    margin-top: 30px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #3cb371;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.next, .previous, .btn-boxs {
    background: #b60202;
    color: #fff;
    padding: 5px 10px;
}
.locations {
    width: 100%;
    margin-bottom: 10px;
}
.locations span {
    width: 8%;
    margin-right: 20px;
}
.locations input, .name-details input {
    height: 40px;
    padding: 10px;
box-sizing: border-box;
}
.group-btn {
    padding: 10px 0;
}
 @media screen and (max-width: 768px) {
.active { display: block; }
.nav > li { float: none; }
.nav > li > .parent { background-position: 95% 50%; }
.nav li li .parent { background-image: url("../images/downArrow.png"); background-repeat: no-repeat; background-position: 95% 50%; }
.nav ul { display: block; width: 100%; }
.nav > li.hover > ul, .nav li li.hover ul {position: static;}
}

/*----06-06-2018-----*/
.intro-text table .k-grid-header,.intro-text table .k-header{
  background-color: #000;
  color: #fff;
  background-image: none;
}
.intro-text table tr td{color:#000;border-color:#ccc;}
.k-alt, .k-pivot-layout>tbody>tr:first-child>td:first-child, .k-resource.k-alt, .k-separator,.k-grid tr:hover {
  background-color: #f5f5f5 !important;
}
.k-grid tbody td>.k-button{    
  border: 0;
  background-color: transparent;
  color:#5c5c5c;
}
.k-grid tbody td> .k-grid-delete{color: #b60202;}
.k-widget,.k-gantt-toolbar .k-state-default, .k-grid .k-grouping-header, .k-grid-header, .k-grid-header-wrap, .k-grouping-header .k-group-indicator, .k-header, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-wrap .k-textbox{
  border-color:#ccc !important;
}
.k-pager-wrap,.k-header.k-grid-toolbar{
  background-color: #ccc !important;
  color: #000 !important;
}
.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default,.k-list-container{
  background-color:#fff !important;
  border-color:#ccc !important;
}
.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected,
.k-filebrowser-dropzone, .k-list>.k-state-hover, .k-mobile-list .k-edit-label.k-check:active, .k-mobile-list .k-item>.k-label:active, .k-mobile-list .k-item>.k-link:active, .k-mobile-list .k-recur-view .k-check:active, .k-pager-wrap .k-link:hover, .k-scheduler .k-scheduler-toolbar ul li.k-state-hover, .k-splitbar-horizontal-hover:hover, .k-splitbar-vertical-hover:hover{
  background-color:#000 !important;
  border-color: #000 !important;
  background-image:none !important;
  color: #fff !important;
}
.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup, .k-multiselect .k-button, .k-multiselect .k-button:hover,
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link{
  /*color: white !important;*/
}
.intro-text form .btn {background-color: #b60202; height:35px;}
a.k-button.k-button-icontext.k-grid-add {
    border-color: #ccc;
    background-color: transparent;
    background-image: none;
    color: #000;
}
.k-grid-header th.k-state-focused, .k-list>.k-state-focused, .k-listview>.k-state-focused, .k-state-focused, td.k-state-focused{
  box-shadow: none !important;
}
.k-grouping-row .k-state-focused, .k-state-focused {border-color: transparent !important;}
.main-nav li ul a:hover{background-color:#af0606;}

/*--tree-view--*/
.enterprise_tree_view{padding: 20px 0 40px;}
.tree_col{height: 100%; overflow-y: auto; border: 1px solid #000; padding: 10px 15px; max-height: 500px;}
.tree ul {margin-left:1em; position:relative;}
.tree ul ul {margin-left:.5em;}
.tree ul:before{content:""; display:block; width:0; position:absolute; top:0; bottom:0; left:0; border-left:1px dotted;}
.tree li {line-height:2em; color:#000; position:relative; cursor:pointer; font-size: 14px;}
.tree li ul li{padding: 0 15px;}
.tree ul li:before{content:""; display:block; width:10px; height:0; border-top:1px dotted; margin-top:-1px;position:absolute;top:1em;left:0;}
.tree ul li:last-child:before{background:#fff; height:auto; top:1em;bottom:0;}
.indicator.fa{margin-right:5px;font-size:10px;border:1px solid #000;padding:2px;width:14px;height:14px;text-align:center;line-height:8px;}
.tree li input[type=checkbox]{margin: 0 4px 0 0; width: 14px; height: 14px; display: inline-block; vertical-align: middle;}

/*----home-calender-----*/
.home_evet_calender{padding:40px 0;}
.fc-toolbar .fc-left,.fc-button-group {float:none !important;}
.fc-button-group{display:block !important;}
button.fc-next-button.fc-corner-right{float:right !important;}
.fc-scroller.fc-day-grid-container,.fc-basic-view .fc-body .fc-row{height:auto !important;}
.fc-basic-view .fc-body .fc-row{min-height:80px !important;}
.fc-toolbar.fc-header-toolbar{background-color:#000; color:#fff; margin-bottom:0 !important; padding-top:3px;}
.fc-toolbar.fc-header-toolbar .fc-button{background-color: transparent;border:0;background-image:none;box-shadow:none;color:#fff;outline:none;}
.fc-toolbar h2{font-size:18px;line-height:30px;}
a.fc-more,th.fc-day-header.fc-widget-header{color:#b60202;}
.fc-view-container .fc-event,.fc-view-container .fc-event-dot{background-color: #b60202b3; border: 0; font-size: 12px;}
a.fc-day-number{color:#000;}


@media screen and (min-width:768px){
  .main-nav li ul{padding:5px 0;}
  .main-nav li ul a{padding:5px 20px;}  
  .main-nav li ul a + a{border-top:1px solid rgba(255, 255, 255, 0.3);}
}


/*====================Tab-page================================*/
.nav-tabs { /* border-bottom: 2px solid #DDD;  */}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a {
        border: none;
        color: #666;
        padding: 8px 10px;
        margin-right: 0;
        display: block;
        cursor: pointer;
        border-radius: 0;
        Display: none;
    }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #000 !important; background: transparent; }
/* .nav-tabs > li > a::after { content: ""; background: #B60202; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); } */
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
.tab_drawer_heading { display: none; }
.ent-profile {/* width: 50%; */margin: 0 auto;}
.ent-profile .form-box-input input{height:42px;border: 1px solid #666;}
.tab-rows {margin-top: 30px;}
.form-login {width: 100%; height: 45px; padding: 10px; margin-bottom: 10px; }
.mandetry {color: #b60202; font-size: 30px; top: 10px; }
.text-box-1 {width: 100%; min-height: 200px; }
.tab-pane h3{margin: 0 0 10px; }
.inline-grid-inputs {display: inline-block; width: 100%; }
.b1x-grid {display: inline-block; width: 33%; box-sizing: border-box; padding: 0 15px 0 0; }
.b1x-grid.align-box {vertical-align: top; }
.align-box3 {width: 50%; display: inline-block; vertical-align: top; }
.align-box2 {width: 10%; display: inline-block; vertical-align: top; text-align: center; }
.align-box1 {width: 30%; display: inline-block;}
ul.tabs li.active {background-color: #fff; color: #333; border-bottom:0; display: block; }
.tab_container {/* border: 1px solid #333; */ border-top: none; clear: both; float: left; width: 100%; background: #fff; overflow: auto;}
.tab_content {padding: 20px; display: none; }
.tab_drawer_heading { display: none;}
/*----07-07-18-----*/
.tab-rows .nav-tabs:after,.tab-rows:after{
  content: '';
  display: block;
  clear: both;
}
.tab-rows.card{border: 1px solid #333;}
.nav-tabs > li:first-child a{padding-left:20px;}
.nav-tabs>li{margin-bottom:0;}
.nav-tabs > li.active > a{background-color:#b60202 !important;color:#fff !important;}
.tab-rows .tab_content{padding:10px 20px 20px;}
.tab-rows .tab_content h3{margin-top:0;}
/*---wizard steps------*/
.stepwizard-row{display:table-row;}
.stepwizard {display:table;position:relative;}
.stepwizard-step button[disabled] {opacity: 1 !important; filter: alpha(opacity=100) !important; }
.stepwizard-row:before {top:14px; bottom:0; position: absolute; content: " "; width: 100%; height: 1px; background-color: #ccc; z-order: 0; }
.stepwizard-step {display:table-cell;text-align: center; position: relative; }
.btn-circle {width:30px;height:30px; text-align: center; padding: 6px 0; font-size: 12px; line-height: 1.428571429; border-radius: 15px; color: #fff;}
.setup-content .btn{
    border-radius: 0;
    border: 0;
    font-size: 16px;
    padding: 8px 20px;
    min-width: auto;
}

@media screen and (max-width: 1100px){
  .tabs {display: none; }
  .tab_drawer_heading {background-color: #b60202; color: #fff; border-top: 1px solid #9e9e9e66; margin: 0; padding: 10px 20px; display: block; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
  .tab_drawer_heading:hover{background: #2c2c2c; }
  .d_active {background-color: #2c2c2c; color: #fff; padding: 10px;}
  .align-box2, .align-box1, .align-box3, .b1x-grid{width: 100%; display: block;}
}

/*----22-08-18-----*/
/*html,body,.main-box{
    height:100%;
}
.middle-content{
    height:calc(100% - 200px);
}*/

html{
   height:100%;
}
body {
    position: relative;
    padding-bottom: 70px;
    min-height:100%;
}
.footer-main {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.exp_logo {
    border: 1px solid #ccc;
    height: 300px;
    border-radius: 5px;
    overflow:hidden;
}
.exp_logo img{object-fit:cover;height:100%;width:100%;}



.desc {
    color: #6b6b6b;
}

    .desc a {
        color: #0092dd;
    }

.dropdown dd, .dropdown dt, .dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: relative;
}

.dropdown a, .dropdown a:visited {
    color: #816c5b;
    text-decoration: none;
    outline: none;
}

    .dropdown a:hover {
        color: #5d4617;
    }

.dropdown dt a:hover {
    color: #5d4617;
    border: 1px solid #d0c9af;
}

.dropdown dt a {
    background: #e4dfcb url('http://www.jankoatwarpspeed.com/wp-content/uploads/examples/reinventing-drop-down/arrow.png') no-repeat scroll right center;
    display: block;
    padding-right: 20px;
    border: 1px solid #d4ca9a;
    width: 150px;
}

    .dropdown dt a span {
        cursor: pointer;
        display: block;
        padding: 5px;
    }

.dropdown dd ul {
    background: #e4dfcb none repeat scroll 0 0;
    border: 1px solid #d4ca9a;
    color: #C5C0B0;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    top: 2px;
    width: auto;
    min-width: 170px;
    list-style: none;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}

    .dropdown dd ul li a:hover {
        background-color: #d0c9af;
    }

.dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 10px;
}

.flagvisibility {
    display: none;
}
/*site admin profile css*/
.space-remove .details-contant {
    margin-top: 0px;
}

#tab1Main {
    padding: 0;
}

    #tab1Main #step-1 {
        padding: 20px;
    }

    #tab1Main h3 {
        font-size: 24px;
        padding: 0 0 10px 14px;
    }

.tab_container {
    overflow: initial !important;
}

.login-credentials button#btnsubmit {
    margin-right: 42px;
}

.login-credentials button#btnclose {
    margin-right: 42px;
}

#step-2.login-credentials h3 {
    padding-left: 43px;
}

.space-remove.subscribe-sec .tab_container #step-2 {
    padding: 15px 20px 0;
}

.mr-2 {
    margin-right: 8px;
}


.modal-lg {
    width: 1150px !important;
}

@media only screen and (max-width: 1450px) {
    .flex-box-btn button, .flex-box-btn input[type="submit"] {
        font-size: 14px;
        min-width: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .flex-box-btn {
        margin: 10px 0;
    }
}