.auth-layout {
    background: #3d5f58;
    flex-direction: row;
}

.auth-layout .logo {
    position: relative;
    left: -20px;
}

.welcome-block {
    max-width: 400px;
    margin-right: 5rem;
}

.second-block {
    margin-left: 5rem;
}

.btn-primary {
    font-family: Quicksand;
    font-size: 30px;
    background: #A7B57C;
    text-align: center;
    width: 345px;
    display: block;
    padding: 22px 10px 23px;
    border-radius: 45px;
    border: 1px solid #979797;
    -webkit-box-shadow: 8px 0px 12px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 8px 0px 12px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.5);
}

.divider {
    font-size: 36px;
    color: #ffffff;
    margin: 1rem 0;
}

.input-wrap {
    position: relative;
}

.input-icon {
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 32px;
    color: #858585;
}

.wrapper {
    background: #f7f7f7;
    min-height: 100vh;
}
.container {
    max-width: 1380px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    margin-bottom: 30px;
}

.header .tabs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #15202e;
    background: #e7e7d8;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(112,112,112,0.5);
    -moz-box-shadow: 0px 3px 3px 0px rgba(112,112,112,0.5);
    box-shadow: 0px 3px 3px 0px rgba(112,112,112,0.5);
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    overflow: hidden;
}
.header .tab-item {
    position: relative;
    color: #15202e;
    font-size: 30px;
    padding: 17px 45px;
    text-align: center;
    font-family: sans-serif;
    text-decoration: none;
}
.header .tab-item:not(:first-child) {
    margin-left: -15px;
}
.header .tab-item.is-active {
    background: #a7b57c;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
}
.header .links {

}
.header .link-item {
    font-size: 46px;
    color: #3d5f58;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
}

.main-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #a7b57c;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(112,112,112,0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(112,112,112,0.5);
    box-shadow: 0px 3px 5px 0px rgba(112,112,112,0.5);
    padding: 22px 35px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    margin-bottom: 30px;
    min-height: 114px;
}
.main-panel_edit {
    background: #3d5f58;
    color: #ffffff;
}

.search-section {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.search-bar {
    position: relative;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(112,112,112,0.5);
    -moz-box-shadow: 0px 3px 3px 0px rgba(112,112,112,0.5);
    box-shadow: 0px 3px 3px 0px rgba(112,112,112,0.5);
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    overflow: hidden;
    margin-right: 20px;
    display: flex;
    align-items: stretch;
}

.search-bar .search-form {
    position: relative;
    z-index: 2;
}
.search-bar .search-input {
    width: 370px;
    height: 70px;
    font-size: 24px;
    background: #ffffff;
    border: none;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    padding-left: 75px;
    padding-right: 25px;
}

.search-bar .search-btn {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    height: 60px;
    width: 60px;
    border: none;
    background: none;
    font-size: 32px;
    padding: 0;
}

.filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebebeb;
    color: #424c57;
    font-size: 2rem;
    padding-right: 30px;
    padding-left: 60px;
    margin-left: -35px;
    z-index: 1;
    cursor: pointer;
}
.filter-btn.active {
    background: #3D5F58;
    color: #ffffff;
}

.billing .filter-block {
    padding-top: 20px;
}
.filter-block {
    width: 100%;
    flex: 380px 1 0;
    max-width: 380px;
}

.filter-close {
    position: absolute;
    left: 30px;
}
.filter-close .fa-solid {
    color: #ffffff;
    font-size: 35px;
}
.filter-form {
    box-shadow: 0 3px 5px 0 rgba(112, 112, 112, 0.5);
    border-radius: 40px;
    overflow: hidden;
}

.filter-form .heading {
    position: relative;
    font-size: 1.55rem;
    color: #fff;
    font-family: "Lato", sans-serif;
    background: #3D5F58;
    padding: 20px 25px 60px 25px;
    margin: 0;
}
.filter-form .form-group {
    margin-bottom: 15px;
}
.filter-form .form-group label {
    margin-bottom: 7px;
}

.filter-inner {
    position: relative;
    padding: 20px 25px 30px;
    background: #F3F3F3;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    margin-top: -40px;
}

.filter-search {
    position: relative;
}
.filter-search input {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 12px;
    padding-left: 55px;
    border: none;
    background: #ebebeb;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    font-size: 1.2rem;
    font-style: italic;
    font-family: 'Lato', sans-serif;
}
.filter-search .search-btn {
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
}
.filter-search .search-btn i {
    color: #15202e;
}

.filter-inner .form-group select {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #d8d8d8;
    padding: 12px 45px 12px 20px;
    border: none;
    color: #15202E;
    font-size: 1.2rem;
}
.filter-inner .btn-md {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    background: #3D5F58;
    text-align: center;
    display: block;
    padding: 8px 28px 8px;
    color: #ffffff;
    border-radius: 45px;
    -webkit-box-shadow: 8px 0px 8px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 0px 8px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.5);
}

.dropdown-color {
    position: relative;
    width: 100px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.dropdown-arrow .fa-solid.fa-caret-down {
    font-size: 28px;
    padding: 0;
    color: #15202E;
}
.selected-color {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    position: relative;
    background-color: #EBEBEB;
    padding: 5px 12px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    z-index: 15;
}

.dropdown-color.active .selected-color {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.item-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.dropdown-list {
    display: none;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 10px 0;
    margin-top: -10px;
}

.dropdown-list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  cursor: pointer;
}

.dropdown-list .item:hover,
.dropdown-list .item.selected {
  background-color: #D8D8D8;
}

.multi-color {
  display: flex;
  overflow: hidden;
}

.multi-color .half {
  width: 50%;
  height: 100%;
}


.main-content {
    position: relative;
    padding: 20px;
}

.main-content .empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    font-size: 27px;
    text-align: center;
    color: #15202e;
    font-family: sans-serif;
    opacity: 0.72;
    max-width: 410px;
    margin: 0 auto;
}

