@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
@import "all.min.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


:root {


  --bg-color-sidemenu: #fff;
  --bg-color-calendar-box: #fff;
  --font-color-dark: #fff;
  --font-color: #06080a;
  --font-color-1: #1e1e1e;
  --font-color-2: #a3afbf;
  --font-color-3: #349dde;
  --font-color-4: #103966;
  --font-color-5: #585050;
  --font-color-6: #040e28;
  --font-color-7: #000000;
  --font-color-8: #525970;
  --font-color-9: #0a2b4a;
  --font-color-10: #343a40;
  --font-color-11: #4485f9;
  --font-color-12: #303030;
  --font-color-success: #198754;
  --bg-color: #fff;
  --outer-bg-color: #fff;
  --tooltip-outer-color: #fff;
  --bg-color-sidemenu: #fff;
  --bg-color-calendar-box: #fff;
  --font-color-dark: #fff;


  /* --bg-color: #4d4d4d;
    --outer-bg-color:#212529;
    --tooltip-outer-color:#212529;
    --bg-color-sidemenu:#424243;
    --bg-color-calendar-box:#424243;
    --font-color-dark:#303030;
    --font-color: #fff; 
    --font-color-1: #fff;
    --font-color-2: #fff;
    --font-color-3: #fff;
    --font-color-4: #fff;
    --font-color-5: #fff;
    --font-color-6: #fff;
    --font-color-7: #fff;
    --font-color-8: #fff;
    --font-color-9: #fff;
    --font-color-10:#fff;
    --font-color-11:#fff; 
    --font-color-12:#fff; 
    --font-color-success:#fff;*/

}

body {
  background-color: var(--outer-bg-color);
  font-size: 16px;
  line-height: 30px;
  color: var(--font-color);
  /*krishna*/
  font-family: 'Montserrat', sans-serif !important;
  font-weight: normal;
  /*    word-break: break-all;*/
}

.heading h1 {
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #0f60ee;
  font-weight: 500;

}

.heading h3 {
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  color: var(--font-color-2);
  font-weight: 500;
}

.heading h4 {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #303030
}

.heading h5 {
  font-size: 16px;
  line-height: 47px;
  text-align: left;
  color: #080808
}

.heading h5 span.text-rht {
  text-decoration: underline;
  font-size: 14px;
  line-height: 47px;
  text-align: left;
  color: #080808
}

/*.cat-sub-menu.visible a:hover,
.sidebar-body-menu a.active,
.sidebar-body-menu a.active::after,
.sidebar-body-menu a:hover,
.sidebar-body-menu a:hover::after {
  background: rgba(0, 0, 0, .1);
  border-left: 0 solid #8f8581
}*/

.form-control {
  background: transparent;
  /*border: 1px solid #2f6ddf !important;*/
  min-height: 43px;
  border-radius: 6px;
  /*max-width: 438px;*/
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease;
  color: var(--font-color);
}

.form-control:focus {
  background: transparent;
  /*  border: 1px solid #2f6ddf!important*/
}

.form-control:focus {
  box-shadow: none
}

.form-sec .form-control {
  max-width: inherit;
  width: 100%;
  /*min-height: 47px;
  background: transparent;
  border: 1px solid #0c94ea!important*/
}

.form-sec label {
  font-size: 14px;
  line-height: 11px;
  color: var(--font-color-7);
  margin-bottom: 1rem;
  font-weight: 500;
}

.form-sec .form-bor-bot {
  border-width: 0 0 1px !important;
  border-color: rgba(0, 0, 0, .1) !important;
  border-style: solid !important;
  border-radius: 0;
  max-width: 392px;
  width: 100%
}

.form-sec .form-control:focus {
  box-shadow: none
}

.form-sec textarea.form-control {
  resize: none;
  width: 100%;
  max-width: 100%
}

.form-sec .form-select {
  border: 1px solid #0c94ea !important
}

span.refresh-txt {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
  padding-right: 25px;
  line-height: 36px;
  text-align: left;
  color: var(--font-color-3);
}

.button-custom {
  width: 187px;
  /*height: 40px;*/
  border-radius: 6px;
  padding: 5px 5px;
  background-color: #4485f9;
  font-weight: 600;
  font-size: 16px;
  /*line-height: 11px;*/
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.button-custom:hover {
  color: #fff
}

.btn-create {
  width: 100%;
  max-width: 255px;
  height: 49px;
  background: var(--font-color-9);
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border: 1px solid var(--font-color-9);
  border-radius: 4px
}

.btn-create:hover {
  color: #fff
}

.btn:focus {
  box-shadow: none
}

.btn-create:focus {
  outline: 0;
  border: 1px solid var(--font-color-9) !important
}

.btn-copy-link {
  max-width: 88px;
  width: 100%;
  border-radius: 4px;
  background: transparent;
  border: 1px solid var(--font-color-9);
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #080808;
  padding: 5px 10px
}

.btn-copy-link:focus {
  box-shadow: none;
  border: 1px solid var(--font-color-9) !important
}

.btn-copy-link:hover {
  color: #080808
}

.breadcrumb li a {
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 11px;
  text-align: left;
  color: var(--font-color-4)
}

.selectBox {
  border: 1px solid #0c94ea;
  position: relative;
  padding: 2px 10px;
  cursor: pointer;
  border-radius: .25rem;
  min-width: 149px;
  width: 100%
}

.selectBox__value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px
}

.selectBox:after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all .2s ease-in-out;
  content: url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'width='12.001'height='8.165'viewBox='0014.0018.165'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23212121;%7D%3C/style%3E%3C/defs%3E%3Cpathclass='a'd='M13.861,60.224l-.7-.7a.441.441,0,0,0-.645,0L7,65.036,1.487,59.522a.441.441,0,0,0-.645,0l-.7.7a.441.441,0,0,0,0,.645l6.537,6.538a.441.441,0,0,0,.645,0l6.538-6.538a.442.442,0,0,0,0-.645Z'transform='translate(0-59.382)'/%3E%3C/svg%3E")
}

.selectBox .dropdown-menu {
  transition: all .5s ease-in-out;
  opacity: 0;
  display: block;
  top: 100%;
  width: 100%;
  min-width: 8.9rem;
  max-height: 250px;
  z-index: -1;
  overflow-y: auto;
  transform: translateY(-15%);
  visibility: hidden;
  padding: 0;
  border-radius: 0;
  left: -2px
}

.selectBox.show {
  background-color: #fff
}

.selectBox.show:after {
  transform: translateY(-50%) rotate(180deg)
}

.selectBox.show .dropdown-menu {
  transition: all .3s ease-in-out;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0)
}

.selectBox .dropdown-item {
  font-size: 16px
}

.on-off-toggle {
  width: 56px;
  height: 24px;
  position: relative;
  display: inline-block;
  z-index: 0
}

.on-off-toggle__slider {
  width: 56px;
  height: 24px;
  display: block;
  border-radius: 34px;
  background-color: #c60202;
  transition: background-color .4s
}

.on-off-toggle__slider:before {
  content: '';
  display: block;
  background-color: #fff;
  box-shadow: 0 0 0 0px #949494;
  bottom: 3px;
  height: 18px;
  left: 3px;
  position: absolute;
  transition: .4s;
  width: 18px;
  z-index: 5;
  border-radius: 100%;
  cursor: pointer;
}

.on-off-toggle__slider:after {
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  content: 'off';
  color: #fff;
  padding-left: 26px;
  transition: all .4s;
  cursor: pointer;
}

.on-off-toggle__input {
  position: absolute;
  opacity: 0
}

.on-off-toggle__input:checked+.on-off-toggle__slider {
  background-color: #3ac918
}

.on-off-toggle__input:checked+.on-off-toggle__slider:before {
  transform: translateX(32px)
}

.on-off-toggle__input:checked+.on-off-toggle__slider:after {
  content: 'on';
  color: #fff;
  padding-left: 8px
}

.calendar-list-box {
  width: 100%;
  border-radius: 9px;
  background: var(--bg-color-sidemenu);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1rem 0.0rem;
}

.red-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--red-hue), 79%, 60%)
}

.pink-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--pink-hue), 79%, 60%)
}

.violet-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--violet-hue), 79%, 60%)
}

.bluelgt-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--blue-lgt-hue), 79%, 60%)
}

.blue-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--blue-hue), 79%, 60%)
}

.bluedrk-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--blue-drk-hue), 79%, 60%)
}

.greendrk-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--green--drk-hue), 79%, 60%)
}

.greenlgt-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--green--lgt-hue), 79%, 60%)
}

.green-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--green-hue), 79%, 60%)
}

.yellow-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--yellow-hue), 79%, 60%)
}

.yellowdrk-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--yellow-drk-hue), 79%, 60%)
}

.yellowdrk1-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--red-hue), 79%, 60%)
}

.orange-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--orange-hue), 79%, 60%)
}

.orangedrk-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--orange-drk-hue), 79%, 60%)
}

.radiumgrn-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--radium-green-hue), 79%, 60%)
}

.radiumlgtgrn-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--radiumlgt-green-hue), 79%, 60%)
}

.pinkdrk-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--pink-drk-hue), 79%, 60%)
}

.violetdrk-bar-lft {
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: hsl(var(--main-hue), 73%, 25%)
}

.create-new-box {
  width: 100%;
  height: aut;
  border-radius: 3px;
  background: transparent;
  border: 0 solid #303030
}

.create-new-box h2 {
  font-size: 20px;
  line-height: 54px;
  text-align: center;
  color: #b5b4b4
}

.daywise-select .selectBox {
  border: 1px solid #0c94ea;
  position: relative;
  padding: 2px 10px;
  cursor: pointer;
  border-radius: .25rem;
  min-width: 100px;
  width: 100%
}

.daywise-select .selectBox__value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px
}

.daywise-select .selectBox:after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all .2s ease-in-out;
  content: url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'width='12.001'height='8.165'viewBox='0014.0018.165'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23212121;%7D%3C/style%3E%3C/defs%3E%3Cpathclass='a'd='M13.861,60.224l-.7-.7a.441.441,0,0,0-.645,0L7,65.036,1.487,59.522a.441.441,0,0,0-.645,0l-.7.7a.441.441,0,0,0,0,.645l6.537,6.538a.441.441,0,0,0,.645,0l6.538-6.538a.442.442,0,0,0,0-.645Z'transform='translate(0-59.382)'/%3E%3C/svg%3E")
}

.daywise-select .selectBox .dropdown-menu {
  transition: all .5s ease-in-out;
  opacity: 0;
  display: block;
  top: 100%;
  width: 100%;
  min-width: 7.7rem;
  max-height: 250px;
  z-index: -1;
  overflow-y: auto;
  transform: translateY(-15%);
  visibility: hidden;
  padding: 0;
  border-radius: 0;
  left: -2px
}

.daywise-select .selectBox.show {
  background-color: #fff
}

.daywise-select .selectBox.show:after {
  transform: translateY(-50%) rotate(180deg)
}

.daywise-select .selectBox.show .dropdown-menu {
  transition: all .3s ease-in-out;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0)
}

.daywise-select .selectBox .dropdown-item {
  font-size: 16px
}

.daywise-sec .form-check-input[type="checkbox"] {
  border-radius: .25em;
  border: 2px solid #0c94ea !important;
  width: 1.5em;
  height: 1.5em
}

.daywise-sec .form-check-input:focus {
  box-shadow: none
}

.daywise-sec h5 {
  font-size: 17px;
  line-height: 1.5;
  color: var(--font-color-5)
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  max-width: 438px;
  width: 100%;
  background: var(--outer-bg-color);
  border: 1px solid #0c94ea !important;
  border-radius: 3px;
  display: block
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 15px 0 0
}

.select-dropdown::last-child {
  margin-right: 0
}

.select-dropdown__button {
  padding: 10px 35px 10px 15px;
  background-color: #fff;
  color: #616161;
  border: 1px solid #0c94ea;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  min-width: 100px
}

.select-dropdown__button::focus {
  outline: 0
}

.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px
}

.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #cecece;
  border-top: 0 solid transparent;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out .3s;
  z-index: 2
}

.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1)
}

.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: var(--outer-bg-color);
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  text-align: left;
  transition: all ease-in-out .3s
}

.select-dropdown__list-item:hover {
  background-color: #1fc69d;
  color: #fff;
  transition: all ease-in-out .3s
}

.disabled-sec {
  opacity: .4;
  pointer-events: none;
  cursor: default
}

.modal-body h5 {
  font-size: 15px;
  text-align: center;
  margin: 1rem
}

/*.modal-content {
  background-color: var(--font-color-9)!important;
  border-radius: 1em!important;
  color: #fff
}*/
.modal-content {
  background-color: #fff !important;
  border-radius: 6px !important;
  color: #303030;
  word-wrap: break-word;
}

.modal-content .btn-primary {
  background-color: #4485f9 !important;
  font-weight: 600 !important;
}

label.note-form-label small {
  font-size: 11px;
}

.btn-close {
  background: inherit !important
}

.btn-close:focus {
  box-shadow: none
}

/*.btn-close i {
  font-weight: normal!important
}*/

.select1 {
  padding: .5rem .5rem;
  border: 1px solid hsl(242deg 88% 66%)
}

.box-sec {
  border-radius: 6px;
  background: var(--outer-bg-color);
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)*/
}


.modal-body h5 {
  text-align: center;
  margin: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.select1 {
  padding: .5rem .5rem;
  border: 1px solid hsl(242deg 88% 66%)
}

.daywise-sec .error-txt {
  position: relative;
  margin-right: 0;
  left: 0%;
  background: #e36c58;
  padding: 4px 10px;
  color: #fff !important;
  z-index: 1;
  border-radius: 3px;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 13px !important;
  top: -19px !important;
  box-shadow: 0 6px 6px 0 rgb(0 0 0 / 20%);
  width: fit-content;
  width: -moz-fit-content
}

.error-txt-daywise {
  position: relative;
  margin-right: 0;
  left: 0;
  background: #e36c58;
  padding: 4px 10px;
  color: #fff !important;
  z-index: 1;
  border-radius: 3px;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 13px !important;
  top: -16px !important;
  box-shadow: 0 6px 6px 0 rgb(0 0 0 / 20%);
  width: fit-content;
  width: -moz-fit-content
}

.daywise-sec .error-txt:after {
  bottom: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(227, 108, 88, 0);
  border-bottom-color: #e36c58;
  border-width: 6px;
  margin-left: -12px
}

.error-txt-daywise:after {
  bottom: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(227, 108, 88, 0);
  border-bottom-color: #e36c58;
  border-width: 6px;
  margin-left: -12px
}

.alert-notification-bx {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 120px;
  background: #0984e3;
  padding: 10px;
  max-width: 350px;
  margin: 0 auto;
  right: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 50px rgb(0 0 0 / 39%);
  box-shadow: 0 0 50px rgb(0 0 0 / 39%);
  color: #fff;
  text-align: left;
  font-weight: 600;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s
}

.styled-select {
  border: 1px solid #0c94ea;
  background-color: transparent;
  display: inline-block;
  margin: 0 2px;
  height: 30px;
  color: #fff;
  position: relative;
  border-radius: .25rem
}

.styled-select,
.styled-select .curr {
  padding: 3px 20px 5px 5px;
  max-width: 438px;
  width: 100%;
  height: 38px font-size: 15px;
}

.styled-select select {
  padding: 0;
  margin: 0;
  height: 0;
  visibility: hidden
}

.styled-select .curr {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  cursor: pointer
}

.styled-select .curr:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: black;
  position: absolute;
  top: 18px;
  right: 8px
}

.styled-select ul {
  border: 1px solid #0c94ea;
  background-color: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  z-index: 99;
  -webkit-box-shadow: 0 1px 4px -2px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 1px 4px -2px rgba(0, 0, 0, .4);
  box-shadow: 0 1px 4px -2px rgba(0, 0, 0, .4);
  height: auto
}

.styled-select li {
  list-style: none;
  cursor: pointer;
  padding: 8px 10px;
  margin: 0
}

.styled-select li:hover {
  background-color: #39f;
  color: white
}

.styled-select li.selected,
.styled-select li.selected:hover {
  background-color: #0c94ea;
  color: black
}

.styled-select li.disabled,
.styled-select li.disabled:hover {
  color: #bbb;
  font-style: italic;
  background: 0;
  cursor: text
}

.styled-select .curr.focused {
  background-color: #fff
}

.multipleslot label {
  font-size: 14px;
  line-height: 15px;
  color: #303030
}

.add-slot {
  color: #fff;
  background-color: var(--font-color-4);
  font-size: 14px;
  padding: 3px 10px
}

.add-slot:hover {
  color: #fff
}

.red-icon {
  color: red
}

fieldset {
  margin: 1em 0;
  border: 0 !important;
  padding: 0 !important;
  position: relative
}

.datepicker-sec input {
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 200;
  border: 0 solid #999 !important;
  padding: 0 1em;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-radius: 6px;
  background: var(--outer-bg-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

#input_date {
  position: absolute;
  right: 1em;
  top: .6em;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  width: 15px;
  min-height: 15px;
  border-top: 2px solid var(--font-color-7) !important;
  border-left: 2px solid var(--font-color-7) !important;
  transform: rotate(226deg);
  border-radius: 0;
  box-shadow: none
}

#input_date:focus {
  border-top-color: #0089ec;
  box-shadow: none
}

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: var(--font-color-7);
  position: absolute;
  z-index: 10000
}

.picker__input.picker__input--active {
  border-color: #0089ec
}

.picker__holder {
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

.picker {
  width: 100%
}

.picker__holder {
  position: absolute;
  background: var(--outer-bg-color);
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  max-height: 0;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: all .15s ease-out, max-height 0 .15s;
  -moz-transition: all .15s ease-out, max-height 0 .15s;
  transition: all .15s ease-out, max-height 0 .15s
}

.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: all .15s ease-out, max-height 0;
  -moz-transition: all .15s ease-out, max-height 0;
  transition: all .15s ease-out, max-height 0;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12)
}

.picker__box {
  padding: 0 1em
}

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em
}

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em
}

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic
}

.picker__select--month,
.picker__select--year {
  font-size: .8em;
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: .66em .25em;
  margin-left: .25em;
  margin-right: .25em;
  margin-top: -.5em
}

.picker__select--month {
  width: 35%
}

.picker__select--year {
  width: 22.5%
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec
}

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  top: -.33em;
  padding: .5em 1.33em;
  width: 1em;
  height: 1em
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.5em
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.5em
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid var(--font-color-7);
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto
}

.picker__nav--next:before {
  border-right: 0;
  border-left: .75em solid var(--font-color-7)
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: var(--font-color-7);
  background: transparent
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: 0;
  border-right-color: whitesmoke;
  border-left-color: whitesmoke
}

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em
}

@media(min-height:26.5em) {
  .picker__table {
    margin-bottom: .75em
  }
}

.picker__table td {
  margin: 0;
  padding: 0
}

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500
}

@media(min-height:26.5em) {
  .picker__weekday {
    padding-bottom: .5em
  }
}

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent
}

.picker__day--today {
  color: #0089ec;
  position: relative
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent
}

.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec
}

.picker__day--highlighted {
  background: #b1dcfb
}

.picker__day--disabled:before {
  border-top-color: #aaa
}

.picker__day--outfocus {
  color: #ddd;
  -ms-filter: "alpha(Opacity=66)";
  filter: alpha(opacity=66);
  -moz-opacity: .66;
  opacity: .66
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: var(--font-color-7);
  background: #b1dcfb
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #0089ec;
  color: #fff
}

.picker__day--disabled,
.picker__day--disabled:hover {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #ddd;
  cursor: default
}

.picker__footer {
  text-align: center
}

.picker__button--today,
.picker__button--clear {
  border: 1px solid #fff;
  background: var(--outer-bg-color);
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 50%;
  display: inline-block;
  vertical-align: bottom
}

.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: var(--font-color-7);
  background: #b1dcfb;
  border-bottom-color: #b1dcfb
}

.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0
}

.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0
}

.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent
}

.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -.1em;
  color: #e20;
  vertical-align: top;
  font-size: 1.1em
}

.white-bg {
  border-radius: 0px;
  background: var(--outer-bg-color);
  border-bottom: 1px solid #f8f9fb;
}

.trial-txt h6 {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #303030
}

/*.calendar-link h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: var(--font-color-7);
  margin-bottom: 0
}*/

.calendar-link h5 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: left;
  color: var(--font-color-7);
  margin-right: 3px;
  padding-top: 5px !important;
}

.calendar-link h5 span {
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: var(--font-color-3)
}

.create-calendar h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: var(--font-color-9);
  margin-bottom: 0
}

.stat-cards-info__title {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: var(--font-color-6)
}

.stat-cards-item {
  border-radius: 6px;
  background: var(--outer-bg-color);
  box-shadow: 0 6px 20px rgba(193, 207, 217, 0.2)
}

.stat-cards-info h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 11px;
  text-align: center;
  color: var(--font-color-6)
}

.appointment-sec h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #425a76
}

.appt-up {
  border-radius: 6px;
  background: var(--outer-bg-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: .5em;
  width: 100%
}

.appt-up.active {
  border-right: 6px solid #030303
}

.appt-up h6 {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: var(--font-color-8)
}

.appt-up h6 span {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #22ce8b
}

.appt-up dt {
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  color: var(--font-color-8)
}

.appt-up dd {
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  color: #22ce8b
}

.btn-solid {
  max-width: 131px;
  width: 100%;
  padding: .5em;
  border-radius: 3px;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  color: #fff
}

.btn-red {
  background: #e94e60
}

.btn-green {
  background: #22ce8b
}

.btn-yellow {
  background: #fecd54
}

.btn-blue {
  background: #559ee8
}

.appt-up h6 span.badge {
  font-size: 13px;
  color: #fff !important
}

.doctor-sec .styled-select {
  min-width: 280px;
  width: 100%;
  border-radius: 6px;
  background: var(--outer-bg-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 0
}

.page-heading h5 {
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .02em;
  line-height: 1.5;
  text-align: left;
  color: var(--font-color-8);
  margin: .5em 0 .5em
}

.upcoming-sec {
  overflow-y: auto;
  height: 50vh
}

/*button:focus:(:focus-visible) {
  border: inherit!important;
  box-shadow: none!important
}

button:focus:not(:focus-visible) {
  outline: 0;
  border: inherit!important;
  box-shadow: none!important
}*/

.appt-up.active h6 span {
  color: #22ce8b !important
}

.appt-up.active h6 span.badge {
  color: #fff !important
}

#features {
  background: var(--outer-bg-color);
}

#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1
}

