* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0b5798;
}

:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

iframe {
  max-width: 100%;
}



/**
  * Typography
  */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {}

h1,
.h1 {}

h2,
.h2 {}

h3,
.h3 {}

h4,
.h4 {}

@media (min-width: 768px) {

  h1,
  .h1 {}

  h2,
  .h2 {}

  h3,
  .h3 {}

  h4,
  .h4 {}
}

@media (min-width: 1025px) {

  h1,
  .h1 {}

  h2,
  .h2 {}

  h3,
  .h3 {}

  h4,
  .h4 {}
}

p,
ul,
ol {}

.page-content ul,
.page-content ol {
  /* fix for bulleted lists not wrapping around images correctly in Wordpress */
  width: auto;
  overflow: hidden;
  padding-left: 0;
}

.page-content ul {
  list-style-type: none;
}

ol {
  padding-left: 25px;
}

ol li {
  counter-increment: list;
  position: relative;
  list-style-type: none;
}

ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
}

ul li {}

ul li:before {}

hr {}

a {
  word-break: break-word;
  /* force link text to overflow when too long for container */
}

a:hover {}



/*------------------------------------*\
      COMPONENTS
  \*------------------------------------*/

/**
  * Clearfix
  * Apply clearing without adding additional markup
  */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/**
   * Buttons
   */
[type="button"] {
  cursor: pointer;
}

[type="button"]:focus {
  outline: none;
  border: none;
}

.btn {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #FEFEFF;
  display: inline-block;
  padding: 14px 42px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background: #0070BB;
}

.btn-primary:hover {
  background: #00548c;
    transition: .3s all ease-in-out;
}

.btn-secondary {
  background: #E4001D;
}

.btn-secondary.small {
  padding: 10px 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.btn-secondary:hover {
  background: #a90017;
}

.btn-search{
    max-height: 49px;
    font-size: 14px !important;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn+.btn {
  margin-top: 5px;
  /* Add margin-top when 2 buttons are next to each other */
}

@media (min-width: 600px) {

  .btn+.btn {
    margin-top: 0;
    margin-left: 5px;
  }

}


@media (min-width: 1200px) {
  .btn-big {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }

}


/**
   * Icons
   */

@font-face {
  font-family: 'Medicus';
  src:
    url('../icons/Medicus.ttf?gnoql1') format('truetype'),
    url('../icons/Medicus.woff?gnoql1') format('woff'),
    url('../icons/Medicus.svg?gnoql1#Medicus') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Medicus' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-1:before {
  content: "\e900";
}

.icon-2:before {
  content: "\e901";
}

.icon-3:before {
  content: "\e902";
}

.icon-4:before {
  content: "\e903";
}

.icon-5:before {
  content: "\e904";
}

.icon-6:before {
  content: "\e905";
}

.icon-7:before {
  content: "\e906";
}

.icon-8:before {
  content: "\e907";
}

.icon-9:before {
  content: "\e908";
}

.icon-13:before {
  content: "\e909";
}

/**
   * Forms
   */

label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #8181A5;
  margin-bottom: 5px;
  display: inline-block;
}

.select {
  position: relative;
}

.select {
  position: relative;
}

.select::after {
  content: "\e909";
  font-family: "Medicus";
  font-size: 15px;
  color: #0070BB;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translate(0, -50%);
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: inline-block;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #000;
  padding: 10px 26px 12px 26px;
  background: transparent;
  border: #EAEAEA 1px solid;
  border-radius: 30px;
}

textarea {
  width: 100%;
  display: inline-block;
  height: 186px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #000;
  padding: 33px 12px;
  background: transparent;
  border: #EAEAEA 1px solid;
  border-radius: 30px;
  resize: none;
}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
  -webkit-appearance: none;
}

input:active,
textarea:active,
select:active,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  /* Removes blue border on focus */
  border: #EAEAEA 1px solid;
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
  width: 100%;
  display: inline-block;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #1C1D21;
  padding: 10px 26px 12px 26px;
  background: transparent;
  border: #EAEAEA 1px solid;
  border-radius: 30px;
}

