@import "chota/chota";


.cbcurrencyconverter_display_none {
  display: none !important;
}

table.widefat {
  border-top: 1px solid var(--color-primary);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 10px 22px 0 rgba(0, 4, 32, .05);
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.cbx-backend_header_wrapper {
  .save-settings {
    img {
      width: 20px;
      height: 20px;
      margin-left: 5px;
      top: 5px;
      position: relative;
    }
  }

  #save_settings {
    margin-right: 10px;

    img {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      top: 5px;
      position: relative;
    }
  }

  .menu-heading {
    justify-content: center;
    align-items: center;
    display: flex;

    img {
      margin-right: 5px;
    }
  }

  .setting_tool {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media only screen and (max-width: 960px) {
  .cbx-backend_container_header {
    left: 32px;
  }
}

@media screen and (max-width: 782px) {  
  .cbx-backend_container_header {
    left: 0;
    top: 45px;

  }
}

@media screen and (max-width: 600px) {
  .cbx-backend_container_header {
    left: 0;
    top: 0;

  }
}

@media screen and (max-width: 545px) {
  .cbx-backend_header_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    a {
      margin-top: 15px !important;
      display: flex !important;
      justify-content: center;
      float: none;
    }

    #save_settings {
      margin-right: 0px !important;
    }

    .menu-heading {
      flex-direction: column;
    }

    .setting_tool {
      flex-direction: column;
    }

  }
}

/*
Help & support Style Implemented
============================
*/
.cbx-backend-row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem;
}

@media only screen and (max-width: 912px) {
  .cbx-backend-row {
    flex-direction: column;
  }

}

.cbx-backend-col.text-xs-left {
  text-align: left !important;
  justify-content: flex-start;
}

@media only screen and (min-width: 912px) {
  .cbx-backend-col.col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: .5rem;
  }
}

.cbx-backend-col.col-md-12 {
  flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: .5rem;
  flex: 0 0 auto;
}

.cbx-backend-card {
  color: #141b38;
  background-color: #fff;
  box-shadow: 0 10px 22px 0 rgba(0, 4, 32, .05) !important;
  margin: 10px 0 20px;
  border-radius: 8px;

  .header {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #e8e8eb;

    .text {
      flex: 1 0 auto;
      display: flex;
      align-items: center;
    }
  }

  .content {
    padding: 30px;

    .dashboard-card-content {
      padding-top: 0;
      font-size: 16px;
      color: #141b38;
      text-align: left;

    }
  }
}

.dashboard-support {
  .cbx-backend-settings-row {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8eb;
  }

  .cbx-backend-settings-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .cbx-backend-settings-row a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #141b38;
    text-decoration: none;
  }

  .cbx-backend-settings-row a:hover {
    color: var(--color-primary) !important;
  }

  .cbx-backend-settings-row svg {
    color: var(--color-primary);
    width: 24px;
    height: 24px;
    margin: -5px 10px 0 0;
  }
}

.cbx-backend-feature-card {
  height: 100%;
  background: #fff;
  box-shadow: 0 5px 18px 0 rgba(0, 4, 32, .10);
  color: #141b38;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  margin-bottom: 20px;

  .feature-card-body.static {
  }

  .feature-card-body {
    flex: 1;

    .feature-card-header {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 16px;

      img {
        max-width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
      }
    }
  }

  .feature-card-description {
    padding: 0px 10px;

    h3 {
      margin: 0px;
      font-size: 14px;

      a {
        text-decoration: none;
      }
    }
  }
}

.cbx-backend_dashboard_wrapper {
  //margin-top: 100px;
  //padding: 10px 0px !important;
}

.dashboard-changelog {
  .cbx-backend-settings-row {
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8eb;

    p {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      color: #141b38;
      text-decoration: none;
    }
  }

  .cbx-backend-settings-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.dashboard-wp-plugin {
  .cbx-backend-settings-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8eb;

    a {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      color: #141b38;
      text-decoration: none;
    }
  }

  .cbx-backend-settings-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .cbx-backend-settings-row a {
    font-size: 14px;
  }

  .cbx-backend-settings-row a:hover {
    color: var(--color-primary) !important;
  }

  .cbx-backend-settings-row svg {
    color: var(--color-primary);
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
  }
}


