

.plan__billing h3 span:last-child{
    font-size: 10px;
    color: #ABAFB3;
}
#card-element.StripeElement {
    border: 1px solid rgb(202 209 215);
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-radius: 4px;
}

#card-element.StripeElement.StripeElement--focus {
    border-color: #5e72e4;
}

#card-element.StripeElement>div {
    width: 100%;
    position: relative;
}
/* payment */
.save__new__card__error  span{
    padding: 0 0 5px;display: block;
}
.save__card__btn .fa-pulse {
    opacity: 0;
    margin-right: -20px;
    transition: all 0.3s ease 0s;
}
.save__card__btn[disabled]{
    cursor: not-allowed;
}
.save__card__btn[disabled] .fa-pulse {
    opacity: 1;
    margin-right: 0;
}
.save__new__card{
    display: none;
}
.card__number_icon{
    position: relative;
}
.card__number_icon img {
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.saved__cards{
    border: 1px solid #0054FE;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
}

.saved__cards_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cardInfo__type svg,.cardInfo__type img {
    max-width: 60px;
    width: 100%;
    height: auto;
}
.cardInfo__type {
    display: block;
    margin-right: 10px;
}
.carditem__tools svg {
    max-width: 16px;
    height: auto;
}

.saved__cards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.cardInfo__brief {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.carditem__tools {
    cursor: pointer;
    min-width: 30px;
    text-align: center;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.cardInfo__brief>span {
    display: block;
    font-size: 14px;
    color: #333333;
}

.default__card {
    display: inline-block;
    color: #51C03E;
    margin-left: 10px;
}

.cardInfo__brief>span:last-child {
    color: #808080;
}

.saved__cards_title button {
    font-size: 12px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.saved__cards .dropdown .dropdown-menu:before {
    opacity: 0;
    pointer-events: none;
}

.saved__cards .dropdown .dropdown-menu {
    padding: 0;
    margin-top: 0;
}

.saved__cards .dropdown .dropdown-item {
    padding: 10px 15px;
}

.saved__cards .dropdown .dropdown-item:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 0;
    box-shadow: 0 0;
    background: #F0F0F0;
    color: inherit;
}


/* signup page css start */

.cliniSeplValidate,
.cliniServiceValidate,
.physicianInfoValidate,
.morePhysician,
.morePhysician_wrapper label {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}

.hidden_input_validation {
    display: block;
    width: 100%;
}

.register_agree_wrapper .error {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    text-align: center;
}

.custom-checkbox.register_agree_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cs__error {
    color: #f00;
    font-weight: 520;
}


/* .morePhysician{display: none;} */


/* signup page css end */

.add-photo {
    position: relative;
}

.add-photo input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.week-container .week {
    padding: 5px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    flex: auto;
    border-radius: 4px;
}

.week-container .week.active {
    border: 1px solid #2742db; 
    color: #2742db;
}

.week-container .week span {
    padding-bottom: 2px;
}

.week .pointed-circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00C518;
}

.week.end .pointed-circle {
    background: #B3B8BC;
}

.timer-field .form-control {
    padding: 5px;
    width: 43px;
    height: 33px;
    margin: 0 5px;
    font-size: 12px;
    flex: auto;
    text-align: center;
}

.timer-field select.form-control {
    padding-right: 0px !important;
}

.timer-table {
    border: 1px solid #cad1d7;
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
}

.input-group-custom:hover{
    border-color: #000;
}
.input-group-custom:hover .btn, .input-group-custom:hover .fa{
    /* background-color: #fb6340; */
    /* border: 1px solid #00C518; */
    border-color: #000;
    color: #000;
}

.custom-toggle-hours > .custom-toggle input:checked+.custom-toggle-slider.custom-slider-success {
    /* border: 1px solid #000000; */
    border: 1px solid #00c518 !important;
}

.custom-toggle-hours > .custom-toggle input:checked+.custom-toggle-slider.custom-slider-success:before {
    /* background: #000; */
    background: #00c518 !important;
}

.custom-toggle-hours > .custom-toggle input:checked+.custom-toggle-slider.custom-slider-success:after {
    /* color: #000; */
    color: #00c518 !important;
}

.custom-toggle.month-year input:checked + .custom-toggle-slider::after, .custom-toggle.hidden-visible input:checked + .custom-toggle-slider::after {
    left: 0px !important;
}

.main-container {
    background-color: #f5f6fa;
    padding: 20px;
    width: calc(100% - 250px);
}

.sidebar {
    width: 250px;
    max-width: 250px;
    min-width: 250px;
    height: 100vh;
    background: #ffffff;
    box-shadow: 0px 0px 32px rgba(136, 152, 170, 0.15);
    padding: 10px;
    z-index: 200;
}

.sidebar .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar .logo img {
    filter: brightness(0);
    width: 160px;
}

.sidebar span.icon-toggle {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 5px;
}

.menu-lists ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

.menu-lists ul li {
    display: inline-flex;
    /* font-family: monospace; */
    margin-bottom: 1px;
}

.menu-lists ul li a {
    cursor: pointer;
    font-family: 'Open Sans';
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    color: #000000;
}
    
.clinic-menu {
  color: #000;
}

.menu-lists ul li:hover {
    background-color: #E9F0FF;
}

.menu-lists ul li.active {
    background-color: #E9F0FF;
}

.menu-lists ul li.active a,
.menu-lists ul li:hover {
    color: #0557FA;
}

.btn-light-succes {
    background: #219e6c54;
    padding: 5px 15px;
    border-radius: 15px;
    color: #219E6C;
    font-weight: 600;
}

.table thead th {
    background: #F6F9FC;
}

.help-section {
    position: relative;
    /* height: 108px; */
    border-radius: 8px;
    background-color: #e9f0ff;
    padding-top: 0;
    padding: 10px;
    margin: 5px 10px;
}

.help-section img {
    position: relative;
    top: -19px;
}

.clinic_header {
    display: flex;
    justify-content: space-between;
}

.user_header {
    display: inline-flex;
    align-items: center;
}

.user_header ul {
    display: inline-flex;
    list-style-type: none;
    align-items: center;
    margin-bottom: 0;
}

.dropdown-item,
.cursor-pointer {
    cursor: pointer;
}

.user_header ul li {
    padding: 5px 10px;
}

.user_header ul li a {
    cursor: pointer;
}

.blueBg,
body .bg-blue {
    background-color: #ffffff00 !important;
}

.pagination .page-item.active .page-link {
    /* background-color: #0054fe;
    border-color: #0054fe; */
    background-color: #000000;
    border-color: #000000;
}

.btn.btn-primary,
.btn.btn-facebook {
    background-color: #000000;
    border-color: #000000;
}

.btn.btn-primary1,
.btn.btn-facebook1 {
    background-color: #F6AE3F;
    border-color: #F6AE3F;
    color: white;
}

.btn.btn-success {
    background-color: #ffffff00;
    border-color: #000000;
    color: #000000;
}

.border-bottom-primary {
    /* border-bottom: 3px solid #0054fe; */
    border-bottom: 2px solid #CBCBCB;
}

.btn-light-success {
    background-color: #e8f5f0;
    color: #219e6c;
}

.btn-light-primary {
    background-color: #d9e6ff;
    color: #3b7bdc;
}

.btn-light-warning {
    background-color: #ffeec5;
    color: #9e8721;
}

.btn-light-danger {
    background-color: #ffd9d9;
    color: #dc3b3b;
}

.btn.btn-light-grey {
    background-color: #cbcbcb;
    border-color: #cbcbcb;
    color: #fff;
}

.btn.btn-light-grey:hover {
    background-color: #aaaaaa;
    border-color: #aaaaaa;
    color: #fff !important;
}

.table-btn {
    font-size: 10px;
    font-family: "Open Sans";
    font-weight: 800;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.img-delete-container {
    width: 85px;
    height: 85px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: #efefef 1px solid;
    position: relative;
}

.img-delete-container i.close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    font-size: 12px;
    z-index: 1;
}

.img-delete-container i.delete_icon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    font-size: 12px;
    z-index: 1;
}

.dashboard-container>.child-container {
    transition: all ease-in-out;
    display: none;
}

.dashboard-container>.child-container.active {
    display: block;
}

.bg-none {
    background-color: transparent !important;
}

.bugs-table.table td,
.bugs-table.table th {
    white-space: normal;
    max-width: 500px;
}

.clinic_header {
    margin: 0 -20px 10px;
    background: #fff;
    padding: 15px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.resource_drag_drop .file-msg {
    white-space: normal;
}

td.td-actions.text-right.dropdown .dropdown-menu {
    right: 0px;
    left: auto !important;
}

td.td-actions.text-right.dropdown .dropdown-menu:before {
    right: 5px;
    left: auto;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    max-width: 100%;
    padding: 5px;
    border: 1px dashed rgb(123 123 123 / 40%);
    border-radius: 3px;
    transition: 0.2s;
    flex-direction: column;
    background: #fff;
}
.file-drop-area2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    max-width: 100%;
    /* padding: 5px; */
    border: 1px dashed rgb(123 123 123 / 40%);
    border-radius: 3px;
    transition: 0.2s;
    flex-direction: column;
    background: #fff;
}
.file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
}