/*#features span {
  float: right
}*/

#features .box-item .icon {
  text-align: left;
  margin: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

#features .box-item .icon i {
  color: #008de2;
  font-size: 30px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

#features .box-item .text h4 {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--font-color-8);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

#features .box-item .text p {
  font-size: 13px;
  line-height: 1.2;
  color: #0d82cb;
  font-weight: 500;
}

#features .box-item a {
  /*font-size: 14px;
  line-height: 26px;*/
  font-size: 11px;
  line-height: 1 !important;
  color: #080808;
  /*text-transform: uppercase;*/
  font-weight: 500;
}

#features .box-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1)
}

#features .box-item:hover h4 {
  color: #008de2
}

#features .show-box {
  margin-top: 50px
}

#features .show-box img {
  width: 100%
}

#features .box-item .link-txt span {
  font-size: 10px;
  line-height: 20px;
  color: #4485f9;
  font-weight: 400;
}

.calendar-link a {
  text-transform: none !important;
}

.btn-copy-link {
  max-width: 88px;
  width: 100%;
  border-radius: 4px;
  background: transparent;
  border: 0 solid var(--font-color-9);
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #080808;
  padding: 5px 10px
}

.btn-copy-link:focus {
  box-shadow: none;
  border: 1px solid var(--font-color-9) !important
}

.btn-copy-link:hover {
  color: #080808
}

button,
input,
optgroup,
select,
textarea {
  /*font-family: 'Source Sans Pro', sans-serif!important*/
}

.responsive-tabs dt {
  padding: .5em 1em;
  border-top: .8px solid rgba(0, 0, 0, .1);
  cursor: pointer
}

.responsive-tabs dt:first-child {
  border-top: 0
}

.responsive-tabs .active {
  background-color: transparent;
  border-radius: 3px;
  border-bottom: 3px solid #2680eb
}

.responsive-tabs .active+dd {
  display: block
}

.responsive-tabs dd {
  display: none;
  padding: .5em
}

.responsive-tabs-placeholder {
  display: block
}

.responsive-tabs dt,
.responsive-tabs-placeholder dt {
  font-weight: 500;
}

.responsive-tabs-placeholder a {
  font-size: 14px;
}

@media only screen and (min-width:768px) {
  .responsive-tabs dt {
    float: left;
    border-top: 0
  }

  .responsive-tabs .active+dd {
    display: none
  }

  .responsive-tabs-placeholder {
    clear: both;
    display: block;
    padding: 1em;
    border-top: 1px solid #ccc
  }
}

.w-442 {
  max-width: 442px;
  width: 100%
}

.profile-pic {
  max-width: 200px;
  max-height: 200px;
  display: block
}

.file-upload {
  display: none
}

.circle {
  border-radius: 1000px !important;
  overflow: hidden;
  width: 128px;
  height: 128px;
  border: 2px solid rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 72px
}

img {
  max-width: 100%;
  height: auto
}

.p-image {
  position: absolute;
  top: 167px;
  left: 6em;
  color: #666;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275)
}

.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275)
}

.upload-button {
  font-size: 1.2em
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999
}

.account-details input.editable-label-text,
.account-details input.editable-label-text:focus-visible {
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 4px 10px;
  height: 26px !important;
  font-weight: 600;
  font-size: 11px;
  color: #555;
  border-radius: 4px;
  margin-bottom: 6px !important
}

.account-details .weblink-ttl-edit label i {
  color: #05a7c7;
  position: relative;
  top: 4px;
  padding-left: 3px
}

.account-details .weblink-ttl-edit,
.account-details .weblink-ttl-edit label {
  cursor: pointer;
  width: 100%;
  max-width: 447px
}

.web-field .act-btn {
  color: #fff;
  border: 0;
  padding: 5px 7px;
  line-height: 0;
  border-radius: 3px;
  width: 25px;
  cursor: pointer;
  margin-right: 2px;
  margin-left: 2px;
  height: 25px
}

.web-field .act-btn {
  color: #fff;
  border: 0;
  padding: 8px 3px;
  line-height: 0;
  border-radius: 3px;
  width: 25px;
  cursor: pointer;
  margin-right: 2px;
  margin-left: 2px;
  height: 25px;
  font-size: 11px
}

.account-details i {
  color: inherit
}

.profile-sec .edit-icon {
  color: #63c9ef
}

.profile-sec textarea {
  max-width: 400px;
  height: 150px;
  width: 100%;
  resize: none
}

.appointment-sec h6 {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: var(--font-color-1)
}

.edit-input .form-control:focus {
  box-shadow: inherit !important;
  border-left: 0 !important
}

.edit-input .input-group>.form-control:focus,
.profile-sec-bot .input-group>.form-select:focus {
  box-shadow: inherit !important
}

.edit-input span.input-group-text {
  background-color: #fff;
  border-color: inherit;
  border-radius: 0;
  border-width: 1px 0 1px 1px;
  padding: 1px 1px 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: #555
}

.edit-input .form-control {
  border-left: 0 !important;
  padding: 0 !important
}

.edit-input .input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 0
}

.profile-sec h4,
.profile-sec-bot h4 {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: var(--font-color-1)
}

.profile-sec label {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #d9c7c7
}

.profile-sec i {
  color: #63c9ef
}

.profile-sec .form-control {
  background: transparent
}

.profile-sec-bot .form-control {
  background: transparent;
  border-style: solid;
  border-width: .4px .4px .4px 0 !important
}

.profile-sec-bot .form-control:focus {
  box-shadow: inherit !important
}

.profile-sec-bot .input-group>.form-control:focus,
.profile-sec-bot .input-group>.form-select:focus {
  box-shadow: inherit !important
}

.profile-sec-bot i {
  background: #16489a;
  width: 26px;
  height: 26px;
  padding: 5px;
  border-radius: 3px;
  color: #fff
}

.profile-sec-bot .input-group-text {
  background-color: transparent;
  border-color: #0c94ea;
  border-width: .4px 0 .4px .4px
}

.profile-sec-bot .form-control {
  border-left: 0 !important
}

.profile-sec-bot .form-sec .form-label {
  display: inline
}

.input-file,
.input-file1 {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1
}

.js-labelFile,
.js-labelFile1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer
}

.img-up label {
  color: #303030;
  text-align: center
}

.btn-file {
  position: relative;
  overflow: hidden
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block
}

.file-input-label {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 4px
}

input[readonly] {
  background-color: white !important;
  cursor: text !important
}

.btn-file {
  width: 438px;
  height: 49px;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: var(--font-color-9);
  border: .4px solid #303030;
  border-radius: 4px
}

.box-sec h6 {
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
  color: var(--font-color-1)
}

.img-profile-sec {
  width: 100px;
  border: 2px solid #ebdbdb;
  border-radius: 50%
}

.timezone-sec .styled-select ul {
  overflow-y: scroll;
  height: 200px
}

.pad-top {
  padding-top: 6px
}

.pad-top-21 {
  padding-top: 16px
}

.pad-top-19 {
  padding-top: 16px
}

.doctor-list .profile-sec {
  max-width: 50px;
  height: 50px;
  width: 100%
}

.calendar-link label.form-label {
  text-align: center !important
}

.calendar-link .name-act-btn {
  right: 0
}

.calendar-link span.refresh-txt {
  line-height: 41px
}

.refresh-bx-sec {
  transition: all .5s ease-in-out
}

.edit-name-form .act-btn {
  color: #fff;
  border: 0;
  padding: 3px;
  line-height: 0;
  border-radius: 3px;
  width: 20px;
  cursor: pointer
}

.edit-name-form .act-btn i {
  font-size: 14px
}

.edit-name-form {
  position: relative
}

.edit-name-form input.form-control {
  font-size: 14px;
  margin: 5px 10px 6px;
  border-width: 0px 0px 1px !important;
  border-color: #2f6ddf !important;
  border-style: solid !important;
  border-radius: 0px;
  min-width: 260px;
  width: 100%;
  min-height: 30px !important;
}

.calendar-list-box .edit-name-form input.form-control {
  margin: 1px 10px 6px;
}

/*#link-edit-field-11 .edit-name-form input.form-control{
  min-width: 225px;
}*/
/*.calendar-link-sec .edit-name-form input.form-control{
  min-width: 225px;
}*/
.edit-name-form .name-act-btn {
  position: absolute;
  top: -2px;
  padding: 0px 5px;
  right: -75%;
}


span.refresh-txt {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
  padding-right: 25px;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  text-align: left;
  color: #349dde;
}

.refresh-bx-sec {
  background: transparent;
  border: 1px solid #d9dadc;
  position: relative;
  width: 100%;
  min-height: 40px;
  padding: 0 1px 0 5px
}

.refresh-bx-sec i.icons-fld {
  position: absolute;
  right: -5.5em;
  top: .7em;
  color: var(--font-color-9);
  cursor: pointer
}

.refresh-bx-sec-link {
  background: transparent;
  border: 0px solid #d9dadc;
  position: relative;
  width: 100%;
  min-height: auto;
  /*padding: 0 1px 0 5px;*/
  padding: 0 12px 0 5px;
}

.refresh-bx-sec-link i.icons-fld {
  position: absolute;
  right: -14%;
  top: 7px;
  color: var(--font-color-9);
  cursor: pointer
}

.refresh-bx-sec-link.form-control {
  border: 0 solid transparent !important
}

.edit-name-form {
  width: 100%
}

.edit-name-form input {
  padding-left: 10px !important
}

.refresh-bx-sec.form-control {
  border: 0 solid transparent !important
}

.bg-green {
  background: #05a7c7
}

.edit-input .form-control:focus {
  box-shadow: inherit !important;
  border-left: 0 !important
}

.edit-input .input-group>.form-control:focus,
.profile-sec-bot .input-group>.form-select:focus {
  box-shadow: inherit !important
}

.edit-input span.input-group-text {
  background-color: var(--outer-bg-color);
  border-color: inherit;
  border-radius: 0;
  border-width: 0;
  padding: 1px 1px 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #555
}

.edit-input .form-control {
  border: 0 !important;
  padding: 0 !important;
  min-width: 255px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}

.edit-input .input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 0
}

.bg-gray {
  background: #797d7f
}

.w-300 {
  max-width: 300px;
  width: 100%
}

.integ-top-nav .nav-link {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #43425d;
  opacity: .5;
  padding: .5rem 1.5rem
}

.integ-top-nav .nav-link.active {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #3b86ff;
  opacity: 1;
  border-bottom: 2px solid #3b86ff
}

.integ-bg-blu {
  border-radius: 12px;
  background: #f5f9fb;
  padding: 1.5rem
}

.integ-but {
  width: 229px;
  height: 35px;
  background: #1780e3;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 20px;
  line-height: 11px;
  text-align: center;
  color: #fff
}

.integ-text h6 {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 18px;
  line-height: 11px;
  text-align: left;
  color: #090808
}

.blu-bck-bg {
  height: 49px;
  border-radius: 4px;
  background: rgba(122, 197, 235, 0.11);
  padding: 7px 15px
}

.pagination-sec i {
  background-color: var(--font-color-4) !important;
  color: #fff;
  padding: .1em .3em;
  font-size: 30px;
  cursor: pointer
}

.pagination-sec .page-item i {
  color: #fff
}

.pagination-sec .page-item.disabled-sec i {
  padding: .1em .3em;
  font-size: 30px
}

.location-list-sec {
  height: fit-content;
}

/*.speciality-sec {
  height: 250px
}*/

.location-list-sec {
  font-weight: normal;
  font-size: 15px
}

.doctor-sec .select2-container--bootstrap4.select2-container--focus .select2-selection {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.doctor-sec .select2-container--bootstrap4 .select2-selection {
  border: 0 solid #0c94ea;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.doctor-sec .select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #aaa !important
}

.note-popover.popover.in.note-link-popover.bottom,
.note-popover.popover.in.note-table-popover.bottom,
.note-popover.popover.in.note-image-popover.bottom {
  display: none
}

.img-upload label {
  display: block;
  height: 40px;
  border-radius: 6px;
  background: var(--outer-bg-color);
  border: .5px solid #3989d5;
  width: 100%;
  color: #95989a !important;
  padding: 10px 10px;
  font-size: 14px;
  text-align: center;
  line-height: .5
}

.js-labelFile,
.js-labelFile1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer
}

.img-upload-close {
  position: absolute;
  top: -16px;
  right: -7px
}

a.panel-del {
  position: absolute;
  top: 8%;
  right: -1%
}

a.panel-del1 {
  position: absolute;
  top: 8%;
  right: -4%
}

.red-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--red-hue), 79%, 60%)
}

.pink-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--pink-hue), 79%, 60%)
}

.violet-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--violet-hue), 79%, 60%)
}

.bluelgt-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--blue-hue), 79%, 60%)
}

.blue-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--blue-lgt-hue), 79%, 60%)
}

.bluedrk-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--blue-lgt1-hue), 79%, 60%)
}

.greendrk-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--blue-drk-hue), 79%, 60%)
}

.greenlgt-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--green--drk-hue), 79%, 60%)
}

.green-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--green--lgt-hue), 79%, 60%)
}

.yellow-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--green-hue), 79%, 60%)
}

.yellowdrk-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--yellow-hue), 79%, 60%)
}

.yellowdrk1-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--yellow-drk-hue), 79%, 60%)
}

.orange-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--yellow-drk1-hue), 79%, 60%)
}

.orangedrk-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--orange-hue), 79%, 60%)
}

.radiumgrn-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--orange-drk-hue), 79%, 60%)
}

.radiumlgtgrn-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--radium-green-hue), 79%, 60%)
}

.pinkdrk-bar-top {
  border-width: 10px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--radiumlgt-green-hue), 79%, 60%)
}

.violetdrk-bar-top {
  border-width: 6px 0 0 0;
  border-style: solid;
  border-color: #1596e6;
}

.modal-body h6 {
  line-height: 1.8
}

.department-sec .select2-container {
  display: block;
  max-width: 438px;
  width: 100%
}

.cal-det-sec-top .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact
}

.cal-det-sec-top .form-check-input:checked[type=radio] {
  border: 1px solid var(--font-color-4) !important;
  background-color: var(--font-color-7)
}

.calender-details .select2-container {
  max-width: 438px;
  width: 100%
}

/*.form-control:focus {
  box-shadow: none!important;
  border: 1px solid #303030!important
}*/

.users-item-dropdown a.active {
  color: #2f49d1
}

.main {
  margin-bottom: 0 !important
}

.modal-body h5,
.modal-body h6 {
  line-height: 1.4 !important;
  /*color: var(--font-color-7);*/
  color: #303030;

}

.event-up {
  border-radius: 6px;
  background: var(--outer-bg-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: .5em;
  width: 100%;
  border: 1px solid #2f6ddf;
}

.event-up.active {
  border-right: 6px solid #030303
}

.event-up h6 {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: var(--font-color-8)
}

.event-up h6 span {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #22ce8b
}

.event-up dd {
  font-weight: normal;
  font-size: 15px;
  line-height: 2;
  color: var(--font-color-8)
}

.event-up dt {
  font-weight: normal;
  font-size: 15px;
  line-height: 2;
  color: #22ce8b
}

.profile-sec-bot .input-group {
  max-width: 438px;
  width: 100%
}

.profile-sec-bot .form-control:focus {
  border-width: 1px 1px 1px 0 !important;
  border-style: solid !important
}

.calendar-link input:focus,
.calendar-link .input-group>.form-control:focus,
.calendar-link .input-group>.form-select:focus {
  box-shadow: none !important;
  border: none !important
}

.modal-body {
  padding: 1rem 3rem
}

.day-multiple-book {
  padding-left: 1rem
}

.confirm_sms_block,
.cancel_sms_block,
.reschedule_sms_block {
  margin-top: 2.1rem
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  box-shadow: none !important
}

#orginlocation .select2-container {
  display: block;
  max-width: 438px;
  width: 100%
}

.red-clr {
  color: #d90b0b !important
}

.new-class {
  height: 100% !important;
  border-radius: 6px;
  background: var(--outer-bg-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

#doctor-list.box-sec,
#doctor-list .box-sec,
#speciality-sec.box-sec,
#Billing-group.box-sec,
#reports-sec.box-sec,
#event-dashboard-sec .box-sec,
#addinsurance-sec.box-sec {
  min-height: 440px;
  height: 100%
}

.select2.select2-container.select2-container--bootstrap4.select2-container--below.select2-container--open.select2-container--focus {
  box-shadow: none !important
}

.img-profile-sec p {
  font-size: 13px
}

/*.table-responsive {
  display: block;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}*/

#reports-sec .select2-container--bootstrap4 .select2-selection,
.doctor-sec .select2-container--bootstrap4 .select2-selection {
  border: 1px solid #2f6ddf !important;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%) !important
}

#reports-sec .select2.select2-container.select2-container--bootstrap4.select2-container--below.select2-container--open.select2-container--focus,
.doctor-sec .select2.select2-container.select2-container--bootstrap4.select2-container--below.select2-container--open.select2-container--focus {
  box-shadow: none !important
}

.select2-container--bootstrap4 .select2-results>.select2-results__options {
  /*max-height: .5em;*/
  overflow-y: scroll
}

.tabs-wrapper input[type=radio] {
  display: none
}

.tabs-wrapper label {
  transition: all .3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  color: #303030;
  height: 3em;
  background: var(--outer-bg-color);
  text-align: center;
  line-height: 3em
}

.tabs-wrapper label {
  margin: 0 6% 0 0%;
  width:
}

@media screen and (max-width:1600px) {
  .tabs-wrapper label {
    width: 15%
  }
}

@media screen and (max-width:900px) {
  .tabs-wrapper label {
    width: 20%
  }
}

@media screen and (max-width:600px) {
  .tabs-wrapper label {
    width: 100%;
    display: block;
    border-bottom: 2px solid #4d4c47
  }

  #bufferTimeHorM.form-select {
    margin-top: 1rem;
  }
}

.tabs-wrapper label:last-of-type {
  border-bottom: 0
}

.tabs-wrapper label:hover {
  background: #fff
}

.tabs-wrapper input[type=radio]:checked+label {
  color: #303030;
  border-bottom: 3px solid #2680eb
}

.tabs-wrapper .tab-body {
  position: absolute;
  top: -9999px;
  opacity: 0;
  padding: 10px;
  transition: opacity .5s ease-in
}

@media screen and (max-width:600px) {
  .tabs-wrapper {
    margin: 0
  }
}

.tab-body-wrapper {
  background: var(--outer-bg-color);
  border-top: .8px solid rgba(0, 0, 0, .1)
}

@media screen and (max-width:600px) {
  .tab-body-wrapper {
    border: 0
  }
}

#tab1:checked~.tab-body-wrapper #tab-body-1,
#tab2:checked~.tab-body-wrapper #tab-body-2,
#tab3:checked~.tab-body-wrapper #tab-body-3,
#tab4:checked~.tab-body-wrapper #tab-body-4 {
  position: relative;
  top: 0;
  opacity: 1
}

#fullcal .select2-container--bootstrap4 .select2-selection--single {
  /*height: calc(1.3em+0.5rem+2px) !important;*/
  height: 2rem;
}

#fullcal .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 2.2 !important;
}

#halfcal .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 2.2 !important;
}

#fullcal .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  width: 110px;
  font-size: 13px;
  font-weight: 500;
}

#halfcal .select2-container--bootstrap4 .select2-selection--single {
  /*height: calc(1.3em+0.5rem+2px);*/
  height: 2rem;
}

.modal-open .select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 13px;
  font-weight: 500;
}

#halfcal .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 2.1;
}

#halfcal .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  width: 110px;
  font-size: 13px;
  font-weight: 500;
}

.cr-slider:focus {
  outline: 0;
  box-shadow: none !important;
  border: inherit !important
}

#reportrange span {
  /*font-size: 13px;*/
  font-family: 'Source Sans Pro', sans-serif !important
}

#radio-btn .select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.3em+0.65rem+2px)
}

#radio-btn .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.2em+0.75rem)
}

#reportrange {
  background: var(--outer-bg-color);
  cursor: pointer;
  padding: 3px 6px;
  border: 1px solid #ccc;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: .25rem
}

.datepicker-sec .fa.fa-caret-down {
  float: right;
  margin-top: .5em
}

.doctoer-sec .select2-container {
  max-width: 438px;
  width: 100%
}

.box-sec.create-new-box {
  height: 455px;
  margin: 0 auto
}

.daywise-sec .Holiday {
  background-image: url("../img/categories/Holiday.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 6px;
}

.daywise-sec .SHIFT-1 {
  background-image: url("../img/categories/shift1button.png");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px
}

.daywise-sec .SHIFT-2 {
  background-image: url("../img/categories/shift2button.png");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px
}

.daywise-sec .SHIFT-3 {
  background-image: url("../img/categories/shift3button.png");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px
}

.daywise-sec td.fc-day-top.fc-tue.fc-past,
td.fc-day-top.fc-sun.fc-past,
td.fc-day-top.fc-mon.fc-past,
td.fc-day-top.fc-wed.fc-past,
td.fc-day-top.fc-thu.fc-past,
td.fc-day-top.fc-sat.fc-past,
td.fc-day-top.fc-fri.fc-past {
  opacity: 25%
}

#change-pwd .eye-password,
#change-pwd .fa-eye-slash,
#change-pwd .fa-eye {
  top: 50px;
  right: 3%
}

#disabled-sec .select2-container {
  max-width: 438px;
  width: 100%
}

::-ms-reveal {
  display: none !important
}

.doctor-detail-sec #deleteimg {
  position: absolute;
  z-index: 999;
  top: -3%;
  right: 40%
}

#sunDIV-1 .select2-selection__arrow,
#monDIV-1 .select2-selection__arrow,
#tueDIV-1 .select2-selection__arrow,
#wedDIV-1 .select2-selection__arrow,
#thuDIV-1 .select2-selection__arrow,
#friDIV-1 .select2-selection__arrow,
#satDIV-1 .select2-selection__arrow {
  right: 1px
}

#availability .select2-container--bootstrap4 .select2-selection {
  width: 100%;
  font-size: 14px !important;
}

/*.main-sec .iti--allow-dropdown input,
.iti--separate-dial-code input {
  padding: .4em 2em
}

.main-sec .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  top: -7px;
  right: -2px;
  height:
}

.main-sec .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent
}*/

