.bg-3 { 
      background-color: #ffffff;
      color: #555555;
  }
  .container-fluid {
      padding-top: 70px;
      padding-bottom: 70px;
  }
  .navbar {
      padding-top: 15px;
      padding-bottom: 15px;
      border: 0;
      border-radius: 0;
      margin-bottom: 0;
      font-size: 12px;
      letter-spacing: 5px;
  }
  .navbar-nav  li a:hover {
      color: #1abc9c !important;
  }

  .active>a {
    color: #1abc9c !important;;
  }

  .alert_box,.pop_alert {
    display: none;
    text-align: center;
  }
  

  .temp_loader,.vars_loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    margin-left: 360px;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  .company_temp_loader,.vars_loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    margin: auto;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  .text_cmpn_clnt_loader{
    text-align: center;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .cover-container{
    width: 700px;
  }
  .navbar-right {
  display: inline-flex !important;
  }

  .navbar-default .navbar-nav>li>a {
    bottom: 5px;
  }

  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: -25px;
  }

  .error-template {padding: 40px 15px;text-align: center;}
  .error-actions {margin-top:15px;margin-bottom:15px;}
  .error-actions .btn { margin-right:10px; }
  /* menu.css */

  .menu-loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    /* margin-left: -32px; */
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
    text-align: center !important;
  }
  #menu-loader {
    line-height: 3.3;
    position: relative;
    padding-left: 10px;
  }
  :focus {
    outline: none;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* 
      Sometimes the sub menus get too large for the page and prevent the menu from scrolling, limiting functionality
      A quick fix is to change .side-menu to 
  
      -> position:absolute
      
      and uncomment the code below.
      You also need to uncomment 
      
      -> <div class="absolute-wrapper"> </div> in the html file
  
      you also need to tweek the animation. Just uncomment the code in that section
      --------------------------------------------------------------------------------------------------------------------
      If you want to make it really neat i suggest you look into an alternative like http://areaaperta.com/nicescroll/
      This will allow the menu to say fixed on body scoll and scoll on the side bar if it get to large
  */
  /*.absolute-wrapper{
      position: fixed;
      width: 300px;
      height: 100%;
      background-color: #f8f8f8;
      border-right: 1px solid #e7e7e7;
  }*/
  
  .side-menu {
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
  }
  .side-menu .navbar {
    border: none;
  }
  .side-menu .navbar-header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
  }
  .side-menu .navbar-nav .active a {
    background-color: transparent;
    margin-right: -1px;
    border-right: 5px solid #e7e7e7;
  }
  .side-menu .navbar-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
  }
  .side-menu .navbar-nav li a {
    padding: 15px;
  }
  .side-menu .navbar-nav li a .glyphicon {
    padding-right: 10px;
  }
  .side-menu #dropdown {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .side-menu #dropdown .caret {
    float: right;
    margin: 9px 5px 0;
  }
  .side-menu #dropdown .indicator {
    float: right;
  }
  .side-menu #dropdown > a {
    border-bottom: 1px solid #e7e7e7;
  }
  .side-menu #dropdown .panel-body {
    padding: 0;
    background-color: #f3f3f3;
  }
  .side-menu #dropdown .panel-body .navbar-nav {
    width: 100%;
  }
  .side-menu #dropdown .panel-body .navbar-nav li {
    padding-left: 15px;
    border-bottom: 1px solid #e7e7e7;
  }
  .side-menu #dropdown .panel-body .navbar-nav li:last-child {
    border-bottom: none;
  }
  .side-menu #dropdown .panel-body .panel > a {
    margin-left: -20px;
    padding-left: 35px;
  }
  .side-menu #dropdown .panel-body .panel-body {
    margin-left: -15px;
  }
  .side-menu #dropdown .panel-body .panel-body li {
    padding-left: 30px;
  }
  .side-menu #dropdown .panel-body .panel-body li:last-child {
    border-bottom: 1px solid #e7e7e7;
  }
  .side-menu #search-trigger {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 18px;
  }
  .side-menu .brand-name-wrapper {
    min-height: 50px;
  }
  .side-menu .brand-name-wrapper .navbar-brand {
    display: block;
  }
  .side-menu #search {
    position: relative;
    z-index: 1000;
  }
  .side-menu #search .panel-body {
    padding: 0;
  }
  .side-menu #search .panel-body .navbar-form {
    padding: 0;
    padding-right: 50px;
    width: 100%;
    margin: 0;
    position: relative;
    border-top: 1px solid #e7e7e7;
  }
  .side-menu #search .panel-body .navbar-form .form-group {
    width: 100%;
    position: relative;
  }
  .side-menu #search .panel-body .navbar-form input {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 50px;
  }
  .side-menu #search .panel-body .navbar-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 15px 18px;
  }
  /* Main body section */
  .side-body {
    margin-left: 310px;
  }
  /* small screen */
  @media (max-width: 768px) {
    .side-menu {
      position: relative;
      width: 100%;
      height: 0;
      border-right: 0;
      border-bottom: 1px solid #e7e7e7;
    }
    .side-menu .brand-name-wrapper .navbar-brand {
      display: inline-block;
    }
    /* Slide in animation */
    @-moz-keyframes slidein {
      0% {
        left: -300px;
      }
      100% {
        left: 10px;
      }
    }
    @-webkit-keyframes slidein {
      0% {
        left: -300px;
      }
      100% {
        left: 10px;
      }
    }
    @keyframes slidein {
      0% {
        left: -300px;
      }
      100% {
        left: 10px;
      }
    }
    @-moz-keyframes slideout {
      0% {
        left: 0;
      }
      100% {
        left: -300px;
      }
    }
    @-webkit-keyframes slideout {
      0% {
        left: 0;
      }
      100% {
        left: -300px;
      }
    }
    @keyframes slideout {
      0% {
        left: 0;
      }
      100% {
        left: -300px;
      }
    }
    /* Slide side menu*/
    /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
    .side-menu-container > .navbar-nav.slide-in {
      -moz-animation: slidein 300ms forwards;
      -o-animation: slidein 300ms forwards;
      -webkit-animation: slidein 300ms forwards;
      animation: slidein 300ms forwards;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }
    .side-menu-container > .navbar-nav {
      /* Add position:absolute for scrollable menu -> see top comment */
      position: fixed;
      left: -300px;
      width: 300px;
      top: 43px;
      height: 100%;
      border-right: 1px solid #e7e7e7;
      background-color: #f8f8f8;
      -moz-animation: slideout 300ms forwards;
      -o-animation: slideout 300ms forwards;
      -webkit-animation: slideout 300ms forwards;
      animation: slideout 300ms forwards;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }
    /* Uncomment for scrollable menu -> see top comment */
    /*.absolute-wrapper{
          width:285px;
          -moz-animation: slideout 300ms forwards;
          -o-animation: slideout 300ms forwards;
          -webkit-animation: slideout 300ms forwards;
          animation: slideout 300ms forwards;
          -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
      }*/
    @-moz-keyframes bodyslidein {
      0% {
        left: 0;
      }
      100% {
        left: 300px;
      }
    }
    @-webkit-keyframes bodyslidein {
      0% {
        left: 0;
      }
      100% {
        left: 300px;
      }
    }
    @keyframes bodyslidein {
      0% {
        left: 0;
      }
      100% {
        left: 300px;
      }
    }
    @-moz-keyframes bodyslideout {
      0% {
        left: 300px;
      }
      100% {
        left: 0;
      }
    }
    @-webkit-keyframes bodyslideout {
      0% {
        left: 300px;
      }
      100% {
        left: 0;
      }
    }
    @keyframes bodyslideout {
      0% {
        left: 300px;
      }
      100% {
        left: 0;
      }
    }
    /* Slide side body*/
    .side-body {
      margin-left: 5px;
      margin-top: 70px;
      position: relative;
      -moz-animation: bodyslideout 300ms forwards;
      -o-animation: bodyslideout 300ms forwards;
      -webkit-animation: bodyslideout 300ms forwards;
      animation: bodyslideout 300ms forwards;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }
    .body-slide-in {
      -moz-animation: bodyslidein 300ms forwards;
      -o-animation: bodyslidein 300ms forwards;
      -webkit-animation: bodyslidein 300ms forwards;
      animation: bodyslidein 300ms forwards;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }
    /* Hamburger */
    .navbar-toggle {
      border: 0;
      float: left;
      padding: 18px;
      margin: 0;
      border-radius: 0;
      background-color: #f3f3f3;
    }
    /* Search */
    #search .panel-body .navbar-form {
      border-bottom: 0;
    }
    #search .panel-body .navbar-form .form-group {
      margin: 0;
    }
    .navbar-header {
      /* this is probably redundant */
      position: fixed;
      z-index: 3;
      background-color: #f8f8f8;
    }
    /* Dropdown tweek */
    #dropdown .panel-body .navbar-nav {
      margin: 0;
    }
  }


