 * {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-transition: padding 500ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: padding 500ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  color: #626262;
  line-height: 1.77;
  background-color: #ffffff;
}
.actionButtonsone{
  width: 100%;
  display: flex;

}

.mp-0 {
  margin: 0px;
  padding: 0px;
}
.device-settings-close
{
  background: #fff;
  border: 0;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  position: absolute;
  right: 12px;
  top: 11px;
  font-size: 18px;
}

body.has-left-bar {
  padding-left: 70px;
}

body.left-bar-open {
  padding-left: 260px;
}

html,
body {
  width: 100%;
  height: 100%;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}
li {
  line-height: 1.8;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  margin-bottom: 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  line-height: 1.3;
}

p {
  margin: 0px;
  margin-bottom: 15px;
}

a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
button:active {
  text-decoration: none;
  outline: none;
}

a {
  color: #00bcd4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:focus,
a:hover {
  color: #D11D27;
}

table p {
  margin: 0px;
}

.font-color-1 {
  color: #555;
}

/*================ Buttons =================*/
.btn {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #626262;
  background-color: #ffffff;
  text-shadow: none;
  box-shadow: none;
  line-height: 21px;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  outline: none !important;
  -webkit-transition: color 0.1s linear 0s, background-color 0.1s linear 0s,
    border-color 0.08s linear 0s !important;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s,
    border-color 0.08s linear 0s !important;
}

.btn-group.open .dropdown-toggle {
  outline: none !important;
  box-shadow: none !important;
}

.btn-rounded {
  border-radius: 50px;
}

.btn-icon {
  min-width: 115px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  box-shadow: none !important;
}

.btn:hover {
  background-color: #fcfcfc;
  border: 1px solid rgba(123, 123, 123, 0.15);
}

/*===== Default button ====*/

.btn-default,
.btn-default:focus {
  color: #626262 !important;
  background-color: #ffffff !important;
  border-color: #d6d6d6 !important;
}

.btn-default.hover,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background-color: #f7f8fa !important;
  border-color: #e7e7e7 !important;
  color: #626262 !important;
}

.btn-default.active,
.btn-default:active,
.btn-default.active:focus,
.btn-default:active:focus,
.btn-default.active:hover,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default.focus {
  background-color: #e7e7e7 !important;
  border-color: #d8d8d8 !important;
  color: #626262 !important;
}

/*===== Primary button ====*/

.btn-primary,
.btn-primary:focus {
  color: #ffffff !important;
  background-color: #7e57c2 !important;
  border-color: #7e57c2 !important;
}

.btn-primary.hover,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #D11D27 !important;
  border-color: #D11D27 !important;
  color: #ffffff !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0 10px;
  border-radius: 4px;
}
.showing {
  color: #bdbfcc;
  font-size: 14px;
  text-align: center;
}
.chat-box-pagination .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 32px 0 10px;
  border-radius: 4px;
  text-align: center;
  width: 106%;
}
.chat-box-pagination .showing {
  position: absolute;
  color: #bdbfcc;
  font-size: 14px;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #673ab7 !important;
  border-color: #673ab7 !important;
  color: #ffffff !important;
}

/*===== Complete button ====*/

.btn-complete,
.btn-complete:focus {
  color: #ffffff !important;
  background-color: #00bcd4 !important;
  border-color: #00bcd4 !important;
}

.btn-complete.hover,
.btn-complete:hover,
.open > .dropdown-toggle.btn-complete {
  background-color: #4dd0e1 !important;
  border-color: #4dd0e1 !important;
  color: #ffffff !important;
}

.btn-complete.active,
.btn-complete:active,
.btn-complete.active:focus,
.btn-complete:active:focus,
.btn-complete.active:hover,
.btn-complete:active:hover,
.open > .dropdown-toggle.btn-complete:focus,
.open > .dropdown-toggle.btn-complete:hover,
.open > .dropdown-toggle.btn-complete.focus {
  background-color: #00acc1 !important;
  border-color: #00acc1 !important;
  color: #ffffff !important;
}

/*===== Success button ====*/

.btn-success,
.btn-success:focus {
  color: #ffffff !important;
  background-color: #0dac59 !important;
  border-color: #0cab59 !important;
}

.btn-success.hover,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  background-color: #068b47 !important;
  border-color: #068b47 !important;
  color: #ffffff !important;
}

.btn-success.active,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success.active:hover,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.open > .dropdown-toggle.btn-success.focus {
  background-color: #25cfae !important;
  border-color: #25cfae !important;
  color: #ffffff !important;
}

/*===== Danger button ====*/

.btn-danger,
.btn-danger:focus {
  color: #ffffff !important;
  background-color: #f95f5b !important;
  border-color: #f95f5b !important;
}

.btn-danger.hover,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  background-color: #ff7571 !important;
  border-color: #ff7571 !important;
  color: #ffffff !important;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger.active:hover,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.open > .dropdown-toggle.btn-danger.focus {
  background-color: #ec4945 !important;
  border-color: #ec4945 !important;
  color: #ffffff !important;
}

/*===== Warning button ====*/

.btn-warning,
.btn-warning:focus {
  color: #ffffff !important;
  background-color: #f5cd51 !important;
  border-color: #f5cd51 !important;
}

.btn-warning.hover,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
  background-color: #fada74 !important;
  border-color: #fada74 !important;
  color: #ffffff !important;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning.active:focus,
.btn-warning:active:focus,
.btn-warning.active:hover,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.open > .dropdown-toggle.btn-warning.focus {
  background-color: #e8c041 !important;
  border-color: #e8c041 !important;
  color: #ffffff !important;
}

/*===== Info button ====*/

.btn-info,
.btn-info:focus {
  color: #ffffff !important;
  background-color: #37434d !important;
  border-color: #37434d !important;
}

.btn-info.hover,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
  background-color: #545f6b !important;
  border-color: #545f6b !important;
  color: #ffffff !important;
}

.btn-info.active,
.btn-info:active,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info.active:hover,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.open > .dropdown-toggle.btn-info.focus {
  background-color: #292b42 !important;
  border-color: #292b42 !important;
  color: #ffffff !important;
}

/*================ Button size ===============*/

.btn-lg,
.btn-group-lg > .btn {
  padding-left: 28px;
  padding-right: 28px;
  line-height: 21px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 12px;
  line-height: 18px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 10px;
  font-size: 10.5px;
  line-height: 17px;
}

/*================ Button mn Group ===============*/

.btn-mini-group.dropdown-default .btn.dropdown-toggle {
  text-align: center;
  padding-right: 17px;
  min-width: inherit;
}
.btn-mini-group.dropdown-default .btn.dropdown-toggle.btn-sm {
  padding-right: 14px;
}
.btn-mini-group.dropdown-default .dropdown-menu {
  min-width: inherit;
  width: 100%;
  padding: 40px 0px 7px 0 !important;
}
.btn-mini-group.dropdown-default .dropdown-menu li {
}
.btn-mini-group.dropdown-default .dropdown-menu li a {
  padding: 7px 13px;
  text-align: center;
  border-radius: 0px !important;
}

.btn-mini-group.dropdown-default .btn-primary + .dropdown-menu:after,
.btn-mini-group.dropdown-default .btn-complete + .dropdown-menu:after,
.btn-mini-group.dropdown-default .btn-success + .dropdown-menu:after,
.btn-mini-group.dropdown-default .btn-warning + .dropdown-menu:after,
.btn-mini-group.dropdown-default .btn-danger + .dropdown-menu:after,
.btn-mini-group.dropdown-default .btn-info + .dropdown-menu:after {
  top: 0px;
  height: 43px;
  border-radius: 3px 3px 0px 0px;
}

.btn-mini-group.dropdown-default .btn-primary + .dropdown-menu:after {
  background-color: #7e57c2;
}

.btn-mini-group.dropdown-default .btn-complete + .dropdown-menu:after {
  background-color: #00bcd4;
}

.btn-mini-group.dropdown-default .btn-success + .dropdown-menu:after {
  background-color: #30ddbc;
}

.btn-mini-group.dropdown-default .btn-warning + .dropdown-menu:after {
  background-color: #f5cd51;
}

.btn-mini-group.dropdown-default .btn-danger + .dropdown-menu:after {
  background-color: #f95f5b;
}

.btn-mini-group.dropdown-default .btn-info + .dropdown-menu:after {
  background-color: #37434d;
}

/*================ Animated button ===============*/

.btn-animated {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-animated:before {
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 2.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-animated:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-animated.fa:before {
  font-family: "FontAwesome";
}

.btn-animated.from-left:before {
  left: -100%;
  top: 0;
}

.btn-animated.from-top:before {
  left: 0;
  top: -100%;
}

.btn-animated.from-left:hover:before,
.btn-animated.from-left.show-icon:before,
.open .btn-animated.from-left:before,
.btn-animated.from-left.active:before {
  left: 0;
}

.btn-animated.from-top:hover:before,
.btn-animated.from-top.show-icon:before,
.open .btn-animated.from-top:before,
.btn-animated.from-top.active:before {
  top: 0;
}

.btn-animated > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-animated.from-left:hover > span,
.btn-animated.from-left.show-icon > span,
.open .btn-animated.from-left > span,
.btn-animated.from-left.active > span {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.btn-animated.from-top:hover > span,
.btn-animated.from-top.show-icon > span,
.open .btn-animated.from-top > span,
.btn-animated.from-top.active > span {
  -webkit-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}

/*===================================
    Labels
===================================*/

.label {
  font-size: 82%;
  letter-spacing: 0.3px;
}

.label-primary {
  background-color: #7e57c2;
}
.label-success {
  background-color: #0dac59;
}

/*===================================
    GLOBAL
===================================*/
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-50 {
  margin: 50px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}
.m-t-60 {
    margin-top: 60px !important;
  }

.m-t-70 {
    margin-top: 70px !important;
  }

.m-t-80 {
    margin-top: 80px !important;
  }

.m-t-90 {
    margin-top: 90px !important;
  }

.m-t-100 {
    margin-top: 100px !important;
  }

.m-t-25 {
    margin-top: 25px !important;
  }
.m-r-50 {
  margin-right: 50px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}

.m-none {
  margin: 0px !important;
}
.m-t-none {
  margin-top: 0px !important;
}
.m-r-none {
  margin-right: 0px !important;
}
.m-b-none {
  margin-bottom: 0px !important;
}
.m-l-none {
  margin-left: 0px !important;
}

.p-2 {
  padding: 2px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-100 {
  padding: 100px !important;
}

.p-t-2 {
  padding-top: 2px !important;
}
.p-r-2 {
  padding-right: 2px !important;
}
.p-b-2 {
  padding-bottom: 2px !important;
}
.p-l-2 {
  padding-left: 2px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}

.p-none {
  padding: 0px !important;
}
.p-t-none {
  padding-top: 0px !important;
}
.p-r-none {
  padding-right: 0px !important;
}
.p-b-none {
  padding-bottom: 0px !important;
}
.p-l-none {
  padding-left: 0px !important;
}

.last-child-m-b-n > *:last-child {
  margin-bottom: 0px;
}

.bold {
  font-weight: 600 !important;
  letter-spacing: 0.5px;
}

.row.row-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.v-align-middle {
  vertical-align: middle;
}

.inline-block {
  display: inline-block;
}

.bg-white {
  background-color: #fff !important;
}
.bg-parent {
  background-color: #f9f9f9 !important;
}
.bg-primary {
  background-color: #7e57c2 !important;
}
.bg-complete {
  background-color: #00bcd4 !important;
}
.bg-complete-darker {
  background-color: #2b6a94 !important;
}
.bg-success {
  background-color: #30ddbc !important;
}
.bg-warning {
  background-color: #f5cd51 !important;
}
.bg-danger {
  background-color: #f95f5b !important;
}
.bg-info {
  background-color: #37434d !important;
}
.bg-hint {
  background-color: #919191 !important;
}

.text-white {
  color: #fff !important;
}
.text-primary {
  color: #7e57c2 !important;
}
.text-complete {
  color: #f16685 !important;
}
.text-complete-darker {
  color: #2b6a94 !important;
}
.text-success {
  color: #30ddbc !important;
}
.text-warning {
  color: #f5cd51 !important;
}
.text-danger {
  color: #e34355 !important;
}
.text-info {
  color: #37434d !important;
}
.text-hint {
  color: #61656d !important;
}
.text-default {
  color: #626262 !important;
}

.text-underline {
  text-decoration: underline;
}

.z-shad-1 {
  border: 1px solid #efefef;
  box-shadow: 0px 1px 2px #efefef;
}
.panel-body .z-shad-1 {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.cp-clickable {
  cursor: pointer;
}

.cp-linkable {
  position: relative;
}
.cp-linkable .cp-area-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-indent: 99999999px;
  display: block;
  white-space: nowrap;
  opacity: 0;
}

.relative {
  position: relative;
}

.wrapper {
  width: 100%;
  position: relative;
  background: #fff;
}

.jumbo-container {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
}

.container-printable {
  width: 800px;
}

body.has-top-bar .wrapper {
  padding-top: 60px;
}

.wrapper-bottom-sec {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  /* padding: 0 15px;*/
}

.app-logo-inner {
  margin-bottom: 20px;
}
.w-auto {
  width: auto;
}
.t-align-c {
  text-align: center;
}

.page-header {
  margin-top: 28px;
}

.page-title {
  margin: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #8d95a7;
}

.page-title-sub {
  margin: 0px 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #8d95a7;
}

/*========Typography========*/

code {
  font-size: 11px;
  color: #00bcd4;
  background-color: #f7f8fa;
}

.text-sm {
  font-size: 11.5px;
}

.error-title-404 {
  font-size: 70px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px;
}

.font-45 {
  font-size: 45px !important;
}
.font-15 {
  font-size: 15px !important;
}

/*== Post Typography ==*/

.article-content {
}

.article-content ul,
.article-content ol {
  padding-left: 25px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.article-content ul li,
.article-content ol li {
  margin-bottom: 5px;
}

.article-content ul li:last-child,
.article-content ol li:last-child {
  margin-bottom: 0px;
}

.article-content h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin-bottom: 10px;
  color: #454e61;
}

.article-content p {
  margin-bottom: 25px;
}

.article-content *:last-child {
  margin-bottom: 0px;
}

/*======= Bootstrap panel =====*/

.panel {
  border-radius: 0px;
  margin-bottom: 20px;
  border: none;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  box-shadow: 0px 3px 4px #c7cee821;
}
.panel-nest {
  background: #fff;
  border: 1px solid #e8edfd;
  padding: 25px 30px;
  border-radius: 15px;
  text-align: left;
}
.panel.panel-less {
  box-shadow: none !important;
}

.panel.panel-transparent {
  background-color: transparent;
  box-shadow: none;
}
.panel-heading {
  padding: 20px;
}

.panel-30 .panel-heading {
  padding: 30px;
}

.panel-title {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

.panel-title.panel-title-15 {
  font-size: 15px;
}
.panel-body {
  padding: 20px;
  padding-top: 15px;
}

.panel-30 .panel-body {
  padding: 30px;
  padding-top: 0px;
}

.panel-other-acction {
  color: #8b93a5;
  line-height: 2;
}
.panel-other-acction a {
  border-bottom: 1px solid;
}

.panel.tab-content {
  border-top: none;
}
.container-fixed .tab-content {
  width: 100%;
}

.panel.panel-hoverd {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.panel.panel-hoverd:hover {
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.2);
}

.content-tight-panel {
  float: right;
  width: 330px;
  max-width: 100%;
  margin-left: 30px;
  margin-bottom: 30px;
}

.content-tight-panel .panel {
  box-shadow: none;
  background: #f7f8fa;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.page-title.inline-block span {
  border: 1px solid;
  padding: 3px 10px;
  border-radius: 5px;
}

.updatedList {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.updatedList p {
  float: left;
  width: max-content;
  padding: 0 10px;
  border: 1px solid;
  margin-right: 5px;
  border-radius: 4px;
  color: #067c06;
}

@media screen and (max-width: 767px) {
  .content-tight-panel {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
}

/*===================================
    TAB
===================================*/

.nav-tabs {
  border-bottom: 1px solid #eaeaea;
}
.nav-tabs > li > a {
  color: #888;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #00bcd4;
  border: 1px solid #eaeaea;
  border-bottom-color: transparent;
}

/*===================================
    LEFT NAVBAR
===================================*/

.bar-setting {
  display: block;
  color: #2a2e36;
  width: 78px;
  height: 60px;
  font-size: 21px;
  text-align: center;
  line-height: 60px;
  float: right;
}

.left-bar-open .bar-setting,
.bar-setting:focus,
.bar-setting:active,
.bar-setting:hover {
  color: #292b42;
}

.left-nav-bar .app-logo {
  padding-left: 30px;
}

.left-nav-bar {
  position: fixed;
  left: 0px;
  padding-top: 60px;
  width: 260px;
  padding-right: 0;
  background-color: #292b42;
  background-color: #2b2d44;
  background-color: #18232d;
  background-color: #fff;
  height: 100%;
  margin-left: -190px;
  z-index: 10;
  /*box-shadow: 0px 0px 3px #ddd;*/
  -webkit-transition: all 500ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: all 500ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
}

.left-bar-open .left-nav-bar {
  margin-left: 0px;
}

.left-nav-bar:hover {
  margin-left: 0px;
}

.left-nav-bar .nav-top-sec {
  height: 60px;
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}

.left-navigation {
  padding: 0px 10px 0 0;
}

.left-nav-bar .left-navigation ul,
.left-nav-bar .left-navigation li {
  margin: 0px;
}
.left-nav-bar .left-navigation li {
  position: relative;
  list-style: none;
  line-height: 1.43;
}

.left-nav-bar .left-navigation > li {
  margin-bottom: 2px;
}

.left-nav-bar .left-navigation li a:before,
.left-nav-bar .left-navigation li a:after {
  content: "";
  display: table;
}

.left-nav-bar .left-navigation li a:after {
  clear: both;
}

.left-nav-bar .left-navigation li a {
  display: block;
  color: #aeb2b7;
  padding: 20px 20px 20px 30px;
  font-size: 14px;
  font-weight: 400;
}

.left-nav-bar .left-navigation li a .menu-text {
  float: left;
}

.left-nav-bar .left-navigation li a .menu-thumb {
  float: right;
  font-size: 16px;
  text-align: center;
  margin-top: -2px;
  width: 30px;
}

.left-nav-bar .left-navigation > li:hover > a,
.left-nav-bar .left-navigation > li.active > a,
.left-nav-bar .left-navigation > li.init-sub-open > a,
.left-nav-bar .left-navigation > li.sub-open > a {
  color: #ffffff;
  background-color: #30353e;
}

.left-nav-bar .left-navigation li.init-sub-open > a,
.left-nav-bar .left-navigation li.sub-open > a {
  color: #aeb2b7;
}

.left-nav-bar .left-navigation .sub li a .menu-thumb {
  font-size: 13px;
  text-transform: lowercase;
}

.left-nav-bar .left-navigation li a .arrow {
  display: none;
}

.left-bar-open .left-nav-bar .left-navigation li a .arrow,
.left-nav-bar:hover .left-navigation li a .arrow {
  display: block;
}

.left-nav-bar .left-navigation li a .arrow:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 17px;
  right: 70px;
}

.left-nav-bar .left-navigation li.sub-open a .arrow:after {
  -webkit-transform: rotate(-180deg);
}

.left-nav-bar .left-navigation li .sub {
  display: none;
  background-color: #30353e;
  padding: 0px 0px 15px;
}
.left-nav-bar .left-navigation li.init-sub-open .sub {
  display: block;
}

.left-nav-bar .left-navigation li .sub li > a {
  padding: 5px 20px 5px 40px;
  font-size: 13px;
}

.left-nav-bar .left-navigation li .sub li:hover > a {
  color: #fff;
}

.nav-bottom-sec {
  height: 100%;
  width: 100%;
}

/*===================================
    TOP BAR
===================================*/
.top-bar {
  background-color: #ffffff;
  min-height: 61px;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  /* box-shadow: 0px 0px 15px #EFEFEF; */
  z-index: 9;
  /* border-bottom: 1px solid #EFEFEF; */
  position: fixed;
  display: flex;
  align-items: center;
  padding-left: 70px;
}

.left-bar-open .top-bar {
  padding-left: 265px;
}

.app-logo {
  float: left;
  padding: 20px 30px;
}

.top-info-bar .bar-notification {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.has-left-bar .top-info-bar .bar-notification {
  -webkit-transition: left 500ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: left 500ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
}
.top-info-bar .bar-notification > a {
  color: #b7bfcc;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: relative;
  font-size: 17px;
  background: #f8f8fb;
  border-radius: 50%;
}

.top-info-bar .open.bar-notification > a,
.top-info-bar .bar-notification > a:hover {
  color: #69748a;
}

.top-info-bar .bar-notification > a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e87979;
  top: 2px;
  right: 3px;
  display: none;
}
.top-info-bar .bar-notification.active > a:after {
  display: block;
}

.top-bar > .navbar-right {
  margin: 0px;
  padding-right: 25px;
  /* float: right; */
}

.user-profile > a {
  display: block;
}
.user-profile .user-image {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
}
.user-profile .user-info {
  color: #61656d;
  margin-right: 5px;
  text-transform: capitalize;
}
.user-info .user-role {
  color: #00bcd4;
}

.top-bar .navbar-nav {
  margin-top: 5px;
}

.top-bar .navbar-header {
  margin-top: 5px;
}
.top-bar .navbar-header .navbar-brand {
  margin-right: 100px;
}

.nav > li > a {
  color: #222;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active > a {
  color: #bf506a;
}
.nav > li > a.off-day {
  color: #FF0000;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: none;
}

.navbar-toggle {
  padding: 5px 11px 3px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .navbar-brand {
  }
}

/*================== Reset Dropdown ================*/

.dropdown-menu {
  box-shadow: 0px 2px 10px 2px rgb(45 56 88 / 8%);
  padding: 0px;
  border-radius: 3px;
  margin: 0px;
  min-width: 130px;
  margin-top: 10px;
  display: block;
  opacity: 0;
  z-index: 99999999999999999;
  backface-visibility: hidden;
  transform: scale(1, 0);
  transform-origin: center top 0;
  -webkit-transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
  transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
  border: none;
}

.dropup .dropdown-menu {
  transform-origin: center bottom 0;
}

.dropdown-menu.arrow:before {
  position: absolute;
  top: -7px;
  left: 7px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(121, 121, 121, 0.3);
  content: "";
}
.dropdown-menu.arrow:after {
  position: absolute;
  top: -6px;
  left: 8px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}

.dropdown-menu.arrow.right-arrow:before {
  right: 15px;
  left: auto;
}
.dropdown-menu.arrow.right-arrow:after {
  right: 16px;
  left: auto;
}
.user-profile .dropdown-menu li.logtMenuItm {
  margin-top: 12px;
}
.open > .dropdown-menu {
  opacity: 1;
  transform: scale(1, 1);
}

.dropdown-menu li:first-child {
  margin-top: 12px;
}

.dropdown-menu li a {
  color: #8f9098;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 13px;
}

.dropdown-menu li a i {
  width: 22px;
}

.dropdown-menu li a:hover {
  background-color: transparent;
  color: #626262;
}
.dropdown-menu li.bg-dark {
  background-color: #f7f8fa;
  margin-top: 7px;
}
.dropdown-menu li.bg-dark a {
  padding: 12px 20px;
}
.dropdown-menu li.bg-dark a i {
  width: auto;
}

.btn-mini-group .dropdown-menu li a i {
  width: auto;
}

/*========= Date Time Picker ========*/

.bootstrap-datetimepicker-widget {
  opacity: 1;
  z-index: 2;
  transform: scale(1, 1);
}

/*========= Dropdown button group ========*/

.dropdown-default .btn.dropdown-toggle {
  text-align: left;
  padding-right: 27px;
  min-width: 130px;
}

.dropdown-default.open > .btn.dropdown-toggle {
  border-color: transparent !important;
  background: transparent !important;
  z-index: 10 !important;
}

.dropdown-default .dropdown-menu {
  margin-top: -40px;
  padding: 42px 0px 12px 0 !important;
  background-color: #fafafa;
}

.dropdown-default.dropup .dropdown-menu {
  margin-bottom: -40px;
  padding: 0 3px 52px 0 !important;
  transform-origin: center bottom 0;
  background-color: #fafafa;
}

.dropdown-default .dropdown-menu li a,
.dropdown-default .dropdown-menu li a:focus {
  color: #626262;
}

.dropdown-default .dropdown-menu li a:hover,
.dropdown-default .dropdown-menu li a:active {
  color: #000;
}

.dropdown-default.open > .btn.dropdown-toggle {
  border-color: transparent !important;
  background: transparent !important;
  z-index: 666 !important;
  box-shadow: none;
}

.dropdown-default.dropup .dropdown-menu:after {
  bottom: 43px;
  top: auto !important;
}

.dropdown-default .dropdown-menu:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  top: 42px;
  background: #e6e6e6;
  width: 100%;
}

.dropdown-default .btn.dropdown-toggle .caret {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}

/*============= Bar Notification menus =============*/

.bar-notification .dropdown-menu {
  width: 220px;
}

.bar-notification .dropdown-menu li {
  border-bottom: 1px solid #f7f8fa;
}

.bar-notification .dropdown-menu li a {
  display: block;
  overflow: hidden;
  padding: 10px 15px;
  font-size: 13px;
  color: #626262;
}
.bar-notification .dropdown-menu li a:hover {
  background-color: #f7f8fa;
}

.bar-notification .dropdown-menu li:first-child {
  margin-top: 8px;
}
.bar-notification .dropdown-menu li.title {
  padding: 10px 15px;
  font-size: 12px;
}

.bar-notification .dropdown-menu li.footer {
  border: none;
  text-align: center;
}

.bar-notification .dropdown-menu li.footer a {
  background-color: transparent !important;
  font-size: 11px;
}

.bar-notification .dropdown-menu li.footer a:hover {
  color: #00bcd4;
}

.user-dropdown li .user-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.user-dropdown li .user-name {
  display: inline-block;
  vertical-align: middle;
}

.bar-notification .message-dropdown {
  width: 350px;
}
.message-dropdown li .name {
  color: #00bcd4;
}
.message-dropdown li .name span {
  float: right;
  color: #cccccc;
  font-size: 11px;
}
.message-dropdown li .message {
  overflow: hidden;
}

/*============== Notification & Alert =============*/

.alert {
  border-width: 0px;
  font-style: 13px;
  margin-top: 10px;
}

.alert.bordered {
  border-width: 1px;
}

.alert-success {
  color: #219982;
  background-color: #c9f0e9;
  border-color: #b1e5dc;
  margin: 10px 0 10px 0px;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #f5f1da;
  border-color: #ede7c1;
}

.alertify-logs {
  right: 30px;
  bottom: 15px;
  width: auto;
}

.alertify-top .alertify-logs {
  top: 75px;
  bottom: auto;
}

.alertify-log {
  text-shadow: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #fff;
  border-width: 0px;
  margin-top: 15px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.alertify-border .alertify-log {
  border-width: 1px;
}

.alertify-top .alertify-log {
  margin: 0px;
  margin-bottom: 15px;
}

.alertify-log-success {
  background-color: #30ddbc;
}
.alertify-log-error {
  background-color: #f95f5b;
}
.alertify-log-info {
  background-color: #00bcd4;
}
.alertify-log-warning {
  background-color: #f5cd51;
}

.alertify-log * {
  vertical-align: middle;
}

.alertify-log i {
  font-size: 18px;
  margin-right: 5px;
}

/*================= Tooltip ================*/

.tooltip-inner {
  padding: 4px 8px;
  color: #ffffff;
  background-color: #2b2d44;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #2b2d44;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2b2d44;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #2b2d44;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #2b2d44;
}

/*=============== Form ==============*/

.form-some-up {
  margin-top: -8px;
}
.wordbreak-all {
  word-break: break-all;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  -webkit-appearance: none;
  color: #443;
  outline: none !important;
  height: 42px;
  line-height: normal;
  font-size: 13px;
  font-weight: 400;
  vertical-align: middle;
  min-height: 42px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.form-control:disabled {
  background: #f8f8f8;
  /*color: rgba(90,90,90,.23);*/
  color: #666;
}

.form-control:focus {
  border-color: #d2d2d2;
}

.form-group {
  margin-bottom: 20px;
  position: relative !important;
}

.form-group-default {
  position: relative;
}

.form-group label:not(.error) {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear 0s;

  transition: color 0.2s linear 0s;
}

.form-group-default label {
  position: absolute;
  margin: 0;
  width: 100%;
  padding: 8px 13px 0px;
  color: #626262;
}

.form-group-default.filled label,
.form-group-default.focused label,
.form-group-default.disabled label {
  color: #bbb;
}

.form-group-default .form-control {
  background: #fff;
  border: 1px solid #e8e9f0;
  padding: 36px 13px 17px;
  height: 70px !important;
}

.form-group-default .form-control:focus {
  background: #f8f8f8;
}

.form-group-default.required:after {
  color: #f35958;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 4px;
}

.form-inline .form-control.input-sm {
  padding: 5px 10px;
  height: 34px;
  min-height: 34px;
  line-height: 1.7;
}

input[readonly] {
  cursor: not-allowed;
}

.input-group-file input[type="text"] {
  min-height: 41px;
  height: 41px;
}

.label-link {
  display: inline-block;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.jp-card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
}

/* On mouse-over, add a deeper shadow */
.card-new:hover,
.even .card-new:hover {
  box-shadow: 0 8px 16px 0 rgba(120, 124, 149, 0.35);
}

/* Add some padding inside the card container */
.jp-card .container {
  padding: 2px 16px;
}

.callCntctLst {
  font-size: 16px !important;
  color: #050505 !important;
  margin: 0px !important;
  cursor: pointer !important;
}
.callCntctLst i {
  margin-right: 4px !important;
}
.callCntctLst:hover {
  color: #D11D27 !important;
}
.roundBrdrPrice {
  border: 2px solid #D11D27;
  padding: 10px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  form .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  form .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.help {
  font-size: 10px;
  color: #999;
}

/*================= Checkbox ================*/
.coder-checkbox {
  display: inline-block;
  position: relative;
  min-width: 17px;
  min-height: 17px;
  padding-left: 17px;
  vertical-align: middle;
}
.coder-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px !important;
  z-index: 2;
  cursor: pointer;
}
.coder-checkbox .co-check-ui {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  top: 5px;
  left: 0px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  z-index: 1;
  cursor: pointer;
}
.coder-checkbox .co-check-ui:after {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transform: scale(0);
  transition: all 0.15s ease;
}
.coder-checkbox input[type="checkbox"]:checked + .co-check-ui:after {
  opacity: 1;
  transform: scale(1);
}

.coder-checkbox label {
  margin: 0px;
  line-height: 1.6;
  font-weight: 500;
  display: block;
  margin-left: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.coder-checkbox input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

.coder-checkbox input[type="checkbox"]:disabled + .co-check-ui:after {
  color: #bbb;
}

.coder-checkbox input[type="checkbox"]:disabled + .co-check-ui + label {
  color: #bbb;
}

/*================= Radio ================*/
.coder-radiobox {
  display: inline-block;
  position: relative;
  min-width: 17px;
  min-height: 17px;
  padding-left: 17px;
  vertical-align: middle;
}
.coder-radiobox input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px !important;
  z-index: 2;
  cursor: pointer;
}
.coder-radiobox .co-radio-ui {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 15px;
  font-size: 8px;
  z-index: 1;
  cursor: pointer;
}
.coder-radiobox .co-radio-ui:after {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transform: scale(0);
  transition: all 0.15s ease;
}
.coder-radiobox input[type="radio"]:checked + .co-radio-ui:after {
  opacity: 1;
  transform: scale(1);
}

.coder-radiobox label {
  margin: 0px;
  line-height: 1.6;
  font-weight: 500;
  display: block;
  margin-left: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.coder-radiobox input[type="radio"]:disabled {
  cursor: not-allowed;
}

.coder-radiobox input[type="radio"]:disabled + .co-radio-ui:after {
  color: #bbb;
}

.coder-radiobox input[type="radio"]:disabled + .co-radio-ui + label {
  color: #bbb;
}

.table {
  margin-top: 5px;
}

.table:last-child {
  margin-bottom: 0px;
}

.table thead {
  margin: 20px 0 0;
}

.table thead tr th {
  outline: none;
  padding: 12px 20px 12px;
  vertical-align: bottom;
  border-bottom: 1px solid #eceaea;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  background: #eee;
}

.table tbody tr td {
  background: #fff;
  border-bottom: 1px solid #efeeee;
  border-top: 0px;
  padding: 20px;
  font-size: 13.5px;
}
.table tbody tr td a:hover {
  text-decoration: underline;
}
.table.table-hover tbody tr:hover > td {
  background-color: #f7f7f7;
}

.table tbody tr:last-child td {
  border-bottom-width: 0px;
}

.table.table-borderless tbody tr td {
  border-top: 0;
}

.table.table-condensed tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.table.table-condensed.table-condensed-slim tbody tr td {
  padding: 8px;
}

.table.table-borderless > tbody > tr > td {
  border-bottom: 0px;
}

.table.table-striped tbody tr td {
  background: #fafafa !important;
}
.table.table-striped tbody tr:nth-child(2n + 1) td {
  background: #fff !important;
}

.table.table-no-border thead tr th {
  border: none;
}

.table.table-no-border tbody tr td {
  border: none;
}

.table.table-no-border.table-condensed tbody tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.table.table-no-border.table-condensed thead tr th {
  padding: 0px 14px 12px;
}

.table.table-bordered tr th,
.table.table-bordered tr td {
  border: 1px solid;
}

.table.table-transparent tr th,
.table.table-transparent tr td {
  background: transparent;
}

table.table tr td strong.help-split {
  display: inline-block;
  width: 30%;
}

.table tbody tr td.td-highlighted {
  background-color: #c4e5fd !important;
}

.table tr td.td-b-none {
  border: none !important;
}
.table tr td.td-b-l-none {
  border-left: none !important;
}
.table tr td.td-b-r-none {
  border-right: none !important;
}
.table tr td.td-b-t-none {
  border-top: none !important;
}
.table tr td.td-b-b-none {
  border-bottom: none !important;
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  table.table tr td {
    display: block;
  }
  table.table tr td strong.help-split {
    display: inline-block;
    width: 50%;
  }

  /* Force table to not be like tables anymore */
  table.table-ultra-responsive,
  table.table-ultra-responsive thead,
  table.table-ultra-responsive tbody,
  table.table-ultra-responsive th,
  table.table-ultra-responsive td,
  table.table-ultra-responsive tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  table.table-ultra-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  table.table-ultra-responsive tr {
    border-bottom: 1px solid #ccc;
  }

  table.table-ultra-responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 120px !important;
  }

  table.table-ultra-responsive td:before {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table.table-ultra-responsive.table-condensed tbody tr td:before {
    top: 12px;
  }

  /*
    Label the data
    */
  .table.table-ultra-responsive td:before {
    content: attr(data-label);
  }

  .bill-data-title {
    width: auto !important;
  }
}

/*================ Data Table ================*/

.table.dataTable tbody tr:last-child td {
  border-bottom-width: 1px;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  padding: 0px 20px;
}
.dataTables_length > label {
  text-transform: capitalize;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: auto;
  top: 15px;
  right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 0px;
  right: 20px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 12px 0 10px;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 10px;
  white-space: nowrap;
}

/*=============== Bootstrap Select ==================*/

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 8px 8px 6px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  padding: 8px 12px !important;
  min-height: 34px !important;
  height: 34px !important;
}

.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
  font-weight: 400;
}

.bootstrap-select.btn-group .dropdown-menu li a .glyphicon,
.bootstrap-select.btn-group .dropdown-toggle .filter-option i {
  width: 18px;
  font-size: 12px;
  margin-top: -2px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option i {
  font-size: 13px;
  margin-left: 1px;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  width: inherit;
  margin-top: 10px;
  font-size: 11px;
}
.bootstrap-select.btn-group .dropdown-menu li a span {
  vertical-align: middle;
}

.bootstrap-select.form-control > .dropdown-toggle {
  margin: 0px;
  padding: 9px 12px;
}

.form-group.form-group-default .bootstrap-select.btn-group.form-control {
  background-color: transparent;
  border: none;
  padding: 0px;
  height: auto;
}

.form-group.form-group-default
  .bootstrap-select.form-control
  > .dropdown-toggle {
  padding: 28px 13px 6px 13px;
  background-color: transparent;
  float: none;
}

.form-group.form-group-default
  .bootstrap-select.btn-group.form-control
  .dropdown-toggle
  .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 10px;
  vertical-align: middle;
}

/*================ Modal =================*/

@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 270px;
  }
  .modal-content {
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22),
      0 25px 55px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22),
      0 25px 55px 0 rgba(0, 0, 0, 0.21);
  }
}

.modal-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.modal-header .close {
  margin-top: -22px !important;
  color: #fff  !important;
  background: black  !important;
  padding: 0 5px  !important;
  opacity: .7 !important;
}
.bootbox .close {
  margin: 0 !important;
}
.modal-body {
  padding: 30px;
  max-height: calc(100vh - 300px);
  overflow: auto;
}
.modal-footer {
  padding: 20px 30px;
}
.modal-footer-popup {
  padding: 0;
  text-align: right;
  border-top: 0;
}

/*============= Sweet Alert ============*/

.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.sweet-alert {
  padding: 27px 30px 30px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.sweet-alert h2 {
  font-weight: 500 !important;
}

.sweet-alert p:last-child {
  margin-bottom: 0px;
}

.sweet-alert .icon {
  margin: 3px auto 20px;
}

.lead {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.text-muted {
  color: #626262 !important;
}

/*=============== pagination ===============*/

.pagination {
  float: right;
}

.pagination > li {
  display: inline-block;
}

.campaign-page .pagination {
  display: flex;
}

.pagination > li > a, .pagination > li > span {
  height: 30px;
  min-width: 30px;
  float: revert;
  line-height: 20px;
  background: #e8e8f5;
  border-radius: 15px;
  opacity: 0.55;
  color: #2a2e36 !important;
  border: none;
  font-size: 12px;
  padding: 6px 8px;
  font-weight: 500;
  text-align: center;
  margin: 0 3px;
}

.pagination-row .rightColCrd {
  margin-left: auto;
}

.campaign-page .pagination > li > a, .pagination > li > button, .pagination > li > span {
    height: 23px;
    min-width: 20px;
    line-height: 11px;
    background: #e8e8f5;
    border-radius: 15px;
    opacity: 0.55;
    color: #2a2e36 !important;
    border: none;
    font-size: 12px;
    padding: 6px 8px;
    font-weight: 500;
    text-align: center;
    margin: 0 3px;
}
.pagination > li:first-child > a, .pagination > li:first-child > button,
.pagination > li:first-child > span {
  width: auto;
  background: transparent;
}
.pagination > li:last-child > a, .pagination > li:last-child > button,
.pagination > li:last-child > span {
  width: auto;
  background: transparent;
}
.pagination > .active > a,
.pagination > .active > button,
.pagination > .active > button:focus,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff !important;
  background-color: #D11D27;
  border-color: #D11D27;
  cursor: pointer !important;
}

.pagination > li.active > a,
.pagination > li.active > span {
  opacity: 1;
}

.pagination > li > a:hover,
.pagination > li > button:hover,
.pagination > li > span:hover {
  background: #c5c5f9;
}

.pagination > li.disabled > a:hover,
.pagination > li.disabled > button:hover,
.pagination > li.disabled > span:hover {
  opacity: 0.4;
}

.pagination > li.active > a:hover,
.pagination > li.active > button:hover,
.pagination > li.active > span:hover {
  opacity: 1;
}

/*============== Info List ==============*/

.info-list {
  margin: 0px !important;
  padding: 0px !important;
}
.info-list li {
  list-style: none;
  position: relative;
  padding-left: 120px;
  margin-bottom: 12px;
}
.info-list li {
  word-break: break-all;
}
.info-list li .info-list-title {
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 105px;
  color: #555;
}
.info-list li .info-list-title:after {
  content: ":";
  position: absolute;
  right: 0px;
}

/*=== Schema 1 ===*/
.info-list.title-space-md li {
  padding-left: 160px;
}
.info-list.title-space-md li .info-list-title {
  width: 145px;
}

/*=== Schema 2 ===*/
.info-list.title-space-lg li {
  padding-left: 220px;
}
.info-list.title-space-lg li .info-list-title {
  width: 200px;
}

/*============== Social buttons ==============*/

.social-module {
}
.social-module li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  margin-right: 5px;
}
.social-module li a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #444;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
}
.social-module li a:hover {
  background-color: #00bcd4;
}

.social-module.social-module-sm li a {
  width: 28px;
  height: 28px;
  line-height: 30px;
  font-size: 12px;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}

/*========== Printable Versin ============*/

.printable-page * {
  color: #000 !important;
  border-color: #000 !important;
}

.printable-page .table tr td,
.printable-page .table tr th {
  border-color: #000 !important;
}

.favorite {
  position: absolute;
  right: 20px;
  color: #ecd615;
  font-size: 22px;
}

.gateway-name {
  background-color: #45f59b;
  padding: 6px;
  border-radius: 9px;
}

/* Coded by SK  */
.dashboard-panels .panel-wrap:nth-child(1) .panel {
  background-image: -moz-linear-gradient(
    27deg,
    rgb(250, 132, 102) 0%,
    rgb(229, 65, 101) 99%
  );
  background-image: -webkit-linear-gradient(
    27deg,
    rgb(250, 132, 102) 0%,
    rgb(229, 65, 101) 99%
  );
  background-image: -ms-linear-gradient(
    27deg,
    rgb(250, 132, 102) 0%,
    rgb(229, 65, 101) 99%
  );
}
.dashboard-panels .panel-wrap:nth-child(2) .panel {
  background-image: -moz-linear-gradient(
    27deg,
    rgb(34, 194, 254) 0%,
    rgb(66, 238, 235) 99%
  );
  background-image: -webkit-linear-gradient(
    27deg,
    rgb(34, 194, 254) 0%,
    rgb(66, 238, 235) 99%
  );
  background-image: -ms-linear-gradient(
    27deg,
    rgb(34, 194, 254) 0%,
    rgb(66, 238, 235) 99%
  );
}
.dashboard-panels .panel-wrap:nth-child(3) .panel {
  background-image: -moz-linear-gradient(
    27deg,
    rgb(145, 219, 71) 0%,
    rgb(182, 211, 92) 99%
  );
  background-image: -webkit-linear-gradient(
    27deg,
    rgb(145, 219, 71) 0%,
    rgb(182, 211, 92) 99%
  );
  background-image: -ms-linear-gradient(
    27deg,
    rgb(145, 219, 71) 0%,
    rgb(182, 211, 92) 99%
  );
}
.dashboard-panels .panel-wrap .panel-title {
  color: #fff;
}
.left-nav-bar .left-navigation > li:hover > a,
.left-nav-bar .left-navigation > li.active > a,
.left-nav-bar .left-navigation > li.init-sub-open > a,
.left-nav-bar .left-navigation > li.sub-open > a {
  color: #fff;
  background-color: #D11D27;
}
.left-nav-bar .left-navigation > li a {
  border-radius: 0 35px 35px 0;
}
.left-nav-bar .left-navigation li a {
  padding: 10px 10px 10px 30px;
  display: table;
  width: 100%;
  vertical-align: middle;
  float: none;
}
.left-nav-bar .left-navigation li a .menu-text {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.left-nav-bar .left-navigation li a {
  color: #7d848e;
}
.left-nav-bar .left-navigation li a i {
  color: #7d848e;
  width: 30px;
  background: #fdfdfd;
  line-height: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-nav-bar .left-navigation li .sub {
  background-color: #f4f5f9;
  border-radius: 0 25px 25px 0;
  margin: 2px 0 0;
  padding: 10px 0;
}
.left-nav-bar .left-navigation li .sub li:hover > a,
.left-nav-bar .left-navigation .sub li.active > a {
  color: #D11D27 !important ;
}
.slimScrollBar {
  background: rgb(166, 172, 177) !important;
  width: 7px !important;
  opacity: 0.6 !important;
}
.btn-primary,
.btn-primary,
.btn-primary:focus {
  color: #ffffff !important;
  background-color: #69748a !important;
  border-color: #69748a !important;
}
label.active.btn.btn-default {
  color: #ffffff !important;
  background-color: #cd1f47 !important;
  border-color: #cd1f47 !important;
}
/*.wrapper-bottom-sec > .p-30 { padding: 30px 30px 0 !important; }
.wrapper-bottom-sec > .p-30:nth-child(2) { padding: 20px 30px 0 !important; }*/
.wrapper-bottom-sec {
  /* background: #efeeee; */
  background: #f5f7fb;
  border-radius: 25px 0 0;
}
textarea.form-control {
  height: 100px;
  resize: vertical;
  padding-right: 26px;
}
.help-text-wraper {
  position: absolute;
  right: 25px;
  height: 16px;
  bottom: 0px;
  line-height: 16px;
  background: #f3f3f3;
  padding: 0 5px;
  border-radius: 3px;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.notification-m-b {
  margin-bottom: 0;
}
.shorten-url .content-body .slimScrollDiv {
    height: calc(100% - 129px) !important;
}
.short-btn.tooltip-style:hover:after {
  left: auto;
  right: 0;
  transform: translate(0, 0);
}
.shorten-url.double .content-body .slimScrollDiv,
.shorten-url.scroll .content-body .slimScrollDiv {
    height: calc(100% - 178px) !important;
}
textarea.form-control:focus + .help-text-wraper {
  bottom: -15px;
}
.checkbox-wrapper {
  padding: 7px 15px;
  background: #fdfdfd;
  border: 1px solid #e6e5e5;
  border-radius: 5px;
  height: 42px;
}
.checkbox-wrapper .coder-checkbox {
  width: 100%;
}
.btn-group-lang {
  width: 100%;
}

.btn-group-lang .btn {
  line-height: 28px;
}
.btn.btn-field {
  background: #efeeee;
  color: #666;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  border: 1px solid #ddd;
}
.btn-wrap {
  border-top: 1px solid #f0f0f0;
  width: 100%;
  float: left;
  padding: 20px 0 0;
  margin: 10px 0 0;
}
.btn-wrap .btn-box {
  float: right;
}
.btn-wrap .btn {
  padding: 12px 25px !important;
}
.input-group .btn {
  line-height: 27px;
}
.panel {
  padding: 10px;
}
/*.form-group.btn-wrap  { padding: 12px 25px !important }*/
.wrapper .app-content {
  background: #f5f7fb;
  border-radius: 25px 0 0;
  padding: 0 25px !important;
  position: relative;
  z-index: 2;
  height: 100%;
}
.chat-app-window {
  overflow-y: auto;
}
.chat-container .sidebar {
  vertical-align: top;
  width: 300px;
  background: #fff;
  padding: 11px 0 0;
  border-radius: 17px 0 0 17px;
}
.chat-heading {
  padding: 30px 0 15px;
}
.chat-fixed-search .coder-checkbox {
  margin: 20px 0 0;
}
#users-list .coder-checkbox {
  margin: 10px 20px;
}
.admin-dash-box .bg-grad {
  border-radius: 15px;
}
.admin-dash-box:nth-child(1) .bg-grad {
  background-image: -moz-linear-gradient(
    -38deg,
    rgb(220, 66, 102) 0%,
    rgb(234, 71, 133) 100%
  );
  background-image: -webkit-linear-gradient(
    -38deg,
    rgb(220, 66, 102) 0%,
    rgb(234, 71, 133) 100%
  );
  background-image: -ms-linear-gradient(
    -38deg,
    rgb(220, 66, 102) 0%,
    rgb(234, 71, 133) 100%
  );
}
.admin-dash-box:nth-child(2) .bg-grad {
  background-image: -moz-linear-gradient(
    -38deg,
    rgb(135, 94, 192) 0%,
    rgb(92, 74, 187) 100%
  );
  background-image: -webkit-linear-gradient(
    -38deg,
    rgb(135, 94, 192) 0%,
    rgb(92, 74, 187) 100%
  );
  background-image: -ms-linear-gradient(
    -38deg,
    rgb(135, 94, 192) 0%,
    rgb(92, 74, 187) 100%
  );
}
.admin-dash-box:nth-child(3) .bg-grad {
  background-image: -moz-linear-gradient(
    -38deg,
    rgb(72, 196, 243) 0%,
    rgb(101, 146, 218) 100%
  );
  background-image: -webkit-linear-gradient(
    -38deg,
    rgb(72, 196, 243) 0%,
    rgb(101, 146, 218) 100%
  );
  background-image: -ms-linear-gradient(
    -38deg,
    rgb(72, 196, 243) 0%,
    rgb(101, 146, 218) 100%
  );
}
.admin-dash-box:nth-child(4) .bg-grad {
  background-image: -moz-linear-gradient(
    -38deg,
    rgb(254, 183, 43) 0%,
    rgb(245, 128, 90) 100%
  );
  background-image: -webkit-linear-gradient(
    -38deg,
    rgb(254, 183, 43) 0%,
    rgb(245, 128, 90) 100%
  );
  background-image: -ms-linear-gradient(
    -38deg,
    rgb(254, 183, 43) 0%,
    rgb(245, 128, 90) 100%
  );
}

.admin-dash-box .bg-grad {
  background: #e2e0d9 !important;
  color: #666 !important;
}
.admin-dash-box .text-white i {
  color: #d4d3cb !important;
  float: left;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 30px;
  background: #fff;
  border-radius: 50%;
}
.inner-form-styled {
  padding: 15px 20px 20px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #f0f0f3;
}
.table tbody tr td .btn {
  margin: 0 0 3px;
}
.table tbody tr:nth-child(odd) td {
  background: #fdfdfd;
}
.table tbody tr:nth-child(even) td {
  background: #f5f5f5;
}
.input-file-wrap {
  margin: 0 0 5px;
}
.nav-tabs {
  padding: 0 0 0 25px;
}
.nav-tabs > li > a {
  border-radius: 10px 10px 0 0;
  background: #f9f9f9;
}
.nav-tabs > li > a:hover {
  background: #ddd;
  color: #000;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
}
.tab-panel-wrap .bg-primary {
  border-radius: 15px;
}
.tab-panel-wrap:nth-child(1) .bg-primary {
  background-image: -moz-linear-gradient(
    -38deg,
    rgb(220, 66, 102) 0%,
    rgb(234, 71, 133) 100%
  );
  background-image: -webkit-linear-gradient(
    -38deg,
    rgb(220, 66, 102) 0%,
    rgb(234, 71, 133) 100%
  );
  background-image: -ms-linear-gradient(
    -38deg,
    rgb(220, 66, 102) 0%,
    rgb(234, 71, 133) 100%
  );
}
.tab-panel-wrap:nth-child(2) .bg-primary {
  background-image: -moz-linear-gradient(
    -38deg,
    rgb(135, 94, 192) 0%,
    rgb(92, 74, 187) 100%
  );
  background-image: -webkit-linear-gradient(
    -38deg,
    rgb(135, 94, 192) 0%,
    rgb(92, 74, 187) 100%
  );
  background-image: -ms-linear-gradient(
    -38deg,
    rgb(135, 94, 192) 0%,
    rgb(92, 74, 187) 100%
  );
}
.tab-panel-wrap:nth-child(3) .bg-primary {
  background-image: -moz-linear-gradient(
    -38deg,
    rgb(72, 196, 243) 0%,
    rgb(101, 146, 218) 100%
  );
  background-image: -webkit-linear-gradient(
    -38deg,
    rgb(72, 196, 243) 0%,
    rgb(101, 146, 218) 100%
  );
  background-image: -ms-linear-gradient(
    -38deg,
    rgb(72, 196, 243) 0%,
    rgb(101, 146, 218) 100%
  );
}
.tab-panel-wrap:nth-child(4) .bg-primary {
  background-image: -moz-linear-gradient(
    -38deg,
    rgb(254, 183, 43) 0%,
    rgb(245, 128, 90) 100%
  );
  background-image: -webkit-linear-gradient(
    -38deg,
    rgb(254, 183, 43) 0%,
    rgb(245, 128, 90) 100%
  );
  background-image: -ms-linear-gradient(
    -38deg,
    rgb(254, 183, 43) 0%,
    rgb(245, 128, 90) 100%
  );
}

.campaign-details .title {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.campaign-details .value {
  font-weight: 500;
  font-size: 13px;
  margin: 0 0 15px;
  color: #9e9e9e;
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.active.blinking > a:after {
  animation: sonar 1.5s infinite;
}
.settings-sender {
  font-size: 23px;
}
.ttip {
  height: 26px;
  border-radius: 6px;
  padding: 4px 0px 4px 9px;
  width: 119px;
  /* border: 1px solid; */
  position: absolute;
  margin-top: 2px;
  font-size: 11px;
  left: 30px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 1);
  box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 1);
  display: none;
}
.profile-drop {
  display: none;
}
@media screen and (max-width: 620px) {
  .profile-drop {
    display: block;
  }
  .user-info-desk {
    display: none;
  }
  .balance-info-desk {
    display: none;
  }
  li.profile-drop {
    padding: 10px 20px 15px;
    background: #f7f8fa;
    display: flex;
    flex-direction: column;
    margin: 0 0 10px !important;
  }
  .language-var {
    position: relative;
    margin: 0 20px 0 0;
  }
  .language-var:after {
    position: absolute;
    content: "";
    height: 15px;
    background: #eff0f3;
    width: 1px;
    display: inline-block;
    right: 0;
    top: 50%;
    margin: -7px 0 0;
  }
}
.notification-counter {
  position: absolute;
  top: -1px;
  left: 19px;
  background-color: rgb(205, 31, 71);
  color: #fff;
  border-radius: 3px;
  padding: 1px 3px;
  font: 9px Verdana;
  z-index: 10;
}
.notification-counter-ticket {
  position: absolute;
  top: -1px;
  left: 19px;
  background-color: rgb(205, 31, 71);
  color: #fff;
  border-radius: 3px;
  padding: 1px 3px;
  font: 9px Verdana;
  z-index: 10;
}
.note-p {
  display: none;
  margin-bottom: 0;
}

.remove_img {
  padding: 1px 5px;
  margin-top: 10px;
}
.chat-time-right {
  text-align: right;
  position: relative;
  display: block;
  float: right;
  margin: 0 20px 0px 0;
  clear: both;
  color: #7b88a2;
  font-size: 10px;
}
.chat-time-left {
  text-align: left;
  position: relative;
  display: block;
  float: right;
  margin: 0 0px 0px 20px;
  clear: both;
  color: #7b88a2;
  font-size: 10px;
}
.custome-button-mg {
  margin-bottom: 5px;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.go-to-form {
  float: left;
  padding: 0px 50px 10px 0px;
  position: relative;
  width: 100%;
}

.app-logo-inner img {
  max-width: 150px;
}
#output1 {
  width: 200px;
}
.remove_img1 {
  position: absolute;
  right: -12px;
  top: -12px;
  padding: 1px 5px;
  display: none;
}
.remove_img2 {
  position: absolute;
  right: -12px;
  top: -12px;
  padding: 1px 5px;
  display: none;
}

div#controls {
  padding: 3em;
  max-width: 1200px;
  margin: 0 auto;
}

div#controls div {
  float: left;
}

div#controls div#call-controls,
div#controls div#info {
  width: 16em;
  margin: 0 1.5em;
  text-align: center;
}
div#controls div#info div#output-selection {
  display: none;
}