.host-sec-outer {
  border-radius: 7px;
  background: var(--outer-bg-color);
  border: .2px solid #eaeaea;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  padding: .8rem
}

.host-sec-outer p {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #070606
}

.host-sec .img-bg {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: var(--outer-bg-color);
  border: .4px solid #c3bcbc
}

.buttonContainer {
  text-align: center;
  font-family: 'Poiret One', cursive
}

.host-sec .btn {
  width: 25px;
  height: 25px;
  background: #c3bcbc;
  -moz-border-radius: 50px;
  webkit-border-radius: 50px;
  border-radius: 100%;
  margin: 3px;
  border: 1px solid #c3bcbc;
  color: #fff;
  line-height: 2px;
  padding: 5px 5px;
  font-size: 13px
}

.tabbable-line-event>.nav-tabs {
  border: 0;
  margin: 0
}

.tabbable-line-event>.nav-tabs>li {
  margin-right: 3rem
}

.tabbable-line-event>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: var(--font-color-9);
  padding: 0rem 2rem;
  text-decoration: none
}

.tabbable-line-event>.nav-tabs>li>a>i {
  color: #a6a6a6
}

.tabbable-line-event>.nav-tabs>li.open,
.tabbable-line-event>.nav-tabs>li:hover {
  border-bottom: 2px solid #3b86ff
}

.tabbable-line-event>.nav-tabs>li.open>a,
.tabbable-line-event>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: var(--font-color-9)
}

.tabbable-line-event>.nav-tabs>li.open>a>i,
.tabbable-line-event>.nav-tabs>li:hover>a>i {
  color: #a6a6a6
}

.tabbable-line-event>.nav-tabs>li.open .dropdown-menu,
.tabbable-line-event>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0
}

.tabbable-line-event>.nav-tabs>li.active {
  border-bottom: 2px solid #3b86ff;
  position: relative
}

.tabbable-line-event>.nav-tabs>li.active>a {
  border: 0;
  color: #3b86ff
}

.tabbable-line-event>.nav-tabs>li.active>a>i {
  color: #404040
}

.tabbable-line-event>.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
  box-shadow: inherit
}

.tabbable-line-event>.tab-content p {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #070606;
  line-height: 1.5
}

.portlet .tabbable-line-event>.tab-content {
  padding-bottom: 0
}

.tab-pane-txt {
  height: 20vh;
  overflow-wrap: break-word;
  line-height: 1.7;
  text-align: justify;
  padding: 10px
}

#summer-outer .modal-header {
  border-bottom: 0 solid #dee2e6
}

#summer-outer .panel-heading.note-toolbar,
#speaker-outer .panel-heading.note-toolbar {

  background-color: #ccc;
}

#summer-outer .modal-footer,
#speaker-outer .modal-footer {
  border-top: 0 solid #dee2e6
}

.tabs-wrapper input[type=radio] {
  display: none
}

.tabs-wrapper label {
  transition: all .3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  color: var(--font-color);
  width: fit-content !important;
  height: 3em;
  background: var(--outer-bg-color);
  text-align: left;
  line-height: 3em;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width:1600px) {
  .tabs-wrapper label {
    width: 19%
  }
}

@media screen and (max-width:900px) {
  .tabs-wrapper label {
    width: 20%
  }
}

@media screen and (max-width:600px) {
  .tabs-wrapper label {
    width: 100%;
    display: block;
    border-bottom: 2px solid #4d4c47
  }
}

.tabs-wrapper label:last-of-type {
  border-bottom: 0
}

.tabs-wrapper label:hover {
  background: transparent;
}

.tabs-wrapper input[type=radio]:checked+label {
  color: var(--font-color);
  border-bottom: 3px solid #2680eb;
  width: fit-content;
}

.tabs-wrapper .tab-body {
  position: absolute;
  top: -9999px;
  opacity: 0;
  padding: 0px;
  transition: opacity .5s ease-in
}

@media screen and (max-width:600px) {
  .tabs-wrapper {
    margin: 0
  }
}

.tab-body-wrapper {
  background: var(--outer-bg-color);
  border-top: 0px solid rgba(0, 0, 0, .1)
}

@media screen and (max-width:600px) {
  .tab-body-wrapper {
    border: 0
  }
}

#tab1:checked~.tab-body-wrapper #tab-body-1,
#tab2:checked~.tab-body-wrapper #tab-body-2,
#tab3:checked~.tab-body-wrapper #tab-body-3,
#tab4:checked~.tab-body-wrapper #tab-body-4 {
  position: relative;
  top: 0;
  opacity: 1
}

.accordion-body dd:last-child {
  margin-left: -20px
}

.note-image-input {
  color: #fff
}

#features .box-item .text h4 {
  max-width: 14ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

#features .box-item .text p {
  /*max-width: 16ch;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.note-toolbar .note-icon-menu-check::before {
  content: " " !important
}

.note-toolbar .note-icon-menu-check a.checked::before {
  content: "\f00c" !important;
  font: normal normal normal 14px/1 FontAwesome
}

.note-toolbar .note-popover .popover-content .dropdown-menu.note-check li a i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  visibility: visible !important
}

.note-popover .popover-content .dropdown-menu,
.panel-heading.note-toolbar .dropdown-menu {
  min-width: 51px !important
}

.note-popover .popover-content .dropdown-menu li,
.panel-heading.note-toolbar .dropdown-menu li {
  padding: 3px 7px !important
}

.disabled-sec-est,
.disabled-sec-mes,
.disabled-sec-Tit,
.disabled-sec-des {
  opacity: .4;
  pointer-events: none;
  cursor: default
}

#image_demo .cr-viewport.cr-vp-square {
  width: 402px !important
}

h4.ui.header {
  font-size: 14px !important;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.select-menu.drp-location .select2-container--bootstrap4 .select2-selection {
  /*width: 20rem*/
}

.location-list-sec dt,
.location-list-sec dd.special-secc {
  max-width: 80ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

#idd img.img-profile-sec {
  border: 0 solid #ebdbdb
}

#orginlocation .input-group .form-control {
  max-width: 385px;
  border-width: 1px 0 1px 1px !important;
  border-style: solid;
  border-color: #0c94ea
}

#show.input-group-text {
  cursor: pointer;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #0c94ea;
  background: transparent;
  width: 12%
}

/*s*/

.reset-wrap .error-div,
.reset-wrap .success-div {
  max-width: 438px;
  width: 100%;
  font-size: 14px;
}

.bootstrap-tagsinput input {
  width: 100% !important
}

.detail-icon {
  padding-right: 0 !important;
  width: 30px
}

.accordion-body dd.loc-sec {
  max-width: 20ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.accordion-body dd.loc-sec {
  margin-left: -18px
}

#reportrange .fa-calendar {
  /*font-size: 9px*/
}

#app .btn-blu {
  padding: .4em .3em .4em;
  background: var(--font-color-9);
  border: 1px solid var(--font-color-9);
  color: #fff;
  max-width: 200px;
  width: 100%;
  line-height: 1.6;
  font-size: 18px
}

.field.column i {
  font-size: 16px;
  margin-top: .6rem
}

.ui.grid i,
.attr-base i {
  font-size: 16px;
  margin-top: .2rem
}

.field-name-sec {
  max-width: 17ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container--bootstrap4 .select2-selection {
  border-color: inherit;

  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ced4da !important;
  /*border-radius: 6px 6px 6px 6px !important;
  font-size: 14px !important;*/
}


.gen-field i,
input[type='checkbox'] {
  cursor: pointer
}

/*.iti__country-list {
  overflow-x: hidden
}*/

/*.thin-scroll::-webkit-scrollbar-track {
  background:var(--outer-bg-color);
}

.thin-scroll::-webkit-scrollbar {
  width: 3px
}

.thin-scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px
}*/

.scrollbar {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: transparent;
  scrollbar-color: rgba(13, 110, 253, 0.5) transparent;
  scrollbar-width: thin
}

.scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #0d82cb #fff;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

.scrollbar::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 2px solid #fff;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #0d82cb;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #4485f9;
}

.scrollbar::-webkit-scrollbar-corner,
.scrollbar-1::-webkit-scrollbar-track {
  background-color: #b0b7c4;
}

[class^=scrollbar] {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.force-overflow {
  height: 600px
}

.event-up dd a.event-link {
  max-width: 30ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block
}

.event-detail-gray-bx h4 {
  max-width: 30ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block
}

.AppFormLeft .mail-img-sec img {
  top: 6rem;
  right: 8.7rem
}

.account-details input.editable-label-text,
.account-details input.editable-label-text:focus-visible {
  min-height: inherit;
  width: 86%;
  margin: 0rem 0rem .9rem
}

.appt-up dd.col-md-5 {
  max-width: 25ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block
}

.accordion-body .fa-times-circle {
  cursor: pointer
}

.event-dash-sec {
  position: relative;
  display: inline-block
}

.event-dash-sec h4 {
  position: absolute;
  top: 8rem;
  left: 24rem;
  text-align: center
}

/*24-02-22*/

#editloction .form-control:focus {
  color: #fff;
  /*background-color:var(--font-color-4);*/
  border-color: #86b7fe;
  outline: 0;
  /* box-shadow:0 0 0 0.25rem rgb(13 110 253/255); */
}

.js-remove--exam-row {
  position: absolute;
  right: 13%;
  top: 63%;
}

.accordion-button dt.col-sm-4 {
  max-width: 39ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: 14px;
  font-weight: 500 !important;
}

.accordion-body dd.col-sm-3 {
  max-width: 39ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--font-color);
}

/*28-02-22*/

.button-contact {
  max-width: 195px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: var(--font-color-9);
  font-weight: 500;
  font-size: 18px;
  line-height: 11px;
  color: #fff
}

.button-contact:hover {
  color: #fff
}

.accordion-flush .accordion-item .accordion-button {
  line-height: 1.5;
}

/*#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  padding-right:80px;
  font-size: 0.875rem;
}*/
.brand-profile-sec #the-count {
  float: right;
  /*padding: 0.1rem 0 0 0;*/
  padding-left: 14rem;
  font-size: 14px;
  font-weight: 500;
}

/*02-03-22*/

.accordion-body .wait-sec dd.col-sm-3 {
  max-width: 39ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: -1rem !important;
}

h4.top-heading,
h4.bot-heading {
  font-size: 20px;
  color: #303030;
}

p.top-txt {
  font-size: 16px;
  line-height: 1.2;
}

.integ-mid-sec h5,
.integ-form-sec h5 {
  color: #039be5;
  font-size: 17px;
}

.blu-bor-bx {
  border-radius: 4px;
  background-color: #fff;
  border: 0.8px solid #0c94ea;
  padding: .7em 0.5em;
}

p.bot-txt {
  font-size: 16px;
  line-height: 1.2;
}

.w-209 {
  max-width: 209px;
  width: 100%;
}

.integ-btn {
  color: #fff;
  background-color: #1ba4ea;
  border-color: #1ba4ea;
}

.integ-btn:hover {
  color: #fff;
  background-color: #1ba4ea;
  border-color: #1ba4ea;
}

/*03-03-22*/
#account-sec .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 13px;
}

.insurance-top-sec input[type="checkbox"],
.insurance-top-sec input[type="radio"] {
  min-height: auto;
  margin-top: 5px;
  border: solid #1ba4ea 2px !important;
  margin-right: 10px;
  width: 1.5em;
  height: 1.5em;
}

.insurance-top-sec input[type="checkbox"]:focus {
  box-shadow: none;
}

/*05-02-22*/

/*.ps__rail-x, .ps__rail-y{
  display: none;
}

.sidebar-body.ps.ps--active-y {
  box-shadow: none !important;
}*/

/*08-03-22*/
.note-image-url.form-control,
.note-link-text.form-control,
.note-link-url.form-control,
.note-video-url.form-control {
  /*color: #fff;*/
}

.event-detail-gray-bx .confirm-link span {
  /*max-width: 30ch;*/
  max-width: 23ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  float: left;
}

.event-detail-gray-bx {
  min-height: 60vh !important;
  height: 100% !important;
}

/*11-03-22*/

.w-26 {
  width: 26% !important;
}

#the-count2 {
  float: right;
  padding: 0.1rem 0 0 0;

  font-size: 0.875rem;
}

#the-count3 {
  float: right;
  padding: 0.1rem 0 0 0;

  font-size: 0.875rem;
}

#the-count4 {
  float: right;
  padding: 0.1rem 0 0 0;

  font-size: 0.875rem;
}

.mar-top {
  margin-top: 7rem;
}

/*14-03-22*/

/*.iti__selected-flag:focus-visible {
    outline: none;
}*/

/*22-03-22*/

.top-information,
.bottom-information {
  padding: 0 20px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  background-color: #29cc97;
  top: 14px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 0;
  font-weight: bold;
  box-shadow: none;
}

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: fec400;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.18rem + 2px);
  padding: .59rem 2rem .59rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  appearance: none
}

.custom-select:focus {
  border-color: #ccdcff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(76, 132, 255, 0.25)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .76562rem
}

.custom-select-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  font-size: 1.09375rem
}

/*25-03-22*/

.invalid-tooltip {
  position: absolute;
  top: 103%;
  z-index: 5;
  display: none;
  max-width: 100%;
  margin-top: 0rem;
  color: #fff;
  background-color: rgba(227, 108, 88, 9);
  border-radius: .25rem;
  padding: 0px 10px;
  line-height: 1.2;
  font-size: 12px;
  padding: 2px 4px;
}

.invalid-tooltip:after {
  bottom: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(227, 108, 88, 0);
  border-bottom-color: #e36c58;
  border-width: 6px;
  margin-left: -12px;
}

/*-- 30-03-22--*/
.font-12 {
  font-size: 12px !important;
}

/*07-04-22*/

#waitlist-sec .form-check-input {
  background-color: #fff !important;
  border: 1px solid #0c94ea !important;
}

#waitlist-sec .form-check-input:checked[type="checkbox"] {
  background-color: #0c94ea !important;
  border: 1px solid #0c94ea !important;
}

.box_general {
  background-color: #fff;
  padding: 15px 30px 0 30px;
  padding-bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #777;
  font-size: 16px;
  /*font-size: 0.875rem;*/
  /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);*/
  border: 1px solid #bce0ff;
}

.header_box h2 {
  font-size: 21px;
  font-size: 1.1rem;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
}

.box_general.padding_bottom {
  padding-bottom: 20px;
}

/*30-055-22*/

.btn-appt {
  color: #fff;
  background-color: var(--font-color-9);
  border-color: var(--font-color-9);
  border-radius: 5px;
}

.btn-appt:hover {
  color: #fff;
}

/*--- walkin-sec 30-05-21 ---*/

.walkin-sec input[type="checkbox"] {
  min-height: auto;
  margin-top: 9px !important;
  border: 1px solid #ccc !important;
}

.walkin-sec input[type="radio"] {
  min-height: auto;
  margin-top: 9px !important;
  border: 1px solid #ccc !important;
  width: 1em;
  height: 1em;
}

.walkin-sec .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}


/* --- calendar-sec walkin-sec 30-05-21  --- */

.schedule-calendar {
  background: transparent;
  border-radius: 2px;
  /* color:#7b6e72; */
  padding: 10px 10px;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #e0d6d3 !important;
}

.datepicker table tr td,
.datepicker table tr th {
  font-weight: 600;
}

.scroller {
  width: 100%;
  height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #44668d;
  scrollbar-width: thin;
}

@media(max-width:471px) {
  .datepicker table tr th.dow {
    font-size: 13px;
  }

  .schedule-calendar {
    padding: 10px 0px;
  }

  .calendar-sec th.datepicker-switch {
    font-size: 14px;
  }

  h4.dt-lg-txt span {
    display: inline-block;
    width: 100%;
  }

  .gray-bx-sec .next-btn-sec a {
    font-size: 12px;
  }

  h4.dt-lg-txt.blue-txt span {
    display: inline-block;
    width: 100%;
  }

  .bar-txt-none {
    display: none !important;
  }
}

@media(max-width:437px) {
  .btn-time-sec .sub-time-sec .btn-subtime {
    width: 49.2%;
  }
}

@media(max-width:435px) {
  .btn-time-sec .sub-time-sec .btn-subtime {
    width: 49%;
  }
}

@media(max-width:419px) {
  .datepicker table tr td {
    padding: 11px 0px !important;
    font-size: 12px !important;
  }

  .datepicker table tr th.datepicker-switch {
    padding: 11px 0px !important;
    font-size: 18px !important;
  }
}

@media(max-width:411px) {
  .appointment-sec .gray-bx-sec .add-txt {
    width: 100% !important;
  }
}

@media(max-width:405px) {
  .visible-time {
    display: inline-block;
    width: 100%;
  }

  .bar-txt1-none {
    display: none !important;
  }
}

@media(max-width:383px) {

  .datepicker table tr td,
  .datepicker table tr th {
    padding: 8px 0px !important;
  }
}

@media(max-width:343px) {
  .btn-time-sec .sub-time-sec .btn-subtime {
    width: 48.8%;
  }
}

.calendar-sec .datepicker .table-condensed {
  width: 100%;
}

.btn.disabled,
.btn:disabled {
  opacity: .3 !important;
}

.calendar-sec th.datepicker-switch {
  font-weight: normal;
  text-transform: capitalize;
}

.datepicker table tr td span.month.disabled,
.datepicker table tr td span.month.disabled:hover,
.datepicker table tr td span.month.disabled:focus {
  cursor: not-allowed !important;
  background: #f6f6f6 !important;
  opacity: 0.3 !important;
  color: #333 !important;
}

.btn.disabled,
.btn:disabled {
  opacity: .3;
}

.datepicker table tr td span.year.disabled,
.datepicker table tr td span.year.disabled:hover,
.datepicker table tr td span.year.disabled:focus {
  cursor: not-allowed !important;
  background: #f6f6f6 !important;
  opacity: 0.3 !important;
  color: #333 !important;
}

.datepicker table tr td span.decade.disabled,
.datepicker table tr td span.decade.disabled:hover,
.datepicker table tr td span.decade.disabled:focus {
  cursor: not-allowed !important;
  background: #f6f6f6 !important;
  opacity: 0.3 !important;
  color: #333 !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #707070 !important;
}

.datepicker table tr td.old .span,
.datepicker table tr td.new .span {
  color: #867e7e !important;
  background: none !important;
  border: none !important;
}

.datepicker table tr td,
.datepicker table tr th {
  font-weight: normal;
}

.datepicker table tr th.dow {
  font-size: 16px;
  font-weight: normal !important;
  text-align: center;
  color: #707070;
  text-transform: uppercase;
  padding-top: 12px !important;
  padding-bottom: 10px;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: none;
}

.datepicker table tr td.highlighted.disabled .span,
.datepicker table tr td.highlighted.disabled .span:active {
  background: none !important;
  color: #b6dfff !important;
  box-shadow: none;
}

.datepicker table tr td.active.disabled.disabled-date.highlighted.day .span {
  background: none !important;
  color: #b6dfff !important;
  box-shadow: none;
}

.datepicker table tr td.disabled.day .span {
  background: none !important;
  color: #707070 !important;
  box-shadow: none;
  border: none !important;
}

.datepicker table tr td .span {
  background-color: var(--font-color-4);
  /*background: hsl(var(--main-hue) , 73%, 34%) !important; */
  color: #fff !important;
  box-shadow: none;
}

.datepicker table tr td.day .span {
  border: 0px solid #22a6b3;
}

.datepicker table tr td.highlighted {
  background: none;
  border: none;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: none;
  color: #707070 !important;
}


/**new**/

.datepicker table tr td {
  cursor: pointer;
}

.datepicker table tr td .span {
  display: block;
  width: 27px;
  height: 27px;
  margin: 0 auto;
  line-height: 26px;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
}

.datepicker table tr td span.month {
  display: block;
  width: 23%;
  height: 35px;
  line-height: 36px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
  background: #ffffff;
  font-size: 12px;
  border: 1px solid #ddd;
}

.datepicker table tr td.active.day .span {
  color: #fff !important;
  background-color: rgba(10, 43, 74, 0.5) !important;
}

.datepicker table tr td.new.day .span:hover {
  background: #fff !important;
}

.datepicker table tr td.day .span:hover {
  background-color: #ccc;
  /background: #ddd;/
}

.datepicker table tr td.today.day .span,
.datepicker table tr td.today.disabled.disabled-date.highlighted.day .span,
.datepicker table tr td.today.disabled.disabled-date.day {
  color: #303030 !important;
  background: transparent !important;
  border-radius: 0px !important;
  border: none;
  position: relative;
}

/* .datepicker table tr td.today.active.day .span{
    border: 1px solid #22a6b3;
    background: #22a6b3 !important;
    border-radius: 50px !important;
    color: #fff !important;
} */
.datepicker table tr td.today.day .span:after,
.datepicker table tr td.today.active.disabled.disabled-date.highlighted.day .span:after,
.datepicker table tr td.today.disabled.disabled-date.day {
  width: 10px;
  height: 2px;
  position: absolute;
  content: '';
  bottom: 2px;
  left: 9px;
  display: block;
  background: #ff8018 !important;
  border-radius: 50px;
}

.datepicker table tr td.today.active.day .span:after {
  width: 10px;
  height: 2px;
  position: absolute;
  content: '';
  bottom: 2px;
  left: 11px;
  display: block;
  background: #ff8018 !important;
  border-radius: 50px;
}

.calendar-sec thead .prev {
  position: relative;
  right: -74%;
}

