.login {
    min-height: 100vh;
    background-color: #F9F9F9;
}

.bg-image {
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-color: #FFF3E1;
}

.bg-image img {
    width: 70%;
    height: auto;
    object-fit: contain;
}

.wyt-form-wrapper {
    box-shadow: 10px 10px 23px 1px #00000012;
    background: #fff;
    padding: 48px 40px;
    border-radius: 10px;
}

.img-wrappers {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

button.dropdown-toggle.username-dropdowns {
    border: none;
    background: none;
    font-size: 16px;
}

.searchwrapper {
    display: flex;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.searchwrapper svg:not(.reset-filter svg) {
    margin: auto;
    color: #8d8787;
    position: absolute;
    width: 18px;
    height: 40px;
    display: flex;
    left: 11px;
}

#myInput::placeholder {
    font-style: italic;
}

#myInput {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 12px;
    padding: 7px 20px 7px 35px;
    border: 1px solid #4f4f4f50;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #f9f9f9;
}

#myTable {
    border-collapse: collapse;
    width: 100%;

    font-size: 18px;
}

#myTable th,
#myTable td {
    text-align: center;
    padding: 20px 16px;
    font-size: 0.8rem;
}

#myTable td {
    padding: 8px 16px;
}

#myTable th:first-child,
#myTable td:first-child {
    text-align: left !important;
    width: 27%;
}

#myTable .form-check .form-check-input {
    float: none !important;
    cursor: pointer;
}

#myTable tr {
    border-bottom: 1px solid #ddd;
}

#myTable tr.header {
    background-color: #F7F7FC;
}

.actn_icons svg {
    width: 18px;
    height: 18px;
}

.topform-wrapper .searchwrapper.w-dropdwon {
    width: auto;
    gap: 10px;
}

.topform-wrapper .searchwrapper {
    /*width: 100%;*/
}

.topform-wrapper {
    column-gap: 10px;
}

.topform-wrapper {
    column-gap: 20px;
    margin-bottom: 20px;
    display: flex;
}

.topform-wrapper #myInput {
    margin-bottom: 0;
}

.topform-wrapper select {
    word-wrap: normal;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 12px;
    padding: 7px 5px 7px 5px;
    border: 1px solid #4f4f4f50;
    margin-bottom: 0;
    border-radius: 5px;
    background: #f9f9f9;
    width: 140px;
    color: #4F4F4F;
}

#myTable.algnleft th,
#myTable.algnleft td {
    text-align: left !important;
}

#myTable.wrktags th:first-child,
#myTable.wrktags td:first-child {
    width: 25%;
}

a.link-worktags {
    color: #fff;
    padding: 7px 9px;
    background: #f2593b;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
    display: inline;
    margin-right: 10px;
    float: left;
}

a.icon-svg-links {
    margin-right: 0px;
    text-decoration: none;
}

a.icon-svg-links svg {
    width: 23px;
    height: 20px;
}

.form-addnote input {
    background: none;
    border: none;
    color: #000;
}

.form-addnote input:focus {
    background-color: transparent;
    border-color: #F2593B;
    outline: 0;
    color: #000 !important;
    box-shadow: 0 0 0 0.1rem #f2593b40;
}

a.icon-svg-links.btn-primary {
    background: none;
    border: 1px solid #f2593b;
    padding: 7px 26px;
    font-size: 15px;
    display: inline-block;
}

.tt-inner-contnt a.icon-svg-links {
    background: #f2593b55;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    margin-right: 10px !important;
    align-items: center;
    gap: 6px;
}

.tt-inner-contnt a.icon-svg-links svg {
    height: 16px;
}

.tt-inner-contnt a.icon-svg-links svg path {
    fill: #fff8f8;
}

.tt-note-post {
    margin-left: 15px;
}

.tt-inner-contnt a.icon-svg-links:hover {
    background: #f2593b;
    transition: 0.5s ease;
}

.dropdown.tt-dropdown-wrapper .show li:first-child input {
    font-size: 15px;
}

.dropdown.tt-dropdown-wrapper .show li:first-child {
    margin: 1rem 1rem;
}

.dropdown.tt-dropdown-wrapper .dropdown-item {
    font-size: 14px;
}