/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.page-content [type="text"],
.page-content [type="date"],
.page-content [type="datetime"],
.page-content [type="datetime-local"],
.page-content [type="email"],
.page-content [type="month"],
.page-content [type="number"],
.page-content [type="password"],
.page-content [type="search"],
.page-content [type="tel"],
.page-content [type="url"],
.page-content [type="week"],
.page-content [type="date"],
.page-content textarea,
.page-content select {
  border: 1px solid rgba(0, 112, 187, 0.2);
  color: #000;
}

.checkbox input {
  display: none;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1C1D21;
  height: 20px;
}

.checkbox.radio label {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0070BB !important;
}

.checkbox label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: none;
  background: #F0F0F3;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox input:checked+label::before {
  background: #0070BB;
}

.checkbox input[type="radio"]:checked+label::before,
.checkbox input[type="checkbox"]:checked+label::before{
  background: #E4001D;
}

.checkbox input:checked+label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border: none;
  background: #fff;
  border-radius: 100%;
}

.container-fluid {
  width: 100%;
  padding: 0 20px;
}

@media (min-width:1200px) {
  .container-fluid {
    padding: 0 60px;
  }

}


/* Login */

.logine-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.login-left-panel {
  background: #fff;
}

.forgot-password {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #192E51;
  padding-top: 19px;
  display: block;
  text-align: right;
}

.forgot-password:hover {
  color: #0070BB;
}

.login-left-panel__wrapper {
  padding: 0 20px;
}

.login-left-panel__wrapper__from{
  max-width: 400px;
  margin: 0 auto;
}

.login-field {
  padding-bottom: 28px;
}

.login-field:has(+.invalid-feedback){
    padding-bottom: 0;
}

.width-forgot-password {
  padding-bottom: 15px;
}

.login-button {
  text-align: center;
  padding-top: 28px;
}

.login-right-panel {
  background: #0070BB;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.login-right-panel__image {
  background: #147EC6;
  width: 90%;
  padding: 40px;
  border-radius: 100%;
}