div#controls div#info a {
  font-size: 1.1em;
  color: khaki;
  text-decoration: underline;
  cursor: pointer;
}

div#controls div#info select {
  width: 300px;
  height: 60px;
  margin-bottom: 2em;
}

div#controls div#info label {
  width: 300px;
}

div#controls div#call-controls div#volume-indicators {
  display: none;
  padding: 10px;
  margin-top: 20px;
  width: 500px;
  text-align: left;
}

div#controls div#call-controls div#volume-indicators > div {
  display: block;
  height: 20px;
  width: 0;
}

div#controls p.instructions {
  text-align: left;
  margin-bottom: 1em;
  font-family: Helvetica-LightOblique, Helvetica, sans-serif;
  font-style: oblique;
  font-size: 1.25em;
  color: #777776;
}

div#controls div#info #client-name {
  text-align: left;
  margin-bottom: 1em;
  font-family: "Helvetica Light", Helvetica, sans-serif;
  font-size: 1.25em;
  color: #777776;
}
.phone-number {
  border: 1px solid #ececf7;
  padding-left: 35px;
  border-radius: 35px;
}

div#controls button {
  /* width: 15em;
      height: 2.5em; */
  margin-top: 1.75em;
  border-radius: 1em;
  font-family: "Helvetica Light", Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: lighter;
  outline: 0;
}

div#controls button:active {
  position: relative;
  top: 1px;
}

div#controls div#call-controls {
  display: none;
}

div#controls div#call-controls input {
  font-family: Helvetica-LightOblique, Helvetica, sans-serif;
  font-style: oblique;
  font-size: 1em;
  width: 100%;
  height: 2.5em;
  padding: 0.5em;
  display: block;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div#controls div#call-controls button {
  color: #171515;
  background: 0 0;
  border: 1px solid #efeeee;
  background: #efeeee;
  width: 70px;
}

div#controls div#call-controls button#button-hangup {
  display: none;
}

div#controls div#log {
  border: 1px solid #686865;
  width: 35%;
  height: 9.5em;
  margin-top: 2.75em;
  text-align: left;
  padding: 1.5em;
  float: right;
  overflow-y: scroll;
}

div#controls div#log p {
  color: #686865;
  font-family: "Share Tech Mono", "Courier New", Courier, fixed-width;
  font-size: 1.25em;
  line-height: 1.25em;
  margin-left: 1em;
  text-indent: -1.25em;
  width: 90%;
}

.ingoingcard {
  position: fixed;
  overflow: hidden;
  width: 400px;
  height: 207px;
  bottom: 20px;
  right: 20px;
  border-radius: 15px;
  display: none;
  z-index: 100;
}

.outgoingcard {
  position: fixed;
  overflow: hidden;
  width: 300px;
  /* height: 207px; */
  bottom: 0;
  right: 20px;
  border-radius: 15px;
  display: none;
  z-index: 100;
}
.button-wrapper {
  align-items: center;
  display: flex;
  margin: 0 2rem 0 1.2rem;
}
.app-icons-fill-hover {
  border: none;
  margin: 0 1rem 0 0;
}

.outgoingcard-warning {
  position: fixed;
  overflow: hidden;
  width: 300px;
  height: 207px;
  bottom: 20px;
  right: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 7px 2px rgba(219, 216, 219, 1);
  background: #fff;
  display: none;
  z-index: 100;
}

.card {
  position: absolute;
  overflow: hidden;
  width: 450px;
  height: 207px;
  bottom: 20px;
  right: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 7px 2px rgba(219, 216, 219, 1);
  background: #fff;
  /* display: none;

    /* box-shadow: 0px 0px 6px 0px rgba(214,214,214,1); */
}

.header {
  position: relative;
  width: 100%;
  height: 72%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: transparent;
}

.animation {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  border-radius: 50%;
  background-color: #f4f7ff;
}

.ring {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAAAsTAAALEwEAmpwYAAA/S2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDEzLTExLTA2VDE1OjMxOjE3KzAxOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNi0wMlQyMjo1NDoyOSswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDYtMDJUMjI6NTQ6MjkrMDI6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDoxZTIwMTg1Yy1kYmRhLTYzNDAtYjZkMi03Njk4NmFmZmM3ZjE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NTFCMzVFREIwODIwNjgxMTgyMkE4Q0IwNjEwNkRGMTA8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo1MUIzNUVEQjA4MjA2ODExODIyQThDQjA2MTA2REYxMDwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NTFCMzVFREIwODIwNjgxMTgyMkE4Q0IwNjEwNkRGMTA8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTMtMTEtMDZUMTU6MzE6MTcrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjA5NTg2ZjMzLTA0ZjMtZGU0My05MTBlLTg3N2QyZmNmYzk1ZDwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNS0wNi0wMlQyMjo1NDoyOSswMjowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNvbnZlcnRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5mcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nPC9zdEV2dDpwYXJhbWV0ZXJzPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+ZGVyaXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5jb252ZXJ0ZWQgZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MWUyMDE4NWMtZGJkYS02MzQwLWI2ZDItNzY5ODZhZmZjN2YxPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA2LTAyVDIyOjU0OjI5KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6MDk1ODZmMzMtMDRmMy1kZTQzLTkxMGUtODc3ZDJmY2ZjOTVkPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjUxQjM1RURCMDgyMDY4MTE4MjJBOENCMDYxMDZERjEwPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICAgICA8c3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NTFCMzVFREIwODIwNjgxMTgyMkE4Q0IwNjEwNkRGMTA8L3N0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjgwPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjgwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz4Fo/kTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAGRgSURBVHgBAFBkr5sB////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABvPewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAxAAAAAQAAAM4AAAD/AAAAAAAAAAAAAAAAAAAAAOUxhQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAALQAAADNAAAAzAAAANAAAABTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAEoAAAAAAAAAAAAAAC4AAACsAAAAkwAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAIkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAA0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAB5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAB4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE0AAAAuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPAAAAEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAADUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8wAAAPwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6wAAAHcAAAD9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI4AAAAtAAAAoAAAAPoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADXAAAAYQAAACQAAADxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPUAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADMAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAyQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADUAAAA5gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAADsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM0AAADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABvAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5wAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoAAAB4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlgAAAPoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAJwAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADzAAAAmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAEkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACSAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAACwAAAA7AAAAPAAAACYAAAAJAAAAAAAAABOAAAAhQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOsAAACMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAABPAAAAAAAAAAsAAABnAAAA2AAAAK4AAACnAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHoAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAFEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwQAAAJ0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADyAAAAYgAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8AAABjAAAA3gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABhAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHoAAACsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAB2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkwAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEIAAAAiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACPAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+wAAAG8AAACXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4AAAC/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADRAAAANQAAAJcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPwAAABGAAAAYQAAANEAAAAAAAAAAAAAAAAAAAAAAAAAzQAAAGAAAAAzAAAA0QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAAoAAAAKAAAAAVAAAAJQAAAPoAAADiAAAA6gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAD//8bMWfV45gXTAAAAAElFTkSuQmCC");
  -webkit-animation: ring 0.6s infinite;
  -o-animation: ring 0.6s infinite;
  animation: ring 0.6s infinite;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-20deg);
  }
  41% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-20deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.cercle {
  position: absolute;
  width: 130px;
  height: 130px;
  transform: translate(-25px, -25px);
  border-radius: 50%;
  border: 10px solid #dcdcdc;
  background-color: transparent;
  -webkit-animation: wave 1.4s infinite linear;
  -o-animation: wave 1.4s infinite linear;
  animation: wave 1.4s infinite linear;
}

.two {
  animation-delay: 0.35s;
  opacity: 0;
}

.three {
  animation-delay: 0.7s;
  opacity: 0;
}

@keyframes wave {
  0% {
    width: 130px;
    height: 130px;
    transform: translate(-25px, -25px);
    opacity: 1;
    border-width: 8px;
  }
  100% {
    width: 320px;
    height: 320px;
    transform: translate(-120px, -120px);
    opacity: 0.2;
    border-width: 15px;
  }
}

.phoneNumber {
  width: 100%;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 30px;
  text-align: center;
  transform: translateY(100px);
  color: #0c0c0c;
}

.calling {
  width: 100%;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  transform: translateY(150px);
  color: #fff;
  -webkit-animation: opacity 2.5s infinite linear;
  -o-animation: opacity 2.5s infinite linear;
  animation: opacity 2.5s infinite linear;
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

.footer {
  position: relative;
  width: 100%;
  height: 30%;
  border-top: 1px solid #cbced6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fdfcfc;
}

.bouton {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 40px;
  top: 50%;
  cursor: pointer;
  border-radius: 40px;
  transform: translateY(-50%);
}

.raccrocher {
  left: 7%;
  transition: all 0.3s;
  background-color: #e72e04;
}

.decrocher {
  right: 7%;
  transition: all 0.3s;
  background-color: #1ace7a;
}

.cancrocher {
  right: 7%;
  transition: all 0.3s;
  background-color: #e72e04;
  display: none;
}

.red {
  display: block;
  position: absolute;
  width: 100px;
  height: 40px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAoCAYAAAAIeF9DAAAACXBIWXMAAAsTAAALEwEAmpwYAAA/TGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDEzLTExLTA2VDE1OjMxOjE3KzAxOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNi0wM1QxNjowMzo1NiswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDYtMDNUMTY6MDM6NTYrMDI6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDo1OGQyZjBmNy05NThmLTc3NGMtODc3NC1mOGIyMmQ4MmQ2Y2Q8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NTFCMzVFREIwODIwNjgxMTgyMkE4Q0IwNjEwNkRGMTA8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo1MUIzNUVEQjA4MjA2ODExODIyQThDQjA2MTA2REYxMDwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NTFCMzVFREIwODIwNjgxMTgyMkE4Q0IwNjEwNkRGMTA8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTMtMTEtMDZUMTU6MzE6MTcrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjcwNmU5YmJmLTNhYmEtNmE0Yi05YzI2LTk5OWNiNGVmZDZmMzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNS0wNi0wM1QxNjowMzo1NiswMjowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNvbnZlcnRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5mcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nPC9zdEV2dDpwYXJhbWV0ZXJzPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+ZGVyaXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5jb252ZXJ0ZWQgZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NThkMmYwZjctOTU4Zi03NzRjLTg3NzQtZjhiMjJkODJkNmNkPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA2LTAzVDE2OjAzOjU2KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NzA2ZTliYmYtM2FiYS02YTRiLTljMjYtOTk5Y2I0ZWZkNmYzPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjUxQjM1RURCMDgyMDY4MTE4MjJBOENCMDYxMDZERjEwPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICAgICA8c3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NTFCMzVFREIwODIwNjgxMTgyMkE4Q0IwNjEwNkRGMTA8L3N0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjEwMDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj40MDwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+6+nVtwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAA+uElEQVR4AQCoPlfBAf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACbKhEAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAA2AAAAPwAAADAAAAAiAAAADgAAAA4AAAAOAAAADAAAAPgAAADvAAAA5QAAANEAAADRAAAAuAAAANsAAAAAAAAAAAAAAAAAAAAAAAAAAGXW7wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAABpAAAAbgAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAABkAAAAZAAAANAAAAAAAAAAAAAAA1AAAAJMAAAChAAAA+QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmAAAAzAAAAJAAAAAiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsAAAAmQAAANYAAABDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALQAAAMcAAAAtAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAALkAAABmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAACvAAAAEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPIAAADvAAAA/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAJgAAAA6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwAAACMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0AAACtAAAAawAAAC8AAAAIAAAADwAAABIAAAAFAAAAIgAAAFsAAACeAAAA9QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9AAAAFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP4AAADfAAAA3wAAAKYAAAA1AAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAA+QAAAAAAAAAAAAAAAAAAAAAAAADuAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACFAAAA9QAAAAAAAAAAAAAAAAAAAAAAAADwAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAD//8x4NAUgrKnwAAAAAElFTkSuQmCC");
}

.green {
  display: block;
  position: absolute;
  width: 100px;
  height: 40px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAoCAYAAAAIeF9DAAAACXBIWXMAAAsTAAALEwEAmpwYAAA/TGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDEzLTExLTA2VDE1OjMxOjE3KzAxOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNi0wM1QxNjowNjoxMyswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDYtMDNUMTY6MDY6MTMrMDI6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDo0M2IxYTRhYi1lN2NmLWJkNGMtOTkxZS0xZDcxYTM3YjU1NTc8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NTFCMzVFREIwODIwNjgxMTgyMkE4Q0IwNjEwNkRGMTA8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo1MUIzNUVEQjA4MjA2ODExODIyQThDQjA2MTA2REYxMDwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NTFCMzVFREIwODIwNjgxMTgyMkE4Q0IwNjEwNkRGMTA8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTMtMTEtMDZUMTU6MzE6MTcrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjgyZDUyMTBhLTY4ZDQtMDQ0ZS05MmE4LTViNzY1NDIyNjBjNTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNS0wNi0wM1QxNjowNjoxMyswMjowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNvbnZlcnRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5mcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nPC9zdEV2dDpwYXJhbWV0ZXJzPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+ZGVyaXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5jb252ZXJ0ZWQgZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NDNiMWE0YWItZTdjZi1iZDRjLTk5MWUtMWQ3MWEzN2I1NTU3PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA2LTAzVDE2OjA2OjEzKzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6ODJkNTIxMGEtNjhkNC0wNDRlLTkyYTgtNWI3NjU0MjI2MGM1PC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjUxQjM1RURCMDgyMDY4MTE4MjJBOENCMDYxMDZERjEwPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICAgICA8c3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NTFCMzVFREIwODIwNjgxMTgyMkE4Q0IwNjEwNkRGMTA8L3N0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjEwMDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj40MDwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+n9namQAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAA+uElEQVR4AQCoPlfBAf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZcUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUAAAAkwAAANQAAABUAAAA8eePuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAKcAAAAYAAAARAAAAK8AAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEgAAACpAAAABAAAAAAAAAAAAAAAQQAAAFkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8AAAArQAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAA3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOsAAABJAAAA7wAAAAAAAAAAAAAAAAAAAAAAAADXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPwAAAAJAAAAAAAAAAAAAAAAAAAAAAAAALkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAiQAAAAgAAAAAAAAAAAAAAAAAAAD6AAAApQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE4AAABWAAAAAAAAAAAAAAAAAAAAAAAAAJ0AAADkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAoQAAAAAAAAAAAAAAAAAAAAAAAADrAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAOQAAAAsAAAAAAAAAAAAAAAAAAAAAAAAAJwAAALwAAAAQAAAAAAAAAAAAAAAAAAAA/wAAAGIAAADtAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAALgAAADGAAAA0gAAABwAAAAAAAAAAAAAAEgAAADFAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAB6AAAAtAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAACtAAAAQwAAAAAAAAAiAAAAtgAAACkAAACjAAAAtgAAABMAAAAAAAAAAAAAAAAAAAAAAAAAnQAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAqAAAAEgAAAAAAAAAAAAAAAAAAAAtAAAA1gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALkAAABqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJYAAABRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACxAAAATwAAAPoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlAAAAFQAAAD5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7gAAAFsAAABtAAAA/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGMAAADJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+gAAAJkAAAAoAAAApgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAD8AAABvAAAAWgAAAC0AAADqAAAA1wAAALYAAAClAAAA5wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAD//whKQo3aK8OZAAAAAElFTkSuQmCC");
}

.credit {
  position: absolute;
  display: block;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Open Sans Condensed", sans-serif;
  color: #fff;
  opacity: 0.4;
}

a {
  text-decoration: none;
  color: #626262;
}

.calling-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  padding: 15px;
}

/* Customize the label (the container) */
.radio-styled {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-styled input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #dcdcee;
}

/* On mouse-over, add a grey background color */
.radio-styled:hover input ~ .radio-checkmark {
  background-color: #ebf2f5;
}

/* When the radio button is checked, add a blue background */
.radio-styled input:checked ~ .radio-checkmark {
  background-color: #2196f3;
  border: 1px solid #2195f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-styled input:checked ~ .radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-styled .radio-checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.navbar-right .dropdown-menu {
  min-width: 210px;
  margin: 18px 0 0;
}
.language-var .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-menu.arrow.right-arrow:before {
  display: none;
}
.language-var .dropdown-menu.arrow.right-arrow:after {
  left: auto !important;
  right: 15px !important;
}
.language-var .dropdown-menu li:first-child {
  margin: 0;
}
.go-to-form .form-control {
  border-radius: 45px;
  border: 1px solid #ececf7;
}
.go-to-form .btn-primary {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.wrapper-bottom-sec > .p-30:first-child {
  padding: 25px 30px 20px !important;
}

.note {
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
  color: #818181;
  text-align: right;
  margin-right: 18px;
}

/* #search {
    -webkit-box-align: center;
            align-items: center;
    background: #8a44d5;
    border-radius: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0.5em 0;
    padding: 0.5em 0.5em 0.5em 1em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 500px;
  }
  #search:hover, #search:focus {
    background: #853cd3;
  } */
#search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  outline: 0;
}
#search button {
  cursor: pointer;
  padding: 0 0.25em;
}
/* #search input {
    -webkit-box-flex: 1;
            flex: 1;
  }
  #search input::-webkit-input-placeholder {
    color: #fff;
  }
  #search input::-moz-placeholder {
    color: #fff;
  }
  #search input:-ms-input-placeholder {
    color: #fff;
  }
  #search input::-ms-input-placeholder {
    color: #fff;
  }
  #search input::placeholder {
    color: #fff;
  } */
#search .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  display: none;
  padding: 0 0.25em;
}

