:root{
    --primary: #47E455;
    --secondary: #222;
    --territory: #A5A5A5;
    --blue: #0062FF;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Login Page */
.loginWrap, .loginWrap .container > .row {
    height: 100vh;
    min-height: 700px;
}
.leftSide {
    width: 40%;
}
.leftSide h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 30px 0 30px;
    color: #222226;
}
.leftSide h3 span {
    font-size: 25px;
    font-weight: 300;
    display: block;
}
.rightSide {
    background: #151b26;
    width: 60%;
}
.formField label {
    color: #4b4b4b;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 400;
}
.formField .form-control {
    padding: .675rem .75rem;
    border-color: #cbd4db;
    border-radius: 6px;
}
.formField .form-control:focus {
    background-color:#f0f0f0;
    border-color: #cfcfcf;
}
.leftSide .btn {
    display:block;
    width:100%;
    background-color: var(--primary);
    padding:10px 0;
    margin-top: 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.333px;
    height: 42px;
    transition: all 0.3s;
    box-shadow: 0 0 10px 0 transparent;
}
.leftSide .btn:hover {
    box-shadow: 0 0 10px 0 #47E455;
}
.loginActivity-Box {
    text-align: center;
}
.loginActivity-Box h1 {
    color: var(--primary);
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
}
.loginActivity-Box p {
    color: #647594;
    font-size: 15px;
    margin-top: 10px;
}
.sidebarFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 0;
}
.sidebarFooter ul li {
    border-top: 1px solid #E9EBF0;
    border-bottom: 1px solid #E9EBF0;
}
.sidebarFooter ul li a {
    font-size: 15px;
}

/* Header Styling  */

/* width */
.noti-content::-webkit-scrollbar,
.chat-wrap-inner::-webkit-scrollbar,
.select-dep .dropdown-menu::-webkit-scrollbar  {
    width: 7px;
}

/* Track */
.noti-content::-webkit-scrollbar-track,
.chat-wrap-inner::-webkit-scrollbar-track,
.select-dep .dropdown-menu::-webkit-scrollbar-track
{
    background: #f1f1f1;
}

/* Handle */
.noti-content::-webkit-scrollbar-thumb,
.chat-wrap-inner::-webkit-scrollbar-thumb,
.select-dep .dropdown-menu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

/* Employee Dashboard   */

