﻿html,
body {
    font-weight: 400;
    font-family: "Roboto";
    color: #828282;
    padding: 0;
    margin: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.navbar {
    background: white;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #969696cc !important;
    font-size: 14px !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #969696cc !important;
    font-size: 14px !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #969696cc !important;
    font-size: 14px !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #969696cc !important;
    font-size: 14px !important;
}



.logo-outer {
    width: 13%;
}

.nav-bg {
    padding-top: 5.4rem;
    width: 95%;
    background: linear-gradient( -360deg, #999999 -188%, #9999990d);
    border-bottom: 3px solid #f6921e;
}

.navbar-nav {
    padding: 0.9rem 0;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 1rem;
}

.nav-bg > ul > li > a {
    font-weight: 400;
    color: black;
}

.nav-bg > ul {
    padding: 0;
    position: absolute;
    bottom: 1rem;
    right: 0;
}

.list-1 {
    border-right: 1px solid #acadaf3b;
    width: 12.5%;
    height: calc(100vh - 79px);
}

.list_heading {
    margin-top: 0.4rem;
    font-size: 1.6rem;
    color: #828282;
    text-align: center;
}

.form_button {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

    .form_button > span {
        font-weight: bold;
        margin-top: -3px;
        line-height: 11px;
        height: 13px;
        vertical-align: middle;
        display: inline-block;
        width: 13px;
        border-radius: 50%;
        color: white;
        background: #acadaf;
        font-size: 10px;
        cursor: pointer;
        transition: 0.2s linear;
    }

        .form_button > span:hover {
            box-shadow: 0px 2px 3px 0px #8080808f;
            background: #f6921e;
            transition: 0.2s linear;
            transform: translateY(-1px) scale(1.2);
        }

    .form_button > label {
        margin: 0;
        padding-left: 0.2rem;
        font-size: 1.4rem;
        color: #828282
    }



.form_area {
    border-left: 3px solid #acadaf3b;
    margin-left: auto;
    width: 50%;
}

.form_heading > label {
    font-size: 18px;
    color: #f6921e;
}

.outer-form {
    overflow-y: auto;
    height: calc(100vh - 163px);
    overflow-x: hidden;
}

.outer-form-task {
    overflow-y: auto;
    height: calc(100vh - 198px);
    overflow-x: hidden;
}

.list-outer {
    margin-top: 1rem;
    border-top: 1px solid #f6921e;
    border-bottom: 3px solid #f6921e;
}

#Addclient_Btn {
    text-align: center;
    position: relative;
}

#Addbrand_Btn {
    text-align: center;
    position: relative;
}

#Addgeography_Btn {
    text-align: center;
    position: relative;
}

#Addteam_Btn {
    text-align: center;
    position: relative;
}

#Addclient_Btn,
#Addbrand_Btn,
#Addgeography_Btn,
#Addteam_Btn, span, label {
    cursor: pointer;
}


.mapped_list {
    position: relative;
    height: calc(100vh - 153px);
    overflow: auto;
}

    .mapped_list > p {
        position: relative;
        margin-bottom: 0.4rem;
        background-color: #ededed;
        padding: 3px 0;
        font-weight: 100;
        font-size: 1.4rem;
        color: #969696;
        text-align: center;
        cursor: pointer;
    }

.Client_value {
    position: relative;
}

.arrow {
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    display: inline-block;
    top: 9px;
    right: 20px;
}

.file-upload_btn {
    cursor: pointer;
    padding: 0 8px;
    font-size: 14px;
    top: 0.5rem;
    position: absolute;
    right: 8px;
    background: gray;
    color: white;
}

input[type="date"] {
    font-size: 14px !important;
    color: #969696cc !important;
}

input[type="file"] {
    font-size: 14px !important;
    color: #969696cc !important;
}

    input[type="file"]::file-selector-button {
        display: none;
    }

.form-control {
    border-color: #969696;
    transition: 0.2s ease;
}

    .form-control:focus {
        border-color: #969696;
        box-shadow: 4px 4px 3px 0px #0000004a;
        transition: 0.3s ease;
    }

.color-form {
    font-size: 14px;
    color: #969696 !important;
}

.btn-theme {
    padding: 4px 22px;
    margin: 0 5px;
    background: #f6921e !important;
    color: white;
    border-radius: 0;
    float: right;
    font-size: 1.4rem;
}