#search.loading button {
  display: none;
}
#search.loading .spinner {
  display: block;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
.jpanel {
  /* background: rgba(0, 0, 0, 0.3); */
  /* box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3); */
  border-radius: 25px;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  position: absolute;
  overflow: hidden;
  /* width: 450px;
          height: 207px; */
  /* bottom: 20px; */
  right: 20px;
  border-radius: 15px;
  /* box-shadow: 0px 0px 7px 2px rgba(219,216,219,1); */
  /* background: #fff; */

  z-index: 100;

  box-shadow: 0px 0px 12px 0px rgba(235, 232, 235, 1) !important;
}
.close_c_button {
  float: right;
  background: #fff0;
  border: none;
}

.jpanel {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(235, 232, 235, 1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(235, 232, 235, 1);

  padding: 0px !important;
  margin: 0px;
}
.jpanel.is--open {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.panel__content {
  max-width: 300px;
  padding-bottom: 1em;
  background: #fff;
  /* border-top-left-radius: 25px;
  border-top-right-radius: 25px; */
  color: #5a5a5a;
  text-align: center;
}
.panel__content h4 {
  padding: 1em 0;
  border-bottom: 2px solid #ededed;
  color: #865fdf;
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
}
.panel__content h2 {
  padding: 0.5em 1em;
  font-size: 2em;
  font-weight: 300;
}
.panel__content h3 {
  padding: 0.5em 1.5em;
  font-size: 1em;
  font-weight: 300;
}
.panel__content p {
  margin: auto;
  width: 75%;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}

.panel__flaps {
  display: -webkit-box;
  display: flex;
  background-color: #865fdf;
  /* -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; */
}

.flap {
  height: 50px;
  background: #865fdf;
  border: none;
}
.flap__btn1 {
  width: calc((100% - 212px) / 2);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  /* background: #8f69e8; */
  color: white;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  display: none;
}

.flap__btn {
  width: calc((100% - 212px) / 2);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  /* background: #8f69e8; */
  color: white;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.flap__btn:hover,
.flap__btn:focus {
  /* background: #865fdf; */
  outline: none;
  /* -webkit-transform: rotateX(-25deg) translate3d(0, 0, 0);
          transform: rotateX(-25deg) translate3d(0, 0, 0); */
}

.outer {
  width: 106px;
}

.flap--left {
  /* border-bottom-left-radius: 25px; */
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.flap--right {
  /* border-bottom-right-radius: 25px; */
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.is--open .outer {
  -webkit-animation: swing 1.5s 0.2s ease;
  animation: swing 1.5s 0.2s ease;
}
.is--open .flap__btn:first-of-type {
  -webkit-animation: swing 1.5s 0.3s ease;
  animation: swing 1.5s 0.3s ease;
}
.is--open .flap__btn:last-of-type {
  -webkit-animation: swing 1.5s 0.4s ease;
  animation: swing 1.5s 0.4s ease;
}

@-webkit-keyframes swing {
  10% {
    -webkit-transform: rotateX(25deg);
    transform: rotateX(25deg);
  }
  50% {
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
  }
  75% {
    -webkit-transform: rotateX(5deg);
    transform: rotateX(5deg);
  }
  90% {
    -webkit-transform: rotateX(-2.5deg);
    transform: rotateX(-2.5deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes swing {
  10% {
    -webkit-transform: rotateX(25deg);
    transform: rotateX(25deg);
  }
  50% {
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
  }
  75% {
    -webkit-transform: rotateX(5deg);
    transform: rotateX(5deg);
  }
  90% {
    -webkit-transform: rotateX(-2.5deg);
    transform: rotateX(-2.5deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
.replay {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(186, 90, 255, 0.61);
  bottom: 0;
  border-radius: 50px;
  right: 10px;
  max-width: 56px;
  width: 50px;
  border: 1px solid #fafafa;
  z-index: 10;
  border-radius: 50px;
  position: absolute;
  /* top: 50%;
  left: 50%; */
  padding: 0.5em;
  background: #fff;

  color: white;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.replay:hover,
.replay:focus {
  background: #fff;
  outline: none;
}
.replay:active {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
}
.replay.is--active {
  opacity: 1;
  pointer-events: initial;
}

.call_activated {
  background: #2ae756 !important;
}

.label-container {
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}

.label-text {
  color: #fff;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 3px;
}

.label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #06c;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.my-float {
  font-size: 24px;
  margin-top: 18px;
}

.aa.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

.aa.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}

.ticket-status-title {
  word-break: break-all;
}
.ticket-status-content {
  word-break: break-all;
}

.chat-content p {
  word-wrap: break-word;
}
.breakall {
  word-break: break-all;
}

.name-wrap {
  overflow-wrap: break-word;
}

.audio-wrap {
  display: flex;
  border: 1px solid #eee;
  flex-direction: column;
  padding: 20px;
  background: #f7f7f7;
  margin: 0 0 30px;
}
.audio-wrap .title {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 17px;
}
.audio-wrap-in {
  display: flex;
  justify-content: space-between;
}
.audio-column {
  width: 50%;
  width: calc(50% - 10px);
  padding: 20px;
  border-radius: 5px;
  background: #fdfdfd;
  border: 1px solid #eee;
}
.clone-column {
  width: 100%;
  width: calc(100% - 10px);
  padding: 20px;
  border-radius: 5px;
  background: #fdfdfd;
  border: 1px solid #eee;
}
.call-radio-group {
  margin: 15px 0 0;
  display: flex;
}
.call-radio-group label {
  margin: 0 25px 0 0;
  display: flex;
  cursor: pointer;
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 7px 15px 5px;
}
.call-radio-group label input {
  margin: 0 5px 0 0;
  position: relative;
}

.audio-wrap audio {
  width: 100%;
  margin: 0;
  display: block;
}

.audio-column textarea {
  width: 100%;
  border: 1px solid #eee;
  height: 80px;
  resize: none;
  padding: 5px 15px;
}

.birthday-div textarea {
  width: 100%;
  border: 1px solid #eee;
  height: 175px;
  resize: none;
  padding: 5px 15px;
}
.welcome-message .call-radio-group {
  margin: 5px 0 0;
}
.textarea-wrap {
  position: relative;
}
.play-button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 8px;
  bottom: 15px;
  background: #f1f3f4;
  color: #666;
  border: 0;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}
.profile-top-box {
  float: left;
  margin-left: 7px;
}
.call-btn {
  color: #b7bfcc;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: relative;
  font-size: 17px;
  background: #f8f8fb;
  border-radius: 50%;
  float: left;
  margin: 10px 0 10px 10px;
}
.call-btn:hover {
  color: #000;
}
.language-var {
  float: left !important;
}

footer {
  padding: 0 30px 20px;
}
footer p {
  margin: 0;
  color: #93979e;
}
.wrapper-bottom-sec > .p-30:first-child {
  padding: 25px 30px 15px !important;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.validate_star {
  color: red;
  margin-left: 5px;
}
.panel-heading.btn-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dialpad-modal .modal-dialog {
  width: 360px;
}

.dialpad-row {
  margin: 0 auto;
  clear: both;
  text-align: center;
  display: flex;
  justify-content: center;
}

.digit-button,
.dig {
  float: left;
  padding: 10px 30px;
  width: 33.333%;
  font-size: 2.3rem;
  color: #373737;
}
.dig .erase{
  cursor: pointer;
}
.digit-button .dig-circle {
  width: 75px;
  height: 75px;
  display: inline-block;
  border: 1px solid #e8edfd;
  border-radius: 100%;
}
.digit-button .dig-circle:hover {
  background-color: #f5f7fb;
}
.digit-button .dig-circle span {
  font-size: 34px;
  color: #2e2e41;
  line-height: 22px;
  margin: 20px 0 2px;
  display: block;
}
.digit-button .dig-circle p {
  font-size: 13px;
  color: #c2c2d9;
  letter-spacing: 0.05em;
}
.sub {
  font-size: 0.8rem;
  color: #c1c1c1;
}

.dialpad-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}
.dialpad-modal .modal-dialog {
  background-color: transparent;
}
.input-group-prepend {
  line-height: 50px;
  padding-right: 10px;
}
.dialpad-modal .modal-dialog .modal-content {
  background-color: #fff;
  box-shadow: 0px 3px 26px #0704390d;
  border-radius: 14px;
}
#output {
  font-size: 2rem;
  color: rgb(95, 93, 97);
  margin: 0 0 12px;
  padding: 25px 20px 0;
  width: 100%;
  display: -webkit-inline-box;
  border-bottom: 1px solid #efefef;
}
.ca-status {
  font-size: 20px;
  color: #a9b0bb;
  margin: 60px 0px 30px;
}
#call {
  display: inline-block;
  background-color: #6cb437;
  padding: 4px 30px;
  margin: 10px;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  margin: 5px auto 0;
  float: none;
  padding: 0;
  color: white;
  font-size: 40px;
  line-height: 75px;
  float: left;
  cursor: pointer;
}
.dialpad-row.botrow {
  width: 100%;
  padding: 0 0 20px;
}
.dig i {
  margin: 0 auto;
}
#hangup {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin: 5px auto 0;
  float: none;
  padding: 0;
  background: #e05574;
  line-height: 31px;
  color: #fff;
}
.ca-name {
  font-size: 21px;
  margin: 15px 0 0;
  color: rgb(85 87 93);
  font-weight: 500;
  line-height: 26px;
}
.ca-number {
  color: #9f9fa2;
  font-size: 16px;
  margin: 0 0 35px;
}
.botrow {
  margin: 0 auto;
  width: 85%;
  clear: both;
  text-align: center;
}
.fa-icon-call {
  line-height: 50px;
  font-size: 22px;
}

.digit-button .dig-circle:active,
.dig .dig-circle:active{
  background-color: #e6e6e6;
}
.dig .dig-circle {
  cursor: pointer;
}
/* .dialpad-row.botrow .dig {
  width: 100%;
} */
#call:hover {
  background-color: #81c784;
}

.dig {
  display: flex;
  padding: 10px 0;
  width: 33.33333%;
  justify-content: center;
}
.dialpad-modal button.close {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 25px;
  height: 25px;
  background: #eee;
  border-radius: 100%;
  opacity: 1;
}

.dialpad-container #phoneScreen {
  border: 0;
  background: #f6f7fe;
  padding: 5px 15px;
  border-radius: 5px;
}
.dialpad-container #phoneScreen::placeholder {
  color: #999;
}

.top-info-bar .bar-notification > a svg {
  width: 20px;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
  border-radius: 10px;
}

#generic_price_table .generic_content.active {
  background-color: #37434d;
}

#generic_price_table .generic_content.expire {
  background-color: #f95f5b;
}

#generic_price_table .generic_content .generic_head_price {
  padding: 5px 0;
}
#generic_price_table .generic_content .generic_head_price .head {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #00adee rgba(118, 189, 255, 0) rgba(80, 97, 255, 0) #24c5ff;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #525252;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  color: #414141;
  border: 1px solid #e4e4e4;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  background-color: #e4e4e4;
  border-left: 5px solid #ececec;
}

#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #00adee rgba(118, 189, 255, 0) rgba(80, 97, 255, 0) #24c5ff;
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
  background-color: #53c8f4;
  color: #fff;
}

#generic_price_table {
  margin: 25px 0 25px 0;
  font-family: "Raleway", sans-serif;
}

.row .table {
  padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #0dac59;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 21px 0px rgb(2 22 85 / 19%);
  -webkit-box-shadow: 0px 0px 21px 0px rgb(2 22 85 / 19%);
  -moz-box-shadow: 0px 0px 21px 0px rgba(2, 22, 85, 0.19);
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content {
  margin: 0 0 50px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-style: solid;
  border-width: 90px 1411px 23px 399px;
  position: absolute;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
  padding: 0 0 20px;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price {
  display: block;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 400;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 60px;
  padding: 0;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  vertical-align: bottom;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  padding: 6px 0;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
  padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
  margin: 0;
  padding: 5px 25px 25px;
  background: #fff;
}
.generic_feature_list {
  background: #fff;
  border-radius: 10px 9px 0 0;
  padding: 20px 0;
}
#generic_price_table .generic_content .generic_price_btn a {
  border-radius: 5px;
  -webkit-border-radius: 25px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  outline: medium none;
  padding: 12px 10px;
  text-decoration: none;
  text-transform: uppercase;
  background: #30ddbc;
  color: #fff;
  width: 100%;
}

@media (max-width: 320px) {
}

@media (max-width: 767px) {
  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3 {
    float: left;
    width: 50%;
  }

  #generic_price_table .col-md-4 {
    float: left;
    width: 50%;
  }

  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

#generic_price_table_home {
  font-family: "Raleway", sans-serif;
}

.text-center h1,
.text-center h1 a {
  color: #7885cb;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.demo-pic {
  margin: 0 auto;
}

.demo-pic:hover {
  opacity: 0.7;
}

#generic_price_table_home ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}

#generic_price_table_home li {
  float: left;
}

#generic_price_table_home li + li {
  margin-left: 10px;
  padding-bottom: 10px;
}

#generic_price_table_home li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}

#generic_price_table_home .blue {
  background: #3498db;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
  background: #ececec;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
  background: #7f8c8d;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
  background: #34495e;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
  background: #e67e22;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
  background: #9b59b6;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
  background: #e74c3c;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
  background: #ececec;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}

#generic_price_table_home .divider span {
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}

#generic_price_table_home .itemname {
  text-align: center;
  font-size: 50px;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 300;
}

#generic_price_table_home .itemnametext {
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  text-transform: uppercase;
  display: inline-block;
}

#generic_price_table_home .footer {
  padding: 40px 0;
}

.price-heading {
  text-align: center;
}

.price-heading h1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}

.demo-button {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.bottom_btn {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 28px;
  margin: 60px auto 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}

.number-row .number,
.number-row #end_client_name {
  float: left;
  width: auto;
  font-size: 13px;
}
.number-row .number {
  margin: 3px 0 0;
}
.number-row #end_client_name {
  margin: 0 10px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 230px;
}

.finish-account-setup {
  display: flex;
  text-align: initial;
  padding: 40px;
  margin-bottom: 35px;
  border-radius: 10px;
  background: #D11D27;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgb(41 120 97 / 10%);
  position: relative;
  overflow: hidden;
}
.finish-account-setup:before {
  content: "";
  background: #D11D27;
  width: 500px;
  height: 100%;
  border-radius: 9999px 0 0 9999px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.finish-account-setup:after {
  content: "";
  background: url("../img/welcome.svg") no-repeat right;
  background-size: 330px;
  width: 500px;
  height: 100%;
  border-radius: 9999px 0 0 9999px;
  display: flex;
  position: absolute;
  top: 0;
  right: 40px;
}
.finish-account-setup span {
  font-size: 17px;
  font-weight: 500;
}
.finish-account-setup h1 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.finish-account-setup p {
  font-size: 15px;
  margin: 0 0 10px;
}
.finish-account-setup .btn {
  font-size: 14px;
  border-radius: 25px;
  padding: 5px 25px;
}
.finish-account-setup .finish-account-content {
  margin-right: 55px;
  position: relative;
  z-index: 2;
}
.finish-account-setup-1 {
  display: block;
  text-align: initial;
  padding: 30px 40px 40px;
  margin-bottom: 35px;
  border-radius: 10px;
  background: #D11D27;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgb(41 120 97 / 10%);
  position: relative;
  overflow: hidden;
  /* padding-right: 340px; */
  margin-top: 12px;
}

.finish-account-setup-1 span {
  font-size: 17px;
  font-weight: 500;
}
.finish-account-setup-1 h1 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.finish-account-setup-1 p {
  font-size: 15px;
  margin: 0 0 10px;
}
.finish-account-setup-1 .btn {
  font-size: 14px;
  border-radius: 25px;
  padding: 5px 25px;
}
.dashboard-row {
  /* margin-top: 20px;
  margin-left: 15px; */
  width: max-content;
  display: inline-block;
  padding: 0 10px;
  width: 100%;
}
.pannel.user-list-dash {
  border-radius: 12px;
  margin: 0 0 20px;
  padding: 0 15px 0;

}
.user-list-dash-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.pannel.user-list-dash ul {
  /* overflow: hidden; */
  display: flex;
  list-style: none;
  max-width: 804px;
  width: 100%;
  position: relative;
  padding: 20px 0;
}
.pannel.user-list-dash ul li {
  position: relative;
  box-shadow: 0px 6px 12px #cfcfcf21;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pannel.user-list-dash ul li:hover {
  z-index: 11;
}
.pannel.user-list-dash ul:after {
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 20px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 87%
  );
}
.pannel.user-list-dash ul .user-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 3px;
}

.pannel.user-list-dash ul .avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #ddd;
  border-radius: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  box-shadow: 0px 6px 12px #cfcfcf21;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pannel.user-list-dash ul li:hover .avatar {
  box-shadow: 0px 6px 16px #cfcfcf9c;
}
.user-list-ul li {
  margin-right: -20px;
}
.pannel.user-list-dash ul .avatar.blank {
  background-color: #153fca;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
}
.pannel.user-list-dash ul span {
  display: inline-block;
  white-space: nowrap;
  margin: 3px 0 0;
  font-size: 12px;
  position: absolute;
  background: #D11D27;
  border-radius: 4px;
  padding: 0px 5px;
  bottom: 100%;
  color: #fff;
  line-height: 18px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pannel.user-list-dash ul li:hover span {
  opacity: 1;
}

.pannel.user-list-dash ul span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #D11D27 transparent transparent transparent;
  top: 17px;
  left: 50%;
  margin-left: -6px;
}
.pannel.user-list-dash ul .avatar img {
  max-width: 100%;
}
.pannel.user-list-dash .btn-right {
  display: flex;
  align-items: center;
}
.pannel.user-list-dash .btn {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin: -5px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 16px #b3c3e229;
  border: 1px solid #eef1f6;
}
.user-list-dash {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 24px 22px #d0d7e51c;
  border: 1px solid #e8edfd;
}


.steps-row {
  display: flex;
}
.steps-panel {
  margin: 0 0 5px;
}
.green {
  background-color: #61e01a;
}
.green-color {
  color: #61e01a;
}

.steps-dash {
  text-align: center;
  /* float: none; */
  /* display: flex; */
  margin-bottom: 20px;
}
.panel-nest {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
}
.steps-panel h2 {
  padding: 0 0 15px;
}
.steps-dash h3 {
  font-size: 15px;
  color: #454e62;
  display: flex;
  flex-direction: column;
}
.addToWalletModal {
  margin-left: 5px;
}
.steps-dash h3 span {
  display: block;
  font-size: 10px;
  color: #bac0ce;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.steps-dash p {
  font-size: 15px;
  color: #888998;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  width: 100%;
  margin: 0 0 10px;
}
.steps-dash .btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #f0f3f8;
  border-radius: 20px;
  color: #8b8d9a;
  font-size: 14px;

  margin-top: auto;
}
.steps-dash .img {
  position: absolute;
  right: 25px;
  bottom: 25px;
  shape-outside: circle(50%);
  margin: 20px 0 0 20px;
  display: none;
}
.right-curve {
  background-color: #eaf1f7;
  padding: 20px;
  margin: 0 -30px 0 0;
  border-radius: 12px 0 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.right-curve:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: auto;
  background-color: #eaf1f7;
}

.steps-row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.steps-row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.steps-dash {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32.9999%;
}
.steps-dash .panel-nest {
  height: 100%;
  position: relative;
  z-index: 3;
  padding: 18px 20px;
  border-radius: 10px;
  box-shadow: 0px 12px 16px #e2e7f0c1;
  border: 1px solid #e8edfd;
}
.panel-nest-full {
  display: block;
  background: transparent
    linear-gradient(80deg, rgb(30 195 163 / 10%) 0%, rgb(4 191 184 / 10%) 100%)
    0% 0% no-repeat padding-box;
  box-shadow: 0px 12px 16px rgb(226 231 240 / 19%);
  padding: 20px 10px;
  border-radius: 11px;
  border: 1px solid #e8edfd;
  border-radius: 15px;
  position: relative;
  z-index: 3;
  margin: 0 0 15px;
}
.panel-nest-full .steps-row {
  margin: 0;
}
.steps-dash .btn.btn-edit {
  height: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 0px 15px 0 40px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  left: -30px;
  position: relative;
  z-index: 1;
}
.steps-dash .btn.btn-edit span {
  width: 0px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  line-height: 22px;
  margin: 0 5px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.steps-dash .btn.btn-edit:hover span {
  width: 26px;
}
.step-count {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #d2dae5;
  background: #ebf3ff;
  color: #454e62;
  text-align: center;
  line-height: 35px;
  font-weight: 500;
}
.steps-dash .panel-nest .btn.inactiveLink {
  background-color: #fff;
  color: #414141;
  height: 35px;
  border: 0;
  position: relative;
  z-index: 2;
}
.panel-nest .btn-row {
  display: inline-block;
}
.panel-nest.active .step-count {
  border: 1px solid #30ddbb;
  background: #58f2d5;
  color: #fff;
}
.panel-nest.active p,
.panel-nest.active h3,
.panel-nest.active h3 span {
  color: #fff;
}
.right-graph-wrapper .panel-body {
  padding: 0 0 20px;
}
.right-graph-wrapper .panel-heading h3 {
  text-align: left;
}
.right-graph-wrapper .panel-heading {
  padding: 10px;
}
.video-panel {
  background-color: #fff;
  height: calc(100% - 25px);
}
.video-panel h4 {
  color: #fff;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 291px;
}
.steps-main-row {
  display: flex;
}
.finish-card {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 17px 5px 16px 16px;
  flex-direction: row;
}
.finish-account-content .col-md-3:nth-child(1) .finish-card {
  background: url(../img/curve-blue.svg) #fff no-repeat left top;
}
.finish-account-content .col-md-3:nth-child(2) .finish-card {
  background: url(../img/curve-yellow.svg) #fff no-repeat left top;
}
.finish-account-content .col-md-3:nth-child(3) .finish-card {
  background: url(../img/curve-pink.svg) #fff no-repeat left top;
}
.finish-account-content .col-md-3:nth-child(4) .finish-card {
  background: url(../img/curve-green.svg) #fff no-repeat left top;
}
.finish-card i {
  width: 50px;
  height: 50px;
  background: #f5f7fb;
  box-shadow: 0px 3px 16px #8eafb75d;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
}
.finish-card .content {
  display: flex;
  flex-direction: column;
}
.finish-card label {
  font-size: 14px;
  text-transform: uppercase;
  color: #a1a1c4;
  line-height: 16px;
  margin: 0;
  font-weight: 500;
  margin: 5px 0 3px;
}
.finish-card span {
  font-size: 20px;
  color: #2b2b2b;
  line-height: 20px;
  font-weight: 700;
}
.panel-nest.active {
  background: transparent linear-gradient(64deg, #1ec3a3 0%, #04bfb8 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 12px 16px #e2e7f0c1;
  border-radius: 11px;
}
.finish-head {
  margin: 0 0 5px;
  display: block;
}
.has_unread {
  background: #f2f2f9;
}
.email-title {
  margin-left: 10px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff !important;
}
.welcome-msg {
  font-size: 16px;
}
.welcome-msg > span {
  font-size: 17px;
}
.blue {
  color: #D11D27;
}
.package-info {
  position: absolute !important;
  left: 50%;
  background: #fce1e7;
  border-radius: 50px;
  transform: translate(-50%, 0);
  padding: 8px 8px 8px 20px !important;
  border: 1px solid #ecccd3;
  top: 36px;
}
.package-info .btn {
  border-radius: 30px;
  border: 1px solid #556080;
  margin: 0 0 0 4px;
  background-color: #556080;
  color: #fff;
}
#close-package-info {
  position: absolute;
  width: 20px;
  border: 1px solid #ecccd3;
  height: 20px;
  border-radius: 25px;
  display: inline-block;
  padding: 2px;
  text-align: center;
  background: #fbfcff;
  left: -5px;
  top: -5px;
  line-height: 15px;
  cursor: pointer;
  color: #eecfd5;
}
.white {
  color: #fff;
}
.call-list {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.call-list a:hover {
  color: #000;
}
.call-list .content {
  flex-direction: column;
  display: flex;
  color: #6d6e76;
}
.call-list .icon {
  width: 25px;
  border-radius: 100%;
  display: flex;
  font-size: 34px;
  text-align: center;
  line-height: 25px;
  margin: 0 10px 0 5px;
}
.call-list .icon .fa {
  margin: 0 auto;
  color: #7d848e;
  font-size: 16px;
  line-height: 40px;
}
.call-list ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 20px 10px;
}
.call-list ul li a {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  min-height: 47px;
}
.call-list ul li.active a,
.call-list ul li.active:hover a,
.call-list ul li:hover a {
  background: rgba(244, 247, 250, 0.7);
}
.quick-call .list-group {
  top: 0;
}

.quick-call .call-list .number {
  font-size: 16px;
  color: #363636;
  line-height: 16px;
}
.quick-call .call-list .date {
  font-size: 16px;
  color: #a7aec1;
}
.quick-call .title {
  padding: 20px 30px 0;
  font-size: 20px;
  font-weight: 500;
  color: #888c9b;
}

.quick-call-right.content-right {
  height: calc(100% - 156px);
}
.quick-call-right .dialpad-container {
  max-width: 360px;
  padding: 0;
}
.quick-call-right .dialpad-container {
  /* border: solid #ECECF7; */
  border-width: 7px 1px 1px;
  box-shadow: 0 0 0 rgb(0 0 0 / 25%);
  border-radius: 10px;
  height: auto;
  min-height: 440px;
}

.quick-call-right .dialpad-row.botrow .digit-button {
  padding: 0;
  text-align: center;
}
.quick-call-right .dialpad-row.botrow .digit-button i {
  margin: 0 auto;
  padding: 10px 0;
}
.quick-call-right .dialpad-row.botrow .digit-button .dig {
  margin: 0 auto;
  float: none;
}
.scroll-height {
  height: calc(100% - 117px);
  position: relative;
  background: #fbfcff;
}
/* .quick-call-right #call {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin: 5px auto 0;
  float: none;
  padding: 0;
}
.quick-call-right #call i {
  margin: 0 auto;
  padding: 12px 0;
} */
.mr25 {
  margin-right: 25px;
}
.read_unread1 {
  cursor: default;
}
.checkmark.search-option {
  cursor: default;
}
.read-unread-count {
  cursor: default;
}
.chat-sms-call-button {
  line-height: 50px;
  font-size: 22px;
}
.calls-page-call-button {
  line-height: 50px;
  font-size: 22px;
}

.dialpad-number {
  border-radius: 10px;
  border-top: 1px solid #ececf7;
  padding: 25px 0;
  background: #fcfdff;
}
.quick-call-right .dialpad-container #output {
  padding: 20px 0;
  height: auto;
  margin: 0;
  font-size: 24px;
}
.botrow {
  display: flex;
}
.quick-call-right .quick-call {
  border-radius: 35px;
  border: 1px solid #b9b9d3;
  width: 100%;
  margin: 9px 0;
  padding: 9px 25px;
  background: #f8f8fb;
}
.quick-call-right .chat-title {
  background: #fff;
  border: 0;
}
.quick-call-right .form-group {
  width: 100%;
}
.quick-call-right .chat-title {
  padding: 10px;
}
.chat-title .form-group {
  position: relative;
  padding: 0 10px;
}
.chat-title .btn {
  width: 25px;
  height: 25px;
  border: 0;
  padding: 0;
  /* position: absolute; */
  right: 25px;
  /* top: 16px; */
}
.call-contact-ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.call-iocns1 {
  background-color: #fff !important;
  color: #000 !important;
}

.cell {
  flex-grow: 1;
}
.cell-title-img {
  max-width: 75px;
}

.header-row {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.25;
  height: 5rem;
}
.display-b a {
  display: block;
}
.play-pause {
  background: #D11D27;
  color: #fff;
  padding: 0px 8px 1px 6px;
  border-radius: 33px;
}
.play-pause i {
  margin-left: 5px;
}

.call-contact-li {
  align-items: center;
  display: flex;

  flex-shrink: 0;
  border-bottom: solid 0.2rem #f5f5f5;
  padding: 0 1.6rem;
  height: 4.8rem;
  background: #eff0f3;
  border: solid #fff;
  border-width: 1px 0;
  width: 100%;
}
.call-contact-li:hover {
  background: #D11D27;
  color: #fff;
}
.player-container {
  width: 30px;
  display: table;
  margin: 0 auto;
}
.cp-1 {
  display: none;
}
.inline-div {
  display: flex;
}
.img-user {
  width: 22px;
  height: auto;
  border: 0 none;
  border-radius: 1000px;
}
.call-contact-li:hover .call-iocns {
  font-size: 19px;
  color: #ffffff;
  background: none;
}

.call-contact-li:hover .play-pause {
  background: #e8e9ec;
  color: #D11D27;
  padding: 0px 8px 1px 6px;
  border-radius: 33px;
}

.contacts-photo {
  flex-grow: 0;
}
.cell-title {
  align-items: center;
  display: flex;
  height: 100%;
  flex-grow: 1;
}
.contacts-photo img {
  width: 22px;
  height: auto;
  border: 0 none;
  border-radius: 1000px;
}
.cell.person {
  align-items: center;
  display: flex;
  height: 100%;
  flex-grow: 1;
}
.cell-phone {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 0 20rem;
  min-width: 18rem;
  line-height: 4.4rem;
  padding: 0 0 0 1.2rem;
}
.more-img {
  max-width: 15px;
}
.app-icons-fill-hover {
  border: none;
}

.display-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 0 0%;
  margin: 0 0 0 1rem;
  text-align: left;
  padding-left: 25px;
  max-width: 200px;
}

.call-iocns {
  font-size: 19px;
  color: #7b7878;
  background: none;
}
.call-settings-icon {
  background: none;
  border: none;
}
.call-settings-icon:hover {
  background: none;
  border: none;
  color: #D11D27;
}

.tfoot-ajax {
  border-top: none !important;
}
.call-settings-icon:hover i {
  color: #D11D27;
}

.speed-dial-action {
  padding: 0 0 10px;
}
.speed-dial-action a {
  display: flex !important;
  flex-direction: row !important;
}
.speed-dial-action i {
  display: flex;
  align-items: center;
}
.speed-dial-action svg ellipse,
.speed-dial-action svg circle,
.speed-dial-action svg line {
  stroke: #8f9098 !important;
}
.speed-dial-action.dropdown-menu li a:hover svg ellipse,
.speed-dial-action.dropdown-menu li a:hover svg circle,
.speed-dial-action.dropdown-menu li a:hover svg line {
  stroke: #626262 !important;
}
.speed-dial-action svg {
  width: 15px;
  height: 15px;
}
.call-profile {
  cursor: default;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 6.4rem;
}
.call-profile-wrapper {
  border-radius: 50%;
  overflow: hidden;
  background-clip: content-box;
  height: 3.2rem;
  width: 3.2rem;
  height: 6.4rem;
  width: 6.4rem;
}
.call-profile-img {
  max-width: 67%;
  min-height: 69%;
  min-width: 70%;
  object-fit: cover;
}

.text-align-left {
  text-align: left;
}
.card-contents {
  display: flex;
  margin: 2rem 2rem 1rem;
}

.chat-title .btn svg {
  width: 20px;
}
.drp .dropdown-menu.inner {
  max-height: 140px !important;
}
.chat-title .select {
  border-radius: 35px;
  border: 1px solid #b9b9d3;
  width: 100%;
  /* margin: 0 10px 0 0;  */
  padding: 9px 25px;
  background: #f8f8fb;
}
.c-title.cell.person .contacts-photo {
  margin-left: 23px;
}
.call-type-div {
  align-items: center;
  /* display: flex; */
  padding: 0.5rem 0 0.5rem 1.2rem;
}
.call-length-div {
  font-size: 1.2rem;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.5rem 0 0.5rem 1.2rem;
  min-width: 200px;
}
.help-tip {
  position: absolute;
  top: 18px;
  right: 30px;
  text-align: center;
  background-color: #bcdbea;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
}