.tt-dropdown-wrapper a.icon-svg-links.dropdown-toggle.show svg path {
    fill: #F2593B;
}

.dropdown.tt-dropdown-wrapper .dropdown-menu.show {
    margin-top: 5px !important;
}

.dropdown.tt-dropdown-wrapper a.icon-svg-links.show svg path {
    fill: #F2593B;
}

span.th-client-number {
    font-size: 15px;
    background: #F9F9F9;
    border-radius: 100px;
    border: 1px solid #c7c7c7;
    line-height: normal;
    width: 38px;
    height: 38px;
    padding: 8px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
}

button.accordion-button[aria-expanded="true"] span.th-client-number {
    color: #fff;
    background: #f2593b;
    border: 1px solid #f2593b;
}



.tt-inputs {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 7px;
    font-size: 0.78rem;
    background: #ffffff;
    color: #000;
    border: 1px solid #dee2e6;
    outline: none;
    padding-top: 17px;
}

ul.dropdown-menu.show {
    background: #F9F9F9;
}

.accordion-item button.accordion-button:after {
    display: none;
}

.accordion-body {
    background: #F9F9F9;
}

.accordion .tt-inner-contnt:last-child {
    border: none;
}

.accordion .tt-inner-contnt {
    padding: 0.5rem 0;
    border-bottom: 1px solid #dfdfdf;
}

.accordion-item .tt-inner-contnt a.icon-svg-links {
    background: transparent !important;
    padding: 10px 5px;
    color: #f2593b;
    font-size: 17px;
}

.accordion .tt-inner-contnt a.icon-svg-links svg path {
    fill: #f2593b;
}

.form-check-input[type=radio],
label.form-check-label:hover {
    cursor: pointer;
}

.lh-filter-wrapper .form-check-input:active {
    filter: brightness(100%);
    border-color: #ffffff;
    background: #f2593b !important;
    box-shadow: 0px 0px 0px 1px red !important;
}

.lh-filter-wrapper .form-check-input:checked {
    border-color: #ffffff;
    background: #f2593b !important;
    box-shadow: 0px 0px 0px 1px red !important;
}