.custom-input {
    position: relative;
    font-size: 1.4rem;
}

    .custom-input > .form-control {
        color: #969696;
        box-shadow: none;
        border-color: #969696;
        transition: 0.2s ease;
        font-size: 1.4rem;
    }

    .custom-input .form-control {
        color: #969696 !important;
        box-shadow: none;
        border-color: #969696;
        transition: 0.2s ease;
        font-size: 1.4rem;
    }


    .custom-input > .text-field {
        font-size: 1.4rem !important;
        padding: 0 5px;
        top: -16px;
        position: absolute;
        background: white;
        left: 10px;
        font-size: 14px;
        color: #969696;
    }

.chip-tags {
    height: auto;
}

    .chip-tags ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

        .chip-tags ul li {
            font-size: 14px;
            display: inline-block;
            color: #969696;
            margin-right: 5px;
            margin-bottom: 5px;
        }

            .chip-tags ul li > span {
                color: white;
                background: #f6921e;
                border-radius: 5px;
                text-align: center;
                padding: 2px 5px;
                font-size: 12px;
            }

            .chip-tags ul li a {
                color: #969696;
                text-decoration: none;
                font-size: 8px;
                width: 15px;
                height: 15px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                transition: 0.2s ease;
            }

                .chip-tags ul li a:hover {
                    background: red;
                    border-radius: 50%;
                    color: white;
                    transition: 0.2s ease;
                }

    .chip-tags input {
        border: 0px;
        background: none;
        margin-bottom: 5px;
        display: inline-block;
    }

    .chip-tags > input :focus-visible {
        outline: none;
    }

select option {
    color: #969696;
}

.dropdown-menu {
    padding: 0 12px !important;
    width: inherit !important;
}

.dropdown-toggle {
    outline: none !important;
    box-shadow: none !important;
}

.multiselect-container {
    background: white;
    border-top: 0 !important;
    transform: translate3d(0px, 33px, 0px) !important;
    border: 1px solid #969696;
    overflow-y: auto;
    height: 12rem;
    overflow-x: hidden;
}

.dropdown-toggle::after {
    outline: none;
    float: right;
}

.cstm > .multiselect-native-select {
    width: inherit;
    top: -4px;
    position: relative
}

.cstm > .multiselect {
    width: inherit;
}

.cstm > .btn-group {
    width: inherit !important;
}

.custom-select {
    /*height: calc(1em + .75rem + 3px) !important;*/
    border: none !important;
    width: inherit !important;
}

.cstm > .multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
}

.cstm > .multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .cstm > .multiselect-container .input-group {
        margin: 5px;
    }

    .cstm > .multiselect-container li {
        padding: 0;
    }

        .cstm > .multiselect-container li .multiselect-all label {
            font-weight: 700;
        }

        .cstm > .multiselect-container li a {
            padding: 0;
        }

            .cstm > .multiselect-container li a label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 40px;
            }

                .cstm > .multiselect-container li a label input[type="checkbox"] {
                    margin-bottom: 5px;
                }

                .cstm > .multiselect-container li a label.radio {
                    margin: 0;
                }

                .cstm > .multiselect-container li a label.checkbox {
                    margin: 0;
                }

        .cstm > .multiselect-container li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700;
        }

        .cstm > .multiselect-container li.multiselect-group-clickable label {
            cursor: pointer;
        }

.cstm > .btn-group .btn-group .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cstm > .form-inline .multiselect-container label.checkbox {
    padding: 3px 20px 3px 40px;
}

.cstm > .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.cstm > .form-inline
.multiselect-container
li
a
label.checkbox
input[type="checkbox"] {
    margin-left: -20px;
    margin-right: 0;
}

.cstm > .form-inline
.multiselect-container
li
a
label.radio
input[type="radio"] {
    margin-left: -20px;
    margin-right: 0;
}

.current {
    background: #f6921e !important;
    color: white;
}

    .current > .add {
        background: #ffffff !important;
        color: #969696 !important;
    }

#upload, #upload_brand {
    opacity: 0;
}

/* #upload-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
} */