.help-tip:before {
  content: "i";
  font-weight: bold;
  color: #fff;
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;

  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.help-tip p {
  /* The tooltip */
  display: none;
  text-align: left;
  background-color: #1e2021;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  bottom: 25px;
}

.help-tip p:before {
  /* The pointer of the tooltip */
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1e2021;
  right: 10px;
  bottom: -12px;
  transform: rotate(-180deg);
}

.help-tip p:after {
  /* Prevents the tooltip from being hidden */
  width: 100%;
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}
.calls_contact_list {
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: 10px;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  100% {
    opacity: 100%;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

.calling-card .dropdown,
.calling-card.dropup {
  position: relative;
  align-self: end;
  margin-left: auto;
}
.borderBlack {
  border: 1px solid #000;
  border-radius: 2px;
}

#phoneScreen::placeholder {
  color: red;
}
.call-button {
  line-height: 50px;
  font-size: 25px;
}
.align-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-result {
  padding-top: 19px;
  font-size: 15px;
}
.table-phone-number {
  display: none;
}
.lds-dual-ring {
  display: none;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #eee;
  border-color: #eee transparent #eee transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper {
  display: flex;
  justify-content: center;
}
/* formatting for codepen */
.dot-container {
  margin: auto;
  /* position: relative; */
  display: inline-block;
  margin-left: 10px;
}

/* important stuff */
.dot {
  background-color: #e9332e;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.dot-pulse {
  border-radius: 50%;
  margin: 0;
  background-color: #e9332e;
  animation: pulse 7s infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    height: 10px;
    width: 10px;
    transition: opacity 0.5s linear;
  }
  50% {
    opacity: 0;
    transform: scale(5);
    transition: opacity 0.5s linear;
  }
  100% {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}
.min-width-td {
  min-width: 150px;
}
.max-width-td {
  max-width: 20px !important;
}
.contact-name {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calling-card.card-new .name.name-lg {
  color: #454e62;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
}
.l-m0 {
  margin-bottom: 0;
  margin-top: 10px;
}

.task-list {
  width: 400px;
}
.your-tasks ul > li {
  overflow: hidden;
  padding: 10px;
  /* &:nth-child(odd){
    background: #ddd;
  }
  &:nth-child(even){
    background: #ccc;
  } */
}
.line {
  text-decoration: line-through;
}
.dis-flex {
  display: flex;
}
.wrapper {
  min-height: 100%;
  position: relative;
  min-height: 100%;
  position: relative;
  /* overflow: hidden; */
  /* background: #efeeee;
  border-radius: 25px 0 0; */
}
/* .wrapper:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 60px;
  height: 100%;
  width: 100%;
  border-radius: 25px 0 0;
  background: #efeeee;
  z-index: 1;
} */
.wrapper-bottom-sec {
  overflow: visible;
  z-index: 2;
  position: relative;
  min-height: calc(100vh - 60px);
}
.wrapper-bottom-two {
  overflow: visible;
  z-index: 2;
  position: relative;
  background: #f5f7fb;
  border-radius: 25px 0 0;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.login-wrapper {
  background: #fff;
  border-radius: 0;
  position: relative;
  min-height: 100%;
}

.login-wrapper .panel-heading {
  text-align: center;
}

.login-wrapper .panel-heading p {
  line-height: 18px;
  margin: 10px 0 0;
}

.login-wrapper .panel-body p {
  line-height: 18px;
  margin: 20px 0 25px;
}
.login-wrapper .panel-body p a {
  color: #fe4f60;
}
.form-group.otp {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.form-group.otp .form-control {
  width: 40px;
  float: left;
  margin: 0 5px;
}

.login-wrapper .panel {
  border-radius: 0px;
  margin-bottom: 20px;
  border: none;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 2%);
  border-radius: 15px;
  box-shadow: 0px 13px 14px #c7cee841;
  border: 1px solid #e5e5e5dd;
}

.login-wrapper .form-group-default .form-control {
  padding: 15px 15px;
  height: auto !important;
  background: #f9f5f5;
}
.login-wrapper .form-group-default label {
  position: relative;
  padding: 0;
}
.login-wrapper .btn-primary {
  background: #d11e46 !important;
  border: 0;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 16px;
}
.login-wrapper .forget-pass {
  font-size: 16px;
  margin: 0 auto;
  color: #72717c;
  font-weight: 700;
}
.login-wrapper .reg-btn {
  background: #eee !important;
  color: #999 !important;
  margin: 10px 0 0;
}
.login-wrapper .panel-title {
  font-size: 18px;
  text-transform: none;
  margin: 0;
}
.login-wrapper .panel-heading {
  padding-bottom: 5px;
}
.login-wrapper .panel-heading img {
  margin-bottom: 15px;
  max-width: 100px;
  opacity: 0.7;
}
.user-name-display {
  background-color: #D11D27;
  color: #fff;
  width: 25px;
  border-radius: 100%;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  display: inline-block;
}
.user-name-display-img {
  background-color: #D11D27;
  color: #fff;
  width: 100px;
  border-radius: 27%;
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  display: inline-block;
}
.jp-card h4 {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .finish-account-setup:before,
  .finish-account-setup:after {
    display: none;
  }
  .finish-account-content p {
    width: 100%;
  }
}
.modal-quickEmail button.close {
  position: unset !important;
  right: 18px;
  top: 14px;
  font-size: 25px !important;
  color: #2b2c38;
}
.modal-quickEmail .alert {
  margin-bottom: 0;
}
@media screen and (max-width: 1299px) {
  .steps-dash {
    width: 100%;
    margin-bottom: 15px;
  }
}

.creditBal {
  width: 100%;
}
.creditBal .help {
  float: right;
  background: #D11D27;
  border-radius: 45px;
  padding: 1px 10px;
  color: #fff;
}
.campaign-wrap .block {
  display: flex;
  padding: 10px 15px;
  border: 1px solid #ededed;
  background: #fdfdff;
  margin: 0 0 15px;
  flex-direction: column;
  border-radius: 5px;
  -webkit-box-shadow: 5px 7px 14px -1px #9293a31a;
  box-shadow: 5px 7px 14px -1px #9293a31a;
}
.campaign-wrap label {
  margin: 0;
}
.stat{
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: white;
}
.stat1{
  font-size: smaller;
  margin-right: 4px;
  font-weight: bold;

}

.list-group .camp-list {
  margin: 7px 0 7px 35px;
  overflow-wrap: anywhere;
}
.list-group.block {
  padding: 0 15px;
  flex-direction: row;
  display: inline-flex;
  width: auto;
}
.panel-wrap {
  display: flex;
  padding: 0 !important;
  border: 1px solid #ededed;
  background: #fff;
  margin: 0 0 15px;
  flex-direction: column;
  border-radius: 5px;
  -webkit-box-shadow: 5px 7px 14px -1px #9293a31a;
  box-shadow: 5px 7px 14px -1px #9293a31a;
}
.panel-wrap .panel-heading {
  padding-bottom: 0;
}
.panel-heading.list {
  padding: 0 15px 10px 15px;
}
.successBrdr {
  color: #09bd40;
  border: 1px solid;
  width: max-content;
  padding: 0 10px;
  border-radius: 6px;
}
.b-r-10 {
  border-radius: 10px;
}
.darkGreenBg {
  background-color: #09bd77 !important;
}
label.error {
  color: #cd1f47 !important;
  margin-bottom: 0px;
  font-size: 13px;
}
label.active.btn.btn-default {
  color: #ffffff !important;
  background-color: #D11D27 !important;
  border-color: #D11D27 !important;
}
.ticket-list {
  margin: 0px !important;
  padding: 0px !important;
}
.ticket-list li {
  list-style: none;
  position: relative;
  padding-left: 120px;
  margin-bottom: 12px;
}
.ticket-list li .ticket-status-title {
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  color: #555;
}
.ticket-list li .ticket-status-title:after {
  content: ":";
  position: absolute;
  right: 10px;
}
/*=== Schema 1 ===*/
.ticket-list.title-space-md li {
  padding-left: 160px;
}
.ticket-list.title-space-md li .info-list-title {
  width: 145px;
}

/*=== Schema 2 ===*/
.ticket-list.title-space-lg li {
  padding-left: 220px;
}
.inticketfo-list.title-space-lg li .info-list-title {
  width: 200px;
}
#package {
  float: left;
  padding-top: 2px;
}
.balceDiv {
  margin-left: 10px;
  /* float: left; */
  /* margin-left: 290px; */
  /* margin-top: 12px; */
  padding: 6px 8px 6px 8px;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  background: rgb(108, 99, 247);
  background: linear-gradient(
  295deg,
  rgb(33 66 220) 0%,
  rgb(0 0 255) 35%,
  rgba(63, 56, 236, 1) 49%,
  rgb(33 66 220) 100%
);
}
.blnceAmt {
  font-weight: bold;
  font-size: 22px;
}
.creditP {
  font-weight: bold;
  padding: 0px 20px 0px 10px;
  border: 2px solid #4addbc;
  width: max-content;
  margin-left: 18px;
  border-radius: 4px;
  color: #7a7a7add;
}
.goNextPge {
  float: right;
  padding: 0px 5px 0px 5px;
  background: #f0f1f3;
  color: #000;
  margin-top: 8px;
  border-radius: 3px;
}
.leftClm {
  float: left;
  padding: 0 20px 0 0;
}
.rhtClm {
  float: left;
}
.leftClm div {
  line-height: 22px;
}
.goNextPge i.fa.fa-arrow-right {
  padding: 7px 4px 7px 4px;
}
.switchC {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
  margin: 0;
}

.switchC input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderC {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bfc9d5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sliderC:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .sliderC {
  background-color: #0cc1b2;
}

input:focus + .sliderC {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .sliderC:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.sliderC.roundC {
  border-radius: 50px;
}

.sliderC.roundC:before {
  border-radius: 50%;
}
.automation-select {
  width: 200px;
}
.pricing {
  line-height: 10px;
  border: 1px solid #e5e1e1;
  background: #f3f3f3;
  margin: 0 85px;
  -webkit-box-shadow: 2px 3px 19px 0px #d1d1d1;
  box-shadow: 2px 3px 19px 0px #d1d1d1;
  border-radius: 7px;
}
.pricing li {
  line-height: 20px;
}
.pricing li span {
  color: #000 !important;
  font-size: 15px;
  width: 100%;
}
.pricing li:hover {
  background: #e7e4e4 !important;
  border-left: 0 !important;
}
li.package-credit {
  font-size: 25px !important;
}
li.package-credit:hover {
  background: none !important;
}

.automation-wrap .auto-bottom .left-sub-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background: #f0f0f3;
}

.subActionDiv {
  position: relative;
  background: #ffffff;
  padding: 23px 0px 23px 0px;
  width: 30%;
  box-shadow: 0px 0px 14px 0px rgb(224 224 224);
  z-index: 2;
  min-width: 400px;
}

.actionDiv {
  position: relative;
  background: #ffffff;
  padding: 23px 0px 23px 0px;
  width: 30%;
  box-shadow: 0px 0px 14px 0px rgb(224 224 224);
  z-index: 2;
  min-width: 400px;
}

.actionButtons {
  background: none;
  width: 100%;
  text-align: left;
  border: none;
}
.pl15 {
  padding-left: 22px;
}

.actionButtons:hover {
  background: #e1e8ff;
  color: #062b97;
}

.actionButtonsUl {
  margin: 10px 0px 10px 0px;
}
.actionHeading {
  color: #c37908;
  font-size: 15px;
  font-weight: 500;
}

.subActionButtons {
  background: none;
  width: 100%;
  text-align: left;
  border: none;
}
.pl15 {
  padding-left: 22px;
}

.subActionButtons:hover {
  background: #e1e8ff;
  color: #062b97;
}

.subActionButtonsUl {
  margin: 10px 0px 10px 0px;
}
.subActionHeading {
  color: #c37908;
  font-size: 15px;
  font-weight: 500;
}

.notes-text {
  max-width: 300px;
}
.mb10 {
  margin-bottom: 10px;
}
.childDiv {
  background: #edecec;
  padding: 15px;
  margin: 17px 0px;
}

.loader-main {
  display: none;
  align-items: center;
  margin: 0 auto;
}
.automation-wrap {
  display: flex;
  background: #e2e2f7;
  flex-direction: column;
  margin: 10px 0;
  border-radius: 10px;
}
.automation-wrap .auto-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 20px;
}
.automation-wrap .left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.automation-wrap .left span {
  width: 25px;
  height: 25px;
  background: #1413f9;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  margin: 0 15px 0 0;
}
.automation-wrap .left p {
  margin: 0;
  font-size: 18px;
  color: #1413f9;
  line-height: 24px;
}
.automation-wrap .btn-right .btn {
  background: transparent !important;
  color: rgb(88, 88, 92) !important;
  border: none;
  padding: 10px;
  font-size: 20px;
  line-height: 24px;
}
.automation-wrap .auto-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 20px;
  background: #f0f0f3;
}

.automation-wrap .auto-bottom .left-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background: #f0f0f3;
}
.automation-wrap .auto-bottom .form-group {
  margin: 0 15px 0 0;
}
.automation-wrap .auto-bottom .left-status {
  display: flex;
  align-items: center;
}

.lds-roller-main {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller-main div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller-main div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2722f3;
  margin: -4px 0 0 -4px;
}
.lds-roller-main div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller-main div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller-main div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller-main div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller-main div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller-main div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller-main div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller-main div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller-main div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller-main div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller-main div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller-main div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller-main div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller-main div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller-main div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller-main div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.progress-status + i svg,
.progress-status + i img {
  max-width: 20px;
  margin: 0 0 0 15px;
}
.progress-status + i img {
  border-radius: 100%;
  overflow: hidden;
}
.progress-status + i {
  line-height: 22px;
}
.progress-status + i svg {
  position: relative;
  top: 3px;
}
.campaign-dash .fa {
  width: 70px;
  height: 70px;
  line-height: 70px !important;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1320px) {
  .campaign-dash .fa {
    margin: 0 !important;
  }
  .campaign-dash .text-right {
    width: 100%;
    text-align: center;
  }
  .campaign-dash .z-shad-1,
  .campaign-dash .pull-left {
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }
  .campaign-dash .small {
    margin: 0 auto;
  }
  .savedTag {
    font-size: 16px;
  }
}

.thumbnail {
  position: relative;
  margin: 0;
  display: inline-block;
  height: 210px;
  width: 210px;
}
.thumbnail .btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  box-shadow: 0px 10px 22px -8px rgb(2 22 85 / 50%);
  -webkit-box-shadow: 0px 10px 22px -8px rgb(2 22 85 / 50%);
  -moz-box-shadow: 0px 10px 22px -8px rgba(2, 22, 85, 0.5);
}
.thumbnail:hover .btn {
  opacity: 1;
  box-shadow: 0px 10px 22px -8px rgb(2 22 85 / 50%);
  -webkit-box-shadow: 0px 10px 22px -8px rgb(2 22 85 / 50%);
  -moz-box-shadow: 0px 10px 22px -8px rgba(2, 22, 85, 0.5);
}
.thumbnail label {
    margin: 0;
    overflow: hidden;
}
.thumbnail img {
  border-radius: 3px;
  height: 200px;
  width: 200px;
}
.thumbnail .user-name-display {
  width: 200px;
  height: 200px;
  border-radius: 3px;
  display: flex;
  text-align: center;
  font-size: 100px;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.05em;
}
.thumbnail img {
  border-radius: 3px;
}

.auto-if-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  width: 100%;
  margin: 10px 0 10px 0;
  border-radius: 5px;
  overflow: hidden;
}
.inputError {
  border: 1px solid #df3434;
}
.span-error {
  color: #df3434;
}
.auto-head-else{
  background: #f2486e;
}

.auto-head-if{
  background: #30ddbb;
}

.auto-if-head {
  display: flex;
  flex-direction: row;
  color: #fff;
  padding: 10px;
}
.auto-if-head .fa {
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
}
.auto-if-row {
  padding: 10px;
  /* display: flex; */
}
.if-outer {
  flex-direction: column;
  width: 100%;
}
.max-content-default{
  width: auto !important;
}

.if-text {
  margin-left: 5px;
}
.if-text-mail {
  margin-left: 5px;
  color: #190107;
  font-size: 14px;
  font-weight: 500;
}
.image-preview button.close {
  background: #d21f47;
  width: 23px;
  height: 23px;
  opacity: 0.7;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  border-radius: 100%;
  right: 5px;
  top: 5px;
}

.empty-chat-container .content-right {
  height: calc(100% - 180px);
}
.empty-chat-container .sidebar-fixed {
  position: fixed;
  /* height: calc(100% - 155px); */
}
.content-right {
  background: #fff;
}