.calendar-sec thead .prev,
.calendar-sec thead .next {
  font-size: 24px !important;
  padding-left: 0px;
  padding-right: 0px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker table tr td span.month:hover,
.datepicker table tr td span.month.focused {
  background: transparent;
  color: #fff !important;
  opacity: 1 !important;
  cursor: pointer;
}

.datepicker table tr td,
.datepicker table tr th {
  font-weight: normal;
  padding: 6px 0px;
  text-align: center;
}

.datepicker table tr td span.year.active:active,
.datepicker table tr td span.year.active:hover:active,
.datepicker table tr td span.year.active.disabled:active,
.datepicker table tr td span.year.active.disabled:hover:active,
.datepicker table tr td span.year.active.active,
.datepicker table tr td span.year.active:hover.active,
.datepicker table tr td span.year.active.disabled.active,
.datepicker table tr td span.year.active.disabled:hover.active {
  color: #fff;
  background-color: #22a6b3;
  border-color: #22a6b3;
}

.datepicker table tr td span.century:hover,
.datepicker table tr td span.century.focused {
  background: #22a6b3;
  color: #fff;
}

.datepicker table tr td span.century {
  display: block;
  width: 23%;
  height: 35px;
  line-height: 36px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
  background: #f6f6f6;
  font-size: 12px;
}

.datepicker table tr td span.year:hover,
.datepicker table tr td span.year.focused {
  background: #22a6b3;
  color: #fff;
}

.datepicker table tr td span.decade:hover,
.datepicker table tr td span.decade.focused {
  background: #22a6b3;
  color: #fff;
}

.datepicker table tr td span.decade {
  display: block;
  width: 23%;
  height: 35px;
  line-height: 36px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
  background: #ffffff;
  font-size: 12px;
  border: 1px solid #ddd;
}

span.disabled,
.disabled {
  cursor: not-allowed !important;
}

.contact-info-sc.form-box-sec .contact-information textarea.form-control {
  height: 70px;
}

.datepicker table tr td span.year {
  display: block;
  width: 23%;
  height: 35px;
  line-height: 36px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
  background: #ffffff;
  font-size: 12px;
  border: 1px solid #ddd;
}

.form-cnt-sec .form-box-sec .alert.alert-success {
  background: none !important;
  padding: 0px;
  margin: 0px !important;
  border: none !important;
  color: #ff8018 !important;
  font-weight: 600;
}

.timeslot-sec .error-txt {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.timeslot-sec .hours-sec {
  /* text-align: center;*/
}

.calendar-bx-sc {
  background: var(--outer-bg-color);
  padding: 15px 20px;
  box-shadow: 0 0px 20px 0 rgb(0 0 0 / 18%);
  z-index: 999;
  border-radius: 3px;
  position: relative;
  left: -50px;
  border: 1px solid #efefef;
}

@media(max-width:767px) {
  .ribbon-wrapper-blue.calendar-rib {
    z-index: 99 !important;
  }

  .calendar-social-share {
    position: static;
  }

  .calendar-bx-sc {
    left: 0px !important;
    box-shadow: none;
  }

  .calendar-sec {
    margin-top: 5px;
  }

  .datepicker table tr td .span {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    line-height: 34px;
    font-size: 17px;
  }
}

@media(max-width:570px) {

  .datepicker table tr td,
  .datepicker table tr th {
    font-weight: normal;
    padding: 8px 4px;
    text-align: center;
  }
}

@media(max-width:471px) {
  .datepicker table tr th.dow {
    font-size: 16px;
  }

  .calendar-sec th.datepicker-switch {
    font-size: 12px;
  }
}

@media(max-width:419px) {
  .datepicker table tr td .span {
    display: block;
    width: 27px;
    height: 27px;
    margin: 0 auto;
    line-height: 26px;
    font-size: 16px;
  }

  .datepicker table tr td,
  .datepicker table tr th {
    padding: 11px 0px !important;
  }

}

@media(max-width:383px) {

  .datepicker table tr td,
  .datepicker table tr th {
    padding: 6px 0px !important;
  }
}

.datepicker-years th.datepicker-switch,
.datepicker-decades th.datepicker-switch,
.datepicker-centuries th.datepicker-switch {
  left: -4.7%;
}

.datepicker-years .datepicker table tr td span.year:hover,
.datepicker table tr td span.year.focused {
  background: transparent;
  color: #fff;
}

.datepicker-years .datepicker table tr td span.month {
  color: var(--font-color-7);
  opacity: 0.3;
}

.datepicker table tr td span.century.disabled,
.datepicker table tr td span.century.disabled:hover,
.datepicker table tr td span.century.disabled:focus {
  color: var(--font-color-7);
  opacity: 0.3;
}

.datepicker-months table tr td span.month {
  background: var(--outer-bg-color);
  opacity: 0.3;
  color: var(--font-color-7);
}

.datepicker table tr td span.century:hover,
.datepicker table tr td span.century.focused {
  background: transparent;
  color: #fff;
  border: #fff solid 1px;
}

.schedule-calendar .datepicker.datepicker-inline {
  height: 320px;
}

.datepicker-months th.datepicker-switch {
  pointer-events: none;
}

.btn-time-sec {
  /*width: 14.82%;*/
  /*overflow:hidden;*/
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.btn-time-sec .sub-time-sec .btn-subtime {
  background: #f9f9f9 !important;
  color: #4b6177;
  font-size: 13px;
  padding: 6px 10px !important;
  margin-top: 4px;
  width: 49%;
  font-weight: 500;
  border-radius: 0px;
  margin-bottom: 2px;
  border: 1px solid #dae6f3 !important;
}

.btn-time-sec .sub-time-sec .btn-subtime.active {
  background: var(--font-color-4) !important;
  color: #fff !important;
  border: 1px solid var(--font-color-4) !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important;

}

.btn-time-sec .sub-time-sec {
  width: 100%;
  top: 0px;
  max-height: 0;
  margin-bottom: 0px;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.btn-time-sec.active .sub-time-sec {
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  display: block;
  max-height: 77px;
}

button:focus {
  /*box-shadow:none !important;*/
}


.next-btn-sec .btn-next {
  color: #707070;
  background: #fff !important;
  font-size: 15px;
  padding: 6px 25px;
  line-height: normal;
  border-radius: 0px;
  font-weight: 500;
  border-radius: 0px !important;
  border: 1px solid #fff;
  width: 100px;
}

.next-btn-sec .btn-next:hover {
  color: #fff;
  background: var(--font-color-4) !important;
  font-size: 15px;
  padding: 6px 25px;
  line-height: normal;
  border-radius: 0px;
  font-weight: 500;
  border-radius: 0px !important;
  border: 1px solid #fff;
  box-shadow: 0 3px 20px 0 rgb(90 196 173 / 23%);
}

.calendar-sec .timeslot-sec .slot-box .hours-sec {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-right: 3px;
}

.hours-sec .btn-hours {
  /*width: 100%;*/
  margin: 5px 0px 10px;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  line-height: normal;
  border-radius: 0px;
  background: var(--outer-bg-color);
  border: 1px solid var(--font-color-4) !important;
  color: #707070;
  position: relative;
  z-index: 1;
  text-transform: lowercase;
}

.hours-sec .btn-hours.active {


  background-color: var(--font-color-9);
  border: 1px solid #fff !important;
  color: #fff;


  /*background-color: #ccc;
    border: 1px solid #ccc !important;*/
  /* background-color: var(--main-hue);
    border: 1px solid hsl(var(--border-hue) , 68%, 48%) !important;*/
}

.calendar-sec .hours-sec .btn-hours {
  width: 100%;
  margin: 2px 0px;
  font-size: 12px;
  font-weight: 600;
  padding: 9px 10px;
  line-height: normal;
  border-radius: 2px;
  background: var(--font-color-4);
  border: 1px solid #fff !important;
}

.calendar-sec .timeslot-sec .slot-box .hours-sec .btn-hours.active {
  background: #ebfaff;
  font-weight: 700 !important;
  color: #0984e3;
  border: 1px solid #0984e3 !important;
}

.calendar-sec .timeslot-sec .tab-content.slot-box .tab-pane {
  margin-top: 15px;
  padding: 0px;
  height: 272px;
  overflow-y: auto;
}

.tab-sec.timeslot-sec {
  height: 100%;
  min-height: 200px;
}

button.btn-hours:focus:not(:focus-visible) {
  border: 1px solid var(--font-color-9) !important;
}

/*03-07-22*/

.lg-frm-sec .error-txt {
  position: relative !important;
  background-color: rgba(227, 108, 88, 9);
  padding: 4px 10px;
  top: auto !important;
  color: #fff !important;
  z-index: 1;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500 !important;
  line-height: 13px !important;
  box-shadow: 0 6px 6px 0 rgb(0 0 0 / 20%);
  width: fit-content;
}

.lg-frm-sec .error-txt:after {
  bottom: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(227, 108, 88, 0);
  border-bottom-color: #e36c58;
  border-width: 6px;
  margin-left: -12px;
}


/* --- branding new page css 21-07-22 ---*/

.img-file-upload {
  background-color: var(--outer-bg-color);
  max-width: 400px;
  /*height: 370px;*/
  /*margin: 0 auto;*/
  padding: 0px;
}

.file-upload-btn {
  width: 187px;
  /*height: 30px;*/
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  border-radius: 6px;
  background-color: #4485f9;
  transition: all .2s ease;
  padding: 6px;
}

.file-upload-btn:hover {
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  max-width: 370px;
  height: 370px;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 1px solid #ccc;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #fff;
  border: 1px solid #ccc;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #4485f9;
  padding: 255px 0;
}

.file-upload-image {
  max-height: 370px;
  max-width: 370px;
  margin: auto;
  padding: 0px;
}

.remove-image {
  width: 100%;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #2479c3;
  transition: all .2s ease;
  outline: none;
  background-color: #fff;
  color: #2479c3;
  padding: 5px;
}

.remove-image:hover {
  background: var(--outer-bg-color);
  border: 1px solid #2479c3;
  color: #2479c3;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active,
.remove-image:focus,
.remove-image:focus:not(:focus-visible) {
  border: 1px solid #2479c3 !important;
  /*border: 0;*/
  transition: all .2s ease;
}

.img-file-upload p {
  font-size: 11px;
  line-height: 23px;
  color: #d9c7c7;
  font-weight: 400;
}

/* --- branding- profile --- */

.brand-profile-sec textarea {
  max-width: 438px;
  height: 150px;
  width: 100%;
  resize: none
}

.brand-profile-sec .form-control {
  max-width: 438px;
  width: 100%;
}

.select-style {

  background-color: transparent;
  border-width: 1px 0px 1px 1px;
  /*  border-color:#2f6ddf; */
  border-color: #ced4da;
  border-style: solid;
  border-radius: 9px 0px 0px 9px;
  padding: 6px;

}

.select-style select {
  height: 32px;
  background-color: #0c94ea;
  border: 1px solid #0c94ea;
  color: #fff !important;
  border-radius: .25rem;
  padding: 6px;
  cursor: pointer;
  min-width: 124px;
  width: 100%;
  font-weight: 500;

}

.select-style select option {
  background-color: #fff;
  color: #0c94ea;
  border: 1px solid #0c94ea !important;
  cursor: pointer;
}

.custom-link-sec a {
  cursor: pointer;
}

.brand-profile-sec-bot .form-control {
  border-left: 0 !important;
}

.main-wrapper,
.main {
  background-color: var(--outer-bg-color) !important;
}

.brand-profile-sec textarea {
  width: 370px;
}

.brand-profile-sec-bot .select-style select {
  font-size: 14px !important;
  font-weight: 500 !important;
}

/*--- 22-07-22 ---*/

.btn-blue-bg {
  max-width: 264px;
  width: 100%;
  border-radius: 5px !important;
  background-color: #4485f9;
  font-size: 16px;
  /*line-height: 1.2;*/
  color: #ffffff;
  font-weight: 600;
  padding: 5px 5px;
  font-family: 'Montserrat', sans-serif;
}

.btn-blue-bg:hover {
  color: #fff;
}

.select-input-sec .input-group {
  max-width: 370px;
  width: 100%;
}


/* --- profile-pic-upload --- */

.imageWrapper {
  border: 0px solid #888;
  /* width: 70%;
  padding-bottom: 70%; */
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  /*top: 50%;
  left: 13%;*/
  top: 45px;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
}

.imageWrapper img {
  width: 130px;
  height: 130px;
  max-height: 100%;
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

#add_image img.profileImage {
  width: 130px;
  height: 130px;
  max-width: initial;
  position: absolute;
  border-radius: 50%;
}

/*.gimage img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}*/

/*.file-upload {
  position: relative;
  overflow: hidden;
  margin: 6px;
}*/

.file-upload {
  position: relative;
  overflow: hidden;
  margin: 0px 6px 6px;
  width: 100%;
  max-width: 150px;
  text-align: center;
  color: #fff;
  width: 134px;
  height: 30px;
  border-radius: 6px;
  background-color: #4485f9;
  font-size: 14px;
  line-height: 23px;
  color: #fffdfd;
  font-weight: 400;
  display: inline;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.file-upload:hover {
  background: #fffdfd;
  background-color: #2479c3;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
}

.file-upload input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
}

.profile-img-sec .remove-image {
  width: 90px !important;
  height: 30px;
  border-radius: 6px;
  background-color: #fff;
  border: 0.4000000059604645px solid #2479c3;
  font-size: 14px;
  /*line-height: 23px;*/
  color: #2479c3;
  font-weight: 400;
}

.fs-8 {
  font-size: 7px !important;
}

.fs-11 {
  font-size: 11px !important;
}


.box-sec .form-label {
  font-size: 14px;
  line-height: 1.2;
  color: var(--font-color-7);
  font-weight: 500;
}

.contact-form-sec .form-label {
  color: #303030;
}

.select-sec .select2-container--bootstrap4 .select2-selection {
  background: transparent;
  border: 1px solid #2f6ddf !important;
  min-height: 42px;
  border-radius: 6px;
  font-size: 14px;
  max-width: 438px;
  width: 100%;
  padding: 4px 5px;
}

.select-sec .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  top: 60%;
  border-color: #303030 transparent transparent transparent;
}

.select-sec .select2-container--bootstrap4.select2-container--focus .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select-sec .select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.9em + 0.9rem + 2px);
  position: relative;
}

.select-sec .select2-results__option {
  font-size: 15px !important;
}

.select-sec .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  right: 0;
}

.select-sec .select2-container--open .select2-dropdown {
  width: 438px !important;
}

.select-sec .select2-container--bootstrap4 .select2-dropdown {
  width: 438px !important;
}

.brand-profile .select2-dropdown {
  width: 438px !important;
}

.brand-profile #popup1 .select2-dropdown {
  width: 129px !important;
}

/* --- 25-07-22 --- */
span.link-title i {
  font-size: 16px;
}

span.link-title i.small {
  font-size: 13px;
}

/* --- 26-07-22 ---*/

.create-calendar-sec h5 {
  /*font-size: 19px;
  letter-spacing: 0px;
  line-height: 1.2;
  color: var(--font-color-4);
  font-weight: normal;*/
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 11px;
  color: #4485f9;
  font-weight: 600;
}

.create-calendar-sec h6 {
  /*font-size: 17px;
  letter-spacing: 0px;
  line-height: 1.2;
  color: var(--font-color-4);
  font-weight: normal;*/
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--font-color-8);
  font-weight: 700;
}

.create-calendar-sec p {
  /*font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #06080a;
  font-weight: normal;*/
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--font-color-8);
  font-weight: 500;
}

.btn-cal-create {
  width: 127px;
  /*height: 27px;*/
  border-radius: 5px;
  background-color: #4485f9;
  font-size: 13px;
  /*line-height: 26px;*/
  color: #ffffff;
  font-weight: normal;
  padding: 3px 3px 4px;
  border: 1px solid #4485f9;
  font-weight: 500;
}

.btn-cal-create:hover,
.btn-cal-create:focus {
  color: #ffffff;
  font-weight: 500;
}

/* -- 27-07-22 ---*/

.w-370 {
  max-width: 370px;
  width: 100%;
}

.w-400 {
  max-width: 400px !important;
  width: 100%;
}

.integ-box-sec {
  /*max-width: 211px;*/
  width: 100%;
  /*height: 225px;
  filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
  background-color: #fff;
  border: 0.30000001192092896px solid #707070;*/
  padding: 1rem;

  height: 210px;
  border-radius: 6px;
  filter: drop-shadow(0 0 3.5px #adb0ba);
  background-color: var(--outer-bg-color);
  word-wrap: break-word;
}

.integ-box-sec h5,
.integ-mid-sec h5 {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--font-color);
  font-weight: bold;
}

.integ-box-sec h6 {
  font-size: 11px;
  letter-spacing: 0px;
  /*line-height: 16px;*/
  line-height: 16px;
  color: var(--font-color-11);
  min-height: 16px;
  text-align: center;
  line-height: 11px;
  min-height: 20px;
}

.integ-box-sec p {
  font-size: 8.5px;
  letter-spacing: 0px;
  line-height: 15px;
  color: var(--font-color);
  min-height: 40px;
}


.integ-box-sec h4 {
  font-size: 16px;
  line-height: 2;
  color: var(--font-color-8);
  font-weight: 700;
  text-align: center;
}

.integ-top-sec p.top-txt {
  color: var(--font-color-12);
}

.w-370 {
  max-width: 370px;
  width: 100%;
}

/* --- event cls --- */

.form-outer .form-control {
  height: 43px;
  border-radius: 6px;
  background-color: var(--outer-bg-color) !important;
  border: 1px solid #2f6ddf !important;
  padding: 0px 10px;
}

.form-outer .input-group .form-control {
  height: auto;
}

.form-outer .select-style {
  background-color: #fff;
  border-width: 1px 0px 1px 1px;
  border-color: #2f6ddf;
  border-style: solid;
  border-radius: 6px 0px 0px 6px;
  padding: 5.5px 6px 6px;
}

#link.form-control,
#location.form-control {
  border-radius: 0px 5px 5px 0px;
}

.form-outer .input-group .form-control {
  border-width: 1px 1px 1px 0px !important;
  border-color: #2f6ddf;
  border-style: solid;
}

.form-outer .img-upload label {
  background-color: var(--outer-bg-color) !important;
  border: 1px solid #2f6ddf !important;
}

.form-outer .select-style select {
  height: 30px;
  background-color: #2f6ddf;
  border: 1px solid #2f6ddf !important;
  color: #fff;
  border-radius: 6px;
  padding: 0px 6px;
  width: auto;
}

.form-outer .select2-container--bootstrap4 .select2-selection {
  height: 43px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #2f6ddf !important;
  padding: 3px;
  font-size: 13px;
}

.brand-profile-sec-bot h6 span {
  font-size: 13px;
}

.brand-profile-sec-bot h6 {
  font-size: 14px;
}

.ps-5.ms-5.custom-link-sec {
  padding: 0rem 0rem 0rem 4rem !important;
  margin: 0rem !important;
}

.reg-sec .form-control {
  height: 43px !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  border: 1px solid #2f6ddf !important;
  /*padding: 0px 10px !important;*/
  transition: all 0.5s ease;
}

.reg-sec .form-control:focus {
  border: 1px solid #2f6ddf !important;
}

.reg-sec .iti--allow-dropdown input,
.iti--separate-dial-code input {
  /*padding-left: 5.9rem !important;*/
}

.event-view-sec h5 {
  max-width: 30ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.btn-expired {
  width: auto;
  border-radius: 13px;
  background-color: #fff;
  border: 0px solid #ccc;
  padding: 3px 10px;
  font-size: 9px;
  color: #f14434;
  font-weight: 400;
}

.btn-expired:hover {
  color: #f14434;
}

/* --- Accordion ---*/

.acc-container {
  /*max-width: 700px;*/
  width: 100%;
}

.acc {
  margin-bottom: 10px;
}

.acc-head {
  /*background-color: rgb(155, 154, 87);*/
  padding: 10px 10px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  background-color: #f2f7fa;
  border: 1px solid #2f6ddf;
}

.acc-head.active {
  border-width: 1px 1px 0px 1px !important;
  border-radius: 6px 6px 0px 0px;
}

.acc-head::before,
.acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #222121;
  transition: all .3s;
}

.acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}

.acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}

.acc-head p {
  font-size: 16px;
  line-height: 25px;
  color: #222121;
  font-weight: 500;
}

.acc-content {
  padding: 15px 15px;
  display: none;
  background-color: #f2f7fa;
  border-style: solid;
  border-color: #2f6ddf;
  border-width: 0px 1px 1px 1px !important;
  border-radius: 0px 0px 6px 6px;
}

.acc-head.active::before {
  transform: rotate(90deg);
}

/*04-08-22*/

.link-edit-field .form-control {
  background: transparent;
  border-width: 0px 0px 1px !important;
  border-color: #2f6ddf !important;
  border-style: solid !important;
  border-radius: 0px;
  min-width: 265px;
  width: 100%;
  min-height: 30px !important;
  transition: all 0.5s ease;
}

.link-field.refresh-bx-sec-link a {
  display: inline-block;
  max-width: 40ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 10px !important;
}

.invitee-btn {
  width: auto;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #4485f9;
}

#event-dashboard-sec dd.col-sm-5 {
  display: inline-block;
  max-width: 40ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*.availability li {
  font-size: 13px;
}*/
.availability .select2-results__option {
  padding: 5px;
}

.form-outer .form-control::placeholder {
  font-size: 12px;
  color: #212529;
}

#account-sec .select2-container {
  display: block;
  max-width: inherit;
  width: 100%;
}

/*--- Subscription--- */

.pricing-bg {
  /*max-width: 400px;*/
  width: 100%;
  /*height: 700px;*/
  border-radius: 6px;
  filter: drop-shadow(0 0 3.5px #adb0ba);
  background-color: var(--bg-color-sidemenu);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}

.mar-t {
  margin-top: 5.7rem;
}

.mar-b {
  margin-bottom: 2.9rem;
}

.pricing-bg h2.title {
  /*font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #212529;*/
  font-size: 32px;
  line-height: 1.3;
  color: var(--font-color);
  font-weight: 700;
}

.pricing-bg .title-inner h1 {
  font-size: 36px;
  letter-spacing: 3px;
  line-height: 1.3;
  color: var(--font-color-8);
  font-weight: 700;
}

.pricing-bg .title-inner h1 span {
  font-size: 14px;
  line-height: 1.1;
  color: var(--font-color);
  font-weight: 500;
}

.pricing-list ul {
  min-height: 330px;
}

.pricing-list li {
  font-size: 14px;
  line-height: 1.3;
  color: var(--font-color);
  font-weight: 400;
  margin-bottom: 15px;
}

.pricing-list li i {
  color: var(--font-color-8);
}

.pricing-btn {
  height: 45px;
  background: transparent;
  border: 1px solid #707070;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: var(--font-color);
  border-radius: 0;
  max-width: 150px;
  width: 100%;
}

.pricing-btn.current {
  background: #212529;
  color: #fff;
}

.content-txt {
  font-size: 14px;
  line-height: 27px;
  color: var(--font-color);
  font-weight: 500;
}

.content-rht {
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
  text-align: left;
  color: var(--font-color);
}

.pricing-det-sec {
  max-width: 844px;
  width: 100%;
  border-radius: 6px;
  filter: drop-shadow(0 0 3.5px #adb0ba);
  background-color: #FFFFFF;
  /*background-color: var(--bg-color-sidemenu);*/
  padding: 1rem 2rem;
}

.pricing-det-sec h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 39px;
  text-align: left;
  color: #4485f9;
}

.pricing-det-sec p {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  text-align: left;
  color: #303030 !important;
}

.pricing-area .title h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  color: var(--font-color);
}