.main-content .empty-state .icon {
    font-size: 72px;
}

.container.dashboard {
    max-width: 1400px;
}

.select-text {
    width: 175px;
    display: inline-block;
    opacity: 0.75; color: rgba(21, 32, 46, 1);
    font-size: 24.299999237060547px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 22px;
    vertical-align: top;
}

.options [type=radio], .options [type=checkbox], [type='checkbox']:after, [type='checkbox']:before  {
    border-radius: 100%;
    border: 3px solid rgba(21, 32, 46, 1);
    opacity: 0.5;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    cursor: pointer;
}

.options [type='checkbox']:checked, [type='checkbox']::backdrop {
    margin-right: 10px;
    margin-left: 0px;
    background: #3D5F58;
    opacity: 1;
    border-color: #3D5F58;
    background-color: #3D5F58;
    --tw-ring-color: none !important;
    color: #3D5F58;
    outline: none;
}

.options [type='checkbox']:checked, [type='checkbox']::backdrop, .options [type='checkbox']:focus {
    margin-right: 10px;
    margin-left: 0px;
    opacity: 1;
    border-color: #3D5F58;
    --tw-ring-color: none !important;
    color: #3D5F58;
    outline: none;
}

.select-items {
    font-size: 20px;
    color: #15202E;
}

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

.fa-solid {
    color: rgba(21, 32, 46, 1);
}

.readonly {
    width: 40px;
    display: block;
}

[type='checkbox']:checked, #terms {
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 20px;
    margin-left: 35px;
    vertical-align: baseline;
    --tw-ring-shadow: none;
}

.check-label, h3.terms, p.terms-text {
    color: #fff;
    font-size: 27px;
}

.check-label button, a.check-label {
    text-decoration: underline;
}

h3.terms {
    text-transform: uppercase;
    text-align: center;
}

p.terms-text {
    font-size: 12px;
    width: 535px;
    margin-bottom: 15px;
}
 p.re-send {
     font-size: 24px;
     padding: 20px;
     color: #fff;
 }

.panel-title {
    font-size: 30px;
    font-family: 'Lato';
    font-weight: bold;
    margin-left: 15px;
    text-decoration: underline;
}

.calendar-msg {
    font-family: 'Lato';
    font-size: 30px;
    font-weight: bold;
    width: 500px;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 0;
    text-decoration: none;
}

.calendar-msg a {
    text-decoration: underline;
}
.fa-check {
    margin: auto;
    font-size: 46px;
    color: #3D5F58;
    text-align: center;
    margin-bottom: 20px;
}
.empty-calendar {
    font-size: 25px;
    color: rgb(21, 32, 46, 0.6);
    display: block;
    text-align: center;
    width: 100%;
}

.empty-calendar.black {
    color: #000;
}

.main-panel .btn-back {
    font-size: 40px;
    cursor: pointer;
}
.panel-controls {
    gap: 30px;
}
.panel-controls .btn-remove i,
.panel-controls .btn-edit i {
    font-size: 40px;
    color: white;
}
.panel-controls .btn-remove {
    font-size: 42px;
}

.panel-controls .btn-md {
    font-family: 'Lato';
    font-size: 24px;
    background: #3D5F58;
    text-align: center;
    display: block;
    padding: 8px 28px 8px;
    color: #ffffff;
    border-radius: 45px;
    -webkit-box-shadow: 8px 0px 8px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 0px 8px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.5);
}


.panel-controls .btn-inverted {
    background: #A7B57C;
    color: #15202E;
}

.block.text-sm.font-medium {
    font-size: 18px;
    color: #15202E;
    margin-left: 10px;
}

.preview {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    background: #D8D8D8;
    cursor: pointer;
}

.fa-solid.fa-plus {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #3D5F58;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    margin-left: 65px;
    cursor: pointer;
}

.right {
    float: right;
    width: 226px;
    margin-bottom: 8px !important;
}

.right.mb-5 {
    margin-right: 35px;
}

.right.color {
    margin-bottom: 1.25rem !important;
}
.site-name-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.color-select-wrap .select-item {
    position: absolute;
    top: 100%;
    left: 0;
    right: 31px;
}
.color-select-wrap {
    position: relative;
}

.left {
    float: left;
    width: 140px;
}

.main-content.add-site {
    padding: 40px;
    padding-left: 80px;
}

.add-site input {
    width: 338px;
    border-radius: 5px;
    background: #D8D8D8;
    font-size: 18px;
    color: #15202E;
}

.add-site .right input, .add-site .right #color {
    width: 195px;
}

#shared_with, #notes {
    resize: none;
    background: #D8D8D8;
    width: 338px;
}

span.service {
    padding: 20px;
}

.fa-caret-up {
    font-size: 30px;
    vertical-align: middle;
}

select option {
    color: #444645;
    background: red;
}

.right #color {
    height: 40px;
    cursor: pointer;
}

[type='text']:focus {
    --tw-ring-color: none !important;
}