.login-right-panel__image img {
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (min-width:768px) {
  .login-left-panel {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .login-right-panel {
    display: flex;
    width: 50%;
  }

  .logine-wrapper {
    height: 100vh;
  }
}

@media (min-width:1183px) {
  .login-right-panel__image {
    width: 500px;
    height: 500px;
    padding: 100px;
  }
}

@media (min-width:1440px) {
  .login-right-panel__image {
    width: 700px;
    height: 700px;
    padding: 120px;
  }
}

/* header */

.header {
  background: #0070BB;
}

.page-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  padding-bottom: 10px;
}

.page-title a {
  font-size: 26px;
  color: #fff;
  display: flex;
  margin-top: 6px;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 50px 0 0 0;
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-right {
  padding-bottom: 10px;
}

.header-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-right ul li {
  margin: 0 0 0 10px;
  font-size: 25px;
  color: #fff;
}

.header-right ul li a {
  font-size: 25px;
  color: #fff;
}


@media (min-width:768px) {
  .header-wrapper {
    padding: 0;
  }

  .header-left {
    width: 400px;
  }

  .header-right {
    width: 400px;
    padding: 0;
  }
  .user-name {
      font-size: 12px;
  }

  .header-logo {
    position: unset;
    width: 254px;
    background: #fff;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px){
    .settings.active :last-child{
        margin-bottom: 10px;
    }

    ul.settings.active{
        top: -46px;
    }
}

@media (min-width:1200px) {

  .header-logo {
    padding: 45px 0;
  }



  .page-title a {
    margin-top: 11px;
  }

  .header-right ul li {
    margin: 0 0 0 35px;
  }

}


/* pagecontent */

.page-content {
  padding: 64px 0 0 0;
  position: relative;
}

.dashboard-menu li {
  width: 100%;
  margin-bottom: 20px;
}

.dashboard-menu li a {
  width: 100%;
  text-align: center;
}

.status-div{
    width: 100%;
    position: fixed;
    bottom: 20px;
}

.dashboard-bottom-menu {
  width: 100%;
  max-width: 617px;
    margin: auto;
}

.dashboard-bottom-menu .btn {
  width: 100%;
  text-align: center;
}

.page-content-top__button p {
  font-size: 12px;
  line-height: 15px;
  color: #0070BB;
  padding-top: 10px;
  padding-bottom: 6px;
}

.page-content-top__button ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.page-content-top__button ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.page-content-top__button ul li a.btn-primary {
  font-family: "Montserrat", sans-serif;
  background: #EFF2FE;
  font-weight: 700;
  color: #0070BB;
  padding: 13px 7px 12px;
}

.page-content-top__search {
  display: flex;
    align-items: center;
    gap: 8px;
}

.page-content-top__search button {
  height: 100%;
}

.add-account {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #0070BB;
  text-align: right;
  width: 100%;
  display: inline-block;
}

@media (min-width:768px) {
  .dashboard-menu {
    column-count: 2;
    column-gap: 50px;
    margin-bottom: 20px;
    width: unset;
  }

  .page-content-top__button {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .page-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .page-content-top__button ul li {
    margin-bottom: 0;
  }

  .page-content-top__button ul li:last-child {
    margin-right: 0;
  }
}

.data-table-icon i{
    display: none;
}

@media (min-width:1200px) {
  .dashboard-menu {
    column-gap: 110px;
    max-width: 1345px;
    margin: 0 auto;
    padding-top: 70px;
  }

  .dashboard-bottom-menu {
      position: relative;
      left: -60px;
  }

  .page-content-top__button ul li a.btn-primary {
    width: 90px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .page-content-top__button ul li a.btn-primary:hover {
    background: #0070BB;
    color: #fff;
  }

  .page-content-top__button ul li a.btn-primary.active {
    background: #0070BB;
    color: #fff;
  }

  .data-table-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .data-table-con {
    padding-left: 20px;
  }

  .data-table-icon i {
    color: #1399F3;
    font-size: 21px;
    display: block;
  }


}





/* Table */

.data-table {
  padding-top: 30px;
}

table {
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0 20px;
  border-collapse: separate;
}

.logs-table {
  padding-bottom: 15px;
}

.logs-table table {
  border-spacing: unset;
  border-collapse: unset;
}


table tbody tr {
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 10px;
}


.logs-table table tbody {
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 15px;
}

.logs-table table tbody tr {
  background: #FFFFFF;
  box-shadow: none;
  border-radius: unset;
  margin-bottom: unset;
}

table td {
  padding: 15px 28px;
  position: relative;
}

table th {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #0070BB;
  text-align: left;
  padding: 0 28px;
}

.logs-table table th {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #0070BB;
  padding-bottom: 8px;
}

table td h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #0070BB;
}

.logs-table td:not(.empty-row) {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #1399F3;
}

table td .link-mailto,
table td h4 span {
  color: #1399F3;
  display: block;
  padding-top: 7px;
}

table td p {
  padding: 8px 0 0 0;
}

table td .statusa {
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0);
  right: 25px;
  color: #E4001D;
  font-size: 21px;
  margin-top: -12px;
}

table td .statusa1 {
    position: absolute;
    top: 25%;
    transform: translate(-50%, 0) rotate(-90deg);
    color: #E4001D;
    font-size: 21px;
    margin-top: -12px;
}

table td .statusa2 {
    position: absolute;
    top: 75%;
    transform: translate(-50%, 0) rotate(90deg);
    color: #E4001D;
    font-size: 21px;
    margin-top: -12px;
}

table td .statusa1:not(.cursor-not-allowed), table td .statusa2:not(.cursor-not-allowed){
    cursor: pointer;
}
.green {
  color: #15C10B;
}

.data-table__flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: -10px;
}

.data-table__flex-box a {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #0070BB;
}

.data-table__flex-box a.add-account {
  text-decoration-line: underline;
  width: max-content;
}

.toggle-btn {
  position: relative;
}

.toggle-btn i {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.settings {
  display: none !important;
}

.settings.active {
  position: absolute;
  top: -12px;
  right: -8px;
  display: block !important;
  width: 142px;
  height: auto;
  background: #077ECE;
  margin: 0;
  padding: 16px 40px 10px 20px;
}

.settings.active li {
  padding: 0;
  margin: 0 0 10px;
}

.settings.active li a {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  width: 100%;
  display: block;
  text-align: left;
}

.settings.active li a:hover {
  color: #E4001D;
}


@media screen and (max-width: 1024px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td a {
    position: unset;
    transform: unset;
    margin-top: 10px;
    display: inline-block;
  }
}

.connections {
  position: relative;
}

.edit-icon {
  position: absolute;
  top: 0;
  right: 0;
  background: #E4001D;
  width: 56px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.edit-icon:hover {
  background: #c3001a;
}

.connections__status .checkbox.radio {
  margin-bottom: 15px;
}

.connections__status .checkbox.radio:last-child {
  margin-bottom: 0;
}

.connections__list__wrapper {
  position: relative;
  max-width: 372px;
}

.connections__list {
  padding-bottom: 30px;
  width: max-content;
  display: inline-block;
}

.connections__list li {
  padding-bottom: 13px;
}

.connections__list li:last-child {
  padding-bottom: 0;
}

.connections__list p {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #0070BB;
}

.connections__list p span {
  font-size: 14px;
  color: #0070BB;
  font-weight: 700;
}

.connections__list a, .connections__list p+p.p-number{
  color: #1399F3;
  font-weight: 700;
  font-size: 14px;
  width: auto;
}

.connections__list a:hover {
  color: #00548c;
}

.connections h6 {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #0070BB;
  margin-bottom: 10px;
}

.connections__textarea {
  max-width: 345px;
}

.connections__list,
.connections__status,
.connections__textarea {
  padding-bottom: 20px;
}

.switch-butt input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}

.switch-butt label {
  text-indent: -9999px;
  width: 40px;
  height: 22px;
  background: #F0F0F3;
  display: block;
  border-radius: 12px;
  position: relative;
  margin: 0;
}

.switch-butt label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  transition: 0.3s;
}

.switch-butt input:checked+label {
  background: #15C10B;
}

.switch-butt input:checked+label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}

.switch-butt-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.active-switch {
  margin-left: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #0070BB;
}

.account-switch {
  margin-right: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #0070BB;
}

.icon-list a {
  font-size: 20px;
  color: #0070BB;
}

.icon-list a:hover {
  color: #005a97;
}

.icon-list a:nth-child(2) {
  font-size: 20px;
  color: #E4001D;
  margin-left: 40px
}

.icon-list a:nth-child(2):hover {
  color: #c3001a;
}

.lightgreen {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  color: #1399F3 !important;
}

.button-div{
  text-align: center;
  max-width: 372px;
}

.btn-bottom{
  margin: 70px 0;
}

@media (min-width:768px) {
  .connections__list {
    width: max-content;
  }

  .connections__status {
    padding-bottom: 20px;
  }

}

@media (min-width:1200px) {
  .page-content{
    height: calc(100vh - 140px);
  }
  .btn-bottom{
    margin: 70px 0;
    position: absolute;
    bottom: 0;
    left: 45%;
  }
}


/* Anometion */

.btn-whatsapp-pulse {
	text-decoration: none;
	border-radius: 100%;
	animation-name: pulse;
	animation-duration: 5.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(20, 126, 198, 0.5);
	}
	80% {
		box-shadow: 0 0 0 100px rgba(20, 126, 198, 0);
	}
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .1rem;
    font-size: 80%;
    color: #dc3545;
    margin-bottom: .6rem;
}