.pricing-list p {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  text-align: left;
  color: #4485f9;

}

.bootstrap-tagsinput span {
  background: #4485f9 !important;
}

.wd-130 {
  width: 130px;
}

.day-multiple-book p {
  font-size: 14px;
  font-weight: 500;
  padding-right: 0rem !important;
  color: #303030;
}

/* --- 17-08-22 --- */

#showmenus .btn {
  font-size: 15px;
  font-weight: normal;
}

.drop_down i {
  cursor: pointer;
}

.datepicker-sec #reportrange {
  padding: 4.3px 6px !important;
}

label {
  cursor: default !important;
}

#add_image .btn-blue-bg {

  width: 100%;
  max-width: 400px;
}

.tabb-sec .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.work-flow-sec .form-check-input {
  background-color: #fff !important;
  border: 1px solid #0c94ea !important;
}

.work-flow-sec .form-check-input:checked[type="checkbox"] {
  background-color: #0c94ea !important;
  border: 1px solid #0c94ea !important;
}

.work-flow-sec h5 {
  font-size: 15px;
  line-height: 25px;
  color: #c3bcbc;
  font-weight: 500;
}

.work-flow-sec h5 span {
  font-size: 15px;
  line-height: 25px;
  color: #3b86ff;
  font-weight: 500;
}


.work-flow-sec p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #06080a;
  font-weight: 500;
}


.payments-sec h5 {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--font-color);
  font-weight: 600;
}

/*tooltip*/
button.bg-white {
  background: transparent !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #ccc !important;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0rem .4rem .4rem;
  border-left-color: #ccc !important;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #ccc !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #ccc !important;
}

.tooltip-inner {
  max-width: 300px !important;
  padding: 1rem !important;
  color: #303030;
  border: 1px solid #ccc;
  text-align: left;
  background-color: #fff !important;
  border-radius: .25rem
}

.tooltip.show {
  opacity: 1 !important;
}

#the-count {
  padding-left: 1.4rem;
}

/*-- 07-09-22 -- */

.google-btn-sec .button {

  display: inline-block;
  height: 40px;
  line-height: 34px;
  padding-right: 10px;
  padding-left: 42px;
  position: relative;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: none letter-spacing: 1px;
  margin-bottom: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.google-btn-sec .button:hover {
  text-decoration: none;
  color: #fff;
}

.google-btn-sec .button p {
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 13px 5px;
}

.google-btn-sec .button span {
  position: absolute;
  left: 0;
  width: 40px;
  font-size: 30px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
}


.google-btn-sec .button.google {
  background: #4285F4;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.5em + 1.1rem) !important;
  /*    color: var(--font-color);  /*krishna*/
}

#features .box-item li a {
  font-size: 15px;
  color: #8a8888;

}

#features .box-item li a i {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

#features .box-item li a.one-time-link {
  font-size: 13px;
  font-weight: 500;
  padding-left: 0rem !important;
}

/* -- 12-09-22 --- */

.theme-imge-sec input[type="checkbox"],
.theme-imge-sec input[type="radio"] {
  min-height: auto;
  margin-top: 7px;
  border: solid #1ba4ea 2px !important;
  margin-right: 10px;
  width: 1em;
  height: 1em;
}

.create-calendar-sec input[type="radio"] {
  margin-top: 7px;
  margin-right: 10px;
  width: 1.4em;
  height: 1.4em;
}

.create-calendar-sec .form-check-label {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 11px;
  color: var(--font-color-8);
  font-weight: 500;
}


/* --- radio tab ---*/

.container-1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selector {
  position: relative;
  width: 54%;
  background-color: #fff;
  /*height:80px;*/
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(0, 0, 0, .2);
  padding: 0.5rem 0rem 0rem;
}

.selecotr-item {
  position: relative;
  /*flex-basis:calc(70% / 3);*/
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.selecotr-item .form-sec label {
  font-size: 14px;
  line-height: 11px;
  color: var(--font-color-7);
  margin-bottom: 0.5rem !important;
  font-weight: 500;

}

.selector-item_radio {
  appearance: none;
  display: none;
}

.selector-item_label {
  position: relative;
  height: 80%;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  line-height: 400%;
  font-weight: 900;
  transition-duration: .5s;
  /*transition-property:transform, color, box-shadow;*/
  transform: none;
  margin-bottom: 0.5rem !important;
}

.selector-item_radio:checked+.selector-item_label {
  background-color: #4484f9;
  color: #fff;
  /*box-shadow:0 0 4px rgba(0,0,0,.5),0 2px 4px rgba(0,0,0,.5);
    transform:translateY(-2px);*/
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 6px;
}

@media (max-width:480px) {
  .selector {
    width: 90%;
  }
}

.cursor-point {
  cursor: pointer;
}

/* -- subscription-page ---*/
.pricing-det-sec h6 {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #303030;
  font-weight: 700;
}


.numberstyle-qty {
  position: relative;
  border-radius: 6px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(116, 116, 116, 0.25);
}

.numberstyle-qty input,
.numberstyle-qty .qty-btn {
  position: relative;
  display: block;
  float: left;
  height: 23px;
  padding: 0;
  margin: 0;
  border: 0px;
  text-align: center;
  line-height: 23px;
  outline: 0;
  box-shadow: 0px;
  border-radius: 0px;
}

.numberstyle-qty .qty-btn {
  width: 30px;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 250ms ease;
}

.numberstyle-qty .qty-btn.disabled {
  cursor: default;
  color: rgba(116, 116, 116, 0.5);
}

.numberstyle-qty input {
  width: 36px;
  border-left: 0;
  border-right: 0;
  color: var(--font-color-8);
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  min-height: inherit;
}

.numberstyle-qty input:focus {
  outline: 0;
  box-shadow: 0px;
}

.numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.numberstyle-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.numberstyle-qty input[type=number] {
  -moz-appearance: textfield;
}

.numberstyle-qty {
  position: relative;
  border-radius: 6px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(116, 116, 116, 0.25);
}

.numberstyle-qty input,
.numberstyle-qty .qty-btn {
  position: relative;
  display: block;
  float: left;
  height: 23px;
  padding: 0;
  margin: 0;
  border: 0px;
  text-align: center;
  line-height: 23px;
  outline: 0;
  box-shadow: 0px;
}

.numberstyle-qty .qty-btn {
  width: 30px;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 250ms ease;
}

.numberstyle-qty .qty-btn.disabled {
  cursor: default;
  color: rgba(116, 116, 116, 0.5);
  pointer-events: none;
}

.numberstyle-qty input {
  width: 36px;
  border-left: 0;
  border-right: 0;
  color: #747474;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
}

.numberstyle-qty input:focus {
  outline: 0;
  box-shadow: 0px;
}

.numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.numberstyle-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.numberstyle-qty input[type=number] {
  -moz-appearance: textfield;
}


.select-sec .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.5em + 0.75rem) !important;
}

.sub-currency select {
  background-color: transparent;
  border: 0;
  padding: 5px 10px;
}

.sub-currency option {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  padding: 5px !important;
}

.sub-currency option selected {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  padding: 5px !important;
}

.calendar-link i.edit-icon-link {
  color: rgb(255, 193, 7);
  font-size: 14px;
  margin-top: 2px;
  /*padding-right: .5rem;*/
}

#event-dashboard-sec dd {
  font-size: 13px;
  font-weight: 500;
}

.accordion-body dd {
  font-size: 13px;
  font-weight: 500;

}

.accordion-body dd.col-sm-4 {
  max-width: 39ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: var(--font-color);
}

.accordion-body dd.col-sm-4.px-0 {
  max-width: 39ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.tabb-sec .invalid-feedback {
  display: none;
  width: auto !important;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
  position: absolute;
}

.host-sec .btn {
  background: #4485f9 !important;
  border: 1px solid #4485f9 !important;
}

/* --- 19SEP22 --- */
.non_edit .form-control {
  background-color: #e2e1e3;
}

.integ-box-sec i {
  cursor: pointer;
}


/* --- 21-09-22 --- */
.tabbable-line-event>.nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line-event>.nav-tabs>li {
  margin-right: 4rem !important;
}

.tabbable-line-event>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: var(--font-color-9);
  padding: 0rem 0rem !important;
}

.tabbable-line-event>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

.tabbable-line-event>.nav-tabs>li.open,
.tabbable-line-event>.nav-tabs>li:hover {
  border-bottom: 0px solid #3b86ff;
}

.tabbable-line-event>.nav-tabs>li.open>a,
.tabbable-line-event>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: var(--font-color-9);
}

.tabbable-line-event>.nav-tabs>li.open>a>i,
.tabbable-line-event>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.tabbable-line-event>.nav-tabs>li.open .dropdown-menu,
.tabbable-line-event>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line-event>.nav-tabs>li.active {
  border-bottom: 2px solid #3b86ff;
  position: relative;
}

.tabbable-line-event>.nav-tabs>li.active>a {
  border: 0;
  color: #3b86ff;
}

.tabbable-line-event>.nav-tabs>li.active>a>i {
  color: #404040;
}

.tabbable-line-event>.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 0px solid #eee !important;
  padding: 15px 0;
  box-shadow: inherit;
}

.tabbable-line-event>.tab-content p {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #070606;
  line-height: 1.5;
}

.availability .element .fa-plus-circle {
  padding-top: 12px !important;
}

.contact-form-sec .modal-content .btn-primary {
  background-color: #4485f9 !important;
  font-weight: 500 !important;
}

/* multi-User */

.add-user-sec .rwd-table {
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.add-user-sec .rwd-table tr:first-child {
  border-top: none;
  background: #428bca;
  color: #fff;
}

.add-user-sec .rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.add-user-sec .rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.add-user-sec .rwd-table th {
  display: none;
}

.add-user-sec .rwd-table td {
  display: block;
}

.add-user-sec .rwd-table td:first-child {
  margin-top: .5em;
}

.add-user-sec .rwd-table td:last-child {
  margin-bottom: .5em;
}

.add-user-sec .rwd-table td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: var(--font-color-7);
}

.add-user-sec .rwd-table th,
.add-user-sec .rwd-table td {
  text-align: left;
}

.add-user-sec .rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.add-user-sec .rwd-table tr {
  border-color: #bfbfbf;
}

.add-user-sec .rwd-table th,
.add-user-sec .rwd-table td {
  padding: .5em 1em;
}

@media screen and (max-width: 601px) {
  .add-user-sec .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}

@media screen and (min-width: 600px) {
  .add-user-sec .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }

  .add-user-sec .rwd-table td:before {
    display: none;
  }

  .add-user-sec .rwd-table th,
  .add-user-sec .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .add-user-sec .rwd-table th:first-child,
  .add-user-sec .rwd-table td:first-child {
    padding-left: 0;
  }

  .add-user-sec .rwd-table th:last-child,
  .add-user-sec .rwd-table td:last-child {
    padding-right: 0;
  }

  .add-user-sec .rwd-table th,
  .add-user-sec .rwd-table td {
    padding: 1em !important;
    text-align: center;
  }
}

.add-new-user .bootstrap-tagsinput span {
  background: var(--font-color-4);
  padding: 1px 2.5px;
  border-radius: 4px;
  /* margin: 4px; */
  color: white;
  display: inline-block;
  margin: 1.8px;
}

.add-new-user .bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  /* padding: 0 6px; */
  /* margin: 0; */
  width: auto;
  /* max-width: inherit; */
  /*display: inline-block;*/
  width: 50% !important;
}

.add-new-user .bootstrap-tagsinput {
  padding: 10px 6px;
  height: 113px;
  width: 100% !important;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
}

.add-new-user .bootstrap-tagsinput input {
  width: 56%;
}

.add-new-user h6 {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--font-color-8);
  font-weight: 700;
}

.add-user-sec h6 {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--font-color-8);
  font-weight: 700;
}

.empty-state_content .empty-state_message {
  color: #4485f9;
  font-size: 22px;
  font-weight: 500;
  margin-top: 0.85rem;
}

/* --- 26-09-22 --- */

.fa.font-25.pt-1.fa-times-circle.text-danger {
  padding-top: 11px !important;
}

#createdropdownmodelblockdiv .invalid-tooltip,
#editdropdownmodelblockdiv .invalid-tooltip {
  top: 100%;
}

#createradiodiv .gen-field .invalid-tooltip,
#editradiodiv .gen-field .invalid-tooltip {
  top: 100%;
}

.gen-field {
  border: 0px dotted #ddd;
  padding: 15px 5px 1px !important;
  margin-bottom: 10px !important;
}

/* multi-User */

/*.add-user-sec table{
  font-size: 14px;
  font-weight: 500;
}

.add-user-sec table tr td {

  border: 0px;
  font-weight: 500 ;
  text-align: center;
}

.add-user-sec table tr th {

  border: 0px;
  font-weight: 600 ;
  text-align: center;


}*/
/*.add-user-sec .table>:not(:first-child) {
    border-top: 0px solid currentColor !important; 
}*/

.add-user-sec .rwd-table {
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  font-weight: 500;

}

.add-user-sec .rwd-table tr:first-child {
  border-top: none;
  background: #428bca;
  color: #fff;
}

.add-user-sec .rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.add-user-sec .rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #fff;
}

.add-user-sec .rwd-table th {
  display: none;
}

.add-user-sec .rwd-table td {
  display: block;
}

.add-user-sec .rwd-table td:first-child {
  margin-top: .5em;
}

.add-user-sec .rwd-table td:last-child {
  margin-bottom: .5em;
}

.add-user-sec .rwd-table td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.add-user-sec .rwd-table th,
.add-user-sec .rwd-table td {
  text-align: left;
}

.add-user-sec .rwd-table {
  color: #333;
  /*border-radius: .4em;*/
  overflow: hidden;
}

.add-user-sec .rwd-table tr {
  border-color: #bfbfbf;
}

.add-user-sec .rwd-table th,
.add-user-sec .rwd-table td {
  padding: .5em 1em;
}

@media screen and (max-width: 601px) {
  .add-user-sec .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}

@media screen and (min-width: 600px) {
  .add-user-sec .rwd-table tr:hover:not(:first-child) {
    background-color: #fff;
  }

  .add-user-sec .rwd-table td:before {
    display: none;
  }

  .add-user-sec .rwd-table th,
  .add-user-sec .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .add-user-sec .rwd-table th:first-child,
  .add-user-sec .rwd-table td:first-child {
    padding-left: 0;
  }

  .add-user-sec .rwd-table th:last-child,
  .add-user-sec .rwd-table td:last-child {
    padding-right: 0;
  }

  .add-user-sec .rwd-table th,
  .add-user-sec .rwd-table td {
    padding: 1em !important;
    text-align: left;
  }
}

.add-new-user .bootstrap-tagsinput span {
  background: var(--font-color-4);
  padding: 1px 2.5px;
  border-radius: 4px;
  /* margin: 4px; */
  color: white;
  display: inline-block;
  margin: 1.8px;

}

.add-new-user .bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  /* padding: 0 6px; */
  /* margin: 0; */
  width: auto;
  /* max-width: inherit; */
  /*display: inline-block;*/
  width: 50% !important;
}

.add-new-user .bootstrap-tagsinput {
  padding: 10px 6px;
  height: 113px;
  width: 100% !important;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
}

.add-new-user .bootstrap-tagsinput input {
  width: 56%;
}

.add-new-user h6 {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  /*color: #000;*/
  /*krishna*/
  font-weight: 700;
  color: var(--font-color);
}

.add-user-sec h6 {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--font-color-8);
  font-weight: 700;
}

.empty-state__content .empty-state__message {
  color: #4485f9;
  font-size: 22px;
  font-weight: 500;
  margin-top: 0.85rem;
}


/* -- subscription tabs 10-10-22 --- */


.subs-tabs.tabs {}

.subs-tabs.tabs input[type=radio] {
  display: none;
}

.subs-tabs.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #303030;
  width: auto;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  line-height: 3em;
}

.subs-tabs.tabs label:last-of-type {
  border-bottom: none;
}

.subs-tabs.tabs label:hover {
  /*background: #4485f9;
  color:#ffffff;*/
}

.pricing-det-sec label:hover {
  background: transparent;
  color: #303030;
}

.pricing-det-sec label {
  background: transparent;
  color: #303030;
  width: auto !important;
}

@media screen and (max-width: 1600px) {
  .subs-tabs.tabs label {
    width: 49%;
  }
}

@media screen and (max-width: 900px) {
  .subs-tabs.tabs label {
    width: 52%;
  }
}

@media screen and (max-width: 600px) {
  .subs-tabs.tabs label {
    width: 100%;
    display: block;
    border-bottom: 2px solid #C7C6C4;
    border-radius: 0;
  }
}

@media screen and (max-width: 600px) {
  .subs-tabs.tabs {
    margin: 0;
  }
}

.subs-tabs.tabs #tab1:checked+label,
.subs-tabs.tabs #tab2:checked+label,
.subs-tabs.tabs #tab3:checked+label,
.subs-tabs.tabs #tab4:checked+label {
  background: #4485f9;
  color: #FFFFFF;
}

.subs-tabs .tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px;
}

.tab-content-wrapper {
  background: #FCFCFC;
  border-top: #4485f9 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;

}

@media screen and (max-width: 600px) {

  .tab-content-wrapper,
  .tab1-content-wrapper {
    border: none;
    border-radius: 0;
  }
}

#tab1:checked~.tab-content-wrapper #tab-content-1,
#tab2:checked~.tab-content-wrapper #tab-content-2,
#tab3:checked~.tab-content-wrapper #tab-content-3,
#tab4:checked~.tab-content-wrapper #tab-content-4 {
  position: relative;
  top: 0px;
}


/*--- new popup start ---*/

.popupBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 999;
}

.popupBox__content {
  position: relative;
  width: 500px;
  /*height: 400px;*/
  background: var(--outer-bg-color);
  border-radius: 20px;
  display: flex;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  line-height: 1.5;
}

.popupBox__content h5,
.popupBox__content h6,
.popupBox__content p {
  line-height: 1.5;
}

.popupBox__img {
  position: relative;
  width: 300px;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupBox__img img {
  width: 70%;
}

.popupBox__img::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: #e7ffe0;
  border-radius: 50%;
}

.popupBox__img img {
  position: relative;
  max-width: 250px;
  z-index: 1;
}

.popupBox__contentTwo {
  position: relative;
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;

}

.popupBox__title {
  color: #333;
  line-height: 1em;
  font-weight: 300;
  font-size: 2em;
}

.popupBox__titleTwo {
  font-size: 4em;
  color: #ff4d54;
  line-height: 1em;
}

.popupBox__titleTwo span {
  color: #333;
  font-size: 0.75em;
  text-transform: uppercase;
}

.popupBox__description {
  font-weight: 300;
}

.popupBox__btn {
  display: inline-block;
  padding: 10px 20px;
  /*background: #ff4d54;*/
  background-color: #446cd1;
  text-decoration: none;
  color: #fff;
  margin-top: 15px;
  border-radius: 10px;
  font-weight: 500;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #f3f3f3 url(../img/categories/close.jpg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}

/*Media Queries */

@media (max-width: 768px) {
  .popupBox__content {
    width: 300px;
    height: auto;
    flex-direction: column;
  }

  .popupBox__img {
    height: 200px;
    transform: translateY(-50px);
  }

  .popupBox__contentTwo {
    height: auto;
    text-align: left;
    padding: 20px;
    padding-top: 0;
  }

  .popupBox__img::before {
    background: var(--outer-bg-color);
  }

  .close {
    top: 0px;
    right: 3px;
    background: #fff url(../img/categories/close.jpg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
  }

  /*.close {
    top: -50px;
    right: -10px;
    background: #fff url(https://www.pikpng.com/pngl/m/302-3024308_close-icon-png-x-png-icon-clipart.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
  }*/
}

.popup-list li {
  font-size: 14px;
  line-height: 1.4;
}

.popup-list li:before {
  display: inline-block;
  /*font-family: "Font Awesome 5 Free";
  content: "\f0da";*/
  padding-right: 1rem;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 860px) {
  .popupBox__content {
    overflow-y: scroll;
    width: 450px !important;
  }

  .popupBox__contentTwo img {
    display: none !important;
  }

  .popupBox__contentTwo {
    height: auto !important;
  }

  .popupBox {
    top: 55% !important;
  }
}

@media (max-width: 992px) {
  .popupBox__content {
    width: 350px;
    height: auto;
    flex-direction: column;
  }

  .popupBox {
    top: 34%;
  }

  .popupBox__content h5 {
    font-size: 16px;
  }

  .popupBox__content p {
    font-size: 14px;
  }
}


/*@media (max-width: 600px) {
  .popupBox__content {
    width: 360px;
    height: auto;
    flex-direction: column;
  }
  .popupBox {
    top: 30%;
  }
  .popupBox__content h5, .popupBox__content p{
    font-size: 16px;
  }
}*/
/*--- new popup end ---*/

.contactform-btn-w {
  width: 160px;
  display: inline-block;
  text-align: center;
}

.wd-154 {
  width: 154px;
  font-size: 13px;
  font-weight: 500;
}

.integ-ref-icon {
  font-size: 14px;
  color: black;
  margin-left: 0px;
  background: #ececec;
  padding: 5px;
  border-radius: 50%;
  /*right: 27%;*/
  left: 63%;
  position: absolute;
  bottom: 0;
  border: 1px solid #ccc;
}

#multipleimplementations .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 5px !important;
  width: 100%;
  margin-top: 0px !important;
  display: block;
}

#multipleimplementations .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
  margin-right: 5px;
  padding: 10px 5px;
}

#multipleimplementations .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px !important;
  padding: 5px;
  background-color: #fff;
}

.w-90 {
  width: 90% !important;
}

/* --- Country code ---- */

/*.intl-tel-input, .iti{
          width: 100%;
        }*/
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
  font-size: 14px;
}

.iti--separate-dial-code .iti__selected-flag {
  /*background-color: transparent !important;*/
}

.iti__country-list {
  overflow-x: hidden;
  background-color: var(--outer-bg-color) !important;
}

.toggle-switchy>input+.toggle::after,
.toggle-switchy>input+.toggle::before {
  font-size: .65rem !important;
  font-weight: 900 !important;
}