.select-item {
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(112, 112, 112, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(112, 112, 112, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(112, 112, 112, 0.5);
    border-radius: 5px;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 250px;
    overflow: auto;
    transform: scaleY(1);
    opacity: 1;
    transition: all 0.2s;
    transform-origin: top;
    color: #333;
}

.fa-solid.fa-caret-down {
    padding: 10px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #15202E;
}

.for-caret {
    width: 54px;
    height: 39px;
    background: #D8D8D8;
    float: right;
    top: -5px;
    position: relative;
}

.select-item div {
    height: 30px;
}

.form-container {
    background-color: #f3f3f3;
    border-radius: 22px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
    font-family: "Lato", sans-serif;
}

.form-header {
    font-size: 1.25rem;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}

.form-group-wrap {
    clear: both;
}
.form-group-wrap.bg-grey {
    background: #d8d8d8;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    font-size: 1.125rem;
    color: #15202E;
    display: block;
    margin-bottom: 10px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    color: #7a8088;
}
.form-group input.cc {
    width: 80px;
}

.form-group select {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"/></svg>');
}

.form-group input.bg-grey,
.form-group select.bg-grey {
    background-color: #d8d8d8;
}

.form-group input.dp__pointer {
    padding-left: 30px;
    font-size: 16px;
}

.dp--clear-btn {
    right: -10px;
}

.form-group-icon {
    display: flex;
    align-items: center;
    position: relative;
}

.form-group-icon input {
    padding-left: 35px;
}

.form-group-icon i {
    position: absolute;
    left: 10px;
    font-size: 18px;
    color: #555;
}
.security-group input {
    font-size: 1.2rem;
    padding-left: 50px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 8px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 8px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 8px -6px rgba(0,0,0,0.75);
}

.security-group .form-group-icon i {
    font-size: 1.5rem;
    left: 15px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-row .form-group {
    flex: 1;
}

.form-footer {
    display: flex;
    gap: 15px;
}

.form-footer button {
    flex: 1;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    webkit-box-shadow: 0px 5px 8px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 8px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 8px -4px rgba(0,0,0,0.5);
    background-color: #3a5656;
    color: white;
}

.service-form {
    width: 340px;
    margin-left: 40px;
    margin-bottom: 25px;
}

.service-form.detail {
    margin-left: 0;
    margin-top: -20px;
    display: none;
    width: auto;
}

.detail .fa-solid.fa-pen {
    position: relative;
    cursor: pointer;
    float: right;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.form-header .serv-detail {
    float: left;
    font-size: 18px;
}

.detail .globe-div {
    padding: 5px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.detail .globe-div .globe {
    margin-top: 7px;
    border: 9px solid #fff;
    background: #fff;
    border-radius: 33px;
}

.detail .form-container {
    height: 650px;
}

.edit-provider.detail .form-container {
    height: 810px;
}

.fa-regular.fa-copy {
    left: 240px;
    cursor: pointer;
}

.user-detail .form-group-icon input {
    width: 275px;
    border-radius: 23px;
    height: 39px;
}

.fa-solid.fa-eye-slash, .fa-solid.fa-eye {
    margin-left: 200px;
    cursor: pointer;
}

.user-detail {
    margin-top: -40px;
}

.fa-globe, .fa-solid.fa-sack-dollar {
    font-size: 33px;
}

.fa-solid.fa-sack-dollar, .fa-solid.fa-key{
    padding-right: 10px;
}

.dark-line {
    height: 17px;
    border-left: 2px solid #15202E;
    margin-left: 15px;
    margin-top: 10px;
}

.detail .globe-div .right-side {
    color: #15202E;
    margin-bottom: 0px;
    opacity: 0.75;
}

.fa-solid.fa-key {
    font-size: 24px;
}

.text {
    font-size: 20px;
    opacity: 0.7;
    font-weight: 700;
}

.subscribe {
    margin-top: -24px;
    height: 135px;
    border-bottom: 15px solid #A7B57C;
}

.fas.fa-hourglass-half {
    font-size: 24px;
    margin-left: 8px;
    margin-top: 16px;
}

.globe {
    float: left;
}

.right-side {
    float: right;
    width: 230px;
    opacity: 0.75;
}

.right-side span {
    opacity: 1;
}

.right-side em {
    width: 135px;
    display: inline-block;
}

.globe-div {
    float: inline-end;
}

.show-form {
    cursor: pointer;
}

.previe {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    object-fit: cover;
}

.data-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    margin: 0 -20px;
}

.card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 20px 0;
    margin: 0 -20px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    flex-grow: 1;
}

.card-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    width: calc(33.333% - 20px);
}
.card-list.filter_active .card-item,
.card-list.filter_active.calendar_active .card-item {
    width: calc(50% - 20px);
}
.card-list.calendar_active .card-item {
    width: 100%;
}
.card-item .options input {
    margin-right: 15px;
}

.card-selection {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2.5px solid #868b93;
    cursor: pointer;
}
.card-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 40px 35px;
    background-color: #f3f3f3;
    border-radius: 38px;
    box-shadow: 0 3px 5px 0 rgba(112,112,112,0.5);
    flex-grow: 1;
    font-family: "Lato", sans-serif;
    transition: ease-in 0.2s;
    cursor: pointer;
    overflow: hidden;
}
.card-content:hover {
    box-shadow: 0 3px 7px 0 rgba(112,112,112,0.7);
}

.card-content .info {
    flex-grow: 1;
    margin-right: 10px;
}
.card-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #d3d3d3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    flex: 70px 0 0;
}
.card-logo img {
    max-width: 100%;
}

.card-title {
    font-weight: bold;
    font-size: 1.375rem;
    margin: 0;
    color: rgb(21, 32, 46, 0.75);
}

.card-link {
    font-size: 1.25rem;
    color: rgb(21, 32, 46, 0.6);
    font-style: italic;
    text-decoration: none;
}
.card-color {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
}

.provider-list, .software-list {
    margin-left: 50px;
}

