[v-cloak] {display: none}
.hide-soft{
    overflow: hidden !important;
    height:  0 !important;
    width:   0 !important;
    margin:  0 !important;
    opacity: 0 !important;
    padding: 0 !important;
}

.btn{
    color: #424242;
}

.btn-custom-color {
    color:#fff;
    background-color:#00bec8;
    border-color:#00bec8;
    border-radius: 1.625rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn-custom-color .circular-button-text {
    display: none;
}

.btn-custom-color:hover{
    color:#00bec8;
    background-color:#fff;
    border-color:#00bec8;
}

.btn-custom-color:hover .circular-button-text {
    display: inline-block;
}
.btn-custom-color.focus,.btn-custom-color:focus {
    color:#fff;
    background-color:#00bec8;
    border-color:#00bec8;
    box-shadow:0 0 0 .2rem #00bec888
}

.btn-custom-color.disabled,.btn-custom-color:disabled{
    color:#fff;background-color:#00bec8;border-color:#00bec8
}
.btn-custom-color:not(:disabled):not(.disabled).active,.btn-custom-color:not(:disabled):not(.disabled):active,.show>.btn-custom-color.dropdown-toggle{
    color:#fff;
    background-color:#00bec8;
    border-color:#00bec8;
}

.btn-custom-color:not(:disabled):not(.disabled).active:focus,.btn-custom-color:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-color.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}


.btn-custom-color-out {
    min-width: 36px;
    height: 36px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 36px;
    vertical-align: middle;
    color: #00bec8;
    background-color: #FAFAFA;
    border-color: #FAFAFA;
    border-radius: 1.625rem;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn-custom-color-out:hover {
    color: #00bec8 !important;
}

.btn-custom-color-out .circular-button-text {
    display: block;
    opacity: 0;
    max-width: 0vw;
    padding-left: 0px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.1s ease-in-out;
}

.btn-custom-color-out:hover .circular-button-text {
    max-width: 20vw;
    opacity: 1;
    padding-left: 5px;
}

.btn-custom-search {
    color:#fff;
    background-color:#00bec8;
    border-color:#00bec8;
}

.btn-custom-white{
    color: #008a94;
}
.page-container{
    padding: 20px 20px 0 20px;
}

.text-custom{
    color:#00bec8
}
.text-custom-coderhub{
    color: #008a94;
}
.text-custom-light{
    color: #bdbdbd !important;
}
.bg-custom{
    /*background-color: #00838a !important;*/
    background: linear-gradient(4deg, rgba(0,132,139,1) 0%, rgba(0,190,200,1) 100%) !important;
}

.dropdown-toggle::after {
    color: #424242;
}
.dropdown-menu{
    border-radius: 2px;
    margin-top: 0px;
    border: 0;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
}

/* custom dropdown */
.dropdown-custom .dropdown-toggle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F9F9F9;
    border-radius: 4px;
    color: #080808;
}
.dropdown-custom .dropdown-toggle::after{
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    color: #080808;
    content: "\f078" !important;
    border: none;
    position: absolute;
    right: 10px;
}
.dropdown-custom .dropdown-menu{
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 4px 4px;
}
.dropdown-custom .dropdown-item{
    background-color: #F9F9F9;
}

/* custom select2 */