.valid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}


.dashboard-menu-button:last-child:nth-child(odd) {
    column-span: all;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 50%;
}

.category {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #0070BB;
    word-break: break-word;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.btn-active {
    background-color: #28a745;
}

.btn-inactive {
    background-color: #dc3545;
}

textarea.regulations {
    height: 500px;
    padding: 15px 12px;
}

.regulations-btn {
    margin: 0 auto;
    max-width: 150px;
    width: 100%;
}

.page-title .back-btn {
    cursor: pointer;
    color: #fff;
    background-color: rgba(0,0,0,0);
    border: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin: 0;
    gap: 5px;
}

.btm-margin {
    margin-bottom: 14px;
}

.clear-search {
    align-items: end;
    margin-right: 2rem;
}

.margin-t {
    margin-top: 10px;
}

.btn-status {
    padding: 13px 7px 12px;
}

.btn-status:not(.active){
    color: #0070BB;
    background-color: #EFF2FE;
}

.width-33 {
    width: 33%;
}

#file-uploads,
#file-upload {
    position: absolute;
    left: -9999px;
}

#filenames,
#filename {
    margin-left: 15px;
    font-size: 12px;
    font-weight: 600;
    color: #0099ff;
}

.btn-upload-wrap form {
    margin-bottom: 10px;
}