.provider-item, .software-item {
    position: relative;
    margin-bottom: 15px;
}

.provider-item::before, .software-item:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: -15px;
    width: 100px;
    border: 2px solid #979797;
    border-radius: 15px;
}

.provider-item .inner, .software-item .inner {
    position: relative;
    padding: 6px 3px;
    background: #f7f7f7;
}

.provider-item .row, .software-item  .row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #D8D8D8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 15px;
    color: rgb(21, 32, 46, 0.57);
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    z-index: 1;
}

.provider-item .icon, .software-item .icon {
    font-size: 1.4rem;
    color: rgb(21, 32, 46, 0.62);
}
#share, #delete, #unshare {
    width: 336px;
    height: 70px;
    resize: none;
    color: #15202E;
    font-size: 18px;
    padding-left: 63px;
    border-radius: 17px;
}

.left-line {
    height: 40px;
    border-left: 2px solid #979797;
}

.left-line.second {
    height: auto;
    padding-left: 20px;
    margin-top: 10px;
}

.left-line.second.third {
    height: 100px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 20px solid #15202E;
    position: absolute;
    right: -15px;
    top: -2px;
    border-radius: 6px;
}

.tags {
    width: 107px;
    height: 33px;
    display: inline-block;
    background: #15202E;
    opacity: 0.8;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    margin-right: 30px;
}

.mb-5.block-serv {
    margin-top: -155px;
    margin-left: 30px;
}

.block-serv .text-block {
    margin-bottom: 20px;
}

.inner .fas.fa-edit {
    font-size: 21px;
    float: right;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 50px;
}

.tags p.info {
    color: #fff;
    text-align: center;
}

.text-block {
    margin-top: 10px;
}

.circle {
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 21px;
    background: #3D5F58;
    margin-right: 10px;
    margin-left: -9px;
}

.in-textarea {
    color: #3D5F58;
    font-size: 35px;
    position: relative;
    left: 75px;
}

.message {
    color: #3D5F58;
    font-size: 22px;
    font-weight: 900;
    display: inline-block;
    margin-left: 260px;
}

.inner.sited-detail {
    width: 90%;
    margin: auto;
}

em.gray-text {
    color: #15202E;
    font-size: 18px;
    opacity: 0.54;
}
 p.info {
     color: #15202E;
     font-size: 20px;
 }

 .fa-solid.fa-sort-up,.fa-solid.fa-sort-down {
     font-size: 45px;
 }

 .card-content.detail {
     margin-bottom: 30px;
 }

 .edit-provider {
     display: none;
 }

.form-header .fa-arrow-left.detail {
    float: left;
    padding: 10px;
    cursor: pointer;
}

.form-header .fa-trash-can.detail {
    float: right;
    padding: 10px;
    cursor: pointer;
}

.calendar-btn {
    min-width: 95px;
}
.calendar-btn i {
    font-size: 45px;
    color: #3D5F58;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
}

.billing .card-list {
    padding: 20px 20px;
    align-self: flex-start;
}

.form-group input.billing-filter {
    padding-left: 20px;
    width: 135px;
}

.form-group input.billing-filter.second {
    margin-top: 34px;
}

.dp--tp-wrap, .panel-title.mobile-personal {
    display: none;
}

.in-input {
    position: relative;
    left: -20px;
    color: #7a8088;
}

.row.flex.flex-row.gap-3 hr {
    width: 20px;
    margin-top: 55px;
    border-color: #D8D8D8;
}

.provider-text {
    font-size: 25px;
    font-weight: 600;
    text-decoration: underline;
    font-family: Lato;
}

.main-content.host-detail {
    box-shadow: 0 3px 5px 0 rgba(112, 112, 112, 0.5);
    border-radius: 22px;
    height: fit-content;
}

.dark-line.host-detail {
    height: 20px;
    margin-top: -5px;
    margin-bottom: 10px;
}

.fas.fa-hourglass-half.host {
    font-size: 40px;
    margin-top: 26px;
}

.form-group.right-side.host {
    margin-right: 3px;
    width: 270px;
}

.form-group.right-side.host em {
    width: 175px;
}

.text-block.host {
    margin-top: 20px;
    margin-left: 75px;
}

.text-block.host em.gray-text {
    vertical-align: super;
    cursor: pointer;
}

.text-block.host  .fa-solid.fa-sort-up, .text-block.host .fa-solid.fa-sort-down  {
    color: #15202E;
    opacity: 0.8;
    display: inline-block;
    position: relative;
    left: 20px;
    top: 15px;
    cursor: pointer;
}

.text-block.host .fa-solid.fa-sort-down {
    top: 0px;
}

.host-detail .inner.sited-detail {
    width: 100%;
}

.host-detail .inner.sited-detail .mb-5 {
    width: 380px;
}

.host-detail .text-block.host em.gray-text {
    display: inline-block;
    width: 175px;
}

.left-line.on-host {
    margin-left: 75px;
}

.text-block.host.second {
    margin-top: 0px;
}

.host-site-detail {
    margin-left: 35px;
}

.mb-5.last-host {
    margin-top: 38px;
}

.service-form.detail.host {
    display: block;
    margin-top: 0;
}

.host.detail .form-container {
    border: none;
    box-shadow: none;
    background: transparent;
}

.service-form.detail.host .left-line {
    margin-left: 38px;
}

.fa-solid.fa-x {
    float: right;
    cursor: pointer;
}

.gray-border {
    display: inline-block;
    padding: 5px;
    width: 180px;
    border: 2px solid #979797;
    border-radius: 25px;
    margin-right: 20px;
    margin-top: 20px;
}