.fake-btn {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    /* padding: 8px 15px; */
    margin-right: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-msg-Downloadable {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -25px;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    /* &:focus {
     outline: none;
   } */
}

.physician-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.physician-card .btn.btn-light-grey {
    position: absolute;
    bottom: -30px
}

.physician-card.active {
    border: 1px solid #0054fe;
}

.physician-card.active .btn.btn-light-grey {
    background: #000000;
    border-color: #000000;
}

.account-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dataTables_wrapper .row:first-child,
.dataTables_wrapper .row:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.theme-card {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.theme-card .btn-container {
    display: none;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.theme-card .btn-container .btn {
    /* padding: 10px 15px; */
    width: 125px;
    margin-right: 0 !important;
    margin-bottom: 10px;
}

.theme-card:hover .btn-container {
    display: flex;
}

.theme-card .btn-container .file-drop-area {
    background: rgb(233 236 239 / 81%)
}

.web-card {
    display: flex;
}

.web-card .card~.card {
    margin-left: 10px;
}

.color-palette input {
    width: 160px;
    height: 40px;
    outline: 0;
    border: 0;
}

.img-delete-container.file-drop-area {
    width: 100px;
    /* min-height: 100px; */
    justify-content: center;
    align-items: center;
    border: #efefef 1px solid;
    position: relative;
}

.btn-circle {
    padding: 10px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-lg,
.btn-group-lg>.btn.btn-light-grey {
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.pdf-uploader {
    /* padding: 0; */
    text-align: center;
    width: 100%;
    height: 120px;
}

.pdf-uploader-close{
    /* text-align: right; */
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: flex-start;
    z-index: 99;
    margin-top: -35px;
}

.pdf-uploader-icon{
    padding-bottom: 0px;
    padding-right: 0px;
}

.pdf-uploader.uploading {
    padding: 0;
}

.pdf-uploader.uploading img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.pdf-uploader .delete-pdf {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
    cursor: pointer;
    padding: 5px;
}

.table .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
}

.edit-select {
    display: inline-flex;
}

.close-select,
.edit-user {
    cursor: pointer;
}

.btn.btn-facebook.btn-icon-only {
    line-height: 1;
}

/* .menu-main-toggle-style{
    top: 160px;
    color: red;
} */

@media (max-width: 992px) {
    .sidebar {
        position: fixed;
        left: 0;
        transition: all ease-in-out .3s;
        transform: translateX(-250px);
        background: #fff;
        filter: drop-shadow(0 5px 5px rgba(152, 150, 150, 0.5));
        z-index: 999;
        top: 0;
    }
    .sidebar.open {
        transform: translateX(0px)
    }
    .sidebar:not(.open) span.icon-toggle {
        position: absolute;
        right: -30px;
        cursor: pointer;
        transition: all linear .3s;
        z-index: 101;
    }
    .main-container {
        width: 100%;
    }
}

@media (min-width: 993px) {
    .sidebar {
        transition: all ease-in-out .3s;
        position: sticky;
        top: 0;
    }
    .sidebar.open {
        position: absolute;
        left: -250px;
        transition: all ease-in-out .3s;
    }
    .sidebar.open span.icon-toggle {
        position: absolute;
        right: -50px;
        cursor: pointer;
        transition: all linear .3s;
        z-index: 101;
    }
    .sidebar.open~.main-container {
        width: 100%
    }
}

/* Clinic SignUp Loader Style START */
.gooey_loader {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}
.gooey {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 142px;
    height: 40px;
    margin: -20px 0 0 -71px;
    background: white;
    filter: contrast(20);
}
.dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    filter: blur(4px);
    background: #000;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}
.dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
}
.dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    filter: blur(4px);
    background: #000;
    border-radius: 50%;
}
@keyframes dot {
    50% {transform: translateX(96px)};
}
@keyframes dots {
    50% {transform: translateX(-31px)};
}
/* Clinic SignUp Loader Style END */

.badge-success{
    background-color: #2dce89 !important;
}

.btn_custom{
    border: 1px solid #CBCBCB;
    color: #CBCBCB;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    padding: 0.7rem;
    background-color: transparent;
  }

  .btn_custom:hover{
    border: 1px solid #000000;
    color: #000000;
  }

  .btn_custom_dark{
    border: 1px solid #000000;
    color: #000000;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    padding: 0.7rem;
    background-color: transparent;
  }
  .btn-custom-inUpdate{
    width: 135px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 1px;
  }

  .btn-delete-resource-link{
    border-radius: 50%;
    border: 0;
  }

  .custom-specialities-delete{
    cursor: pointer;
  }


  /* --------------------------------- */

  .form_create_domain .form-group .form-control{
    border: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0;
  }

  .form_create_domain .form-group .form-control:focus{
    border: 1px solid #fff;
    border-bottom: 1px solid #000000;
    outline: none;
  }


  /* ----------------------- quick link ------------------------- */

  @media screen and (max-width: 2500px) {
    .quick_link_custom{
        width: 100% !important;
      }
  }

  @media screen and (max-width: 2250px) {
    .quick_link_custom{
        width: 97% !important;
      }
  }
  
  @media screen and (max-width: 2000px) {
    .quick_link_custom{
        width: 95% !important;
      }
  }

  @media screen and (max-width: 1500px) {
    .quick_link_custom{
        width: 85% !important;
      }
  }

  @media screen and (max-width: 1400px) {
    .quick_link_custom{
        width: 90% !important;
      }
  }

  @media screen and (max-width: 1200px) {
    .quick_link_custom{
        width: 85% !important;
      }
  }

  @media screen and (max-width: 1000px) {
    .quick_link_custom{
        width: 100% !important;
      }
  }

  .btn_custom_dark{
    border: 1px solid #000000;
    /* border: 1px solid transparent; */
    color: #000000;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    padding: 0.7rem;
    background-color: transparent;
  }
  
  .checkbox-wrapper{
    display: flex;
    justify-content: end;
  }
  
  .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .checkbox-input:checked + .checkbox-tile {
    /* border-color: #2260ff; */
    border-color: #f5365c;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    /* color: #2260ff; */
    color: #f5365c;
  }
  .checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    /* background-color: #2260ff;
    border-color: #2260ff; */
    background-color: #f5365c;
    border-color: #f5365c;
  }
  .checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-input:checked + .checkbox-tile .checkbox-label {
    /* color: #2260ff; */
    color: #f5365c;
  }
  .checkbox-input:focus + .checkbox-tile {
    /* border-color: #2260ff; */
    border-color: #f5365c;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #e1aeb8;
  }
  .checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
  }
  
  .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-right: 1rem; */
    font-size: 18px;
    justify-content: center;
    width: 4.5rem;
    min-width: 4.5rem;
    min-height: 2.5rem;
    border-radius: 0.5rem;
    /* border: 2px solid #b5bfd9; */
    border: 2px solid #000;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    color: #000;
  }
  .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: .9rem;
    height: .9rem;
    border: 2px solid #e1aeb8;
    background-color: #fff;
    border-radius: 50%;
    top: 0.20rem;
    left: 0.20rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .checkbox-tile:hover {
    /* border-color: #2260ff; */
    border-color: #f5365c;
  }
  .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-tile:hover .checkbox-icon {
    color: #f5365c;
  }
  
  .checkbox-tile-temporary{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    width: 4.5rem;
    min-height: 2.5rem;
    border-radius: 0.5rem;
    border: 2px solid #000;
    background-color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
  }

  .checkbox-tile-temporary:hover{
    background-color: #f5365c;
    border: 2px solid #f5365c;
  }