.user-right-content {
  margin: 0;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.user-right-content .info-list li .info-list-title {
    width: 80px;
}
.user-right-content h3 {
  border-bottom: 1px solid #eee;
  text-align: center;
  margin: 15px 0 25px;
  padding: 0 0 15px;
  overflow-wrap: break-word;
}
.user-right-content .info-list li {
  padding-left: 90px;
}
.user-right-content .profile-panel {
  text-align: center;
}
.profile-panel {
  text-align: center;
}
.profile-panel .thumbnail {
  margin: 0 auto;
  overflow: hidden;
}
.panel-box {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px 15px;
  box-shadow: 0px 10px 17px -8px rgb(2 22 85 / 11%);
  -webkit-box-shadow: 0px 10px 17px -8px rgb(2 22 85 / 11%);
  -moz-box-shadow: 0px 10px 17px 0px rgba(2, 22, 85, 0.11);
}
.panel-box .title {
  text-transform: uppercase;
  font-size: 14px;
}
.panel-box.smry .title {
  text-transform: uppercase;
  font-size: 12px !important;
  margin-bottom: 5px;
  margin-top: 2px;
}
.panel-box .value {
  font-weight: 700;
  font-size: 16px;
  word-break: break-all;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
}

.panel-box .value img {
  width: 20px;
  height: 25px;
  margin: 0 auto 0 0;
  position: relative;
  left: 5px;
}
.panel-box .value span {
  display: flex;
  align-items: center;
}
.panel-box .switchC {
  height: 22px;
  margin: 0;
}
.panel-box .value .switchC label {
  margin: 0;
}
.info-list-des p {
  margin: 0 0 3px;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  top: 50%;
  right: 8px;
  margin: -9px 0 0 0;
}
table.dataTable thead > tr > th,
table.dataTable thead > tr > td {
  vertical-align: middle;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #D11D27;
  box-shadow: 0 0 3px #bdb7b7;
  top: 16px;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child:before {
  background-color: #eb355e;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  padding: 15px 20px 15px 30px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > ul li {
  margin: 0;
}
.chat-wrapper {
  height: calc(100% - 37px);
}
/* .wrapper.chat-wrapper .app-content {
  height: 100%;
} */
.chat-outer {
  height: 100%;
  /* © */
  background: #fff;
}
.quick-call-right.content-right {
  height: calc(100% - 98px);
}
.realtime-pannel {
  padding: 0px 20px 10px 20px;
}
.journeyRoute {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 15px 20px;
  border: solid #eee 1px;
  background: #fbfbfb;
  border-radius: 5px;
  position: relative;
  overflow: auto;
  height: calc(100vh - 328px);
}
.journeyRoute .itmJrney {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 15px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  z-index: 2;
}
.journeyRoute .itmJrney:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 100%;
  left: 50px;
  height: 16px;
  z-index: 1;
  background: #ddd;
  /* background-image: linear-gradient(#4540db 33%, rgba(255,255,255,0) 0%);
  background-position: right;
  background-size: 1px 3px;
  background-repeat: repeat-y; */
}
.journeyRoute .itmJrney:last-child:after {
  display: none;
}
.journeyRoute .ordrNum {
  display: flex;
  width: 30px;
  height: 30px;
  border: solid #625df7 2px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  background: #f1f1ff;
  flex-shrink: 0;
  font-weight: 700;
  color: #6a66e3;
  z-index: 2;
}
.journeyRoute .ordrNum.active {
  border: solid #0cab58 2px;
  background: #5cbb81;
  color: #ffffff;
  position: relative;
}
.journeyRoute .completed-time {
  margin: 0 0 0 auto;
  color: #ababab;
}
.journeyRoute .ordrNum.active:before {
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: -5px;
  bottom: -5px;
  color: #ffffff;
  background: #0faa58;
  /* padding: 1px; */
  border: 2px solid #0faa58;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  line-height: 12px;
}

.journeyRoute .ordrNum.unsubscribed {
  border: solid #df4227 2px;
  background: #df4227;
  color: #ffffff;
  position: relative;
}
.journeyRoute .ordrNum.unsubscribed:before {
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: -5px;
  bottom: -5px;
  color: #ffffff;
  background: #df4227;
  /* padding: 1px; */
  border: 2px solid #df4227;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  line-height: 12px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

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

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

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

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

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

/* Rounded sliders */
.slider.round {
  border-radius: 50px;
}

.slider.round:before {
  border-radius: 50%;
}

.journeyRoute .jrneyTag {
  background: #f1f1ff;
  border: 1px solid #a3a0fa;
  border-radius: 5px;
  padding: 3px 7px;
  display: block;
}
.journeyRoute .heading {
  font-size: 16px;
  text-transform: uppercase;
  color: #696969;
  padding: 0;
  font-weight: 700;
}
.autmtnOvrview {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
}
.firstLbl {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.lbl.hltr {
  font-size: 13px;
}
.lbl.ttlLedNum {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  margin-top: -10px;
}
.autmtnOvrview .lstItm {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  line-height: 10px;
  font-size: 12px;
  justify-content: space-between;
  color: #313131;
}
.bootstrap-wysihtml5-insert-image-modal.modal.fade.in {
  z-index: 10000 !important;
}
.journeycard {
  display: flex;
  flex-direction: row;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px 20px;
  box-shadow: 0px 10px 17px -8px rgb(2 22 85 / 5%);
  -webkit-box-shadow: 0px 10px 17px -8px rgb(2 22 85 / 5%);
  -moz-box-shadow: 0px 10px 17px 0px rgba(2, 22, 85, 0.05);
  margin: 0 0 20px;
}

.contact-card {
  display: flex;
  flex-direction: row;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px 20px;
  box-shadow: 0px 10px 17px -8px rgb(2 22 85 / 5%);
  -webkit-box-shadow: 0px 10px 17px -8px rgb(2 22 85 / 5%);
  -moz-box-shadow: 0px 10px 17px 0px rgba(2, 22, 85, 0.05);
  margin: 0 0 20px;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-card:hover,
.contact-card:focus {
  border: 1px solid #dfe5ee;
  background: #fbfcff;
  box-shadow: 0px 10px 22px -8px rgb(2 22 85 / 20%);
  -webkit-box-shadow: 0px 10px 22px -8px rgb(2 22 85 / 20%);
  -moz-box-shadow: 0px 10px 22px 0px rgba(2, 22, 85, 0.2);
}
.contact-card .icon {
  display: flex;
  flex-direction: row;
  padding: 15px;
  border: 1px solid #d5d4fb;
  background: #f2f2ff;
  border-radius: 100%;
  flex-shrink: 0;
  height: 75px;
  width: 75px;
  font-size: 40px;
  justify-content: center;
  align-items: center;
  color: #D11D27;
  margin-right: 20px;
}
.contact-card .content {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact-card .content .name {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #2f333b;
  font-weight: 700;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-card .content .email,
.contact-card .content .phone-no {
  padding: 0 0 0 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
.contact-card .content .email i,
.contact-card .content .phone-no i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #7c848e;
}

.contact-panel .row {
  margin: 0 -10px;
}
.contact-panel .col-lg-4 {
  padding: 0 10px;
}
.contact-card .automation-status {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}
.contact-card .actions {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  height: auto;
  background: #e5eaf1;
  border-radius: 7px 0 0 7px;
  padding: 7px 10px;
  z-index: 2;
  display: flex;
  border: 1px solid #dfe5ee;
  border-right: 0;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-card .actions .btn {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 3px 0;
  flex-shrink: 0;
  line-height: 25px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.automation-card.contact-card .actions {
  opacity: 0;
}
.automation-card.contact-card:hover .actions {
  opacity: 1;
}
.automation-card {
  border: 1px solid #e2e2f6;
  border-left: 7px solid #D11D27;
}
.automation-card .created span {
  color: #878892;
  font-size: 13px;
}
.automation-card .label-div .label-status {
  padding: 5px 15px;
  border-radius: 45px;
}
.automation-card .content .created i {
  color: #bebfcd;
  top: 3px;
}
.automation-card .content .created {
  margin: 2px 0 5px;
}
.automation-card .content {
  flex-grow: 1;
}
.label-div {
  display: flex;
}
.label-div .label-status {
  padding: 5px 15px;
  border-radius: 45px;
  display: inline-block;
}
.label-success {
  background: #cdf2df !important;
  border: 1px solid #92e2b9;
  color: #139d56;
}
.label-danger {
  background-color: #f2cccc;
  border: 1px solid #f4a3a6;
  color: #bb484b;
}
.label-warning {
  background-color: #ffe5c0;
  border: 1px solid #f2cf9c;
  color: #987a4e;
}
.label-info {
  background-color: #dbf7ff;
  border: 1px solid #abe5ef;
  color: #37a0b4;
}
.label-div .switchC {
  margin: 0 3px;
}
.table tbody tr td .btn {
  width: auto;
  height: 30px;
  border-radius: 30px;
  margin: 3px;
  flex-shrink: 0;
  line-height: 25px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
}
.table tbody tr td .btn .fa-trash-o  {
    font-size: 15px;
}
.table tbody tr td .btn  .fa-mobile{
    font-size: 20px;
}

/* .automation-card.contact-card:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .5);
  display: none;
  z-index: 1;
}
.automation-card.contact-card:hover:after {
  display: block;
} */
.form-group label.blank {
  min-height: 15px;
  width: 100%;
}

.all-user-image {
  width: 42px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
.journey-modal .close {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  border-radius: 100%;
  opacity: 1;
  right: -15px;
  top: -15px;
  position: absolute;
  z-index: 2;
}
.maxWdthBtn {
  width: auto;
  display: inline-block;
  justify-content: center;
  line-height: 28px;
  font-weight: 700;
  margin-right: 15px;
}
.automationListAccess {
  margin-top: 5px;
  width: max-content;
}
@media screen and (max-width: 1600px) {
  .contact-card {
    padding: 10px 15px;
  }
  /* .contact-card .content {   Removed jishad for automations view page fix in mac pro
    padding-left: 15px;
  } */
  .contact-card .icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
  .contact-card .content .name {
    font-size: 13px;
    line-height: 20px;
  }
  .contact-card .content .email,
  .contact-card .content .phone-no {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .automation-boxes .col-md-3 {
    width: 50%;
  }
}
.ml10 {
  margin-left: 10px;
}

@media screen and (max-width: 1420px) {
  .lead-cards .col-lg-4 {
    width: 50%;
  }
}
.btn-verify {
  margin: 0 auto !important;
  width: 150px !important;
}
.auth-field {
  max-width: 260px;
  margin: 0 auto;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.authUsr_Swtch {
  float: left;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 7px 0 0;
}

.center {
  text-align: center;
}

.top-bar > .navbar-right {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-left: auto;
}
.btn-drop-menu {
  border-radius: 5px;
  background: #000;
  color: #fff;
  border: 0;
}
.btn-drop-menu i {
  font-size: 18px;
  position: relative;
  top: 3px;
  right: 4px;
}
.btn-drop-menu:hover,
.btn-drop-menu:focus {
  background: #D11D27;
  color: #fff;
  border: 0;
}
.navbar-right .dropdown-menu {
  padding: 10px;
}
.navbar-right .dropdown-menu li a:hover {
  background: #f7f8fa;
  color: #000;
  border-radius: 5px;
}
.navbar-right .dropdown-menu li:first-child {
  margin-top: 0;
}
.btn-primary.aSwtchr {
  background: #3730ef !important;
  margin: 0 10px 0 0;
  border: 0;
}
.btn-primary.aSwtchr:hover,
.btn-primary.aSwtchr:focus {
  background: #130db6 !important;
  border: 0;
}

.login-wrapper.client-login {
  background: url(../img/client-login-bg.png) center;
}
.client-login .login-outer {
  background: #ffffff;
  box-shadow: 0px 3px 26px #0704390d;
  border-radius: 14px;
  width: 100%;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}
.client-login .login-outer .left,
.client-login .login-outer .right {
  width: 50%;
  padding: 60px 55px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.client-login .form-group label {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #72717c;
  opacity: 1;
  text-transform: none;
}
.client-login h1 {
  color: #2e2e41;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.client-login p {
  color: #c1c1c2;
  font-size: 16px;
  margin: 0 0 10px;
}
.client-login .form-control {
  border: 1px solid #d9d9d9;
  background: #fff;
}
.client-login .login-outer {
  margin-top: -150px;
}
.client-login .login-outer .right {
  background: #f0f4f7;
  border-left: 1px solid #dddd;
  text-align: center;
  min-height: 510px;
}
.client-login .login-outer .right h2 {
  color: #0f0f0f;
  font-size: 27px;
  margin: 0 0 0;
}
.client-login .login-outer .right p {
  color: #858686;
  font-size: 16x;
  margin: 0 0 0;
}
.img img {
  max-width: 100%;
}
.login-header {
  padding: 15px 30px;
}
.login-section {
  display: flex;
  height: calc(100vh - 120px);
  justify-content: center;
  align-items: center;
}

.admin-login-wrapper {
  background: #fff;
  min-height: 100vh;
  display: flex;
}
.admin-login-wrapper .left,
.admin-login-wrapper .right {
  width: 50%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.admin-login-wrapper .left .app-logo-inner {
  align-self: flex-start;
  padding: 25px;
}
.admin-login-wrapper .right {
  background: url(../img/admin-login-bg.png);
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
}
.admin-login-outer {
  display: flex;
  flex-direction: column;
  width: 480px;
  max-width: 80%;
  flex-grow: 1;
  justify-content: center;
}
.admin-login-outer-in {
  margin-top: -100px;
}
.admin-login-outer .form-group label {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #72717c;
  opacity: 1;
  text-transform: none;
}
.admin-login-outer h1 {
  color: #2e2e41;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.admin-login-outer p {
  color: #c1c1c2;
  font-size: 16px;
  margin: 0 0 10px;
}
.admin-login-outer .form-control {
  border: 1px solid #d9d9d9;
  background: #fff;
  height: 50px;
  padding: 10px 20px;
}
.admin-login-outer .btn {
  background: #d11e46 !important;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}
.forgot-pass a {
  font-size: 16px;
  font-weight: 700;
  color: #72717c;
}
.login-outer.signup {
  flex-direction: column;
  padding: 50px;
}
.login-outer.signup h1 {
  color: #2e2e41;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .client-login h1 {
    font-size: 26px;
  }
  .client-login .login-outer .right h2 {
    font-size: 20px;
  }
  .client-login .login-outer .left,
  .client-login .login-outer .right {
    padding: 35px 35px;
    min-height: 460px;
  }
  .login-section .container {
    display: flex;
    flex-grow: 1;
  }
  .admin-login-wrapper .right {
    display: none;
  }
  .admin-login-wrapper .left {
    width: 100%;
  }
  .login-outer.signup {
    margin: 0;
  }
  .login-section {
    height: auto;
  }
  .login-header {
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .client-login .login-outer .left,
  .client-login .login-outer .right {
    width: 100%;
  }
  .client-login .login-outer {
    flex-direction: column;
  }
  .client-login .login-outer .right {
    display: none;
  }
  .login-section .container {
    max-width: 400px;
  }
}
.branchName.btn {
  margin: 0 10px 0 0;
  color: #6b6c75;
}
.form-btn-group {
  float: left;
}
.form-btn-group .btn {
  border-radius: 0;
}

.loader-roller {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader-roller div {
  animation: loader-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.loader-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #302af0;
  margin: -4px 0 0 -4px;
}
.loader-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.loader-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.loader-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.loader-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.loader-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.loader-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.loader-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.loader-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loader-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.loader-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loader-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.loader-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loader-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.loader-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loader-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.loader-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes loader-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modalButton {
  background-color: #D11D27 !important;
  color: white !important;
  height: 35px !important;
}

.btn-notes .notes-count {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f4456c;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.automation-boxes .panel-box {
  min-height: 120px;
  margin-top: 20px;
}
.calling-pop {
  position: fixed;
  right: 15px;
  bottom: 0;
  width: 340px;
  z-index: 11;
}
.calling-pop .panel-group {
  position: fixed;
  right: 15px;
  bottom: 0;
  width: 340px;
  z-index: 11;
}
.calling-pop .panel {
  padding: 10px;
  background: #1341dc;
  text-align: center;
  border-radius: 13px;
}
.calling-pop .panel-heading {
  background: #1341dc;
  text-align: left;
  padding: 0;
}
.calling-pop .panel-heading a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: none;
  width: 100%;
  display: block;
  padding: 10px;
}
.calling-pop .panel-heading .accordion-toggle:after {
  color: #fff;
}
.calling-pop .panel-body {
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 0;
  margin: 5px 0 0;
  border-radius: 13px;
}
.calling-pop .call-name {
  color: #2f3b55;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 20px 0 0;
  word-break: break-all;
  padding: 20px;
}
.calling-pop .no {
  color: #8c94a6;
  font-size: 16px;
  font-weight: normal;
}
.calling-pop .status {
  color: #8c94a6;
  font-size: 14px;
  margin: 10px 0 0;
}
.calling-pop .duration {
  color: #72c446;
  font-size: 14px;
}
.calling-pop .duration {
  color: #72c446;
  font-size: 14px;
}
.calling-pop .duration {
  color: #72c446;
  font-size: 14px;
}

.calling-pop .controlls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
}
.calling-pop .controlls .btn {
  margin: 0 5px;
  padding: 15px 20px 7px;
}
.calling-pop .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calling-pop .call-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  border: 1px solid #e9ebf2;
  background: #f8f8f8;
  border-radius: 10px;
}
.call-actions .btn {
  width: 50%;
  height: 70px;
  border: 0;
  background: transparent;
}
.call-actions .btn:nth-child(1) {
  border-right: 1px solid #e9ebf2;
}
.call-controlls {
  margin: 25px 0 20px;
  display: flex;
}
.call-controlls .btn-decline {
  width: 55px;
  height: 55px;
  background: #e25d71;
  border-radius: 50%;
  margin: 0 auto;
  border: 0;
}
.call-controlls .btn-accept {
  width: 55px;
  height: 55px;
  background: #00b97a;
  border-radius: 50%;
  margin: 0 auto;
  border: 0;
}

.call-controlls .col-lg-4 {
  text-align: center;
}
.call-controlls .btn-dialpad {
  border: 0;
  margin: 0 auto;
}


.device-settings-pop  .panel-group {
  right: 380px;
}

.message-pop.calling-pop .panel-group,
.email-pop.calling-pop .panel-group {
  right: 380px;
  width: 740px;
}
.message-pop .panel-body,
.email-pop .panel-body,
.device-settings-pop .panel-body {
  padding: 15px 15px;
  background: #f3f5fc;
  display: flex;
  flex-direction: column;
}
.message-pop .msg-row,
.email-pop .msg-row,
.device-settings-pop .msg-row {
  display: flex;
  flex-direction: row;
  text-align: left;
  width: 100%;
}
.message-pop .msg-row .avatar,
.email-pop .msg-row .avatar {
  width: auto;
}
.message-pop .msg-row p,
.email-pop .msg-row p {
  padding: 8px 15px;
  color: #454e62;
  box-shadow: 0px 3px 6px #b9bfd372;
  border-radius: 0px 10px 10px;
  opacity: 1;
  flex-grow: 0;
  font-size: 16px;
  margin: 0;
  background-color: #fff;
}
.message-pop .msg-row .msg-box,
.email-pop .msg-row .msg-box {
  margin: 0 0 0 10px;
  display: flex;
  flex-direction: column;
}
.message-pop .msg-row .msg-box span,
.email-pop .msg-row .msg-box span {
  color: #9ea2aa;
  font-size: 13px;
  margin: 0;
  text-align: left;
  font-weight: 500;
}

.message-pop .msg-row.send,
.email-pop .msg-row.send {
  align-items: right;
  justify-content: end;
}
.message-pop .msg-row.send .msg-box,
.email-pop .msg-row.send .msg-box {
  align-items: flex-end;
  justify-content: end;
}
.message-pop .msg-row.send p,
.email-pop .msg-row.send p {
  background-color: #19233b;
  color: #fff;
  border-radius: 10px 0px 10px 10px;
}
.email-pop .msg-row.send p {
  flex-direction: column;
  text-align: left;
}
.email-pop .msg-row.send p .email-id {
  display: block;
  line-height: 4px;
  margin: 10px 0 0;
}
.emailImg {
  display: block;
  margin: 10px 0;
}
.msg-pop-form {
  display: block;
  width: 100%;
  position: relative;
}
.msg-pop-left {
  margin: 0 65px 0 0;
  display: block;
}
.msg-pop-right {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.msg-pop-right .btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #1341dc;
  border: 0;
}
.calling-pop.email-pop .collapse.in {
  display: block;
  max-height: 500px;
  overflow: auto;
  border-radius: 13px;
}
.msg-pop-right .btn.btn-layout {
  background-color: #dde1ec;
  margin: 0 0 10px;
}
.msg-pop-form .popUpmessage {
  height: 110px;
  resize: none;
  border: 1px solid #d7d9e2;
  border-radius: 13px;
  font-size: 16px;
  color: #454e62;
}
.msg-pop-form .form-control {
  margin-bottom: 10px;
}
.email-pop-wrap {
  max-height: 400px;
  overflow: auto;
}
.email-pop .form-control {
  margin: 0 0 15px;
  padding: 10px 15px;
}
.calling-pop .form-group {
  text-align: left;
}
.email-pop textarea.form-control {
  resize: vertical;
  max-height: 200px;
}
.msg-pop-wrap {
  max-height: 400px;
  overflow: auto;
  padding: 10px;
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings"; /* essential for enabling glyphicon */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: grey; /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

/* .chat-avatar .avatar {
  width: 40px;
} */
.svg-iocn {
  top: 10px;
  position: relative;
}

.svg-iocn-li {
  top: -10px;
  position: relative;
}
#phoneScreen {
  background: #fff;
}
.chat-app-window-call {
  padding: 20px 30px;
  overflow-y: auto;
  height: 100%;
  background-color: #ffffff;
}
.chat-wrapper {
  overflow: hidden;
}
.chat-wrapper .chat-content {
  max-width: 400px;
}
.chat-body  .chat-content {
  max-width: 400px !important;
}
.chat-wrapper .chat-content div img {
  max-width: 300px;
}
.chat-content div * {
  max-width: 300px;
  word-break: break-word;
  overflow: hidden;
}
.remove-from-speed-dial {
  white-space: nowrap;
  overflow: hidden;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.calling-card.card-new .add-contact-action,
.calling-card.card-new .btn-close {
  margin: 2px 5px 0 0;
  height: 25px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 8px 12px #2f2f7c0a;
  border: 1px solid #ecedf2;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
}

.card-new {
  background: #ffffff;
  box-shadow: 0px 8px 26px #e2e7f0a5;
  border: 1px solid #dfe4f2;
  border-radius: 11px;
  margin: 0 0 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-new .name {
  font-size: 15px;
  font-weight: 700;
  color: #454e62;
  line-height: 15px;
  margin: 5px 0 0;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
}
.card-new .user {
  font-size: 15px;
  font-weight: 700;
  color: #454e62;
  line-height: 15px;
  margin: 5px 0 0;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-link {
  word-break: break-word;
  display: inline-block;
  width: 100%;
  line-height: 15px;
  font-weight: 500;
  font-size: 15px;
}

.sms-template-analytics{
  border: none;
  background: none;
}
.sms-template-analytics i
{
  background: none !important;
}

.card-new .card-content {
  background: #ffffff;
  border: 1px solid #dfe4f2;
  border-radius: 11px;
  margin: -1px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  box-shadow: 0px 8px 26px #e2e7f0a5;
  width: calc(100% + 2px);
}
.card-new .card-content.pad-20 {
  padding: 15px 20px;
}
.card-new .desc {
  margin: 0;
  color: #7b8090;
  line-height: 22px;
  margin: 5px 0 0;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-new .card-footer {
  padding: 10px 10px;
  display: flex;
  min-height: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.card-new .card-footer .btn-left {
  display: flex;
  align-self: flex-start;
}
.card-new .card-footer .btn-left {
  font-size: 15px;
  color: #4e5465;
}
.card-new .card-footer .btn-left i {
  color: #a3a6af;
}
.card-new .card-footer .btn-right {
  display: flex;
  align-self: flex-end;
  margin-left: auto;
}
.view-contact-cards-row .card-footer .btn-right {
  margin: auto !important;
}
.card-new .card-footer .btn {
  background: #4e5465;
  border-radius: 45px;
  border: 0;
  color: #fff;
  padding: 5px 20px;
}
.card-new .btn.btn-sm {
  width: 28px;
  height: 28px;
  margin: 0 0 0 5px;
  border-radius: 100%;
  background: #e4e8f4;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #747d89;
  font-size: 16px;
}
.card-new .btn.btn-sm:hover {
  background-color: #cfd7ec !important;
}
.card-new .btn.btn-sm:hover svg {
  position: absolute;
}
.card-new .call-icon {
  background-color: #eaf1f7;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  min-width: 50px;
  box-shadow: 0px 3px 16px #b3c3e229;
}
.card-new .call-icon svg path {
  fill: #acb6c1;
}
.card-new button.call-icon {
  background: transparent linear-gradient(304deg, #1bc2a5 0%, #07bf95 100%) 0%
    0% no-repeat padding-box;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  min-width: 50px;
  border: 0;
}
.card-new button.call-icon:hover {
  background: transparent linear-gradient(304deg, #01ae90 0%, #009472 100%) 0%
    0% no-repeat padding-box;
}
.expiry-row.contact-expiry {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.expiry-row.contact-expiry .left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-right: 50px;
  width: 100%;
}
.expiry-row.contact-expiry .right {
  width: 50px;
  position: absolute;
  right: 20px;
}
.expiry-row.contact-expiry .add-to-speed-dial-contact {
  margin: 13px 7px;
  display: inline-block;
}
.expiry-row.contact-expiry .add-to-speed-dial-contact:hover {
  cursor: pointer;
}
.add-to-speed-dial-shortcut:hover {
  cursor: pointer;
}
.card-new button.call-icon svg path {
  fill: #fff;
}
.card-new .hide {
  display: none;
}
.card-camp.card-new button.call-icon {
  background: #f5f8fc;
  border: 1pc solid #e7edf7;
}
.card-camp.card-new button.call-icon svg path {
  fill: #4e5465;
}
.card-new .card-footer .btn:hover {
  background: #343c50;
}
.card-new .card-footer .btn.btn-succes {
  background: #2fb26d;
}
.card-new .card-footer .btn.btn-succes:hover {
  background: #0f8949;
}
.card-new .card-footer .btn.btn-failed {
  background: #ff7483;
}
.card-new .card-footer .btn.btn-failed:hover {
  background: #ed2d42;
}
.card-new .card-footer .btn.btn-queued {
  background: #1bbbe8;
}
.card-new .card-footer .btn.btn-queued:hover {
  background: #1bbbe8;
}

.card-new .card-footer .btn.btn-play {
  position: relative;
  padding: 5px 40px 5px 20px;
}
.card-new .card-footer .btn.btn-play i {
  content: "";
  background: #262b3b;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
/* .card-new .card-footer .btn.btn-play i::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
} */

/* .card-new.phone-card-new {
  min-height: 212px;
} */
.card-new.form-card {
  padding: 20px 20px 0px;
  /* margin-bottom: 15px; */
}
.phone-card-head {
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
  flex-grow: 1;
  align-items: center;
}
.phone-card-head .count {
  padding: 6px;
  background-color: #e7edf7;
  border-radius: 4px;
  height: 27px;
  line-height: 16px;
  margin-right: 20px;
}
.phone-card-head i {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #eaf1f7;
}
.campaign-page .phone-card-head i.fa-envelope {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #eaf1f7;
  font-size: 25px;
  margin-right: 10px;
}
.campaign-page .phone-card-head p.download-icon {
  position: absolute;
  top: 75px;
  right: 20px;
}
.campaign-page .phone-card-head i.fa-download {
  float: revert;
  display: revert;
  width: revert;
  height: revert;
  border-radius: revert;
  background-color: revert;
  font-size: 20px;
}
.phone-card-head .content {
  margin: 0 0 0 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: calc(100% - 60px);
}
.card-camp .phone-card-head .content {
  width: calc(100% - 85px);
}
.phone-card-head .content .number-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.card-camp .content .number-row {
  width: calc(100% - 25px);
  max-width: 200px;
}
.card-camp .content .user {
  width: calc(100% - 25px);
  max-width: 200px;
}
.phone-card-head .content p {
  font-size: 16px;
  color: #454e62;
  font-weight: 700;
  margin: 0;
  line-height: 20px;
  margin: 3px 0 0;
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 10px);
}
.search-form {
  display: inline-flex;
  padding-bottom: 20px;
}
.form-group-submit {
  padding-left: 20px;
}
.phone-card-head .content p.card-p {
  display: block;
}
.phone-card-head .content label {
  margin: 0;
}
.phone-card-head .content .number-row .btn {
  padding: 0;
  border: 0;
}
.phone-card-head .content .number-row .btn i {
  width: 30px;
  height: 24px;
  font-size: 20px;
  background: transparent;
  line-height: 16px;
  color: #b3bbca;
}
.phone-card-head p.user-text {
  font-size: 13px;
  color: #838fb5;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
}
.phone-card-head p.from-text {
  font-size: 13px;
  color: #838fb5;
  font-size: 13px;
  margin: 0;
}

.phone-card-head p.phone-number-text {
  color: #1d1e20;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
}

.phone-card-head p.user-text.price {
  font-size: 20px;
  color: #7b8090;
  margin: 3px 0 0;
}
.phone-card-head p.user-text.price span {
  padding: 0px 8px;
  border-radius: 45px;
  border: 1px solid #7fe3db;
  background: #b9efea;
  color: #178d83;
  font-size: 11px;
  line-height: 10px;
  text-transform: uppercase;
  margin: 0;
  line-height: 19px;
  height: 20px;
  margin: 0 0 0 5px;
  display: inline-block;
  position: relative;
  top: -3px;
}
.phone-card-head p.user-text.price span.tag-warning {
  background-color: #ffe5c0;
  border: 1px solid #f2cf9c;
  color: #987a4e;
}
.phone-card-head .user-text span {
  color: #a4adc9;
  font-weight: normal;
  text-transform: none;
}
.calling-card.card-new .name {
  color: #7782a2;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
.calling-card.card-new .status {
  color: #454e62;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.person-info.single-line-truncation {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calling-card.card-new .time-def {
  color: #8791b2;
  font-size: 13px;
  line-height: 16px;
  padding: 2px 0;
}
.calling-card.card-new .call-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
}
.calling-card.card-new .card-contents {
  margin: 0;
  padding: 20px;
}
.calling-card.card-new {
  flex-direction: column;
  display: flex;
}
.calling-card.card-new .person-info {
  flex-grow: 1;
}
.calling-card.card-new .call-iocns {
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #fff;
  background: transparent linear-gradient(304deg, #1bc275 0%, #07bf95 100%) 0%
    0% no-repeat padding-box;
  margin: 0 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calling-card.card-new .call-iocns .fa {
  font-size: 26px;
}
.calling-card.card-new .btn-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.calling-card.card-new .speed-dial-action-button,
.calling-card.card-new .btn-close {
  margin: 2px 5px 0 0;
  height: 25px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 8px 12px #2f2f7c0a;
  border: 1px solid #ecedf2;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
}
.card-new .fav-btn-row {
  display: flex;
  flex-direction: row;
}
.calling-card.card-new .btn-close {
  left: auto;
  top: -30px;
  right: -5px;
}
.calling-card.card-new .speed-dial-action-button {
}
.calling-card.card-new:hover .speed-dial-action-button,
.calling-card.card-new.active .speed-dial-action-button {
  display: flex;
}
.calling-card.card-new .speed-dial-action-button svg {
  max-width: 60%;
}
.calling-card.card-new .speed-dial-action-button:hover svg path,
.calling-card.card-new .speed-dial-action-button.active svg path,
.calling-card.card-new.active .speed-dial-action-buttonsvg path {
  fill: #b2b9c8;
}
.card-new .expiry-row {
  padding: 15px;
}
.card-new .card-new-footer {
  padding: 10px 20px;
}
.card-new .expiry-row label {
  display: block;
  font-size: 10px;
  color: #bac0ce;
  text-transform: uppercase;
  margin: 7px 0 0px;
  line-height: 10px;
}
.card-new .expiry-row p {
  font-size: 12px;
  color: #454e62;
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.card-new .expiry-row p i {
  width: 15px;
  margin: 0 8px 0 0;
  color: #afb7c4;
  height: 21px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
}
.expiry-row {
  min-height: 70px;
}

.card-new .card-new-footer .btn.btn-complete {
  background: #1342dd !important;
  border-radius: 45px;
  border: 0;
  padding: 5px 15px;
}
.card-new .card-new-footer .btn.btn-complete {
  background: #1342dd !important;
  border-radius: 45px;
  border: 0;
  padding: 5px 15px;
}
.card-new .card-new-footer {
  display: flex;
  justify-content: space-between;
}
.card-new .card-new-footer .btn-settings {
  background: #eaf1f7;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.card-new input:checked + .slider {
  background-color: #0cc1b2;
}
.card-new .user-profile-img {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #D11D27;
  color: #fff;
}
.card-new .user-profile-img .all-user-image {
  width: 100% !important;
  min-height: 100% !important;
  height: auto !important;
}
.card-new .name-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.card-new .name-row .right-btn {
  display: flex;
  flex-direction: row;
}
.user-card .phone-card-head {
  flex: 0 0 100%;
  display: block;
}
.user-card .card-footer {
  display: flex;
  justify-content: space-between;
  padding: 13px 15px;
  min-height: 60px;
}
.user-card .card-footer p {
  margin: 0;
  color: #454e62;
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
}
.user-card .card-footer p span {
  font-size: 10px;
  color: #bac0ce;
  font-weight: normal;
  display: block;
  line-height: 15px;
  text-transform: uppercase;
}
.card-new .card-footer .btn-primary {
  background: #1342dd !important;
  border-radius: 45px;
  color: #fff;
  height: 28px;
  padding: 4px 20px;
  border: 0;
  line-height: 19px;
}
.user-card .phone-card-head {
  border: 0;
}
.user-card .phone-card-head .content {
  margin: 0 0 0 60px;
}
.user-card .phone-card-head .status-box {
  padding: 2px 12px;
  border-radius: 7px;
  border: 1px solid #7fe3db;
  background: #b9efea;
  color: #178d83;
  font-size: 12px;
  margin: 0;
  line-height: 19px;
  height: 24px;
  margin: 0 5px 0 0;
}
.user-card .phone-card-head .status-box.primary {
  border: 1px solid #dee4e4;
  background: #f3f4f4;
  color: #7d848b;
}
.user-card .phone-card-head .status-box.expire {
  border: 1px solid #e37f88;
  background: #efb9b9;
  color: #8d1717;
}
.form-card .btn-box .btn {
  height: 42px;
  line-height: 42px;
  width: 73px;
  padding: 0;
  margin: 0 5px 0 0;
}
.card-new .expiry-row .btn {
  background: #e34355 !important;
  border-radius: 45px;
  color: #fff;
  height: 30px;
  padding: 7px 15px;
  border: 0;
  margin: 5px 0 0;
  float: right;
  font-size: 12px;
}
.col-md-3.expire-box {
  padding-left: 10px;
}
.card-footer .btn-right {
  display: flex;
}
.card-footer .btn-right .switchC {
  height: 28px;
  margin-right: 5px;
}
.card-footer .btn-right input:checked + .sliderC:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
.card-footer .btn-right .sliderC:before {
  height: 20px;
  width: 20px;
}
input:checked + .sliderC:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(21px);
}
.call-hist-card.voice-card.card-new .head .title {
  text-transform: none;
  font-weight: 700;
  color: #2fb26d;
  flex: auto;
}
.call-hist-card .title-row {
  display: flex;
  flex-direction: row;
  min-height: 30px;
}
.pagination-link {
  margin-bottom: 35px;
  float: right;
  width: 100%;
}
.add-to-speed-dial-contact {
  margin-top: 5px;
}
.call-hist-card .title-row .title i {
  float: left;
  width: 17px;
  height: 17px;
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
}
.call-hist-card .outgoing .title i {
  background: url(../img/outgoing-icon.svg) no-repeat;
}
.call-hist-card .incoming .title i {
  background: url(../img/incoming-icon.svg) no-repeat;
}
.call-hist-card .missed .title i {
  background: url(../img/missed-icon.svg) no-repeat;
}
.call-hist-card.voice-card.card-new .cal-box-round {
  margin: 5px 0 5px 0;
}
.call-hist-card.voice-card.card-new .head .incoming .title {
  color: #e89800;
}
.call-hist-card.voice-card.card-new .head .missed .title {
  color: #e24b57;
}

@media screen and (max-width: 1800px) {
  .phone-card {
    width: 33.33333%;
  }
}
.col-md-12 {
  width: 100%;
}
.finish-account-content {
  width: 100%;
}
@media screen and (max-width: 1480px) {
  .finish-account-content .row {
    margin: 0 -10px;
  }
  .finish-account-content .col-md-3 {
    width: 30%;
    padding: 10px;
    float: left;
  }
  .finish-card {
    padding: 15px 5px 13px 10px;
  }
  /* .finish-account-setup-1 {
    padding: 25px 300px 20px 30px;
  } */
  .finish-card label {
    font-size: 13px;
  }
  .finish-head {
    margin: 0;
    line-height: 20px;
  }
}

.phone-book-card {
  height: 145px;
}
.phone-book-card .btn.btn-sm {
  width: 30px;
  height: 30px;
  margin: 0 0 0 5px;
  border-radius: 100%;
  background: #e4e8f4;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-book-card .btn.btn-sm:hover {
  background-color: #d8dded;
}
.phone-book-card .btn-sm svg {
  position: absolute;
}
.phone-book-card .phone-card-head {
  border-bottom: 0;
}
.phone-book-card .card-footer {
  display: flex;
  flex-direction: row;
  padding: 20px 15px;
  justify-content: space-between;
}
.phonebook-add-form {
  background: transparent linear-gradient(64deg, #1ec3a3 0%, #04bfb8 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 12px 16px #e2e7f0c1;
  border-radius: 11px;
  color: #fff;
  height: 145px;
}
.phonebook-add-form h3 {
  font-size: 18px;
  margin: 0 0 5px;
}
.phonebook-add-form .form-group {
  margin: 0 0 10px;
}
.phonebook-add-form .btn {
  border-radius: 45px;
  background: #001020;
  border: 0;
  color: #fff;
  margin: 15px 0 0;
}
.phonebook-add-form .btn:hover {
  background: #000018;
}
.phonebook-add-form .form-control {
  height: 35px;
  min-height: 35px;
}
.panel-body {
  padding: 20px 15px 18px;
  padding-top: 15px;
}
.automation-view .panel-body {
  padding-bottom: 20px 15px 50px;
}
/* .cccc  */
.user-profile-img-thumb{
  float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #D11D27;
    color: #fff;
}
.mainDivArea .profile-wrapper .user-profile-img-thumb{
    width: 100px;
    height: 100px;
    font-size: 50px;
}
.openContactDetail.active .profile-wrapper .user-profile-img-thumb{
  background-color: #ffffff;
}
.tag {
  padding: 2px 12px;
  border-radius: 45px;
  border: 1px solid #c3c6d3;
  background: #f0f2f5;
  color: #979ba5;
  font-size: 12px;
  margin: 0;
  line-height: 19px;
  height: 24px;
  margin: 0 5px 0 0;
}
.tag-success,.tag-warning {
  padding: 2px 12px;
  border-radius: 45px;
  border: 1px solid #7fe3db;
  background: #b9efea;
  color: #178d83;
  font-size: 12px;
  margin: 0;
  line-height: 19px;
  height: 24px;
  margin: 0 5px 0 0;
}
.tag-success {
  border: 1px solid #7fe3db;
  background: #b9efea;
  color: #178d83;
}
.tag-warning {
  border: 1px solid #eaa9ae;
  background: #ffc9ce;
  color: #b24851;
}
.tag-info {
  border: 1px solid #89c9e8;
  background: #cbeeff;
  color: #4c8faf;
}
.tag-closed {
  border: 1px solid #cdb6ed;
  background: #eaddff;
  color: #8660ba;
}
.voice-card.card-new.camp-report-card .card-content label {
  font-weight: 500;
  line-height: 20px;
}
.voice-card.card-new.camp-report-card .cal-box-round .call-i {
  height: 30px;
  width: 30px;
}
.voice-card.card-new.camp-report-card .number .from {
  font-size: 15px;
  color: #5e6476;
}

.voice-card {
  background: #ffffff;
  box-shadow: 0px 3px 22px #2f2f7c15;
  border-radius: 11px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  margin: 0 0 30px;
}
.voice-card i.dash-i {
  float: left;
  width: 65px;
  height: 65px;
  border-radius: 11px;
  background: #29bae3;
  box-shadow: 0px 3px 16px #8eafb75d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice-card i.stt {
  background-color: #29bae3;
}
.voice-card i.fld {
  background-color: #ff7483;
}
.voice-card i.qud {
  background-color: #00e4b1;
}
.voice-card .content {
  margin: 0 0 0 15px;
}
.voice-card .content label {
  font-size: 15px;
  text-transform: uppercase;
  color: #a1a1c4;
  line-height: 16px;
  margin: 0;
  font-weight: 500;
  margin: 5px 0 10px;
}
.voice-card .content .value {
  font-size: 30px;
  color: #2b2b2b;
  line-height: 20px;
  font-weight: 700;
}
.voice-card.card-new {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background: #f5f8fc;
  flex-direction: column;
}
.card-new .date-row {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  color: #4e5465;
}
.voice-card.card-new .card-content {
  padding: 15px 20px;
  background-color: #fff;
}
.voice-card.card-new .card-content label {
  margin: 0;
  color: #9397a2;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bill-card .content {
  width: 100%;
}
.bill-card .count {
  font-size: 22px;
  height: auto;
  padding: 10px;
  background-color: #f4f6fa;
  border-radius: 5px;
  line-height: 22px;
  color: #454e62;
  border: 1px solid #dfe4f2;
  font-weight: 700;
  margin: 5px 0 0;
  display: inline-block;
  width: 100%;
}
.bill-card .count i,
.even .bill-card .phone-card-head i {
  margin: 0 10px 0 0;
      background-color: #D11D27;
      color: #fff;
}
.bill-card .count label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 5px 0 4px;
  line-height: 14px;
}
.date-row i {
  display: flex;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 5px 0 0;
  border-radius: 0;
}
.date-row i.date-i {
  background: url(../img/date-icon.svg) no-repeat;
}
.date-row i.time-i {
  background: url(../img/time-icon.svg) no-repeat;
  /* top: 4px; */
  background-size: 18px;
}
.date-row .date-col {
  display: flex;
  padding-right: 10px;
  font-size: 14px;
  align-items: center;
  white-space: nowrap;
}
.date-row .date-col .date-span {
  line-height: 13px;
  font-size: 14px;
  margin: -2px 0 0;
}

.voice-card.card-new .cal-box-round {
  border: 1px solid #e4e8f4;
  background-color: #fafbff;
  border-radius: 90px;
  display: flex;
  flex-grow: 1;
  padding: 5px;
  margin: 15px 0 5px 0;
  position: relative;
}
.voice-card.card-new .cal-box-round .call-i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #e4e8f4;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
}

.voice-card.card-new .call-arrow-i {
  display: flex;
  align-self: flex-end;
  margin: 0 10px auto;
  position: absolute;
  right: 0;
  top: 15px;
}
.voice-card.card-new .head {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.voice-card.card-new .number {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 0 50px 0 10px;
  overflow: hidden;
}
.voice-card.card-new .number .from {
  font-size: 14px;
  color: #aaacaf;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.voice-card.card-new .number .from span {
  font-size: 12px;
  color: #aaacaf;
  background: #edeff4;
  padding: 2px 5px;
  border-radius: 3px;
  line-height: 12px;
  display: none;
}
.voice-card.card-new .number .to {
  font-size: 16px;
  color: #2fb26d;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.voice-card.card-new .card-footer {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.phone-book-card.card-new .card-footer .btn-primary.default {
  background-color: #eaf1f7 !important;
  border: 1px solid #e2e7f4 !important;
  color: #454e62 !important;
}
.phone-book-card.card-new .card-footer .btn-primary.default:hover {
  background: #1342dd !important;
  border: 1px solid #1342dd !important;
  color: #fff !important;
}
.tooltip-style {
  display: inline;
  position: relative;
}
.tooltip-style:hover:after {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #444;
  border-radius: 6px;
  color: #fff;
  content: attr(tool-title);
  font-size: 12px;
  padding: 5px 10px;
  line-height: 12px;
  position: absolute;
  width: auto;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.tooltip-style.tooltip-left:hover:after {
  font-size: 12px;
  padding: 5px 10px;
  line-height: 12px;
  position: absolute;
  width: auto;
  left: -100%;
  bottom: calc(50% - 12px);
  transform: translate(-50%, 0);
}
.tooltip-style:hover:before {
  border: solid;
  border-color: #444 transparent;
  border-width: 5px 5px 0 5px;
  content: "";
  left: 50%;
  bottom: calc(100% - 4px);
  position: absolute;
  margin: 0 0 0 -5px;
}
.tooltip-style.tooltip-left:hover:before {
  border-width: 5px 5px 0 5px;
  content: "";
  right: 100%;
  bottom: calc(50% - 2px);
  position: absolute;
  margin: 0;
  left: auto;
  transform: rotate(-90deg);
}
.btn {
  position: relative;
}
.btn span.tootip-warning {
  position: relative;
  display: none;
}
.btn.btn-failed span.tootip-warning {
  display: flex;
  background: #444;
  border-radius: 6px;
  color: #fff;
  content: attr(title);
  margin: -5px auto 0;
  bottom: 37px;
  font-size: 11px;
  padding: 5px 10px;
  width: auto;
  line-height: 12px;
  position: absolute;
  left: 0;
}
.btn.btn-failed span.tootip-warning:before {
  border: solid;
  border-color: #444 transparent;
  border-width: 5px 5px 0 5px;
  content: "";
  left: 20px;
  bottom: -5px;
  position: absolute;
  margin: -5px 0 0 0;
}
.muted path {
  fill: #fff;
}
.outGoingCallmute.muted {
  background: #1241dc;
  color: #fff;
}

.incomingCallmute.muted {
  background: #1241dc;
  color: #fff;
}
.calls-content .sidebar-fixed {
  width: 100%;
  position: relative;
  height: auto;
  border-radius: 11px 11px 0 0;
}
.calls-content .sidebar .list-group {
  height: auto;
}
.quick-call-right.content-right {
  width: 100%;
}
.calls-content .sidebar {
  width: 100%;
}
.quick-call .title {
  display: none;
}
.calls-content .call-list ul li {
  float: left;
  padding: 0 40px 0 0;
  margin: 0;
}
.calls-content .call-list ul li a {
  margin: 0;
  padding: 0;
}
.calls-content .quick-call .call-list .number {
  color: #8b95a6 !important;
  font-weight: 500;
  font-size: 14px;
}
.calls-content .call-list .icon,
.calls-content .quick-call-right .chat-title {
  display: none;
}
.calls-content .call-list ul {
  padding: 0 30px;
  float: left;
}
.calls-content .call-list {
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0 0;
}
.calls-content .call-list .title-right-desk {
  margin-right: 30px;
}
.calls-content .call-list .title-right-desk .form-control {
  border-radius: 45px;
  border: 1px solid #dbe1ef;
  background: #fafcff;
  padding: 5px 25px;
}
.calls-content .call-list .title-right-desk .btn-dialpad {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin: 7px 0 0;
}
.calls-content .call-list ul li.active a,
.calls-content .call-list ul li.active:hover a,
.calls-content .call-list ul li:hover a {
  background-color: transparent;
  position: relative;
}
.calls-content .quick-call .call-list li.active .number {
  color: #313a4a !important;
}
.calls-content .call-list ul li.active a:after,
.calls-content .call-list ul li.active:hover a:after,
.calls-content .call-list ul li:hover a:after {
  width: 30px;
  border-bottom: 3px solid #313a4a;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.calls-content .content-body {
  padding: 0;
}
button.sms-popup-close {
  background: #fff;
  border: 0;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  position: absolute;
  right: 12px;
  top: 11px;
  font-size: 18px;
}
.calling-pop.message-pop .panel-heading a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: none;
  width: 100%;
  display: block;
  padding: 10px 45px 10px 10px;
}

.email-pop.calling-pop .panel-group {
  right: 380px;
  width: 740px;
}
.email-pop .panel-body {
  padding: 15px 15px;
  background: #f3f5fc;
  display: flex;
  flex-direction: column;
}
.email-pop .msg-row {
  display: flex;
  flex-direction: row;
  text-align: left;
  width: 100%;
}
.email-pop .msg-row .avatar {
  width: auto;
}
.email-pop .msg-row p {
  padding: 8px 15px;
  color: #454e62;
  box-shadow: 0px 3px 6px #b9bfd372;
  border-radius: 0px 10px 10px;
  opacity: 1;
  flex-grow: 0;
  font-size: 16px;
  margin: 0;
  background-color: #fff;
}
.email-pop .msg-row .msg-box {
  margin: 0 0 0 10px;
  display: flex;
  flex-direction: column;
}
.email-pop .msg-row .msg-box span {
  color: #9ea2aa;
  font-size: 13px;
  margin: 0;
  text-align: left;
  font-weight: 500;
}
.unsubscribeEmail,.unsubscribeSms,.trackingLink,.repeatStatus {
  margin-right: 5px !important;
  margin-top: 7px !important;
  height: 25px;
  width: 25px;
}
.headAdjsment{
  padding: 5px 15px !important;
  color: darkblue;
  font-weight: bold;
}
.setngsBox .panel {
  height: 440px !important;
}

.form-elemnt-area {
  min-height: 300px;
}
textarea#webhook-url {
  height: 60px;
}
.cheboxOuter {
  width: max-content;
  display: block;
  position: initial !important;
}
.lblAlt {
  position: absolute;
  top: 9px;
  padding: 0 10px;
  border: 1px solid #caa0a0;
}
.lblAlt2 {
  position: absolute;
  border: 1px solid;
  margin-top: 9px !important;
  width: max-content;
  padding: 0 5px;
  border: 1px solid #caa0a0;
}
.email-pop .msg-row.send {
  align-items: right;
  justify-content: end;
}
.email-pop .msg-row.send .msg-box {
  align-items: flex-end;
  justify-content: end;
}
.emailxxw-pop .msg-row.send p {
  background-color: #19233b;
  color: #fff;
  border-radius: 10px 0px 10px 10px;
}

button.email-popup-close {
  background: #fff;
  border: 0;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  position: absolute;
  right: 12px;
  top: 11px;
  font-size: 18px;
}

@media screen and (max-width: 1600px) {
  .steps-dash .panel-nest .btn.inactiveLink span {
    display: none;
  }
  .steps-dash .panel-nest .btn.inactiveLink {
    width: 35px;
    padding: 7px;
  }
  .steps-dash .btn.btn-edit {
    padding: 0px 15px 0 33px;
  }
}
.border-0 {
  border: 0;
}
.card-new.card-inv .phone-card-head .content {
  margin: 0;
}
.card-new.card-inv .phone-card-head {
  padding: 15px 20px;
}
.card-new.card-inv .card-footer {
  padding: 10px 20px;
}
.card-new.campaign-card {
  border-radius: 15px;
  border: 0;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.card-new.campaign-card.card-purple {
  background: transparent linear-gradient(109deg, #915ef1 0%, #a677fe 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000015, 0px 8px 14px #a272fb52;
}
.card-new.campaign-card.card-blue {
  background: transparent linear-gradient(289deg, #5495fc 0%, #1377dc 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000014, 0px 8px 14px #3962ef29;
}
.card-new.campaign-card.card-cyan {
  background: transparent linear-gradient(109deg, #179a99 0%, #40c1c1 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000015, 0px 8px 14px #30b1b129;
}
.card-new.campaign-card.card-red {
  background: transparent linear-gradient(108deg, #e25459 0%, #ff8082 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000015, 0px 8px 14px #f66c6f1a;
}
.card-new.campaign-card.card-yellow {
  background: transparent linear-gradient(112deg, #e2b154 0%, #ffb680 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000015, 0px 8px 14px #f66c6f1a;
}
.card-new.campaign-card.card-green {
  background: transparent linear-gradient(107deg, #8ed5b4 0%, #59c784 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000015, 0px 8px 14px #f66c6f1a;
}
.card-new.campaign-card.card-pink {
  background: transparent linear-gradient(107deg, #de7fb6 0%, #e26fa8 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000015, 0px 8px 14px #f66c6f1a;
}
.card-new.campaign-card.card-orenge {
  background: transparent linear-gradient(107deg, #f18b5e 0%, #fe9177 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000015, 0px 8px 14px #f66c6f1a;
}
.card-new.campaign-card.card-skyblue {
  background: transparent linear-gradient(107deg, #7cd2e2 0%, #6cd7e0 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000015, 0px 8px 14px #f66c6f1a;
}
.card-new.campaign-card.card-dropped {
  background: rgb(237, 20, 61);
  box-shadow: inset 0px 3px 6px #00000015, 0px 8px 14px #f66c6f1a;
}
.card-new.campaign-card.card-bounced {
  background: rgb(165, 42, 42);
  box-shadow: inset 0px 3px 6px #00000015, 0px 8px 14px #f66c6f1a;
}
.card-new.campaign-card i {
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  margin: 0 0 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-new.campaign-card .content p {
  font-size: 15px;
  text-transform: uppercase;
  margin: 5px 0 0;
  line-height: 16px;
}
.card-new.campaign-card .content .value {
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}
.campaign-panel {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.campaign-panel .left {
  padding: 20px 10px 20px 20px;
}
.campaign-panel .left .title {
  font-weight: 700;
  color: #454e62;
  border-bottom: 1px solid #f3f5fa;
  margin: 0 0 10px;
  padding: 0 0 5px;
}
.campaign-panel .right .title {
  color: #838fb5;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 16px;
}
.campaign-panel .right .id {
  color: #458ef5;
  font-weight: 700;
}
.campaign-panel .right {
  width: 35%;
  padding: 20px 30px;
  background: #f8f9fd 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000000;
  border: 1px solid #edf0f7;
  border-radius: 10px;
  margin: -1px -1px -1px 1px;
}
.campaign-panel .email {
  color: #838fb5;
  font-weight: 500;
  font-size: 16px;
  word-break: break-word;
}
.campaign-panel .details span {
  color: #bac0ce;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.campaign-panel .details p {
  color: #454e62;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}
.right-curve .card-new {
  margin: 0 0 10px;
}
.right-curve .phone-card-head p.user-text {
  font-weight: normal;
}
.campaign-panel-in {
  border: 1px solid #edf0f7;
  display: flex;
  width: 100%;
  border-radius: 10px;
}

.sms-hist-card.voice-card.card-new .cal-box-round {
  margin: 5px 0 5px 0;
}
.sms-hist-card.voice-card.card-new .expiry-row {
  padding: 15px 0 0;
}
.sms-hist-card.voice-card.card-new .card-content {
  padding: 12px 20px 0;
}
.sms-hist-card.voice-card.card-new.camp-report-card .card-content {
  padding: 12px 20px 12px;
}
.sms-hist-card.voice-card.card-new.camp-report-card .date-row {
  margin: 5px 0 0;
  justify-content: space-between;
}
.voice-card.card-new.camp-report-card .card-content .date-row .date-col {
  padding: 0;
}
.voice-card.card-new .tag-success {
  margin: 0;
}
.sms-hist-card.voice-card.card-new .name {
  font-size: 15px;
  color: #454e62;
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-transform: capitalize;
}
.sms-hist-card.voice-card.card-new .date-row {
  font-size: 14px;
  color: #4e5465;
  line-height: 26px;
}
.sms-hist-card.voice-card.card-new .date-row i.date-i {
  position: relative;
  top: 1px;
}
.sms-hist-card.voice-card.card-new .expiry-row label {
  font-size: 12px;
}
.sms-hist-card.voice-card.card-new .expiry-row p {
  font-size: 16px;
  line-height: 12px;
  margin: 8px 0 0;
}

.lead-notes-count {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f4456c;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  z-index: 10000;
}
.btn.btn-sm.play-audio-history {
  font-size: 13px;
}
.btn.btn-sm.btn-sm-2 {
  height: 35px;
  width: 35px;
  border: 0;
}
.conference-footer{
  min-height: 66px !important;
}

.fa-pause-conference {
  display: none;
}
.call-hist-card .title-row .name {
  font-size: 15px;
  font-weight: 700;
  color: #454e62;
  line-height: 15px;
  margin: 5px 0 0;
}
.call-hist-card .title-row .name .subject {
  display: block;
  font-weight: 500;
  color: #838fb5;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 2px;
}
.call-hist-card .title-row .name.subject-text {
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-hist-card.call-hist-card .title-row {
  min-height: 20px;
}
.call-hist-card.voice-card.card-new .head .left .title i {
  background-size: 14px;
  margin: 0;
}
.call-hist-card.voice-card.card-new .head .left .title {
  font-size: 13px;
  margin: 0 0 5px;
}
.call-hist-card.voice-card.card-new .head .left .title .duration {
  color: #aaacaf;
  margin-left: 5px;
}
.delete_note {
  cursor: pointer;
}
.card-new.ticket-card .card-content {
  flex-direction: column;
}
.card-new.ticket-card .phone-card-head {
  border-bottom: 0;
  padding-bottom: 0;
}
.card-new.ticket-card .description {
  padding: 0 20px 5px 20px;
}
.card-new.ticket-card i {
  width: 40px;
  height: 40px;
}
.card-new.ticket-card i.i-success {
  background: transparent linear-gradient(304deg, #1bc275 0%, #07bf95 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 16px #b3c3e229;
}
.card-new.ticket-card i.i-warning {
  background: transparent linear-gradient(304deg, #f06172 0%, #e23d3d 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 16px #b3c3e229;
}
.card-new.ticket-card i.i-info {
  background: transparent linear-gradient(304deg, #61d4f0 0%, #3dbce2 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 16px #b3c3e229;
}
.card-new.ticket-card i.i-closed {
  background: transparent linear-gradient(300deg, #9b55ed 0%, #6329e5 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 16px #b3c3e229;
}

.card-new.ticket-card .date {
  color: #9fa7be;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  margin: 0 0 5px 0;
}
.card-new.ticket-card .name {
  color: #4e5465;
  font-size: 15px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.card-new.ticket-card .description {
  height: 47px;
  overflow: hidden;
  margin: 5px 0 10px;
}
.card-new.ticket-card .description p {
  color: #7b8090;
  font-size: 15px;
  line-height: 22px;
}
.card-new.ticket-card .tag {
  padding: 5px 15px;
  height: 30px;
}

.card-new .date-row {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  color: #4e5465;
  line-height: 27px;
}
.rec-sms-card.card-new .date-row {
  font-size: 15px;
}
.rec-sms-card.card-new .phone-card-head {
  align-items: flex-start;
}
.rec-sms-card.card-new .phone-card-head .count {
  margin: 5px 0 0;
}
.panel-body p:last-child {
  margin: 0;
}
.bootstrap-datetimepicker-widget .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-items: center;
}
.bootstrap-datetimepicker-widget .col-md-6 {
  display: flex;
  height: 100%;
  float: none;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #D11D27;
  color: #fff;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
.datepicker .datepicker-days,
.datepicker .datepicker-months,
.datepicker .datepicker-years,
.datepicker .datepicker-decades,
.timepicker-picker {
  background-color: #eee;
  border-radius: 10px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 24px 22px #d0d7e51c;
  border: 1px solid #e8edfd;
  display: flex;
  flex-grow: 1;
  min-height: 262px;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  box-shadow: 0px 24px 22px #d0d7e51c;
  border: 1px solid #e8edfd;
  padding: 0;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #f4f7fb;
}
.bootstrap-datetimepicker-widget table td span.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.bootstrap-datetimepicker-widget .glyphicon {
  top: 0;
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #8da7fd;
}
.even .card-new .card-content,
.even .card-new .card-contents {
  background: #f4f9ff;
  box-shadow: 0px 8px 26px #bec8ce1c;
  border: 1px solid #dfe9f5;
  /* overflow: hidden; */
}
.even .card-new .expiry-row {
  padding: 15px;
  background: #f9fcff;
}
.even .card-new {
  background: #fafdff;
  box-shadow: 0px 8px 26px #bec8ce1c;
  border: 1px solid #dfe9f5;
}
.even .phone-card-head i {
  background-color: #dfe9f5;
}
.card-new a.btn.btn-settings {
  background-color: transparent;
}
.card-new .emailText {
  text-transform: none !important;
  font-size: 13px !important;
}
.width100{
  width: 100%;
}
.automation-head-outer{
  margin: 10px 0;
  display: flex;
}
.div-success-count{
  margin-left: 10px;
}
.col-md-2-5 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-5-5 {
  width: 33%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-3-5 {
  width: 30%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 0px;
}
.campaign-card-panel {
  padding: 15px 15px 0;
}
.campaign-card-panel .row {
  margin: 0 -10px;
}
.campaign-card-panel .col-md-4,
.campaign-card-panel .col-md-3 {
  padding: 0 10px;
}
.campaign-card-panel .card-new {
  margin-bottom: 15px;
}
.sms-hist-card button.btn.btn-succes a {
  color: #fff !important;
}
.flex-container {
  display: flex;
  width: 100%;
}
.card-main-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
}
.card-main-row .col-md-3 {
  display: flex;
}

.outbox-card .phone-card-head {
  padding: 0;
  border: 0;
}
.outbox-card .content {
  margin: 0;
}
.outbox-card .date-row {
  margin: 10px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.outbox-card .date-row .date-col {
  padding: 0;
}
.pagination-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* padding: 0 30px; */
  align-items: center;
  color: #868ca1;
}
.sms-history-cards .card-new .title {
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  margin: 5px 0 0;
}
.sms-history-cards .card-new .value {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.chat-avatar .avatar {
  width: 50px !important;
  height: 50px !important;
  background: url(../img/avatar-icon.svg) center center #e7ecf2;
}
.chat-avatar .avatar img {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}
.chat-view-wrap .chat-left .chat-content {
  background-color: #f5f7fb;
  border-radius: 0 15px 15px 15px;
}
.chat-view-wrap .chat-content:after {
  display: none;
}
.chat-view-wrap .chat-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 10px 15px;
}
.chat-view-wrap .chat-head .name {
  font-size: 16px;
  display: flex;
  font-weight: 500;
  margin: 10px 0 0;
}
.chat-view-wrap .chat-head .name .chat-time {
  font-size: 13px;
  font-weight: normal;
  margin: 0 10px;
  line-height: 18px;
  color: #8c94a6;
}
.chat-view-wrap .chat-status {
  margin: 5px 0 0;
  display: flex;
}
.chat-view-wrap .chat-status .btn.btn-sm {
  width: 25px;
  height: 25px;
  margin: 0;
}
.chat-view-wrap .chat-status .btn.btn-sm svg {
  width: 10px;
}
.chat-view-wrap .chat-content p {
  font-size: 15px;
  color: #7b8090;
  line-height: 22px;
}
.chat-view-wrap .chat-right .chat-content p {
  color: #fff;
  text-align: left;
}
.chat-view-wrap .chat-right .chat-content {
  border-radius: 15px 0 15px 15px;
  background-color: #D11D27;
}
.chat-view-wrap .chat {
  max-width: 800px;
  width: auto;
  display: flex;
  flex-grow: 0;
}
.chat-view-wrap .chat-right {
  align-self: flex-end;
}
.chat-view-wrap .chat-right .chat-avatar {
  float: right;
  order: 2;
}
.chat-view-wrap .chat-right .name {
  order: 2;
  margin: 10px 15px 0 0;
}
.chat-view-wrap .tag {
  border: 0;
  line-height: 21px;
  font-size: 12px;
  font-weight: 500;
}
.chat-view-wrap .tag.tag-success {
  width: 20px;
  height: 20px;
  padding: 0;
  display: inline-block;
  text-align: center;
  background: #d6f2ef;
}
.chat-view-wrap .chat-content {
  padding: 15px 50px 15px 20px;
}
.chat-view-wrap .chat-content .controlls {
  position: absolute;
  right: 10px;
  bottom: 5px;
  top: 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.chat-view-wrap .chat-body {
  display: flex;
  margin: 10px 0 0 15px;
  overflow: visible;
  flex-direction: column;
}
.chat-view-wrap .chat-body .btn {
  margin: 0;
  width: 20px;
  height: 20px;
  background: #e1e4ec;
  border: 0 !important;
}
.chat-view-wrap .chat-body .btn svg {
  margin: 0;
  width: 9px;
}
#outgoing-output-selection{
  padding: 10px;
}
#incomming-output-selection{
  padding: 10px;
}
.chat-view-wrap .chat-right .chat-body {
  align-items: flex-end;
}
.chat-view-wrap .chat-right .chat-body .name {
  margin-left: auto;
}
.chat-view-wrap .chat-left .chat-content {
  margin: 0;
}
.chat-view-wrap .chat-time-left {
  margin: 0;
  padding: 0 0 5px;
}
.chat-view-wrap .chat-content {
  max-width: 100%;
  word-break: break-all;
}
.chat-view-wrap.card-new.form-card {
  padding: 20px 20px 30px;
  height: calc(100vh - 150px);
  overflow: scroll;
}
.chat-right .chat-status {
  flex-direction: row-reverse;
}
.chat-right .chat-status .btn.btn-sm {
  margin: 0 5px 0 0;
}
.chat-view-wrap .chat-content ul {
  display: flex;
}
.chat-view-wrap .chat-content ul {
  display: flex;
  flex-direction: row;
}
.chat-view-wrap .chat-content ul li {
  display: flex;
  flex-direction: row;
  margin: 10px 5px 0 0;
}
.chat-view-wrap .chat-content ul li img {
  max-width: 160px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background-color: #fff;
}
.modal-dialog img {
  max-width: 100%;
  height: auto !important;
}
#remote-media {
  /* margin-right: 10
px
; */
  float: left;
  width: 80%;
  min-height: 200px;
  background: #ddd;
}
.phone-book-head {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.phone-book-head .content {
  margin: 0;
  width: 100%;
}
.phone-book-head .name-row span {
  padding: 0 7px;
  background-color: #e7edf7;
  border-radius: 5px;
  height: 22px;
  line-height: 23px;
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 13px;
  font-weight: 700;
}
.phone-book-head .btn-row {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  width: 100%;
  margin-top: 5px;
}
.phone-book-head .name-row {
  justify-content: flex-start;
}
.phone-book-card .phone-book-head .btn-row .btn.btn-sm {
  height: 25px;
  width: 25px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-new.sms-hist-card.voice-card .content {
  margin: 0;
}
.card-new.sms-hist-card.voice-card .phone-card-head {
  padding: 10px 0;
}
.diagram-filter {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  flex-grow: 1;
  margin: 0 0 20px;
}
.diagram-filter .dia-datepicker {
  align-self: flex-end;
  display: flex;
  background: #ffffff;
  border: 1px solid #ccd1e3;
  border-radius: 5px;
  padding: 3px 5px;
  height: 30px;
  margin-left: 5px;
}
.diagram-filter .dia-datepicker.custom-date-picker {
  padding: 0 10px;
  margin: 0 0 0 5px;
  width: 185px;
}
.autommat-card .head {
  padding: 15px 15px;
}
.autommat-card .date-row {
  margin: 2px 0 5px;
}
.autommat-card .date-col span {
  font-size: 13px;
  color: #a9afbb;
}
.card-row-main .col-md-3 {
  width: 33.33333333%;
}
.card-new .btn-end {
  margin-left: auto !important;
}
.video-call-wrapper.panel {
  min-height: calc(100vh - 150px);
}
.join-btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 111;
  background: #fff;
  box-shadow: 0px 3px 26px #0704390d;
  border-radius: 15px;
  padding: 40px;
  max-width: 600px;
  text-align: left;
  width: calc(100% - 50px);
}

.join-btns h1 {
  font-size: 26px;
  color: #2e2e41;
  font-weight: 700;
}
.join-btns .room-name-text {
  font-size: 18px;
  color: #87879f;
  /* text-transform: capitalize; */
  margin: 0 0 5px;
  padding: 2px 10px;
  background: #f9f9fc;
  border-radius: 5px;
  text-align: center;
  border: 1px dashed #c0c7d0;
  margin: 5px 0 15px;
  word-wrap: break-word;
}
.join-btns .btn {
  margin: 0 0 10px;
}
.join-btns .form-group-default .form-control {
  background: #fff;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 20px;
}
.join-btns .client-login .form-group label {
  color: #72717c;
}
.join-btns .btn {
  background-color: #d11e46;
  color: #fff;
  font-weight: 700;
  width: 100%;
  padding: 10px 15px;
  border: 0;
}
.room-name-text {
  color: #949bac;
  font-weight: 500;
  font-size: 20px;
}
.participant {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.video-listing{
  margin-left: 0;
  padding: 0;
}
.video-listing video,
#active-participant video {
  float: left;
}
/* .participant::before {
  color: white !important;
  content: attr(data-identity);
  font-size: 10px;
  padding: 0 5px;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 14px #22265703;
  width: 100%;
  padding: 10px 15px;
  text-align: left;
  left: 0;
  font-size: 18px;
  text-transform: capitalize;
  top: 0;
} */
/* .participant::before {
  color: white !important;
  content: attr(data-identity);
  font-size: 10px;
  padding: 0 5px;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 14px #22265703;
  width: 100%;
  padding: 10px 15px;
  text-align: left;
  left: 0;
  font-size: 18px;
  text-transform: capitalize;
  top: 0;
} */
.col-md-3.video-listing {
  padding-right: 0;
}
.video-listing .participant {
    background-size: contain !important;
    background-position: center !important;
    border: 1px solid #e4e3e3;
    width: auto;
    float: left;
    min-width: calc(1% - 16px);
    display: flex;
    align-items: center;
    background: url("../img/video-fallback.png") no-repeat right;
}
.video-listing video {
  height: auto;

}
#participants.row {
  margin: 0 ;
  display: flex;
  overflow: auto;
  justify-content: center;
}
.participant.main {
  /* max-width: 800px; */
  margin: 0 auto;
}

.call-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  z-index: 111;
  margin: 45px 0 0 150px;
}
.loader-text {
  margin: 0 0 60px;
  font-size: 20px;
  color: #939bab;
}

.boxes {
  --size: 32px;
  margin: 0 auto;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}
.boxes .box {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
}
.boxes .box:nth-child(1) {
  transform: translate(100%, 0);
  -webkit-animation: box1 var(--duration) linear infinite;
  animation: box1 var(--duration) linear infinite;
}
.boxes .box:nth-child(2) {
  transform: translate(0, 100%);
  -webkit-animation: box2 var(--duration) linear infinite;
  animation: box2 var(--duration) linear infinite;
}
.boxes .box:nth-child(3) {
  transform: translate(100%, 100%);
  -webkit-animation: box3 var(--duration) linear infinite;
  animation: box3 var(--duration) linear infinite;
}
.boxes .box:nth-child(4) {
  transform: translate(200%, 0);
  -webkit-animation: box4 var(--duration) linear infinite;
  animation: box4 var(--duration) linear infinite;
}
.boxes .box > div {
  --background: #5c8df6;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX))
    translateZ(var(--translateZ));
}
.boxes .box > div:nth-child(1) {
  --top: 0;
  --left: 0;
}
.boxes .box > div:nth-child(2) {
  --background: #145af2;
  --right: 0;
  --rotateY: 90deg;
}
.boxes .box > div:nth-child(3) {
  --background: #447cf5;
  --rotateX: -90deg;
}
.boxes .box > div:nth-child(4) {
  --background: #dbe3f4;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}

@-webkit-keyframes box1 {
  0%,
  50% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(200%, 0);
  }
}

@keyframes box1 {
  0%,
  50% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(200%, 0);
  }
}
@-webkit-keyframes box2 {
  0% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes box2 {
  0% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes box3 {
  0%,
  50% {
    transform: translate(100%, 100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@keyframes box3 {
  0%,
  50% {
    transform: translate(100%, 100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes box4 {
  0% {
    transform: translate(200%, 0);
  }
  50% {
    transform: translate(200%, 100%);
  }
  100% {
    transform: translate(100%, 100%);
  }
}
@keyframes box4 {
  0% {
    transform: translate(200%, 0);
  }
  50% {
    transform: translate(200%, 100%);
  }
  100% {
    transform: translate(100%, 100%);
  }
}
html {
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}

.jconfirm-buttons .btn {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;

  border: 1px solid #f1f1f1;
  border-radius: 5px;

  line-height: 21px;

  position: relative;
  height: 42px;
  line-height: 42px;
  padding: 0 20px !important;
  margin: 0 15px 0 0;
  color: #ffffff !important;
  background-color: #D11D27 !important;
  border-color: #D11D27 !important;
  text-transform: capitalize !important;
}
.jconfirm-buttons .btn:nth-child(2) {
  color: #626262 !important;
  background-color: #ffffff !important;
  border: 1px solid #d6d6d6 !important;
}
.label-mandatory {
  display: inline-flex;
}
textarea.js-shareUrl {
  border: 1px solid #e1e4e9;
  padding: 13px 20px;
  border-radius: 10px;
  word-break: break-all;
  background: #f9f9f9;
  width: 100%;
  min-height: 170px;
  height:300px
}
input.js-shareUrl {
  border: 1px solid #e1e4e9;
  padding: 13px 20px;
  border-radius: 10px;
  word-break: break-all;
  background: #f9f9f9;
  width: 100%;
}
label.error {
  color: #cd1f47;
}
.show-lap {
  display: none !important;
}
@media screen and (max-width: 1600px) {
  .show-lap {
    display: block !important;
  }
}
@media screen and (max-width: 1600px) {
  .hide-lap {
    display: none !important;
  }
}
.chat-title .title-right .btn {
  right: 0;
}
.clicktoCopyPasscode {
  width: 100%;
}
.li-disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 767px) {
  html,
  body {
    height: 100% !important;
  }
  .join-btns {
    padding: 30px;
  }
}
.default-button .btn-primary {
  background: #1342dd !important;
  border-radius: 45px;
  color: #fff;
  height: 23px;
  padding: 1px 15px;
  border: 0;
  line-height: 19px;
  margin: 0 5px 0 0;
}
.default-button .btn-primary.default {
  background-color: #eaf1f7 !important;
  border: 1px solid #e2e7f4 !important;
  color: #454e62 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}

.bootstrap-select .dropdown-menu.open {
  width: 100% !important;
}

.formAddTeams .bootstrap-select .dropdown-menu.open {
  position: unset;
}

.unsubscribe-sms .co-check-ui {
  top: 0 !important;
}
.clipboard-text {
  width: 100% !important;
}

#remote-media {
  margin-right: 10px;
  float: left;
  width: 100%;
}

.partcpntThumb {
  float: left;
}

.partcpntThumb h6 {
  font-size: 20px;
}

#remote-media video {
  height: 200px;
  float: left;
}

#local-media video {
  height: 200px;
  float: left;
}

.mediadiv {
  border-radius: 5px;
}

.shareUrl-input {
  cursor: pointer;
}

.clicktoCopycontainer {
  width: 100%;
}

p {
  line-height: 1.3;
}

.shareUrl {
  width: 100%;

  text-align: center;
}
.name-row .count {
  border-radius: 5px;
  background: #b1b7c3;
  color: #fff;
  padding: 0 8px;
  font-weight: 700;
}
.apexcharts-xaxistooltip {
  display: none !important;
}

.shareUrl-header {
  width: 100%;
  margin-bottom: 40px;
}

.shareUrl-headerText {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
}

.shareUrl-subtext {
  margin-top: 10px;
  font-size: 14px;
}

.shareUrl-input {
  width: 100%;
  padding: 10px 0;
  border: 2px solid rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: rgb(28 24 120);
  background: rgba(0, 0, 0, 0);
  border-radius: 3px;
  transition: all 300ms ease;
}
.shareUrl-input:hover,
.shareUrl-input:focus,
.shareUrl-input:active {
  border-color: rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 568px) {
  .shareUrl-input {
    max-width: 100%;
    font-size: 15px;
  }

  .shareUrl-headerText {
    font-size: 32px;
  }
}
.u-verticalGrid {
  display: flex;
  flex-flow: column wrap;
}
.user-card .right-btn {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.user-card .right-btn p {
  width: max-content;
  float: left;
}
label.VroomName {
  text-transform: initial !important;
}
.wdthtwnty {
  width: 20%;
  float: left;
}
.phonebook-add-form .wdthtwnty .btn {
  float: left !important;
}
.phonebook-add-form .wdthtwnty .btn.pull-right {
  float: right !important;
}
.wehty {
  width: 80%;
  float: left;
}
.u-flexCenter {
  display: flex;
  align-items: center !important;
}

.u-flexCenterHorizontal {
  display: flex;
  justify-content: center !important;
}

.u-size1040 {
  max-width: 1040px;
}

.u-marginAuto {
  margin: 0 auto;
}
.video-card .phone-card-head {
  flex-direction: column;
  padding: 0;
}
.video-card .phone-card-head .name {
  padding: 5px 15px;
  width: 100%;
  text-align: left;
}
.video-card .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.video-card .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mt30 {
  margin-top: 30px;
}

.faq-name {
  width: 400px;
  word-wrap: break-word;
}
.faq-btn {
  font-size: 32px;
  margin: 0 15px 0 0;
  color: #D11D27;
}

@media screen and (max-width: 1366px) {
  .users-row .col-md-3 {
    width: 33.333333%;
  }
}
@media screen and (max-width: 1080px) {
  .users-row .col-md-3 {
    width: 50%;
    float: left;
  }
  .phone-no-card-row .col-md-4 {
    width: 50%;
    float: left;
  }
  .campaign-card-panel .col-md-3 {
    width: 50%;
    float: left;
  }
}
.conf-room-card .card-content {
  padding: 15px;
}
.conf-room-card .card-content .name {
  padding: 10px 0 10px;
  display: block;
}
.conf-room-card .card-content .name span {
  width: 111px;
  height: 30px;
  border-radius: 15px;
  background: #f5f8fc;
  border: 1px solid #e7eaef;
  padding: 5px 15px;
}
.conf-room-card .card-content .date-row {
  border-radius: 13px;
  background: #fff;
  border: 1px solid #eaedf4;
  box-shadow: 0px 3px 22px rgba(206, 206, 214, 0.16);
  padding: 5px 10px;
  margin: 10px 0 0;
  display: flex;
  flex-direction: row;
}
.participants-box {
  border-radius: 13px;
  background: #2040d4;
  border: 1px solid #eaedf4;
  overflow: hidden;
  margin: 0 0 20px;
}
.main-search {
  position: relative;
}
.main-search {
  margin: 0 15px 0 0;
}
.main-search .search-main {
  border: 1px solid #DBDDE6;
  background: #F5F7FB;
  border-radius: 45px;
  height: 35px;
  width: 100%;
  min-width: 250px;
}
.main-search button {
  position: absolute;
  right: 0;
  top: 2px;
  width: 40px;
  height: 30px;
  padding: 0 5px;
  background: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.participants-box .title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 7px 20px;
}
.participants-box .title span {
  height: 27px;
  min-width: 27px;
  text-align: center;
  border-radius: 25px;
  background: #f5f8fc;
  border: 1px solid #e7eaef;
  padding: 5px 5px;
  font-weight: 500;
  font-size: 13px;
  color: #4e5465;
}
.participants-box .search-bar {
  border-radius: 13px 13px 0px 0px;
  background: #fafcff;
  border-bottom: 1px solid #eaedf4;
  margin: -5px -20px 0;
  flex-grow: 1;
  padding: 20px 20px;
}
.participants-box .search-bar form {
  position: relative;
}

.participants-box .btn-i {
  display: flex;
  min-width: 40px;
  height: 40px;
  background: #eaf1f7;
  border-radius: 100%;
  margin: 0 10px 0 0;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border: 0;
  cursor: pointer;
}
.search-listing.participants-box  .btn-view {
  display: flex;
  margin-left: auto;
  background: #0F8949;
  border-radius: 35px;
  border: 0;
  color: #fff;
}
.search-listing.participants-box  .btn-view i {
  display: none;
}
.participants-box .btn-i.succes {
  background: #B9EFEA;
}
.participants-box .btn-i.succes path {
  fill: #178D83;
}
.participants-box .btn-i.missed {
  background: #FFC9CE;
}

.participants-box .btn-i.missed path {
  fill: #B24851;
}
.participants-box .content {
  display: flex;
  flex-direction: column;
}
.participants-box .text-content .time {
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  font-weight: 500;
  color: #A5ADBE;
}
.search-listing.participants-box .content .text {
  line-height: 20px;
}
.participants-box .search-bar .btn-search {
  width: 35px;
  height: 35px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.participants-box .search-bar .search-field {
  width: 100%;
  height: 36px;
  border-radius: 18px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #dbdde6;
}
.participants-box .content {
  border-radius: 13px 13px 0 0;
  background: #fff;
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
}
.participants-box .participants {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #454e62;
  align-items: center;
  border-bottom: 1px solid #eaedf4;
  padding: 10px 0;
}
.participants-box .participants:last-child {
  border: 0;
}
.participants i.participent-icon {
  display: flex;
  width: 40px;
  height: 40px;
  background: #eaf1f7;
  border-radius: 100%;
  margin: 0 10px 0 0;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #eaedf4;
}



.participants-box .transfer-participants {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #454e62;
  align-items: center;
  border-bottom: 1px solid #eaedf4;
  padding: 10px 0;
}
.participants-box .transfer-participants:last-child {
  border: 0;
}
.transfer-participants i.participent-icon {
  display: flex;
  width: 40px;
  height: 40px;
  background: #eaf1f7;
  border-radius: 100%;
  margin: 0 10px 0 0;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #eaedf4;
}

.conference-button{
    margin: 10px 0;
    position: relative;
    padding: 10px;
    width: 200px;
    font-size: 15px;
    border: 0;
    outline: none;
    border-radius: 10px;
    background-color: #2040d4;
    cursor: pointer;
    color: #fff;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    display: none;

}
.conf-room-card-row{
  display: none;
}
.place-items{
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.place-items video {
  margin: 0 0 20px;
}
.place-items img{
  width: 30%;
}



.copy-btn {
  position: relative;
  padding: 10px;
  width: 100px;
  height: 50px;
  border: 0;
  outline: none;
  border-radius: 10px;
  background-color: #1b6eee;
  cursor: pointer;
  color: #fff;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.copy-btn:hover {
	background: rgb(91,89,220);
  background: linear-gradient(90deg, rgba(91,89,220,1) 23%, rgba(0,212,255,1) 100%);
}




.filter-form-top {
  display: flex;
}
.filter-form-top .filter-form-left {
  display: flex;
  flex-grow: 1;
}
.filter-form-top .filter-form-left .row{
  width: 100%;
}
.filter-form-top .col-sm-2-5 {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.filter-form-top .filter-form-btn {
  display: flex;
  min-width: 195px;
}
.filter-form-top .filter-form-btn {
  margin: 0 0 0 15px ;
}
.filter-form-top .filter-form-btn .btn:last-child {
  margin-right: 0;
}
.all-clients-card-row .user-card .right-btn {
  width: auto;
}
.all-clients-card-row .user-card .right-btn {
  margin: 0;
}
@media screen and (max-width: 1740px) {
  .all-clients-card-row .col-md-3 {
    width: 33.333333%;
  }
}
@media screen and (max-width: 1540px) {
  .users-row .col-md-3 {
    width: 33.333333%;
  }
}
@media screen and (max-width: 1366px) {
  body.has-left-bar {
    padding-left: 70px;
  }
  .left-nav-bar {
    margin-left: -190px;
  }
  .email-history-card-row .col-md-3 {
    width: 33.333333%;
    float: left;
  }
}
@media screen and (max-width: 1199px) {
  .phone-book-card-row .col-md-3 ,
  .camp-reports-cards-row .col-md-3,
  .automations-cards-row .col-md-3 {
    width: 33.33333%;
    float: left;
  }
  .email-camp-anl-card-row .col-lg-3,
  .voice-history-card-row .col-md-3,
  .view-contact-cards-row .col-lg-3,
  .all-clients-card-row .col-md-3,
  .lead-cards-row .col-lg-3  {
    width:50%;
    float: left;
  }
  .search-listing.participants-box  .btn-view i {
    display: flex;
  }
  .search-listing.participants-box  .btn-view span {
    display: none;
  }
  .search-listing.participants-box  .btn-view {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .email-history-card-row .col-md-3,
  .camp-reports-cards-row .col-md-3,
  .sms-history-cards-row .col-md-3,
  .phone-book-card-row .col-md-3,
  .voice-cards-row .col-lg-3,
  .voice-analy-cards-row .col-md-3,
  .automations-cards-row .col-md-3 {
    width:50%;
    float: left;
  }
  .lead-cards-row .col-lg-3 .expiry-row p {
    min-height: 19px;
  }
}

.group-chat-panel .chat-buttons {
  width: 60px;
}
.group-chat-panel .chat-buttons {
  width: 60px;
}
.group-chat-panel .chat-textarea {
  margin: 0 60px 0 0;
}
#stopscreencapture{
  display: none;
  background: #f95f5b ;
}
#capturescreen{
  display: none;
  background: #0dac59 ;
}
.page-title .btn { margin: 0 0 0 10px;}

.participants-count{
  padding: 0 7px;
  background-color: #e7edf7;
  border-radius: 5px;
  height: 22px;
  line-height: 23px;
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 13px;
  font-weight: 700;
}
.no-data-found {
  margin-left: 20px;
  border: 1px solid;
  width: max-content;
  padding: 8px 5px 0px 5px;
  border-radius: 5px;
}
.no-data-found h3 {
  text-transform: uppercase;
  font-size: 13px;
}
.add-user-form {
  margin: 10px 0 0;
  display: flex;
  flex-direction: row;
}
.add-user-form .form-group {
  flex-grow: 1;
}
.add-user-form .form-control {
  height: 40px;
  min-height: 40px;
  margin-top: 40px;
}
.add-user-form .form-btn {
  max-width: 70px;
  width: 50%;
}
.add-user-form .form-btn .btn {
  min-height: 40px;
  margin-top: 40px;
}
.remvIcon {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 18px;
}
.remvIcon:hover {
  color: #00f;
  cursor: pointer;
}
.btn.add-list-to-automation {
  width: max-content;
  padding: 7px 10px;
  float: right;
  position: absolute;
  margin-top: 20px;
}
.div-add-contact-list {
  float: left;
  width: 100%;
  top: 10px;
  position: relative;
}
.invite-participent,.invite-user-participent {
  margin-top: 15px;
  position: absolute;
  right: 30px;
}

.deleteParticpent path {
  fill: #fff;
}
.participant-button {
  background: #eee;
    border: 0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
}
.participant-button.participant-muted{
  background: #2040d4;
  opacity: .5;
}
.participant-button.participant-unmuted{
  background: #2040d4;
}
.participant-button.participant-status-hold{
  opacity: .5;
  background: #000000;
}
.participant-button.participant-status-unhold{
  background: #000000;
}
.participant-button.participant-muted path,.participant-button.participant-unmuted path{
  fill: #fff;
}
.participant-button.participant-status-hold path, .participant-button.participant-status-unhold path{
  fill: #fff;
}

.participant-wrapper {
  display: flex;
    justify-content: space-between;
    flex-grow: 1;
}
.participant-button-wrapper{
  display: flex;
}
.choose-contact {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  background: #D11D27;
  padding: 2px 10px;
  border-radius: 5px;
}
.resultsKeyUp {
  width: 100%;
  position: relative;
  top: -20px;
  float: left;
}
.NameItmsSer {
  width: 75%;
  float: left;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
.actndBtn {
  width: 9%;
  float: right;
}
.choose-contact:hover {
  background: #096dc3;
  cursor: pointer;
}
.addNewBtn {
  background: #f5f7fc !important;
  color: #000 !important;
}
.failedResult {
  border: 1px solid #69748a;
  width: max-content;
  padding: 3px 10px;
  border-radius: 3px;
  background: #69748a;
  color: #fff;
  position: relative;
  margin-top: -5px;
}
.email-template .content {
  margin: 0px !important;
}
.email-template .card-footer .btn {
  background: #4e5465;
  border-radius: 45px;
  border: 0;
  color: #fff;
  padding: 5px 15px;
  margin: 2px !important;
}
.mr-4{
  margin-right: 4px !important;
}
.card-new .copy-btn {
  position: relative;
  padding: 10px;
  width: max-content;
  height: 28px;
  border: 0;
  outline: none;
  border-radius: 10px;
  background-color: #1b6eee;
  cursor: pointer;
  color: #fff;
  transition: 0.3s ease-in-out !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-new .copy-btn:hover {
    background: #1342dd !important;
    border: 1px solid #1342dd !important;
    color: #fff !important;
}
.analytics .copy-btn {
  height: 35px !important;
}
.user-box .user-profile-img{
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #D11D27;
  color: #fff;
  margin-right: 5px;
}
.panel-box .share-with-info {
  position: absolute;
  margin-top: 46px;
  float: left;
  display: flex;
  font-size: 12px;
  margin-left: 4px;
}
.actnCntt {
  width: 100%;
  float: left;
  background: #f5f5f7;
  padding: 5px 4px;
  color: #0a9c51;
  max-height: 195px;
  overflow: scroll;
}
.existAutmns li {
  list-style: none;
  border: 1px solid;
  padding: 0 5px;
  width: max-content;
  border-radius: 5px;
  float: left;
  margin-bottom: 2px;
  margin-right: 13px;
}
.existAutmns li:hover {
  cursor: pointer;
  background: aliceblue;
}
.addAutmatnBtn {
  background: #0a9c51 !important;
  border-color: #0a9c51 !important;
}
.itmeAutnmtnDiv {
  padding: 5px 7px 5px 3px;
  border: 1px solid #e8e8e8;
  margin: 5px 0;
}
.itmeAutnmtnDiv:hover {
  background: #f5f7fb;
}
ul.nonListsAutmtns {
  float: left;
  width: 100%;
}
span.remveAutmnt {
    position: relative;
    top: -10px;
    left: 10px;
    background: #2642dc;
    padding: 0px 6px;
    border-radius: 5px;
    color: #fff;
}
.wrapper-bottom-sec .btn-mini-group.dropdown-default .btn.dropdown-toggle {
  text-align: center;
  padding-right: 6px;
  min-width: inherit;
  width: 35px;
  margin-left: 2px;
}
.end-conference{
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
}

.modal-header
{
  background-color: #D11D27;
  margin: 0 -1px -1px -1px;
}
.chatSmsQciBtns,.chatSmsQciBtns:hover {
  background: none !important;
  color: #000 !important;
}
.lead-automation-count {
  border-radius: 5px;
  background: #b1b7c3;
  color: #fff;
  padding: 0 8px;
  font-weight: 700;
}
.text-left{
  text-align: left !important;
}
.eachPhoneList {
  width: 100%;
  line-height: 39px;
  float: left;
  margin: 0 0 10px;
  padding: 0 0 10px;
  background: #fdfeff;
  border: 1px solid #f0f4f9;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dsbrd_phone-content,
.dsbrd_phone-text {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(100% - 60px);

}
.dsbrd_phone-content {
  flex-flow: row;
  max-width: calc(100% - 60px);
}

@media (max-width: 2019px) {
  .dsbrd_phone-no {
    flex: 1 0 50%;
  }
  .dsbrd_phone-date {
    flex: 1 0 100%;
    justify-content: flex-start !important;
    margin-left: 0;
    font-size: 13px;
    margin-right: 0 !important;
  }
  .dsbrd_phone-content .dsbrd_phone-date {
    color: #626262 !important;
  }
  .dsbrd_phone-no {
    line-height: 13px;
    font-weight: 700;
    margin-right: 0 !important;
  }
  .dsbrd_client-name {
    line-height: 18px;
    margin-right: 0 !important;
  }
  .phnemnubrsDi {
    min-height: 505px !important;
  }
  .panel.dashbrdGrflp {
    height: 455px !important;
  }
}

.phnemnubrsDi ._heading h4 {
  width: auto;
}


.dsbrd_phone-icon {
  width: 35px;
  float: left;
  height: 35px;
  background: #D11D27;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  border-radius: 100%;
  margin: 0 10px 0 0;
  min-width: 35px;
}
.dsbrd_client-name {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 25px;
  flex-grow: 1;
  padding-right: 135px;
  line-height: 18px;
  min-width: 100%;
}
.dsbrd_phone-row {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
@media (max-width: 1920px) {
  .dsbrd_phone-row {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .dsbrd_client-name {
    padding-right: 0;
  }
}
.dsbrd_phone-no {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 15px 0 0;
  max-width: 135px;
  min-width: 135px;
  line-height: 18px;
}
.dsbrd_phone-no i {
  color: #40ca55;
  font-size: 17px;
  margin: 0 0 0 3px;

}
.dsbrd_phone-date {
  width: 100%;
  display: flex;
  margin-right: 10px;
  line-height: 18px;
  justify-content: flex-start;
  align-items: flex-start;
  white-space: nowrap;
}
.dsbrd_phone-setting {
  width: 25px;
  display: flex;
  font-size: 24px;
  align-items: center;
  margin-right: 4px;
}
.voice-history-card-row .view-button {
  position: absolute;
  right: 20px;
}
.voice-history-card-row .action-content {
  width: 100%;
  float: left;
  background: #f5f5f7;
  padding: 5px 4px;
  color: #0a9c51;
  max-height: 195px;
}
.voice-history-card-row .participants {
  margin-left: 15px;
  padding-right: 10px;
  margin-top: 10px;
}
.voice-history-card-row .participants li {
  list-style: none;
  border: 1px solid;
  padding: 0 5px;
  width: max-content;
  border-radius: 5px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.voice-history-card-row .participants li:hover {
  cursor: pointer;
  background: aliceblue;
}
.video-room-name{
  word-break: break-all;
  line-height: 37px !important;
}
.lineActivePhne{
  background: #00aa00;
  color: #fff;
}
.align-break-text
{
  width: 100%;
  display: inline-block;
  word-break: break-all;
  white-space: normal;
  text-align: left;
}
.voice-history-card-row .participants-collapse {
  position: absolute;
  top: 94%;
  left: 0px;
  right: -1px;
  z-index: 111113;
  overflow: scroll;
}
.unsubscribeSms{
  margin-left: 5px;
}
.fw-boldest {
  font-weight: 700 !important;
}
.bgi-size-contain {
  background-size: contain;
}
.bgi-position-x-center {
  background-position-x: center;
}
.bgi-no-repeat {
  background-repeat: no-repeat;
}
.h-200px {
  height: 163px !important;
}
.mb-2 {
  margin-bottom: 2rem;
}
.btnsnews i {
  font-size: 30px;
}
.btnsnews a {
  margin-right: 20px;
  background: #0c91dc;
  color: #fff;
}
.phnemnubrsDi{
  min-height: 440px;
  max-height: 417px;
  overflow: hidden;
}
._heading h4 {
  width: 70%;
  float: left;
}
._heading a {
  width: max-content;
  float: right;
  background: #366bb2;
  color: #fff;
}
._heading a:hover {
  background: #0046a5;
  color: #fff;
}
._heading {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.savedTag{
  margin-top: 4px;
  margin-bottom: 2px !important;
  width: max-content;
}

.campaignReport .count {
  position: absolute;
  right: 20px;
}

.subscriptionForm .pakgs {
  width: 100%;
  float: left;
}
.subscriptionForm .itmPckg {
  width: 32%;
  background: #4b79dc;
  float: left;
  height: 90px;
  line-height: 90px;
  margin-right: 1%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 32px;
  -webkit-box-shadow: 4px 4px 24px -7px rgba(0,0,0,0.73);
  -moz-box-shadow: 4px 4px 24px -7px rgba(0,0,0,0.73);
  box-shadow: 4px 4px 24px -7px rgba(0,0,0,0.73);
}
.subscriptionForm .itmPckg:hover {
  background: #244ba0;
}
.itmPckg.selctdBrdr {
  border: 3px solid #892bd2;
  border-radius: 3px;
}
.cycleItmDi {
  width: 24%;
  float: left;
  background: #004640;
  margin-right: 1%;
  text-align: center;
  height: 90px;
  color: #fff;;
  cursor: pointer;
  padding-top: 5px;
  font-size: 17px;
}
.cycleItmDi:hover {
  background: #047f7f;
  color: #fff;
}
.cycleItmDi.selctdBrdr {
  background: #6e8669;
  color: #fff;
  border: 4px solid #4b79dc;
}
.cycleAmtt {
  font-weight: bold;
  font-size: 30px;
}
.trailMode {
  width: max-content;
  /* position: sticky; */
  top: 18px;
  min-height:22px;
  background: #ba0505;
  color: #fff;
  z-index: 9999;
  margin-left: 10px;
  padding: 0 15px;
  font-size: 13px;
  padding: 4px 7px 4px;
}
.couponBox {
  width: max-content;
  margin-bottom: 22px;
  border: 2px solid #08a308;
  padding: 10px 100px 0 5px;
  font-size: 17px;
  border-radius: 7px;
  font-style: italic;
}
.couponBox div {
  line-height: 40px;
}
.couponBox span {
  font-style: initial !important;
  font-size: 22px;
  font-weight: bold;
  color: #c40000;
}
@media (max-width: 1600px) {
  .dsbrd_phone-text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dscntAmt {
  color: #00ab00 !important;
}
.dscntAmt span {
  color: #00ab00 !important;
}
.couponBox i {
  color: #08a308;
  padding-left: 10px;
}
.cpnAplied {
  border-bottom: 1px solid darkgray;
}
.contact-notes-count{
  content:attr(data-notes_count);

  position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f4456c;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.wb{
  word-break: break-all;
}
.chat-app-form.message_write .display_attachment.image-display {
  bottom: 100%;
  height: auto;
  opacity: 0.9;
}
.spacing {
  white-space: pre-wrap;
}
.search-form-history .history-search {
  height: 42px;
}
.coupon-icon-container {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}
.coupon-icon {
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 2px;
}
.coupon-info {
  display: inline-block !important;
  margin-top: 10px;
  color: #cd1f47;
}
.coupon-error {
  display: inline-block !important;
}
.chat-app-window .chat_area p {
  font-size: 14px;
  max-width: 345px;
  margin: 0 auto;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  word-break: break-all;
  max-width: 98%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.call-no-data {
  width: 20%;
  margin-top: 30px;
}
.chat-wrapper .emojiPickerIconWrap .emoji_text {
  padding-right: 25px;
}
.text-break {
  word-wrap: break-word;
  max-width: 345px;
  margin: 0 auto;
}
.input-dailpad-container {
  display: none;
}
.digit-input {
  display: flex;
  padding: 10px 0;
  width: 33.33333%;
  cursor: pointer;
  justify-content: center;
}
.onee{
  position: relative;
  }
  .close2.onee{
    top: -10px;
    left: initial;
    right: -20px;
    height: 30px;
    line-height: 20px;
  }

.close2{

    position: absolute;
    top: 395px;
    left: 243px;
    font-size: 32px;
    cursor: pointer;
    color: #626262;
  }

.close1 {
  position: absolute;
  top: 0px;
  left: 235px;
  font-size: 32px;
  cursor: pointer;
  color: #626262;
}

.status-ribbon{
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 10px; /* the top offset */

  position: absolute;

  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path:
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
  background: #0CC1B2;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  color: #fff !important;
  top: 50px;
  font-size: 13px !important;
  line-height: 29px  !important;
}

.ivr-ribbon {
  top: 56px !important;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0s ease-out;
    -o-transition: -o-transform 0s ease-out;
    transition: transform 0s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}
.quick-menu .dropdown > a svg {
  margin: 10px 20px 0 0;
}
.quick-menu .dropdown-menu  {
  min-width: 360px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.quick-menu .dropdown-menu h4 {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  margin: 0;
}
.quick-menu .dropdown-menu li {
  min-width: 33.33333333%;
  display: flex;
  min-height: 100px;
  border: 1px solid #F5F7FB;
}
.quick-menu .dropdown-menu li a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0 !important;
}
.quick-menu .dropdown-menu li a:hover {
  background: #F5F7FB;
  color: #5a627b;
}
.quick-menu .dropdown-menu li a i {
  width: auto;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-nav-menu, .nav-tabs {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #dce1e9;
  width: 100%;
  margin: 0 0 10px;
  display: inline-block;
}
.nav-tabs li,
.tab-nav-menu li {
  float: left;
  font-size: 15px;
  font-weight: 700;
  margin-right: 20px;
}
.nav-tabs li a,
.tab-nav-menu li a {
  padding: 0 10px 7px 10px;
  display: inline-block;
  background: transparent;
  border: 0 !important;
}
.nav-tabs li.active a,
.nav-tabs li a:hover,
.nav-tabs li a:focus,
.tab-nav-menu li.active a,
.tab-nav-menu li a:hover,
.tab-nav-menu li a:focus {
  color: #D11D27 !important;
  background: transparent !important;
  border-bottom: 2px solid #D11D27 !important;
  margin-bottom: -1px;
}
.tab-nav-menu li.btn-right {
  margin: 0;
  padding: 0;
}
.alert-card .status-row {
  padding: 10px 20px;
}
.alert-card .status-row label {
  display: block;
  font-size: 10px;
  color: #bac0ce;
  text-transform: uppercase;
  margin: 7px 0 0px;
  line-height: 10px;
}
.alert-card .status-row p {
  font-size: 14px;
  color: #454e62;
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.alert-card .card-footer .alert-button-right {
  display: flex;
  margin-left: auto;
}
.alert-card .phone-card-head {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e8edfd;
  padding: 10px 10px;
  flex-grow: 1;
  align-items: center;
}
.alert-card .card-footer .btn {
  background: #4e5465;
  border-radius: 45px;
  border: 0;
  color: #fff;
  padding: 3px 10px;
  font-size: 10px;
}
.attachment-title {
  position: absolute;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.container-fixed {
  max-width: 1400px;
  margin: 0 auto;
}

.btn-wrap.btn-right .btn {
  padding: 5px 15px !important;
}

.invoice-wrapper {
  background-color: rgb(255, 255, 255);
  color: rgba(76, 78, 100, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 10px;
  background-image: none;
  overflow: hidden;
  box-shadow: rgb(76 78 100 / 22%) 0px 2px 10px 0px;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  margin: 45px auto;
  font-size: 15px;
}
.invoice-wrapper .bill-logo img{
  max-width: 160px;
  margin: 0 0 15px;
}
.invoice-header {
  padding: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(76, 78, 100, 0.12);
}
.invoice-wrapper p {
  margin: 0 0 10px;
  padding-right: 77px;
}
.invoice-header table {
  float: right;
}
.invoice-header table td{
  float: right;
}

.invoice-body {
  padding: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(76, 78, 100, 0.12);
  margin: 0;
}
.invoice-table-row {
  width: 100%;
  border-bottom: 1px solid rgba(76, 78, 100, 0.12);
}
.invoice-table-row table {
  width: 100%;
}
.invoice-table-row table th,
.invoice-table-row table td {
  padding: 10px 30px;
  border-bottom: 1px solid rgba(76, 78, 100, 0.12);
}
.invoice-table-row table tr:last-child td {
  border: 0;
}
.invoice-table-row table tr > td:last-child,
.invoice-table-row table tr > th:last-child {
  text-align: right;
  width: 150px;
}
.total-row {
  margin: 0 -15px;
}
.total-row p {
  padding-right: 15px;
}
.total-row .col-lg-10 {
  padding-right: 0;
  width: 90%
}
.total-row .col-lg-2 {
  width: 10%
}
.invoice-footer {
  padding: 25px 30px;
}
.invoice-footer-note {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: rgba(76, 78, 100, 0.87);
  border-top: 1px solid rgba(76, 78, 100, 0.12);
  margin: 25px -30px 0;
  padding: 20px 30px;
}

.invoice-footer-btn-box {
  float: right;
}
.invoice-header h6 {
  letter-spacing: 0.15px;
  color: rgba(76, 78, 100, 0.87);
  font-size: 22px;
  white-space: nowrap;
}

.invoice-header p {
  margin: 0 0 5px;
  padding-right: 0px !important;
}
.invoice-body h6 {
  letter-spacing: 0.15px;
  color: rgba(76, 78, 100, 0.87);
  font-size: 18px;
}
.invoice-body table tr td:first-child {
  width: 110px;
}
.invoice-footer h6 {
  font-size: 15px;
}
.footer-btn-box {
  float: right;
}
.footer-btn-box .btn:first-child {
    color: #ffffff;
    background-color: #69748a;
    border-color: #69748a;
}
.footer-btn-box .btn:last-child {
  color: #ffffff;
  background-color: #0dac59;
  border-color: #0cab59;
}
.empty-chat-card .card-body {
  align-items: center;
  text-align: center;
  margin: 27px;
}
.empty-chat-card img {
  width: 14%;
  margin-bottom: 15px;
}
.chatbot-search-icon{
  position: absolute;
  right: 15px;
  top: 6px;
  color: #8a8a8a;
}
.chatbot-search-button
{
    appearance: none;
    background: #00000014;
    border: 0;
    color: inherit;
    font: inherit;
    outline: 0;
    padding: 1px 10px;
    border-radius: 23px;
}
.answer-div{
  display:flex;
}
.email-form-group{
  display: none;
}
.sms-form-group{
  display: none;
}
.new-call-alert-wrapper {
  position: fixed;
  width: max-content;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000000;
  display:none;

}

.new-call-alert {
  padding: 0 0 0 10px;
  border-radius: 0px 0px 18px 18px;
  background: #000100;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
}
.new-call-alert p {
  padding: 0;
  margin: 0 20px;
  color: #9898a7;
  font-size: 13px;
}
.new-call-alert .left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.new-call-alert .call-controlls {
  margin: 0;
}
.new-call-alert .call-controlls .btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 10px 0 0;
}
.new-call-alert  .newIncomingNumber{
  display: block;
  color: #eaeaea;
  font-weight: 700;
  font-size: 16px;
}
.call-animation {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100%;
  animation: play 2s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}


@keyframes play {

    0% {
        transform: scale(.5);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.1);
    }

}

.status-bill {
  padding: 1px 10px;
  border-radius: 6px;
  float: right;
  font-size: 15px;
}
.status-bill.paid {
    color: #267326;
    background: #ecf3ec;
    border: 1px solid #80a983;
}
.status-bill.pending {
    color: #BE4B4B;
    background: #FFF7F7;
    border: 1px solid #C77676;
}
#muteAudioBtn{
  display: none;
}
.public-join-btn{
  margin: 0 0 15px !important;
}
#menu-toggle {
  display: none;
}
#qr-create-menu {
  display: none;
}
#list-edit-menu {
  display: none;
}
#list-create-menu {
  display: none;
}
ul.drawer {
  position: fixed;
  bottom: 0;
  top: 0;
  right:0;
  width: 500px;
  height: 100vh;
  background-color: #fff;
  transform: translateX(500px);
  transition: 0.3s;
  list-style: none;
  z-index: 10000000;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, .05);
}
#menu-drawer {
  width: calc(20% - 50px);
  transform: translateX(calc(100% + 2px));
}
ul.drawer li {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}
ul.drawer li a {
  display: block;
  padding: 1em;
  text-align: left;
  color: #777;
  text-decoration: none;
}
ul.drawer li a:hover {
  background-color: #eee;
}
ul.drawer .close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f5f7fb;
  border-radius: 100%;
  display: inline-block;
  right: 10px;
  top: 10px;
  opacity: 1;
  text-align: center;
  line-height: 32px;
  color: #868790;
}
ul.drawer .close label {
  margin: 0;
}
#qr-create-menu:checked ~ ul {
  transform: translateX(0);
}
#list-create-menu:checked ~ ul {
  transform: translateX(0);
}
#menu-toggle:checked ~ ul {
  transform: translateX(0);
}
.department-team-card {
  height: 120px;
  padding: 15px;
}
.department-team-card .card-footer {
  padding: 8px 15px;
}
.department-team-card .phone-card-head {
  padding: 15px 15px;
}
.department-team-card .manager-ribbon {
   margin-top: 26px !important;
}

.sub-expire {
  background: url(../img/expire-vector.png) #C13449 right center no-repeat;
  overflow: hidden;
  color: #fff;
  border-radius: 15px;
  padding: 15px 20px;
}
.sub-expire h5 {
  color: #fff;
  font-weight: 700;
}
.pannel.user-list-dash  .sub-expire .btn {
  border-radius: 5px;
  background: #000;
  color: #fff;
  border: 0;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0;
}
#publicCapturescreen{
  display: none;
}
#publicStopscreencapture{
  display: none;

}
.shared-contact-ribbon {
  margin-top: 37px !important;
  background: #ba89b6 !important
}
.expiry-row .status-ribbon {
  width: auto !important;
  padding-right: 20px;
}
.ivrCard .expiry-row .status-ribbon {
  top: 55px;
}
.tooltip-style.tooltip-style {
  display: inline-block;
}


.contacts-container ul {
  list-style: none;
}
.contacts-container .panel {
  padding: 25px;
}
.contacts-container .panel .heading {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.contact-listing ul li {
  margin: 0 -10px;
}
.contact-listing ul li a {
  display: flex;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 1px;
}
.contact-listing ul li a:hover {
  background: #F5F7FB;
}
.contact-listing ul li.active a,
.contact-listing ul li.active a:hover {
  background: #2141D5;
}
.contact-listing ul li.active a .name {
  color: #fff;
}
.contact-listing ul li.active a .email {
  color: #c6cede;
}
.contact-listing ul li .img {
  margin: 0 10px 0 0;
}
.contact-listing ul li .name {
  font-weight: 700;
  line-height: 16px;
  margin: 4px 0 0;
  color: #181C32;
  font-size: 13px;
}
.contact-listing ul li .email {
  line-height: 17px;
  font-size: 13px;
  color: #959DAF;
}
.contact-menu ul li {
  position: relative;
}
.contact-menu ul li a {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  background: #F5F7FB;
  border-radius: 10px;
  border: 1px solid #F5F7FB;
  align-items: center;
  margin: 0 0 10px;
}
.contact-menu ul li.active a .group-name span {
  color: #2141d5;
}
.contact-menu ul li a:hover {
  background: #fff;
  border: 1px solid #eaedf4;
  box-shadow: 0px 3px 22px #e7e8ed;
  color: #565860;
}
.contact-menu ul li a .button-menu {
  width: 23px;
  height: 23px;
  background: transparent;
  border-radius: 100%;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-menu ul li.group-option-open a .button-menu {
  background: #D3DAE6 !important;
}
.contact-menu ul li a .button-menu:hover  {
  background: #D3DAE6;
}
.contact-menu ul li a .button-menu:hover svg circle  {
  fill: #000;
}
.contact-menu ul li a .group-name {
  display: flex;
  align-items: center;
  line-height: 13px;
  font-weight: 500;
  max-width: calc(100% - 103px);
}
.contact-menu ul li a .group-name span {
  height: 18px;
  min-width: 18px;
  padding: 2px;
  text-align: center;
  background: #ddd;
  border: 1px solid;
  display: inline-block;
  /* margin-left: 7px; */
}
.contact-menu input:checked + .sliderC:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.contact-menu ul li.active a,
.contact-menu ul li.active:hover a {
  background: #2141D5;
  color: #fff;
}
.contact-menu ul li.active a .sliderC {
  background: #fff;
}
.contact-menu ul li.active a input:checked + .sliderC {
  background: #0cc1b2;
}
.contact-menu ul li.active a input:checked + .sliderC:before{
    background: #fff;
}
.contact-menu ul li.active a .sliderC:before {
  background: #181C32;
}
.contact-menu ul li.active a .button-menu {
  background: rgba(0, 0, 0, .17);
}
.contact-menu ul li.active a .button-menu svg circle {
  fill: #fff;
}
.panel-profile {
  background: #2141D5;
  padding-top: 10px;
}
.panel-profile .heading {
  align-items: center;
  display: flex;
  color: #fff;

}
.panel-profile .heading h4 {
  color: #fff;
  margin: 0;
  font-size: 22px;
}
.panel-profile .heading .btn {
  border-radius: 35px;
  padding: 4px 15px;
  margin: 0 5px 0 0;
}
.profile-wrapper {
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  margin: 20px 0 0;
  overflow: hidden;
}
.profile-wrapper .profile-img {
  display: flex;
  padding: 0 20px;
}
.profile-wrapper .profile-img .img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.profile-wrapper .profile-content {
  flex-grow: 1;
  display: flex;
}
.profile-text-wrap {
  display: flex;
  flex-direction: column;
}
.profile-text {
  display: flex;
  font-size: 13px;
  color: #2C3343;
  margin: 5px 0;
}
.profile-text i {
  height: 25px;
  width: 25px;
  border: 1px solid #F5F7FB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 10px;
}
.profile-additional-fields,
.profile-text-wrap  {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.profile-additional-fields {
  border: 1px solid #F5F7FB;
  padding: 20px;
  border-radius: 15px;
}

.profile-additional-fields label {
  font-weight: 700;
  color: #959DAF;
  margin: 8px 0 0;
  line-height: 16px;
}
.profile-additional-fields p {
  margin: 0;
}
.profile-additional-fields h5 {
  margin: 0;
  font-weight: 700;
  color: #181C32;
}
.webkit-arrow{
  -webkit-appearance: listbox !important
}
.profile-additional-fields .btn {
  background: #181C32;
  border-radius: 5px;
  width: 30px;
  flex-grow: 0;
  padding: 3px 2px;
  border: 0;
  margin: 5px 0 0;
}
.profile-button-row {
  margin: 20px -8px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 1px solid #FFF4;
}
.profile-button-row .profile-button {
  padding: 0 8px;
  width: 12.5%;
  display: flex;
  flex-direction: column;
}
.profile-button-row .profile-button .btn {
  padding: 0;
  width: 100%;
  min-height: 60px;
  border-radius: 15px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.profile-button-row .profile-button .btn:hover {

  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.5) !important;
}
.profile-button-row .profile-button .btn span {
  display: block;
  line-height: 16px;
  margin: -3px 0 0;
  font-size: 10px;
}
.profile-button-row .profile-button i {
  height: 25px;
  width: 20px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-self: center
}
.profile-button-row .profile-button i svg {
  margin: 0 auto;
}
.activitis-row h3 {
  color: #181C32;
  font-size: 20px;
  font-family: 700;
}
.activitis-row h5 {
  color: #181C32;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  padding: 12px 15px;
  margin: 0;
}
.activitis-row .panel {
  padding: 0;
  background: #E9ECF2;
  border: #E2E3EA 1px solid;
}
.activitis-row .panel-in {
  background: #fff;
  border-radius: 15px;
  padding: 5px 15px;
}
.activitis-row .contact-listing ul li a{
  padding: 5px 10px;
}
.activitis-row .read-more {
  text-align: center;
  font-weight: 700;
  display: block;
  font-size: 12px;
  padding: 3px;
  color: #181C32;
}
.call-history-ls .left {
  display: flex;
  flex-direction: row;
}
.call-history-ls li a {
  justify-content: space-between;
}
.call-history-ls i {
  display: flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #eee;
  border-radius: 100%;
}
.call-history-ls .missed i {
  background: #FFF0F0;
}
.call-history-ls .outgoing i {
  background: #FDEBDB;
}
.call-history-ls .incoming i {
  background: #E4F4E2;
}
.sms-history-ls .line {
  width: 5px;
  height: 34px;
  border-radius: 5px;
  margin: 3px 15px 3px 0;
  background: #7BBA73;
}
.call-history-ls .inbox i {
  background: #E8FCE5;
}
.call-history-ls .inbox .line {
  background: #7BBA73;
}
.call-history-ls .sent i {
  background: #E5EDFC;
}
.call-history-ls .sent .line {
  background: #7673BA;
}
.email-history-ls li {
  position: relative;
}
.email-history-ls .left {
  flex-direction: row;
  display: flex;
}
.email-history-ls .status {
  position: absolute;

  right: -5px;
  bottom: 0;
  padding: 0 6px;
  border-radius: 10px 0 0 10px;
  font-size: 10px;
}
.email-history-ls .status.delivered {
  color: #50A845;
  background: #E4F5E2;
}
.email-history-ls .status.bounced {
  color: #E65353;
  background: #F5E2E4;
}

.activitis-row .row {
  margin: 0 -10px;
}
.activitis-row .col-md-4 {
  padding: 0 10px;
}
.top-btn-right {
  display: flex;
  justify-content: flex-end;
  margin: 0 ;
}

.top-btn-right .btn-right .btn {
  background: #181C32;
  color: #fff;
  border-radius: 35px;
}

.groups-option-wrap {
  background: #fff;
  border: 1px solid #f5f7fb;
  box-shadow: 0px 6px 22px #b7bec9;
  position: relative;
  border-radius: 10px;
  display: flex;
  position: absolute;
  top: 100%;
  margin-top: 11px;
  width: 100%;
  padding: 3px;
}
.groups-option-wrap:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 20px;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.groups-option-wrap a {
  width: 50px;
  margin: 0 5px 0px 0 !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  margin: 0 0 5px;
}
.groups-option-wrap a:hover {
  background: #2141D5 !important;
}
.groups-option-wrap a:hover svg path {
  fill: #fff;
}
.group-list .groups-option-wrap {
  display: none;
}
.group-option-open {
  z-index: 3;
}
.group-list.group-option-open .groups-option-wrap {
  display: flex;
}



.search-box{
    position: absolute;
    top: -10px;
    right: 0;
    transform: translate(0,0);
    height: 32px;
    line-height: 40px;
    padding: 0;
    border-radius: 60px;
    padding: 1px;
}
.search-input{
    background: #f5f7fb;
    color: #60626c;
    outline: none;
    border: none;
    line-height:40px;
    width: 0px;
    float: right;
    font-size:14px;
    transition: 0.7s ease;
    font-family:sans-serif;
    border-radius: 35px;
    padding: 2px 15px;
    height: 32px;
    border: 1px solid #fff;
}
.search-btn{
    display:flex;
    justify-content: center;
    align-items: center;
    text-decoration:none;
    padding: 0;
    border-radius: 50%;
    float: right;
    color: #ff5722;
    transition: 0.4s ease;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 2px;
    top: 2px;
    background: #fff;
}
.search-box:hover > .search-input{
    width: 280px;
    margin: 0px;
    border: 1px solid #e9ecf2;
}
.search-input:focus{
    width: 240px;
    margin: 0px 8px;
    padding: 2px 25px;
}
.search-box:hover > .search-btn{
    background: #fff;
}
.search-input:focus + .search-btn{
    background: #fff;
}



.carousel__content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.carousel__container {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.carousel__container::-webkit-scrollbar {
  display: none;
}
.carousel__slide {
  min-width: 90%;
}
.card__description {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.card__description img {
  width: 20px;
}
.card__description span {
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
}
.card__description span.fire {
  background-color: orange;
}
.card__description span.psychic {
  background-color: rgb(146, 100, 108);
}
.card__description span.electric {
  background-color: rgb(231, 210, 88);
}
.card__description span.rock {
  background-color: rgb(114, 102, 32);
}
.card__description span.grass {
  background-color: rgb(32, 114, 69);
}

.card__inner {
  box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
  flex-direction: column;
  row-gap: 0.5rem;
  height: 300px;
  border-radius: 15px;
  background-color: #fff;
  padding: 2rem 4rem;
}
.card__inner h4 {
  font-size: 1.5rem;
  margin: 0;
  color: rgb(170, 155, 155);
}
.card__image img {
  max-height: 150px;
  margin-bottom: 1rem;
}
.arrow-nav {
  display: none;
  position: absolute;
  border-radius: 50%;
  top: -35px;
  background-color: rgba(3, 101, 214, 0.664);
  padding: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.arrow-nav i {
  font-size: 1.5rem;
  color: #fff;
}
.arrow-nav.arrow--right {
  right: 10px;
}
.arrow-nav.arrow--left {
  right: 45px;
}

@media screen and (min-width: 1180px) {
  .carousel__slide {
    min-width: 33.33%;
    scroll-snap-align: center;
    padding: 0 10px;
    position: relative;
  }
  .arrow-nav {
    display: flex;
  }
}

.add-group-wrap {
  margin: 0 -19px -19px;
  background: #F5F7FB;
  padding: 15px 20px 20px;
  border-radius: 10px;
}
.add-group-wrap .title {
  font-weight: 500;
  color: #6C7A98;
  font-size: 14px;
}
.add-group-wrap .form-control {
    border: 1px solid #EAEDF4;
    padding: 5px 50px 5px 20px;
}
.add-group-wrap form {
  position: relative;
}
.add-group-wrap form .btn,
.heading .add-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  background: #D6DCE8;
  height: 22px;
  width: 22px;
  padding: 2px;
  border: 0;
  border-radius: 6px;
}
.heading .add-btn {
  right: 40px;
  top: -4px;
}

.subscription-body{
  overflow: visible;
  height: 300px;
  max-height: 300px;
}
.note-btn.active, .note-btn:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.eachPhoneList.tooltip-style{
    display: flex;
}

.ticket-admin-thumb {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  float: left;
  margin-right: 10px;
  background: #1342dd;
  line-height: 38px;
  text-align: center;
  color: #fff;
}

.single-support-reply.client .ticket-admin-thumb {
  margin-left: 15px;
  margin-right: 0;
  float: right;
}
.group_add{
  float: right;
}
.automation-footer{
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 14px
}
.avatar-cards .avatar.blank {
  background-color: #153fca;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
}
.qr-code-cards .card-content {
  padding: 15px;
}
.qr-code-cards .phone-card-head .content {
  margin: 0px;
}
.qr-code-cards .phone-card-head .user-text img {
  width: 100%;
  max-width: 200px;
  object-fit: contain;
}
.qr-code-drawer .panel-heading {
  padding: 20px;
  background: #D11D27;
  color: #fff;
}
.qr-code-drawer .panel {
  padding: 0px;
}
.qr-code-drawer .qr-row {
  margin-top: 60px;
}
.qr-code-drawer .error {
  font-size: 13px;
}
.qr-code-drawer input.error {
  border: 1px solid #cd1f47;
}
.qr-code-drawer #qr-image {
  margin-top: 40px;
  width: 100%;
  max-width: 200px;
}
.sharedCard .card-content {
  background: #18c2a7;
  color: #fff;
}
.sharedCard .name-wrap {
  color: #fff;
}
.sharedCard .lead-automation-count {
  background: #fff;
  color: #3730ef;
}
.chat-card {
  --bs-card-spacer-y: 1rem;
  /* --bs-card-spacer-x: 1rem; */
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: rgba(0,0,0,.125);
  --bs-card-border-radius: 1rem;
  --bs-card-box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
  --bs-card-inner-border-radius: 1rem;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #fff;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.shadow-blur {
  box-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(0,0,0,.05) !important;
}
.blur {
  box-shadow: inset 0 0 2px #fefefed1;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  backdrop-filter: saturate(200%) blur(30px);
  background-color: hsla(0,0%,100%,.8) !important;
}
.chat-card .card-header {
  padding: 25px 25px 25px;
}

.chat-card .card-header h6 {
  font-size: 18px;
  font-weight: 700;
}

.chat-card .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.p-2 {
  padding: 2px !important;
}

.chat-card .card-footer {
  padding: 1.5rem;
  background-color: transparent;
}
.chat-card .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.d-flex {
  display: flex!important;
}
.d-block {
  display: block!important;
}
.align-items-center {
  align-items: center!important;
}

.chat-card .input-group>.form-control, .input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.chat-card .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.chat-card .form-control {
  display: block;
  background: #eef1f7;
  width: 100%;
  padding: 0.5rem 1.75rem;
  font-size: .875rem;
  font-weight: 400;
  border-radius: 25px;
  line-height: 1.4rem;
  color: #495057;
  font-size: 16px;
  background-clip: padding-box;
  border: 0;
  appearance: none;
  border-radius: 25rem !important;
  transition: box-shadow .15s ease,border-color .15s ease;
}

.chat-card  .card-body {
  font-family: Open Sans,sans-serif;
  padding: 1.5rem;
}
.overflow-auto {
  overflow: auto!important;
}

.chat-card .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  padding: 0 25px;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}

.chat-card .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-auto-chat {
  box-shadow: 0px -1px 11px 0px rgb(247 247 247);
  border-radius: 0;
  margin: 10px 10px 10px 10px;
}
.chat-card {
  box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
}
.bg-gray-200 {
  background-color: #e9ecef !important;
}
.card-message {
  border-radius: 0 20px 20px;
  padding: 5px;
  background: #E4E6EB;
  color: #050505;
  display: inline-block;
}
.text-right .card-message {
  border-radius: 20px 0 20px 20px;
  background-color: #D11D27 !important;
  color: #fff;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.text-sm  {
  font-size: .875rem!important;
}
.text-sm {
  line-height: 1.5;
}
.align-items-center {
  align-items: center!important;
}
.justify-content-end {
  justify-content: flex-end!important;
}
.opacity-6 {
  opacity: .6!important;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.mr-10{
  margin-right: 0.25rem !important;
}
.ml-10{
  margin-left: 0.25rem !important;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}
.overflow-auto {
  overflow: auto!important;
}
.chat-card .chat-thread{
  border-top: 1px solid #eef1f7;
  min-height: 24px;
  padding: 10px 8px;
}
.chat-card .chat-thread div{
  color: #ddd;
  flex-direction: row;
  justify-content: space-between;
}
.chatbot-action-container {
  display: flex;
}
.chatbot-action-container .cb-icon {
  margin: 0 0 3px;
}
.chat-card-body .badge {
  background-color: #eef1f6;
  color: #7c848e;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  line-height: 25px;
  padding: 0;
  margin: 0 0 0 5px;
}
.chat-card .div-chat-wrapper p {
  margin: 0;
}
.chat-card .chat-thread:hover{
  background: #eef1f6;
}
.chat-card .chat-user-icon {
  margin: 0 10px 0 0;
  width: 35px;
  height: 35px;
}
.chat-card .ms-3-chat {
  padding: 0;
}
.chat-card .chatName {
  margin: 0;
}
.chat-user-icon{
  width: 30px;
  height: 30px;
}
.ms-3-chat{
  display: flex;
  padding: 10px;
}
.chatName{
  font-size: 16px;
  margin-left: 6px;
  font-weight: 600;
}
.list-action-card .card-content .subtext {
  color: #9397a2;
  font-weight: normal;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 20px);
}
.list-action-card .card-content .phone-card-head .content span.list-title {
  font-weight: 800;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 1499px) {
  .nav-tabs li a, .tab-nav-menu li a {
    padding: 0 0px 7px 0px;
  }
  .nav-tabs li, .tab-nav-menu li {
    margin-right: 15px;
  }

}
.qr-code-drawer .panel-body {
  overflow-y: auto;
  height: calc(100vh - 130px);
}
.modal-body.birthday-modal {
  max-height: 420px;
  overflow: auto;
}
#sendChat {
  position: relative;
}
#sendChat .btn{
  position: absolute;
  z-index: 22;
  right: 0;
  background: #D11D27;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-details-div .col-auto-chat {
  margin: 0;
  width: auto;
    max-width: 100%;
}
.chat-details-div  .chat-card .card-header {
  padding: 10px 25px 0px;
}
.chat-details-div .chat-card .card-body {
  padding: 25px 15px;
}
.chat-details-div .chat-card .form-control {
  padding-right: 50px;
}
.chat-card {
  height: 100%;
}
.chat-details-div{
  height: calc(100vh - 150px);
}
.chat-left-box {
  height: calc(100vh - 150px);
}
.chat-left-box .card-body {
 height: calc(100% - 150px);
 overflow: auto;
}
.m-5{
 margin: 10px;
}
.textmodal{
  width: 80%;
}
.list-survey {
  border: 2px solid #D11D2761;
  border-radius: 6px;
  background: #f5f7fb;
  margin-bottom: 15px;
}
.list-survey.not-valid {
  border: 2px solid #FF9494;
}
.list-survey .remove {
  position: absolute;
  right: 10px;
  line-height: 0px;
  border-radius: 0 4px 0 4px;
  padding: 5.5px 10px;
}
.list-survey .question-rows {
  position: relative;
}
.text-chat-date{
  color: #454e60;
}
.div-chat-wrapper{
  flex-direction: column;
  align-items: flex-start;
}
.hiddenChatItem {
   display: none !important;
}
.fa-btn-bell i {
  color: #cc1e47;
}
.text-sm-fs{
  font-size: 12px !important;
}
.jurney-status-row {
  display: flex;
  margin: 10px 0 0;
  position: relative;
}
.jurney-status-row:before {
  content: "";
  width: 100%;
  position: absolute;
  border-top: dashed 1px #ddd;
  top: 50%;
  z-index: 1;
}
.jurney-status-row .count {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 15px;
  flex-shrink: 0;
  font-weight: 700;
  z-index: 2;
}
.jurney-status-row .count.failed  .jurney-status-row .count.Failed {
  background: #fa465d;
  border: solid #d53247 2px;
}

.jurney-status-row .count.pending {
  background: #f5922c;
  border: solid #db8023 2px;
}

.jurney-status-row .count.Pending {
  background: #f5922c;
  border: solid #db8023 2px;
}


.jurney-status-row .count.Success {
   border: solid #0cab58 2px;
  background: #5cbb81;
}

.jurney-status-row .count.Failed, .jurney-status-row .count.failed {
  border: solid #fa465d 2px;
  background: #fa465d;
}


.jurney-status-row .count:first-child {
  margin: 0;
}
.jurney-status-row .count span {
  position: relative;
   width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jurney-status-row .count span:before {
  content: "\f058";
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: -5px;
  bottom: -5px;
  color: #ffffff;
  background: #0faa58;
  border: 2px solid #0faa58;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  line-height: 12px;
}
.jurney-status-row .count.failed span:before {
  content: "\f057";
  background: #fa465d;
  border: 2px solid #d53247;
}

.jurney-status-row .count.Failed span:before {
  content: "\f057";
  background: #fa465d;
  border: 2px solid #d53247;
}

.jurney-status-row .count.pending span:before {
  content: "\f06a";
  background: #f5922c;
  border: 2px solid #f5922c;
}

.jurney-status-row .count.Pending span:before {
  content: "\f06a";
  background: #f5922c;
  border: 2px solid #f5922c;
}
.jurney-status-row .tooltip-style:hover:before {
  bottom: 100%;
}
.jurney-status-row .tooltip-style:hover:after {
  bottom: calc(100% + 4px);
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
  width: calc(100% - 14px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  margin-right: 34px;
  width: calc(100% - 14px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
  margin-top: 5px;
  margin-left: 15px;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1a73e8;
  background-color: #1a73e8;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(26, 115, 232, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1a73e8;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #1a73e8;
  border-color: #1a73e8;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgba(239, 242, 244, 0.64);
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
  padding-top: 5px;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 25px;
  height: 25px;
  pointer-events: none;
  content: "";
  background-color: #E6E9EC;
  border: none;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1a73e8;
  background-color: #1a73e8;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(26, 115, 232, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(26, 115, 232, 0.5);
}
.listPhonenumberPurchase{
  min-height: 180px
}
.text-green {
  color: #3c763d !important;
}
.text-pre-wrap {
  white-space: pre-wrap;
}
.wrapper-bottom-sec .event-add {
  padding: 7px;
  margin-top: 15px !important;
}
.wrapper-bottom-sec .calendar-row {
  padding: 25px 5px 10px 20px;
}
.top-option-btn {
  font-size: 20px;
  margin: 0 18px 0 0;
  color: #333;
}
.contact-notes-count {
    content: attr(data-notes_count);
    position: absolute;
    top: -15px;
    right: -5px;
    min-width: 20px;
    height: 20px;
    padding: 0px 5px;
    border-radius: 10px;
    background: #f4456c;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    width: auto;
}
.coupon-content {
  min-height: 140px;
}
.fc-bootstrap a.fc-event:not([href]):not([tabindex]){
  cursor: pointer;
}
.fc-bootstrap a.fc-event:not([href]):not([tabindex]):hover {
  background: #0dac59;
  border-color: #0cab59;
}
.close-event-btn {
  position: absolute;
  left: calc(100% - 20px);
  padding: 5px;
  top: 0px;
}
.fc-day-grid-event .fc-content {
  text-overflow: ellipsis;
  max-width: calc(100% - 20px);
  padding: 2px;
}
.fc-event .fc-content {
  position: unset;
}
.fc-sun {
  background-color:#F3E8EA;
}
.fc-sat {
  background-color:#F3E8EA;
}
.fc-sat {
  background-color:#F3E8EA;
}
.fc-today{
  cursor: pointer;
}
.fc-future {
  cursor: pointer;
}
ul.drawer li a {
  padding: 8px 20px;
}
.btn-add-participants {
  padding: 1px 9px 1px 9px;
  margin-top: 10px;
}
.btn-add-alerts {
  padding: 1px 9px 1px 9px;
  margin-top: 38px;
}
.btn-remove-alerts {
  padding: 1px 9px 1px 9px;
  margin-top: -30px;
}
ol {
  margin-left: 30px;
  counter-reset: item;
}

.wtree li {
  list-style-type: none;
  margin: 10px 0 10px 10px;
  position: relative;
}
.wtree li:before {
  content: "";
  counter-increment: item;
  position: absolute;
  top: -10px;
  left: -30px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 30px;
  height: 15px;
  border-radius: 1px 5px 0px 5px;
}
.wtree li:after {
  position: absolute;
  content: "";
  top: 5px;
  left: -30px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 30px;
  height: 100%;
}
.wtree li:last-child:after {
  display: none;
}
.wtree li span {
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  color: #666666;
  text-decoration: none;
}
.wtree li span:before {
  content: counters(item, ".") " ";
}

.wtree li span:hover, .wtree li span:focus {
  color: #000;
  border: 1px solid #474747;
}
.wtree li span:hover + ol li span, .wtree li span:focus + ol li span {
  color: #000;
  border: 1px solid #474747;
}
.wtree li span:hover + ol li:after, .wtree li span:hover + ol li:before, .wtree li span:focus + ol li:after, .wtree li span:focus + ol li:before {
  border-color: #474747;
}

.chatbot-question{
  border: none;
  background: none;
}
.que-answer{
  margin-bottom: 0;
}

.chatbot-question-icon{
  margin-right: 5px;
  background: none !important;
}


.chatbot-question-buttons {
  position: relative;
  display: block;
  width: max-content;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 99;
  float: left;
  outline: none;
  margin-right: 5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.chatbot-question-delete {
  position: relative;
  display: block;
  width: max-content;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 99;
  float: left;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.chatbot-question-delete > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.calendar-row .input-group {
  position: relative;
  display: flex;
  width: 200px;
}
.calendar-row .input-group-append {
  display: flex;
  width: 262px;
}
.cancel-btn-none {
  display: none;
}
.chat-event-modal .input-group {
  position: relative;
  display: flex;
  width: 200px;
}
.chat-event-modal .input-group-append {
  display: flex;
  width: 250px;
}
.part-row .bootstrap-select.form-control:not([class*=col-]){
  width: 80%;
}
.part-row .bootstrap-select.form-control > .dropdown-toggle {
  margin: 0px;
  padding: 6.8px 12px;
}
.part-row .input-group .form-control{
  max-width: 84px;
}

.conditions{
  padding: 10px;;
}

.blacklist-card {
  height: 140px;
}
.blacklist-card .expiry-row .btn.cdelete {
  background: #e4e8f4 !important;
  color: #747d89 !important;
  font-size: 23px;
  height: 35px;
  width: 35px;
}
.blacklist-card .expiry-row .btn.cdelete:hover {
  background: #cfd7ec !important;
}
.chatbot-settings .panel .panel-heading[aria-expanded='true'] .fa-chevron-down {
  transform: rotateZ(-180deg);
}
.chatbot-settings .hover-panel .panel .collapsed:hover {
  background-color: #ffe6e6;
}
.chatbot-settings .hover-panel .panel .panel-heading {
  border-radius: inherit;
}
.chatbot-settings .hover-panel .panel .panel-body {
  padding: 0px 20px 0 20px;
}
.btn-add-plan {
  padding: 9px 15px 9px 15px;
}

  .checkbox-wrapper-10 .tgl {
    display: none;
  }
  .checkbox-wrapper-10 .tgl,
  .checkbox-wrapper-10 .tgl:after,
  .checkbox-wrapper-10 .tgl:before,
  .checkbox-wrapper-10 .tgl *,
  .checkbox-wrapper-10 .tgl *:after,
  .checkbox-wrapper-10 .tgl *:before,
  .checkbox-wrapper-10 .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .checkbox-wrapper-10 .tgl::-moz-selection,
  .checkbox-wrapper-10 .tgl:after::-moz-selection,
  .checkbox-wrapper-10 .tgl:before::-moz-selection,
  .checkbox-wrapper-10 .tgl *::-moz-selection,
  .checkbox-wrapper-10 .tgl *:after::-moz-selection,
  .checkbox-wrapper-10 .tgl *:before::-moz-selection,
  .checkbox-wrapper-10 .tgl + .tgl-btn::-moz-selection,
  .checkbox-wrapper-10 .tgl::selection,
  .checkbox-wrapper-10 .tgl:after::selection,
  .checkbox-wrapper-10 .tgl:before::selection,
  .checkbox-wrapper-10 .tgl *::selection,
  .checkbox-wrapper-10 .tgl *:after::selection,
  .checkbox-wrapper-10 .tgl *:before::selection,
  .checkbox-wrapper-10 .tgl + .tgl-btn::selection {
    background: none;
  }
  .checkbox-wrapper-10 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 110px;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .checkbox-wrapper-10 .tgl + .tgl-btn:after,
  .checkbox-wrapper-10 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .checkbox-wrapper-10 .tgl + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-10 .tgl + .tgl-btn:before {
    display: none;
  }
  .checkbox-wrapper-10 .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

  .checkbox-wrapper-10 .tgl-flip + .tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    font-family: sans-serif;
    perspective: 100px;
  }
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:after,
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:before {
    display: inline-block;
    transition: all 0.4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 4px;
  }

  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on);
    background: #02C66F;
  }
  .message-attachment{
    max-width: 30% !important;
    height: auto !important;
  }
  .message-attachment-container{
    display: grid;
  }

  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:before {
    background: #02C66F;
    content: attr(data-tg-on);
  }

  .checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn:after {
    left: 0;
    background: #7FC6A6;
  }
  #reject_call svg{
    transform: rotate(135deg);
  }

  #hangup_call svg {
    transform: rotate(135deg);
  }

  .sub-automation-container{
    width: 100%;
  }
  .remove-automation {
    padding: 3px;
  }
  .auto-table tbody tr td {
    padding: 10px;
  }
  .show-if-else , .show-if-else:hover{
    background: none;
    font-size: 22px;
    margin-top: 20px;
    border: none;
  }
  .show-if-else:hover{
    color:#1413f9;
  }
  .show-if-else.hideBtn{
    transform: rotate(-180deg);
    transition: 300ms linear all;
  }
  .timeslot-card {
    padding: 10px 0px;
    border: 1px solid #aaa;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    word-spacing: 5px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .survey-row img {
    width: 20%;
    display: block;
    margin-bottom: 10px;
  }
  .fade.show {
    opacity: 1;
  }
  .book-appointment .modal-backdrop {
      background-color: rgb(255, 255, 255, .8);
  }
.q-panel {
  background: #F5F7FB;
  border: 1px solid #EAEDF4;
  border-radius: 15px;
  margin: 0 0 20px;
}
.q-panel .panel-heading {
  display: flex;
}
.q-panel .panel-heading span {
  width: 25px;
  height:25px;
  border-radius: 30px;
  background: #D6DCE8;
  color: #4A5174;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  float: left;
}
.q-panel .panel-title {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
  padding-left: 10px;
}
.q-panel .panel-title span {
  background: transparent;
}
.ans-container {
  background: #fff;
  border: 1px solid #EAEDF4;
  border-radius: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 15px !important;
}

.collapse.show .ans-container {
  background: #fff;
  border: 1px solid #EAEDF4;
  border-radius: 13px;
  margin: 0 0 10px;
}
.collapse.show.in .ans-container {
  border-color: transparent;
}

.chatbot-settings .hover-panel .panel .panel-body {
  height: auto !important;
}
.chatbot-settings .hover-panel .panel .q-panel .collapsed:hover {
  background: transparent !important;
}
.ans-container .q-panel {
  padding: 0 15px 5px;
  margin: 0 0 10px;
}
.q-row,
.ans-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: #6C6E7B;
  padding: 10px 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-grow: 1;
}
.q-row .content,
.ans-row .content {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
}
.ans-container span.count {
  padding-right: 10px;
  color: #9697a0;
}
.panel-body.show.collapse.in .ans-container {
  height: 0;
  opacity: 0;
  margin: 0;
  overflow: hidden;
}
.ans-container .btn-box {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.q-panel .btn-box .btn {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border-radius: 25px;
  padding: 3px;
  background: #d8dde9 !important;
  color: #4a5174 !important;
  border: 0;
  margin-left: 5px;
}
.q-row:hover .btn-box,
.ans-row:hover .btn-box {
  opacity: 1;
}
.q-panel .panel-heading {
  padding: 15px 20px 10px !important;
}
.collapse.show .ans-container {
  margin: 0 0 20px;
}
  .list-survey .format.active{
    background-color: #00ffbf;
  }
  .list-survey .checkbox{
    top: 16px;
    position: absolute;
    left: 22px;
  }
  .list-survey .checkbox-label {
    font-size: 25px !important;
    position: absolute;
    top: -6px;
    left: 23px;
  }

.chatbot-header{
  width: 100%;;
}
.chatbot-header-container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.btn-accept-chat {
  width: 100px;
  height: 34px;
  border-radius: 30em;
  font-size: 15px;
  font-family: inherit;
  border: 1px solid  #f3f3f3;
  position: relative;
  overflow: hidden;
  z-index: 1;
 }

 .btn-accept-chat::before {
  content: '';
  width: 0;
  height: 34px;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: 0;
  color: #3730ef;
  background: #eef1f6;
  transition: .5s ease;
  display: block;
  z-index: -1;
 }

 .btn-accept-chat:hover::before {
  width: 100px;
 }
 .chatboat-header-main{
  box-shadow: 1px 3px 6px -2px rgba(204,200,200,0.45);
-webkit-box-shadow: 1px 3px 6px -2px rgba(204,200,200,0.45);
-moz-box-shadow: 1px 3px 6px -2px rgba(204,200,200,0.45);
 }

.profile-de {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #eaf1f7;
    font-weight: bold;
}

.profile-de .user-image {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
}

.btn-center {
    margin-top: 10px;
    position: absolute;
    top: 150%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    color: #626262;
    background-color: #ffffff;
    text-shadow: none;
    box-shadow: none;
    line-height: 21px;
    padding-left: 17px;
    padding-right: 17px;
    outline: none !important;
}

.fb-message-count {
  position: absolute;
  top: 12px;
  margin-left: 25px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f4456c;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.fb-message-p {
  color: #fff;
}

.col-auto-fb-chat {
  border-radius: 0;
  margin: 10px 10px 5px 10px;
}

.timeslot-loader {
  width: 60px;
  height: 60px;
  border: 5px solid #bbb;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  }

  #appointment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#appointment .appointment-column{
    width: 40%;
    padding: 0 15px;
}

#appointment .book-timing {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#appointment .book-timing .timeslot-loader{
    margin: auto;
}

#appointment .appointment-header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.pick-date-time h3 span {
  color: #273e9b;
}

#appointment .appointment-header .thumbnail {
    height: 100px;
    width: 100px;
    border: 4px solid #ddd;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    padding: 0;
    border-radius: 100%;
}

#appointment .time-list p {
  margin: 3px 0;
}

@media (max-width: 970px) {
    #appointment .appointment-column {
        width: 100%;
    }

    #appointment #datepicker {
        margin-bottom: 40px;
    }
}

.daterangepicker {
  position: absolute;
  z-index: 111;
  display: none;
}
.justify-between {
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}
.content-container {
  display: flex;
  column-gap: 10px;
  width: 100%;
}
.content-container > .name-row {
  width: 70%;
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}
.content-container > .icon {
  width: 42px;
  height: 42px;
  border-radius: 30px;
  background: #2041D4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-card-head > .card-btn-row {
  display: flex;
  column-gap: 5px;
}
.phone-card-head > .card-btn-row i {
  width: 30px;
  height: 30px;
}
.phone-book-head .name-row {
  justify-content: flex-start;
}
.name-row  .time {
  font-size: 14px;
  color: #ACB4C2;
}

/* contact */
.contact-parent-container  .col-lg-4 {
  max-width: 800px;
}
.panel-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.panel-cont .heading {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.contact-main-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: 14px;
}
.contact-main-cont .contact-groups {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.contact-main-cont .contact-groups  ul {
  max-height: calc(100% - 45px);
  overflow: none;
}
/* pagination */
.panel-cont  .pagination {
  margin: 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.panel-cont  .pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
.panel-cont  .pagination ul li {
  width: 30px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-cont .list-contact-container {
  height: calc(100% - 45px);
}
.panel-cont  .pagination .page-item .page-link {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.panel-cont  .pagination .page-item:active .page-link {
  padding: 0;
  width: 30px;
  width: 100%;
}
/* pagination end */
.heading > .contact-search {
  width: 50%;
  min-width: 200px;
  height: 40px;
  background-color: #F5F5F5 !important;
  border-radius: 26px;
  padding: 15px;
  display: flex;
  color: #fff;
  align-items: center;
  column-gap: 10px;
}
.heading > .contact-search .search-group {
  padding: 10px;
  border-radius: 30px;
}
.heading > .contact-search .search-group:hover {
  background-color: #e4e8f4;
}
.heading > .contact-search .search-group {
  display: flex;
  align-items: center;
}
.heading > .contact-search input {
  width: 90%;
  height: 100%;
  outline: none;
  color: #000;
  border: none;
  background-color: transparent;
}
.panel-cont {
  height: 90vh;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  row-gap: 34px;
  padding: 16px !important;
  border-radius: 24px;
}

.panel-cont > .contact-groups {
  height: 80%;
}
.contact-list {
  background-color: #F5F5F5;
  border-radius: 15px;
}
.contact-list .show-contacts {
  column-gap: 10px;
}
.contact-menu ul > .contact-list a {
  background-color: #F5F5F5;
  border-radius: 15px;
  padding: 10px;
  flex-grow: 1;
}
.contact-menu ul > .contact-list a:hover, .contact-menu ul > li.contact-list-active > a {
  background-color: #83BEBF;
}

.show-contacts > .group-name {
  display: flex;
  column-gap: 5px;
}
.show-contacts > .group-name .grp-name {
  width: 100%;
  min-width: 60px;
  text-align: left;
  word-wrap: break-word;
  background-color: transparent;
  border: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-menu ul > li.contact-list > a .group-name span.grp-name {
  margin-left: none !important;
}
.show-contacts > .group-name  .contact-count {
  padding: 10px 10px;
  min-width: 60px;
  height: unset;
  min-height: unset;
  background-color: #E3E7F3;
  border: none;
  border-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-self: center;
  color: #000;
}
.contact-next-btn, .avatar {
  background-color: transparent;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.contact-next-btn svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-next-btn, .contact-li  .avatar-cards .avatar  {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background-color: #FAFAFA;
}
.contact-li  .avatar-cards .avatar .user-name-display {
  background-color: transparent;
  color: #000;

}
.show-contacts > .contact-switch-right {
  display: flex;
  align-items: center;
}
.contact-menu ul > .contact-list a:hover  span ,
 .contact-menu ul > li.contact-list-active a  span, .contact-menu ul > li.contact-list-active a .group-name .grp-name,
 .contact-menu ul > .contact-list a:hover div, .contact-menu ul >  li.contact-list-active a div
  {
  color: #D11D27;
}
.contact-menu ul > .contact-list a:hover .group-name  .contact-count,
 .contact-menu ul > li.contact-list-active .group-name  .contact-count  {
  /* background-color: #8DC3C4; */
}
.contact-menu ul > .contact-list a:hover, .contact-menu ul > li.contact-list-active a {
  background-color: #FFF;
  box-shadow: 0px 3px 22px #e7e8ed;
  border: 1px solid #eaedf4;
}
.contact-menu ul > li.contact-list-active .contact-next-btn,
.contact-menu ul > .contact-list a:hover   .avatar-cards .avatar ,
.contact-menu ul > li.contact-list-active a .avatar-cards .avatar ,
 .contact-menu ul > .contact-list a:hover   .avatar-cards .avatar span
 .contact-menu ul > li.contact-list-active a  .avatar-cards .avatar span{
  background-color: #D11D27;
}
.contact-menu ul > .contact-list a:hover .avatar .user-name-display,
  .contact-menu ul > li.contact-list-active a .avatar .user-name-display {
  color: #FFF;
  }
.contact-menu ul > .contact-list a:hover .contact-next-btn, .contact-menu ul > li.contact-list-active a .contact-next-btn, .contact-menu ul >
.contact-list a:hover .contact-next-btn  .right-arrow, .contact-list  li.contact-list-active a  .contact-next-btn  .right-arrow  {
  background-color: #EFF2FD;
  border: 1px solid #829BEC;
  fill: #829BEC;
}
.panel-cont > .add-new-list-grp {
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.panel-cont > .add-new-list-grp .add-new {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.panel-cont > .add-new-list-grp .add-new > form {
  width: 100%;
  background-color: #E3E7F3;
  padding: 10px;
  border-radius: 15px;
}
.panel-cont > .add-new-list-grp .add-new > form div {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}
.panel-cont > .add-new-list-grp .add-new > form div  input {
  padding: 0;
  border: none;
}
.panel-cont > .add-new-list-grp .add-new > .title {
  color: #454e61;
  font-size: 16px;
}
.panel-cont > .add-new-list-grp .add-new > form div > button, .panel-cont .heading .add-btn {
  position: relative;
  height: 30px;
  width: 30px;
  top: unset;
  right: unset;
  background-color: #E3E7F3;
}
.panel-cont > .add-new-list-grp .form-control {
  min-height: 40px;
  height: 40px;
}

.panel-cont > .add-new-list-grp .add-new > form div > button, .panel-cont .heading .add-group-btn {
  position: relative;
  height: 30px;
  width: 30px;
  top: unset;
  right: unset;
  background-color: #E3E7F3;
}

.contact-menu ul > .contact-li > a{
  justify-content: flex-start;
}
.contact-li .avatar-cards .content div.phone {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 400;
}
.panel-cont .contact-listing ul li {
  margin: 0;
}
.panel-cont-profile {
  min-height: 85vh;
  min-height: 800px;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.contact-parent-container {
  margin: 0 -15px;
}
.panel-cont-profile .btn-right {
  width: 100%;
  display: flex;
  column-gap: 0;
  flex-wrap: wrap;
  row-gap: 5px;
}
.panel-cont-profile .btn-right .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  background-color: #D11D27;
  border: none;
  padding: 4px 12px;
  color: #FFF;
}
.panel-cont-profile .btn-right .btn:hover {
  background-color: #062ba9;
}
.panel-cont-profile .btn-right .btn  .icon {
  fill: #FFF;
}
.panel-cont-profile .profile-wrapper {
  background: linear-gradient(171.68deg, #B3B2F1 -29.02%, #13DC4B 231.74%);
  margin: 0;
  padding: 20px;
  color: #000;
}

.panel-cont-profile h4 {
  color: #000;
}
.panel-cont-profile .profile-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.panel-cont-profile .profile-wrapper .profile-img {
    width: 100%;
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    padding: 0;
}
.panel-cont-profile .profile-wrapper .profile-img .img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #7C9ADC;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel-cont-profile .profile-wrapper .profile-img > .details-container {
  width: calc(100% - 100px);
  display: flex;
  align-items: flex-end;
  column-count: 20px;
}
.panel-cont-profile .profile-wrapper .profile-img > .details-container .details {
  width: 50%;
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.panel-cont-profile .profile-wrapper .profile-img > .details-container .additional-details div {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.details-container .additional-details div label {
  margin-bottom: 0;
}
.details-container .additional-details div  select {
  height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
}
.panel-cont-profile .profile-wrapper .profile-img .img span {
  color: #FFF;
  font-weight: 700;
  font-size: 30px;
}
.panel-cont-profile .profile-wrapper .profile-img .name {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.panel-cont-profile .profile-wrapper .profile-img .email {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.panel-cont-profile  .profile-wrapper .profile-content  {
  flex-grow: 0;
  flex-direction: column;
  row-gap: 15px;
}
.panel-cont-profile .profile-text-wrap {
  width: 100%;
  justify-content: flex-start;
  flex-direction: col;
  flex-wrap: wrap;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #7c9adc; */
}
.panel-cont-profile .profile-text-wrap  .profile-text {
  width: 100%;
  align-items: center;
}
.panel-cont-profile .profile-text-wrap  .profile-text > p {
  margin-bottom: none !important;
}
.panel-cont-profile .profile-wrapper .profile-content {
  width: 100%;
  flex-direction: column;
}
.panel-cont-profile  .profile-content .profile-text  i{
  border: none;
}
.addtional-field {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.addtional-field  .select-div {
  width: 100%;
  background-color: transparent;
}
.addtional-field  .select-div select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
.panel-cont-profile  .profile-button-row  {
  column-gap: 10px;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
}
.profile-btn-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.profile-btn-cont .profile-button {
    width: 70px;
    height: 70px;
    background: linear-gradient(171.68deg, rgba(255, 255, 255, 0.40) -29.02%, rgba(255, 255, 255, 0.11) 231.74%);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.profile-btn-cont .profile-button .btn {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: #8a94a7;
  border: none;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
    color: #fff;
    font-size: 12px;
}
.profile-btn-cont .profile-button .btn:hover {
  background-color: #D11D27;
}
.profile-action-btn {
  column-gap: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-action-btn .profile-button {
  padding: 4px 15px;
  padding: 0;
  background-color: #D11D27;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-action-btn .profile-button  .btn {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  color: #FFF;
}
.profile-action-btn .profile-button  .btn:hover {
  background-color: #062ba9;
  height: 100%;
}
.profile-action-btn .profile-button  .btn  span {
  font-size: 14px;
}
.profile-action-btn .profile-button  .btn svg {
  width: 20px;
  height: 20px;
}
.profile-action-btn .profile-button  .btn i {
  width: unset;
  height: unset;
  margin: 0;
}
.profile-btn-note {
  position: relative;
}
.profile-btn-note > .view-contact-notes  > .contact-notes-count {
  position: absolute;
  top: -4px;
  right: -7px;
  background-color: #D11D27;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.panel-cont .contact-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.panel-cont .contact-heading div {
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel-cont .contact-heading div .add-btn {
  width: 30px;
  height: 30px;
}
.panel-cont .contact-heading  h4 {
  width: 100%;
  width: 100%;
  margin: 3px;
  font-size: 18px;
}
.panel-cont .contact-heading .contact-search {
  width: 100%;
}
/* overlay */
.contact-parent-container .contact {
  position: relative;
}
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
  background-color: transparent;
  /* backdrop-filter:  blur(2px); */
}

#loading-bar-spinner.spinner {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 1000ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
  width: 40px;
  height: 40px;
  border:  solid 4px transparent;
  border-top-color:  #D11D27 !important;
  border-left-color: #D11D27 !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
0%   { transform: rotate(0deg);   transform: rotate(0deg); }
100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.history-container {
  width: 100%;
  height: 100%;
  display: flex;
  column-gap: 16px;
}
.history-container  .call-history {
  height: 100px;
  min-height: 360px;
  background-color: #FFF;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.history-container .call-history h2 {
  width: 100px;
  padding: 10px 0;
  text-align: center;
  background-color: #3E6BFF;
  border-radius: 6px;
  font-size: 12px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
.history-container  .call-history > .call-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 2%);
  border-radius: 12px;
  box-shadow: 0px 3px 4px #c7cee821;
  padding: 15px;
  border: 1px solid #f5f7fb;
  min-height: 100%;
}
.history-container .call-history > .call-list .call-list-details,
.history-container .call-history > .call-list .sms-list-details,
.history-container .call-history > .call-list .email-list-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.history-container .call-history > .call-list .call-list-details,
.history-container .call-history > .call-list .sms-list-details,
.history-container .call-history > .call-list .sms-list-details, {
  row-gap: 10px;
}
.history-container .call-history > .call-list  .call-details {
  width: 100%;
  display: flex;
  column-gap: 10px;
  flex-wrap: nowrap;
  margin: 0;
}
.history-container .call-history > .call-list .call-details > span {
  padding: 10px;
  border-radius: 30px;
  background-color: #9DB3E5;
  max-height: 38px;
  font-weight: 600;
  color: #FFF;

}
.history-container .call-history >.call-list .call-details > .details-cont  {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  padding-left: 15px;
  position: relative;
}
.history-container .call-history >.call-list .call-details > .details-cont:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 3px solid #ddd;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.history-container .call-history >.call-list .call-details:nth-child(1) > .details-cont:before {
  border: 3px solid #7673BA;
}
.history-container .call-history >.call-list .call-details:nth-child(2) > .details-cont:before {
  border: 3px solid #73BAA4;
}
.history-container .call-history >.call-list .call-details:nth-child(3) > .details-cont:before {
  border: 3px solid #BAAA73;
}
.history-container .call-history >.call-list .call-details:nth-child(4) > .details-cont:before {
  border: 3px solid #DB87A7;
}
.history-container .call-history >.call-list .call-details:nth-child(5) > .details-cont:before {
  border: 3px solid #DBC487;
}

.sms-details-cont .details-cont.sms-details-cont {
  padding-left: 0 !important;
}
.history-container .sms-details-cont .details-cont:before {
  display: none !important;
}
.profile-action-btn .profile-button {
  background: transparent !important;
}
.profile-action-btn .profile-button .btn.edit-contact-details,
.profile-action-btn .profile-button .btn.contact-delete {
  background: #fff !important;
  color: #000 !important;
}
.profile-action-btn .profile-button .btn svg path {
  fill: #000;
}
.history-container .call-history >.call-list .sms-list-details .call-details > .details-cont {
  padding-left: 0 !important;
}

.history-container .call-history >.call-list .sms-list-details .call-details > .details-cont:before {
  display: none !important;
}

/* .history-container  .call-history >.call-list .call-details > .call-details-cont {
  width: calc(100% - 30px);
} */

.history-container .call-history >.call-list .call-details > .sms-details-cont {
  width: 100%;
}
.history-container  .call-history >.call-list .call-details > .sms-details-cont .blue-border {
  border-left: 3px solid #D11D27;
  padding: 2px 10px;
}
.history-container  .call-history >.call-list .call-details > .sms-details-cont .green-border {
  border-left: 3px solid #09882D;
  padding: 2px 10px;
}
.history-container  .call-history > .call-list .call-details > .details-cont > .icon {
  width: 35px;
  height: 23px;
  background-color: #E8EDFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin: 0;
}
.history-container  .call-history > .call-list .call-details > .details-cont > .status {
  background-color: #E8EDFF;
  height: 23px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 10px;
}
.history-container  .call-history > .call-list .call-details > .details-cont > .text-green {
  color: #09882D;
}
.history-container  .call-history > .call-list .call-details > .details-cont > .text-red {
  color: #ED2F31;
}
.history-container  .call-history  .call-details  .details-cont .bold {
  font-size: 12px;
  word-break: break-word;
}
.history-container  .call-history > .call-details > .details-cont .small {
  font-size: 10px;
}
.history-container  .call-history .call-details  .details-cont .details {
  display: flex;
  flex-direction: column;
  width: calc(100% - 30px);
}
.history-container  .call-history > .view-all {
  width: 100%;
  display: flex;
  font-size: 12px;
  justify-content: flex-end;
}
@media screen and (min-width:1536px) {
.contact-menu ul > .contact-list a {
  padding: 10px;
}
  .show-contacts > .group-name .grp-name {
    width: 90px;
  }
  .panel-cont-profile .btn-right{
    justify-content: center;
    column-gap: 16px;
  }
  .profile-action-btn {
    column-gap: 16px;
  }
  .panel-cont-profile .profile-text-wrap  .profile-text {
    width: 100%;
  }
  .profile-btn-cont .profile-button {
    width: 90px;
    height: 90px;
  }
}

@media screen and (min-width:1700px) {
  .show-contacts > .group-name .grp-name {
    width: 150px;
  }
  .panel-cont-profile .profile-wrapper .profile-img .img {
    height: 130px;
    width: 130px;
  }
  .panel-cont-profile .profile-wrapper .profile-img .img span {
    font-size: 56px;
  }
  .panel-cont-profile .profile-wrapper .profile-img .name {
    font-size: 26px;
  }
  .panel-cont-profile .profile-wrapper .profile-img .email {
    font-size: 16px;
  }
  .panel-cont .contact-heading {
    flex-direction: row;
  }
  .panel-cont .contact-heading div .add-btn {
    width: 35px;
    height: 35px
  }
}

@media screen and (min-width:2500px) {
  .panel-cont-profile .profile-wrapper .profile-img .name {
    font-size: 25px;
  }
  .panel-cont-profile .profile-wrapper .profile-img .email {
    font-size: 20px;
  }
  .panel-cont-profile .profile-text-wrap  .profile-text, .panel-cont-profile .profile-text-wrap  .profile-text span {
    font-size: 18px;
  }
  .panel-cont-profile h4 {
    font-size: 22px;
  }
  .panel-cont-profile .profile-wrapper {
    row-gap: 30px;
  }
  .panel-cont-profile .profile-wrapper .profile-content {
    row-gap: 20px;
  }
  .panel-cont-profile .profile-wrapper .profile-img .img {
      height: 180px;
      width: 180px;
  }
  .panel-cont-profile .profile-wrapper .profile-img {
    row-gap: 10px;
  }
}

/* loader class */
.loader-custom {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/loader2.gif") no-repeat;
}
.left-bar-open ul#menu-drawer {
  max-width: 300px;
}

@media screen and ( max-width: 400px ){

  li.page-item {

      display: none;
  }

  .page-item:first-child,
  .page-item:nth-child( 0 ),
  .page-item:nth-last-child( 0 ),
  .page-item:last-child,
  .page-item.active,
  .page-item.disabled {

      display: block;
  }
}
ul.timeslot-link {
  border-bottom: 2px solid #D11D27;
}
.time-slot-table > tbody > tr > td {
  padding: 15px 20px 10px 20px;
}
ul.timeslot-link > li.nav-item > a {
  padding: 5px 20px 5px 20px;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
}
ul.timeslot-link > li.nav-item > a:hover, ul.timeslot-link > li.active > a {
  background-color: #D11D27 !important;
  opacity: 1;
  color: #FFF !important;
}
ul.timeslot-link > li.nav-item > a.off-day {
  color: #da0404;
  opacity: 1;
}
ul.timeslot-link > li.nav-item > a.off-day:hover, ul.timeslot-link > li.active > a.off-day {
  background-color: #da0404 !important;
}
.timeslot-table-head {
  display: flex;
  align-items: flex-end;
  column-gap: 15px;
}
.timeslot-table-head > div > button {
  padding: 12px 20px;
}

.bottom-popup {
  background: #00932a;
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 860px;
  max-width: 100%;
  z-index: 2;
  left: 50%;
  bottom: 0;
  border-radius: 10px 10px 0 0;
  transform: translate(-50%, 0);
  box-shadow: 0px -5px 43px #030c3b3b ;
}
.bottom-popup .pop-head {
  padding: 15px 25px 0;
}
.bottom-popup .pop-head h3 {
  color: #fff;
  font-size: 22px;
}

.bottom-popup .pop-body {
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px 25px 10px;
  max-height: calc(100vh - 115px);
  overflow: auto;
}
.bottom-popup .btn-row {
  background: #fff;
  padding: 0 25px 25px;
  display: flex;
  justify-content: end;
}
.close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  right: -20px;
  top: -20px;
  cursor: pointer;
  box-shadow: 0px 3px 16px #0000003C;
  display: none;
}
.bottom-popup .btn {
  margin: 0 0 0 10px;
}
.contacts-container .panel .heading.contact-heading {
  flex-direction: column;
}
.contact-head-row .btn {
  min-width: 35px !important;
  width: 35px !important;
  height: 35px !important;
  padding: 0;
  display: inline-block;
  line-height: 16px;
}
.contact-switch-right .switchC {
  width: 28px;
  height: 13px;
  margin: 0 5px;
}
.contact-menu ul li a .button-menu {
  margin: 0 5px 0 0;
}
.panel-cont {
  row-gap: 15px;
}
.panel-cont .pagination {
  justify-content: center;
}
.contact-switch-right .sliderC {
  width: 28px;
  height: 14px;
}
.contact-switch-right .sliderC:before {
  width: 10px;
  height: 10px;
  left: 2px;
  bottom: 2px;
}
.contact-switch-right  input:checked + .sliderC:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.contact-switch-right .contact-count {
  border-radius: 5px;
  background: #d6dce8;
  padding: 4px 6px;
  line-height: 14px;
  color: #181a1c;
  font-size: 13px;
  font-weight: bold;
}
.contact-next-btn,
.contact-li .avatar-cards .avatar {
    width: 15px;
    height: 30px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: transparent;

}
.panel-cont .contact-heading div .add-btns {
  width: 30px;
  min-width: 30px;
  height: 30px;
  padding: 2px;
  border: 0;
  border-radius: 6px;
  background: #D6DCE8;
  line-height: 28px;
  margin-bottom: 3px;
}
.contact-li .avatar-cards .avatar {
  width: 30px;
}
.panel-cont .pagination ul li {
    width: 30px;
    height: 32px;
}
@media screen and (max-width:1600px) {
  .email-history {
    display: none !important;
  }
  .call-history {
    width: 50%;
  }
}
.contact-details-wrap .history-container {
  column-gap: 0;
}
.contact-list .show-contacts {
    column-gap: 2px;
}
.reset-search{
  display: none;
}
.card-content-campaign-details{
  min-height: 170px;
}

.icon.green-icons svg path {
  fill: #178516;
}
.icon.blue-icons svg path {
  fill: #1e2192;
}
.groups-option-wrap .switchC {
  top: 9px;
  z-index: 999;
}
.groups-option-wrap input:checked + .sliderC:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  opacity: 0.5;
}


.contact-name-button, .contact-name-button:focus , .contact-name-button:active , .contact-name-button:visited, .contact-name-button:hover {
  background: #D11D27;
  color: #fff;
}
.reset-search, .reset-search:focus , .reset-search:active , .reset-search:visited, .reset-search:hover {
  background: #cc1f47;
  color: #fff;
}

/* url shortner */
.template-url-shortner {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  border: 1px solid #e4e7ed;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
  text-align: left;
  background: #fff;
}
.template-url-shortner h5 {
  padding:5px 0 0px 8px !important;
  font-size: 13px;
}

.chat-textarea .template-url-shortner {
  margin-top: 20px;
}

.template-url-shortner > li {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.template-url-shortner > li > span {
  width: calc(100% - 45px);
  height: 45px;
  align-items: center;
  background-color: #F5F7FB;
  padding: 5px 10px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 2.5;
}
.template-url-shortner > li > button {
  border: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-url-shortner > li > .short-btn {
  background-color: #d5deec;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.template-url-shortner > li > .undo-btn {
  background-color: #b6bfcc;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.template-url-shortner > li > .loader-btn {
  background-color: #d5deec;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.template-url-shortner .tooltip-style.tooltip-style {
  display: flex;
}
.contact-name-span{
  color: #cc1f47;
}

.logDesc {
  float: left;
  }

  .timeCreatedAt {
      font-size: 12px;
      font-weight: lighter;
      color: #999;
      width: 100%;
      text-align: right;
      position: absolute;
      right: 10px;
      bottom: 10px;
  }
  .activity-logs {
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid #e8edfd;
      padding: 10px 15px;
      flex-grow: 1;
      position: relative;
      word-wrap: break-word;
  }

  .ch-masonry {
    column-count: 3;
    column-gap: 15px;
    margin: 30px;
    padding: 0;
}

.ch-masonry__item {
  display: inline-block;
  background: #fff;
  padding: 15px;
  margin: 0 0 15px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
  min-height: 126px;
  position: relative;
}
.subtitle-gateway {
  color: #9397a2;
  font-weight: normal;
  font-size: 13px;
}
.msg-failed-icon {
  position: absolute;
  left: -30px;
  top: 0;
}
.update-campaign-modal .remove_img1 {
  position: absolute;
  right: -30px;
  top: -12px;
  padding: 1px 5px;
}
.update-recurring-modal .remove_img1 {
  position: absolute;
  right: -30px;
  top: -12px;
  padding: 1px 5px;
}
.bottom-popup .pop-body.pop-body-visible {
  overflow: visible;
}
.default-dropdown-container  .btn-group{
  padding: 0 !important;
}
.default-dropdown-container .btn.btn-default {
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  border: none;
  display: flex;
  column-gap: 13px;
  align-items: center;
  padding: 9px 25px !important;
  border-radius: 30px;
}
.default-dropdown-container ul {
  max-height: 367.602px;
  overflow-y: auto;
  min-height: 109px;
  width: 100%;
  padding:0  !important;
  overflow-x: hidden;
}
.default-dropdown-container ul li {
  width: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.default-dropdown-container ul li a{
  width: 100% !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.default-dropdown-container ul li span {
  padding: 0 !important;
  margin: 0 !important;
}
.p-min-height{
  min-height: 20px;
}

.card-new .expiry-row .feature p {
  font-size: 10px;
}
.form-group.required .control-label:after {
  content:"*";
  color:red;
}
/* Style for the loader */
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.subtext-item {
  font-weight: 900;
}

.close3{
    position: absolute;
    top: 435px;
    left: 250px;
    font-size: 32px;
    cursor: pointer;
    color: #626262;
  }