.gray-border .fa-solid.fa-x {
    float: left;
    margin-left: 6px;
    margin-top: 3px;
    color: #979797;
    margin-right: 10px;
}

.gray-border span {
    color: rgb(21, 32, 46, 0.6);
}

.item-circle.small {
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
}

.item-circle.small.multi-color {
    display: flex;
}

.top-space {
    margin-top: 27px;
}

.billing-filter-date .form-group {
    width: 135px;
}

.filter-date {
    width: 180px;
}

.billing-filter-date .dp__main {
    margin-top: 10px;
    width: 145px;
}

.billing-filter-date hr {
    margin-left: 10px;
}

billing-filter  {
    width: 200px;
}

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

.link-item.link-item_user.account {
    font-size: 55px;
    color: #3d5f58;
    vertical-align: text-bottom;
}

span.account {
    font-size: 34px;
    color: #15202E;
}

.account-data {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 30px;
}

.account-gray {
    display: block;
    color: #15202E;
    font-size: 22px;
    opacity: 0.8;
}

button.account {
    width: 415px;
    background: #D8D8D8;
    padding: 10px;
    border-radius: 15px;
    font-size: 22px;
    color: #15202E;
    opacity: 0.8;
    margin-bottom: 20px;
    box-shadow: 0px 3px 5px 0px rgba(112, 112, 112, 0.5);
}

.fa-solid.fa-caret-right {
    font-size: 35px;
    float: right;
    margin-right: 10px;
    opacity: unset;
}

.logout {
    width: 275px;
    display: block;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 37px;
    text-align: center;
    margin: auto;
    font-size: 23px;
    margin-top: 20px;
}

.form-group-icon.account i {
    left: 66px;
    color: rgba(21, 32, 46, 1);
    top: 15px;
}

.form-group-icon.account i.fa-pencil {
    left: 366px;
    cursor: pointer;
}

.form-group-icon.account input {
    width: 375px;
    border-radius: 35px;
    margin-left: 55px;
    box-shadow: 0px 3px 5px 0px rgba(112, 112, 112, 0.5);
    margin-bottom: 20px;
}

.account .fa-solid.fa-eye-slash, .fa-solid.fa-eye {
    margin-left: 270px;
}

.mb-5.profile-edit {
    margin-left: 25px;
}

.fa-regular.fa-user.profile, .fa.fa-phone.profile, .fa-regular.fa-envelope.profile, .fa-solid.fa-key.profile {
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
    color: #fff;
}

.form-group-icon.account .filter-search  input {
    width: 360px;
    margin-left: -17px;
}

.profile-edit .filter-form .heading {
    margin-bottom: 20px;
}

.form-group-icon.account i.fa-lock.profile {
    left: 310px;
    opacity: 0.8;
}

.row.flex.justify-center.mb-5.buttons {
    top: 98px;
    position: relative;
    left: -300px;
    padding-bottom: 20px;
}

.filter-inner .btn-md.first {
    margin-right: 10px;
}

.row.flex.justify-center.mb-5.buttons#email-true {
    top: 145px;
}

.notification .form-group-icon {
    margin-left: 93px;
    margin-top: 90px;
}
.notification .select-text {
    width: 245px;
    vertical-align: super;
    margin-bottom: 30px;
    display: inline-block;
}

.notification .p-1 {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(112, 112, 112, 0.5);
}