.input-group-append {
    margin-top: -1rem;
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 0rem 0.4rem;
    position: relative;
}

    .image-area::before {
        cursor: pointer;
        content: "Uploaded image result";
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.8rem;
        z-index: 1;
    }

    .image-area img {
        max-width: 75px;
        width: 75px;
        height: 55px;
        max-height: 55px;
        z-index: 2;
        position: relative;
    }

#group {
    min-height: 50px;
    height: auto;
}

.select_country-icons {
    display: inline;
    width: 60px;
    max-width: 60px;
}

    .select_country-icons > img {
        width: inherit;
        padding: 0.5rem;
        height: inherit;
        max-height: inherit;
        display:inline;
    }

.form-check-label {
    font-size: 14px;
}




.ms-parent button {
    border-radius: 0;
}

.ms-drop {
    border-radius: 0;
    box-sizing: border-box;
}

    .ms-drop ul {
        padding: 0;
    }

        .ms-drop ul > li {
            border-top: solid 1px #e5e5e5;
        }

            .ms-drop ul > li > label {
                padding: 1px;
                border: dotted 1px transparent;
            }
    /* .ms-drop ul > li > label.has-focus { */
    .ms-drop .has-focus {
        border-color: #000;
    }

    .ms-drop ul > li.ms-select-all {
        border-top: none;
    }

    .ms-drop ul > li.selected {
        background-color: #1e90ff;
        color: #fff;
    }

button.ms-choice > div {
    display: none;
}

/*html.js .js-visuallyhidden,
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    font-size: 0;
}


    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
        font-size: inherit;
    }*/
.visuallyhidden {
    font-size: 14px;
    margin-right: 0.5rem;
    margin-bottom: 0.2rem;
    color: #969696cc;
}

button:focus {
    outline: none !important;
}

.ms-drop {
    margin-left: -0.5rem;
    border: 1px solid transparent !important;
}

.ms-choice {
    border: 1px solid transparent !important;
    top: 0px !important;
    width: 100%;
    height: 31px !important;
    position: absolute !important;
    background: transparent !important;
}

.ms-parent {
    border-bottom: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background: transparent !important;
}

.ms-drop ul {
    max-height: 200px !important;
    overflow: auto;
    margin: 0;
    padding: 0px 0px;
}

    .ms-drop ul > li.selected {
        background-color: #f6921e !important;
        color: #ededed !important;
        cursor: pointer
    }

.arrow-down {
    float: right;
    margin-top: 3%;
    border: solid #969696;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate( 45deg );
    -webkit-transform: rotate(45deg);
}

.ms-choice > span {
    background: white !important;
}


.sel {
    background: #f6921e !important;
    color: white !important;
}


.currency-selector {
    width: inherit;
}

.currency-amount {
    border: none !important;
    outline: none !important
}

.currency-symbol {
    border-radius: 5px;
    background: #ededed;
    color: #969696;
    padding: 0.4rem !important;
    z-index: 11;
}

.currency-addon {
    border-radius: 5px;
    background: #ededed;
    padding: 0.4rem !important
}

    .currency-addon > select {
        background: #ededed;
        color: #969696;
        border: none !important;
        outline: none !important;
    }

        .currency-addon > select option {
            border: none !important;
            color: #969696 !important;
        }

/* side menu */
.side-menu_outer {
    position: relative;
}

    .side-menu_outer > .row > .col-2 {
        position: absolute;
    }

.side-menu {
    box-shadow: 3px 0px 3px 0px #6d6e7182;
    top: 1rem;
    transition: 0.2s ease;
    position: absolute;
    height: calc(100vh - 77px);
    width: 14rem;
    background: #f6921e9c;
    display: inline-flex;
    z-index: 1;
}

#side-button {
    border-radius: 0 15px 15px 0;
    box-shadow: 3px 0px 3px 0px #6d6e7182;
    font-size: 2rem;
    position: absolute;
    z-index: 11;
    left: 14rem;
    top: 38vh;
    padding: 1.5rem 0.4rem;
    background: linear-gradient( 90deg, #f9bc75,#f7941d,#ed1c249e);
    line-height: 0;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
}

    #side-button:hover {
        transform: scale(1.1);
        transition: 0.2s ease;
    }

.close-btn {
    transition: 0.2s linear;
    left: -141px;
}

.open-btn {
    transition: 0.2s linear;
    left: 0;
}