.tt-time--links {
    width: auto;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.tt-inner-contnt .col {
    flex: none;
}

.tt-time-records {
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
}

.tt-inner-contnt {
    display: flex;
    justify-content: space-between;
}

.sve-mobiles svg {
    display: none;
}

.form-addnote {
    width: 100%;
}

.modal-body.topform-wrapper {
    column-gap: 20px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.modal-body.topform-wrapper input::placeholder {
    font-style: normal !important;
}

.modal-body.topform-wrapper input[type=text],
.modal-body.topform-wrapper select {
    width: 100%;
    padding: 5px 7px !important;
    font-style: normal !important;
    color: black;
    font-size: 15px;

    border: 1px solid #4f4f4f50;
    font-size: 12px;
    background: #f9f9f9;
    border-radius: 5px;
}

.modal-form-control label {
    font-weight: 700;
    color: #000;
    font-size: 0.85rem;
    padding-bottom: 5px;
}

.modal-form-control {
    margin-bottom: 1.1em;
}

.modal-form-control:last-child {
    margin-bottom: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
  /*   height: 34px; */
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider.round {
    border-radius: 34px;

}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: -10px;
    bottom: -3px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    border: 1px solid #dbdbdb;
    transition: .4s;
}

input:checked+.slider {
    background-color: #f2593b;
}

input:focus+.slider {
    box-shadow: 0 0 1px #f2593b;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    height: 20px;
    width: 35px;
}

.slider.round:before {
    border-radius: 50%;
}


/* RESPONSIVE */
@media screen and (max-width: 760px) {

    #myTable tr th:first-child,
    #myTable tr td:first-child {
        text-align: center !important;
        width: auto !important;
    }

    #myTable tr th,
    #myTable tr td {
        text-align: center !important;
    }

    #myTable {

        border-collapse: collapse;
        margin: 10px auto;
    }

    .tt-adnotes-inner-rows {
        display: flex;
        justify-content: space-between;
        padding: 10px !important;
    }


    .tt-adnotes-rows.row {
        padding: 20px 15px;
        margin-bottom: 10px !important;
    }

    .sve-mobiles svg {
        display: block;

    }

    .sve-mobiles {}

    a.icon-svg-links.btn-primary.tt-tracker--desktop {
        display: none;
    }

    a.icon-svg-links.btn-primar.tt-tracker--mobile.d-none {
        display: block !important;
        background: none;
        border: 1px solid #f2593b;
        padding: 7px 6px;
        font-size: 13px;
        display: inline-block;
    }

    #myTable th {
        color: white;
        font-weight: bold;
    }

    #myTable tr {
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    #myTable td,
    #myTable th {
        padding: 10px;
        border: 1px solid #ccc;
        text-align: left;
        font-size: 18px;
    }

    #myTable {
        width: 100%;
    }

    #myTable td {
        padding: 17px 0px !important;
    }

    .client-td-name {
        width: 50%;
        overflow: scroll;
        white-space: nowrap;
        padding: 0 15px;
        text-align: center;
        margin: auto;
        max-width: 180px;
    }

    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        /* display: block;*/
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .topform-wrapper {
        row-gap: 15px;
        column-gap: 20px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .topform-wrapper .searchwrapper.w-dropdwon {
        width: 100% !important;
        gap: 10px;
    }

    .topform-wrapper select {
        width: 100% !important;
    }

    #myTable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #myTable.algnleft thead th,
    #myTable.algnleft tbody td {
        text-align: center !important;
        word-wrap: break-word;
    }

    #myTable tbody td .actn_icons {
        width: 50%;
    }

    #myTable tr {
        border: 1px solid #ccc;
    }


    #myTable td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    #myTable tr:before {
        background: #F7F7FC;
        width: 100%;
        position: absolute;
        width: 50%;
        content: " ";
        height: 100%;
    }

    #myTable td:before {
        left: 6px;
        width: 50%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        font-weight: bold;
        display: block;
    }

    .form-check {
        display: block;
        width: 50%;
        margin: auto 0 0;
        text-align: center;
    }

    #myTable tr th,
    #myTable tr td {
        text-align: center !important;
        display: flex;
        justify-content: space-between;
    }

    .wrkttags-wrapepr-link {
        width: 50%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 7px;
    }

    .wrkttags-wrapepr-link a {
        margin: auto !important;
    }

    .tt-inner-contnt {
        display: flex;
        flex-direction: column-reverse;
        padding: 15px !important;
        row-gap: 10px;
    }

    .tt-time-records {
        width: 100% !important;
        display: flex;
        justify-content: space-between !important;
    }

    .tt-note-post {
        text-overflow: ellipsis;
        overflow: hidden;
        margin-left: 0px !important;
        white-space: nowrap;
        width: 260px !important;
    }

    .tt-time-records,
    .tt-note-post {
        font-size: 13px !important;
    }

    .tt-time-records a.lnk-id-icons.d-flex {
        display: none !important;
    }

    .tt-inner-contnt a.icon-svg-links {
        background: #f2593b55;
        padding: 5px 10px !important;
        border-radius: 5px;
        color: #fff;
        font-size: 11px;
        margin-right: 10px !important;
        align-items: center;
        gap: 6px;
        overflow: hidden;
        width: 151px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .client-sel {
        display: contents !important;
    }

    .tt-inner-contnt a.icon-svg-links svg {
        height: 13px !important;
    }

    .report-content.mb-4 .tt-inner-contnt .col {
        display: flex !important;
        justify-content: space-between;
    }

    .tt-time--links {
        width: auto;
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }

    .tt--worktags-links {
        display: flex;
        width: 95%;
    }

    .tt--delete-mobs {
        display: block !important;
    }
}

@media (max-width:445px) {
    .tt-note-post {

        width: 50% !important;
    }

    .tt-adnotes-inner-rows a.icon-svg-links svg {
        width: 16px !important;
        height: 16px !important;
    }

    .sve-mobiles {
        padding: 5px 5px;
    }

    a.icon-svg-links.btn-primar.tt-tracker--mobile.d-none {
        padding: 2px 5px;

    }

    .tt-adnotes-inner-rows a.icon-svg-links {
        margin-right: 5px;
        text-decoration: none;
    }

    .tt-adnotes-inner-rows .col.col-3 {
        gap: 7px !important;
    }
}

.client-dropdown .accordion {
    background-color: #f9f9f9;

}