h4.notification {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.mb-5.profile-edit.notification {
    margin-left: 80px;
}

.notification .shadow-md {
    background-color: #3D5F58;
}

.google .select-text {
    text-align: center;
    width: 310px;
    display: block;
    margin-left: 150px;
    margin-top: 150px;
    margin-bottom: 20px;
}

.google .form-group-icon {
    margin-left: 60px;
}

.logout.gray img {
    display: inline-block;
    width: 40px;
    float: left;
}

.logout.gray {
    color: #15202E;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(112, 112, 112, 0.5);
    width: 330px;
    margin-left: 85px;
}

.calendar-container {
    flex: 1 0 100%;
    max-width: 875px;
    padding-top: 20px;
}
.filter_active + .calendar-container {
    max-width: 930px;
}



@media screen and (max-width: 1400px) {
    .card-list {
        margin: 0;
    }
    .card-item {
        width: calc(50% - 20px);
    }
    .host-detail .inner.sited-detail .mb-5 {
        width: 345px;
    }
}

@media screen and (max-width: 1300px) {
    .inner {
        max-width: 450px
    }

    .sited-detail .grid-cols-3 {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mb-5.billing-source,.mb-5.last-host {
        margin-left: -20px;
    }

    .host-detail .form-group-wrap.bg-grey {
        margin-left: -40px;
    }
    .service-form.detail.host .left-line, .service-name, .text-block.host, .left-line.on-host, .host-site-detail, .service-form.detail.host {
        display: none;
    }
}

@media screen and (max-width: 1260px) {
   /* .card-list {
        margin: 0;
    }
    .card-item {
        width: calc(50% - 20px);
    }*/
    .container.dashboard {
        max-width: 100%;
    }
    .main-content.add-site {
        padding: 0px;
    }
    .fa-solid.fa-plus {
        margin-left: 0px;
    }
    .service-form {
        width: 315px;
        margin-left: 18px;
    }

    .site-name-wrap {
        display: flex;
    }
    .site-name-wrap .left {
        padding-right: 15px;
    }

    .filter-block {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: inherit;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.8);
    }
    .profile-edit .filter-form {
        width: 334px;
    }
    .form-group-icon.account .filter-search input {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        font-style: normal;
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-group-icon.account i.fa-lock.profile {
        left: auto;
        right: 20px;
    }
    .profile-edit .filter-form .form-group {
        margin-bottom: 0;
        display: block;
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .profile-edit .row.flex.justify-center.mb-5.buttons {
        /*top: 60px;*/
        /*left: -280px;*/
        left: auto;
        top: auto;
        width: auto;
        padding: 0;
        margin: 0;
    }
    .row.flex.justify-center.mb-5.buttons#email-true {
        top: auto;
    }
    .filter-form {
        position: relative;
        max-width: 95%;
    }
    .filter-form .heading {
        padding: 15px 25px 55px 25px;
        font-size: 22px;
    }
    .filter-inner {
        padding: 15px 20px 30px;
        border-top-left-radius: 33px;
        border-top-right-radius: 33px;
    }
    .filter-search input {
        font-size: 1.125rem;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 50px;
    }
    .filter-search .search-btn {
        font-size: 20px;
    }
    .filter-inner .form-group select {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .filter-inner .btn-md {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .dropdown-list .item {
        padding: 10px 0;
    }
    .item-circle {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 1200px) {
    .calendar-container {
        max-width: 100%;
        position: absolute !important;
        left: 0px !important;
        width: 100%;
    }

    .billing-calendar .vc-day-content {
        width: 32px !important;
        height: 32px !important;
    }
    .billing-calendar .vc-day-content,.billing-calendar .vc-weekday,.billing-calendar .vc-header .vc-title {
        font-size: 20px !important;
    }
    .billing-calendar .vc-day .vc-day-box-center-bottom {
        top: -6px !important;
    }
    .billing-calendar .vc-dots .vc-dot {
        width: 14px !important;
        height: 14px !important;
    }
    .billing-calendar .vc-weekdays,   .billing-calendar .vc-header  {
        margin-bottom: 0px !important;
    }
    .billing-calendar .vc-pane-header-wrapper {
        width: 358px !important;
    }
    .billing .card-list {
        position: relative !important;
    }
    .billing .card-list.empty {
        margin-top: 550px;
    }
}
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 1024px) {
    .panel-title.mobile-personal {
        display: block;
    }

    .tags p.info {
        font-size: 15px;
        padding-top: 5px;
    }
    .detail .globe-div .globe {
        margin-left: -15px;
    }
    .detail .globe-div .right-side {
        margin-top: 10px;
    }
    .empty-calendar {
        font-size: 18px;
    }
    .fa-check {
        font-size: 33px;
    }
    .auth-layout {
        flex-direction: column;
        padding: 15px 10px;
    }
    .auth-layout .logo {
        left: auto;
    }
    .auth-layout .logo svg {
        width: 200px;
    }
    .welcome-block {
        margin-right: 0;
        max-width: 300px;
    }
    .second-block {
        margin-left: 0;
        margin-top: 50px;
    }
    .btn-primary {
        max-width: 230px;
        font-size: 24px;
        font-family: 'Lato';
        padding: 11px 15px;
    }
    .divider {
        font-size: 24px;
        margin: 0.75rem 0;
    }
    .input-icon {
        font-size: 24px;
        top: 15px;
    }
    .check-label, h3.terms, p.terms-text {
        font-size: 18px;
    }
    #terms {
        margin-left: 20px;
    }

    .card-list {
        flex-direction: column;
        margin: 0;
        align-items: center;
    }
    .card-item {
        width: 100%;
    }
    .card-list.filter_active .card-item {
        width: 100%;
    }
    .header.profile {
        display: none;
    }
    .header {
        flex-direction: column-reverse;
        padding-top: 0;
        margin-bottom: 20px;
    }
    .header .links {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 25px 0;
    }
    .header .link-item {
        font-size: 34px;
    }
    .header .tab-item {
        font-size: 22px;
        padding-top: 9px;
        padding-bottom: 8px;
    }

    .main-panel {
        padding: 17px 25px 60px;
        border-radius: 25px;
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
    }
    .main-panel.billing {
        padding: 17px 25px 20px;
    }
    .search-section {
        width: 100%;
    }
    .search-bar {
        width: 100%;
        margin-right: 0;
    }
    .search-bar .search-form {
        flex-grow: 1;
    }
    .search-bar .search-input {
        width: 100%;
        margin-right: 0;
        font-size: 18px;
        padding: 15px 25px 15px 60px;
        height: auto;
    }
    .search-bar .search-btn {
        left: 5px;
        height: 50px;
        width: 50px;
        font-size: 24px;
    }
    .search-bar .filter-btn {
        font-size: 24px;
        padding-right: 25px;
        padding-left: 40px;
        margin-left: -20px;
    }

    .card-content {
        padding: 20px 20px 30px 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .data-container {
        display: block;
    }
    .card-content .info {
        flex-grow: 0;
        margin-right: 0;
        max-width: calc(100% - 70px);
        word-wrap: break-word;
    }
    .card-title {
        font-size: 18px;
    }
    .card-link {
        font-size: 18px;
    }
    .card-logo {
        flex: 57px 0 0;
        height: 57px;
    }
    .card-item .options input {
        border-width: 2px;
        width: 24px;
        height: 24px;
        display: block;
    }
    .card-item .options input:checked {
        margin-right: 15px;
    }

    .select-text {
        font-size: 18px;
    }

    .sited-detail .card-list {
        display: block;
    }
    .sited-detail .block-serv {
        margin: 0;
    }
    .sort-panel.sorting {
        margin-top: -70px;
        display: flex;
        justify-content: center;
    }
    .sort-panel.sorting .options {
        display: flex;
        justify-content: flex-start;
        gap: 40px;
    }
    .sort-panel.sorting .option-item input {
        width: 24px;
        height: 24px;
        border-width: 2px;
    }
    .sort-panel.sorting .option-item {
        display: flex;
        align-items: center;
    }
    .sort-panel.sorting .select-text {
        display: inline;
        width: auto;
        font-style: italic;
    }

    .filter-block {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: inherit;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.8);
    }
    .profile-edit .filter-form {
        width: 334px;
    }
    .form-group-icon.account .filter-search input {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        font-style: normal;
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-group-icon.account i.fa-lock.profile {
        left: auto;
        right: 20px;
    }
    .profile-edit .filter-form .form-group {
        margin-bottom: 0;
        display: block;
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .profile-edit .row.flex.justify-center.mb-5.buttons {
        /*top: 60px;*/
        /*left: -280px;*/
        left: auto;
        top: auto;
        width: auto;
        padding: 0;
        margin: 0;
    }
    .row.flex.justify-center.mb-5.buttons#email-true {
        top: auto;
    }
    .filter-form {
        position: relative;
        max-width: 95%;
    }
    .filter-form .heading {
        padding: 15px 25px 55px 25px;
        font-size: 22px;
    }
    .filter-inner {
        padding: 15px 20px 30px;
        border-top-left-radius: 33px;
        border-top-right-radius: 33px;
    }
    .filter-search input {
        font-size: 1.125rem;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 50px;
    }
    .filter-search .search-btn {
        font-size: 20px;
    }
    .filter-inner .form-group select {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .filter-inner .btn-md {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .dropdown-list .item {
        padding: 10px 0;
    }
    .item-circle {
        width: 32px;
        height: 32px;
    }
    .main-panel_edit {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0;
        padding-top: 25px;
    }
    #saveAccount .main-panel_edit {
        background: #F7F7F7;
        box-shadow: none;
    }
    #saveAccount .fas.fa-user {
        font-size: 60px;
    }
    button.account {
        width: 348px;
    }
    #saveAccount .panel-title,#saveAccount .fas.fa-arrow-left {
        color: #3D5F58;
        font-size: 40px;
        text-decoration: none;
        line-height: 40px;
        text-align: center;
        margin-left: 0px;
    }
    #saveAccount .items-center {
        margin: auto;
        width: 250px;
    }
    #saveAccount .items-center .btn-back {
        position: absolute;
        top: 40px;
        left: 20px;
    }
    #saveAccount .w-16.h-10.flex.items-center.bg-gray-300.rounded-full.p-1 {
        width: 70px;
    }
    .notification .select-text, h4.notification {
        font-size: 21px;
    }
    #saveAccount .btn-md.btn-inverted.save {
        display: none;
    }
    .mb-5.profile-edit.notification {
        margin-left: auto;
    }
    h4.notification {
        margin-top: -10px;
    }
    .notification .select-text {
        width: 230px;
    }
    .notification .form-group-icon {
        margin: auto;
        width: 322px;
    }
    .mb-5.notification {
        width: 300px;
        margin: auto;
    }
    .notification .select-text {
        font-size: 21px;
    }
    .form-group-icon.account i {
        left: 20px;
        top: 14px;
        font-size: 22px;
        color: #15202e;
        opacity: 0.78;
    }
    .account .fa-solid.fa-eye-slash, .fa-solid.fa-eye {
        margin: 0;
        left: auto;
        right: 60px;
    }
    .form-group-icon.account i.fa-pencil {
        left: auto;
        right: 20px;
    }
    .panel-title {
        font-size: 25px;
    }
    .panel-controls .btn-remove i,
    .panel-controls .btn-edit i {
        font-size: 32px;
    }
    .main-content_details,
    .main-content_edit {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 40px;
        padding-right: 40px;
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
        margin-top: -35px;
        background: #F7F7F7;
    }
    .inner.sited-detail {
        width: auto;
    }
    .left-line.second.third {
        min-height: 100px;
        height: auto;
    }
    .left-line.second {
        min-height: 60px;
        height: auto;
    }
    .block-serv .serv-item {
        margin-left: -20px;
        margin-right: -20px;
    }
    .service-form.detail {
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.75);
        z-index: 10;
        overflow-y: auto;
        padding-bottom: 50px;
    }
    .service-form.detail.host.billing {
        position: relative;
    }
    .detail .form-container {
        width: 90%;
        max-width: 380px;
        margin: 50px auto 0;
    }
    .host.detail .form-container {
        background-color: #f3f3f3;
    }
    .edit-provider.detail .form-container {
        height: auto;
    }
    .form-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 28px;
    }
    .form-header .serv-close {
        font-size: 38px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1;
    }

    .form-header .fa-solid.fa-pen {
        padding: 10px;
        font-size: 26px;
    }

    #addSite .panel-controls .btn-md {
        display: none;
    }
    #addSite .b-back {
        position: absolute;
    }
    #addSite .main-panel {
        background: none;
        box-shadow: none;
        padding-top: 50px;
    }
    #addSite .main-panel_edit {
        background: #3d5f58;
        padding-top: 25px;
    }
    #addSite .main-panel_new {
        background: none;
        box-shadow: none;
        padding-top: 50px;
    }
    #addSite .main-panel .btn-back {
        color: #3d5f58;
    }
    #addSite .main-panel_edit .btn-back {
        color: #ffffff;
    }
    #addSite .main-panel_new .btn-back {
        color: #3d5f58;
    }
    #addSite .panel-title {
        margin: 0;
        text-align: center;
        flex: 100% 1 0;
        color: #3D5F58;
    }
    #addSite .main-panel_edit .panel-title {
        color: #ffffff;
        text-align: left;
        margin-left: 15px;
    }
    #addSite .main-panel_new .panel-title {
        color: #3d5f58;
        text-align: center;
    }
    .main-content.add-site {
        padding: 0 0 50px;
        width: 80%;
        margin: auto;
    }
    .main-content.add-site.profile {
        width: 100%;
        padding: 0px;
    }
    .logout {
        background: #3D5F58;
    }
    .form-group-icon.account input {
        /*width: 313px;*/
        margin: auto;
        margin-bottom: 20px;
        height: 50px;
        width: 100%;
        padding-left: 55px;
        font-size: 20px;
    }
    .account-data {
        margin-left: 15px;
        margin-bottom: 0;
    }
    .account-data-wrap {
        margin-bottom: 30px;
        align-items: center;
    }
    .buttons {
        width: 348px;
        margin: auto;
    }
    .main-content_edit.add-site {
       margin-top: 20px;
    }
    .main-content.add-site .grid {
        display: block;
    }
    .main-content.add-site .fa-solid.fa-plus {
        margin-left: 0;
    }
    .add-site .block.text-sm.font-medium {
        margin-left: 12px;
    }
    .add-site .preview.block.text-sm.font-medium {
        margin-left: 0;
        text-align: right;
    }
    .add-site input {
        width: 100%;
        max-width: 450px;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    #shared_with, #notes {
        width: 100%;
        max-width: 450px;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .site-name-wrap {
        display: flex;
        flex-direction: row;
    }
    .site-name-wrap .left {
        flex: 110px 1 0;
    }
    .site-name-wrap .right-group {
        flex-grow: 1;
        width: 100%;
        padding-left: 30px;
    }
    .site-name-wrap .right {
        float: none;
        width: auto;
    }
    .site-name-wrap .right.mb-5 {
        margin-right: 0;
    }
    .color-select-wrap {
        max-width: 310px;
    }
    .color-select-wrap .select-item {
        right: 0;
    }
    .add-site .service-form {
        width: 100%;
        max-width: 400px;
        margin-left: 0;
    }
    .add-site .service-form .form-footer button {
        font-size: 16px;
        font-weight: normal;
        flex-grow: 1;
    }
    .add-site .form-header {
        font-size: 1.25rem;
        justify-content: center;
    }
    .add-site .right input,
    .add-site .right #color {
        width: 100%;
        max-width: 310px;
    }
    .provider-list,
    .software-list {
        margin-left: 10px;
    }
    .provider-item::before,
    .software-item:before {
        left: -12px;
        border-radius: 12px;
    }
    .add-site .form-footer button {
        font-size: 24px;
        font-weight: normal;
        flex: auto 0 0;
        padding: 8px 30px;
    }
    .controls-wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #A7B57C;
        padding: 15px 15px 17px;
        z-index: 20;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
    .controls-wrap .select-items {
        font-size: 18px;
    }
    .panel-controls .heading-message {
        margin-bottom: 10px;
    }
    .panel-controls_m-buttons {
        margin-top: 10px;
        align-self: normal;
    }
    .panel-controls .btn-md {
        font-size: 24px;
        flex-grow: 1;
        padding: 3px 0 4px;
    }
    .panel-controls .btn-md_m-white {
        background: #ffffff;
        color: #15202e;
    }
    .panel-controls_m-popup {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        gap: 0;
    }
    .panel-controls_m-popup .inner-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 85%;
        max-width: 400px;
        padding: 25px 30px;
        box-shadow: 0 2px 4px 0 rgba(112, 112, 112, 0.5);
        background: #3D5F58;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        color: #ffffff;
        overflow: hidden;
        transform: translateY(-50px);
    }
    .panel-controls_share .inner-wrap {
        padding-top: 15px;
    }
    .panel-controls_share .heading-message {
        margin-bottom: 12px;
    }
    .panel-controls .heading-message .select-items {
        font-size: 18px;
        color: #ffffff;
        font-style: normal;
    }
    .panel-controls .heading-message i {
        font-size: 30px;
        left: 0;
        color: #ffffff;
    }
    .panel-controls .in-textarea {
        color: #ffffff;
        font-size: 40px;
        left: 0;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }
    .panel-controls .textarea-wrap {
        background: #ffffff;
        padding: 20px 25px;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -25px;
        align-self: normal;
        border-top-left-radius: 33px;
        border-top-right-radius: 33px;
    }
    .panel-controls .textarea-wrap #share {
        border: none;
        box-shadow: none;
        padding: 0 10px;
        font-size: 18px;
        font-style: italic;
        width: 100%;
    }
    .panel-controls .attn {
        font-size: 22px;
        color: #a7b57c;
    }
    .panel-controls .textarea-wrap .btn-md {
        background: #3d5f58;
        color: #ffffff;
        font-size: 24px;
        max-width: 120px;
    }

    .profile-edit .filter-form .heading {
        margin-bottom: 0;
    }

    .google {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #f7f7f7;
        z-index: 10;
    }
    .google .gc-topbar {
        padding: 25px;
        min-width: 300px;
        margin-bottom: 50px !important;
    }
    .google .gc-topbar .btn-back {
        font-size: 40px;
    }
    .google .form-group {
        margin: 0 auto;
        max-width: 400px;
    }
    .google .select-text {
        margin: 0 0 30px;
        width: auto;
        padding: 20px 60px;
        font-size: 21px;
        line-height: 1.25;
    }
    .google .logout.gray {
        margin: 0 auto;
        font-size: 21px;
        max-width: 315px;
    }

    .calendar-msg {
        margin-left: 0;
        margin-bottom: 30px;
        font-size: 21px;
        width: auto;
    }
}