@media(min-width: 1200px) {

    #filenames,
    #filename {
        font-size: 14px;
    }

    .btn-upload-wrap {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

.link-icon {
    height: 40px;
    width: 40px;
}

.icon-list {
    display: flex;
    align-items: center;
}

#p-blue {
    color: #1399F3;
    font-weight: 700;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.media-container {
    display: flex;
}

.role-superAdmin{
    color: #1399F3;
    font-weight: 700;
    font-size: 14px;
}

.empty-row {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
}

.incoming{
    width: 18px;
    color: red;
    transform: rotate(-225deg);
    font-size: 21px;
}

.outcoming{
    width: 18px;
    color: #0070BB;
    transform: rotate(-45deg);
    font-size: 21px;
}

p + .font-smaller{
    font-size: 16px;
}

#togglePassword, #togglePasswordConfirmation {
    position: absolute;
}

.password-wrapper{
    position: relative;
    left: calc(100% - 35px);
    bottom: 30px;
    background: none;
    border: none;
}

.status-btn-div {
    position: relative;
    left: -20px;
    width: calc(50% - 20px);
    margin: auto;
    word-break: break-word;
}

.edit-icon2 {
    position: absolute;
    right: 0;
    background: #0070BB;
    width: 56px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 58px;
    border-radius: 8px;
}

.edit-icon2:hover {
    background: #00548c;
}

.mobile-only, .mobile-only-inline {
    display: none;
}

.non-mobile-only{
    display: block;
}

.block{
    display: block !important;
}

div.flex.items-center.space-x-3 .search-buttons {
    display: flex;
}

.search-buttons .btn+.btn{
    margin-left: 5px;
}


@media screen and (max-width: 1024px){
    .mobile-only{
        display: block;
    }

    .non-mobile-only{
        display: none;
    }

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

    .margin-top{
        margin-top: 20px;
    }

    .justify-items-center-mobile{
        justify-items: center;
    }

    .btn.btn-search.btn-secondary{
        margin-top: 0;
    }

    .btn.btn-search{
        padding: 14px 10px;
    }

    .mb-6-mobile {
        margin-bottom: 1.5rem;
    }

    .connections__list__wrapper.mobile-width{
        width: clamp(100px,100%,500px);
    }

    .data-table-icon{
        position: relative;
        top: 6px;
    }

    .width-33{
        width: 100%;
    }

    div.flex.items-center.space-x-3{
        gap: 15px;
        flex-wrap: wrap;
    }

    div.flex.items-center.space-x-3 .search-buttons{
        margin-left: auto;
        margin-bottom: 20px;
    }

    .page-content-top.calls{
        display: block;
    }

    .page-content-top__button.calls {
        display: block;
    }

    .page-content-top__button.calls ul li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1200px){
    .data-table-flex.move-right{
        position: relative;
        right: -2rem;
    }

    .move-top-button-wrapper,
    .move-bottom-button-wrapper{
        position: relative;
        right: 30px;
    }

    .move-top-button-wrapper{
        top: 10px;
    }

    .move-bottom-button-wrapper{
        top: 60px;
    }

    .data-table-icon .move-top-button-wrapper i,
    .data-table-icon .move-bottom-button-wrapper i{
        display: block;
        color: #1399F3;
        font-size: 21px;
    }

    .settings.active > li{
        margin-bottom: 2px;
    }
}