.mandatory {
  color: red;
  padding: 0px 5px;
  font-size: 15px;
}

.brand_des_edit{
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1200px){
  .container {
    width: 100%;
}
}

/* Template Create/Edit UI */
.req-star {
  color: #d9534f;
  font-weight: 700;
  margin-left: 2px;
}
.tmpl-create-wrap {
  max-width: 1400px;
  margin: 0 auto 40px;
  padding: 0 15px;
}
.tmpl-basics {
  margin-bottom: 16px;
}
.tmpl-basics .form-group {
  margin-bottom: 12px;
}
.tmpl-channel-tabs .nav-tabs {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.tmpl-channel-tabs .nav-tabs > li > a {
  font-weight: 600;
}
.tmpl-channel-tabs .tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 16px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.tmpl-section-help {
  color: #6c757d;
  font-size: 12px;
  margin: 0 0 10px;
}
.tmpl-info-callout {
  background: #f4f8fb;
  border: 1px solid #c5d6e6;
  border-left: 4px solid #5bc0de;
  padding: 10px 12px;
  border-radius: 4px;
  color: #31708f;
  font-size: 13px;
  margin: 8px 0 12px;
}
.attachment-card {
  border: 1px solid #d9e2ec;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 12px;
  background: #fafbfc;
}
.attachment-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.attachment-card-header .att-title {
  font-weight: 600;
  margin: 0;
  font-size: 13px;
}
.attachments-empty {
  color: #6c757d;
  font-size: 13px;
  font-style: italic;
  padding: 8px 0;
}
.wa-media-card {
  border: 1px solid #d9e2ec;
  border-radius: 6px;
  padding: 14px;
  margin-top: 12px;
  background: #fafbfc;
}
.wa-media-card > .wa-media-title {
  font-weight: 600;
  margin: 0 0 6px;
  font-size: 14px;
}
.tmpl-field-error {
  color: #d9534f;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}
.tmpl-field-error.is-visible {
  display: block;
}
.is-invalid {
  border-color: #d9534f !important;
}
.tmpl-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.tmpl-label-row label {
  margin-bottom: 0;
}
.tmpl-sticky-actions {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 12px 0;
  margin-top: 16px;
  z-index: 5;
  text-align: right;
}
.modal-template-wide {
  width: 95vw;
  max-width: 1400px;
  margin: 20px auto;
}
.modal-template-wide .modal-content {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.modal-template-wide .modal-body.tmpl-modal-body {
  overflow-y: auto;
  max-height: calc(90vh - 120px);
  flex: 1 1 auto;
}
.modal-template-wide .modal-footer {
  flex-shrink: 0;
}
.form_select_2 .select2-container {
  width: 100% !important;
}
.tmpl-req-hidden .req-star {
  display: none;
}
.tmpl-sender-source {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.tmpl-sender-source.is-default {
  color: #31708f;
}
.tmpl-sender-source.is-override {
  color: #8a6d3b;
  font-weight: 600;
}
.tmpl-sender-source.is-empty {
  color: #777;
}
.tmpl-sender-reset {
  font-size: 12px;
  margin-top: 2px;
}
.tmpl-offline-test-section {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.tmpl-section-title {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 4px;
}
.tmpl-offline-var-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tmpl-offline-vars .form-group,
.tmpl-offline-vars > div {
  margin-bottom: 10px;
}
.offline-send-result {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #bce8f1;
  border-left: 4px solid #5bc0de;
  border-radius: 4px;
  background: #f4fbfd;
}
.offline-send-result-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 6px;
  color: #31708f;
}
.offline-send-result-desc {
  margin: 0 0 12px;
  color: #555;
}
.offline-order-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}
.offline-order-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #666;
}
.offline-order-id {
  display: inline-block;
  font-size: 15px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #c5d6e6;
  border-radius: 4px;
  color: #222;
  word-break: break-all;
}
    /* menu.css */