.toggle-switchy>input:not(:checked)+.toggle {
  background: #c4c4c4 !important;
}


/*--- Booking-link 06DEC22---*/

.btn-black {
  background-color: #eaf2fe;
  padding: 11px 5px;
  width: 100%;
  border-radius: 0px;
  font-size: 12px;
  color: #424243;
  font-weight: 600;
}

.btn-black:hover {
  color: #424243;
}

.btn-black i {
  color: #424243;
}


.Booking-Links h5 {
  color: #303030;
}

.Booking-Links {
  width: 493px;
  border-radius: 18px !important;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
  border: 0.25px solid #e8e8e8;
  padding: 1rem 1.5rem;
}

.Booking-Links li {
  border-radius: 5px;
  background-color: #f4f4f5;
  padding: 0.5rem 1rem;
}

.Booking-Links li h6 {
  font-size: 14px;
  line-height: 32px;
  color: #303030;
  font-weight: 600;
}

.Booking-Links li p {
  font-size: 12px;
  line-height: 27px;
  color: #303030;
  font-weight: 400;
}

.Booking-Links.hidden {
  /*width:25%;*/
  z-index: 99999;
  position: fixed;
  left: -1000px;
  /* background:#f90;
    color:var(--font-color-7);*/
}

.Booking-Links.hidden {
  float: left;
  height: 420px;
}

.Booking-Links ul {
  max-height: 350px;
}

.scrollbar-booking-links {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: transparent;
  scrollbar-color: rgba(13, 110, 253, 0.5) transparent;
  scrollbar-width: thin;
}

.scrollbar-booking-links {
  scrollbar-width: 2px;
  scrollbar-color: #ccc #fff;
}

.scrollbar-booking-links::-webkit-scrollbar,
{
width: 4px;
height: 8px;
}

.scrollbar-booking-links::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 2px solid #fff;
}

.scrollbar-booking-links::-webkit-scrollbar-thumb {
  background-color: #0d82cb;
}

.scrollbar-booking-links::-webkit-scrollbar-thumb:hover {
  background-color: #4485f9;
}

.scrollbar-booking-links::-webkit-scrollbar-corner,
.scrollbar-booking-links::-webkit-scrollbar-track {
  background-color: #b0b7c4;
}

[class^=.scrollbar-booking-links] {
  height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}


@media screen and (max-width: 52em) {
  .Booking-Links {
    width: 97% !important;
    margin: 0 auto 0 1%;
  }

  /*.Booking-Links.visible{
    left:0% !important;
    top:10% !important;
  }
  .Booking-Links .hidden {
    float: left;
    height:auto;
}*/
  .hidden.Booking-Links.visible {
    left: 0% !important;
    top: 20% !important;
  }

  .Booking-Links.hidden {
    z-index: 99;
  }
}

@media only screen and (max-width: 1800px) {

  .hidden.Booking-Links.visible {
    top: 16% !important;
  }

}

/*#Booking-Links .modal-dialog {
  max-width: 500px;
  margin: 12rem auto 0rem 17rem;
}

#Booking-Links .modal-body{
  padding: 1rem 1.5rem;
}

#Booking-Links .modal-body h5{
  font-size: 18px;
  line-height: 29px;
  color: #303030;
  font-weight: 500;
  text-align: left;
}

#Booking-Links .modal-content{
  width: 493px;
  border-radius: 18px !important;
  filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
  background-color: #ffffff;
  border: 0.25px solid #e8e8e8;
}

#Booking-Links .modal-content li{
border-radius: 5px;
background-color: #f4f4f5;
padding: 0.5rem 1rem;
}

#Booking-Links .modal-content li h6{
  font-size: 14px;
  line-height: 32px;
  color: #303030;
  font-weight: 600;
}

#Booking-Links .modal-content li p{
  font-size: 12px;
  line-height: 27px;
  color: #303030;
  font-weight: 400;
}*/

/*--- Dark-theme-sec ----*/

.dark-theme-sec.toggle-switch span {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
}


/*--- google-review-sec ---*/

.google-review-sec-in {
  background-color: #f6f8fa;
  padding: 1rem;
}

.add-prof {
  border-radius: 6px;
  background-color: #f4f4f4;
  padding: 0.5rem 1rem;
  width: 204px;
  text-align: center;
  font-size: 16px;
  color: #333d4c;
  font-weight: 500;
}

.google-review-sec h5 {
  font-size: 17px;
  color: #0e67b4;
  font-weight: 500;
}

.google-review-sec-in h4 {
  font-size: 18px;
  color: #727479;
  font-weight: 600;
}

.tot-review-sec {
  /*max-width: 284px;*/
  width: 100%;
  /*height: 85px;*/
  border-radius: 7px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
  border: 1px solid #6499ee;
  padding: 1rem;
}

.tot-review-sec h6 {
  font-size: 14px;
  color: #333d4c;
  font-weight: 600;
}

.fs-10 {
  font-size: 11px !important;
}

.rating {
  margin: 0;

}

.rating label {

  position: relative;
  width: 20px;
  height: auto;
  cursor: pointer;
}

.rating label:not(:first-of-type) {
  padding-right: 2px;
}

.rating label:before {
  content: "â˜…";
  font-size: 28px;
  color: #CCCCCC;
  line-height: 1;
}

.rating input {
  display: none;
}

.rating input:checked~label:before,
.rating:not(:checked)>label:hover:before,
.rating:not(:checked)>label:hover~label:before {
  color: #F9DF4A;
}

.top-reviews-sec h3 {
  font-size: 18px;
  color: #727479;
  font-weight: 600;
}

.top-reviews-sec .section-center {
  /*width: 70vw;
  margin: 120px auto;
  max-width: 1170px;
  min-width: 340px;*/
  padding: 2rem 0;
}

.top-reviews-sec .btn-container {
  /*width: 500px;*/
  display: flex;
  gap: 20px;
}

.top-reviews-sec .button {
  width: 184px;
  height: 37px;
  border-radius: 7px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
  font-size: 14px;
  color: #333d4c;
  font-weight: 600;
  padding: 10px;
  display: flex;
  align-items: center;
}

.top-reviews-sec .tabs-content {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 1rem 1.5rem;
  border-radius: 7px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
}

/* hide content */
.top-reviews-sec .content {
  display: none;
}

.top-reviews-sec .content h5 {
  font-size: 14px;
  color: #333d4c;
  font-weight: 600;
}

.top-reviews-sec .button.live {

  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
  border: 2px solid #6499ee;
}

.top-reviews-sec .content.live {
  display: block;
}

.chart {
  /*width: auto !im;*/
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  margin-top: 1rem;
}

.chart .rate-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 30px;
  padding: 20px 0;
  padding: 10px;
}

.chart .rate-box>* {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #444;
}

.rate-box .value {
  display: flex;
  align-items: center;
}

.rate-box .value:hover {
  color: #66bb6a;
}

.chart .value {
  font-size: 18px;
  cursor: pointer;
}

.rate-box .progress-bar {
  border-width: 1px;
  position: relative;
  background-color: #cfd8dc91;
  height: 10px;
  border-radius: 100px;
  width: 350px;
}

.rate-box .progress-bar .progress {
  background-color: #66bb6a;
  height: 100%;
  border-radius: 100px;
  transition: 300ms ease-in-out;
}

.global {
  height: 100%;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.one .fas {
  color: #cfd8dc;
}

.two {
  background: linear-gradient(to right, #66bb6a 0%, transparent 0%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  transition: 0.5s ease-in-out all;
}

.global>span {
  font-size: 18px;
  font-weight: 500;
}

.rating-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 10%;
}

.rating-icons span {
  position: absolute;
  display: flex;
  font-size: 18px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5px;
}

.total-reviews {
  font-size: 25px !important;
}

.review-content-sec p {
  font-size: 14px;
  color: #333d4c;
  font-weight: 400;
  line-height: 1.5;
}

.review-content-sec h5 {
  font-size: 16px;
  color: #333d4c;
  font-weight: 600;
  line-height: 1.5;
}

/*.sidebar-folded .hidden.Booking-Links.visible {
  left: 6% !important;
}*/

.dark-theme p,
.language-sec p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 11px;
  color: #303030;
  font-weight: 600;
}

/* --- other css ---*/

/*.sidebar{
  background-color:var(--bg-color-sidemenu) !important;
  border-right: 0.30000001192092896px solid #707070;
filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
}

.sidebar .sidebar-body .nav .nav-item .nav-link {
  color: var(--font-color) !important;
}*/

.create-calendar .text-success {
  color: var(--font-color-success) !important;
}

.bg-white {
  background-color: var(--tooltip-outer-color) !important;
}

.select2-results {
  background-color: var(--outer-bg-color) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
  /*krishna*/
}

.select2-container--bootstrap4 .select2-selection {
  background-color: var(--outer-bg-color) !important;
  color: var(--font-color) !important;
}

.datepicker-sec #reportrange {
  background-color: var(--outer-bg-color) !important;
}

.event-view-bot .accordion-body {
  color: var(--font-color-7);
  background-color: var(--bg-color);
}

.gray-circle-btn.dropdown-btn.bg-transparent.justify-center {
  color: var(--font-color);
}

.add-new-user .bootstrap-tagsinput {
  background-color: var(--outer-bg-color) !important;
  color: var(--font-color);
}

.add-new-user input,
.add-new-user::placeholder {
  color: var(--font-color);
}

.non_edit .ui.header {
  color: var(--font-color) !important;
}

.form-control:focus {
  color: var(--font-color);
}

.fc-toolbar h2 {
  color: var(--font-color);
}

.fc-title {
  /*color: var(--font-color);*/
  color: #707070;
}

.fc-popover .imeetify-app .fc-title {
  color: #303030
}

.fc-unthemed td.fc-today {
  /*color: var(--bg-color-sidemenu);*/
  color: #303030;
}

select#currency {

  color: var(--font-color) !important;

}

select#currency option {

  color: #303030;

}

#change-pwd span {
  color: var(--font-color) !important;
}

.select2-search--dropdown {
  background-color: var(--outer-bg-color);
}

.daterangepicker .ranges li {
  color: #000;
}


/* --- New Event --- */

.event-type-sec input[type="checkbox"],
.event-type-sec input[type="radio"] {
  margin-top: 11px;
}

.event-type-sec h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--font-color) !important;
  font-weight: bold;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--font-color) !important;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--font-color) !important;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--font-color) !important;
}

.event-type-sec input[type="checkbox"],
.event-type-sec input[type="radio"] {
  min-height: auto;
  margin-top: 5px;
  border: solid #1ba4ea 2px !important;
  margin-right: 10px;
  width: 1em;
  height: 1em;
}

.create-event .flatpickr-calendar {
  /*width: 150px !important;*/
  border-radius: 4px;
}

.create-event .flatpickr-time .numInputWrapper {
  flex: inherit !important;
  -webkit-box-flex: inherit !important;
  -webkit-flex: inherit !important;
  -ms-flex: inherit !important;
  width: 33% !important;

}

.language-sec .select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.35em + 0.65rem + 2px);
}

.language-sec .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.06em + 1.1rem) !important;
}

.weekDays-selector input {
  display: none !important;
}

.weekDays-selector input[type=checkbox]+label {
  display: inline-block;
  border-radius: 1px;
  background-color: var(--outer-bg-color);
  border: 1px solid #2F6DDF !important;
  height: 40px;
  width: 35px;
  margin-right: -6px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.weekDays-selector input[type=checkbox]:checked+label {
  background: #4485f9;
  color: #fff;
}

.month-selector input {
  display: none !important;
}

.month-selector input[type=checkbox]+label {
  display: inline-block;
  border-radius: 1px;
  background-color: var(--outer-bg-color);
  border: 1px solid #2F6DDF !important;
  height: 40px;
  width: 38px;
  margin-right: -6px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.month-selector input[type=checkbox]:checked+label {
  background: #4485f9;
  color: #fff;
}

.event-detail-sec .form-check-label {
  font-size: 14px;
}

.event-type-sec input[type="checkbox"],
.event-type-sec input[type="radio"] {
  margin-top: 8px;
}

.selector label {
  color: #303030;
}

.modal-body .form-control {

  color: #303030;
}

.google-cal .form-check-input,
.enable-check-box .form-check-input {
  border: 2px solid #0c94ea !important;
}

.theme-imge-sec img {
  border-radius: 0.5rem;
}


/* --- 23FEB23 ---*/

.event-outer-bx {
  background-color: var(--bg-color);
  border: 0.6000000238418579px solid #4485f9;
  padding: 14px 20px;
  min-height: 75px;
}

.event-detail-sec h6 {
  font-size: 14px;
  line-height: 23px;
  color: var(--font-color-7);
  font-weight: 500;
  font-style: italic;
}

.event-detail-sec h5 {
  font-size: 1.25rem;
  color: var(--font-color-7)
}

.agenda-sec .form-label {
  color: var(--font-color-7)
}

#event_des.form-control {
  padding: 10px;

}

/*--- dark theme new-sec---*/

.dark-theme-sec .checkbox {
  opacity: 0;
  position: absolute;
}

.dark-theme-sec .label {
  width: 54px;
  height: 26px;
  background-color: #db2553;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  transform: scale(1.1);
  cursor: pointer !important;
  color: #303030;
}

.dark-theme-sec .ball {
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

/*  target the elemenent after the label*/
.dark-theme-sec .checkbox:checked+.label .ball {
  transform: translateX(30px);
}

.dark-theme-sec .fa-moon {
  color: #fff;
}

.dark-theme-sec .fa-sun {
  color: #fff;
}

/*---event-view-partcipate*/

.event-view-sec span i,
.eventall-title-sec span i {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: transparent;
  border: 0.4000000059604645px solid #bfb9b9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--font-color);
  font-size: 14px;
  margin-right: 10px;
}

.bg-event-view {
  border-radius: 3px;
  background-color: #f2f7fa;
  border: 1px solid #4485f9;
}

.bg-event-view dt,
.bg-event-view dd {
  font-size: 13px;
  color: #303030;
}

/*---24JAN23---*/


.mode-control {
  position: absolute;
  top: 12px;
  right: 15%;
  /*height: 40px;
  width: 95px;height: 58px;*/
  height: 26px;
  /*width: 66px;*/
  border-radius: 45px;
  background-color: #fcbc38;
  padding: 3px 7px 0px 4px;
  /*padding: 5px;*/
  color: #fff;
  display: flex;
  align-items: center;
  /*padding: 0 20px;
  border-radius: 8px;*/
  font-weight: 500;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.5s ease;
  cursor: pointer !important;
}

.mode-control span:nth-of-type(2) {
  display: none;
}

.mode-control span.txt {
  position: relative;
  top: -2px;
}

.mode-control input {
  position: absolute;
  opacity: 0;
}

.mode-control input:checked+span {
  display: none;
}

.mode-control input:checked+span+span {
  display: inline-block;
}

.mode-control i {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ffffff;
  /*padding: 4px;*/
  padding: 4px 0px 3px 3px;
  padding-right: 0px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
}

.mode-control i.fa-sun {
  color: #fcbc38;
}

.mode-control i.fa-moon {
  color: #000;
}

/*--- Cname---*/

/*.cname-sec{
          max-width: 500px;
          width: 100%;
  }*/

.cname-sec h6 {
  font-size: 14px;
  line-height: 30px;
  color: var(--font-color);
  font-weight: 500;
  font-family: "Montserrat";
}

.cname-sec .txt p {
  font-size: 14px;
  line-height: 30px;
  color: var(--font-color);
  font-weight: 500;
  font-family: "Montserrat";
}

/*Session expired*/
div#alerto {
  z-index: 999999;
}

.bg-event-view .event-link {
  max-width: 90ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}


.event-type-sec .img-upload label {
  height: 43px;
}

/*--- 03MAR23 ---*/
/*.p-faq__question {
  display: flex;
  align-items: center;
}*/
.google-cal .form-check {
  display: flex;
  align-items: center;
}


.payments-sec .form-check {
  display: flex !important;
  align-items: center;
}

.payments-sec .form-check-input {
  min-height: auto;
  margin-top: 0px;
  border: solid #1ba4ea 2px !important;
  margin-right: 10px;
  width: 1em;
  height: 1em;
}

.payments-sec .form-check-label {
  padding: 0 !important;
}

.cname-sec .btn-primary {
  height: 43px;
}

.add-user-sec .table-responsive {
  display: block;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.ui.form .gen-field .field>label {
  color: var(--font-color-1) !important;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #e9ecef;
  color: #303030;
}

.tab-content .pricing-det-sec {
  max-width: 844px;
  width: 100%;
  border-radius: 6px;
  filter: drop-shadow(0 0 3.5px #adb0ba);
  background-color: #fff !important;
  margin-bottom: 2rem !important;
}

.preferences-sec .mode-control {
  position: relative;
  top: 32%;
  right: 0%;
}


/*--- 06-03-23 ---*/

.event-type-sec .form-label {
  color: var(--font-color-7);
}

.tabbable-line-event .nav>li.nav-item>a {
  color: #303030;
  padding: 1rem 0.5rem !important;
  margin-right: 3rem !important;
}

.tabbable-line-event .nav>li.nav-item>a.active {
  border-bottom: 2px solid #3b86ff;
  color: #3b86ff;
}

.tabbable-line-event .tab-content {
  box-shadow: inherit !important;
}

.tabbable-line-event.nav>li.nav-item>a.disabled-sec.active {
  opacity: .4;
  pointer-events: none;
  cursor: default
}

.tabbable-line-event.nav>li.nav-item>a.nav-link {}

#calendar-det .form-label {
  color: var(--font-color)
}

.create-link-btn {
  height: 44px;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  padding: 10px;
  font-weight: 600;
  border-radius: 6px;
  line-height: 1.7;
}

.reg-sec h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 25px !important;
  letter-spacing: 0.02em;
  line-height: 36px !important;
  text-align: left;
  color: #030303;
  overflow-wrap: break-word;
}

.reg-sec p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

section .reg-sec .form-check-input:checked {
  background-color: #4485f9 !important;
  border: 1px solid #4485f9 !important;
}

.fc-ltr .fc-popover .fc-header .fc-title {
  float: left;
  color: #303030 !important;
}

.impair {
  cursor: pointer;
  pointer-events: none;
}

.fs-12 {
  font-size: 12px !important
}

.fs-13 {
  font-size: 13px !important
}

.fs-14 {
  font-size: 14px !important
}

.fs-15 {
  font-size: 15px !important
}

.fs-17 {
  font-size: 17px !important
}

.fs-18 {
  font-size: 18px !important
}

.fs-19 {
  font-size: 19px !important
}

.fs-20 {
  font-size: 20px !important
}

.cursor-de {
  cursor: default !important;
}

.cursor-no {
  cursor: no-drop !important;
  pointer-events: none !important;
}

.calendar-sec .fc-unthemed .fc-list-item:hover td {
  background-color: transparent;
}

.calendar-sec .fc-unthemed .fc-list-heading td {
  background: var(--bg-color);
}

.dark-theme input[type="checkbox"],
.dark-theme input[type="radio"] {
  margin-top: 8px;
}

.dark-theme input[type="checkbox"],
.dark-theme input[type="radio"] {
  min-height: auto;
  margin-top: 5px;
  border: solid #1ba4ea 2px !important;
  margin-right: 10px;
  width: 1em;
  height: 1em;
}

.tab-pane-txt {
  padding: 0px 15px 0 0 !important;
}

.fc-unthemed .fc-list-empty {
  background-color: #eee;
  color: #303030;
}

.bg-light-blue {
  background: #EAF2FE !important;
}

#payment_status label {
  color: var(--font-color) !important;
}

details>summary {
  list-style: none;
}

details>summary::-webkit-details-marker {
  display: none;
}

/* --- top-icon-sec ---*/
.top-icon-sec .users-item-dropdown {
  right: -3px !important;
  top: 43px;
}

.top-icon-sec .hover-fx {
  font-size: 36px;
  display: flex;
  cursor: pointer;
  margin: 3px 0px;
  width: 28px;
  height: 28px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: var(--bg-color);
   !important;
  /*background-color: #f6f8fb !important;*/
  transition: 300ms;
  align-items: center;
  justify-content: center;
}

.top-icon-sec .hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  /*box-shadow: 0 0 0 3px #63c9ef;*/
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.top-icon-sec .hover-fx:hover {
  /*  background-color: #4485f9;*/
  color: #00989A;
}

.top-icon-sec .hover-fx.active {
  box-shadow: 0 0 0 3px #63c9ef;

}

.top-icon-sec .hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}

span.login-with-google-btn {
  padding-right: 2rem !important;
}

.box-sec.create-new-box.position-relative {
  height: auto !important;
}

.daywise-sec .fc-title {
  color: var(--font-color);
}

.daywise-sec a.fc-more {
  color: #a09999;
}