.select2-custom .select2-selection{
    background-color: #F9F9F9;
    border-radius: 4px;
    border: none;
    color: #080808;
    font-size: .9rem;
    padding: 0.375rem 0.75rem;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select2-custom .select2-selection__arrow{
    top: auto !important;
}
.select2-custom .select2-selection__arrow::after{
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    color: #080808;
    content: "\f078" !important;
    border: none;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.select2-custom .select2-selection__arrow > b{
    display: none;
}
.select2-custom .select2-selection__rendered{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.text-white{
    color: white;
}

.dropdown-toggle.no-carret::after {
    content:unset;
}

.page-header{
    height: auto;
    min-width: 100vw;
    margin: 0px;
}
.page-header-btns{
    background-color: white;
}

.gradient-bg{
    background: rgb(0,190,200);
    background: linear-gradient(135deg, rgba(0,190,200,1) 0%, rgba(0,132,139,1) 100%);
    display: flex;
    justify-content: left;
    align-items: center;
    color: white;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.gradient-bg img,
.page-title-bg img{
    width: 30px;
}

.page-title-bg{
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: white;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.page-title{
    text-transform: uppercase;
    font-size: 20px;
    color: #008a94;
    font-weight: 600;
    margin-left: 10px;
}

.fa-s-letter::before{
    content: 'S';
    font-family: sans-serif;
}

.loader-container{
    background: #09181d;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.loader-container-transparent{
    background:  #09181dc9;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lds-dual-ring {
    display: inline-block;
    width: 160px;
    height: 160px;
}
.lds-dual-ring:before {
    content: " ";
    display: block;
    width: 128px;
    height: 128px;
    margin: 16px;
    border-radius: 50%;
    border: 6px solid #01858c;
    border-color: #01858c transparent #01858c transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.lds-dual-ring-sm {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring-sm:after {
    content: " ";
    display: block;
    width: 80px;
    height: 80px;
    margin: 16px;
    border-radius: 50%;
    border: 3px solid #01858c;
    border-color: #01858c transparent #01858c transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.modal-dialog{
    max-width: 750px !important;
}


[data-ui-css-component="treeview"] {
    margin: 0;
    font-family: Verdana;
    font-size: 14px;
    color:black;
}
[data-ui-css-component="treeview"] [type=checkbox] {
    display: none;
  }
[data-ui-css-component="treeview"] [type=checkbox].no-iteraction {
      display: block;
}
[data-ui-css-component="treeview"] ul {
      padding: 0 0 0 40px;
      display: none;
      list-style: none;
}
[data-ui-css-component="treeview"] ul:first-child {
    padding-left: 0;
}
[data-ui-css-component="treeview"] li {
    padding: 0;
}
[data-ui-css-component="treeview"] li span {
    margin: 2px 0;
    display: list-item;
    list-style: square;
}
[data-ui-css-component="treeview"] label {
    display: inline-block;
    transition: 0.2s;
    padding-right: 10px;
    margin: 5px 0;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
[data-ui-css-component="treeview"] label::before {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    /* background: #9C27B0; */
    /* color: #FFF; */
    color: black;
}
[data-ui-css-component="treeview"] ul:first-child, [data-ui-css-component="treeview"] [type=checkbox]:checked ~ ul {
    display: block;
}
[data-ui-css-component="treeview"] [type=checkbox]:checked ~ label::before {
    content: "-";
}
[data-ui-css-component="treeview"] [type=checkbox]:not(:checked) ~ label::before {
    content: "+";
}
[data-ui-css-component="treeview"] [type=checkbox]:checked ~ label.no-iteraction::before {
    content: none;
}
[data-ui-css-component="treeview"] [type=checkbox]:not(:checked) ~ label.no-iteraction::before {
    content: none;
}

div.inner.show{
    max-height: 200px !important;
}

/* TO DELETE */

.order-btn-div{
    background-color: #CCC;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}
.order-btn{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.order-btn-div:hover{
    background-color: #00bcc6;
}
.filter-options{
    padding: 5px;
    background-color: white;
    width: 260px;
    height: 350px;
    position: relative;
    left: -240px;
    display: none;
    border: 1px solid #E0E0E0;
    overflow: auto;
    box-shadow: 6px 6px 10px rgba(0,0,0,0.2);
    border-radius: 2px;
}

.text-filter,.text-filter-no-interaction{
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 5px
}
.text-filter:hover{
    background-color: #01858c;
    color: white;
    cursor: pointer;
}
.filter-list-container{
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    display: grid;
    text-align: left;
    margin-left: 15px;
    margin-top: 15px;
}
.filter-list-item{
    margin-bottom: 6px;
}

#toast-container > div{
    opacity: 0.95;
}

.card-shadow{
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0,0,0,.12);
}

.btn-shadow{
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0,0,0,.12)
}
.container-shadow{
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
}
.material-shadow{
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
}

button:focus{
    outline: 0;
}

.see_as_guest {
    position: fixed;
    bottom: 20px;
    right: 95px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #e9ecef99;
    color: #212121;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 2px;
    transition: all .4s ease;
}
.see_as_guest:hover {
    background-color: #e9ecef;
}
.see_as_guest.active {
    background: rgb(15, 105, 180);
    background: linear-gradient(52deg, rgb(15, 105, 180) 0%, rgb(235, 60, 70) 100%);
    color: #ffffff;
}
.sag{
    opacity: 0.5;
}
.text-shadow{
    text-shadow: 1px 2px 3px #00000066;
}

.page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.page-link {
    line-height: .8rem;
}
.text-black-25{
    color: rgba(0, 0, 0, 0.25) !important;
}

#sheets_form_builder .htErrorWaiting{
    background-color: #ff000009;
    border-color: #ff000059;
}

#sheets_form_builder .sheets-action-btn:not(.sheets-nested-form):not(.btn-sm) {
    padding: 0.5rem 2rem 0.5rem 0.75rem !important;
}

#sheets_form_builder .spinner-border{
    vertical-align: middle !important;
    border-width: 0.15em;
}

.transparentcolor{
    color:red;
}
#sheets_form_builder .sidebar-header{
    display: flex;
    justify-content: space-between;
}