.side-menu > ul {
    width: inherit;
    border-radius: none !important;
}

    .side-menu > ul > li {
        padding: 0.5rem !important;
        background: #f7941d !important;
        color: #ededed !important;
        border-bottom: 1px solid #ffffff75;
        font-size: 14px;
        border-left: none;
        border-right: none;
        border-top: none;
        background: inherit;
    }

.task-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 79px);
    font-size: 1.4rem
}

    .task-list .form-control {
        font-size: 1.4rem
    }

.add-subtask {
    padding: 3px 10px !important;
    font-size: 12px !important;
}

.task-name-list > li {
    margin: 0.2rem 0;
    background: #eeeeee;
    display: list-item;
    padding: 0.4rem 0rem 0rem 1.2rem;
}

    .task-name-list > li > .form-group {
        display: contents;
        margin-bottom: 0 !important;
    }

        .task-name-list > li > .form-group > label {
            display: contents;
            font-weight: normal;
            cursor: pointer;
            word-break: break-word;
            color: #969696;
        }

    .task-name-list > li > label {
        position: relative;
        cursor: pointer;
    }

    .task-name-list > li > input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }


    .task-name-list > li > label:before {
        margin-right: 0.7rem;
        border-radius: 3px;
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #969696;
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
    }

    .task-name-list > li > input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: 6px;
        width: 5.5px;
        height: 11px;
        border: solid #969696;
        border-width: 0 2px 2px 0;
        transform: rotate( 45deg);
    }

.Subtask-name-list > li {
    margin: 0.2rem 0;
    background: #eeeeee;
    display: list-item;
    padding: 0.4rem 0rem 0rem 1.2rem;
}

    .Subtask-name-list > li > .form-group {
        display: contents;
        margin-bottom: 0 !important;
    }

        .Subtask-name-list > li > .form-group > label {
            display: contents;
            font-weight: normal;
            cursor: pointer;
            word-break: break-word;
            color: #969696;
        }

    .Subtask-name-list > li > label {
        position: relative;
        cursor: pointer;
    }

    .Subtask-name-list > li > input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }


    .Subtask-name-list > li > label:before {
        margin-right: 0.7rem;
        border-radius: 3px;
        content: '';
        margin-top: -0.2rem;
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #969696;
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
    }

    .Subtask-name-list > li > input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 6px;
        width: 5.5px;
        height: 11px;
        border: solid #969696;
        border-width: 0 2px 2px 0;
        transform: rotate( 45deg);
    }

.subtask-list {
    height: 21rem;
    min-height: 21rem;
    border: 1px solid #e3e3e3;
    overflow-y: auto;
}

.task-name-outer {
    border: 1px solid #e3e3e3;
    height: calc(100vh - 151px);
    background: white;
    overflow: auto;
}

.bg-cstm-background {
    background: #ededed;
}

.disabled {
    background: red;
    opacity: 0.3;
}

.taskherarchy > ul li a {
    cursor: pointer;
    padding: 0.4rem;
    color: #969696 !important;
}

.taskherarchy a:hover {
    color: #f6921e !important
}

.list-group-item > a {
    color: white;
    vertical-align: bottom;
}

    .list-group-item > a:hover {
        color: whitesmoke;
        vertical-align: bottom;
    }

    .list-group-item > a > img {
        width: 25%;
    }

.outer-form-subtask {
    overflow-y: auto;
    height: calc(100vh - 217px);
    overflow-x: hidden;
}

.subtask-list-subtaskform {
    height: calc(100vh - 492px);
    border: 1px solid #e3e3e3;
    overflow: auto;
}


.list-item {
    color: white;
    box-shadow: inset 0px -3px 3px 0px #9e9e9ea8;
    padding: 0 1rem;
    background: #ededed;
    margin: 0 0.3rem 0.5rem 0.3rem;
    border-radius: 15px;
}

.scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
    flex-wrap: nowrap;
}

    .scroll::-webkit-scrollbar {
        height: 5px;
    }

    .scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    }

    .scroll::-webkit-scrollbar-thumb {
        height: 5px;
        background-color: #d5ac68;
    }

        .scroll::-webkit-scrollbar-thumb:hover {
            background-color: #f1db9d;
        }

    .scroll::-webkit-scrollbar:vertical {
        display: none;
    }

.field-icon {
    margin-top: 0.7rem;
    margin-left: -2.5rem
}