.daywise-sec .fc-disable-solid.imeetify-app {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.dark-theme label {
  color: #303030;
}

/*--- Language ---*/

/*.sidebar .sidebar-body .nav .nav-item .nav-link .link-title{
  font-size: calc(0.65em + 0.1em) !important;
}*/
/*.box-sec .form-label{
  font-size: calc(0.66em + 0.1em) !important;
}*/
.payment-type .form-check-label {
  font-size: calc(0.57em + 0.1em) !important;
}

/*.sidebar .sidebar-body span.top-sec {
  font-size: calc(0.65em + 0.1em) !important;
  }*/
/* .btn-black {
  font-size: calc(0.5em + 0.1em);
}*/
.drop_down span {
  font-size: 14px;
  font-weight: 500;
}

.profileImage {
  width: 130px;
  height: 130px;
  /*position: relative;
  top: -22px;*/
}

.profileImage.image-upload-wrap {
  width: 400px;
  height: 540px;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.ql-container.ql-snow {
  background-color: transparent;
}

/*--- EVENT TEAM ---- */
.pro-team-img.imageWrapper,
.pro-team-img.imageWrapper img {
  left: 49% !important;
}

.profile-img-sec .file-upload {
  width: 180px;
  font-weight: 500;
}

.event-team .form-check-input {
  border: 1px solid #4485f9 !important;
  margin-top: 7px;
  width: 15px !important;
  height: 15px !important;
}

.event-zero-bx {
  height: auto;
  border-radius: 14px;
  background-color: #ffffff;
  border: 1px solid rgba(112, 112, 112, 0.3);

  --c: #4485f9;
  /* the border color */
  --b: 3px;
  /* the border thickness*/
  --g: 3px;
  /* the gap on hover */
  --h: 14px;
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%, var(--c) 0;
  border-radius: var(--h);
  background:
    conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat,
    conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
  transition: .3s, background-position .3s .3s;
  cursor: pointer;
}

.event-zero-bx:hover {
  box-shadow: 0 5px 22px 5px rgba(27, 38, 49, .1);
  --_i: 100%;
  transition: .3s, background-size .3s .3s;
}

/*.event-zero-bx h4{
  font-size: 15px;
  line-height: 37px;
  color: #4485f9;
  font-weight: 600;
  margin-bottom: 0 !important;
}*/
.event-zero-bx h4 {
  font-size: 15px;
  line-height: 22px;
  color: #4485f9;
  font-weight: 600;
  margin-bottom: 0 !important;
  max-width: 27ch;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.event-zero-bx h5 {
  font-size: 15px;
  line-height: 30px;
  color: #4485f9;
  font-weight: 600;
}

.event-zero-bx p {
  font-size: 14px;
  line-height: 21px;
  color: #525970;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.event-zero-det {
  border-left: 1px solid rgba(112, 112, 112, 0.4);
  height: auto;
  word-break: break-all;
}

.hgt-200 {
  height: 200px;
}

.p-faq__answer-inner .select2-container--bootstrap4 .select2-selection__clear {
  background-color: #fff;
  border: 1px solid #4485f9;
  color: #000;
}

#Generate-Link .create-link-btn {
  font-size: 14px !important;
  width: -moz-available;
}

.walkin-check-sec input[type=radio],
.theme-bg-sec input[type=radio] {
  border: solid #1ba4ea 2px !important;
  margin-top: 0.4em !important;
  width: 1em;
  height: 1em;
}

.payment-det-sec .select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.915em + 0.65rem + 2px) !important;
}

.payment-det-sec .select2-container--bootstrap4.select2-container--focus .select2-selection {
  border: 1px solid #2f6ddf !important;
}

.daywise-sec .fc-toolbar .fc-state-active {
  background: #1d7af3;
}


/* --- event-booking --- */

.event-booking .form-check-input {
  border: 2px solid #4485f9 !important;
}

.event-booking label {
  font-size: 16px;
  line-height: 23px;
  color: #1e1e1e;
  font-weight: 600;
}

.list-sec h5 {
  font-size: 16px;
  line-height: 23px;
  color: var(--font-color);
  font-weight: 600;
}

.list-sec .select2-container--bootstrap4.select2-container .select2-selection {
  /*border: 0px solid #80bdff !important;*/
  box-shadow: none !important;
  background-color: #f2f7fa !important;
  border: 1px solid #2f6ddf !important;
}

.list-sec .bg-light-blue p,
.list-data-sec p {
  font-size: 12px;
  line-height: 23px;
  color: var(--font-color);
  font-weight: 500;
  word-break: break-all;
}

.list-sec .bg-light-blue .select2-container--bootstrap4.select2-container .select2-selection {
  font-size: 14px !important;
}

.list-sec label.form-check-label {
  color: var(--font-color);
}

.break-txt {
  font-size: 13px;
  color: var(--font-color);
}

.team-form-sec h5 {
  font-size: 16px;
  line-height: 23px;
  color: #1e1e1e;
  font-weight: 600;
}

.pro-team-members .select2-container--bootstrap4 .select2-selection {
  font-size: 14px;
}

.select2-results {
  font-size: 14px;
}

.radio-sec input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 19px;
  border: 1px solid #4485f9 !important;
}

.list-users-sec h6,
.list-users-sec p {
  font-size: 14px;
  line-height: 23px;
  color: #4485f9;
  font-weight: 400;
}

.txt-clr-blk {
  color: #525970 !important;
}

.crop_image1.btn.btn-primary {
  font-size: 13.5px;
}

.event-public-sec img {
  width: 1280px;
  height: 500px;
}

/*--Event-resister--*/
.event-top-list ul {}

.event-top-list li {
  width: 147px;
  /*height: 35px;*/
  background-color: #f5f5f5;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  margin-right: 1rem;
  text-align: center;
  padding: 1rem;
}

.event-top-list li a {}

.event-top-list li.active {
  background-color: #b5b4b4;
}

.event-form-sec p {
  font-size: 14px;
  color: var(--font-color);
  font-weight: 500;
  word-wrap: break-word;
  line-height: 1.5;
}

.event-form-sec .form-check-input[type="checkbox"] {
  border-radius: .25em;
  border: 2px solid #0c94ea !important;
  width: 1em;
  height: 1em;
  margin-right: 0px !important;
}

.event-form-sec h6 {
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--font-color);
}

.event-form-sec .form-control {
  border-radius: 3px !important;
  background-color: #f2f7fa;
  border: 1px solid #2f6ddf !important;
}

.list-table th[scope="col"] {
  color: #303030;
}

.list-sec .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  color: #303030 !important;
}

.swing-sec {
  background-image: url('../img/event/Swing-bg-2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 296px;
  /*width: 415px;*/
  display: flex;
  align-items: center;
}

.swing {
  animation: swing ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
  float: left;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 18%;
  left: 22%;
}

.swing img {
  border: 5px solid #f8f8f8;
  display: block;
}

.swing:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: -10px;
  left: 50%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}

/* nail */
.swing:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: -14px;
  left: 54%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #000;
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

.swing-sec a,
.swing-sec-pastdue a {
  position: relative;
  padding: 15px 20px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  color: #999;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  color: #100d30;
  font-weight: 700;
  text-align: center;
  /*  font: 700 30px consolas;
*/
  overflow: hidden;
  top: 10%;
  left: 25.5%;
  background: #fff;
}

.swing-sec a span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #171618, #4485f9);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.swing-sec a span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, #171618, #4485f9);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.swing-sec a span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #171618, #4485f9);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.swing-sec a span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, #171618, #4485f9);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.swing-sec-pastdue {
  background-image: url('../img/event/event-overdue-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 390px;
  /*width: 415px;*/
  display: flex;
  align-items: center;
}

.swing-sec-success {
  background-image: url('../img/event/eve-reg-success.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 316px;
  /*width: 415px;*/
  display: flex;
  align-items: center;
}

.swing-sec-pastdue a {
  position: relative;
  padding: 30px 75px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  color: #999;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  color: #100d30;
  font-weight: 700;
  text-align: center;
  /*  font: 700 30px consolas;
*/
  overflow: hidden;
  top: -11%;
  left: 47.5%;
  background: #fff;
}

.swing-sec-pastdue a span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #171618, #4485f9);
  animation: animate1 2s linear infinite;
}

.swing-sec-pastdue a span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, #171618, #4485f9);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

.swing-sec-pastdue a span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #171618, #4485f9);
  animation: animate3 2s linear infinite;
}

.swing-sec-pastdue a span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, #171618, #4485f9);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

.event-waitlist-sec h4 {
  font-size: 30px;
  color: #100d30;
  font-weight: 700;
  text-align: center;
}

.event-waitlist-sec h5 {
  font-size: 16px;
  color: #303030;
  font-weight: 600;
}

.reg-details label,
.reg-details i {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 36px;
  color: var(--font-color);
  /*krishna*/
  font-weight: 600;
}

.reg-details p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 36px;
  color: var(--font-color);
  /*krishna*/
  font-weight: 600;
  margin-bottom: 0px;
}

.table.reg-details> :not(caption)>*>* {
  padding: 0rem .5rem !important;
}

.btn-event,
.btn-event:hover {
  width: auto;
  height: 40px;
  border-radius: 3px;
  background-color: #4485f9;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 600;
}

.event-booking-form .form-control {
  min-height: 34px !important;
  background-color: #f2f7fa;
  border: 1px solid #2f6ddf !important;
  border-radius: 3px !important;
}

@media (max-width: 480px) {
  .swing-sec a {
    left: 12% !important;
  }
}

@media (max-width: 992px) {
  .swing-sec a {
    left: 30.5%;
  }
}

@media (min-width: 1440px) {
  .swing-sec a {
    left: 28.5%;
  }
}

/*@media (min-width: 769px) and (max-width: 850px) {
  .swing-sec a{
    left: 30.5%;
  }
}*/

#starshine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.shine {
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  background-image: url('../img/event/star.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  z-index: 1;
  color: tansparent;
  -moz-opacity: 0.0;
  opacity: 0.0;
  animation: glitter 6s linear 0s infinite normal;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  -moz-animation: glitter 8s linear 0s infinite normal;
  -ms-animation: glitter 8s linear 0s infinite normal;
  -o-animation: glitter 8s linear 0s infinite normal;
}

.shine.small {
  width: 20px;
  height: 20px;
}

.shine.medium {
  width: 30px;
  height: 30px;
}

.shine.large {
  width: 50px;
  height: 50px;
}

/*CSS3 keyframes for glittering effect*/
@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}

.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}


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

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.event-top-sec h5 {
  font-size: 18px;
  color: var(--font-color);
  font-weight: 600;
}

.event-top-sec .btn-top,
.event-top-sec .btn-top:hover {
  width: 196px;
  /*height: 29px;*/
  border-radius: 3px;
  background-color: #4485f9;
  font-size: 14px;
  line-height: 23px;
  color: #fffdfd;
  font-weight: 400;
  padding: 5px 2px;
}

#event-dashboard-sec .box-sec input[type="checkbox"],
#event-dashboard-sec .box-sec input[type="radio"] {
  min-height: auto;
  margin-top: 0.5em !important;
  border: solid #1ba4ea 2px !important;
  margin-right: 10px;
  width: 1em !important;
  height: 1em !important;
  font-size: inherit !important;
}

.table.list-table {
  border: 1px solid #dedede !important;
}

.table.list-table> :not(:first-child) {
  border-top: 0px solid currentColor !important;
}

.list-table th {
  font-size: 14px;
  color: var(--font-color);
  /*krishna*/
  font-weight: 500;
}

.list-table td {
  font-size: 12px;
  line-height: 23px;
  text-decoration: none;
  color: var(--font-color);
  /*krishna*/
  font-weight: 500;
}

.list-table tr {
  color: #333;
  /*krishna*/
}

/*---on off switch---*/

/** BEGIN CSS NEEDED FOR SWITCH **/
.list-table .on-off-toggle {
  width: 56px;
  height: 24px;
  position: relative;
  display: inline-block;
}

.list-table .on-off-toggle__slider {
  width: 56px;
  height: 24px;
  display: block;
  border-radius: 34px;
  background-color: #c60202;
  border: 1px solid #d8e7f3;
  transition: background-color 0.4s
  
}

.list-table .on-off-toggle__slider:before {
    content: '';
    display: block;
    /*background-color: #1ad95d;*/
    box-shadow: 0 0 0 0px #949494;
    bottom: 3px;
    height: 18px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 18px;
    z-index: 5;
    border-radius: 100%;
  }

.list-table .on-off-toggle__slider:after {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    /*font-size: 12px;
    font-weight: bold;*/
    content: 'off';
    /*color: #484848;*/
    padding-left: 26px;
    transition: all 0.4s;
    font-size: 8px;
    color: #fff;
    font-weight: 400;
    
  }

.list-table .on-off-toggle__input {
  /*
    This way of hiding the default input is better 
    for accessibility than using display: none;
  */
  position: absolute;
  opacity: 0;
}

.list-table .on-off-toggle__input:checked + 
.on-off-toggle__slider {
  background-color: #3ac918 !important;
}

.list-table .on-off-toggle__input:checked + 
.on-off-toggle__slider:before {
    transform: translateX(32px);
    
    
  }

.list-table .on-off-toggle__input:checked + 
.on-off-toggle__slider:after {
    content: 'on';
    /* color: #303030; */
    padding-left: 8px;
    font-size: 8px;
    color: #fff;
    font-weight: 400;
  }

/*** END CSS NEEDED FOR SWITCH **/

.email-branding-sec h5 {
  font-size: 14px;
  line-height: 30px;
  color: var(--font-color);
  font-weight: 600;
}

.email-branding-bx {
  padding: 18px 16px;
  color: var(--font-color);
  background-color: var(--outer-bg-color);
  border: 0.6px solid #2f6ddf;
}

.email-branding-bx-sec h6 {
  font-size: 14px;
  line-height: 23px;
  color: var(--font-color);
  font-weight: 500;
  font-style: italic;
}

.email-branding-bx .img-upload label {
  border-radius: 3px !important;
  background-color: #f2f7fa !important;
  border: 1px solid #2f6ddf !important;
  width: 220px;
  height: 34px;
}

.email-branding-bx .select-style select {
  height: 32px;
  background-color: #fff;
  border: 1px solid #0c94ea;
  color: var(--font-color) !important;
  border-radius: 0.25rem;
  padding: 6px;
  cursor: pointer;
  /* min-width: 124px; */
  width: 100%;
  font-weight: 500;
}

.preview-sec p {
  font-size: 9px;
  text-decoration: underline;
  color: #4485f9;
  font-weight: 500;
}

.social-icons-group input::placeholder {
  font-size: 12px !important;
}

.big-banner-sec img {
  /*height: 500px;*/
}

.reg-details i.fa-copy {
  cursor: pointer;
}

/*.list-table a{
  max-width: 35ch;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}*/
.eventall-title-sec h5 {
  color: var(--font-color);
}

h3.reg-txt {
  font-size: 31px;
  line-height: 1;
  color: #100d30;
  font-weight: 700;
}

.event-public-sec h3 {
  font-size: 14px;
  line-height: 30px;
  color: #525970;
  font-weight: 500;
  text-align: center;
}

.white-box p {
  word-break: break-all;
  /*line-height: 1.5;*/
}

.host-sec-outer p {
  /*  word-break: break-all;*/
  word-break: break-word;
}

.list-table td a {
  max-width: 60ch;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-align: left;
}

/* 23-05-23 New design */


.get-3-step h4 {
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
  text-align: left;
  color: #424243;
  margin-right: 2rem;
}

.heading h3 {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: var(--font-color-1);

}

.top-icon-sec .nav {
  display: block;
  font: 13px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.top-icon-sec .nav li {
  display: inline-block;
  list-style: none;
}

.top-icon-sec .nav .button-dropdown {
  position: relative;
}

.top-icon-sec .nav .dropdown-toggle::after {
  content: '';
  border: inherit;
}

.top-icon-sec .nav li a {
  display: block;
  color: #000;
  /*    background-color: var(--outer-bg-color);*/
  padding: 5px;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 13px;
}

.top-icon-sec .nav li a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  color: #999;
}

/*.top-icon-sec .nav li a:hover, .nav li a.dropdown-toggle.active {
    background-color: #289dcc;
    color: #fff;
}*/

.top-icon-sec .nav li a:hover span,
.top-icon-sec .nav li a.dropdown-toggle.active span {
  color: #fff;
}

.top-icon-sec .nav li .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  margin-top: 3px;
  text-align: left;
}


.top-icon-sec .nav li .dropdown-menu.active {
  display: block;

}

.top-icon-sec .nav li .dropdown-menu a {
  width: max-content;
  font-weight: 500;
  padding: 10px 14px;
}

.Get-started-3-steps-sec .offcanvas-top {
  width: 1133px !important;
  left: 17% !important;
  height: 100vh !important;

}

.Get-started-3-steps-sec h5 {
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  color: #424243;
}

.Get-started-3-steps-sec h6.blu-text-sec {
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  color: #4485f9;
}

.Get-started-3-steps-sec p.top-txt {}

.get-start-inner h4 {
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #424243;
}

.get-start-inner p {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #1e1e1e;
}

/*.top-tab.single .nav-tabs li:first-child, .top-tab.single .nav-tabs li:last-child, .top-tab.single .nav-tabs li:last-child a.active, top-tab.single .nav-tabs li{
  border-radius: 7px !important;
}
.top-tab.single .nav-tabs>.nav-item>.nav-link {
    margin: 0rem 0rem 0 0;
    }
*/


@media(max-width:33.75em) {
  .get-3-step h4 {
    font-size: 9px;
  }

  .top-tab .nav-tabs>.nav-item>.nav-link {
    margin: 0rem 0rem -1px !important;
    font-size: 14px !important;
  }

  .create-calendar button {
    font-size: 12px !important;
  }

}

@media(max-width:47.9375em) {
  .heading h3 {
    /* padding-left: 2.3rem; */
    /*text-align: center;
    justify-content: center;
    display: flex;
     padding-left: 0rem !important; 
    position: relative;
    left: 50%;*/
  }

  .top-icon-sec .nav {
    position: relative;
    left: 15%;
  }

  .top-icon-sec .nav li a {
    padding: 3px;
  }

  .get-3-step h4 {
    font-size: 9.5px;
    margin-right: 0rem;
  }

  .calendar-link h5 {
    display: none;
  }

  .create-calendar button {
    font-size: 13px;
  }

  .calendar-link a {
    font-size: 11px;
  }

  .refresh-bx-sec i.icons-fld {
    right: -4.7em !important;
  }

  #features .box-item .text h4 {
    font-size: 13px;
  }

  .Get-started-3-steps-sec .offcanvas-top {
    left: 0% !important;
  }

  /*.create-calendar button {
  font-size: 9px !important;
}*/
}

@media(max-width:75em) {
  /*  .top-tab .nav-tabs li:first-child {
    border-radius: 0px 0px 0px 0px;
}
.top-tab .nav-tabs li:last-child {
    border-radius: 0px 0px 0px 0px;
}*/
  /*.top-tab .nav-tabs .nav-item {
    border: 0.2px solid #d6d6d6;
}
.top-tab .nav-tabs>.nav-item>.nav-link {
    margin: 0rem !important;
    font-size: 14px!important;
}*/
}

@media only screen and (min-width: 48em) and (max-width: 61.095em) {
  .heading h1 {
    left: 4% !important;
  }

  .get-3-step h4 {
    font-size: 13px;
  }

}

@media only screen and (min-width:52.1875em) and (max-width:62.0625em) {
  .get-3-step h4 {
    font-size: 13px;
  }

}

/* modal -26-05-23 */

.modal-backdrop.show {
  opacity: 0 !important;
}

.modal-backdrop {
  z-index: 0 !important;
}

.top-icon-sec .nav li a.active {
  color: #4485f9;
}

.create-calendar button {
  font-size: 14px;
  line-height: 32px;
  color: #424243;
  font-weight: 600;
}

.theme-bg-sec p,
.theme-bg-sec label,
.theme-bg-sec .faq-title {
  color: var(--font-color) !important;
}

.post-login-sec {
  /*border-radius: 6px;
  filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
  background-color: #ffffff;
  border: 0.30000001192092896px solid #707070;*/
}

.post-login-sec h3 {
  font-size: 37px;
  line-height: 50x;
  color: #424243;
  font-weight: 700;
}

.post-login-sec h6 {
  font-size: 14px;
  line-height: 30px;
  color: #1e1e1e;
  font-weight: 700;
}

.post-login-form label {
  font-size: 14px;
  line-height: 30px;
  color: #1e1e1e;
  font-weight: 600;
}

.post-login-form .input-group .form-control {
  max-width: 265px;
  width: 100%;
  border-color: #303030 !important;
  border-left: 0px solid #fff !important;
  border-radius: 0px 6px 6px 0px !important;
  min-height: 38px !important;
}

.post-login-form .form-control {
  /*max-width: 180px;
  width: 100%;*/
  border: 1px solid #303030 !important;
  min-height: 38px;
}

.post-login-form .input-group-text {
  border: 1px solid #303030;
  border-right: 0px solid #fff !important;
  border-radius: 6px 0px 0px 6px;
  font-size: 14px;
}

.post-login-form .form-check-label {
  font-size: 14px;
  line-height: 30px;
  color: #1e1e1e;
  font-weight: 500;
}

.post-login-form .form-check-input:checked {
  background-color: #424243 !important;
  border-color: #424243 !important;
}

.post-login-form .form-check-input[type="radio"] {
  border: 1px solid #303030;
}

.post-login-form .weekDays-selector input {
  display: none !important;
}

.post-login-form .weekDays-selector input[type=checkbox]+label {
  display: inline-block;
  border-radius: 1px;
  background-color: var(--outer-bg-color);
  border: 1px solid #303030 !important;
  height: 30px;
  width: 53px;
  margin-right: 4px;
  cursor: pointer;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: var(--font-color)
}

.post-login-form .weekDays-selector input[type=checkbox]:checked+label {
  /*background: var(--bg-color);
  color: #fff;*/
  background: #4485f9;
  color: #FFFFFF;
}

.post-login-form .btn-outer {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #4385f9;
  font-size: 12px;
  line-height: 20px;
  color: #0f60ee;
  font-weight: 600;
  /*height: 34px;
  padding:10px;*/
}

.post-login-form .btn-fill {
  border-radius: 3px;
  background-color: #4485f9;
  font-size: 12px;
  line-height: 20px;
  color: #fffdfd;
  font-weight: 600;
}

.post-login-form .select2-container--bootstrap4.select2-container .select2-selection {
  border: 1px solid #707070 !important;
  font-size: 12px !important;
  border-radius: 6px 6px 6px 6px !important;
}

#popup1 .modal-dialog.modal-lg.modal-xl {
  max-width: 1000px !important;
  margin: 2.5rem auto 2.5rem 17rem;
}

.slider-outer-box {
  width: 90%;
  height: 254px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #707070;
}

.heading h1 {
  font-size: 17px !important;
}

.team-form-sec label,
.event-detail-sec .form-check-label,
.theme-imge-sec .form-check-label,
.box-sec .form-check-label {
  color: var(--font-color);
}

.daywise-sec.advanced .fc-day-header.fc-widget-header span {
  color: var(--bs-body-color);
}

.daywise-sec.advanced .fc-day-top span {
  color: #303030;
}

.Calendar-Creation h5,
.box-sec p {
  color: var(--font-color);
}

.fc-basic-view .fc-day-number {
  color: var(--font-color);
}

.chart-page .fc-basic-view .fc-day-number {
  color: var(--font-color);
}

.quick-start h5 {
  color: #303030;
}


/*QUICKSTART*/
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}


.overlay1 {
  position: fixed;
  top: -5%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.overlay1:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 75%;
  position: relative;
  transition: all 5s ease-in-out;
  left: 8%;
  border-radius: 6px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
  border: 0.30000001192092896px solid #707070;
  height: 88%
}

.popup h2 {
  margin-top: 0;
  color: #333;
}

.popup .close1 {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close1:hover {
  color: #4485f9;
}

.popup .content1 {
  max-height: 100%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 60%;
    left: 20%;
  }

  #popup1 .modal-dialog.modal-lg.modal-xl {
    margin: 3rem auto;
  }
}


