@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500&display=swap');

*{margin:0px;padding: 0px;box-sizing: border-box;}
body{
	font-family: sans-serif;
}
iframe#muzsmarte-template-main-content-section{
  border: dashed 2px #4f4d55;
  width: 100%;
  height: 600px;
  box-sizing: content-box;
}
/*.editForm{
	max-width: 700px;
	margin-top: 30px;
}
.editForm .fieldGroup{
	margin-bottom: 20px;
}
.editForm .fieldGroup label{
	margin-bottom: 10px;
	display: block;
}
.editForm .fieldGroup input[type="text"]{
	width: 100%;
    border: #c5c5c5 solid 1px;
    padding: 15px;
}*/
/*.ck-editor__editable {
    min-height: 300px;
}*/
.main{
  /*display: flex;
  flex-wrap: nowrap;*/
}
.logo{
  color:#3005D0;
  border-bottom: 1px solid #ECECED;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.logo img{width: 137px}
.sidebar{
  background-color: #F5F8FD;
    padding: 20px 15px;
    flex: 0 0 280px;
    border-right: 1px solid #ECECED;
    height: 100%;
    position: absolute;
    width: 200px;
}
.right-content{
  padding: 0px 20px 20px 210px;
  flex: 1 1 210px;
}
.nav-title{
  color: #ADACB0;
}
.sidenav{
  list-style: none;
  font-size: 14px;
  margin-top: 20px;
}
.sidenav li{
  padding: 10px 2px;
  box-sizing: border-box;
}
.sidenav li.selected{
  background:#3006d112;
}
.sidenav li a{
  color: #4F4D55;
  text-decoration: none;
  display: block;
}
.sidenav li a img{width: 20px;vertical-align: middle;}
.profile-settings{
  position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 15px;
}
.profile-settings a img{width: 20px;vertical-align: middle;}
.profile-settings a{color: #4F4D55;text-decoration: none}
.settings{
  padding: 30px 0px;
}
.profile{
  padding: 30px 0px;
  border-top: 1px solid #ECECED;
}
.logout{
  float: right;
}
.menuicon{display: none;}
.logoutmenu{display: none}
.logout img{
  width: 20px;
}
.person img{
  float: left;
  width: 32px;  
  margin: -7px 4px 0 0;
  border-radius: 32px;
  height: 32px;
}
}
.person h4{
  color: #0A090B;
}
.person h4 span{
  display: block;
  font-size: 14px;
  color: #4F4D55;
}
.search{
  border-bottom: 1px solid #ECECED;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.search input{
  border: #E6E6E6 solid 1px;
    border-radius: 5px;
    padding: 7px 10px 7px 30px;
    background-image: url(images/search.png);
    background-position: 7px center;
    background-size: 16px;
    background-repeat: no-repeat;
}
.new-entry-btn{
  float: right;
  background-color: #4318E3;
  color: #fff;
  padding: 10px 10px;
  border-radius: 5px;
  border:none;
  text-decoration: none;
}
.list-title-section h3{
  margin-bottom: 10px;
}
.list-title-section p{
  font-size: 14px;
  color: #4F4D55;
}
.list-title-section h3 span{
  color: #113B98;
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  background-color: #EFF4FF;
  font-size: 14px;
}
.list-container{
  border: #E6E6E6 solid 1px;
    border-radius: 5px;
    
    margin-top: 20px;
}
.list-search{
  padding: 15px;
}
.list-search input[type=text]{
  border: #E6E6E6 solid 1px;
    border-radius: 5px;
    padding: 7px 10px 7px 30px;
    background-image: url(images/search.png);
    background-position: 7px center;
    background-size: 16px;
    background-repeat: no-repeat;
}
.list-search input[type=submit]{
  float: none;
  margin: 0 7px;
  padding: 8px 12px;
}
.list-table{
  width: 100%;
  margin-top: 10px;
}
.list-table th{
  font-size: 12px;
  color: #7F7D83;
  text-align: left;
  padding: 15px;
  font-weight: normal;
}
.list-table thead tr{
  background-color: #FAFBFC;
}
.list-table td{
  font-size: 14px;
  color: #4F4D55;
  padding: 15px;
  border-bottom: #ECECED solid 1px;
}
.list-table td img{
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
}
.list-table td img.list-author-icon{

}
.list-table td span.tag{
    display: inline-block;
    color: #018030;
    background-color: #E1FAEA;
    border-radius: 14px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 600;
}
.list-table td span.tag.grayed{
    background-color: #EFF0F2;
    color: #595E6A;
}
.list-table td span.tag.scheduled{
    background-color: #6858c5;
    color: #fff;
}
.list-table td:first-child{
  font-weight: bold;
  color: #0A090B;
}
/*login page*/
.login{
  text-align: center;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.login > a{
  margin-bottom: 20px;
  display: block;
}
.login > a img{
 
}
.login h1{margin-bottom: 15px;}
.login p{
  font-size: 18px;
    color: #474B55;
    margin-bottom: 20px;
}
.login-box{
  background-color: #fff;
    padding: 40px 30px 20px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 30%);
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}
.login-box div{
  margin-bottom: 25px;
}
.login-box div label{
  display: block;
    font-size: 14px;
    color: #2D2B32;
    margin-bottom: 6px;
}

.login-box div input.text{
  width: 100%;
    height: 50px;
    padding: 0 15px;
    border: #eee solid 1px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}
.bottom-login{
  margin-bottom: 25px;
}
.bottom-login a{
  float: right;
    font-size: 14px;
    color: #4318E3;
    text-decoration: none;
}
.bottom-login span input{
  border: #fff solid 1px;
}
.bottom-login span label{
  display: inline-block;
    font-size: 14px;
    color: #7F7D83;
}
.login-button{
  width: 100%;
    text-align: center;
    background-color: #4318E3;
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
}
.title-link{
  color:#333;
  text-decoration: none;
}

/*form code*/
/*Edit form*/
.sidebar{position: fixed;}
.newpost{padding-top: 0px; background-color: #FBFBFC}
.ck-editor__editable {
    min-height: 300px;
}
.edit-bar{
  padding: 20px 0 40px 0;
  border-bottom: #EAECF0 solid 1px;
  background-color: #fff;
}
.backlink{
  float: left;
}
.backlink img{
  width: 20px;
  vertical-align: middle;
  margin-right: 15px;
}
.publishlink{
  float: right;
  position: relative;
  top: -10px;
}
.publishlink button{
  background-color: #029F71;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 10px 20px;
}
.popupChatGPT{
  position: absolute;
    width: 90%;
/*    height: 50%;*/
    z-index: 999;
    border: solid 1px #d1d1d1;
    box-shadow: 0 0 15px #0004;
    background: #E6E6E7;
    border-radius: 15px;
    display: block;
    left: 5%;
    top: 15px;
/*    padding: 15px;*/
    box-sizing: border-box;
}
.chatbot-fields-container{
  padding: 20px 24px;
/*  height: 276px;  */
}
.chatgpt-response{
  overflow-y: scroll;
}
.chatbot-response-label{
  display: inline-block !important;
  border: solid 1px #888;
  padding: 6px 10px;
  border-radius: 10px;
  margin: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom: none;
  border-bottom-right-radius: 0;
  background: #7E6368;
  color: #fff !important;
}
.chatbot-response-span{
  display: block !important;
    padding: 15px 15px;
    border: solid 1px #7f6368;
    background: #fff;
    border-radius: 10px;    
    margin: 0px 0 10px 0;
    border-top-left-radius: 0;    
    color: #403537;
}
.chatgpt-top{
    background-color: #F6F7F8;
    border-radius: 15px;
}
.chatgpt-top img.chatgpt-logo{
  width:48px;   
}
.button1{
    background-color: #029F71;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 10px 20px;
}
.button2{
  display: inline-block;
  background-color: #3618F7;
  color: #fff;
  border: none;
  border-radius: 5px;
/*  padding: 10px 30px;  */
}
.right-column{
  float: right;
  width: 350px;
  border: #EAECF0 solid 1px;
  background-color: #fff;
}
.editform{
  padding: 20px 40px 0px 20px
/*  max-width: 770px;*/
}
.fieldGroup2 label{
    color: #344054;
    margin: 25px 0 17px 3px;
    display: block;
}
.chatbot-fields-container select{
  padding: 7px 20px;
  border-radius: 5px;
}
.fieldGroup2 textarea{
  background: #FBFBFC;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  width: 100%;
  height: 128px;
  padding: 12px 14px;  
  font-size: 14px;
}
.fieldGroup2 div{
  background: #FBFBFC;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  width: 100%;
  min-height: 200px;
  max-height: 276px;
  padding: 12px 14px;
  font-size: 15px;
  overflow-y: scroll;
}
.button3{
  display: inline-block;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 1px 2px 5px rgba(10, 9, 11, 0.03), 0px 1px 2px rgba(10, 9, 11, 0.02);
    border-radius: 8px;
}
.button3:hover{
  background-color: #eee;
}
.fieldGroup{
  margin-bottom: 25px;
}
.fieldGroup a.addmore{
  float: right;
  color: #1751D0;
  font-size: 14px;
  text-decoration: none;
}
.fieldGroup label{
  margin-bottom: 10px;
    display: block;
    font-size: 14px;
    color: #2D2B32;
}
.textAreafield{
    width: 100%;
    border: #DCDCDE solid 1px;
    padding: 10px 15px;
    border-radius: 5px;
    outline: 0;
    height: 400px;
    background: #1c1c1c;
    color: #fff900;
    line-height: 17px;
}
.field{
  width: 100%;
    border: #DCDCDE solid 1px;
    padding: 0px 15px;
    height: 45px;
    border-radius: 5px;
    outline: 0;
}
.right-column .tabs{
  display: flex;
  list-style: none;
}
.right-column .tabs li{
  flex: 1;
  text-align: center;
  padding: 20px 0px;
  cursor: pointer;
}
.right-column .tabs li.active{
  border-bottom: #DCDCDE solid 1px;
}
.tab-content{    
  padding: 20px;
  border-bottom: #DCDCDE solid 1px;
}
.tab-content label{
  font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #52515A;
}
.tab-content textarea{
  border: #DCDCDE solid 1px;
    padding: 10px;
    border-radius: 5px;
    resize: none;
    width: 100%;
    height: 120px;
}
.tab-content button{
  background-color: #3618F7;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    width: 100%;
    margin-top: 15px;
}
.example{
  padding: 20px;
}
.example h5{margin-bottom: 10px;}
.example > p{
      font-size: 14px;
    color: #52515A;
    margin-bottom: 20px;
}
.example ul {
  list-style: none;
}
.example ul li{
    border-bottom: #DCDCDE solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.example ul li img{
    width: 22px;
    float: left;
    margin-right: 5px;
}
.example ul li div > button{
    /*float: right;*/
    border: #E6E6E6 solid 1px;
    font-size: 12px;
    padding: 6px 28px;
    border-radius: 5px;
    font-weight: bold;
    color: #525050;
    margin: 10px;
}
.example ul li p{
  font-size: 14px;
    color: #282828;
}
.example ul li p span{
  display: block;
    color: #4F4D55;
    margin-top: 3px;
}
.bootstrap-tagsinput{
  width: 100%;
    border: #DCDCDE solid 1px;
    padding: 15px 15px;
    border-radius: 5px;
    background-color: #fff;
}
.bootstrap-tagsinput input[type="text"]{
  border: none;
    outline: 0;
}

span.tag{
  background-color: #f8f8f8;
    font-size: 12px;
    border: #e6e6e6 solid 1px;
    padding: 4px 8px;
    border-radius: 17px;
    color: #4f4f4f;
}
span.remove{

}
span[data-role="remove"]{
  margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
}
span[data-role="remove"]:after{
  content:"x";
}
.openNewTab{
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  border: solid 1px #aaa;
  border-radius: 10px;
  color: #333;
  margin: 7px 2px 0px 2px;
}
button{
  cursor: pointer;
}
.loader {
  display: block;
  border: 6px solid #f3f3f3 !important;
  border-radius: 50%;
  border-top: 6px solid #3498db !important;
  width: 42px !important;
  height: 42px !important;
  -webkit-animation: spin 2s linear infinite !important;
  animation: spin 2s linear infinite !important;
  margin: 0 auto !important;
}
.dashboard-boxes-container{
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
.dashboard-box{
  flex: 1;
  margin: 0 10px;
  border: solid 1px #ccc;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #0002;
}
.dashboard-box .last-30days{
  color: #aaa;
  text-align: right;
  font-size: 14px;
}
.dashboard-box .count-label{
  color: #777;
  font-size: 16px;
  margin-top: 31px;
}
.dashboard-box .count-value{
  color: #333;
  font-size: 30px;
  margin-top: 10px;
}
.dashboard-box .shortpng{
  width: 24px;
  height: 24px;
  float: left;
}
.delBg{
  background: #f002 !important;
}
.pagination-container{
  background: #f6f6f6;
/*  border: solid 1px #ddd;*/
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: space-between;
}
.pagination-container a.prev-button,.pagination-container a.next-button{
  background: #fff;
  box-shadow: 0px 1px 4px 1px rgba(10, 9, 11, 0.02), 0px 5px 8px -5px rgba(10, 9, 11, 0.04);
  border-radius: 7px;
/*  flex: 1;*/
}
.mid-page-numbers{
  flex: 1;
  text-align: center;
  padding: 10px 0;
}

.pagination-container a.next-button{
  text-decoration: none;
  color: #000;
  align-self: flex-end;
/*  flex: none;*/
  padding: 10px 14px;
  border: solid 1px #aaa;
}
.pagination-container a.prev-button{
  text-decoration: none;
  color: #000;
  align-self: flex-end;
/*  flex: none;*/
  padding: 10px 14px;
  border: solid 1px #aaa;
}
.mid-page-numbers ul{
  margin: 0;
  list-style: none;
}
.mid-page-numbers ul li{
/*  float: left;*/
  display: inline-block;
  margin: 0 3px;  
}
.mid-page-numbers ul li a{
  text-decoration: none;
  color: #4F4D55;  
}
.mid-page-numbers ul li a:hover{
  text-decoration: underline;
}
.hide{
  visibility:hidden;
}
.list-table tbody tr:hover{
  background-color: #edf6fd;
}
.img{
  width: 48px;
  height: 48px;
  border: solid 1px #eee;
  background: #ddd;
  flex: none;
  align-self: flex-end;
  border-radius: 24px;
}
.favicon-div{
  order: solid 1px #ddd;
  background: #eee;
  padding: 14px;
  justify-content: space-between;
  display: flex;
}
.delete-icon{
  background: url(/images/delete.png) no-repeat left;
  border: solid 1px #aaa;
  border-radius: 10px;
  background-position: 9px;
  height: 33px;
  line-height: 32px;
  padding: 0 13px 0 33px;
  text-decoration: none;
  color: #222;
  font-size: 13px;
  background-size: 15px;
  margin-top: 8px;
}
.pagination-selected{
  text-decoration: underline !important;
  font-weight: bold;
  font-size: 17px;
/*  color: #2196f3 !important;*/
}
.overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: #000;
  opacity: .6;
}
.websites-child-ul{
  list-style: none;
    margin: 0;
    padding: 0;
}
.websites-child-ul li{
  margin-left: 13px;
  margin-bottom: 7px;
}
.websites-child-ul li a{
  color: #424242;
  text-decoration: none;
  font-weight: 600;
}
.websites-child-ul li a:hover{
  text-decoration: underline;
  color: #e31982;
}
.websites-child-ul-container{
  display: none;
  border-radius: 5px;
    /* background: #fefefe; */
    /* box-shadow: 0 0 4px #0004; */
    padding: 10px;
    margin-top: 10px;
    background-image: linear-gradient(#fff0, #aaa5);
}
.websites-child-ul-container h6{
  display: none;
  margin-left: 2px;
    font-size: 15px;
    color: #444;
    margin-bottom: 9px;
    font-weight: 500;
    text-shadow: 0 0 5px #0003;
}
#textPrefix{
    padding: 3px 8px;
    border-radius: 10px;
    border: solid 1px #aaa;
    width: 70%;
}
.right-arrow{
  color:#896a6a;
}
.tox{
/*  display: none;*/
}
.publish-date{
  text-align: right;
  font-size: 13px;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  background: #039f71;
  border-radius: 6px;
  text-decoration: none;
}


/*Slider Checkbox - start*/
.switch-chkbox {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 25px;
}

.switch-chkbox input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-chkbox {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-chkbox:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-chkbox input:checked + .slider-chkbox {
  background-color: #09B805;
}
.switch-chkbox input + .slider-chkbox:after {
  margin:30px 0 0 2px;
  display:inline-block;
  content:"Closed";
  color:#aaa;
  font-size:13px;
  
}
.switch-chkbox input:checked + .slider-chkbox:after {
  margin:30px 0 0 5px;
  display:inline-block;
  content:"Open";
  color:#09B805;
  font-size:13px;
}
.switch-chkbox input:focus + .slider-chkbox {
  box-shadow: 0 0 1px #09B805;
}

.switch-chkbox input:checked + .slider-chkbox:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded slider-chkboxs */
.slider-chkbox.round {
  border-radius: 34px;
}

.slider-chkbox.round:before {
  border-radius: 50%;
}
/*Slider Checkbox - end*/


.ha-list-container .ha-card{
/*  font-family: 'Plus Jakarta Sans', sans-serif;*/
  background: #FBFCFE;
  padding: 24px;
  border-radius: 10px;
  border: solid 1px #eee;
  margin: 10px 10px;
}
.ha-list-container .ha-card h1{
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0;
}
.ha-list-container .ha-card .address{
  line-height: 24px;
  color: #000929;
  font-size: 14px;
}
.ha-list-container .ha-card table{
  width: 100%;
    border-top: solid 1px #eee;
    margin-top: 23px;
    padding-top: 10px;
}
.ha-list-container .ha-card table th{
  font-size:12px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}
.ha-list-container .ha-card button.publish{
  border: none;
  background: #4318E3;
  padding: 12px 24px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  /* font-weight: 600; */
  float: right;
  margin-top: -44px;
}
.ha-list-container .ha-card .gray{
  line-height: 17px;
  font-size: 11px;
  color: #606060;
  font-weight: 400;
  display: block;
}

.list-search .search-form input[type="text"] {
  display: block;
    width: 30%;
    float:left;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
/*    background-color: #fff;*/
/*    background-image: url(/images/download.svg);*/
/*    background-repeat: no-repeat;*/
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 1%;
}
.list-search .search-form select {
    display: block;
    width: 20%;
    float:left;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(/images/download.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 1%;
}
.list-search .search-form .search-button{
  background-color: #4318E3;
  padding: 12px 25px;
  border-radius: 10px;
  border: none;
  color: #fff;
}
.ha-card input#startdate,.ha-card input#enddate{
  border-radius: 6px;
  padding: 8px 12px;
  border:solid 1px #DEE3EB;
}
.wl_s8startdate,.wl_s8enddate,.wl_phstartdate,.wl_phenddate{
  padding: 4px;
  border-radius: 5px;
  border: solid 1px #999;
}
.clear-start,.clear-end{
  text-decoration: none;
  font-size: 13px;
  color: #c62d2d;
  margin-bottom: 5px;
  display: inline-block;
}
.clear-start:hover,.clear-end:hover{
  text-decoration: underline;
}
.success-notify{
  display: none;
  padding: 20px 30px;
  background: #b4ffb4;
  right: 5px;
  top: 5px;
  position: fixed;
  border: solid 1px #6ded6d;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
}
.custom-calendar-field{
    padding: 8px 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
    cursor: pointer;
    width: 265px;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    user-select: none;
}
.custom-calendar-field .date{
  float: left;
  width: 180px;
}
.custom-calendar-field .time{
  float: left;
}
.wl_type_section8,.wl_type_publichousing{
  display: block;
  float: left;
  margin: 2px 4px 0 0px;
}
/*.publish-date a{
  text-decoration: none;
  color:#000;
}
.publish-date a:hover{
  text-decoration: underline;
}*/
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.websites-form .tabnav{
  margin-bottom: 40px;
}
.websites-form .tabnav span{
  padding: 10px 20px;
  color: #333;  
  cursor: pointer;
}
.websites-form .tabnav span.selected,.websites-form .tabnav span:hover{
  border-bottom:solid 2px #039f71;
}
.websites-form .basic{
  
}
.topmostnav select.mainWebsite{
  padding: 5px;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
}
.current-website{
  text-align: left;
    background: #607D8B;
    padding: 6px 13px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    margin: 5px 0 5px 5px;
}