Your IP : 216.73.216.5


Current Path : /home/theafprt/conviviality360.com/wp-content/themes/customizr/assets/back/css/
Upload File :
Current File : /home/theafprt/conviviality360.com/wp-content/themes/customizr/assets/back/css/tc_admin.css

/* WELCOME PANEL
    -------------------------------------------------- */
.customizr-admin-panel {
  border-radius: 4px;
  font-size: 15px;
  display: flex;  
  flex-flow: row wrap;
  margin: 10px 15px 2px;
}

.customizr-admin-panel > * {
  flex: 1 100%;
  padding: 35px;
  background-color: #fff;
    box-shadow: 0 0 0 1px rgb(200 215 225 / 50%), 0 1px 2px #ddd;
  margin-top: 10px;
  margin-bottom: 0;
}
.customizr-admin-panel h3 {
  line-height:1.5em;
}
.button-primary.review-customizr {
  margin-top: 9px;
}

h1.czr-welcome-title {
  line-height: 1.5em;
  font-size: 30px;
}

.czr-col-50 {
  flex: 0 0 calc(50% - 75px);
  max-width: calc(50% - 75px);
}
.czr-col-50.first-col {
  margin-right: 10px;
}
@media all and (max-width: 800px) {
  .czr-col-50 {
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}


/* GO PRO BTN */
.wp-core-ui .updated .hu-go-pro-btn, .wp-core-ui .customizr-admin-panel .hu-go-pro-btn {
  line-height: 24px;
  height: 30px;
  padding: 1px 20px;
  display: inline-block;
  color: #fff;
  background: #f0ad4e;
  border: 1px solid #eea236;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -4px;
  font-weight: 400;
  margin-left: 8px;
  text-shadow:none;
}

.wp-core-ui .updated .hu-go-pro-btn:hover,
.wp-core-ui .updated .hu-go-pro-btn:focus,
.wp-core-ui .customizr-admin-panel .hu-go-pro-btn:hover,
.wp-core-ui .customizr-admin-panel .hu-go-pro-btn:focus {
  color: #fff;
  background: #ed9c28;
  border-color: #d58512;
  text-shadow:none;
  -webkit-box-shadow: none;
  box-shadow: none;
}











/* UPDATE NOTICE */
.czr-update-notice h3, .czr-update-notice h4 {
  font-weight: normal;
}
.czr-update-notice .button {
  font-weight: normal;
}
.czr-update-notice .button.upgrade-to-pro {
/*  font-size: 15px;
  line-height: 24px;*/
  height: 40px;
  font-size: 1.2em;
  padding: 2px 22px;
  display: inline-block;
  color: #de8200;
  color: #fff;
  background: #eea236;
  border: 1px solid #eea236;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -4px;
  font-weight: 400;
  margin-left: 8px;
  text-shadow : none;
}
.czr-update-notice .button.upgrade-to-pro:hover {
    color: #fff;
    background: #ed9c28;
    border-color: #d58512;
}
a.czr-rating-link {
    color: #eea236;
}
a.czr-rating-link:hover {
    color: #d58512;
}
/* This custom checkbox input is inspired from the one used in the Gutenberg plugin ( https://github.com/WordPress/gutenberg ), released under GNU General Public License
credits : Gutenberg team @wordpress */
.czr-toggle-check {
    position: relative;
    float: none;
}
.czr-toggle-check input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.czr-toggle-check input[type=checkbox]:checked:before {
    content: "\f147";
    margin: -3px 0 0 -4px;
    color: #1e8cbe;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: normal 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.czr-toggle-check input[type=checkbox]:focus {
  opacity: 1;
}
.czr-toggle-check .czr-toggle-check__track {
    content: "";
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #6c7781;
    width: 36px;
    height: 18px;
    border-radius: 9px;
    transition: background .2s ease;
}
.czr-toggle-check.is-checked .czr-toggle-check__track {
    background-color: #33b3db;
    border: 2px solid #33b3db;
    border: 9px solid transparent;
}
.czr-toggle-check .czr-toggle-check__thumb {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: transform .1s ease;
    background-color: #6c7781;
    border: 5px solid #6c7781;
    box-sizing: border-box;
}
.czr-toggle-check.is-checked .czr-toggle-check__thumb {
    background-color: #fff;
    border-width: 0;
    transform: translateX(18px);
}
.czr-toggle-check .czr-toggle-check__off {
    color: #6c7781;
    fill: currentColor;
    right: 6px;
}
.czr-toggle-check .czr-toggle-check__on {
    left: 8px;
    -webkit-filter: invert(100%) contrast(500%);
    filter: invert(100%) contrast(500%);
    outline: 1px solid transparent;
    outline-offset: -1px;
}
.czr-toggle-check .czr-toggle-check__off,
.czr-toggle-check .czr-toggle-check__on {
    position: absolute;
    top: 6px;
}








/* REC NOTICE */
.czr-nimble-rec-notice {
  position: relative;
}

.czr-nimble-rec-notice .czr-tgmpa-img-block {
  right: 17px;
  position: absolute;
  top: 40px;
  max-height: 145px;
}
.czr-rec-text-block {
  width: calc( 100% - 252px );
}
.czr-rec-text-block p {
  font-size: 14px;
}
.czr-rec-button {
  display: block;
  margin: 0.5em 0.5em 0 0;
  padding-bottom: 5px;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  flex: 0 0 100%;
  max-width: 100%;
}
span.czr-rec-button a {
  padding: 0px 7px;
}
.notice.czr-nimble-rec-notice {
  border-left-color: #006799 !important;
  padding: 20px;
}
.rtl .notice.czr-nimble-rec-notice {
  border-right-color: #006799 !important;
}
.notice.czr-nimble-rec-notice .czr-nimble-rec-notice-inner {
  display: table;
  width: 100%;
}
.czr-nimble-rec-notice .czr-nimble-rec-notice-icon {
  width: 40px;
  position: absolute;
  top: 11px;
}
.czr-nimble-rec-notice .czr-nimble-rec-notice-title {
  padding-left: 40px;
}
.notice.czr-nimble-rec-notice .czr-nimble-rec-notice-content {
  padding: 0 20px;
}
.notice.czr-nimble-rec-notice p {
  padding: 0;
  margin: 0;
}
.notice.czr-nimble-rec-notice h3 {
  margin: 0 0 5px;
  line-height: 1.6em;
}

@media screen and (max-width: 782px) {
    .czr-rec-text-block {width: 100%;}
    .notice.czr-nimble-rec-notice p { text-align: center;}
    .czr-nimble-rec-notice .czr-nimble-rec-notice-icon{top:auto }
    .notice.czr-nimble-rec-notice h3 {margin: 0 0 16px;text-align: center;}
    .czr-rec-button{
      text-align: center;
      width: 100%;
      display: block;
      margin-top: 10px;
    }
    .czr-nimble-rec-notice .czr-tgmpa-img-block{ display: none;}
}

.tc-pro-link-in-dashboard {
  color: #f07829;
  font-weight: bold;
  text-decoration: none;
  min-width: 80px;
  /* font-size: 19px; */
}
.tc-pro-link-in-dashboard:hover {
  text-decoration: underline;
  color: #f07829;
}
.tc-pro-link-in-dashboard .dashicons {
  font-size: 20px;
  bottom: 3px;
  position: relative;
}