.quick-scrollbar {
  height: 530px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: transparent;
  scrollbar-color: rgba(13, 110, 253, 0.5) transparent;
  scrollbar-width: thin
}

.quick-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #0d82cb #fff;
}

.quick-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

.quick-scrollbar::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 2px solid #fff;
}

.quick-scrollbar::-webkit-scrollbar-thumb {
  background-color: #0d82cb;
}

.quick-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #4485f9;
}

.quick-scrollbar::-webkit-scrollbar-corner,
.quick-scrollbar-1::-webkit-scrollbar-track {
  background-color: #b0b7c4;
}

[class^=quick-scrollbar] {
  height: 530px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#select2-Quick-TimeZone-results li,
#select2-duration-results li,
#select2-close-time-results li,
#select2-open-time-results li {
  color: var(--font-color);
}

.post-login-form .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: var(--font-color) transparent transparent transparent !important;
}

#select2-Quick-TimeZone-results .select2-results__option[aria-selected="true"],
#select2-duration-results .select2-results__option[aria-selected="true"],
#select2-close-time-results .select2-results__option[aria-selected="true"],
#select2-open-time-results .select2-results__option[aria-selected="true"] {
  color: #303030;
}

#acc-sec p a {
  color: var(--font-color)
}

.Calendar-Creation .modal-body h5,
.modal-body h6 {
  color: #303030;
}

.dark-theme p {
  color: #303030;
}

/*.branding-sec .offcanvas-header h5, .branding-sec h6{
  color: #303030;
}*/
.offcanvas-end.branding-sec {
  background-color: var(--outer-bg-color)
}

/*--- change-email ---*/
.change-email h5 {
  font-size: 14px;
  line-height: 32px;
  color: var(--font-color);
  font-weight: 500;
}

.change-email p {
  font-size: 14px;
  color: var(--font-color);
  font-weight: 500;
  line-height: 23px;
}

.change-email span:last-child,
.acc-pro h6 span {
  font-size: 14px;
  line-height: 30px;
  color: #04af04;
  font-weight: 500;
  font-style: italic;
}

.acc-pro h5 {
  font-size: 14px;
  line-height: 30px;
  color: #525970;
  font-weight: 600;
}

.modal#popup1 {
  z-index: 999;
}

.acc-pro .select2-container--bootstrap4.select2-container--focus .select2-selection {
  border: 1px solid #2f6ddf !important;
  background: transparent;
}

#acc-sec .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-width: 1px 1px 0px 1px !important;
  border-style: solid !important;
  border-color: #2f6ddf !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#acc-sec .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
  border-width: 0px 1px 1px 1px !important;
  border-style: solid !important;
  border-color: #2f6ddf !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.acc-pro .select2-container--bootstrap4 .select2-selection {
  border-top: 1px solid #2f6ddf !important;
}

#acc-sec .select2-container {
  display: block;
  /*    max-width: 354px;*/
  width: 100%;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: var(--font-color) transparent transparent transparent !important;
}

.list-sec .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: #303030 transparent transparent transparent !important;
}

.Calendar-Creation .form-sec .form-select {
  border: 1px solid #2f6ddf !important;
  background: transparent;
  color: var(--font-color);
  font-size: 14px;
}

.ql-container.ql-snow {
  border: 1px solid #4485f9;
  background: transparent;
}

.mt-6 {
  margin-top: 6rem !important;
}

.date .form-control {
  background: transparent !important;
}

.custom-input div {
  color: #06080a;
}

.acc-head p {
  color: #06080a;
}

.sidebar.break-point-sm.has-bg-image.side-scrollbar.collapsed .sidebar-footer img {
  display: inline-block;
}

.sidebar.break-point-sm.has-bg-image.side-scrollbar .sidebar-footer img {
  display: none;
}


/* --- 23 AUG 23 --- */

/* [05] Start Pricing plan style 5 */
.plan-style-5 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.plan-style-5:hover {
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.2);
}

.plan-style-5 .plan-header {
  padding: 5px;
  position: relative;
  background: #fff;
  color: #000;
}

.plan-style-5 .plan-header .plan-title {
  margin: 5px 0 4px 0;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
}

.plan-style-5 .plan-price .price {
  margin-bottom: -15px;
  font-size: 45px;
  font-weight: 600;
  line-height: 46px;
  color: #fff;
}

.plan-style-5 .plan-price .price span {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.plan-style-5 .plan-list {
  padding: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.plan-style-5 .plan-list li {
  margin: 0;
  position: relative;
  list-style-type: none;
  color: #777;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.plan-style-5 .plan-list li i.far.fa-check-circle {
  color: #02d639;
}

.plan-style-5 .plan-list li p {
  margin: -10px 0 0 0;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 20px;
  display: none;
}

.plan-style-5 .plan-list li:nth-child(even) {
  background: #fff;
}

.plan-style-5 .plan-list li:nth-child(odd) {
  background: #fafafa;
}

.plan-style-5 .plan-list li i {
  margin: 0;
  position: relative;
  font-size: 13px;
  line-height: 41px;
}

.plan-style-5 .plan-list li i.far.fa-times-circle {
  color: red;
}

.plan-style-5 .plan-list .tooltip-info {
  cursor: pointer;
}

.plan-style-5 .plan-list .tooltip-info i {
  position: absolute;
  top: 10px;
  right: 17px;
  z-index: 2;
  font-size: 10px;
  color: #fff;
  line-height: 18px;
}

.plan-style-5 .plan-list .tooltip-info:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-style: none;
  background-color: #ddd;
  border-radius: 50%;
}

.plan-style-5 .tooltip-info .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  letter-spacing: 0.02rem;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 2;
  bottom: 85%;
  left: 0;
  right: 0;
  margin: auto;
}

.plan-style-5 .tooltip-info .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.plan-style-5 .tooltip-info:hover .tooltiptext {
  visibility: visible;
}

.plan-style-5 .dark-skin li:nth-child(even) {
  background: #fff;
}

.plan-style-5 .light-skin li:nth-child(odd) {
  background: #fafafa !important;
}

.plan-style-5 .plan-bottom {
  padding: 0 0 15px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #000;
}

.plan-style-5 .plan-bottom p {
  padding: 5px;
  font-size: 14px;
  background-color: #eee;
  color: #666;
}

.plan-style-5 .plan-bottom p span {
  font-size: 20px;
  font-weight: 900;
  color: #333;
}

.plan-style-5 .plan-button {
  padding: 10px 18px;
  font-size: 14px;
  color: #111;
  border: 1px solid #111;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.plan-style-5 .plan-button:hover {
  background: #111;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.plan-tables-5 .border-cell-bold {
  border-bottom: 2px solid #ccc;
}

.plan-tables-5 .border-cell {
  border-bottom: 1px solid #eee;
}

.plan-style-5.active {
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.2);
}

.plan-detail-style-5 {
  /*  position: absolute;*/
  top: 0;
  right: 0;
}

.plan-detail-style-5 .plan-header {
  padding: 5px;
  background-color: #fff;
  text-align: center;
}

.plan-detail-style-5 .plan-header .plan-title {
  margin: 5px 0 4px 0;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #666;
}

.plan-detail-style-5 .plan-detail {
  padding: 0;
}

.plan-detail-style-5 .plan-detail li {
  margin: 0;
  padding: 0 15px;
  list-style-type: none;
  color: #fff;
  line-height: 42px;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 0;
  text-align: right;
}

.plan-detail-style-5 .plan-detail li:nth-child(even) {
  background: #fff;
  color: #444;
}

.plan-detail-style-5 .plan-detail li:nth-child(odd) {
  background: #fafafa;
  color: #333;
}

/*==============
  [00] Page General css
=================*/


.global-title {
  color: #fff;
}

.global-title-p {
  padding-bottom: 20px;
}

.pp-section {
  padding: 100px 0 85px 0;
}

.section-header {
  margin-bottom: 35px;
}

.section-header p {
  color: #777;
}

.section-bg {
  background-color: #fbfbfb;
}

.section-bg-img {
  background-image: url(../img/plan-bg-4.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
}

.plan-padding {
  padding: 0 1px;
}

.plan-margin {
  margin-right: 1px;
}

/*.plan-header .plan-title {
  font-family: "Lato", sans-serif; }

.plan-price .price {
  font-family: "Lato", sans-serif; }

.plan-list li {
  font-family: "Lato", sans-serif; }

.plan-button {
  font-family: "Lato", sans-serif; }*/

.txt-light {
  opacity: .2 !important;
}

.btn-disable {
  opacity: .2 !important;
  cursor: no-drop;
}


.plan-detail-style-5 .plan-header .plan-title-1 {
  margin: 0px;
  line-height: 32.5px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  text-align: right;
  padding-right: 20px;
}

.grow-btn i.fas.fa-terminal,
.grow-btn-two i.fas.fa-terminal {
  padding-left: 7px;
}

.plan-style-5 .plan-bottom p {
  line-height: 1.6;
}

.float-container {
  z-index: 99;
}

.float-container a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
  font-weight: 500;
}

/* --- 24AUG23 --- */

#acc-sec #bookings_link p a {
  color: #303030;
}

.modal-open .select2-results__option {
  color: var(--font-color);
}

.layout .sidebar .menu .menu-item a .menu-title {
  line-height: 1.5;
}

.heading.date {
  margin-left: 25rem;
}

@media only screen and (min-width: 85.425em) and (max-width: 95em) {
  .heading h1 {
    max-width: fit-content !important;
  }
}

@media(max-width:48em) {
  .heading.date {
    margin-left: 0rem;
  }

  .heading h1 {
    max-width: 26ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }

  .float-container {
    top: 37% !important;
  }
}

@media only screen and (min-width: 62em) and (max-width: 64em) {
  .heading h1 {
    font-size: 15px !important;
    max-width: 20ch !important;
  }

  .heading.date {
    margin-left: 0rem !important;
  }
}

@media only screen and (min-width: 70em) and (max-width: 80em) {
  .heading h1 {
    font-size: 15px !important;
    max-width: fit-content !important;
  }

  .heading.date {
    margin-left: 26rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 76.0625em) {
  .heading.date {
    margin-left: 11rem;
  }
}

@media only screen and (min-width: 62.8125em) and (max-width: 75em) {
  .heading h1 {
    /*    max-width: fit-content !important;*/
    font-size: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

}

/*@media (max-width: 1199.98px){
  .heading h1 {
    max-width: 21ch !important;
  }
  .heading.date{
  margin-left: 14rem;
}
}*/

@media only screen and (min-width: 80em) and (max-width: 85.4375em) {
  .heading.date {
    margin-left: 1rem;
  }

  .heading h1 {
    max-width: fit-content !important;
  }
}

@media only screen and (min-width: 95.0625em) and (max-width: 104em) {
  .heading.date {
    margin-left: 16rem;
  }
}

/* --- 11SEP23 New top-tab --- */
.top-tab .nav-link {
  padding: 0.7rem 1.5rem;
}

.top-tab li {
  font-size: 15px;
  font-weight: 500;
}

.top-tab .nav-tabs .nav-link:focus,
.top-tab .nav-tabs .nav-link.active:hover {
  border-color: #dee2e6 #dee2e6 #ffffff;
  isolation: isolate;
}

.top-tab .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent transparent transparent transparent;
  isolation: isolate;
}

.top-tab .nav-tabs .nav-item.disabled-sec .nav-link.active {
  color: #0d6efd;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.top-tab .nav-tabs .nav-link {
  border-radius: 6px 6px 0px 0px;
  color: #495057;
}

.top-tab .nav-tabs .nav-item .nav-link.active {
  color: #0d6efd;
}

.ql-editor p {
  color: var(--kt-input-color);
}

#launcher-frame {
  bottom: -5px !important;
}

/* --- Dashbord New 19SEP23 --- */

.dashboard_new_sec h5 {
  font-weight: 500;
  font-size: 16px;
  color: var(--font-color);
}

.apptmt-card-sec h6 {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-align: center;
  min-height: 28px;
  line-height: 1;
}

.apptmt-card-sec p {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}

.apptmt-card-sec .card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}

.bg-dark-blu {
  background: #363f5e;
}

.bg-blu {
  background: #3984f3;
}

.bg-red {
  background: #d86965;
}

hr {
  background-color: #fff;
  opacity: 1 !important;
  width: 50%;
  margin: 0 auto;
}

.integ-dash-sec h5 {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: var(--font-color);
}

.integ-dash-sec h5 span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  color: #0459f9;
}

.integ-dash-sec .box {
  width: 100%;
  /*  height: 25px;*/
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 5px;
  margin-bottom: 8px;
}

.integ-dash-sec .box p {
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #000;
}

.integ-dash-sec .box p span {
  font-weight: 600;
  font-size: 10px;
  text-align: left;
  float: right;
  /*  color: #d01818;*/
}

.calendar-dash h5 {
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
  text-align: left;
  color: var(--font-color);
}

.dash-tab .nav .nav-link {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 8px;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #303030;
  margin-right: 10px;
}

.dash-tab .nav .nav-link.active {
  color: #4485f9;
}

.appointments-list-sec h4, .aptmt-heading h4 {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  color: #050000;
}

.border-box p {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #050000;
  text-align: left;
}

.border-box {
  display: flex;
  flex-direction: column;
  margin: 10px 0px 10px;
}

.apptmt-det .box {
  /*width: 370px;
  height: 66px;*/
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
  margin: 0;
  width: 100%;
  border-radius: 0px;
}

.apptmt-det .box.selected {
  border-width: 2px 2px 2px 4px;
  border-style: solid;
  border-top-color: #e25415;
  border-bottom-color: #e25415;
  border-right-color: #e25415;
}

.border-left {
  border-left-width: 5px;
  border-left-style: solid;
}

.border-green {
  border-left-color: #33a951;
}

.border-yellow {
  border-left-color: #fdba07;
}

.border-blue {
  border-left-color: #4484f9;
}

.border-red {
  border-left-color: #f14738;
}

.border-lgt-blu {
  border-left-color: #0fcbd3;
}

.border-box p span.time {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  color: #0459f9;
}

.border-box p span.meet-type {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  color: #33a951;
}

.appt-table h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
  color: #050000;
}

.appt-table p span,
.aptmt-heading p span {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
  color: #0459f9;
}

.appt-table p,
.aptmt-heading p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-align: left;
  color: #1a1a1a;
}

.appt-table p.grn-txt {
  color: #33a951;
}

.download-btn,
.download-btn:hover {
  /*width: 337px;
  height: 32px;*/
  border-radius: 6px;
  background: #fed364;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #000;
}

.cancel-btn,
.cancel-btn:hover {
  /*width: 337px;
  height: 32px;*/
  background: #f1eeff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #f2491d;
}

.form-select:focus {
  box-shadow: none !important;
}

.aptmt-heading span {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
  color: #0459f9;
}

.cal-det td {
  padding: 0.5rem 1rem !important;
}

.cal-det tr {
  height: 5rem !important;
  vertical-align: middle;
}

.tab-pane-txt.p-0 {
  padding: 0 10px 0 0px !important;
}

.event-type-sec.form-outer .form-control {
  padding: 10px;
}

.del a {
  font-size: 12px;
  text-decoration: underline;
  color: #D86965;
  font-weight: 600;
  font-family: "Montserrat";
}

.appointments-list-sec a,
.aptmt-heading a {
  font-weight: 600;
  font-size: 10px;
  font-family: "Montserrat"
}

.modal-body {
  padding: 1rem 3rem;
}

.day-eventss {
  width: 352px;
  height: 574px;
  border-radius: 3px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #FFFFFF;
}

.del-events {
  width: 323px;
  height: 129px;
  border-radius: 6px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #F1EEFF;
}

.day-eventss h6 {
  font-size: 14px;
  line-height: 25px;
  color: #F2491D;
  font-weight: 500;
  font-family: "Montserrat";
  text-align: center;
}

.day-eventss p {
  font-size: 12px;
  line-height: 25px;
  color: #050000;
  font-weight: 500;
  font-family: "Montserrat";
  text-align: center;
}

.del-btn {
  width: 310px;
  height: 32px;
  border-radius: 6px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #D86965;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "Montserrat";
}

.day-eventss .alert {
  font-size: 12px;
  line-height: 20px;
  color: #050000;
  font-weight: 500;
  font-family: "Montserrat";
  text-align: center;
}

.hidden.day-eventss {
  display: none;
}

/* offer 29-9-2023 start */
.columbus-offer {
  width: 215px;
  height: auto;
  /*border-radius: 3px;*/
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  /*background-image: linear-gradient(180deg, #5481C1 0%, #2A4161 100%);*/
  background-image: url('https://imeetify.com/assets/presidentsday/images/christmas-bg-2.png?v=1');
  border-radius: 10px;
  padding: 10px 10px 20px 10px;
}
.columbus-offer p {
  font-size: 10px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Montserrat";
  align-items: center;
}
.columbus-offer h6 {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
}
.columbus-offer h4 {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
}
.columbus-offer h4 span {
  font-size: 19px;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
}
.coupan p {
  font-size: 10px;
  line-height: 20px;
  color: #363F5E;
  font-weight: 500;
  font-family: "Montserrat";
  text-align: center;
}
.coupan {
  display: inline-block;
  width: 175px;
  /*height: 37px;*/
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  /*background-color: #E5ECF5;*/
  background-color: #303030;
  color: #fff;
}

/* offer End */
/* pending pop-up  start */
.pref {
  width: 100%;
  height: 38px;
  border-radius: 3px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #FFFFFF;
}

.date {
  font-size: 12px;
  color: #050000;
  font-weight: 600;
  font-family: "Montserrat";
}

.time {
  font-size: 14px;
  line-height: 15px;
  color: #0459F9;
  font-weight: 500;
  font-family: "Montserrat";
}

.changes {
  font-size: 14px;
  line-height: 15px;
  text-decoration: underline;
  color: #33A951;
  font-weight: 500;
  font-family: "Montserrat";
}

.preff h6 {
  font-size: 14px;
  color: #050000;
  font-weight: 600;
  font-family: "Montserrat";
}

.chng-btn {
  width: 100%;
  height: 38px;
  border-radius: 3px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #F1EEFF;
}

.chng-btn p {
  font-size: 12px;
  color: #F2491D;
  font-weight: 500;
  font-family: "Montserrat";
}

/* pending pop-up end */

.new-feature-announcement .btn-close {
  color: var(--font-color) !important;
}

.box-sec h6.preff {
  font-size: 15px;
}

.appt-table a {
  font-weight: 600;
  font-size: 13px;
  word-break: break-word;
}

/* --- lists --- */

.cname-tut h5 {
  font-size: 16px;
  font-weight: 600;
}

.cname-tut h6 {
  font-size: 15px;
  font-weight: 600;
}

.cname-tut p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.lists li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  /*display: flex;
  align-items: center;*/
}

.lists li i {
  font-size: 8px;

}

.layout .sidebar .menu .menu-item a .menu-icon i {
  /*  color: var(--font-color-5) !important;*/
  color: #9c9c9e !important;
}

.starter-watermark {
  background: rgba(238, 238, 238, 0.5);
  content: '';
  display: block;
  opacity: 0.3;
}

.starter-watermark li a {
  cursor: no-drop;
}

/* Locked */

.single-icon i {
  transform: scale(1);
  display: block;
  margin: 0.35em 0em;
  transition: all 0.2s cubic-bezier(0.36, 0.07, 0.57, 0.99);
  color: #aaa;
}

.single-icon i:hover {
  transform: scale(1.3);
  color: #4485f9;
}

.fa-lock:hover {
  transform-origin: 75% 25%;
  -webkit-animation: lock 1s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
  animation: lock 1s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}

@-webkit-keyframes lock {
  0% {
    transform: scale(1.3) rotate(-15deg);
  }

  15% {
    transform: scale(1.3) rotate(-40deg);
  }

  30% {
    transform: scale(1.3) rotate(5deg);
  }

  45% {
    transform: scale(1.3) rotate(-30deg);
  }

  60% {
    transform: scale(1.3) rotate(-5deg);
  }

  75% {
    transform: scale(1.3) rotate(-20deg);
  }

  90% {
    transform: scale(1.3) rotate(-15deg);
  }

  100% {
    transform: scale(1.3) rotate(-15deg);
  }
}

@keyframes lock {
  0% {
    transform: scale(1.3) rotate(-15deg);
  }

  15% {
    transform: scale(1.3) rotate(-40deg);
  }

  30% {
    transform: scale(1.3) rotate(5deg);
  }

  45% {
    transform: scale(1.3) rotate(-30deg);
  }

  60% {
    transform: scale(1.3) rotate(-5deg);
  }

  75% {
    transform: scale(1.3) rotate(-20deg);
  }

  90% {
    transform: scale(1.3) rotate(-15deg);
  }

  100% {
    transform: scale(1.3) rotate(-15deg);
  }
}


/*.lock-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1) !important;
  cursor: no-drop;
  pointer-events: none;
  z-index: 5;
}*/
.lock-overlay {
    height: 100%;
    background: #fff;
    cursor: no-drop;
    opacity: .9;
    z-index: 9999;
    position: relative;
}
.lock-overlay::after {
    content: "\f023"!important;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 0%;
    right: 0%;
    color: #4485f9;
}

.fade-flip {
  transform: rotateX(-90deg);
  opacity: 0;
  transition: all .25s linear;
}

.fade-flip.show {
  opacity: 1;
  transform: rotateX(0deg);
}

.fade-flip .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
}

.Get-started-3-steps-sec iframe {
  max-width: 100%;
}

.day-multiple-book p{
  color: #303030;
}
.hide {
  display: none;
}

.appt-detail-sec {
    background: #fff;
}
.calendar-detail-sec .select2-container--bootstrap4 .select2-results__option--highlighted, .calendar-detail-sec .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true]{
  background-color: #EAF2FE !important;
  color: #7D84AB;
}
.form-outer .numInputWrapper span{
    opacity:1 !important;
}

#records_new h3{
    color:var(--font-color) !important;
    font-size: 22px;
}
h2.no-records{
    color:var(--font-color) !important;
}
#myTable thead td, #review {
    color: var(--font-color);
    font-size: 16px;
}
#myTable td, #review {
    color: var(--font-color);
        font-size: 14px;
}
#myTable.table>:not(:first-child) {
    border-top: 2px solid var(--font-color);
}
#myTable.table>thead {
    font-weight: 600;
}