.dashboard-plugin-Integration {
  .cbx-backend-settings-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8eb;

    p {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 700;
      color: #141b38;
      text-decoration: none;
    }
  }

  .cbx-backend-settings-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }


  .cbx-backend-settings-row svg {
    color: var(--color-primary);
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
  }
}

@media only screen and (max-width: 1200px) {
  .cbx-backend_dashboard_wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 912px) {
  .cbx-backend_dashboard_wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}


.cbcurrencyconverter-page-wrapper {
  margin-top: 50px;

  .container {
    width: 100%;
    max-width: 1200px;
  }
}

.cbcurrencyconverter-page-wrapper {
  /*#col-left, #col-right{
    width: 100% !important;
  }

  #titlediv #title-prompt-text{
    position: static !important;
    padding-left: 0 !important;
  }

  .postbox{
    .newtag{
      display: inline-block !important;
      width: auto !important;
    }
  }

  #post_status{
    display: inline-block !important;
    width: auto !important;
  }*/
}

/*#cbcurrencyconverter_signs_filters_wrap{
  //display: flex;

  .cbcurrencyconverter_signs_filters{

  }
}*/


.postbox-header {
  h2 {
    padding: 5px 12px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
  }
}




input[type=radio] {
  border: 1px solid #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3) !important;
}

input[type=radio]:checked::before {
  background-color: var(--color-primary) !important;
}

input[type=radio]:focus {
  //border-color: var(--color-primary) !important;
  //box-shadow: 0 0 0 1px var(--color-primary) !important;
}

input[type=checkbox] {
  border: 1px solid #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3) !important;
  transition: all .3s !important;
}

input[type=checkbox]:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 1px var(--color-primary) !important;
  outline: none !important;
}

.wp-heading-wrap {
  display: flex;
  flex-wrap: wrap;


  @media screen and (max-width: 600px) {
    justify-content: center;
  }

  .wp-heading-inline, .wp-heading-inline-cbx {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    margin-right: auto;

    @media screen and (max-width: 600px) {
      font-size: 25px !important;
      text-align: center;
    }
  }

  .pull-left {
    margin-right: auto;
    #setting-error-settings_updated{
      order: 1;
      width: 100%;
      p{
        margin-bottom: 0;
      }

      button{
        background: transparent !important;
        border: none !important;
      }
    }
    h1{
      order: 2;
    }

    @media screen and (max-width: 600px) {
      display: flex;
      flex-wrap: wrap;
      flex: 0 0 100% !important;
      width: 100% !important;
      justify-content: center;

      margin-bottom: 20px;
    }
  }

  .pull-right {
    margin-left: auto;
    max-height: 28px;

    @media screen and (max-width: 600px) {
      display: flex;
      flex-wrap: wrap;
      flex: 0 0 100% !important;
      width: 100% !important;
      justify-content: center;
    }
  }
}

.cbcurrencyconverter_wplisting_filters_wrap {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;

  .pull-right, .search-box {
    margin-left: auto !important;

    @media screen and (max-width: 782px) {
      display: flex;
      position: initial !important;
      flex: 0 0 100% !important;
      width: 100% !important;
      justify-content: center;
      height: auto !important;
      margin-bottom: 0;
    }
  }

  .pull-left {
    margin-right: auto !important;
    @media screen and (max-width: 782px) {
      margin-bottom: 10px;
      display: flex;
      position: initial !important;
      flex: 0 0 100% !important;
      width: 100% !important;
      justify-content: center;
    }
  }


}

/*.subsubsub {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  font-size: 13px;
  float: left;
  color: #646970;

  li {
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;

    a {
      line-height: 2;
      padding: .2em;
      text-decoration: none;

      &.current {
        font-weight: 600;
        border: none;
      }
    }
  }
}*/

.cbcurrencyconverter-logs-wrapper {
  .manage-column {
    &.column-id {
      width: 70px;
    }
  }

  #the-list {
    td.column-id {

    }
  }
}

@import "extras/custom_rates_wrap";


#reset_data_trigger, #reset_transient_trigger{
  margin-left: 10px;
}

@import "extras/demo_copy";