.dash-sec-tasks ul li a {
    color: #343434;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    font-size: 13px;
    padding: 8px 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dash-sec-tasks ul li a:hover {
    border-color:#47E455;
}
.viewAll-tasks {
    text-align: center;
}
.viewAll-tasks a {
    color: #343434;
    font-size:15px;
}
.viewAll-tasks a:hover {
    color: #47E455;
}
.timeBadge.badge {
    font-size: .40rem !important;
    color: transparent !important;
    width: 9px;
    height: 9px;
    cursor: pointer;
    padding: 0 !important;
    margin: auto;
}
.bgLate {
    background-color: #EF7133;
}
.bgOnTime {
    background-color: #47E455;
}
.tooltip{
    font-size: 10px;
    font-weight: bold;
}
.select2-results__option {
    padding: 3px 8px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 13px;
}
.chat-window-opened {
    transform: translateX(-100%);
    transition: transform .5s cubic-bezier(0.23, 1, 0.32, 1);
}
.date-setting {
    float: right;
    width: 450px;
    display: inline-flex;
    align-items: center;
}

.date-setting .task-due-date {
    flex:auto;
}
.windowClose {
    cursor: pointer;
    display: inline-flex;
    color:#9A9A9A;
    font-size: 20px;
}
.windowClose:hover {
    color:var(--primary);
}
.date-setting .task-due-date .due-icon span {
    background: #F1F1F1;
    color: #7C828D;
    border: transparent;
    width: 35px;
    height: 35px;
}
.date-setting .task-due-date .due-icon span i {
    font-size:22px;
}
.date-setting .task-due-date:hover {
    border-color: transparent;
}

.date-setting .due-date {
    color:#5A5A5A;
    font-weight:500;
}
.date-setting .task-head-title {
    color: #7C828D;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.task-menu .material-icons {
    background: #F1F1F1;
    margin-right: 10px;
    font-size: 20px;
    padding: 5px;
    color: #9A9A9A;
}
.task-menu .material-icons:hover {
    background:var(--primary);
    color:#fff
}
.usersIcon {
    background: #F1F1F1;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #7C828D;
}
.borderless td, .borderless thead th {
    border: none;
}
.task-table {
    margin: 0;
}
.task-table tbody > td {
    padding: .50rem .75rem;
}
.task-table thead th {
    color:#7C828D;
    font-size:14px;
    padding-top: 0;
}
.task-table tbody td {
    color:#343434;
    font-size:14px;
    font-weight:500;
    vertical-align: middle;
}
.task-table .not-done {
    color: #B1B1B1;
}
.ticket-group .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ticket-group .card-body h3 {
    font-weight: 300;
    font-size: 26px;
}
.ticket-group .card-body .bg-grey {
    background: #A1B8C6;
}
.create-profile h4 {
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid var(--primary);
    margin-bottom: 7px;
    color: #222;
}
.rating-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.user-rating-list {
    align-self: flex-start;
}
.user-rating-list li {
    font-size: 14px;
    line-height: 23px;
}
.user-rating-list li strong {
    font-weight: 700;
}
.performance-form h3 {
    font-size: 16px;
    margin: 0;
}
.performance-form h3 p {
    font-weight: 400;
    font-size: 13px;
    margin: 3px 0 0;
    letter-spacing: 0.5px;
    white-space: normal;
}
.performance-form textarea {
    background: #E9ECEF;
    border: 1px solid #E3E3E3;
    border-radius: 6px;
}
.rating-content {
    font-size: 13px;
    max-width: 157px;
    margin-top: 5px;
    white-space: break-spaces;
    margin: 2px 0 0;
    width: 100%;
    color: #626476 !important;
    line-height: 16px;
    font-weight: 500;
}

/* Star Rating  */
.rating {
    border: none;
    float: left;
    display: flex;
    flex-direction: row-reverse;
    max-width: 140px;
    flex-wrap: wrap;
}
.rating > input { display: none; }
.rating > label:before {
    margin-top: 2px;
    padding: 0px 3px 0px 3px;
    font-size: 1.35em;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f005";
    font-weight: 900;
}
.rating > label {
    color: #ccc;
    margin: 0;
    flex: 1;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color:#FF9B44 !important;
    cursor:pointer;
} 

/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color:#FF9B44 !important;
    cursor:pointer;
}
.error{
    color:red;
}
.task-table td span a {
    color: #343434;
    font-size: 16px;
}
.close-team{
    display: none;
}
.task-table tr{
    transition: .2s ease-in;
}
.task-table tr:hover .close-team{
    display: inline;
}
.chat.chat-left .chat-bubble:last-child .chat-content {
    border: none;
}
.task-chat-user {
    font-weight: bold;
}
.attach-list {
    font-size: 12px;
    font-weight: bold;
}
.chat-content span.date {
    font-size: 10px;
}
.task-attachments {
    display: flex;
    flex-wrap: wrap;
}
.task-attachments .attachment-card {
    background: #F8F8F8;
    border: 1px solid #D6D6D6;
    border-radius: 6px;
    padding: 10px 20px;
    height: 55px;
    width: 192px;
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    transition: .3s ease-in;
    position: relative;
    color: #7C828D;
}
.task-attachments .attachment-card:hover {
    background-color: #adadad;
    opacity: 0.8;
}
.task-attachments .attachment-card:hover img {
    opacity: 0.5;
}
.task-attachments .img-attachment {
    padding: 0;
}
.task-attachments .img-attachment img {
    width: 100%;
}
.overlay-attachment {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.task-attachments .attachment-card:hover .overlay-attachment {
    opacity: 1;
    z-index: 9999;
}
.task-attachments .document-name {
    font-weight: 500;
    font-size: 12px;
    margin: 0;
}
.task-attachments .document-format {
    font-size: 12px;
    margin: 0;
}
.task-attachments div i {
    font-size: 24px;
    padding-right: 10px;
    padding-top: 4px;
}
.overlay-attachment .attachment-btn i {
    color: #000;
    font-size: 22px;
}
.chat-window{
    width: 40%;
}
.dropdown-menu{
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.25);
}
.form-group label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: -0.1111px;
    line-height: 1;
}
.custom-badge.decline {
    background: rgba(230, 68, 65, 0.2) !important;
    color: #BB2320;
    font-size: 12px;
}
.custom-badge.pending {
    background: rgba(255, 155, 68, 0.2) !important;
    color: #f39c12;
    padding: 5px 5px;
    font-size: 10px;
    letter-spacing: 0.2222px;
}
.custom-badge.accept {
    background: rgba(29, 185, 84, 0.2) !important;
    color: #188D26;
    font-size: 10px;
}
.ticketSts.pending {
    background: rgba(243, 87, 87, 0.52) !important;
    color: #BB2320;
    font-size: 10px;
}
.ticketSts.working {
    background: rgb(234, 177, 125) !important;
    color: #975215;
    font-size: 10px;
}
.ticketSts.closed {
    background: rgba(68, 149, 243, 0.2) !important;
    color: #18478d;
    font-size: 10px;
}
.ticketSts.done {
    background: rgba(151, 239, 95, 0.72) !important;
    color: rgba(63, 136, 15, 0.72);
    font-size: 10px;
}
.select-dep .dropdown-toggle {
    color: #343434;
    background: #ECECEC;
    padding: 6px;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: dashed 1px #D0D0D0;
}
.select-dep .dropdown-toggle:hover {
    background: #dddddd;
}
.select-dep .dropdown-toggle i {
    font-size: 22px;
}
.select-dep .dropdown-item {
    position: relative;
    padding: 5px 0 5px 10px;
    font-weight: 500;
    font-size: 13px;
}
.select-dep .dropdown-item span{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #bfbfbf;
    margin-right: 5px;
}
.select-dep .dropdown-menu {
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    max-height: 300px;
    overflow: auto;
}
.assign-dep {
    display: inline-block;
    padding: 6px 25px 6px 10px;
    border-radius: 8px;
    position: relative;
    font-size: 13px;
}
.assign-dep i {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 10px;
}
.assign-dep span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.assign-user {
    background-color: #f7f7f7;
    display: inline-block;
    padding: 6px 25px 6px 10px;
    border-radius: 8px;
    position: relative;
    font-size: 13px;
}
.assign-user i {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 10px;
}
.assign-user span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.task-table .cal-icon .form-control {
    background: #F8F8F8;
    border: none;
    font-size: 12px;
    font-weight: 600;
    padding-left: 33px;
    height: 35px;
    margin-bottom: 5px;
}
.task-table .cal-icon .form-control:hover{
    background:#ECECEC;
}
.task-table .cal-icon {
    width:90%;
}
.task-table .cal-icon:after {
    left: 10px;
    right: unset;
    color: #495057;
    top: 8px;
}
.kanban-list > .kanban-wrap {
    min-height: 600px;
    max-height: 600px;
    overflow: auto;
    padding: 0;
    margin: 10px 0;
}
.experience-list > li .experience-content .timeline-content h6 {
    color: #343434 !important;
    font-weight: 700;
}
.experience-list > li .experience-content .timeline-content span {
    color: #777 !important;
    font-weight: 500;
}
.before-circle {
    background-color: transparent;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    border: 2px solid #FF9B44;
}
.checks-loader {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checks-loader img{
    height: 50px;
}
.modal-content{
    border: 0;
    border-radius: 12px;
    box-shadow: 0 0 2px 1px #0000004f;
}
.lds-ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 80px;
    height: 35px;
}
.lds-ellipsis div {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0062ff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.i-icon{
    position: relative;
}
.i-icon a{
    font-size: 19px;
    position: absolute;
    right: 22px;
    top: 52%;
    z-index: 2;
    line-height: 1;
    color: #535353;
}
.text-blue{
    color: var(--blue) !important;
}

/*buttons*/
.btn{
    border-radius: 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    width: auto;
}
.btn-lg{
    height: 44px !important;
    padding: 13px 22px !important;
    font-size: 16px !important;
}
.btn-md{
    height: 38px !important;
    padding: 10px 22px !important;
    font-size: 14px !important;
}
.btn-sm{
    height: 28px !important;
    padding: 8px 19px !important;
    font-size: 11px !important;
}

.btn-primary {
    background-color: var(--primary) !important;
    border: 0px !important;
    color: #fff !important;
    box-shadow: 0 0 0px 0 transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color: #47e455e3 !important;
    border: 0px !important;
    color: #fff !important;
    box-shadow: 0 0 4px 0px #47e4559e;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: var(--primary) !important;
    border: 0px !important;
    color: #fff !important;
    box-shadow: 0 0 10px 0 #47E455;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
   background-color: var(--primary) !important;
   border: 0px !important;
   color: #fff !important;
   box-shadow: 0 0 10px 0 #47E455;
}
.btn-primary.active:focus:not(:disabled):not(.disabled), 
.btn-primary:active:focus:not(:disabled):not(.disabled), 
.show > .btn-primary.dropdown-toggle:focus {
    background-color: var(--primary) !important;
    border: 0px !important;
    color: #fff !important;
    box-shadow: 0 0 10px 0 #47E455;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--primary) !important;
    border: 0px !important;
    color: #222 !important;
    box-shadow: 0 0 10px 0 #47E455;
}

.btn-secondary {
    background-color: transparent; !important;
    border: 1px solid var(--territory) !important;
    color: #222 !important;
    box-shadow: 0 0 0 0 transparent;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active,
.open > .dropdown-toggle.btn-secondary {
    background-color: #0000000D !important;
    border: 1px solid var(--territory) !important;
    color: #222 !important;
    box-shadow: 0 0 0 0 transparent;
}
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary:hover {
    background-color: #0000000D !important;
    border: 1px solid var(--territory) !important;
    color: #222 !important;
    box-shadow: 0 0 0 0 transparent;
}
.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
   background-color: #0000000D !important;
   border: 1px solid var(--territory) !important;
   color: #222 !important;
   box-shadow: 0 0 0 0 transparent;
}
.btn-secondary.active:focus:not(:disabled):not(.disabled), 
.btn-secondary:active:focus:not(:disabled):not(.disabled), 
.show > .btn-secondary.dropdown-toggle:focus {
    background-color: #0000000D !important;
    border: 1px solid var(--territory) !important;
    color: #222 !important;
    box-shadow: 0 0 0 0 transparent;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #0000000D !important;
    border: 1px solid var(--territory) !important;
    color: #222 !important;
    box-shadow: 0 0 0 0 transparent;
}

.btn-territory {
    background-color: transparent; !important;
    border: 1px solid var(--primary); !important;
    color: var(--primary) !important;
    box-shadow: 0 0 0 0 transparent;
}
.btn-territory:hover,
.btn-territory:focus,
.btn-territory.active,
.btn-territory:active,
.open > .dropdown-toggle.btn-territory {
    background-color: #47E4550D !important;
    border: 1px solid var(--primary); !important;
    color: var(--primary) !important;
    box-shadow: 0 0 0 0 transparent;;
}
.btn-territory.active.focus,
.btn-territory.active:focus,
.btn-territory.active:hover,
.btn-territory.focus:active,
.btn-territory:active:focus,
.btn-territory:active:hover,
.open > .dropdown-toggle.btn-territory.focus,
.open > .dropdown-toggle.btn-territory:focus,
.open > .dropdown-toggle.btn-territory:hover {
    background-color: #47E4550D !important;
    border: 1px solid var(--primary); !important;
    color: var(--primary) !important;
    box-shadow: 0 0 0 0 transparent;;
}
.btn-territory.active:not(:disabled):not(.disabled),
.btn-territory:active:not(:disabled):not(.disabled),
.show > .btn-territory.dropdown-toggle {
   background-color: #47E4550D !important;
   border: 1px solid var(--primary); !important;
   color: var(--primary) !important;
   box-shadow: 0 0 0 0 transparent;;
}
.btn-territory.active:focus:not(:disabled):not(.disabled), 
.btn-territory:active:focus:not(:disabled):not(.disabled), 
.show > .btn-territory.dropdown-toggle:focus {
    background-color: #47E4550D !important;
    border: 1px solid var(--primary); !important;
    color: var(--primary) !important;
    box-shadow: 0 0 0 0 transparent;;
}
.btn-territory.disabled, .btn-territory:disabled {
    background-color: #47E4550D !important;
    border: 1px solid var(--primary); !important;
    color: var(--primary) !important;
    box-shadow: 0 0 0 0 transparent;;
}

.btn-icon{
    height: 38px !important;
    width: 38px !important;
    padding: 10px 10px !important;
    font-size: 22px !important;
    background: transparent !important;
    border: 0 !important;
    color: var(--secondary) !important;
}
.btn-icon:hover,
.btn-icon:focus,
.btn-icon.active,
.btn-icon:active,
.open > .dropdown-toggle.btn-icon {
    background-color: #0000000D !important;
    border: 0 !important;
    color: var(--secondary) !important;
    box-shadow: 0 0 0 0 transparent;
}
.btn-icon.active.focus,
.btn-icon.active:focus,
.btn-icon.active:hover,
.btn-icon.focus:active,
.btn-icon:active:focus,
.btn-icon:active:hover,
.open > .dropdown-toggle.btn-icon.focus,
.open > .dropdown-toggle.btn-icon:focus,
.open > .dropdown-toggle.btn-icon:hover {
    background-color: #0000000D !important;
    border: 0 !important;
    color: var(--secondary) !important;
    box-shadow: 0 0 0 0 transparent;
}
.btn-icon.active:not(:disabled):not(.disabled),
.btn-icon:active:not(:disabled):not(.disabled),
.show > .btn-icon.dropdown-toggle {
   background-color: #0000000D !important;
   border: 1px solid var(--territory) !important;
   color: #222 !important;
   box-shadow: 0 0 0 0 transparent;;
}
.btn-icon.active:focus:not(:disabled):not(.disabled), 
.btn-icon:active:focus:not(:disabled):not(.disabled), 
.show > .btn-icon.dropdown-toggle:focus {
    background-color: #0000000D !important;
    border: 0 !important;
    color: var(--secondary) !important;
    box-shadow: 0 0 0 0 transparent;
}
.btn-icon.disabled, .btn-icon:disabled {
    background-color: #0000000D !important;
    border: 0 !important;
    color: var(--secondary) !important;
    box-shadow: 0 0 0 0 transparent;
}

.btn-icon-sm{
    height: 28px !important;
    width: 28px !important;
    padding: 5px 5px !important;
    font-size: 12px !important;
    background: transparent !important;
    border: 0 !important;
    color: var(--secondary) !important;
}
.btn-icon-sm:hover,
.btn-icon-sm:focus,
.btn-icon-sm.active,
.btn-icon-sm:active,
.open > .dropdown-toggle.btn-icon-sm {
    background-color: #0000000D !important;
    border: 0 !important;
    color: var(--secondary) !important;
    box-shadow: 0 0 0 0 transparent;
}
.btn-icon-sm.active.focus,
.btn-icon-sm.active:focus,
.btn-icon-sm.active:hover,
.btn-icon-sm.focus:active,
.btn-icon-sm:active:focus,
.btn-icon-sm:active:hover,
.open > .dropdown-toggle.btn-icon-sm.focus,
.open > .dropdown-toggle.btn-icon-sm:focus,
.open > .dropdown-toggle.btn-icon-sm:hover {
    background-color: #0000000D !important;
    border: 0 !important;
    color: var(--secondary) !important;
    box-shadow: 0 0 0 0 transparent;
}
.btn-icon-sm.active:not(:disabled):not(.disabled),
.btn-icon-sm:active:not(:disabled):not(.disabled),
.show > .btn-icon-sm.dropdown-toggle {
   background-color: #0000000D !important;
   border: 1px solid var(--territory) !important;
   color: #222 !important;
   box-shadow: 0 0 0 0 transparent;;
}
.btn-icon-sm.active:focus:not(:disabled):not(.disabled), 
.btn-icon-sm:active:focus:not(:disabled):not(.disabled), 
.show > .btn-icon-sm.dropdown-toggle:focus {
    background-color: #0000000D !important;
    border: 0 !important;
    color: var(--secondary) !important;
    box-shadow: 0 0 0 0 transparent;
}
.btn-icon-sm.disabled, .btn-icon-sm:disabled {
    background-color: #0000000D !important;
    border: 0 !important;
    color: var(--secondary) !important;
    box-shadow: 0 0 0 0 transparent;
}
input::-webkit-file-upload-button{
    background: #ebebeb !important;
    border: 1px solid #e3e3e3 !important;
    padding: 7px 15px !important;
    line-height: 1 !important;
    font-size: 13px !important;
    margin-right: 15px !important;
    border-radius: 4px !important;
    font-weight: 500;
    color: #535353;
}
.modal-footer{
    border-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-header{
    border-bottom: 0;
}
.modal-header h5{
    font-size: 17px;
}
.R-container{
    top: 0;
    left: 0;

}
/* From Uiverse.io by Fernando-sv */ 
.loader {
  border: 4px solid rgba(0, 0, 0, .1);
  border-left-color: transparent;
  border-radius: 50%;
}

.loader {
  border: 4px solid rgba(0, 0, 0, .1);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
}

.loader {
  border: 4px solid rgb(255 255 255);
  border-left-color: #8d8d8d5e;
  width: 36px;
  height: 36px;
  animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(360deg);
}
}
.leftSide .btn-msg{
    display: inline-block;
    width: fit-content;
    background: #6457f91c;
    padding: 10px 16px;
    border: 1px solid #6457F9;
    font-size: 13px;
    line-height: 1 !important;
    color: #6457F9;
    border-radius: 30px !important;
    height: auto;
    margin: auto;
}
.leftSide .btn-msg:hover{
    box-shadow:0 0 4px 0 #6457F9
}
.leftSide .btn-msg i{
    color: #6457F9 !important;
}




.sd-multiSelect > select{
  opacity: 0;
  visibility: hidden;
}
.ms-choice{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border:1px solid #e3e3e3;
  padding:0 10px;
  border-radius: 4px;
  cursor:pointer;
  background:#fff;
  height:40px;
  width: -webkit-fill-available;
  line-height: 1;
  font-size: 15px;
  transition:.2s;
}
.ms-choice:focus{
  border-color:#495057;
}
.ms-placeholder{
  color: #888;
}
.ms-arrow{
  margin-left:10px;
  font-size:14px;
  color:#666
}
.ms-drop{
  position:absolute;
  left:0;
  right:0;
  top: calc(100% + 2px);
  background:#fff;
  border:1px solid #e3e3e3;
  padding: 5px 0px;
  border-radius: 4px;
  width: -webkit-fill-available;
  display:none;
  z-index:20;
}
.ms-actions{
  padding: 0;
  padding-inline: 8px;
  padding-bottom: 5px;
  border-bottom:1px solid #e3e3e3;
  margin-bottom: 5px;
  font-size: 11px;
}
.ms-actions label{
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:5px;
  padding: 3px 6px;
  border-radius: 20px;
  font-size: 11px;
  background-color: #ededed;
  border: 1px solid #d7d7d7;
  width: fit-content;
  margin-bottom: 0;
}
.ms-actions label input{
  margin: 0;
}
.ms-actions input[type=checkbox]{
  appearance:none;
  width: 14px;
  height: 14px;
  border: 2px solid #959595;
  border-radius: 3px;
  display:flex;
  align-items: center;
  justify-content: center;
  position:relative;
  cursor:pointer;
  margin: 0;
}
.ms-actions input[type=checkbox]:checked{
  background:var(--primary);
  border-color: var(--primary);
}
.ms-actions input[type=checkbox]:checked::after{
  content:"\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  color:#fff;
}
.ms-list{
  list-style:none;
  width: -webkit-fill-available;
  margin:0;
  padding: 0 7px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 2px;
  max-height:240px;
  overflow-x: hidden;
  overflow-y:auto;
  position: relative;
}
.ms-list li{
  width: 100%;
  cursor:pointer;
  display:flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 8px 8px;
  cursor: pointer;
  transition:.2s;
}
.ms-list li label{
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 0;
}
.ms-list li:hover{
  background: #dfdfdf;
}
.ms-list input[type=checkbox]{
  appearance:none;
  width: 14px;
  height: 14px;
  border: 2px solid #959595;
  border-radius: 3px;
  display:flex;
  align-items: center;
  justify-content: center;
  position:relative;
  cursor:pointer;
  margin: 0;
}
.ms-list input[type=checkbox]:checked{
  background: var(--primary);
  border-color: var(--primary);
}
.ms-list input[type=checkbox]:checked::after{
  content:"\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  color:#fff;
}
.ms-list li:hover::before{
  color:var(--secondary);
  transform:translateX(2px)
}
@media (max-width:420px){
  .ms-choice{
    font-size:14px
}
}