body,
html {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif !important;
    scroll-behavior: smooth;
}

* {
    clear: both;
    box-sizing: border-box !important;
}


::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 50px;
    height: 3px !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffa066 !important;
    border-radius: 50px;
}

::placeholder {
    color: #696969;
}

input:focus {
    outline: none;
    border: none;
}

select:focus {
    outline: none;
    border: none;
    box-shadow: none !important;
}

.error {
    color: red !important;
}

#updateStatusTac {
    float: left;
    top: 0;
    margin: 5px;
    vertical-align: top;
    padding: 0px 6px 0 0 !important;
    height: auto !important;


}






.btn-blue {
    background-color: #00173e !important;
    padding: 8px 20px !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 3px !important;
    border: none !important;
}

.btn-orange {
    background-color: #ffa066 !important;
}

input {
    border: none !important;
    border-radius: 3px !important;
    background-color: #f3f3f3 !important;
    padding: 10px !important;
    height: 50px !important;
}

textarea {
    border: none !important;
    border-radius: 3px !important;
    background-color: #f3f3f3 !important;
    padding: 10px !important;
    height: 100px !important;
}


select {
    border: none !important;
    border-radius: 3px !important;
    background-color: #f3f3f3 !important;
    padding: 10px !important;
    height: 50px !important;
    background-image: url(https://cdn.4in10.io/images/down-arrow1.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    -webkit-appearance: none !important;
}

button {
    transition: 0.9s !important;
}

button:hover {
    transition: 0.9s;
}

button:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {

    border: 1px solid #e3e0e0;
}


.text-c {
    text-align: center !important;
}


.record-found {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 100px 0px;
    margin-top: 30px;
    border-radius: 10px;
    border: 3px dashed #ffa066;
}

.record-found h3 {
    margin: 0 auto;
    padding: 0px !important;
}

#sidebar-custom {
    position: fixed !important;
    z-index: -1;


}

.navbar-custom {
    position: fixed !important;
}

.workload-tble-custom select.work-status-custom {

    width: 57px;
    border: 1px solid #e0e2e4 !important;
}



.menu-bar {
    background-color: #00173e;
    padding: 0px;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 5px #00173e;
    z-index: 999999999;
}

.menu-bar .navbar-toggler {
    color: #fff;
}

.menu-bar .navbar {
    padding: 0px;
    display: flex;
    align-items: center;
}

.menu-bar a.navbar-brand img {
    height: 60px;
}

.menu-bar .navbar-expand-lg .navbar-nav {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.menu-bar .center-icon {
    padding: 0px 10px !important;
}

.menu-bar .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    padding: 23px 25px;
    font-weight: 300;
    position: relative;
}

.menu-bar .navbar-expand-lg .navbar-nav .nav-link.actives::after {
    content: '';
    display: block;
    height: 4px;
    width: 48px;
    background-color: #ffa066;
    margin: 0 auto;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translate(-50%, -2%);
}

.menu-bar .navbar-expand-lg .navbar-nav .nav-link:hover::after {
    content: '';
    display: block;
    height: 4px;
    width: 48px;
    background-color: #ffa066;
    margin: 0 auto;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translate(-50%, -2%);
}

.menu-bar .navbar-expand-lg .navbar-nav .btn-menu {
    background-color: #ffa066;
    padding: 8px 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 13px;
    white-space: nowrap;
    border: 0;
    color: #fff;
}

.menu-bar .navbar-expand-lg .navbar-nav .btn-menu img.comlogo {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.menu-bar .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0px;
}

.menu-bar .navbar-expand-lg .navbar-nav .dropdown-menu.profile-drop {

    top: 65px;
}

.menu-bar .navbar-expand-lg .navbar-nav .profile-drop1 {
    position: relative;
    padding: 0px;
    height: auto;
    max-height: 300px;
    border-radius: 0px;
    overflow-x: hidden;
    top: 0px;
    background-color: #fff;
}

.menu-bar .navbar-expand-lg .navbar-nav .dropdown-menu.profile-drop:after {
    content: " ";
    position: absolute;
    right: 42px;
    display: block;
    top: -15px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #ffa066;
}



/*.menu-bar .navbar-expand-lg .navbar-nav .dropdown-menu.messages-dropdown {
	padding: 0px;
	height: auto;
	max-height: 300px;
	overflow-x: hidden;
}*/


#notichat .dropdown-header:hover {
    background-color: #ffa066 !important;
    color: #fff !important;
    font-weight: 400;
}

.menu-bar .navbar-expand-lg .navbar-nav .dropdown-item:hover {
    background-color: #efefef !important;
    border-color: #00173e !important;
    transition: 0.9s;
    color: #00173e !important;
}

.menu-bar .navbar-expand-lg .navbar-nav .dropdown-item {
    font-size: 14px;
    /* border-left: 3px solid #f5f5f5;*/
    border-left: 0px solid #f5f5f5;
    padding: 8px 20px;
    transition: 0.9s;
    line-height: 30px;
}

.menu-bar .navbar-expand-lg .navbar-nav .dropdown-item:active {
    background-color: #00173e;
}

.menu-bar .navbar-expand-lg .navbar-nav .dropdown-item img {
    height: 25px;
    width: 25px;
    border-radius: 50px;
    margin-left: -5px;
}

.menu-bar li.nav-item.button-in-menuubar .navbar-nav .user-menu form {
    margin: 0 auto;
}

.menu-bar li.nav-item.button-in-menuubar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.menu-bar button.das-btn {
    padding: 13px 28px;
    background-color: #fff;
    margin-left: 5px;
    font-size: 14px;
    border: none;
    border-radius: 1px;
}

.menu-bar button.das-btn:hover {
    background-color: #ffa066;
    color: #fff;
}

.menu-bar .icon-bar {
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0;
    margin-right: 10px;
}

.menu-bar .navbar-expand-lg .navbar-nav .icon-bar .nav-item .notification-icon:hover::after {
    content: '';
    background-color: transparent;
}

.menu-bar .icon-bar li {
    list-style: none;
    background-color: #fff;
    margin: 0px 5px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    margin-right: 20px;
}

.menu-bar .icon-bar li a {
    line-height: 31px;
    padding: 7px 8px !important;
    color: #00173e !important;
}

.menu-bar .icon-bar .notification-box11 .notification-box2 a {
    padding: 0px !important;
}

body:not(.layout-fixed) .main-sidebar {
    height: inherit;
    min-height: 100%;
    position: initial !important;
    top: 0;
    width: auto;
}

.notification-icon .navbar-badge {
    right: -7px !important;
    font-size: 12px !important;
    top: -5px !important;
}

a.nav-link.notification-icon {
    padding-top: 7px !important;
}

.left-fullhight {
    display: flex;
    min-height: 100%;
}

.sidebar {
    margin-top: 70px;
    padding: 0px !important;
}


nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
    margin-top: 70px;
    background-color: transparent;
    border: navajowhite;
    position: absolute;
    margin-left: 280px;
}

nav.main-header.navbar.navbar-expand.navbar-white.navbar-light .navbar-nav .nav-item a.nav-link {
    color: #fff !important;
}

.sidebar .left-accordin .nav-item.card-header {
    border-bottom: 2px solid #fff !important;
}

.sidebar .left-accordin .card {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
}

aside.main-sidebar {
    background-color: #f8f9fb;
    box-shadow: none !important;
}

.content-wrapper {
    background-color: #fff !important;
    padding: 0px 30px 100px 60px;
    min-height: auto !important;
    width: 83%;
    margin-left: 0px !important;
    margin-top: 70px;
}

.left-accordin .nav-sidebar li.nav-item.black-li {
    padding: 25px;
    background-color: #ffa066;
    border-bottom: 2px solid #fff !important;
}

.left-accordin ul.sub-menu li {
    padding: 8px 0px;
    margin-left: 20px;
    list-style: none;
}

.left-accordin ul.sub-menu li.extra-ul a {
    font-size: 15px;
    color: #2d3e50;
    display: block;
    white-space: initial;
}

.left-accordin ul.sub-menu li a {
    white-space: break-spaces;
}

.left-accordin ul.sub-menu li a.big-menu-a {
    display: flex;
    white-space: break-spaces;
}

.left-accordin .nav-sidebar .card-body {
    padding: 0px;
}

.middel-box {
    margin-top: 50px;
}

.left-accordin .card-header {
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #fff !important;
}

.left-accordin .card-header a {
    color: #2d3e50 !important;
    font-weight: 400;
    font-size: 15px;
}

.left-accordin .card-header a p {
    text-transform: uppercase;
}

.left-accordin .card-header a:focus {
    color: #2d3e50 !important;
    font-weight: 500 !important;
}

.left-accordin .card-header.collapsed {
    position: relative;
}

.left-accordin .card-header.re-icon.collapsed::after {
    display: none;
}

ul.sub-menu {
    background-color: #fbfbfb;
}

ul.sub-menu.sub-submenu {
    padding: 0px 15px;
}

.left-accordin ul.sub-menu li a i {
    padding-right: 30px;
    height: 10px;
    width: 20px;
    text-align: center;
}

.sidebar-collapse .left-accordin ul.sub-menu li a span {
    padding-left: 10px;
}

.left-accordin ul.sub-menu li a span {
    font-size: 10px;
    display: flex;
    justify-content: center;
    color: #858585;
    line-height: 8px;
    align-items: center;
}

.left-space-icon {
    padding-left: 6px;
}

.left-accordin .card-header a img {
    height: 35px;
    width: 35px;
    margin-top: -5px;
}

a.side-select {
    font-weight: 500;
}

.left-accordin .card-header a i {
    font-size: 20px;
    padding-right: 15px;
    color: #2d3e50;
    width: 30px;
}

/*.nav-sidebar > .card-header.collapsed:before {*/
/*    content: "\f054";*/
/*    display: block;*/
/*    position: absolute;*/
/*    font-family: FontAwesome;*/
/*    color: #ffa066;*/
/*    right: 15px;*/
/*    top: 15px;*/
/*}*/


.nav-sidebar>.card-header.collapsed.lock-icon:before {
    content: "\f023";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    color: #ffa066;
    right: 15px;
    top: 15px;
}


.sidebar-collapse .nav-sidebar>.card-header.collapsed:before {
    content: "";
}


/*.nav-sidebar > .card-header:before {*/
/*    content: "\f078";*/
/*    display: block;*/
/*    font-family: FontAwesome;*/
/*    color: #ffa066;*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 12px;*/
/*}*/

.nav-sidebar .extra-ul {
    position: relative;
}

.nav-sidebar .extra-ul>.sub-meu-down.collapsed:before {
    content: "\f054";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    color: #ffa066;
    right: 10px;
    top: 3px;
}

.nav-sidebar .extra-ul>.sub-meu-down:before {
    content: "\f078";
    display: block;
    font-family: FontAwesome;
    color: #ffa066;
    position: absolute;
    right: 10px;
    top: 1px;
}



.toggle-marketing {
    margin-bottom: 20px;
}

.toggle-marketing .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-radius: 0px;
    background-color: #00173e;
    font-weight: 300;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
    text-shadow: none;
}

.middel-box table.dataTable {
    border-collapse: collapse !important;
}


.table.table-bordered.table-striped.dataTable.no-footer thead tr th.sorting {
    text-align: center;
}

.toggle-marketing .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.toggle-marketing .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #ffa066 !important;
    box-shadow: none;
    border: none !important;
    border-radius: 0px !important;
}

.goal-dropdown-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.goal-form-activity-goal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.goal-dropdown-in select {
    padding: 0px 25px !important;
    width: auto;
}

.input-type.select-drop-caty {
    width: 100%;
    margin-top: 20px;
}

.input-type.select-drop-caty select {
    width: 100% !important;
}

.site-wrapper h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 8px;
}

.search-tactics-box .site-wrapper h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.site-wrapper h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
}

.site-wrapper h2::after {
    background-color: #ffa066;
    height: 3px;
    width: 94px;
    content: '';
    display: block;
    margin: 5px auto;
}

.middel-rel h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
}

.middel-rel h2::after {
    background-color: #ffa066;
    height: 3px;
    width: 94px;
    content: '';
    display: block;
    margin: 5px auto;
}

.middel-rel p {
    font-size: 15px;
    text-align: center;
    font-style: italic;
    font-weight: 400;
}

.ads {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0px;
    border: 1px solid #e8e8e8;
    background-color: #f7f7f7;
    font-size: 16px;
}

#sidebarCollapse {
    position: relative;
}

.borderGap:before {
    content: "\f068" !important;
    display: block;
    font-family: fontawesome;
}

#sidebarCollapse span {
    display: none;
}

.footer-section {
    padding: 24px 0px;
    background-color: #00173e;
    color: #fff;
    position: relative;
    z-index: 999;
    margin-top: 41px;
}

.footer-section p {
    padding: 0px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 30px;
    font-size: 15px;
}

.footer-section .icon-footer {
    display: flex;
    float: right;
    margin: 0 auto;
}

.footer-section .icon-footer li {
    list-style: none;
    height: 30px;
    width: 30px;
    margin: 0px 6px;
    border-radius: 50px;
    line-height: 30px;
}

.footer-section .icon-footer li a {
    padding: 10px 9px;
    color: #fff;
    line-height: 31px;
}

.footer-section .icon-footer li.fac a {
    padding: 0px 10px !important;
}


.footer-section-fix {
    position: fixed;
    bottom: 0;
    width: 100%;
}


.twi {
    background-color: #3b5998;
}

.fac {
    background-color: #55acee;
}

.lin {
    background-color: #0976b4;
}

.article-container {
    padding: 2rem;
}

/**
 * Article Block
 */

.article-block {
    text-align: center;
}

.article-block .entry-content>p {
    color: #666;
}

.site-wrapper {
    padding-top: 20px;
    padding-bottom: 130px;
}

.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

form.goal-form {
    background-color: #fff;
    padding: 20px 10px;
    box-shadow: 0px 0px 10px #e5e5e5;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
}

.slid-div {
    padding-bottom: 150px;
}

a.btn.edit-same {
    height: 30px !important;
    width: 30px !important;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    background-color: #00173e;
    padding: 5px 2px;
}

label.accordion-gols {
    font-size: 17px !important;
    font-weight: 700 !important;
}

label.accordion-strteg {
    font-size: 16px !important;
    font-weight: 500 !important;
    position: relative;

}

label.accordion-strteg::after {
    content: "";
    border: 2px solid #ffa066;
    height: 13px;
    width: 13px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 5px;
    left: 1px;

}

form.activy-form-btn {
    display: flex;
    justify-content: end;
}


label.accordion-strtegs:after {
    content: "";
    border: 2px solid #ffa066;
    height: 13px;
    width: 13px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 7px;
    left: 1px;
}


.strategies-form .swot-form {
    margin: 15px 0px;
}

.strategies-form .swot-form.date-calender .col-md-6 {
    padding: 0;
}

.strategies-form .swot-form .col-md-11 {
    padding: 0;
}

a.btn.delet-same {
    height: 30px !important;
    width: 30px !important;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    background-color: #eb5765;
    padding: 5px 2px;
}

a.btn.archive-same {
    background-color: #ffa066;
    color: #fff;
    height: 30px !important;
    width: 30px !important;
    padding: 6px 0px;
    font-size: 12px;
}



.input-tpe {
    background-color: #f3f3f3;
    border: none;
    width: 100%;
    padding: 15px 15px;
    font-size: 15px;
}

.input-tpe:focus-visible {
    outline: none;
}

.tabs {
    display: flex;
    width: 100%;
}

.tabs>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 15%;
}

.tabs>ul li {
    display: block;
    margin: 10px 0px;
    box-shadow: 0px 0px 3px 0px #e8e0e0f5;
    position: relative;
    border: 1px solid #e7eaee;
    border-radius: 5px;
    height: 110px;
    width: 200px;
}

.tabs>ul li a,
.tabs>ul li a:visited {
    display: flex;
    border-bottom: none;
    text-decoration: none;
    background-color: #f7f7f7;
    color: #fff;
    padding: 28px 19px;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
    height: 100%;
}

.tabs>ul li a:hover,
.tabs>ul li a:focus,
.tabs>ul li a:active {
    border-bottom: none;
    outline: 0;
}

.tabs>ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f9f8f8;
    position: absolute;
    right: -15px;
    top: 35%;
    filter: drop-shadow(0px 2px 1px rgba(130, 130, 130, 0.3));
}

.tabs>ul li a.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    right: -15px;
    top: 35%;
}

.tabs>ul li a.active {
    background-color: #fff;
    color: #0067b8;
}


.tabs>ul li a:hover:not(.active) {
    color: #0067b8;
}

.tabs>ul li a>span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tabs>ul li a>span.tab-label {
    display: none;
}

.tabs section {
    width: 85%;
    background-color: #fff;
    padding: 1rem;
    display: none;
    word-wrap: break-word;
    border-bottom: 6px solid #0067b8;
}

.tabs section>* {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
    color: #2d3e50;
}

.middel-rel {
    padding: 50px 0px;
}

.tabs section.active {
    display: block;
}

.tabs section.active-content>* {
    opacity: 1;
    transform: translateY(0);
}

div#myModal {
    z-index: 9999999999;
    margin-top: 50px;
}

.bootbox.modal.fade.bootbox-confirm.show {
    z-index: 9999999999;
    margin-top: 50px;
}

@media (max-width: 992px) {

    #sidebar-custom {
        position: initial !important;
        z-index: -1;

    }

    .navbar-custom {
        position: absolute !important;
    }
}

@media (min-width: 576px) {
    .tabs>ul {
        width: auto;
    }

    .tabs>ul li a {
        flex-wrap: wrap;
    }

    .tabs>ul li a>span {
        width: 100%;
    }

    .tabs>ul li a>span.tab-label {
        width: 100%;
        display: flex;
        height: 100%;
        color: #2b3d4f;
        text-align: left;
    }

    .tab-s {
        width: 60%;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
    }

    .tabs section {
        width: 100%;
        padding: 2rem 2rem;
        border: 1px solid #e5e8ed;
        box-shadow: 0px 0px 10px #e1dfdf;
        margin: 10px 10px 10px 20px;
    }
}





.tab-i {
    width: 40%;
    text-align: center;
}

.tab-i i {
    font-size: 40px;
}

/*.input-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

section.content .box.box-default .form-content label {
    color: #2d3e50;
    font-weight: 400;
}

.content-wrapper .content-header h3 {
    color: #2d3e50;
}

.content .table.table-bordered.table-striped.dataTable.no-footer th {
    color: #2d3e50;
}

.animated-progress {
    width: 250px;
    height: 50px;
    border: 1px solid #e5e5e5;
    position: relative;
    background-color: #f3f3f3;
}

.animated-progress span {
    height: 100%;
    display: block;
    position: absolute;
    text-align: end;
    width: 0%;
    transition: 0.9s;
}

.progress-blue span {
    background-color: #80c124;
    transition: 0.9s;
}

.progress-bars {
    margin-top: -11px;
}

.progress-bars h4 {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.progress-bars h4 span {
    float: right;
}

.progress-mini {
    background-color: #f3f3f3;
    height: 10px;
    width: 100%;
    position: relative;
    border: 1px solid #e5e5e5;
}

.progress-mini .progress-mini-bar {
    background-color: #80c124;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
}

.input-type {
    margin-right: 20px;
}

.box-check {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}

.form-check.form-check-inline.extra-goal-checkbox {
    width: 51%;
}

.form-group.date-picker-div .date-picker,
.form-group.date-picker-div .date-picker-2 {}

.form-check.form-check-inline {
    width: 82px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.check-box p {
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
}

.check-box .form-check-label {
    margin-bottom: 0;
    margin: 5px;
}

.sub-btn {
    padding: 20px 120px;
    color: #fff;
    background-color: #ffa066;
    border: none;
    text-align: center;
    margin: 20px auto;
    display: block;
    border-radius: 10px;
    font-size: 17px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #e1dfdf;
    position: absolute;
    right: -15px;
    top: 38%;
    display: none;
}

.side-bar-fixed {
    width: 235px;
}

.sidebar-collapse .side-bar-fixed {
    width: 0%;
}

.sidebar-collapse .content-wrapper {
    width: 100%;
}

.side-bar {
    background-color: #f8f9fb;
    height: auto;
    position: relative;
    z-index: 999;
}

.actedit-popup {
    margin-top: 30px;
}

.card-header.re-icon.collapsed img {
    right: 20px;
    position: absolute;
}

.side-bar .card {
    background-color: #f8f9fb;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0rem;
}

.side-bar .card-header {
    padding: 6px 0px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

.side-bar .card-header {
    background-color: #f5f5f5;
}

.side-bar .card-header.show {
    background-color: #ffa066;
}

.side-bar .nav-pills .nav-link.active,
.side-bar .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: transparent;
}

.side-bar .nav-pills .nav-link.active,
.side-bar .nav-pills .show>.nav-link i {
    color: #fff !important;
}

.nav-sidebar>.referral_after:before {
    content: "";
}

.side-bar .card-body {
    background-color: #f8f9fb;
    padding: 0px 20px;
    margin-top: -2px;
}

.side-bar .sub-menu {
    margin: 0px;
    padding: 0px;
}

.side-bar .sub-menu li {
    padding: 3px 0px;
    list-style: none;
    line-height: 23px;
}

.side-bar .sub-menu li a {
    color: #2d3e50;
    position: relative;
    transition: 0.9s;
    font-size: 15px;
    font-weight: 400;
}

.side-bar .sub-menu li a.side-select {
    font-weight: 500;
    color: #fb9f62;
}

.side-bar .sub-menu li a:focus {
    color: #fb9f62;
    font-weight: 500;
}

.side-bar .sub-menu li a:hover {
    text-decoration: none;
    transition: 0.9s;
}

.side-bar ul.sub-menu.down-drop {
    margin: 0px 0px 0px 0px;
}

/*.side-bar .sub-menu li a::before {
	content: url(../images/side-meu-icon.png);
	display: block;
	position: absolute;
	top: 2px;
	left: -20px;
}
*/

#sidebarMenu {
    height: 100%;
    transition: transform 250ms ease-in-out;
    background-color: #f8f9fb;
}

.side-bar input[type="checkbox"]:checked~#sidebarMenu {
    transform: translateX(0);
}

.side-bar input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    background-color: #ffa066;
    height: 50px;
    width: 100%;
    font-size: 26px;
}

.sidebarIconToggle i {
    position: absolute;
    right: 15px;
    top: 13px;
    color: #fff;
}

.side-bar .card-title {
    font-size: 15px;
    font-weight: 400;
}

.modal_view.btn.btn-sm.btn-warning {
    padding: 3px 10px !important;
}


/*************************************login page css start*********************/

.logi-cont .cut-price-rate {
    display: flex;
    align-items: center;
    justify-content: right;
}

.logi-cont .cut-price-rate h3 {
    font-size: 22px;
    font-weight: 600;
}

.logi-cont .cut-price-rate span {
    font-size: 14px;
    padding: 5px;
}

.logi-cont .cut-price-rate h2 {
    font-size: 22px;
    padding: 0px;
    font-weight: 300;
    color: #00173e;
}

.logi-cont p.apply-code-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background-color: #00173e;
    cursor: pointer;
    font-style: normal;
    padding: 0px 25px;
    line-height: 50px;
}

.logi-cont a.login-redrict-a {
    color: #00173e;
}

.logi-cont p.login-redrict-p {
    text-align: center;
    font-style: normal;
}

/*.login-section {
	margin: 100px 0px 100px 0px;
}*/
.login-section {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*section.login-section.discount-se {*/
/*    margin: 10px 0px;*/
/*}*/
.login-section .middel-login {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-section .col-md-7,
.login-section .col-md-5 {
    padding: 0px;
    margin: 0 auto;
}

.login-right button.btn.login-btn.login-btn1 {
    width: 100%;
}

.login-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-left {
    background-color: #00173e;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.logi-cont {
    text-align: center;
    padding: 0px 50px;
}

.logi-cont h1 {
    font-size: 31px;
    color: #ffa066;
    font-weight: 400;
    margin: 0px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.logi-cont h1 span {
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    font-weight: 800;
}

.logi-cont h4 {
    color: #fff;
    font-size: 25px;
    text-align: left;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}

.logi-cont h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
}

.logi-cont h2 img {
    height: 35px;
}

.logi-cont p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    font-style: italic;
}

.login-right {
    background-color: #ffa066;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 150px 0px;
}

.login-right.register-page-cl {
    padding: 50px 0px;
}

.login-right .form-control {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 14px;
}

.login-right form {
    width: 350px;
    margin: 0 auto;
    padding: 0px;
}

.login-left img {
    height: 110px;
    max-width: 100%;
    width: auto;
    margin: 10px 0;
    object-fit: contain;
    display: block;
}


.login-right .login-btn {
    padding: 8px 50px;
    margin: 0 auto;
    text-align: center;
    background-color: #00173e;
    color: #fff;
    border: none;
    width: 50%;
    border-radius: 0;
}

.login-right .back-login-btn {
    padding: 8px 50px;
    margin: 0 auto;
    text-align: center;
    background-color: #00173e;
    color: #fff;
    border: none;
    border-radius: 0;
    width: 48%;
}


.login-right .form-group {
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}

.login-right .forgot-p {
    font-size: 14px;
    padding: 10px 0px;
    display: block;
    float: right;
    color: #000;
    font-weight: 300;
}


.logi-cont p.first-stap-register-btn {
    font-style: normal;
    background-color: #00173e;
    display: inline-block;
    padding: 10px 25px;
    cursor: pointer;
    width: 50%;
    text-align: center;
}



.box-body .form-control {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 3px;
    height: 40px;
    padding: 0px 10px;
}

.box-body .form-control:focus {
    border-color: #ffa066;
}

.box.box-default {
    border: 1px solid #d8d8d8;
    padding: 10px;
    border-radius: 5px;
}

.box.box-default.update-user {
    box-shadow: 0px 0px 10px #cfcfcf;
    border: none;
    padding: 20px;
}


.photo-uploads.form-group {
    background-color: #fff;
    border-radius: 3px;
    height: 50px;
    padding: 0px 10px;
    position: relative;
}

.upload-btnbtns {
    line-height: 50px;
    font-size: 14px;
    padding: 0px 8px;
    color: #6b6b6b;
    text-align: left;
    cursor: pointer;
    width: 100%;
}

.photo-uploads input[type="file"] {
    display: none;
}

.upload-btn-wrappers {
    position: absolute;
    bottom: 0;
    right: 0;
}



.box-footer {
    display: flex;
    justify-content: center;
}

section.content {
    padding: 0px 20px 0px 0px;
}

section.content-header {
    padding-top: 50px;
}

div#example1_wrapper,
div#example2_wrapper,
div#example3_wrapper,
div#example4_wrapper,
div#example5_wrapper,
div#example6_wrapper {
    display: block;
    margin-top: 50px;
}

div#example1_length label,
div#example2_length label,
div#example3_length label,
div#example4_length label,
div#example5_length label,
div#example6_length label {
    float: left;
}

div#example1_filter label,
div#example2_filter label,
div#example3_filter label,
div#example4_filter label,
div#example5_filter label,
div#example6_filter label {
    float: right;
}

div#example1_paginate ul.pagination,
div#example2_paginate ul.pagination,
div#example3_paginate ul.pagination,
div#example4_paginate ul.pagination,
div#example5_paginate ul.pagination,
div#example6_paginate ul.pagination {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    float: right;
}

.dataTables_paginate .paginate_button.previous {
    width: auto;
    padding: 7px 20px;
}

.dataTables_paginate .paginate_button.next {
    width: auto;
    padding: 7px 20px;
}

.dataTables_paginate .paginate_button {
    padding: 7px 0px;
    background-color: #e3e3e3;
    border-right: 1px solid #dadada;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    text-align: center;
    margin-right: 3px;
    font-size: 14px;
}

.dataTables_paginate .paginate_button:hover {
    background-color: #ffa066;
    color: #fff;
    cursor: pointer;
}

.dataTables_paginate .paginate_button a {
    color: #00173e;
}

li.paginate_button.active {
    background-color: #ffa066;
}

li.paginate_button.active a {
    color: #fff;
}

.profile-leftse.profile-rightse-Referral {
    background-color: transparent;
    padding: 0;
}

.profile-leftse.profile-rightse-Referral ul li {
    line-height: 22px;
}

.input-type .goals-select-select {
    width: 160px;
    font-size: 14px;
}

.type-flex-score {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/***************************************SWOT pages css start******************************/

.swot-form {
    display: flex;
    margin: 35px 0px;
}

.swot-form input {
    width: 100%;
    color: #2d3e50;
    font-size: 15px;
    margin-right: 20px;
    font-weight: 500;
}

.swot-form input:focus-visible {
    outline: none;
}

.swot-form select:focus {
    border: 1px solid #ced4da;
}

.swot-form.responsible-form .col-md-5,
.swot-form.responsible-form .col-md-6 {
    padding: 0px;
}

.pop-pluseicon button {
    margin-top: 34px;
}

.swot-form .pluse-btn {
    height: 55px;
    border: 1px solid #adadad;
    border-radius: 0;
    padding: 0px 15px !important;
    background-color: #f3f3f3;
    font-size: 15px;
    color: #2d3e50 !important;
    width: 100%;
}

.swot-form .pluse-btn:hover {
    color: #fff !important;
}

.swot-form button {
    height: 50px;
    border: none;
    border-radius: 0;
    padding: 0px 30px !important;
    background-color: #2d3e50;
    font-size: 15px;
    color: #fff !important;
}

.swot-form button.pluse-btn-cancel {
    background-color: #fb9f62;
}

.swot-form button:hover {
    background-color: #ffa066;
}

.swot-form button:focus {
    outline: none;
    box-shadow: none;
    background-color: #ffa066;
}

/*.swot-tab label 
{ 
	display: block; 
	max-width: 100%; 
	font-weight: 500; 
	font-size: 16px; 
	float: left;
}*/

p.comman-class.assappend {
    margin: 0 !important;
    padding: 0 !important;
}

p.comman-class.assappend .stats-black:after {
    content: "\f017";
    font-family: FontAwesome;
    display: block;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: -5px;
    left: 0;
}


/**********************************research pages css start******************************/

.agency-owner .nav-item .edit-icon-tabing i {
    color: #ffa066;
    font-size: 19px;
    padding: 0px 10px;
    line-height: initial;
}

.tabing-prsonal.audits-tabing .nav .nav-item {
    width: 25%;
}

.tabing-prsonal .nav .nav-item {
    margin: 1px;
}

a.showTab {
    padding: 9px 20px;
    background-color: #ffa066;
    color: #fff;
    border: none;
    border-radius: 0;
}

a.showTab:hover {
    color: #fff;
}

.tabing-prsonal.audits-tabing .nav .nav-item {
    margin: 0;
}

.useedit {
    display: flex;
}

.useedit button {
    margin-right: 5px !important;
}

.useedit i.btneidt {
    padding: 8px 9px;
    color: #fff;
    background-color: #00173e;
    border-radius: 25px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.tabing-prsonal a.nav-link {
    background-color: #f3f3f3;
    color: #2f4050;
    border-radius: 0;
    font-size: 15px;
    margin: 0px 1px;
    padding: 10px 15px;
    text-align: center;
}

.tabing-prsonal a.nav-link:hover {
    color: #2f4050 !important;
}

.tabing-prsonal a.nav-link.active {
    color: #fff;
    background-color: #ffa066;
}

.tabing-prsonal a.nav-link.active:hover {
    color: #fff !important;
}

.tabing-prsonal a.nav-link i {
    line-height: 34px;
    color: #fff;
    font-size: 26px;
}

.tabing-prsonal a.nav-link.actices {
    background-color: #ffa066;
    padding: 6px 20px 2px 20px;
}

.agency-owner .nav-item.personal-editicon {
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.agency-owner .nav-item.personal-editicon a.nav-link {
    border: none;
    padding: 0px 1px;
    margin: 0px 2px;
    background-color: #ffa066;
    border-radius: 35px;
    height: 35px;
    cursor: pointer;
    width: 35px;
}

.agency-owner .nav-item.personal-editicon a.nav-link i {
    color: #fff;
    line-height: 36px;
    font-size: 14px;
}

/*.agency-owner {
	margin-top: 50px;
}*/
.PreferredSocialMediaPlatform {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #d8d8d8;
}

.PreferredSocialMediaPlatform h2 {
    font-size: 30px;
    padding-bottom: 20px;
}

.agency-owner a.nav-link {
    background-color: transparent;
    font-size: 14px;
    padding: 10px 10px;
    border-bottom: 2px solid #ececec;
    margin: 0;
    border-radius: 0px;
}

.agency-owner a.nav-link.active {
    border-bottom: 3px solid #ffa066;
    background-color: transparent;
    color: #2f4050;
}

.agency-owner a.nav-link.active:hover {
    color: #000 !important;
}

.personal-box {
    margin-top: 35px;
}

.personal-box .personal-img {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.personal-box textarea.form-control.work-textara {
    height: 50px;
    border: none;
    background-color: #f3f3f3;
    padding: 13px 10px;
}

.personal-box .personal-img img {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #d8d8d8;
}

.personal-box ul.personal-input li span button {
    border: none;
    background-color: transparent;
}

.personal-box ul.personal-input {
    padding: 0px;
    margin: 0 auto;
    text-align: left;
}

.personal-box ul.personal-input li {
    list-style: none;
    font-size: 14px;
    border-bottom: 1px solid #ebedf1;
    padding: 10px 5px;
    color: #ff7b2b;
    margin-bottom: 10px;
}

.personal-box ul.personal-input li span {
    font-size: 15px;
    color: #8c8c8c;
}

.personal-box ul.personal-input li span img {
    margin-top: -7px;
    margin-left: 3px;
}

.personal-box ul.personal-input.takeaway li span img {
    display: none;
}

.personal-box ul.personal-input.takeaway li span b {
    color: #ffa066;
    font-weight: 400;
    position: relative;
}

.personal-box ul.personal-input.takeaway li {
    border: none;
}

.fisttab h2 {
    margin-top: 20px;
}

/*ul.personal-input.takeaway li span b:after {
    border: 2px solid #ffa066;
    content: ""; 
    display: block;
    border-radius: 50px;
    height: 11px;
    position: absolute;
    width: 11px;
    top: 3;
    left: 0;
}*/

/********************************** ACTIVITY pages css start ****************************/


/********************************** ACTIVITY pages css start ****************************/

.form-group.swot-tab.strategies-form p {
    text-align: left;
    /*    margin: 0 auto;*/
    margin: 0 auto;
    display: block;
    color: #747474;
    font-size: 15px;
    line-height: 23px;
    padding: 4px 6px;
}


.strategi-hover.strategi-hover-tactc {
    margin-left: 30px;
    width: auto;
}


/*.strategies-form .strategies-p {
	padding: 10px 0px;
}
*/

.strategies-form input.date-type {
    background-color: #fb9f62 !important;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    border-radius: 0 !important;
    background: url(../images/date-icon.png) no-repeat;
    background-position: 100% 14px;
    padding: 0px 10px !important;
    text-align: left;
}

.strategies-form span {
    font-size: 16px;
    line-height: 28px;
    padding: 5px 15px;
}

.strategies-form span.tactic-idname {
    font-style: normal;
    padding: 0;
    font-weight: 600;
}

.to-do-profile img {
    width: 120px;
    height: 120px;
    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #ececec;
}

.to-do-profile h4 {
    font-size: 15px;
    padding: 10px;
    color: #2d3e50;
}

.to-do {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.to-do .to-do-profile {
    width: 20%;
    text-align: center;
}

.to-do .to-do-profile h4 {
    font-size: 15px;
    padding: 15px;
    color: #2d3e50;
    font-weight: 400;
}

.site-wrapper h3 span {
    color: #ffa066;
}

.site-wrapper h3 i {
    font-size: 16px;
    padding: 0px 5px;
    color: #2d3e50;
}

.plus-iconbar {
    height: 30px;
    width: 30px;
    line-height: 33px !important;
}

/************************************** Sales pages css start ******************************/

/************************************* ACTIVITY pages css start ******************************/

.nda-header {
    margin-top: 30px;
}

.nda-header h3 {
    font-size: 15px;
    background-color: #eff0f2;
    margin: 15px auto;
    padding: 11px 15px;
    color: #2b3d4f;
}

.nda-header p {
    font-size: 15px;
    text-align: left;
    color: #2b3d4f;
    line-height: 30px;
}

.nda-header .form-group {
    display: flex;
}

.nda-header .form-group .form-control {
    margin: 0px 10px;
    border-radius: 0px !important;
    border-top: none !important;
    border-left: none !important;
    box-shadow: none;
    padding: 0px 5px !important;
    border-right: none !important;
    border-bottom: 1px solid #7c7e81 !important;
    width: 70%;
    height: 40px !important;
    background-color: transparent !important;
}

.site-wrapper .nda-header h2 {
    font-size: 17px;
    text-align: left;
    margin-top: 50px;
    font-weight: 500;
}

.site-wrapper .nda-header h2::after {
    display: none;
}

.nda-header form {
    margin: 50px 0px;
}


.fileUpload {
    background: #7c7e81;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin: 0 auto;
    padding: 2px 15px;
    right: 70px;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
}

.fileUpload:hover,
.fileUpload:active,
.fileUpload:focus {
    background: #ffa066;
}

.fileUpload input.upload {
    position: absolute;
    opacity: 0;
    left: 0;
    width: 80px;
}

.middel-nda {
    width: 100%;
    margin: 0px;
    position: relative;
}

.agreement-box1 {
    width: 25%;
    margin-bottom: 20px;
}

.agreement-section {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.agreement-box {
    height: 145px;
    width: 145px;
    background-color: #2d3e50;
    border-radius: 3px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.agreement-box.agreement-last {
    background-color: #ffa066;
    text-align: center;
}

.agreement-box h2 {
    color: #fff;
    font-size: 16px;
    margin: 0px;
    text-transform: uppercase;
}

.agreement-box i {
    font-size: 30px;
    color: #fff;
    line-height: 145px;
}

.agreement-box h2:after {
    display: none;
}

section#tab-7 {
    position: relative;
}

.short-item {
    position: absolute;
    right: 30px;
    top: 20px;
}

.short-box {
    width: 130px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
}

.short-box img {
    margin-left: 15px;
}

.proposals-se {
    margin-top: 50px;
}

.proposals-full {
    display: flex;
    margin: 20px 0px;
}



.proposals-section {
    display: flex;
    width: 50%;
    align-items: center;
}

.proposals-section h4 {
    font-size: 14px;
    color: #2d3e50;
    font-weight: 400;
    text-align: left;
    margin: 10px;
}

.proposals-section h4 span {
    color: #ffa066;
}

.proposals-section .proposals-box1 img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.tabing-prsonal.audits-tabing {
    margin-top: 20px;
}

.tabing-prsonal.audits-tabing select.audit-filter {
    border: 1px solid #edeff2;
    font-size: 13px;
    color: #2d3e50;
    width: 100%;
    padding: 10px;
    font-weight: 500;
}

.audit-tabel-tag {
    background-color: #f6f6f6 !important;
    border: none;
}

.audit-tabel-tag h3 {
    font-size: 15px;
    color: #ffa066;
    margin: 0;
}

.audit-tabel-tag p {
    font-size: 14px;
    color: #2b3d4f;
    margin: 0;
    text-align: left;
}

.audit-tabel-tag h4 {
    color: #2d3e50;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 15px;
}

.audit-tabel-tag td.titel-audit-tabel {
    padding: 10px 25px !important;
}

.audit-tabel-tag td.green-td-audit {
    background-color: #e7ebde;
    color: #2d3e50;
}

.audit-tabel-tag td.orange-td-audit {
    background-color: #f8e2d5;
    color: #2d3e50;
}

.audit-tabel-tag td.red-td-audit {
    background-color: #f7d8d8;
    color: #2d3e50;
}

.audit-tabel-tag tbody tr td {
    border: none !important;
    text-align: center;
    align-items: center;
    padding: 0px 15px;
}

.audit-tabe-btn {
    border: none;
    background-color: transparent;
}

.audits-all-services {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.audits-services-box {
    text-align: center;
    width: 20%;
    margin-top: 40px;
}

.audits-all-services a p {
    font-size: 15px;
    margin: 0 auto;
    padding: 10px 0px;
    font-weight: 400;
    color: #2d3e50;
}

.audits-services-boximg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: #2f4050;
    border-radius: 3px;
    margin: 0 auto;
    transition: 0.9s;
}

.audits-services-boximg:hover {
    background-color: #ffa066;
    cursor: pointer;
    transition: 0.9s;
}

.todo-fimage img {
    margin: 0px 2px;
}

#view-audits .modal-content {
    padding: 10px;
    border-radius: 15px;
}

#view-audits .modal-dialog {
    max-width: 800px;
}

#view-audits h5 {
    font-size: 28px;
    font-weight: 500;
    color: #2f4050;
}

#view-audits a {
    font-size: 18px;
    font-weight: 400;
    color: #2f4050;
}

.popup-tabel-audit {
    margin-top: 20px;
}

.user-intent {
    background-color: #f6f6f6;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-intent h2 {
    color: #fff;
    font-size: 15px;
    background-color: #ffa066;
    padding: 15px 20px;
    margin: 0;
}

.user-intent p {
    padding-left: 20px;
    margin: 0;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-left: 33px solid #ffa066;
    border-bottom: 33px solid transparent;
    margin-top: 0;
}

#view-audits h3 {
    font-size: 28px;
    font-weight: 500;
    color: #2f4050;
    padding-top: 25px;
}

#view-audits ul {
    padding: 0px 20px;
}

#view-audits li {
    list-style: none;
    font-size: 18px;
    color: #2f4050;
    line-height: 45px;
    position: relative;
}

#view-audits li:after {
    content: url(../images/side-meu-icon.png);
    display: block;
    position: absolute;
    top: 14px;
    left: -18px;
}

.add-hero-story {
    margin-top: 35px;
}

.add-hero-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffa066;
    height: 150px;
    width: 150px;
    text-align: center;
    border-radius: 8px;
    margin: 0 auto;
}

.add-hero-box h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 8px;
}

.storytelling-tabel tbody td .storytelling-heros img {
    width: 120px;
    height: 120px;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ececec;
}

.storytelling-tabel thead tr {
    padding: 20px 0px;
}

.storytelling-tabel thead th {
    font-size: 15px;
    font-weight: 400;
    color: #2d3e50;
}

.storytelling-heros {
    text-align: center;
}

.storytelling-heros h3 {
    font-size: 15px;
    color: #2d3e50;
    margin: 0;
    text-align: center;
    padding: 10px 0px 5px 0px;
}

.storytelling-heros h4 {
    font-size: 14px;
    color: #ffa066;
}

td.storytelling-heros-left-td {
    width: 30%;
}

.add-new-heroes {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #2f4050;
    color: #fff;
    font-size: 14px;
}

.card.showing-up {
    margin-bottom: 40px;
    border-radius: 3px;
    border: 1px solid #f3f5f8;
}

.audit-filter {
    border: 1px solid #edeff2;
    font-size: 13px;
    color: #2d3e50;
    width: 100%;
    padding: 10px;
}

.showing-up {
    background-color: #f8f9fb;
    padding: 0px;
}

.showing-up h3 {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    margin: 0px;
    padding: 0;
}

.showing-up .according-btn {
    width: 100%;
    border-radius: 0px;
    padding: 5px 10px;
}

.showing-up .card-body {
    background-color: #f8f9fb;
}

.situation-form {
    margin-top: 20px;
    margin-bottom: 40px;
}

.showing-up .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin-bottom: 50px;
    border-top: 1px solid #ebebec;
    padding-top: 20px;
}

.showing-up .nav-tabs .nav-link {
    border-bottom: 3px solid transparent;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    color: #2d3e50;
    padding: 5px 0px;
}

.showing-up .nav-tabs .nav-item {
    margin-right: 50px;
}

.showing-up .nav-tabs .nav-item.show .nav-link,
.showing-up .nav-tabs .nav-link.active {
    color: #ffa066;
    background-color: transparent;
    border-color: #ffa066;
}

.showing-up.simpleshowing-up {
    padding: 1.25rem;
    background-color: transparent;
}

.showing-up.simpleshowing-up .nav-tabs {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 50px;
    border-top: 0px solid #ebebec;
    padding-top: 20px;
}

.showing-up.simpleshowing-up p {
    width: 100%;
    background-color: #f7f7f7;


    padding: 15px 20px;
    color: #2d3e50;
    margin: 0;
}

.showing-up.simpleshowing-up .situation-form {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hero-adddiv {
    border: 1px solid #ededed;
}

.heros-famework {
    background-color: #f6f6f6;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.add-new-div {
    display: flex;
    justify-content: end;
}

.hero-adddiv .heros-famework h3 {
    font-size: 15px;
    color: #2d3e50;
    font-weight: 400;
    padding-right: 10px;
    padding-bottom: 0;
    margin: 0;
}

.heros-famework a.add-newhero {
    background-color: #2f4050;
    padding: 7px 15px;
    border-radius: 3px;
    color: #fff;
}

.camera-add {
    display: flex;
    padding: 0px 10px;
}

.camera-add .camra-section h3 {
    text-align: center;
    font-size: 15px;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    color: #2d3e50;
}

.camera-add .camra-section p {
    text-align: center;
    font-size: 14px;
    color: #ffa066;
    padding: 0px;
    margin: 0px;
}

.camra-section.to-do-profile {
    border-right: 1px solid #ededed;
    padding: 40px 20;
}

.not-showing {
    padding: 40px 35px 100px 35px;
}

.not-showing-box {
    padding: 15px;
    border: 1px solid #ededed;
    background-color: #f6f6f6;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
}

a.add-new-story {
    padding: 10px 0px;
    text-align: center;
    background-color: #ffa066;
    display: block;
    margin: 30px 0px 0px 0px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px
}

a.add-new-story:hover {
    color: #fff;
}

.add-background {
    background-color: #f6f6f6;
}

.add-background .not-showing-box {
    background-color: #fff;
}

.not-showing-box p {
    margin: 0 auto;
    font-size: 14px;
}

.box.box-info {
    padding: 20px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}

a.navlinkactices {
    padding: 10px 20px;
    background-color: #ffa066;
    color: #fff;
    border-radius: 3px;
}

a.navlinkactices:hover {
    color: #fff;
}

span#cke_1_top {
    height: auto;
    width: 98%;
    overflow-x: scroll;
    user-select: none;
}

span#cke_1_toolbox {
    display: flex;
    width: 0px;
}

.cke_toolbar {
    display: flex;
}

.cke_toolgroup {
    display: flex;
}

.box.box-info .form-horizontal .control-label {
    text-align: left;
}

.box.box-primary form {
    border: 1px solid #b9b9b9;
    padding: 20px;
    border-radius: 10px;
}

.add-buttonper {
    padding: 8px 30px;
    background-color: #ffa066;
    color: #fff;
    margin-right: 5px;
    border: none;
    border-radius: 0;
}


button.btn.btn-product {
    background-color: #ffa066;
    color: #fff;
    display: inline-block;
    padding: 8px 25px;
    margin-top: 20px;
}

textarea.affordablebusiness {
    width: 100%;
}


#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin-top: 70px;
}

#wrapper.toggled {
    padding-left: 200px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background-color: #f8f9fb !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 10px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -250px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    right: 15px;
    width: 260px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav .card-header {
    padding: 0px;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    padding: 10px 0px;
    background-color: #ffa066;
}

.sidebar-nav>.sidebar-brand a {}

.sidebar-nav>.sidebar-brand a i {
    font-size: 25px;
    color: #fff;
    margin-left: 175px;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}





.usepreset-ul ul {
    padding: 0px;
    margin: 0px;
}

.usepreset-ul ul li {
    list-style: none;
    line-height: 35px;
}

.usepreset-ul ul li input {
    height: auto !important;
    cursor: pointer;
    margin-right: 10px;
}

a.use-preset-btn {
    background-color: #ffa066;
    color: #fff;
    padding: 0px 15px;
    white-space: nowrap;
    margin-right: 5px;
    transition: 0.9s;
    height: 50px;
}

a.use-preset-btn i {
    line-height: 48px;
}

a.use-preset-btn:hover {
    color: #fff;
    background-color: #2d3e50;
    transition: 0.9s;
}

button.btn.preset-close-btn {
    background-color: #ffa066;
    color: #fff;
    padding: 10px 25px;
    font-weight: 400;
}








@media(min-width:768px) {

    #wrapper {
        padding-left: 220px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 260px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 40px;
    }

    #wrapper.toggled i {
        float: right;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

a.mobile-icon {
    position: fixed;
    top: 60px;
    right: 30px;
    color: #000;
}

.toggleicon {
    width: 200px !important;
}

.proform-view {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    background-color: #edeced;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -6px;
}

.proform-view i {
    padding: 9px 8px !important;
}

.organic-traffic {
    margin-top: 30px;
    position: relative;
}

.organic-traffic h4 {
    font-size: 18px;
    font-weight: 400;
    color: #2d3e50;
}

.trend-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.trend-btn a {
    padding: 5px;
    background-color: #eeeded;
    color: #2d3e50;
    width: 80px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
}

.trend-btn a:hover {
    color: #fff;
    background-color: #ffa066;
}

.trend-btn a.yoy {
    background-color: #ffa066;
    color: #fff;
}

th.sorting,
.sorting_asc {
    border-top: 0px !important;
}

th.sorting_disabled {
    border-top: 0px !important;
}

#example1 form,
#example12 form,
#example2 form,
#example3 form,
#example4 form,
#example5 form,
#example6 form {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

#example1 thead tr th,
#example12 thead tr th,
#example2 thead tr th,
#example3 thead tr th,
#example4 thead tr th,
#example5 thead tr th,
#example6 thead tr th {
    font-size: 16px;
    font-weight: 400;
}

label.accordion-strtegs {
    position: relative;
}

.password-onboarding p {
    font-size: 18px;
    text-align: center;
    display: table;
    background-color: #00173e;
    padding: 6px 40px;
    color: #fff;
    margin: 0 auto;
}

#example1 tbody tr td,
#example12 tbody tr td,
#example2 tbody tr td,
#example3 tbody tr td,
#example4 tbody tr td,
#example5 tbody tr td,
#example6 tbody tr td {
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}

#example1 tbody tr td.testimonials,
#example2 tbody tr td.testimonials,
#example3 tbody tr td.testimonials,
#example4 tbody tr td.testimonials,
#example5 tbody tr td.testimonials,
#example6 tbody tr td.testimonials {
    text-align: center;
}


#example1 tbody tr td.scores,
#example12 tbody tr td.scores,
#example2 tbody tr td.scores,
#example3 tbody tr td.scores,
#example4 tbody tr td.scores,
#example5 tbody tr td.scores,
#example6 tbody tr td.scores {
    font-size: 16px;
    font-weight: 400;
}

#example1 tbody tr td a,
#example12 tbody tr td a,
#example2 tbody tr td a,
#example3 tbody tr td a,
#example4 tbody tr td a,
#example5 tbody tr td a,
#example6 tbody tr td a {
    height: 35px;
    width: 35px;
    margin-left: 3px;
    border-radius: 50%;
}

#example1 tbody tr td button,
#example12 tbody tr td button,
#example2 tbody tr td button,
#example3 tbody tr td button,
#example4 tbody tr td button,
#example5 tbody tr td button,
#example6 tbody tr td button {
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

#example1 tbody tr td button.playbook-retrive-btn,
#example2 tbody tr td button.playbook-retrive-btn,
#example3 tbody tr td button.playbook-retrive-btn,
#example4 tbody tr td button.playbook-retrive-btn,
#example5 tbody tr td button.playbook-retrive-btn,
#example6 tbody tr td button.playbook-retrive-btn {
    border-radius: 3px;
    height: 35px;
    width: auto;
}

button.playbook-retrive-btn {
    height: auto;
    width: auto;
    border-radius: 3px;
}

#example1 tbody tr td a,
#example12 tbody tr td a,
#example2 tbody tr td a,
#example3 tbody tr td a,
#example4 tbody tr td a,
#example5 tbody tr td a,
#example6 tbody tr td a {
    border-radius: 50%;
    height: 35px;
    width: 35px;
}


form.activy-form-btn a i {
    line-height: 18px !important;
}

a.trash-edit-icon i {
    line-height: 18px !important;
}

#example1 tbody tr td a i,
#example12 tbody tr td a i,
#example2 tbody tr td a i,
#example3 tbody tr td a i,
#example4 tbody tr td a i,
#example5 tbody tr td a i,
#example6 tbody tr td a i {
    line-height: 25px;
}

.box-header {
    float: right;
    padding-bottom: 10px;
}

.box-header a {
    background-color: #ffa066;
    color: #fff;
    display: inline-block;
}

.box-header a:hover {
    color: #fff;
    background-color: #00173e;
}

.chat-box {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #f5f5f5;
    border-radius: 5px;
    padding: 80px 20px 20px 20px;
    width: 90%;
    margin-left: 10%;
    border: 1px solid #f3f3f3;
}

.core-web {
    margin-top: 40px;
}

.core-web h3 {
    font-size: 18px;
    font-weight: 400;
}

.core-table .table .remove-border .remove-border th {
    font-weight: 400;
    font-size: 14px;
}

.core-table .table tbody tr th.remove-border {
    font-weight: 400;
    font-size: 18px;
}

.chat-box ul {
    display: flex;
    margin: 0 auto;
    padding: 0px;
}

.chat-box ul li {
    float: left;
    background-color: #fff;
    height: 200px;
    width: 45px;
    list-style: none;
    position: relative;
    margin-right: 2px;
}

.chat-box ul li span {
    background-color: #2d3e50;
    height: 50px;
    width: 45px;
    bottom: 0;
    position: absolute;
}

.chat-box ul li span p {
    font-size: 10px;
    color: #2d3e50;
    position: absolute;
    top: -16px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.chat-box ul li span.chat-process1 {
    height: 40px;
}

.chat-box ul li span.chat-process2 {
    height: 60px;
}

.chat-box ul li span.chat-process3 {
    height: 70px;
}

.chat-box ul li span.chat-process4 {
    height: 90px;
}

.chat-box ul li span.chat-process5 {
    height: 105px;
}

.chat-box ul li span.chat-process6 {
    height: 120px;
}

.chat-box ul li span.chat-process7 {
    height: 50px;
}

.chat-box ul li span.chat-process8 {
    height: 100px;
}

.chat-box ul li span.chat-process9 {
    height: 115px;
}

.chat-box ul li span.chat-process10 {
    height: 130px;
}

.chat-box ul li span.chat-process11 {
    height: 150px;
}

.chat-box ul li span.chat-process12 {
    height: 200px;
}

.goal-actual ul {
    padding: 0px;
    margin: 20px 0px;
    display: flex;
}

.goal-actual ul li {
    list-style: none;
    width: 65px;
}

.goal-actual ul li.goal-text {
    margin-right: 43px;
}

.goal-actual.goal-actual-date ul li {
    width: initial;
}

.core-web .table tbody tr td i {
    font-size: 30px;
    text-align: center;
    display: block;
}

.core-web-pagination {
    display: flex;
    justify-content: end;
}

.core-web-pagination li.prive-nex {
    height: 30px;
    margin: 0px 10px;
    background-color: #e0e2e5;
    border-radius: 25px;
    width: 30px;
    padding: 4px 11px;
}

.core-web-pagination li.prive-nex a i:hover {
    color: #ffa066;
}

.core-web-pagination li.page-item a {
    line-height: 30px;
    color: #2d3e50;
}

.green-icon {
    color: #37a84c;
}

.rad-icon {
    color: #ff3939;
}

.yellow-icon {
    color: #fbb240;
}

.core-table {
    overflow-x: scroll;
}

.core-web .remove-border {
    border: none !important;
    text-align: center;
}

.toolkit .card-header:after {
    content: "\f078";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 10px;
}

select.toolkit-select {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #eef0f3;
    margin-bottom: 10px;
    float: right;
    width: 135px;
}

div#toolkit-analysis .card-header {
    padding: 8px 6px;
}

.toolkit .card-header h3 {
    font-size: 17px;
    color: #2d3e50;
    font-weight: 400;
    margin: 0 auto;
    padding: 0px;
}

.toolkit .card {
    border: 1px solid #e5e8ed;
}

.toolkit .card .card-body {
    border-top: 1px solid #e5e8ed;
}

.toolkit-quality h4 {
    font-size: 15px;
    color: #2d3e50;
}

.toolkit-quality h4 span {
    float: right;
}

.animated-score {
    width: 100%;
    height: 20px;
    background-color: #f7f7f7;
    position: relative;
    border: 1px solid #e8e8e8;
}

.inner-score {
    position: absolute;
    left: 0;
    top: -1px;
    background-color: #80c124;
    width: 80%;
    height: 20px;
}

.answer-focus {
    padding-top: 30px;
}

.answer-focus h3 {
    font-size: 15px;
    color: #2d3e50;
    font-weight: 500;
}

.answer-focus form label {
    font-size: 15px;
    color: #2d3e50;
    font-weight: 500;
}

.answer-focus form .form-group {
    margin-bottom: 40px;
}

.answer-focus form {
    padding-bottom: 5px;
}

.answer-focus form input {
    width: 100%;
    height: 50px;
    background-color: #f3f3f3;
    border: 0px solid #edeff2;
    padding: 0px 10px;
    color: #2d3e50;
    font-size: 15px;
}

.include-follow {
    padding: 40px 0px;
}

.include-follow ul {
    padding: 0px;
}

.include-follow h3 {
    color: #2d3e50;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.include-follow ul li {
    list-style: none;
    position: relative;
    padding: 12px 0px 0px 20px;
}

.include-follow ul li.input-li {
    margin-top: 20px;
}

.include-follow ul li:before {
    content: "";
    border: 2px solid #ffa066;
    height: 13px;
    width: 13px;
    position: absolute;
    border-radius: 50px;
    display: block;
    top: 17px;
    left: 0;
}

.include-follow ul li span {
    float: right;
    margin-top: -1px;
}

.include-follow ul li span a {
    height: 25px;
    width: 25px;
    background-color: #ffa066;
    border-radius: 50px;
    display: inline-block;
}

.include-follow ul li span a i {
    padding: 7px 8px;
    font-size: 12px;
    color: #fff;
}

.include-follow ul li span a.no-button {
    background-color: #2d3e50;
}

.include-follow ul li input {
    background-color: #f3f3f3;
    border: none;
    height: 50px;
    padding: 0px 10px;
    font-size: 15px;
    width: 90%;
}

.include-follow ul li input:focus {
    outline: none;
}

.include-follow ul li.input-li:before {
    content: "";
    display: none;
}

.include-follow ul li.input-li span {
    margin-top: 12px;
}

.final-conditions {
    padding: 30px 0px 0px 0px;
}

.final-conditions .piece-p {
    padding-left: 25px;
    padding-bottom: 25px;
}

.final-conditions h3 {
    color: #2d3e50;
    font-size: 15px;
    font-weight: 500;
}

.final-conditions h3 span {
    float: right;
    color: #2d3e50;
    padding-right: 12px;
}

.final-conditions .form-check.form-check-inline {
    width: 25px !important;
}

.final-conditions ul {
    padding: 0px;
    margin: 0;
}

.final-conditions ul li {
    list-style: none;
}

.final-conditions ul li p {
    display: inline-block;
    width: 85%;
    margin: 4px 0px;
    font-size: 15px;
}

.final-conditions ul li span {
    margin: 0 auto;
    float: right;
    margin-top: -20px;
}

.final-conditions ul li:before {
    content: url(../images/side-meu-icon.png);
    margin-right: 8px;
}

.final-conditions form textarea {
    width: 100%;
    border: none;
    padding: 15px;
    background-color: #f3f3f3;
    height: 100px;
    margin-bottom: 30px;
}

.final-conditions form textarea:focus {
    outline: none;
}

.toolbar-titlebox {
    padding: 20px;
    border: 1px solid #e5e8ed;
    margin-top: 25px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.toolbar-titlebox form label {
    padding-top: 15px;
    font-weight: 500;
}

.toolbar-titlebox form textarea {
    width: 100%;
    background-color: #f3f3f3;
    border: none;
    padding: 15px;
    height: 70px;
}

.toolbar-titlebox form input.link-url-input {
    width: 100%;
    margin-top: 30px;
}

.toolbar-titlebox form button.link-url-button {
    padding: 8px 30px;
    background-color: #ffa066;
    color: #fff;
    margin-top: 20px;
    border-radius: 3px;
}

.toolbar-titlebox form button.link-url-button:hover {
    background-color: #2d3e50;
}

.toolbar-titlebox form textarea:focus {
    outline: none;
}

.keyword-tabs {
    padding-top: 20px;
}

form.keyword-revised-input input {
    width: 49%;
    font-size: 14px;
}

.keyword-tabs .nav-tabs {
    border: none;
}

.keyword-tabs .nav .nav-item {
    background-color: #2d3e50;
    margin: 0px 20px 0px 0px;
    border-radius: 3px;
}

.keyword-tabs .nav .nav-item .nav-link {
    color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 3px;
}

.keyword-tabs .tab-content .table {
    border: 1px solid #e5e8ed;
}

.keyword-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #ffa066 !important;
    color: #fff !important;
}

.keyword-tabs .tab-content {
    margin-top: 30px;
}

.keyword-tabs .tab-content .table .keyword-thead {
    background-color: #f2f2f2;
}

.keyword-tabs .tab-content .table .keyword-thead tr th {
    border-top: none;
    text-align: center;
    border-bottom: none;
    border-left: 1px solid #e5e8ed;
}

.keyword-tabs .tab-content .table tbody tr td {
    border-top: none;
    text-align: center;
    padding: 0px;
    border-bottom: none;
    border-left: 1px solid #e5e8ed;
}

.keyword-research tr.edits-keyword-research td input {
    border-bottom: 1px solid #9d9d9d !important;
    width: 100px;
    height: auto !important;
    margin-bottom: 10px;
    border-radius: 0px !important;
}

.keyword-tabs .tab-content .table .keyword-thead tr th h5 {
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    color: #00173e;
    justify-content: center;
    align-items: center;
    display: flex;
}

.keyword-tabs .tab-content .table tbody tr td p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 0;
    color: #00173e;
    font-size: 14px;
    font-weight: 300;
}

.keyword-tabs .form-group {
    display: block;
    margin: 0px 16px;
}

.keyword-tabs .tab-content .table tbody tr td form {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.keyword-tabs .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.keyword-tabs .form-group label {
    position: relative;
    cursor: pointer;
}

.keyword-tabs .form-group label:before {
    content: '';
    background-color: transparent;
    border: 2px solid #334452;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.keyword-tabs .form-group input:checked+label:after {
    content: url(../images/yes-icon.png);
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
}



.editorial-tabing .nav-tabs {
    border: none;
}

.editorial-tabing .nav-tabs .nav-link {
    padding: 10px 35px;
    background-color: #f3f3f3;
    border-radius: inherit;
    color: #000;
    margin-right: 5px;
}

.editorial-tabing .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #ffa066 !important;
}

.editorial-social {
    margin-top: 35px;
}

.editorial-social .nav-tabs {
    border: none;
}

.editorial-social .nav-tabs .nav-item a.nav-link.master-btn {
    background-color: #ffa066;
    color: #fff;
    border-radius: 3px;
    margin-right: 20px;
}

.editorial-social .nav-tabs .nav-item a.nav-link {
    color: #000;
}

.editorial-table table.table.table-striped {
    border-radius: 5px;
    border: 1px solid #e5e8ed;
}

.editorial-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffa066;
}

.editorial-table .table thead th {
    background-color: #f7f7f7;
}

.editorial-table .table thead th {
    border-bottom: 0px;
    border-top: 0px;
    font-size: 15px;
    color: #2d3e50;
    font-weight: 500;
    text-align: center;
}

.editorial-table .table thead tr th {
    padding: 11px 0px;
}

.editorial-table .table tbody td {
    color: #fff;
    text-align: center;
    padding: 5px 0px;
}

.editorial-table .table tbody td a i {
    color: #fff;
}

.editorial-table .table tbody tr.icon-table td {
    color: #000;
    margin: 0;
    padding: 0px 10px;
    font-size: 13px;
    border-right: 1px solid #f0efef;
}

.editorial-table .table tbody tr.icon-table td:last-child {
    border-right: 0px;
}

.editorial-table .table tbody tr.icon-table td li {
    list-style: none;
    margin: 11px 0px;
}

.editorial-table .table tbody tr.icon-table td li i {
    width: 18px;
    text-align: center;
    font-size: 15px;
}

.editorial-table .table tbody tr.icon-table td li span {
    border: 1px solid #161a86;
    padding: 0px 4px;
    border-radius: 5px;
    margin: 0px 2px;
    font-size: 13px;
}

.editorial-table .table tbody tr.icon-table td li span.span-red {
    border: 1px solid #d51a24;
}

.editorial-table .table tbody tr.icon-table td li span.span-green {
    border: 1px solid #0c862e;
}

.twitter-sky {
    color: #1da1f2;
}

.facebook-blue {
    color: #3b5998;
}

.youtube-red {
    color: #ff0000;
}

button.close-secondary {
    border: none;
    background-color: #ffa066;
    color: #fff;
    padding: 6px 16px;
    border-radius: 3px;
}

button.save-primary {
    border: none;
    background-color: #00173e;
    color: #fff;
    padding: 6px 16px;
    border-radius: 3px;
}

.product-service-table table tbody tr td button.delteProduct {
    background-color: #ffa066;
    padding: 10px;
}

.product-service-table table tbody tr td button.deleteproductservices {
    margin: 0 auto;
    display: block;
}


.addservice {
    background-color: #ffa066;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    margin: 0px;
    display: inline-block;
}

.editorial-table .table thead th h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
}

.editorial-table .table thead th h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.view-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.view-icon .view-contant {
    visibility: hidden;
    width: 200px;
    background-color: #fffffff0;
    color: #2d3e50;
    font-size: 13px;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    bottom: 26px;
    z-index: 1;
    left: -80px;
    box-shadow: 0px 0px 10px #adadad;
}

.view-icon span.view-contant:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 78px;
}

.view-icon:hover .view-contant,
.view-icon:focus .view-contant {
    visibility: visible;
}

.tool-influencer {
    padding: 0px;
}

.tool-influencer ul li {
    position: relative;
}

.tool-influencer ul li:before {
    content: "";
    border: 2px solid #ffa066;
    height: 13px;
    width: 13px;
    position: absolute;
    border-radius: 50px;
    display: block;
    top: 10px;
    left: 0;
}

.tool-influencer ul li p {
    display: inline-block;
    width: 85%;
    margin-left: 20px;
    font-size: 16px;
}

.strategies-form label {
    margin: 0;
}

.swot-tab .swot-form label {
    padding-bottom: 10px;
}

.strategies-form p label {
    padding-left: 18px;
    padding-top: 0px;
    vertical-align: top;
}

.strategies-form span label {
    padding-left: 20px;
}


p.tacts-orng-assi,
.tacts-yelo-assi,
.tacts-green-assi,
.tacts-red-assi,
.tacts-black-assi {
    position: relative;
    font-style: italic;
}

p.tacts-black-assi:after {
    background-color: #000;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 43px;
    content: "";
}

p.tacts-red-assi:after {
    background-color: #ff0101;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 43px;
    content: "";
}

p.tacts-yelo-assi:after {
    background-color: #fff202;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 43px;
    content: "";
}

p.tacts-green-assi:after {
    background-color: #05d44a;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 43px;
    content: "";
}

p.tacts-orng-assi:after {
    background-color: #ffa302;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 43px;
    content: "";
}

label.tacts-assi.user-tacts-assi {
    padding-left: 46px !important;
}

p.tacts-orng-assi-users,
.tacts-yelo-assi-users,
.tacts-green-assi-users,
.tacts-red-assi-users,
.tacts-black-assi-users {
    position: relative;
    font-style: italic;
}

p.tacts-black-users:after {
    background-color: #000;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 13px;
    content: "";
}

p.tacts-red-users:after {
    background-color: #ff0101;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 13px;
    content: "";
}

p.tacts-yelo-users:after {
    background-color: #fff202;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 13px;
    content: "";
}

p.tacts-green-users:after {
    background-color: #05d44a;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 13px;
    content: "";
}

p.tacts-orng-users:after {
    background-color: #ffa302;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 13px;
    content: "";
}

label.user-label-tactic {
    padding-left: 18px !important;
    font-style: italic;
    width: 95%;
}

.strategi-hover.user-tactic-hover {
    margin-left: 30px;
    width: auto;
}

p.tacts-orng,
.tacts-yelo,
.tacts-green,
.tacts-red,
.tacts-black {
    position: relative;
    font-style: italic;
}

p.tacts-black:after {
    background-color: #000;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 12px;
    left: 11px;
    content: "";
}

p.tacts-red:after {
    background-color: #ff0101;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 12px;
    left: 11px;
    content: "";
}

p.tacts-yelo:after {
    background-color: #fff202;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 12px;
    left: 11px;
    content: "";
}

p.tacts-green:after {
    background-color: #05d44a;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 12px;
    left: 11px;
    content: "";
}

p.tacts-orng:after {
    background-color: #ffa302;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 12px;
    left: 11px;
    content: "";
}








p.tacts-orng-perset,
.tacts-yelo-perset,
.tacts-green-perset,
.tacts-red-perset,
.tacts-black-perset {
    position: relative;
    font-style: italic;
}

p.tacts-black-perset:after {
    background-color: #000;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 4px;
    left: -16px;
    content: "";
}

p.tacts-red-perset:after {
    background-color: #ff0101;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 4px;
    left: -16px;
    content: "";
}

p.tacts-yelo-perset:after {
    background-color: #fff202;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 4px;
    left: -16px;
    content: "";
}

p.tacts-green-perset:after {
    background-color: #05d44a;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 4px;
    left: -16px;
    content: "";
}

p.tacts-orng-perset:after {
    background-color: #ffa302;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 4px;
    left: -16px;
    content: "";
}




.loaderGif {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #00000021;
    height: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999;
}

.loaderGif img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 20%;
}

.loaderGif1 {
    position: fixed;
    display: none;

}

p.assi-tacts-orng,
.assi-tacts-yelo,
.assi-tacts-green,
.assi-tacts-red,
.assi-tacts-black {
    position: relative;
    font-style: italic;
}

p.assi-tacts-black:after {
    background-color: #000;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 8px;
    left: 50px;
    content: "";
}

p.assi-tacts-red:after {
    background-color: #ff0101;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 8px;
    left: 50px;
    content: "";
}

p.assi-tacts-yelo:after {
    background-color: #fff202;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 8px;
    left: 50px;
    content: "";
}

p.assi-tacts-green:after {
    background-color: #05d44a;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 8px;
    left: 50px;
    content: "";
}

p.assi-tacts-orng:after {
    background-color: #ffa302;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 8px;
    left: 50px;
    content: "";
}








.form-group.swot-tab.strategies-form p.assignmenttaticdot {
    padding-left: 38px;
}


p.tacts-orng-todo,
.tacts-yelo-todo,
.tacts-green-todo,
.tacts-red-todo,
.tacts-black-todo {
    position: relative;
    font-style: italic;
}

p.tacts-black-todo:after {
    background-color: #000;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 2px;
    left: 18px;
    content: "";
}

p.tacts-red-todo:after {
    background-color: #ff0101;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 2px;
    left: 18px;
    content: "";
}

p.tacts-yelo-todo:after {
    background-color: #fff202;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 2px;
    left: 18px;
    content: "";
}

p.tacts-green-todo:after {
    background-color: #05d44a;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 2px;
    left: 18px;
    content: "";
}

p.tacts-orng-todo:after {
    background-color: #ffa302;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 2px;
    left: 18px;
    content: "";
}




p.tacts-orng-todo-workload,
.tacts-yelo-todo-workload,
.tacts-green-todo-workload,
.tacts-red-todo-workload,
.tacts-black-todo-workload {
    position: relative;
    font-style: italic;
}

p.tacts-black-todo-workload:after {
    background-color: #000;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 2px;
    left: 4px;
    content: "";
}

p.tacts-red-todo-workload:after {
    background-color: #ff0101;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 2px;
    left: 4px;
    content: "";
}

p.tacts-yelo-todo-workload:after {
    background-color: #fff202;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 2px;
    left: 4px;
    content: "";
}

p.tacts-green-todo-workload:after {
    background-color: #05d44a;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 2px;
    left: 4px;
    content: "";
}

p.tacts-orng-todo-workload:after {
    background-color: #ffa302;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 2px;
    left: 4px;
    content: "";
}

p.tacts-orng-act,
.tacts-yelo-act,
.tacts-green-act,
.tacts-red-act,
.tacts-black-act {
    position: relative;
    font-style: italic;
}

p.tacts-black-act:after {
    background-color: #000;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 3px;
    left: 20px;
    content: "";
}

p.tacts-red-act:after {
    background-color: #ff0101;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 3px;
    left: 20px;
    content: "";
}

p.tacts-yelo-act:after {
    background-color: #fff202;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 3px;
    left: 20px;
    content: "";
}

p.tacts-green-act:after {
    background-color: #05d44a;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 3px;
    left: 20px;
    content: "";
}

p.tacts-orng-act:after {
    background-color: #ffa302;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 3px;
    left: 20px;
    content: "";
}

.strategi-hover {
    position: relative;
    padding: 5px 2px;
    border-radius: 25px;
    width: 100%;
}

.strategi-hover:hover {
    background-color: #ebebeb;
    transition: 0.9s;
    cursor: pointer;
}

.strategi-hover p {
    cursor: pointer;
}

.strategi-hover .hover-btn {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 7px;
    transition: 0.9s;
    top: 10px;
}

.strategi-hover .hover-btn i {
    color: #fff;
    background-color: #ffa066;
    height: 30px;
    padding: 8px 9px;
    border-radius: 25px;
    width: 30px;
    font-size: 14px;
    cursor: pointer;
}

.strategi-hover .hover-btn img {
    color: #fff;
    background-color: #ffa066;
    height: 30px;
    padding: 4px 3px;
    border-radius: 25px;
    width: 30px;
    font-size: 14px;
    cursor: pointer;
}

.strategi-hover:hover>.hover-btn {
    visibility: visible;
    transition: 0.9s;
    opacity: 1;
}

.strategies-p.strategies-lable p label {
    padding-left: 20px;
}

.selectpicker.form-control {
    height: 50px !important;
    padding: 0px 10px;
    border-radius: 0;
    background-color: #f3f3f3;
    border: none;
    margin-right: 20px;
    width: 44%;
    font-size: 14px;
    background-image: url(https://cdn.4in10.io/images/down-arrow1.png);
    color: #8b939d;
    background-position: right;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}

.selectpicker.form-control:focus {
    background-color: #f3f3f3;
    outline: none;
    border: none;
}

.strategies-box {
    box-shadow: 0px 0px 10px #dfdfdf;
    margin: 0px 0px 20px 0px;
    padding: 20px;
    border-radius: 5px;
}

.influencers-table .nav-tabs {
    border: 0px solid #dee2e6;
}

.strategies-box p label.tacts-assi {
    padding-left: 25px;
    position: relative;
    width: 85%;
}

.influencers-table .nav li.nav-item {
    border: 1px solid #cacaca;
    border-radius: 5px;
    margin: 3px 5px;
}

.influencers-table .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    margin-bottom: 0px;
    box-shadow: 0px 0px 10px #e0e0e0;
}

.influencers-table .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #404142 !important;
    border-radius: 3px !important;
    background-color: #fff !important;
}

.influencers-table .nav-tabs .nav-link {
    color: #495057;
    padding: 4px 8px;
    font-size: 15px;
}

.influencers-table .nav-tabs .nav-link {
    border: none;
}

.influencers-table .nav-tabs .nav-link i {
    font-size: 16px;
}

.insta-gradients {
    background: -webkit-linear-gradient(#7523c0, #dd933e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.linkden {
    color: #007bb6;
}

.podcast-color {
    color: #c45bef;
}

.influencers-table {
    margin-top: 50px;
    padding: 15px 15px 100px 15px;
    box-shadow: 0px 0px 10px #eaeaea;
    border-radius: 3px;
}

.influencers-table .tab-content {
    padding-top: 20px;
}

td.influencer1 {
    display: flex;
}

.influencer-table .form-check.form-check-inline {
    width: 20px;
}

.influencer-table h3 {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
}




.table-influencer-h {
    text-align: left !important;
    padding-left: 20px;
}

.influencer-table table {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.influencer-table table thead {
    background-color: #f7f7f7;
}

.influencer-table table tbody td {
    text-align: center;
    padding: 10px 0px;
    font-size: 14PX;
}

.influencer-table table thead th {
    border: none;
}

.influencer1 form {
    padding: 0px;
    margin: 0 auto;
    width: 50px;
}

.influencer-table table tbody td button {
    background-color: #ffa066;
    color: #fff;
    font-size: 14px;
    height: 30px;
    border-radius: 50%;
    width: 30px;
}

div#influencer-view textarea {
    width: 100%;
    height: 170px;
    background-color: #f7f7f7;
    border: 1px solid #e5e8ed;
    padding: 20px;
    color: #000;
}

div#influencer-view .influence-popbtn {
    padding: 8px 20px;
    color: #fff;
    background-color: #ffa066;
    border-radius: 3px;
}

div#influencer-view textarea:focus {
    outline: none;
    border: none;
}

.influencer1 form .form-check {
    float: left;
}

td.influencer1 h4 {
    font-size: 14px;
    text-align: left;
    width: 100px;
    padding-left: 35px;
    padding-top: 3px;
}

.influencer-table form {
    margin: 0 auto;
}

.social-scheduler .nav {
    border-bottom: 0px solid #dee2e6;
}

.social-scheduler .nav.nav-tabs .nav-item.show .nav-link,
.social-scheduler .nav.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
}

.social-scheduler .nav.nav-tabs .nav-link {
    color: #2d3e50;
    font-size: 15px;
}


.photo-upload.company-logo {
    height: 50px;
    background-color: #fff;
    position: relative;
    text-align: left;
}

.photo-upload.company-logo span {
    text-align: left;
    padding: 15px;
    margin: 0px;
    width: auto;
    font-size: 14px;
    color: #7f7f7f;
    line-height: 50px;
}

.upload-btnbtns {
    border: 3px solid #fff;
    background-color: #ffa066;
    height: 35px;
    width: 35px;
    border-radius: 25px;
    line-height: 30px;
    font-size: 24px;
    padding: 0px 8px;
    color: #fff;
    position: absolute;
    right: 5px;
    cursor: pointer;
    bottom: -1px;
}

.paly-btn-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.paly-btn-flex-Playbooks {
    padding-bottom: 0px;
}

.paly-btn-flex h3 {
    padding: 0px;
    margin: 0px;
}

a.btn.playbook-btn {
    padding: 7px 12px;
    background-color: #ffa066;
    color: #fff;
}

.social-scheduler .nav.nav-tabs .nav-link.pluse-btn {
    background-color: #ffa066;
    color: #fff;
    padding: 12px 15px;
    border-radius: 3px;
    margin-left: 10px;
}

.social-scheduler {
    padding: 20px 20px 80px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #e9e9e9;
    border-radius: 3px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.social-scheduler .tab-content {
    margin-top: 30px;
}

.social-scheduler .nav li.master-btnli {
    line-height: 39px;
}

.social-scheduler .nav li .master-btn {
    background-color: #ffa066;
    border: none;
    padding: 9px 20px;
    color: #fff !important;
    border-radius: 3px;
    margin-right: 12px;
}

.social-scheduler .nav li .master-btn:hover {
    color: #fff;
}

.social-scheduler .row {
    margin-top: 20px;
}

.social-scheduler .draft-text {
    border: 1px solid #e5e8ed;
    border-radius: 3px;
    padding: 15px 10px;
}

.social-scheduler .draft-a a,
.social-scheduler .draft-a button {
    padding: 8px 15px;
    color: #fff;
    background-color: #ffa066;
    border-radius: 5px;
    font-size: 15px;
}

.social-scheduler .draft-a .save {
    background-color: #2d3e50;
}

.social-scheduler .draft-a .schedule {
    background-color: #2d3e50;
    margin: 0;
    padding: 6px 15px;
    font-size: 15px;
}

.social-scheduler .draft-a .draft-smail {
    background-color: transparent;
    padding: 0px;
    float: right;
    margin-top: -3px;
}

.social-scheduler .draft-a .draft-smail i {
    color: #2d3e50;
    font-size: 30px;
}

.social-scheduler .draft-text textarea {
    width: 100%;
    margin-top: 20px;
    height: 170px;
    padding: 20px;
    border: 1px solid #efefef;
    background-color: #f7f7f7;
    border-radius: 3px;
}

.social-scheduler .draft-text textarea:focus {
    outline: none;
}

.social-scheduler .draft-select select {
    padding: 8px 10px;
    margin-top: 20px;
    border: 1px solid #e5e8ed;
    border-radius: 3px;
    width: 85%;
    background-image: url(../images/dwop-downbtn.png);
    background-repeat: no-repeat;
    background-position: center right;
    color: #2d3e50;
    -webkit-appearance: none;
    background-origin: content-box;
    font-size: 15px;
}

.social-scheduler .draft-select select {
    border: 1px solid #e5e8ed !important;
    background-color: transparent !important;
}

.social-scheduler .draft-select a {
    font-size: 25px;
    color: #000;
    padding-left: 15px;
}

.social-scheduler .draft-text .draft-b img {
    width: 100%;
    border-radius: 5px;
    height: 210px;
}


.toolkit-progress {
    margin-top: 50px;
}

.toolkit-progress-bar {
    height: 25px;
    border: 1px solid #e5e5e5;
    position: relative;
    background-color: #f3f3f3;
    position: relative;
}

.toolkit-progress-bar .toolkit-progress-inner {
    background-color: #80c124;
    transition: 0.9s;
    position: absolute;
    height: 25px;
    width: 50%;
    left: 0;
    top: 0
}

.toolkit-progress h4 {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
}

.toolkit-progress h4 span {
    font-weight: 400;
}

.draft-b h3 {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
}

.draft-b p {
    font-size: 14px;
    font-weight: 400;
    padding-top: 15px;
}

.scheduler-table table tbody tr {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scheduler-table table tbody tr td {
    border: 0px;
    display: flex;
}

.scheduler-table table tbody tr td a {
    padding: 10px 11px;
    background-color: #00173e;
    margin: 0px 2px;
    color: #fff;
    height: 35px;
    border-radius: 50px;
    width: 35px;
}

.scheduler-table table tbody tr th {
    border: 0px;
}

.scheduler-table table {
    border: 1px solid #e5e8ed;
}

.scheduler-table table tbody tr th h3 {
    font-size: 15px;
    margin: 0 auto;
    color: #2f4050;
    padding: 0;
    text-align: center;
}

.scheduler-table table tbody tr td p {
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    color: #2f4050;
    font-weight: 400;
    text-align: left;
}

.scheduler-table table tbody tr td a.table-btnr {
    background-color: #eb5765;
}

.scheduler-table table tbody tr td a.table-btng {
    background-color: #ffa066;
}

.scheduler-table table tbody tr td img {
    height: 80px;
    width: 150px;
}

.content-strategy {
    padding-top: 12px;
}

.content-strategy .nav-tabs .nav-item {
    margin-bottom: 0px;
    margin-right: 5px;
}

.content-strategy .nav-tabs .nav-link {
    border: 0px solid transparent;
    color: #fff;
    border-radius: 3px;
    background-color: #2d3e50;
    font-size: 15px;
}

.content-strategy .nav-tabs .nav-item.show .nav-link,
.content-strategy .nav-tabs .nav-link.active {
    background-color: #ff9b5e;
    color: #fff;
    border-color: transparent;
}

.content-strategy .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.content-strategy .new-content-table {
    margin-top: 20px;
    color: #2d3e50;
}

.content-strategy .new-content-table .new-content-thead {
    background-color: #f6f6f6;
}

.content-strategy .new-content-table .new-content-thead tr th {
    padding: 15px 25px;
}

.content-strategy .new-content-table th {
    vertical-align: middle;
}

.content-strategy .new-content-table th h3 {
    font-size: 15px;
    text-align: center;
    margin: 0;
    font-weight: 500;
    padding: 10px 0px;
    color: #2b3d4f;
}

.content-strategy .new-content-table .table tbody tr td p {
    text-align: center;
    color: #2b3d4f;
    padding: 12px 0px;
    font-size: 14px;
    margin: 0 auto;
    font-weight: 400;
}

.content-strategy .new-content-table .table tbody tr td {
    font-size: 14px;
    font-weight: 400;
}

.content-strategy .new-content-table .conten-left h3 {
    text-align: left;
}

.content-strategy .new-content-table .conten-left p {
    text-align: left !important;
}

.content-strategy .new-content-table table {
    border: 1px solid #ededed;
}

.content-strategy .new-content-table td.conten-left {
    width: 35%;
    padding: 0px 20px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f6f6;
}

.content-strategy .new-content-table .table td,
.content-strategy .new-content-table .table th {
    border-top: 0px solid #dee2e6;
}

.content-strategy .new-content-table .table thead th {
    border-bottom: 0px solid #dee2e6;
}

.content-strategy .new-content-table .table tbody tr td p span {
    font-size: 9px;
}

.content-strategy .new-content-table .table tbody tr td p span i {
    color: #58973c;
}

.content-strategy .new-content-table .table tbody tr td p.conten-left-p {
    width: 115px;
}

.input-type.full-select-goal-bar {
    width: 25%;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"]+.radio-label:after {
    content: '';
    background: #ffffff;
    border-radius: 0%;
    border: 2px solid #00173e;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    margin-top: 4px;
    margin-left: 5px;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:after {
    background-image: url(https://cdn.4in10.io/images/yes-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

table.dataTable thead .sorting_desc:after {
    content: url(https://cdn.4in10.io/images/filter-down.png) !important;
}

table.dataTable thead .sorting_asc:after {
    content: url(https://cdn.4in10.io/images/filter-icon.png) !important;
}

table.dataTable thead .sorting:after {
    opacity: 1 !important;
    content: url(https://cdn.4in10.io/images/filter-icon.png) !important;
}

#example1 .to-do-table thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 20px !important;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 150px !important;
    background-color: #f2f2f2;
    border-radius: 3px;
    border: none;
    margin: 0px 10px;
}

div.dataTables_wrapper div.dataTables_length select:focus {
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_filter input {
    background-color: #f2f2f2;
    border-radius: 3px;
    border: none;
}

div.dataTables_wrapper div.dataTables_filter input:focus {
    box-shadow: none;
}

.strategy-according>.card {
    border: none;
}

.strategy-according>.card button {
    color: #2d3e50;
    padding: 10px 0px;
}

.strategy-according>.card button i {
    margin-left: 20px;
    color: #ffffff;
    padding: 2px 3px;
    background-color: #ffa066;
    font-size: 15px;
    border-radius: 3px;
}

.strategy-according>.card button:focus {
    box-shadow: none;
}

.strategy-according>.card>.card-header {
    background-color: transparent;
    padding: 0;
}

.bs-example2 .strategy-according .card .card-body {
    padding: 5px 0px !important;
}

.form-group.swot-tab.strategies-form p.tacts-p label {
    font-weight: 400;
    padding: 0px 0px 0px 40px;
    position: relative;
    font-style: italic;
    width: 90%;
}

.form-group.swot-tab.strategies-form p.tacts-p label:after {
    content: url(../images/side-meu-blue.png);
    display: block;
    position: absolute;
    left: 24px;
    top: 7px;
}

.form-group.swot-tab.strategies-form p.tacts-p.tacts-fill-dot label:after {
    background-color: #1db808;
    height: 12px;
    content: '';
    width: 12px;
    border-radius: 50px;
    display: block;
    z-index: 99;
}

.progress.animated-progress .progress-bar {
    background-color: #ffa066 !important;
}

.expmple2-box {
    padding: 30px;
    box-shadow: 0px 0px 10px #e4e4e4;
    border-radius: 3px;
    position: relative;
}

.expmple2-box h3 {
    font-size: 22px;
    padding-bottom: 20px;
}

div#example2_wrapper {
    display: block;
}

/*div#example2_wrapper .dataTables_length {
	float: left;
}

div#example2_wrapper #example2_filter {
	float: right;
}*/

.expmple2-box .dataTables_paginate {
    border-radius: 3px;
    margin-top: 20px !important;
}

.expmple2-box div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 20px 0px;
}

.user-add {
    padding: 30px;
    box-shadow: 0px 0px 10px #e4e4e4;
    border-radius: 3px;
}

.user-add h3 {
    font-size: 22px;
    padding-bottom: 20px;
}


.userTab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.userlist-btn {
    padding: 10px 20px;
    background-color: #00173e;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}

.userlist-btn:first-child {
    background-color: #ffa066;
}

.user-table-overflow {
    overflow-x: scroll;
}

.userlist-btn:hover {
    color: #fff;
    background-color: #ffa066;
}

.clint-box .btn {
    float: right;
    width: auto;
    margin-bottom: 10px;
}

.dropdown.bootstrap-select.show-tick {
    width: 100% !important;
}

button.btn.dropdown-toggle.btn-light {
    background-color: #f3f3f3;
    color: #000 !important;
    font-weight: 400 !important;
    padding: 0px 10px !important;
}

.filter-option {
    line-height: 48px;
}

.fixe-goal-table #example1,
.fixe-goal-table #example12 {
    overflow: hidden;
}

.fixe-goal-table table.table#example1 tbody tr td.left-bor,
table.table#example12 tbody tr td.left-bor {
    border-left: 1px solid #e9e9e9 !important;
}

.fixe-goal-table table.table#example1 tbody tr td.right-bor,
table.table#example12 tbody tr td.right-bor {
    border-right: 1px solid #e9e9e9 !important;
}

.fixe-goal-table table.table#example1,
table.table#example12 {
    border-spacing: 0px;
    border-collapse: inherit !important;
}

.fixe-goal-table table.table#example1 tbody tr td,
table.table#example12 tbody tr td {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.fixe-goal-table table.table#example1 tbody tr:hover>td,
table.table#example12 tbody tr:hover>td {
    border-color: #ffa066 !important;
}

div#editpop-btn input {
    width: 100%;
}

tr.drc-drop {
    margin: 5px 0px;
}

tr.drc-drop.drc-drop2 td {
    padding: 20px 10px;
    vertical-align: middle;
}

/*tr.drc-drop.drc-drop2 {
    border: 2px solid #00173e47;
    background-color: #f5f5f5;
    margin: 5px 0px !important;
    border-radius: 3px;
}
tr.drc-drop:hover {
    border-color:#ffa066;
}*/

tr.drc-drop.drc-drop2 td.scores .progress {
    box-shadow: inherit;
}


span.select2.select2-container {
    height: auto !important;
}

span.select2.select2-container span.selection {
    line-height: 0px;
}

span.dropdown-wrapper {
    display: none;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    padding: 10px;
}


div#tacticsmodal input {
    width: 100%;
}


/*.responsible-user {
    margin: 20px 5px;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 5px;
    background-color: #00173eab;
    padding: 20px;
}*/
.responsible-user .responsible-userbox {
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
}

.form-group.swot-tab.strategies-form .responsible-user p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}

.responsible-user .responsible-userbox ul {
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    padding: 12px 10px;
    /* box-shadow: 0px 0px 10px #e1e1e1; */
    /* background-color: #fff; */
    margin: 0px;
    /* border: 1px solid #fff; */
}

.responsible-user .responsible-userbox ul li {
    list-style: none;
    position: relative;
    padding: 0px 0px 0px 20px;
    color: #fff;
    margin-right: 20px;
}

.responsible-user .responsible-userbox ul li:after {
    content: "\f007";
    display: block;
    position: absolute;
    top: 0;
    font-family: fontawesome;
    left: 3px;
}

.responsible-user .responsible-userbox a.userbox-btn {
    height: 25px;
    border-radius: 0;
    padding: 0px 14px !important;
    background-color: #fb9f62;
    margin-left: 5px;
    font-size: 14px;
    width: 40px;
    border-radius: 12px;
    color: #fff;
    transition: 0.9s;
}

.responsible-user .responsible-userbox a.userbox-btn i {
    line-height: 26px;
}

.responsible-user .responsible-userbox a.userbox-btn:hover {
    background-color: #fb9f62;
    color: #fff !important;
    transition: 0.9s;
}

.responsible-user .responsible-userbox2 ul {
    width: 52%;
}


.responsible-user .responsible-userbox2 span {
    background-color: #fb9f62;
    padding: 15px 18px;
    color: #fff;
    font-size: 14px;
}

.responsible-user .responsible-userbox2 .date-simple2 {
    margin-top: -38px;
}

.responsible-user .responsible-userbox2 .date-simple {
    padding-left: 20px;
    color: #fff;
}

.responsible-user .responsible-userbox2 .date-simple2 p {
    padding-left: 20px;
}

.assigmenttab-tabing-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.assigmenttab-tabing {
    background-color: #f8f9fb;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #f3f5f8;
    margin-bottom: 35px;
}

.assigmenttab-tabing-box p {
    margin: 0px;
}

.assigmenttab-tabing .nav.nav-tabs {
    border: none;
    justify-content: center;
}

.assigmenttab-tabing .nav .nav-item .nav-link {
    padding: 10px 40px;
    background-color: #2d3e50;
    color: #fff;
    margin: 0px 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
}

.assigmenttab-tabing .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000 !important;
    background-color: #ffffff !important;
}

.month-accordion .card-header {
    border: 1px solid #f3f5f8;
    padding: 12px 15px;
    background-color: #f8f9fb;
}

.month-accordion .collapse {
    background-color: #f8f9fb;
}

.month-accordion .card-header button {
    color: #000;
    font-size: 16px;
}

.january-tabings .nav.nav-tabs {
    border: none;
}

.january-tabings .nav .nav-item .nav-link {
    border-radius: 0px;
    color: #2f4050;
    background-color: #ededed;
    padding: 8px 25px;
    margin-right: 1px;
    font-size: 14px;
    margin-bottom: 20px;
}

.january-tabings .nav .nav-item .nav-link.active {
    border-radius: 0px !important;
}

.january-tabings .tab-content .tab-pane p {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.january-tabings .tab-content .tab-pane p:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background-color: #ffa066;
    position: absolute;
    top: 5px;
    left: 0;
}

.january-tabings .assignment-box span {
    display: block;
    font-size: 14px;
    padding-left: 20px;
}

.january-tabings .assignment-box form input {
    width: 100%;
    background-color: #fff !important;
    height: 35px !important;
    margin-top: 5px;
}

.assignment-box {
    padding-top: 40px;
}

.assignment-box .assignment-detals {
    background-color: #fff;
    width: 100%;
    display: flex;
    margin-top: 10px;
    padding: 10px 0px;
    justify-content: end;
    align-items: center;
}

.assignment-box .assignment-detals span {
    display: initial;
    color: #ffa066;
}

.duedates-box {
    padding: 20px;
    background-color: #fff;
    margin: 0px 0px 20px 0px;
}

.duedates-box span.duedate-name {
    color: #ffa066;
}

.duedates-box span {
    display: block;
    font-size: 15px;
    position: relative;
    color: #2b3d4f;
    padding-left: 25px;
    line-height: 30px;
}

.iconCopy {
    height: 300px;
    overflow-y: scroll;
}

.iconCopy i {
    padding: 10px;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    margin: 5px;
}

.user-add .form-group.iconGroup {
    background-color: #f3f3f3;
    padding: 10px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
}

.user-add .form-group.iconGroup i {
    line-height: 24px;
}

.duedates-box span.duedate-name:after {
    content: url(../images/assignment-user.png);
    display: block;
    top: 5;
    left: 0;
    position: absolute;
}

.duedates-box span:after {
    content: url(../images/assignment-date.png);
    display: block;
    top: 7;
    left: 0;
    position: absolute;
}

.accordion-button {
    position: relative;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
    position: absolute;
    font-size: 80px;
}

.accordion-button::after {
    content: "+";
    position: absolute;
    font-size: 40px;
    color: #ffa067;
    right: 10px;
    line-height: 33px;
    top: 0;
}

.strategies-boxe span {
    font-size: 15px;
    color: #2d3e50;
    padding-left: 30px;
    position: relative;
    display: block;
    line-height: 30px;
}

.strategies-boxe span:after {
    content: url(../images/side-meu-icon.png);
    display: block;
    position: absolute;
    left: 10px;
    top: 7px;
}

.strategies-boxe span.tatic-text {
    padding-left: 40px;
}

.strategies-boxe span.tatic-text:after {
    content: url(../images/side-meu-blue.png);
    display: block;
    position: absolute;
    left: 25px;
    top: 8px;
}

.profile-leftse {
    background-color: #f9f9fa;
    padding: 20px;
    border-radius: 3px;
}

.searchContent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.searchContent form button {
    background-color: #ffa066;
    padding: 15px 20px;
    border: none;
    color: #fff;
}

.profile-leftse .user-imge {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.profile-leftse .user-imge img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    border: 3px dashed #ffa066;
}

.upload-btn-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}

.upload-btnbtn {
    border: 3px solid #fff;
    background-color: #ffa066;
    height: 35px;
    width: 35px;
    border-radius: 25px;
    line-height: 30px;
    font-size: 24px;
    padding: 0px 8px;
    color: #fff;
    position: absolute;
    right: -5px;
    cursor: pointer;
    bottom: -5px;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 42px;
}

.profile-leftse ul {
    margin-top: 20px;
}

.profile-leftse ul li {
    line-height: 36px;
    font-size: 15px;
    color: #2d3e50;
    list-style: none;
    font-weight: 300;
}

.profile-leftse ul li.dffrent-liprofile {
    font-size: 17px;
    font-weight: 500;
    color: #ffa066;
}

.profile-leftse ul li img {
    padding-right: 8px;
}

.profile-lefta {
    text-align: center;
}

.profile-lefta a {
    background-color: #ffa066;
    color: #fff;
    font-size: 15px;
    padding: 8px 12px;
    margin-right: 10px;
    border-radius: 3px;
    display: inline-block;
    transition: 0.9s;
    margin-bottom: 10px;
}

.profile-lefta a.icon-lefts {
    padding: 12px 12px;
}

.profile-lefta a:hover {
    background-color: #2d3e50;
    color: #fff;
    transition: 0.9s;
}

.profile-leftse.profile-rightse .short-div li {
    list-style: none;
    font-size: 17px;
    color: #2d3e50;
}

.profile-leftse.profile-rightse .short-div li img {
    margin-top: -5px;
}

.profile-leftse.profile-rightse .short-div .short-diva {
    padding: 5px 22px;
    background-color: #ffa066;
    border-radius: 3px;
    color: #fff;
    right: 25px;
    position: absolute;
    border: none;
    top: 15px;
    display: inline-block;
}

.leftse-filter-btn {
    margin-bottom: 15px;
}

.profile-gole-box ul {
    padding: 5px;
    margin: 0 auto;
}

.profile-gole-box {
    padding: 15px 12px;
    box-shadow: 0px 0px 10px #e5e5e5;
    margin-bottom: 15px;
    border-radius: 5px;
}

.profile-leftse.profile-rightse .leftse-filter-btn a {
    color: #2d3e50;
    font-size: 18px;
}

.profile-leftse.profile-rightse .leftse-filter-btn a.righta {
    float: right;
}

.profile-leftse.profile-rightse .leftse-filter-btn a img {
    padding-left: 6px;
}

.profile-leftse.profile-rightse p {
    margin: 0px;
    color: #2d3e50;
    font-size: 16px;
    width: 88%;
}

.profile-rightse ul {
    padding: 0px;
    margin-left: 10px;
}

.profile-rightse ul li {
    position: relative;
    padding-left: 20px;
    line-height: 28px;
}

.profile-rightse ul li.profile-tacitc {
    padding-left: 35px;
    font-style: italic;
    font-size: 14px;
}


.profile-rightse ul li:after {
    content: "";
    border: 2px solid #ffa066;
    height: 13px;
    width: 13px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 7px;
    left: 1px;
}

.profile-rightse ul li.profile-tacitc:after {
    content: "";
    border: 2px solid #00173e;
    height: 11px;
    width: 11px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 8px;
    left: 19px;
}




.profile-u-photo {
    background-color: #f9f9fa;
    padding: 20px 15px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: space-around;
}

.profile-u-photo2 {
    margin-left: 30px;
}

.profile-u {
    width: 110px;
    border: 3px dashed #ffa066;
    height: 110px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.profile-u img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.profile-u-photo2 ul {
    margin: 0px;
    padding: 0;
}

.profile-u-photo2 ul li {
    list-style: none;
    line-height: 30px;
}

.profile-u-photo1 p {
    padding: 3px 10px;
    display: table;
    color: #2d3e50;
    border: 2px dashed #2d3e50;
    margin: 15px auto;
    border-radius: 5px;
    font-weight: 400;
}

.profile-photo-send a {
    width: 100%;
    background-color: #ffa066;
    display: block;
    margin: 10px 0px;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.profile-photo-send a:hover {
    color: #fff;
}

.get-paid-from input {
    width: 45%;
    margin: 3px 0px;
}

.get-paid-from button {
    padding: 11px 20px;
    color: #fff;
    background-color: #ffa066;
    border: none;
    margin-top: 10px;
}

.profile-gole {
    display: flex;
    justify-content: space-between;
}

.main-profile-gole {
    color: #ffa066;
    font-weight: 500;
}

.profile-gole span {
    width: 33%;
}

.profile-u-photo3 p {
    font-size: 35px;
    border: 2px dotted #ffa066;
    padding: 10px;
    border-radius: 5px;
    color: #ffa066;
}

.active-bar {
    display: flex;
}

.progerss-barreferral {
    width: 100%;
    height: 30px;
    background-color: #e5e5e5;
    display: flex;
    margin-top: 10px;
}

.active-user-progerss {
    background-color: #00173e;
    height: 30px;
    width: 35%;
}

.assign-user-progerss {
    background-color: #ffa066;
    height: 30px;
    width: 20%;
}

.active-bar span {
    padding-left: 25px;
    position: relative;
}

.active-bar .active-after:after {
    height: 12px;
    width: 12px;
    background-color: #00173e;
    display: block;
    content: "";
    border-radius: 50px;
    position: absolute;
    left: 7px;
    top: 6px;
}

.active-bar .assign-after:after {
    height: 12px;
    width: 12px;
    background-color: #ffa066;
    display: block;
    content: "";
    border-radius: 50px;
    position: absolute;
    left: 7px;
    top: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    line-height: 40px !important;
}

.left-perfomance {
    display: flex;
    flex-wrap: wrap;
}

.cat {
    background-color: #ededed;
    border-radius: 0px;
    margin: 0px 4px 4px 0px;
}

.cat.action label {
    padding: 8px 0px;
    margin: 0 auto;
    border-radius: 0;
    font-size: 14px;
}

.cat label span {
    text-align: center;
    padding: 10px 25px;
    cursor: pointer;
}

.cat label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

.cat label input+span {
    color: #2f4050;
}

.cat input:checked+span {
    color: #fff;
}

.left-perfomance .cat.action input:checked+span {
    background-color: #ffa066;
}

.left-perfomance .cat.action input.select-action:checked {
    background-color: #ffa066;
}

.goal-div-show {
    padding-top: 20px;
}

.goal-div-show p.goal-div-hidden {
    font-size: 16px;
    position: relative;
    margin: 5px 0px;
    padding-left: 15px;
}

.goal-div-show p.goal-div-hidden:after {
    content: "";
    background-color: #ffa066;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
}

.goal-div-show p.strategies-div-hidden {
    font-size: 15px;
    position: relative;
    margin: 5px 0px;
    padding-left: 25px;
    display: none;
}

.goal-div-show p.strategies-div-hidden:after {
    content: "";
    border: 2px solid #ffa066;
    height: 13px;
    width: 13px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
}

.goal-div-show p.tactics-div-hidden {
    font-size: 14px;
    position: relative;
    margin: 5px 0px;
    display: none;
    padding-left: 35px;
    font-style: italic;
}

/*.goal-div-show p.tactics-div-hidden:after {
    content: url(../images/side-meu-blue.png);
    display: block;
    position: absolute;
    top: 3px;
    left: 17px;
}*/

.assignment-div-hidden {
    display: none;
}

.assignment-box-show {
    background-color: #fff;
    margin: 5px 0px;
    padding: 10px 40px;
}

.assignment-div-hidden {
    color: #ffa066;
    font-size: 14px;
}

.assignment-div-hidden .detals-span1 {
    position: relative;
    display: block;
}

.assignment-div-hidden .detals-span1:after {
    content: url(../images/assignment-user.png);
    display: block;
    position: absolute;
    top: 1px;
    left: -22px;
}

.assignment-div-hidden .detals-span2 {
    position: relative;
    display: block;
    color: #2d3e50;
}

.assignment-div-hidden .detals-span2:after {
    content: url(../images/assignment-date.png);
    display: block;
    position: absolute;
    top: 4px;
    left: -22px;
    left: -22px;
}

.all-detals-activity span {
    padding-left: 35px;
}

p.tacts-fill-dot {
    position: relative;
    font-style: italic;
}

p.tacts-fill-dot:after {
    background-color: #00b326;
    content: '';
    display: block;
    height: 12px;
    top: 8px;
    width: 12px;
    border-radius: 50%;
    left: 4px;
    position: absolute;
}




.all-detals-activity {
    padding: 10px 0px;
    background-color: #fff;
    margin-left: 20px;
}

span.dates-name {
    width: auto;
    display: flex;
    margin: 5px 0px;
}

.all-detals-activity .user-name-black {
    color: #000;
}

.all-detals-activity span.oner-name {
    position: relative;
}

.all-detals-activity span.oner-name:after {
    content: "\f007";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 13px;
}





.all-detals-activity span.users-name {
    position: relative;
}

.all-detals-activity span.users-name:after {
    content: url(../images/users-icon.png);
    display: block;
    position: absolute;
    top: 0px;
    left: 7px;
}

.all-detals-activity span.dates-name {
    position: relative;
    background-color: #f1f1f1;
    padding-left: 30px;
    border-radius: 50px;
}

.all-detals-activity span.dates-name:after {
    content: url(../images/assignment-date.png);
    display: block;
    position: absolute;
    top: 12px;
    left: 14px;
}

.all-detals-activity .viewchart-name {
    padding: 0px;
}

.all-detals-activity .viewchart-name a {
    background-color: #ffa066;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
    border-radius: 12px;
}

.all-detals-activity .viewlog-name {
    padding: 0px;
}

.all-detals-activity .viewlog-name a {
    background-color: #00173e;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 12px;
    margin-left: 5px;
}

.log-date-text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.log-date-text span {
    background-color: #ffa066;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 5px;
    color: #fff;
}

.all-detals-activity span.users-name b {
    color: #ffa066;
    font-weight: 500;
}

.users-asgn-box h3 {
    font-size: 16px;
    margin: 0;
    padding: 15px 0px 10px 0px;
}

.view-log-popup .users-asgn-box ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.view-log-popup .users-asgn-box ul li {
    list-style: none;
    padding: 10px 10px 10px 25px;
    margin: 2px;
    border-radius: 3px;
    position: relative;
    background-color: #2d3e50;
    font-size: 14px;
    color: #fff;
}

.view-log-popup .users-asgn-box ul li:after {
    content: "\f007";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    left: 10px;
}

.working-stuts {
    margin-top: 20px;
}

.working-stuts span {
    padding: 8px 25px;
    border-radius: 50px;
    background-color: #ffa066;
    color: #fff;
    font-size: 14px;
}


.duedate-div-hidden {
    background-color: #fff;
    padding: 10px;
    display: none;
    margin-left: 20px !important;
}

.duedate-box-show span {
    color: #2b3d4f;
    font-size: 14px;
    display: block;
    line-height: 27px;
}

.duedate-box-show span.detals-span1 {
    color: #ffa066;
    padding-left: 25px;
}

.duedate-box-show .detals-span1 {
    position: relative;
}

.duedate-box-show .detals-span1:after {
    content: url(../images/assignment-user.png);
    display: block;
    top: 4;
    left: 0;
    position: absolute;
}


.duedate-box-show .detals-span2 {
    position: relative;
    padding-left: 25px;
}

.duedate-box-show .detals-span2:after {
    content: url(../images/assignment-date.png);
    display: block;
    top: 7;
    left: 0;
    position: absolute;
}



.keyword-tabs.chat-tab {
    padding-top: 10px;
}

.keyword-tabs.chat-tab .tab-content {
    margin-top: 10px;
}

.keyword-tabs.chat-tab .nav .nav-item {
    margin: 0px 5px 0px 0px;
}

.chat-box-div {
    border-radius: 3px;
}

.chat-box-header {
    padding: 10px 15px;
    background-color: #2f4050;
    border-top-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    display: flex;
    color: #fff;
    align-items: center;
}

.chat-box-header img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.chat-header-text {
    padding-left: 15px;
    position: relative;
}

.chat-header-text h3 {
    font-size: 18px;
    margin: 0 auto;
    padding: 0px;
    font-weight: 400;
}

.chat-header-text p {
    font-size: 14px;
    margin: 0 auto;
    padding: 0px;
    font-weight: 300;
    padding-left: 15px;
}

.chat-header-text p span {
    height: 10px;
    width: 10px;
    background-color: #ffa066;
    display: block;
    border-radius: 50px;
    position: absolute;
    left: 15px;
    margin-top: 5px;
}

.chat-middel-box {
    padding: 20px;
    max-height: 500px;
    min-height: 500px;
    overflow-y: scroll;
}

.chat-middel-box .last-date {
    text-align: center;
    background-color: #ffa066;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 14px;
    display: table;
    color: #fff;
    margin: 0 auto;
}

.chat-middel-box .last-date span {
    background-color: #f2f2f2;
    padding: 7px 40px;
    font-size: 14px;
    border-radius: 50px;
    color: #2f4050;
}

.clint-chatdiv {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    justify-content: start;
}

.clint-chatdiv .clint-image img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.clint-message {
    margin-left: 15px;
}

.clint-message pre {
    padding: 8px 30px;
    margin-bottom: 0;
    background-color: #f2f2f2;
    color: #2f4050;
    border-radius: 50px;
    font-size: 15px;
    overflow: inherit;
    position: relative;
    margin-right: 50px;
    white-space: pre-line;
    margin-left: 10px;
}

.user-message a span.chatTime {
    color: #000;
}

.clint-message span.chatTime,
.clint-chatdiv span.chatTime,
.user-chatdiv span.chatTime {
    font-size: 10px;
    font-style: italic;
}

.clint-message pre:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #f2f2f2;
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translate(-35%, -50%);
}


.user-chatdiv {
    display: flex;
    margin: 20px 0px;
    justify-content: end;
    align-items: center;
}

.user-chatdiv .user-image img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.user-message {
    margin-right: 15px;
}

.user-message a {
    color: #000;
}

.user-message.clientimage {
    margin-right: 0px;
    margin-left: 15px;
}

.user-message.clientpsd a img {
    width: 36px;
    height: 40px;
    border-radius: 0;
}

.clint-message img {
    width: 100%;
    height: 120px;
    border-radius: 10px;
}

.pdfName i {
    font-size: 45px;
    color: #0056b3;
}

i.pdfName {
    font-size: 45px;
    color: #0056b3;
}

.user-message img {
    border-radius: 10px;
    width: 250px;
    margin: 5px;
}


.keyword-tabs.chat-tab.group-chats .chat-footer textarea {
    width: 80%;
    height: 40px !important;
    border: 1px solid #2f4050 !important;
    border-radius: 50px !important;
    margin-right: 20px;
    overflow: hidden;
    padding: 6px 15px !important;
}

.keyword-tabs.chat-tab.group-chats .chat-footer textarea:focus-visible {
    outline: none;
}

.user-message pre {
    padding: 8px 30px;
    margin-bottom: 0;
    background-color: #2f4050;
    color: #fff;
    font-size: 15px;
    border-radius: 50px;
    position: relative;
    margin-left: 60px;
    overflow: initial;
    border: none;
    white-space: normal;
    word-break: break-word;
}

.user-message pre:after {
    width: 0;
    height: 0;
    border-top: 10px solid #d7ffa200;
    border-bottom: 10px solid #ff131300;
    border-left: 20px solid #2f4050;
    content: "";
    border-right: 20px solid #00f0;
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-10%, -50%);
}

.chat-footer {
    padding: 10px 20px;
    background-color: #f2f2f2;
}

.chatVideo video {
    height: 115px;
    width: 100%;
    border-radius: 15px;
}

.chat-footer form {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-footer textarea {
    background-color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    height: 45px !important;
    font-size: 14px;
    width: 80%;
    border: 1px solid #e1e1e1 !important;
    margin-right: 10px;
}

.chat-footer textarea:focus-visible {
    outline: none;
}

.chat-footer button {
    background-color: #fff !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
    height: auto !important;
    font-size: 15px;
    width: auto;
    border: none;
}

.chat-footer form button img {
    padding-left: 10px;
}

.chat-middel-box::-webkit-scrollbar {
    width: 2px !important;
}

.chat-middel-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

.chat-middel-box::-webkit-scrollbar-thumb {
    background-color: #ffa066 !important;
}

.chat-popup-box .chat-footer textarea {
    width: 68%;
}

.cke_show_borders:focus-visible {
    outline: none;
}

.group-addmain section {
    width: 100% !important;
}

.keyword-tabs.chat-tab.group-chats {
    display: flex;
    border: 1px solid #e7eaee;
    padding: 0px;
}

.keyword-tabs.chat-tab.group-chats .tab-content {
    margin-top: 0px;
    width: 70%;
}

.chat-tab.group-chats .nav.nav-tabs.group-chat {
    display: block;
    width: 100%;
    background-color: #f8f9fb;
    padding: 10px;
}

.chat-tab.group-chats .nav.nav-tabs.group-chat li {
    width: 100%;
    margin: 0px 0px 10px 0px !important;
}




.edit-delet {
    visibility: hidden;
}

.edit-delet ul {
    margin: 5px 0px;
    padding: 0;
    display: flex;
    justify-content: end;
}

.edit-delet ul li {
    list-style: none;
    background-color: #2f4050;
    margin: 2px;
    border-radius: 50px;
    height: 28px;
    width: 28px;
}

.edit-delet ul li button {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    padding: 8px;
}

.user-message:hover .edit-delet {
    visibility: visible;
}


.group-chat-btn {
    text-align: center;
}

.group-chat-btn a {
    background-color: #2f4050;
    padding: 12px 20px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    transition: 0.9s;
    border-radius: 3px;
}

.group-chat-btn a i {
    font-size: 20px;
}

.group-chat-btn a:hover {
    color: #fff;
    background-color: #2f4050;
    transition: 0.9s;
}

.keyword-tabs.chat-tab.group-chats .group-chat-side {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0px;
}

.keyword-tabs.chat-tab.group-chats .group-left-chat1 {
    width: 30%;
    position: relative;
    text-align: center;
}

.keyword-tabs.chat-tab.group-chats .group-left-chat1 span.ttccou {
    color: #fff;
    background-color: #ffa066;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    display: block;
    position: absolute;
    left: 0px;
    text-align: center;
    line-height: 22px;
    font-size: 10px;
    top: -6px;
}

.keyword-tabs.chat-tab.group-chats .group-left-chat1 img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.keyword-tabs.chat-tab.group-chats .group-left-chat {
    margin-left: 10px;
    width: 70%;
}

.keyword-tabs.chat-tab.group-chats .group-left-chat h5 {
    margin: 0 auto;
    padding: 0px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.keyword-tabs.chat-tab.group-chats .group-left-chat p {
    margin: 0 auto;
    padding: 0px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.keyword-tabs.chat-tab.group-chats li.group-addchat {
    padding: 0px 10px;
}

.keyword-tabs.chat-tab.group-chats li.group-addchat p {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.keyword-tabs.chat-tab.group-chats li.group-addchat p a {
    color: #2f4050;
}

.keyword-tabs.chat-tab.group-chats li.group-addchat span {
    float: right;
    font-size: 22px;
    font-weight: 500;
}

.keyword-tabs.chat-tab.group-chats .nav .nav-item {
    background-color: transparent;
}

.keyword-tabs.chat-tab.group-chats .nav .nav-item .nav-link {
    color: #495057;
    background-color: #f3f3f3;
}

.keyword-tabs.chat-tab.group-chats li.group-logo img {
    height: 50px;
}

.keyword-tabs.chat-tab.group-chats .chat-scrolling {
    height: 558px;
    overflow-y: scroll;
}

.keyword-tabs.chat-tab.group-chats .chat-footer {
    display: flex;
    align-items: center;
}

.upload-atted {
    position: relative;
    margin-right: 10px;
}

.upload-atted p {
    background-color: #2f4050;
    display: table;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

input.input-uploadated {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    height: auto !important;
    width: 100% !important;
}

.serch-box {
    display: none;
}

.serch-box.serch-box2 input {
    background-color: #e7e7e7 !important;
    border-radius: 0px !important;
}

.serch-box button {
    padding: 16px;
    border: none;
    width: 20%;
    font-size: 16px;
    background-color: #ffa066;
    color: #fff;
}

.Switch {
    width: 110px !important;
    background-color: #ffa066 !important;
    border-radius: 3px !important;
    border: none !important;
}

.serch-box input {
    width: 78%;
}




.keyword-tabs.chat-tab.group-chats .derect-message-tab {
    display: flex;
}

.keyword-tabs.chat-tab.group-chats .derect-message-tab li {
    width: auto !important;
}


.keyword-tabs.chat-tab.group-chats .tab-content.group-chat-list {
    width: 30% !important;
}

.group-addmain .derect-message-tab-box .derect-message-tab li a {
    text-align: center;
    height: 60px;
    position: relative;
    width: 110px;
    font-size: 14px;
    border-radius: 0;
    margin: 0px 3px;
    color: #fff;
    background-color: #2f4050;
    display: flex;
    justify-content: center;
    border: none;
    align-items: center;
}

.derect-message-tab-box .derect-message-tab {
    margin-bottom: 20px;
    border: none;
}

.group-addmain .derect-message-tab-box .derect-message-tab li a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -0%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #2f4050;
    clear: both;
}

.group-addmain .derect-message-tab-box .nav-tabs.derect-message-tab .nav-item .nav-link.active {
    color: #fff !important;
    background-color: #ffa066 !important;
    border: none;
    border-radius: 0px;
}

.group-addmain .derect-message-tab-box .nav-tabs.derect-message-tab .nav-item .nav-link.active:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -0%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffa066;
    clear: both;
}

.room-list {
    background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
}

button.add-roombutton {
    float: right;
    padding: 15px 10px;
    background-color: #ffa066;
    border-radius: 1px;
    margin-bottom: 20px;
    border: none;
}

button.add-roombutton:hover {
    background-color: #2f4050;
}

button.add-roombutton i {
    color: #fff;
}

.room-list p {
    padding: 0px;
    width: 200px;
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
}

.room-list1 {
    display: flex;
    align-items: center;
}

.room-list2 {
    display: flex;
    align-items: center;
}

.room-list2 a {
    padding: 6px 25px;
    background-color: #ffa066;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
}

.room-list2 span {
    background-color: #00173e;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
    padding: 7px 8px;
    font-size: 14px;
}

.room-list2 a:hover {
    color: #fff;
}

.conversation-list-box {
    box-shadow: 0px 0px 10px #e7e7e7;
    padding: 35px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 50px;
}

.conversation-list-box h3 {
    font-size: 18px;
    color: #041b41;
    font-weight: 400;
    position: relative;
}

.conversation-list-box h3::after {
    content: url(../images/side-meu-icon.png);
    display: block;
    position: absolute;
    top: 3px;
    left: -20px;
}

.conversation-list {
    background-color: #f7f7f7;
    border: 1px solid #f0eeee;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
}

.conversation-list p {
    padding: 0px 0px 0px 20px;
    margin: 0;
    font-size: 15px;
}

.conversation-list p:after {
    content: url(../images/side-meu-blue.png);
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}

.conversation-list1 {
    display: flex;
    align-items: center;
    position: relative;
}

.conversation-list2 {
    display: flex;
    align-items: center;
}

.conversation-list2 span {
    background-color: #00173e;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
    padding: 7px 8px;
    font-size: 14px;
}

.conversation-list2 span.chat-iconpop {
    padding: 5px;
}

#chat-popup .modal-dialog {
    max-width: 700px;
}

.chat-popup-box .chat-middel-box {
    min-height: 300px;
    max-height: 300px;
}

.chat-popup-box .chat-footer form input {
    width: 75%;
}

.chat-header-text p span {
    background-color: #0bd82d;
}

.tabs .all-notification {
    width: 100%;
}

.notification-box {
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #ddd;
    display: flex;
    justify-content: start;
    align-items: center;
    border-left: 5px solid #00173e;
    margin-bottom: 20px;
}

.notification-box i {
    font-size: 50px;
    color: #00173e;
}

.notification-box-text {
    padding-left: 20px;
}

.notification-box h3 {
    margin: 0 auto;
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
}

.notification-box p {
    margin: 0 auto;
    padding: 0px;
    font-weight: 300;
    font-size: 14px;
}


.notification-box.new-notification-box {
    background-color: #f5f5f5;
}

.notification-box.new-notification-box {
    border-left: 5px solid #ffa066;
}

.notification-box.new-notification-box i {
    font-size: 50px;
    color: #ffa066;
}

.site-wrapper h3.new-notification-h3 {
    color: #ffa066;
}

.clint-over table {
    border: 1px solid #dee2e6;
}

.clint-over table thead.new-content-thead tr th {
    padding: 10px;
    text-align: left;
    border-bottom: none;
    border-right: 1px solid #ededed;
    width: 80%;
    color: #00173e;
    font-size: 16px;
    font-weight: 500;
}

.clint-over table tbody.new-content-thead tr td {
    padding: 10px;
    border-bottom: none;
    border-right: 1px solid #ededed;
    color: #00173e;
    font-size: 16px;
    font-weight: 500;
}

.clint-over {
    margin-top: 30px;
}

.clint-over a {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 5px;
    color: #fff;
    background-color: #00173e;
}

.clint-over a.overview-edit {
    height: 30px;
    width: 30px;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 50%;
    margin-right: 0;
}

.clint-over a.overview-edit.over-delet {
    background-color: #ffa066;
}

.clint-over a.overview-edit i {
    line-height: 30px;
}

.clint-over a.das-btn {
    background-color: #ffa066;
}

.clint-over a:hover {
    color: #fff;
}

.clint-over td.dasbord-btn {
    display: flex;
    justify-content: end;
    align-items: center;
}

.site-wrapper h3.overview-clintname {
    background-color: #ffa066;
    padding: 10px;
    border-radius: 3px;
    display: table;
    font-weight: 300;
    color: #fff;
}

.clint-all-goles p.clint-gole {
    position: relative;
    padding-left: 15px;
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
}

.clint-all-goles p.clint-gole:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: #ffa066;
    top: 6;
    left: 0;
}

.clint-all-goles p.clint-stra {
    position: relative;
    padding-left: 35px;
    margin: 0px;
}

.clint-all-goles p.clint-stra:after {
    content: url(../images/side-meu-icon.png);
    display: block;
    position: absolute;
    top: 5px;
    left: 18px;
}

.clint-all-goles p.tegit {
    position: relative;
    padding-left: 55px;
    font-size: 14px;
}

.clint-all-goles p.tegit:after {
    content: url(../images/side-meu-blue.png);
    display: block;
    position: absolute;
    top: 5;
    left: 40px;
}

.dasbord-btn button.das-btn {
    background-color: #ffa066;
    padding: 6px 8px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}

.dasbord-btn form {
    margin: 0px;
}

.client-dropdown {
    float: right;
    font-size: 14px;
    height: auto !important;
    width: auto;
    padding: 10px 20px !important;
    border-radius: 3px !important;
}

.notification-dropdown {
    border: none !important;
    top: 50px !important;
    position: relative;
}



.notification-dropdown.show {
    transition: all 1s ease-in;
}


.notification-dropdown-box {
    /* min-height: 68px; */
    /* max-height: 68px;*/
    overflow: hidden;
}

.notification-dropdown-box p {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}


.notification-dropdown:after {
    content: " ";
    position: absolute;
    right: 5px;
    top: -14px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #ffa066;
}

.notification-dropdown .dropdown-header {
    background-color: #ffa066;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.notification-dropdown span.dropdown-item.dropdown-header:hover {
    background-color: #ffa066 !important;
    color: #fff !important;
}

.notification-box11 {
    display: flex;
    justify-content: left;
    align-items: start;
    padding: 10px 5px;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #efefef;
    transition: 0.9s;
    overflow: hidden;
    max-height: 255px;
}

.notification-box11:hover {
    overflow: hidden;
    max-height: 255px;
    background-color: #efefef;
    border-left-color: #000;
    transition: 0.9s;
}

.notification-box11 img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
}

.notification-box11 .notification-box2 {
    padding-left: 10px;
    width: 60%;
}

.notification-box11 .notification-box2 a {
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    line-height: 18px !important;
    padding: 0px !important;
    color: #ffa066 !important;
}

.notification-box11 .notification-box2 p {
    font-size: 12px;
    font-weight: 300;
    padding: 0px;
}

.notification-box11 .notification-box2 small {
    font-size: 10px;
    color: #000;
    position: absolute;
    right: 5px;
}

.notification-dropdown .dropdown-footer {
    font-size: 14px;
    background-color: #f3f3f3;
    color: #fff !important;
    padding: 3px 0px !important;
    transition: 0.9s;
}

.notification-dropdown .dropdown-footer:hover {
    background-color: #ffa066 !important;
    color: #fff !important;
    transition: 0.9s;
}

.notification-dropdown a {
    color: #00173e;
    font-size: 15px;
}

.notification-dropdown a span {
    font-size: 13px;
}

.notification-dropdown a i {
    color: #ffa066;
}

.notification-dropdown a:hover {
    background-color: transparent !important;
    color: #00173e !important;
}

.notification-dropdown span:hover {
    background-color: transparent !important;
    color: #00173e !important;
}



/*******************************to do list css start ******************************/


.to-do-list {}

.to-do-list .notfie-user ul {
    padding: 14px 0px;
    margin: 0 auto;
    display: flex;
}

.to-do-list .notfie-user ul li {
    list-style: none;
    font-size: 14px;
    padding-right: 10px;
}

.to-do-list .notfie-user ul li i {
    color: #fb9f62;
    font-size: 14px;
}

.to-do-list .notfie-user ul li img {
    padding-left: 5px;
}

.to-do-list .notfie-user ul li.complet-icon-blue {
    position: relative;
    padding-right: 30px;
    margin-right: 10px;
}

.to-do-list .notfie-user ul li.complet-icon-blue:after {
    position: absolute;
    content: "";
    display: block;
    background-color: #1cd42e;
    height: 14px;
    width: 21px;
    right: 0;
    top: 5px;
    border-radius: 3px;
}

.to-do-list .notfie-user ul li.complet-icon-orange {
    position: relative;
    padding-right: 30px;
    margin-right: 10px;
}

.to-do-list .notfie-user ul li.complet-icon-orange:after {
    position: absolute;
    content: "";
    display: block;
    background-color: #fb9f62;
    height: 14px;
    width: 21px;
    right: 0;
    top: 5px;
    border-radius: 3px;
}

table.table.todo-table-list {
    text-align: center;
}

table.table.todo-table-list thead tr th {
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e7e7e7;
}

table.table.todo-table-list tbody tr td {
    font-size: 14px;
    border: 1px solid #e7e7e7;
    font-weight: 300;
    vertical-align: middle;
}

table.table.todo-table-list tbody tr td.tracking-time-td h3 {
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    color: #fb9f62;
    padding: 0;
}

table.table.todo-table-list tbody tr td.tracking-time-td img {
    padding-top: 10px;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo {
    text-align: left;
    padding-left: 30px;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo h4 {
    font-weight: 400;
    font-size: 15px;
    position: relative;
}


table.table.todo-table-list tbody tr td.strategy-tactics-todo h4:after {
    content: "";
    border: 2px solid #ffa066;
    height: 13px;
    width: 13px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 2px;
    left: -18px;
}



table.table.todo-table-list tbody tr td.strategy-tactics-todo p {
    font-weight: 300;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}

/*
table.table.todo-table-list tbody tr td.strategy-tactics-todo p:after {
    content: url(../images/side-meu-blue.png);
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
}
*/

.crcel-online {
    position: relative;
}

.crcel-online:after {
    display: block;
    content: url(../images/side-meu-blue.png);
    position: absolute;
    left: 3px;
    top: 2px;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo p span {
    background-color: #ebebeb;
    padding: 5px;
    border-radius: 50px;
    float: right;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo h3 {
    font-size: 15px;
    color: #fb9f62;
    margin: 0 auto;
    padding: 0;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo h3.workloadstar i {
    font-size: 14px;
    color: #fb9f62;
    margin: 0 auto;
    padding: 0;
}

table.table.todo-table-list .thead-light th {
    background-color: #f7f7f7;
}

table.table.todo-table-list.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo ul {
    margin-top: 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo ul li {
    list-style: none;
    padding-right: 8px;
    padding-left: 25px;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo ul li span.pandding-orange {
    position: relative;
    color: #ffa066;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo ul li span.pandding-orange:after {
    position: absolute;
    content: url(../images/pandding-icon-todo.png);
    display: block;
    left: -20px;
    bottom: 0;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo ul li.complet-icon-div {
    position: relative;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo ul li.complet-icon-div:after {
    position: absolute;
    content: url(../images/complet-icon-todo.png);
    display: block;
    left: 8px;
    bottom: 4px;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo ul li h5 {
    background-color: #fb9f62;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    display: table-caption;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo ul li.complet-icon-div h5 {
    background-color: #1cd42e;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 14px;
    display: table-caption;
    font-weight: 300;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo ul li span.pandding-green {
    color: #1db808 !important;
    position: relative;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo ul li span.pandding-green:after {
    content: url(../images/pandding-icon-todo-green.png);
    display: block;
    position: absolute;
    top: 2px;
    left: -20px;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo ul li span.complet-sign {
    color: #1db808 !important;
    position: relative;
}

table.table.todo-table-list tbody tr td.strategy-tactics-todo ul li span.complet-sign:after {
    content: url(../images/complet-icon.png);
    display: block;
    position: absolute;
    top: 5px;
    left: -20px;
}

#chat-popup1 .modal-dialog {
    max-width: 700px;
}

.date-log-detal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.date-log-detal span {
    background-color: #2f4050;
    padding: 8px 20px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 50px;
}

.date-log-detal span.date-log-detal-o {
    background-color: #fb9f62;
}

.log-detailbody {
    margin-top: 10px;
}

#log-detailpop h5 {
    font-size: 28px;
    font-weight: 700;
}

.log-detailbody p {
    margin: 0;
    color: #fb9f62;
}

.log-detailbody img {
    margin-top: -5px;
}

.log-detailbody table.table.popup-todo {
    text-align: left;
    background-color: #f3f3f3;
    border: none;
    border-radius: 8px;
    margin-top: 20px;
}

.log-detailbody table.table.popup-todo tr {
    font-size: 15px;
    font-weight: 300;
}

.log-detailbody table.table.popup-todo tr td {
    padding-left: 35px;
    border: none;
}

.log-detailbody table.table.popup-todo tr span {
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    white-space: nowrap;
    background-color: #fb9f62;
    font-size: 14px;
}

.act-table-box .month-accordion .card {
    margin-bottom: 20px;
}

.log-detailbody table.table.popup-todo tr td.pop-todo-right {
    text-align: right;
}

.log-detailbody table.table.popup-todo tr td.popup-todo-2,
.log-detailbody table.table.popup-todo tr td.popup-todo-22 {
    text-align: center;
}

.log-detailbody table.table.popup-todo tr td.popup-todo-1 {
    position: relative;
}

.log-detailbody table.table.popup-todo tr td.popup-todo-1:after {
    position: absolute;
    content: url(../images/pandding-icon-todo.png);
    display: block;
    left: 10px;
    top: 12px;
}

.log-detailbody table.table.popup-todo tr td.popup-todo-11 {
    position: relative;
}

.log-detailbody table.table.popup-todo tr td.popup-todo-11:after {
    position: absolute;
    content: url(../images/complet-icon-todo.png);
    display: block;
    left: 10px;
    top: 16px;
}

.log-detailbody table.table.popup-todo tr td.popup-todo-22 span {
    background-color: #1cd42e;
}


/**********************************to do list css start *****************************/

.complet-popup .onlines-orange,
.complet-popup .onlines-blue,
.complet-popup .onlines-black {
    position: relative;
}

.complet-popup .onlines-orange:after {
    content: "\f017";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    color: #fb9f62;
    top: 13px;
    left: 16px;
}

.complet-popup .onlines-black:after {
    content: "\f017";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    color: #000;
    top: 13px;
    left: 16px;
}

.complet-popup .onlines-blue:after {
    content: "\f017";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    color: #05d44a;
    top: 13px;
    left: 16px;
}

.responsible-user .responsible-userbox2 .all-detals-activity span {
    background-color: transparent;
    color: #000;
    /*    padding: 0px 10px 0px 20px;*/
}


.responsible-user .responsible-userbox2 .all-detals-activity span {
    background-color: transparent;
    color: #000;
    /*    padding: 0px 20px 0px 20px;*/
}

.full-assignments-bar span.pandding-black:after {
    content: url(../images/pandding-icon-todo-black.png);
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
}

.full-assignments-bar span.pandding-green {
    color: #1db808 !important;
}

.full-assignments-bar span.pandding-green:after {
    content: url(../images/pandding-icon-todo-green.png);
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
}

.full-assignments-bar span.pandding-orange:after {
    content: url(../images/pandding-icon-todo.png);
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
}

.full-assignments-bar span.complet-sign {
    color: #1db808 !important;
}

.full-assignments-bar span.complet-sign:after {
    content: url(../images/complet-icon.png);
    display: block;
    position: absolute;
    top: 18px;
    left: 0px;
}

.full-assignments-bar span.user-asgn {
    color: #000 !important;
}

.full-assignments-bar {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 10px;
    width: 100%;
    border: 1px solid #e3e3e3;
    align-items: center;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ededed;
    margin: 0px 45px;
}

.assignmentstatic {
    margin: 5px 45px;
    background-color: #fff;
    padding: 1px 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #dbdbdb;
}

.project-involved {
    width: 83%;
}

.who-involved {
    width: 80%;
}

.pop-pluseicon {
    display: flex;
    justify-content: space-between;
    width: 17%;
    margin-right: 5px;
}

.project-involved.project-involved-if {
    width: 90%;
}

.pop-pluseicon.pop-pluseicon-if {
    justify-content: end;
    width: 10%;
}

.full-assignments-bar span {
    padding: 0px 20px;
    position: relative;
}

.full-assignments-bar span.oner-name.incharge:after {
    content: "\f005";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    color: #fb9f62;
    top: 14px;
    font-size: 15px;
    left: 0px;
}

.full-assignments-bar span.user-asgn:after {
    content: url(../images/pandding-icon-todo.png);
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
}

span.viewlog-name a img {
    height: 20px;
}

.full-assignments-bar span.dates-name:after {
    content: "\f017";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 8px;
    color: #919191;
}

.full-assignments-bar a.chatMoal i {
    color: #fff;
}

.social-detail-onboarding {
    background-color: #ebeaea;
    display: flex;
    align-items: center;
    margin: 10px 0px;
    padding: 10px 0px;
}


span.dates-name.background-color-datetype {
    background-color: #f1f1f1 !important;
    line-height: 34px;
    padding: 0px 25px !important;
    width: auto;
}

.full-assignments-bar .viewchart-name a {
    background-color: #fb9f62;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
    border-radius: 12px;
}


a[title]:hover::after {
    content: attr(title);
    background-color: #00173e;
    width: 100px;
    text-align: center;
    position: absolute;
    color: #fff;
    top: -40px;
    left: 0;
    padding: 3px 15px;
    border-radius: 50px;
}


[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    position: absolute;
    top: -40px;
    left: 0%;
    padding: 3px 10px 3px 10px;
    color: #222;
    white-space: nowrap;
    background-color: #00173e;
    border: none;
    color: #fff;
    border-radius: 50px;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}

[data-title] {
    position: relative;
}








.full-assignments-bar .viewlog-name a {
    background-color: #fb9f62;
    padding: 5px 10px;
    font-size: 12px;
    color: #000;
    margin-left: 5px;
    border-radius: 12px;
}

.full-assignments-bar span.viewchart-name {
    padding: 0px !important;
}

.full-assignments-bar span.viewlog-name {
    padding: 0px !important;
}

/*//////////////////////////////////////Client Budget css start//////////////////////////*/
.budget-table {
    margin-top: 30px;
}

.budget-table table.table.table-striped {
    border: 1px solid #ededed;
}

.budget-table table thead.new-content-thead {
    background-color: #f6f6f6;
}

.budget-table table thead.new-content-thead tr th {
    padding: 30px;
    text-align: center;
    border-bottom: none;
    border-right: 1px solid #ededed;
    color: #00173e;
    font-size: 16px;
    font-weight: 500;
}

.budget-table table thead.new-content-thead tr th.conten-left {
    text-align: left;
}

.budget-table table tbody tr td {
    padding: 20px 30px;
    text-align: center;
    border-right: 1px solid #ededed;
    font-weight: 300;
    vertical-align: middle;
    font-size: 15px;
}

.budget-table table tbody tr td.conten-left {
    text-align: left;
}

.budget-table button.add-budget {
    background-color: #ffa066;
    border: none;
    padding: 10px 40px;
    color: #fff;
    border-radius: 3px;
}

.act-table-box {
    margin-top: 50px;
}

.act-table-box .card .card-body {
    box-shadow: 0px 0px 10px #d9d9d9;
}

.act-table-box .month-accordion .collapse {
    margin-top: 20px;
    background-color: #f8f9fb;
}

.act-table-box select.time-fram-select {
    width: 80%;
    float: right;
    margin: 8px 0px;
    color: #fff;
    height: 40px !important;
    background-color: #ffa066 !important;
}

.act-table-box .act-select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.act-table-box .act-select-box1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.act-inner-box hr {
    margin: 35px 0px;
}

.act-table-box .act-select-box1 p,
.act-table-box .act-select-box p {
    width: 155px;
    margin: 0px;
}

.act-table-box .act-inner-box p a {
    padding-left: 10px;
}

.act-inner-box ul {
    margin-top: 10px;
}

.act-inner-box ul li {
    list-style: none;
    position: relative;
    line-height: 32px;
}

.act-inner-box ul li:after {
    content: '';
    background-color: #ffa066;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -20px;
    top: 12px;
}

.act-inner-box ul li a {
    padding-left: 10px;
    color: #2d3e50;
}

.act-table-box .act-inner-box p a i {
    color: #2d3e50;
}

.duedate-div-hidden2 {
    display: flex;
    width: 100%;
    border-radius: 3px;
    position: relative;
    background-color: #fff;
    padding: 10px 35px;
}

.duedate-div-hidden2:after {
    content: "\f017";
    font-family: FontAwesome;
    display: block;
    font-size: 18px;
    color: #ffa066;
    position: absolute;
    top: 10px;
    left: 10px;
}

/*////////////////////////////////////Client Budget css end//////////////////////////*/



/*
.discount-left {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #00173e;
    height: 100%;
    flex-wrap: wrap;
}
.discount-se .col-md-7, .discount-se .col-md-5 {
    padding: 0px;
    margin: 0 auto;
}


.discounted-special {
    width: 45%;
    background-color: #fd9a58;
    padding: 30px 15px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.discounted-special h3
{
	font-size: 28px;
} 
.discounted-special h1 {
    font-size: 55px;
    color: #00173e;
    font-weight: 800;
}
.discounted-special p
{
	font-size: 16px;
	font-weight: 300;
}
.discounted-special h4
{
	font-size: 22px;
	font-weight: 400;
}
.discounted-special a {
    color: #00173e;
}
.discounted-special a.life-btn-special {
    font-size: 16px;
    padding: 13px 25px;
    background-color: #00173e;
    color: #fff;
    border-radius: 5px;
    display: block;
}
.discounted-special p.discounted-special-p {
    height: 160px;
}



.discounted-special-color {
    background-color: #fff;
    color: #000;
}
*/

.radio-btn-register {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.registers-month-btn {
    background-color: #fff;
    padding: 6px 30px;
    border-radius: 3px;
}

.registers-month-btn .custom-control-label::before {
    top: 25px;
    left: 12px;
}

.registers-month-btn .custom-control-label::after {
    width: 100%;
    height: 100%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none !important;
}

.radio-btn-register h5 {
    padding-left: 15px;
    margin: 1px;
}

.radio-btn-register label {
    padding-left: 15px;
}

/*//////////////////////////////////to do profile css start//////////////////////////*/


.to-do-profile-newtable table thead.same-back-table tr th {
    padding: 20px;
    background-color: #f2f2f2;
    font-weight: 400;
    font-size: 14px;
    border-right: 1px solid #dfdfdf;
    vertical-align: middle;
}

.to-do-profile-newtable table tbody.same-body-table tr td {
    padding: 10px;
    border-right: 1px solid #dfdfdf;
    vertical-align: middle;
}

.to-do-play-pausetable-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}


.to-do-profile-newtable table tbody.same-body-table tr td:last-child {
    border-left: 1px solid #dfdfdf;
    border-right: none;
}

.timecurrent {
    border-right: 1px solid #c7c7c7;
    padding-right: 15px;
}

.timestamp {
    margin-right: 10px;
}

.timestamp p {
    margin: 0;
}

p.totaltime {
    margin: 0 auto;
}

/*td.to-do-play-pausetable p {
    margin: 0px 0px 0px 10px;
    font-size: 14px;
}
*/
/*td.to-do-play-pausetable {
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

td.to-do-play-pausetable {
    text-align: center;
}

.to-do-profile-newtable table {
    border: 1px solid #dfdfdf;
    text-align: center;
}

.to-do-play-pausetable .play-puse a {
    padding: 0px 5px;
}

.to-do-play-pausetable .play-puse a.play-a1 i {
    color: #ffa066;
}

.to-do-play-pausetable .play-puse a.complet-icontodo i {
    color: #08dd08;
}

.to-do-play-pausetable .play-puse a i {
    color: #6e6e6e;
}

.to-do-profile-newtable table tbody.same-body-table tr td .play-puse {
    display: flex;
    justify-content: space-around;
    margin-right: 10px;
}

td.strategy-tactic-table h3 {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 0px 0px 0px 15px;
}

td.strategy-tactic-table h3:after {
    content: "";
    border: 2px solid #ffa066;
    height: 13px;
    width: 13px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 3px;
    left: -3px;
}

.profile-rightse ul li:after {
    content: "";
    border: 2px solid #ffa066;
    height: 13px;
    width: 13px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 7px;
    left: 1px;
}

td.strategy-tactic-table p {
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    margin: 0px;
    padding-left: 35px;
    position: relative;
}

/*td.strategy-tactic-table p:after {
 	content: url(../images/side-meu-blue.png);
    display: block;
    position: absolute;
    left: 10px;
    top: 1px;
}*/

td.chat-log-icontable a {
    color: #fff !important;
    background-color: #ffa066;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 14px;
    margin-right: 5px;
}

td.chat-log-icontable a.log-todo-icon {
    background-color: #00173e;
}

td.chat-log-icontable a.log-todo-icon img {
    height: 20px;
}

.chat-log-icontable-flex {
    display: flex;
    align-items: center;
}

/*////////////////////////////////////to do profile css end//////////////////////////*/



.Zebra_Tooltip_Message a {
    word-break: break-word;
}

.Zebra_Tooltip {
    text-align: inherit;
}

button {
    border: 0px;
    background-color: #ffff;
}

.modal-content {
    margin-top: 100px;
}

.add-buttonper {
    padding: 8px 30px;
    background-color: #ffa066;
    color: #fff;
    border-radius: 0;
    text-align: center;
}

.addTab {
    margin-top: 85px;
    margin-left: 45px;
    padding: 108px;
}

.fisttab {
    text-align: center;
}

.fisttab .add-buttonper:hover {
    color: #fff;
}

/*////////////////////////////////////log-detail css start//////////////////////////*/

.log-detail-popup {
    padding: 5px 10px;
    color: #00173e;
}

.log-detail-popup p {
    position: relative;
    padding-left: 20px;
}

.log-detail-popup p:after {
    content: url(../images/side-meu-blue.png);
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
}

.log-pop-table {
    overflow-y: scroll;
    height: 700px;
}

.log-pop-table table thead tr {
    background-color: #f2f2f2;
}

.log-pop-table table {
    border: 1px solid #dee2e6;
    text-align: center;
}

.log-pop-table table thead tr th {
    padding: 20px;
    border-right: 1px solid #dee2e6;
    font-weight: 500;
}

.log-pop-table table thead tr th.conten-left {
    text-align: left;
}

.log-pop-table table tbody tr td {
    padding: 15px;
    font-weight: 300;
    border-right: 1px solid #dee2e6;
}

.log-pop-table table tbody tr td.conten-left {
    text-align: left;
}

/*///////////////////////////////////log-detail css end//////////////////////////*/




/*///////////////////////////////onboarding form css start//////////////////////////*/

.onboarding-form {
    padding: 50px 0px;
}

.onboarding-form h2 {
    font-size: 24px;
    background-color: #ffa066;
    text-align: center;
    display: table;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
}

.onboarding-form .user-img-onboarding {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 15px auto;
    position: relative;
    background-color: #fff;
}

.onboarding-form .user-img-onboarding img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.onboarding-form .user-details-onboarding {
    background-color: #f3f3f3;
    padding: 100px 30px 30px 30px;
    margin-top: -100px;
    border-radius: 10px;
    color: #2d3e50;
}

.onboarding-form .profile-user-stats {
    margin: 0px 10px;
}

.onboarding-form .status-onboarding {
    background-color: #fff;
    height: 50px;
    width: 100%;
}

.onboarding-form .status-onboarding .status-inneronboard {
    background-color: #80c124;
    height: 50px;
    width: 80%;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
}

.put-onboarding {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.put-onboarding p {
    padding: 15px 10px;
    background-color: #ebeaea;
    width: 48%;
    margin: 10px 9px;
    text-align: left;
}

.put-onboarding .put-onboarding-p {
    width: 100%;
}

.put-onboarding .blanck {
    width: 50%;
}

.put-onboarding .blanck p {
    width: auto;
}

.your-top-p-box {
    width: 100% !important;
}

.user-details-onboarding .your-top-onboarding-box {
    display: flex;
    flex-wrap: wrap;
}

.user-details-onboarding .your-top-onboarding {
    padding-top: 20px;
}

.user-details-onboarding .your-top-onboarding h3 {
    font-size: 24px;
    color: #fff;
    background-color: #ffa066;
    padding: 10px;
    font-weight: 300;
    margin-left: 10px;
    display: table;
}

.your-top-p {
    width: 48%;
    padding-top: 20px;
    margin: 0px 9px;
    text-align: left;
}

.your-top-p label {
    padding-left: 5px;
}

.your-top-p-full {
    width: 100%;
}

.your-top-p p {
    background-color: #ebeaea;
    padding: 15px;
}

.your-top-p label img {
    height: 20px;
    margin-top: -10px;
}

.password-soical {
    margin-top: 100px;
    text-align: center;
}

.password-soical-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-soical-boxinner {
    padding: 30px;
    background-color: #f5f5f5;
    border-radius: 3px;
    width: 50%;
    margin-top: -50px;
}

.password-soical a h3 {
    font-size: 22px;
    color: #000;
    text-align: center;
}

.password-soical h4 {
    font-size: 28px;
    text-align: center;
    color: #ffa066;
}

.password-soical .password-soical-img {
    height: 120px;
    width: 120px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.password-soical .password-soical-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.password-soical-boxinner form input {
    width: 80%;
    border-radius: 0px !important;
    background-color: #ffffff !important;
}

.password-soical-boxinner .lockscreen-credentials {
    padding-top: 50px;
}

.password-soical-boxinner form button {
    background-color: #ffa066;
    border: none;
    padding: 15px 20px;
    color: #fff;
    height: 50px;
}

.password-soical-footer {
    padding-top: 20px;
}

.password-soical-footer p {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
}

.lockscreen-logo a {
    background-color: #00173e;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 3px;
}

/*////////////////////////////////Budgeting css end//////////////////////////*/



/*///////////////////////////////Budgeting css end//////////////////////////*/
.labor-cost-table {
    margin-top: 35px;
}

.labor-cost-table table {
    border: 1px solid #f6f6f6;
}

.labor-cost-table table thead tr {
    background-color: #f6f6f6;
}

.labor-cost-table table thead tr th {
    padding: 20px 10px;
    font-weight: 400;
    border-left: 1px solid #ededed;
    text-align: center;
    border-bottom: none;
    border-top: none;
}

.labor-cost-table table thead tr th.left-name-labor {
    text-align: left;
}

.labor-cost-table table tbody tr td {
    font-weight: 300;
    border-bottom: none;
    border-top: none;
    border-left: 1px solid #ededed;
    text-align: center;
    padding: 15px 10px;
}

.labor-cost-table table tbody tr td.left-name-labor {
    text-align: left;
}

.variable-costs-budget h4 {
    font-size: 16px;
    display: table;
    background-color: #ffa066;
    padding: 10px;
    color: #fff;
}

.varible-list {
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 15px;
}

.varible-list p {
    font-size: 18px;
    color: #ffa066;
    margin: 0 auto;
}

.varible-list small {
    font-size: 14px;
}

.variable-costs-budget .varible-list-btn {
    background-color: #ffa066;
    color: #fff;
    padding: 10px 40px;
    border-radius: 3px;
    display: inline-block;
}

.variable-costs-budget {
    position: relative;
}

.variable-costs-budget span {
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 0;
}

.fixed-costs-budget {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#completed-pop .name-complet-box div {
    padding-left: 25px;
}

#completed-pop .name-complet-box {
    display: flex;
    background-color: #e7eaee;
    padding: 0px 10px;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px 0px;
    border-radius: 3px;
    justify-content: start;
}

#completed-pop .name-complet-box a {
    padding: 2px 8px;
    margin: 3px;
    font-weight: 200;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: #ffa066;
}

#completed-pop .name-complet-box a.completed-btn {
    background-color: #28a745;
}

.sidebar-collapse .left-accordin ul.sub-menu li a {
    white-space: inherit;
}

.stats-black,
.stats-orange,
.stats-complet,
.stats-green {
    position: relative;
}

.stats-green {
    color: #21b90d !important;
}

.stats-complet {
    color: #21b90d !important;
}

.stats-orange {
    color: #fb9f62 !important;
}

.stats-black:after {
    content: "\f017";
    font-family: FontAwesome;
    display: block;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 6px;
    left: 0;
}

.stats-orange:after {
    content: "\f017";
    font-family: FontAwesome;
    display: block;
    font-size: 18px;
    color: #fb9f62;
    position: absolute;
    top: 6px;
    left: 0;
}


.stats-complet:after {
    content: url(../images/complet-icon.png);
    display: block;
    position: absolute;
    top: 9px;
    left: 0px;
}


.stats-complet:after {
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    font-size: 14px;
    color: #21b90d;
    position: absolute;
    top: 6px;
    left: 0;
}

.stats-green:after {
    content: "\f017";
    font-family: FontAwesome;
    display: block;
    font-size: 18px;
    color: #21b90d;
    position: absolute;
    top: 6px;
    left: 0;
}

.time-complet-box p {
    margin: 0 auto;
    padding: 0px;
}

.name-complet-box button {
    border: 1px solid;
    border-radius: 50px;
    font-size: 14px;
    padding: 0px 20px 0px 0px;
}

.name-complet-box button.stop-btn {
    border-color: #000;
    color: #000;
}

.name-complet-box button.stop-btn i {
    background-color: #000;
    padding: 10px 20px;
    color: #fff;
    margin-right: 5px;
    border-radius: 50px;
}

.name-complet-box .comman-class {
    width: 150px;
}

.name-complet-box button.rework-btn {
    border-color: #1cd42e;
    color: #1cd42e;
}

.name-complet-box button.rework-btn i {
    background-color: #1cd42e;
    padding: 10px 20px;
    color: #fff;
    margin-right: 5px;
    border-radius: 50px;
}

.name-complet-box button.allow-btn {
    border-color: #fb9f62;
    color: #fb9f62;
}

.name-complet-box button.allow-btn i {
    background-color: #fb9f62;
    padding: 10px 20px;
    color: #fff;
    margin-right: 5px;
    border-radius: 50px;
}

.goal-trashed-main {
    padding: 50px;
}

.fixe-goal-table table.goal-trashed tbody tr td a i {
    height: 35px;
    width: 35px;
    background-color: #00173e;
    border-radius: 50px;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
}

.table.goal-trashed thead tr th {
    font-size: 16px !important;
    font-weight: 300 !important;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.table.goal-trashed tbody tr td {
    padding: 7px;
    font-size: 14px;
    font-weight: 400 !important;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 13px;
    vertical-align: middle;
}

.link-onboarding-table {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 10px;
    margin-top: 30px;
}

button.tracking-dropdown {
    font-size: 14px;
    background-color: #fb9f62;
    color: #fff;
    padding: 1px 6px;
}

button.tracking-dropdown:focus {
    outline: none;
    border: none;
}

button.tracking-dropdown:hover {
    color: #fff;
}

.trash-table {
    padding: 6px 14px;
    background-color: #ffa066;
    color: #fff;
    border-radius: 3px;
}

.trash-table.oran {
    background-color: #00173e;
}

.trash-table:hover {
    color: #fff;
}

.link-onboarding-table .box-body .nav-stacked {
    display: block;
}

.link-onboarding-table .box-body .nav-stacked li {
    padding: 10px 10px;
    border: 1px solid #dee2e6;
    margin-bottom: 5px;
}

.link-onboarding-table .box-body .nav-stacked li a {
    color: #000;
}

.link-onboarding-table .box-body .nav-stacked li a i {
    padding: 5px;
}

.link-onboarding-table .box-body .nav-stacked li a span i {
    padding: 4px 8px;
    background-color: #ffa066;
    border-radius: 3px;
    color: #fff;
}

/*///////////////////////////////onboarding form css end///////////////////////////////*/



/*///////////////////////////////Playbook css start///////////////////////////////*/




.tactics-preset {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}

.tactics-preset ul {
    margin: 0px;
    padding: 0px;
}

.tactics-preset ul li {
    list-style: none;
    line-height: 35px;
}

.tactics-playbook {}

.tactics-playbook ul li {
    line-height: 35px;
}

a.playbook-add-btn {
    background-color: #ffa066;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    display: inline-block;
}

a.playbook-add-btn:hover {
    color: #fff;
}

.tactics-playbook-list {
    overflow-y: scroll;
    max-height: 600px;
    padding: 23px;
}


.Playbook-hover-div-td {
    display: flex;
    align-items: center;
}

.tactics-playbook ul {
    margin: 0px;
    padding: 0;
}

.Playbook-hover-div-td {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.Playbook-hover-div-td form {
    margin: 0;
    padding: 0;
}

.Playbook-hover-div {
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    display: flex;
    border: 1px solid #cfcfcf;
    padding: 10px 9px 10px 25px;
    justify-content: space-between;
    align-items: center;
}

.Playbook-hover-div p {
    position: relative;
    margin: 0;
    padding: 0;
    width: 80%;
}

.tacts_assi p:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -15px;
    background-color: #00173e;
    height: 10px;
    width: 10px;
    border-radius: 50px;
}

a.budget-delete-btn i {
    height: 35px;
    width: 35px;
    background-color: #00173e;
    line-height: 35px;
    border-radius: 50px;
    color: #fff;
}

a.budget-edit-btn i {
    background-color: #dc3545;
}

.Playbook-hover-div-td form a i {
    background-color: #ffa066;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    line-height: 34px;
    color: #fff;
    padding: 0px 10px;
}

.Playbook-hover-div-td form a.tacticsLogUpdate i {
    padding: 0px 6px;
}



.Playbook-hover-div-td form button {
    padding: 0px;
    margin: 0px;
}

.Playbook-hover-div-td form button i {
    background-color: #00173e;
    height: 35px;
    width: 35px;
    line-height: 34px;
    border-radius: 50px;
    color: #fff;
}

.Playbook-hover-div-td form button.showperset i {
    background-color: #dc3545;
}


/*.Playbook-hover-div:hover .Playbook-hover-hover-btn
{
	display: block;
}*/
.tactics-playbook form.play-input-tatci {
    margin-top: 20px;
}

.tactics-playbook form.play-input-tatci input {
    width: 100%;
    margin-bottom: 10px;
}

.tactics-playbook form.play-input-tatci .play-input-tatci-btn {
    display: flex;
    justify-content: end;
    align-items: center;
}

.tactics-playbook form.play-input-tatci .play-input-tatci-btn span {
    background-color: #00173e;
    color: #fff;
    padding: 6px 20px;
    margin-right: 7px;
    border-radius: 3px;
    cursor: pointer;
}

.tactics-playbook form.play-input-tatci .play-input-tatci-btn button {
    width: auto;
    border: none;
    background-color: #ffa066;
    margin: 10px 2px;
    border-radius: 3px;
    padding: 6px 20px;
    color: #fff;
}

/*///////////////////////////////Playbook css end///////////////////////////////*/





.gender-input {
    display: flex;
    justify-content: start;
    align-items: center;
}

.gender-input span {
    padding: 0px 10px;
}

.gender-input input {
    padding-right: 15px;
}

.bootbox-cancel {
    background-color: #00173e !important;
}

.bootbox-accept {
    background-color: #ffa066 !important;
}

#button {
    display: inline-block;
    background-color: #ffa066;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 60px;
    right: 15px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #00173e;
    transition: 0.9s;
}

#button:active {
    background-color: #00173e;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

a.btn.edit-same.edit-key {
    background-color: #ffa066;
    border: none;
}

.product-all-services form p {
    padding-top: 20px;
}

.product-all-services form p span {
    color: #ffa066;
    font-size: 18px;
    font-weight: 600;
}

.product-all-services form input.short-product {
    width: auto;
    height: auto !important;
    border-bottom: 1px solid #00173e !important;
    background-color: transparent !important;
    border-radius: 0px !important;
}

.product-all-services form textarea {
    width: 100%;
}

.forecasts-table.forecasts-table-top {
    padding-top: 30px;
}

.forecasts-table table {
    border: 1px solid #e5e8ed;
    white-space: nowrap;
}

.forecasts-table table thead tr th {
    font-size: 14px;
    border-left: 1px solid #e5e8ed;
    border-right: 1px solid #e5e8ed;
    font-weight: 400;
}

.forecasts-table table tbody tr td {
    font-size: 12px;
    border-left: 1px solid #e5e8ed;
    border-right: 1px solid #e5e8ed;
}

.forecasts-table table tbody tr td.arrow-up-forecasts img {
    padding-left: 5px;
}

/*.forecasts-table table tbody tr td.arrow-up-forecasts
{
	position: relative;
}
.forecasts-table table tbody tr td.arrow-up-forecasts:before {
    content: url(../images/up-arrow-icon.png);
    display: block;
    position: absolute;
    right: 0;
}*/

/********************************SEO Onboarding Form Css Start****************************/
.input-information {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    margin: 5px 0px;
    padding: 0px 20px;
}

input.seo-onboardingcheck {
    height: 15px !important;
    padding: 0 !important;
    line-height: 0;
    margin: 0 auto;
}

.edit-developnt img {
    width: 150px;
    height: 150px;
    border: 1px solid #d7d7d7;
    padding: 5px;
    border-radius: 5px;
}

.product-service-table table {
    border: 1px solid #e5e8ed;
}

.product-service-table table thead tr th {
    padding: 15px 20px;
    border-top: none;
    border-bottom: none;
}

.product-service-table table tbody tr td {
    padding: 20px;
}

.product-service-table table tbody tr td button {
    padding: 8px 25px;
    color: #fff;
    background-color: #ffa066;
    border: none;
    border-radius: 5px;
}

.product-all-services form label {
    width: 100%;
}

.product-all-services form input {
    width: 100%;
}

.product-all-services h4 {
    font-size: 20px;
    border-bottom: 3px solid #00173e;
    padding-bottom: 3px;
    display: table;
    padding-top: 15px;
    margin: 0;
}

.product-all-services textarea {
    width: 100%;
}

.product-all-services label {
    padding-top: 20px;
}

.product-all-services br {
    display: none;
}

.product-all-services p input.short-product {
    width: 100%;
    margin: 10px 0px;
}

.product-all-services textarea:focus-visible {
    outline: none;
}

.PrivacySetting table tbody tr td input {
    height: auto !important;
}

/*******************************SEO Onboarding form css end*****************************/

/***********************************in out page css start*****************************/

.in-out-section {
    padding: 40px;
    box-shadow: 0px 0px 10px #e9e9e9;
    width: 100%;
    border-radius: 3px;
}

.in-out-section h4 {
    font-size: 16px;
    position: relative;
}

.in-out-section h4:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background-color: #ffa066;
    position: absolute;
    top: 4px;
    left: -15px;
}

.in-out-section p {
    font-size: 14px;
    padding: 0px 0px 5px 15px;
    margin: 0;
    position: relative;
}

.in-out-section p:after {
    content: url(../images/side-meu-icon.png);
    display: block;
    position: absolute;
    top: 3px;
    left: -3px;
}

.in-out-section small {
    font-size: 13px;
    padding: 0px 0px 0px 30px;
    position: relative;
    display: block;
}

.in-out-section small:after {
    content: url(../images/side-meu-blue.png);
    display: block;
    position: absolute;
    top: 1px;
    left: 13px;
}



.in-out-section .time-namebar-inout {
    padding: 10px 15px;
    border: 1px solid #dfe2e5;
    border-radius: 3px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}

.in-out-section .time-namebar-inout p.incharge-inout {
    padding: 0px 0px 5px 20px;
    position: relative;
    color: #00173e;
    margin-right: 15px;
}

.in-out-section .time-namebar-inout p.incharge-inout:after {
    content: "\f005";
    display: block;
    color: #00173e;
    font-size: 16px;
    position: absolute;
    top: -2;
    left: 0;
    font-family: FontAwesome;
}

.in-out-section .time-namebar-inout p.user-inout {
    padding: 0px 0px 0px 20px;
    position: relative;
    color: #ffa066;
    margin-right: 15px;
}

.in-out-section .time-namebar-inout p.user-inout.user-inoutb {
    color: #00173e;
}

.in-out-section .time-namebar-inout p.user-inout.user-inoutb:after {
    color: #00173e;
}

.in-out-section .time-namebar-inout p.user-inout.user-inouto {
    color: #29a746;
}

.in-out-section .time-namebar-inout p.user-inout.user-inouto:after {
    color: #29a746;
}

.in-out-section .time-namebar-inout p.user-inout:after {
    content: "\f017";
    display: block;
    color: #ffa066;
    font-size: 16px;
    position: absolute;
    top: -2;
    left: 0;
    font-family: FontAwesome;
}

.to-dos-jos {
    overflow-x: scroll;
}

.to-dos-jos table.table.todo-table-list .thead-light th {
    background-color: #f7f7f7;
}

.to-dos-jos table.table.todo-table-list tbody tr td {
    font-size: 14px;
    border: 1px solid #e7e7e7;
    font-weight: 300;
}

.to-dos-jos table.table.todo-table-list tbody tr td.chat-log-button-todo a {
    padding: 5px 11px;
    background-color: #00173e;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
}

.to-dos-jos table.table.todo-table-list tbody tr td.chat-log-button-todo a.chat-todo {
    background-color: #ffa066;
}

.to-dos-jos table.table.todo-table-list tbody tr td .play-time-btn-todo {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.to-dos-jos table.table.todo-table-list tbody tr td .play-time-btn-todo p {
    margin: 0px;
}

.to-dos-jos table.table.todo-table-list tbody tr td .play-time-btn-todo .play-pause-todo a {
    color: #ffa066;
    padding: 0px 3px;
}

.to-dos-jos table.table.todo-table-list tbody tr td .play-time-btn-todo .play-pause-todo a.play-btn {
    color: #2b3d4f;
}

.to-dos-jos .table.table.todo-table-list tbody tr td .play-time-btn-todo .play-pause-todo-time.play-pause-todo-time-border {
    border-right: 1px solid #b1b1b1;
    padding-right: 15px;
    margin-right: 15px;
}

.keyword-research {
    overflow-x: auto;
}

.to-do-profile-newtable {
    overflow-x: scroll;
}

.search-tactics-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-tactics-box button {
    padding: 16px;
    border: none;
    width: auto;
    font-size: 16px;
}

select.search-tactics-box-select {
    min-width: 150px;
    padding-right: 25px !important;
}

.goal-form-activity-goal form {
    margin: 0;
}

a.trash-tactics {
    padding: 12px 15px;
    background-color: #ffa066;
    color: #fff;
    margin-left: 10px;
    border-radius: 3px;
}

a.trash-tactics:hover {
    color: #fff;
}

a.archive-tactics {
    padding: 12px 15px;
    background-color: #00173e;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
}

a.archive-tactics:hover {
    color: #fff;
}

a.refreshicon {
    background-color: #ffa066;
    display: inline;
    margin: 0;
    padding: 14px 16px;
    color: #fff;
}

a.refreshicon:hover {
    color: #fff;
}

#tatsearch button#btn {
    background-color: #00173e;
    color: #fff;
}

/****************************in out page css end*****************************/
select.in-out-btn {
    font-size: 14px;
    width: 150px;
    height: 40px !important;
}

/****************************feedback-page page css start*****************************/

.feedback-page {
    margin-top: 100px;
}

.feedback-page-box-text {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.feedback-page-box-text h2 {
    font-size: 24px;
    font-weight: 600;
    color: #00173e;
    text-transform: capitalize;
}

.feedback-page-box-text h2 span {
    color: #ffa066;
    font-size: 55px;
}

.feedback-page-box-from textarea {
    width: 100%;
    margin-bottom: 10px;
}

.feedback-page-box-from textarea:focus {
    outline: none;
}

.feedback-page-box-from input {
    width: 100%;
    margin-bottom: 10px;
}

.feedback-page-box-from button {
    background-color: #ffa066;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
}

.feedback-page-box-from input.checkbox-feedback {
    width: 2%;
    height: 13px !important;
    margin-right: 5px;
}

.feedback-page-box-from p {
    margin: 10px 0px;
}

a.feedback-btn {
    border-radius: 50%;
    padding: 12px;
    position: fixed;
    background-color: #00173e;
    color: #fff;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    transition: 0.9s;
}

a.feedback-btn:hover {
    color: #fff;
    background-color: #ffa066;
    transform: scale(1.2);
    transition: 0.9s;
}

.thankyou-page {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thankyou-icon i {
    height: 70px;
    width: 70px;
    background-color: #00173e;
    color: #fff;
    border-radius: 50%;
    line-height: 65px;
    font-size: 30px;
    margin-bottom: 20px;
}

.thankyou-icon h3 {
    font-size: 35px;
}

/****************************feedback-page page css end*****************************/



/************************************pagination*******************************/

.all-notification .pagination {
    flex-wrap: wrap;
}

.all-notification nav ul li.page-item .page-link {
    border-radius: 50%;
    height: 40px;
    margin-right: 5px;
    width: 40px;
    text-align: center;
    background-color: #ededed;
    line-height: 40px;
    padding: 0px;
    color: #000;
}

.all-notification nav ul li.page-item .page-link:focus {
    box-shadow: none;
}

.all-notification nav ul li.page-item.active .page-link {
    background-color: #ffa066;
    border-color: #ffa066;
    color: #fff;
}






.paginationGoal ul.pagination .page-item {
    background-color: transparent;
    margin: 3px;
}

.paginationGoal ul.pagination .page-item.active .page-link {
    background-color: #ffa066;
    color: #fff;
}

.paginationGoal ul.pagination .page-item .page-link {
    background-color: #ececec;
    height: 40px;
    width: 40px;
    color: #000;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    padding: 0px;
    text-align: center;
    line-height: 37px;
}

.paginationGoal ul.pagination .page-item:first-child,
.paginationGoal ul.pagination .page-item:last-child {
    font-size: 26px;
}



/**************************************************pagination*******************************/


#toast-container {
    position: absolute !important;
    z-index: 999999 !important;
    pointer-events: none !important;
}

.toast-top-right {
    top: 12px !important;
    right: 12px !important;
}


.fullcalendar {
    margin-top: 100px;
}


#exampleModalloglog span ul {
    display: flex;
    align-items: center;
}

#exampleModalloglog span ul li {
    padding: 0px 6px;
}






.wrapper {
    height: 100%;
    padding: 50px;
}

.block__item {
    margin-bottom: 20px;
}

.block__title {
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.block__title::before,
.block__title::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 8px;
    transition: all 0.3s ease 0s;
}

.block__title:before {
    transform: rotate(40deg);
    left: 0;
}

.block__title::after {
    transform: rotate(-40deg);
    left: 8px;
}

.block__title.active::before,
.block__title.active::after {
    background-color: red;
}

.block__title.active::before {
    transform: rotate(-40deg);
}

.block__title.active::after {
    transform: rotate(40deg);
}

.block__text {
    display: none;
    padding-top: 10px;
}

.on-drag-start {
    opacity: 0.3;
    background-color: yellow;
    border: 2px dashed gray;
}

.on-drag-enter {
    box-shadow: inset 0 0 2px 2px gray;
    transform: scale(1.1);
    transition: 0.3s ease-in;
}

.strategies-box-table {
    width: 100%;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multiselect {
    width: 170px;
    font-size: 15px;
    padding-bottom: 4px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    outline: none;
}

.multiselect:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.multiselect.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid transparent;
}

.multiselect>.title {
    cursor: pointer;
    height: 16px;
    padding: 6px;
}

.multiselect>.title>.text {
    max-width: 130px;
    max-height: 25px;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 1.3em;
}

.multiselect>.title>.expand-icon,
.multiselect>.title>.close-icon {
    float: right;
    border-radius: 50%;
    padding: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transition: 0.2s;
    display: none;
}

.multiselect.selection>.title>.expand-icon {
    display: none;
}

.multiselect>.title>.expand-icon,
.multiselect.selection>.title>.close-icon {
    display: block;
}

.multiselect>.title>.close-icon:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgb(203, 32, 32);
    color: #fff;
}

.multiselect>.container {
    max-height: 200px;
    overflow: auto;
    margin-top: 4px;
    margin-left: -1px;
    width: 170px;
    transition: 0.2s;
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.multiselect.active>.container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0;
}

.multiselect:hover>.container {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.multiselect.active:hover>.container {
    border-color: rgba(0, 0, 0, 0.3);
}

.multiselect>.container>option {
    display: none;
    padding: 5px;
    cursor: pointer;
    transition: 0.2s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.multiselect>.container>option.selected {
    background: rgb(122, 175, 233);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}

.multiselect>.container>option:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
}

.multiselect.active>.container>option {
    display: block;
}

.due-datelable {
    width: 100%;
}

.fixe-goal-table #example1 {
    overflow: hidden;
}

tbody#tbody.ui-sortable {
    position: relative;

}

.select2-container {
    min-width: 400px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

#example1 .table.dataTable,
#example2 .table.dataTable,
#example3 .table.dataTable,
#example4 .table.dataTable,
#example5 .table.dataTable,
#example6 .table.dataTable {
    border-collapse: collapse !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
    border: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    /*  display: none; */
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}


span.select2.select2-container.select2-container--default {
    width: 100% !important;
    height: 50px;
    line-height: 0px !important;
    position: relative;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0px 5px;
    width: 100%;
    background-color: #f3f3f3;
    display: flex;
    flex-wrap: wrap;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: transparent;
    border-width: 2px;
    margin: 0 auto;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    line-height: 15px;
}

.swot-form.date-calender .select2-container--default .select2-selection--single {
    background-color: #f3f3f3;
    border: none;
    border-radius: 0px;
    height: 50px;
}

.swot-form.date-calender .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 13px;
}

.form-group.swot-tab.strategies-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
}


span.select2-selection.select2-selection--multiple {
    border: none;
    width: 100% !important;
}

span.select2-selection.select2-selection--multiple {
    border: none;
    width: 98% !important;
    top: 0;
    padding: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #f3f3f3;
    border-radius: 0px;
    border: none;
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    width: auto;
    background-color: transparent;
    line-height: 0px;
    padding: 0px;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    line-height: 30px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 0px;
    width: 75px !important;
}

td.scores {
    width: 25%;
}


select.drop-pandding {
    font-size: 12px;
    background-color: #179905 !important;
    border-radius: 3px !important;
    width: 100%;
    color: #fff;
    height: 35px !important;
}

.count-ing {
    display: flex;
}

.count-ing p {
    padding: 0px 5px;
    margin: 0 auto;
}

.progress-bar-green {
    background-color: #66df82 !important;
}

.progress-bar-yellow {
    background-color: #ffc65e !important;
}

.progress-bar-red {
    background-color: #eb5765 !important;
}

.incharge {
    color: #fb9f62 !important;
}

.orange-online {
    position: relative;
}

.online-blue {
    position: relative;
}

.time-row {
    display: flex;
    justify-content: start;
    align-items: center;
}

.online-blue:after {
    background-color: #1cd42e;
    height: 12px;
    width: 12px;
    display: block;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.orange-online:after {
    background-color: #fb9f62;
    height: 12px;
    width: 12px;
    display: block;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}


.swot-form.date-calender {
    display: inherit;
}

.tacticwdate-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tacticwdate {
    width: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.tacticwdates {
    width: 50%;
}

.clander-boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tacticwdate span.select2-selection__placeholder {
    padding: 0;
    margin: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multiselect {
    width: 100%;
    font-size: 15px;
    transition: 0.2s;
    outline: none;
    height: 50px;
    background-color: #f3f3f3;
    overflow: hidden;
    color: #333 !important;
}

.multiselect.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid transparent;
}

.multiselect>.title {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

.multiselect>.title>.text {
    max-width: 100%;
    max-height: 40px;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    color: #9999a5;
    padding: 10px;
    font-weight: 400;
}

.multiselect>.title>.expand-icon,
.multiselect>.title>.close-icon {
    float: right;
    border-radius: 50%;
    padding: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transition: 0.2s;
    display: none;
}

.multiselect.selection>.title>.expand-icon {
    display: none;
}

.multiselect>.title>.expand-icon,
.multiselect.selection>.title>.close-icon {
    display: block;
}


.multiselect>.containerselecter {
    max-height: 200px;
    overflow: auto;
    width: auto;
    transition: 0.2s;
    position: absolute;
    z-index: 99;
    background: #fff;
}

.multiselect.active>.containerselecter {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0;
}

.multiselect:hover>.containerselecter {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.multiselect.active:hover>.containerselecter {
    border-color: rgba(0, 0, 0, 0.3);
}

.multiselect>.containerselecter>option {
    display: none;
    padding: 5px;
    cursor: pointer;
    transition: 0.2s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.multiselect>.containerselecter>option.selected {
    background: rgb(122, 175, 233);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}



.multiselect>.containerselecter>option:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
}

.multiselect.active>.containerselecter>option {
    display: block;
}

.chat-footer.popup-tactics {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-footer.popup-tactics button {
    padding: 10px 10px !important;
    display: flex;
}

.chat-footer.popup-tactics button span {
    display: none;
}

.upload-atted {
    position: relative;
    margin-right: 10px;
}

button#sendChat i {
    font-size: 22px;
    color: #2f4050;
}

button#editSendChat i {
    font-size: 22px;
    color: #2f4050;
}

input.input-uploadated {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    height: auto !important;
    width: 100% !important;
}

.upload-atted p {
    background-color: #2f4050;
    display: table;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.img-container img {
    border-radius: 0px !important;
}

.cropper-container.cropper-bg {
    background-image: none;
}

.error {
    color: red;
}

.valid {
    color: green;
}

.preview {
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: 10px;
    border: 1px solid red;
}

.modal-lg {
    max-width: 1000px !important;
}

.photo-upload input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.dots-div-activity {
    position: relative;
}

.tacts-assi {}

.hiddendivone {
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 10px #dfdfdf;
    margin: 0;
    padding: 8px;
    border-radius: 20px;
    position: absolute;
    left: -23px;
    top: 0%;
    z-index: 99999;
}

.hiddendiv {
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 10px #dfdfdf;
    margin: 0;
    padding: 8px;
    border-radius: 20px;
    position: absolute;
    left: 8px;
    top: 0%;
    z-index: 99999;
}

.tacts-assi:focus+.hiddendiv {
    display: block;
}

.tacts-hiddin {
    left: -25px;
}

.tacts-red-activity,
.tacts-black-activity,
.tacts-yelo-activity,
.tacts-green-activity,
.tacts-orng-activity {
    background-color: #ff0101;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    margin-bottom: 5px;
}

.tacts-black-activity {
    background-color: #000;
}

.tacts-yelo-activity {
    background-color: #fff202;
}

.tacts-green-activity {
    background-color: #05d44a;
}

.tacts-orng-activity {
    background-color: #ffa302;
}

.strategies-form label.tacts-assi {
    padding: 0px 0px 0px 30px;
    width: 80%;
    font-style: italic;
    color: #747474;
    font-size: 14px;
}

.tatcicclass {
    padding-left: 65px !important;
}

.user-table-overflow #example2 {
    width: 100% !important;
}

.user-table-overflow table.dataTable.nowrap th,
.user-table-overflow table.dataTable.nowrap td {
    white-space: initial;
}

.influencer-table {
    overflow-x: scroll;
}

.onboarding-table-uper {
    margin-top: 50px;
}

#msg p img {
    display: block;
}

#msg img {
    display: none;
}

.cke_float .cke_top {
    display: none;
}


.permision-td input.checkboxcus {
    height: 12px !important;
}

.paginationGoal .pagination {
    flex-wrap: wrap;
}

a.addpage-pageSetting {
    padding: 12px 25px;
    margin-right: 5px;
}

.box-header.pageSetting-bulid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}

.pageSetting-bulid form {
    margin: 0;
}

.box.pageSetting-box {
    position: relative;
}

.pageSetting-bulid {
    position: absolute;
    right: 30%;
    top: 0;
}

.form-group-box {
    display: flex;
}



@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1900px) {
    nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
        margin-left: 245px;
    }
}

@media screen and (max-width: 1800px) {
    nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
        margin-left: 245px;
    }
}

@media screen and (max-width: 1700px) {
    nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
        margin-left: 245px;
    }
}





@media screen and (max-width: 1600px) {
    .goal-actual ul li {
        width: 48px;
    }

    nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
        margin-left: 190px;
    }


}

@media screen and (max-width: 1366px) {

    .animated-progress {
        width: 200px;
    }

    .form-check.form-check-inline {
        width: 75px;
    }

    .tabing-prsonal a.nav-link {
        padding: 10px 10px;
        margin: 2px 1px;
    }

    nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
        margin-left: 13%;
    }

    .personal-box .personal-img {
        float: initial;
        margin-bottom: 20px;
    }

    .chat-box ul li span {
        width: 44px;
    }

    .chat-box ul li {
        width: 45px;
        margin-right: 2px;
    }

    .goal-actual ul li {
        width: 47px;
    }

    .influencers-table .nav li.nav-item {
        margin: 3px 3px;
    }

    .responsible-user .responsible-userbox2 ul {
        width: 46%;
    }

    .input-type .goals-select-select {
        width: 150px;
    }


    .tacticwdate-main {
        display: block;
    }

    .tacticwdate {
        width: 100%;
        margin-right: 0px;
    }

    .tacticwdates {
        width: 100%;
    }

    .nav-sidebar .extra-ul>.sub-meu-down:before {
        right: 30px;
    }

    .nav-sidebar .extra-ul>.sub-meu-down.collapsed:before {
        right: 30px;
    }


}

@media screen and (max-width: 1200px) {

    nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
        margin-left: 16%;
        margin-top: 64px;
    }

    .type-flex-score {
        flex-wrap: wrap;
    }

    .side-bar-fixed {
        width: 20%;
    }

    .content-wrapper {
        width: 80%;
    }

    .tabs>ul {
        width: 25%;
    }

    .tabs section {
        width: 75%;
    }

    .wrapper.d-flex.align-items-stretch.side-menu {
        margin-top: 66px;
    }

    .nav-side-menu li a {
        font-size: 16px;
    }

    .menu-bar .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding: 23px 20px;
    }

    .form-check.form-check-inline {
        font-size: 15px;
        width: 100%;
    }

    .input-type {
        display: inherit;
    }

    .input-tpe {
        margin-left: 0;
        margin-top: 20px;
    }

    .progress-bars {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }

    .type-flex-score .form-group {
        width: 100%;
    }

    .input-type .goals-select-select {
        width: 100%;
    }

    .input-tpe {
        width: 100%;
    }

    .animated-progress {
        width: 100%;
    }

    .menu-bar .navbar-expand-lg .navbar-nav .nav-link.btn-menu {
        padding: 10px 8px;
    }

    .personal-box .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .check-width .input-box {
        display: flex;
    }

    .personal-box .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .personal-box .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .swot-form.date-calender {
        display: block;
    }

    .swot-form.date-calender input.timeframe {
        width: 100%;
    }

    .strategies-form input.date-type {
        width: 100%;
        margin: 5px 0px;
    }

    .nda-header .form-group .form-control {
        width: 90%;
    }

    .forecasts-table {
        overflow-x: scroll;
    }

    .fileUpload {
        right: 5px;
    }

    .sidebar {
        margin-top: 65px;
    }

    .not-showing .col-lg-4 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .not-showing-box {
        height: auto;
        margin: 5px 0px;
    }

    .final-conditions ul li:before {
        position: absolute;
        left: 4px;
        margin-top: 4px;
    }

    .editorial-table .table thead th h3 {
        width: 100px;
    }

    .nav-tabs .nav-item {
        margin-top: 5px;
    }


    .todo-table {
        overflow-x: scroll;
    }

    .audits-services-box {
        width: 30%;
    }

    .to-do .to-do-profile {
        width: 30%;
    }

    .agreement-box {
        height: 100px;
        width: 100px;
    }

    .responsible-user .responsible-userbox {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .responsible-user .responsible-userbox2 .date-simple2 {
        margin-top: 0px;
    }

    .responsible-user .responsible-userbox2 span {
        white-space: nowrap;
    }

    .put-onboarding p {
        margin: 10px 7px;
    }

    .your-top-p {
        margin: 0px 7px;
    }

    .keyword-tabs.chat-tab.group-chats .group-left-chat1 img {
        width: 40px;
        height: 40px;
    }

    .project-involved.project-involved-if {
        overflow: hidden;
        margin-right: 10px;
    }

    .nav-sidebar .extra-ul>.sub-meu-down:before {
        right: 30px;
    }

    .nav-sidebar .extra-ul>.sub-meu-down.collapsed:before {
        right: 30px;
    }


}

@media screen and (max-width: 1024px) {

    .pageSetting-bulid {
        position: initial;
    }

    .sidebar {
        margin-top: 55px;
    }

    nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
        margin-left: 15%;
        margin-top: 54px;
    }

    .menu-bar a.navbar-brand img {
        height: 45px;
    }

    .strategies-form input.date-type {
        width: 100%;
    }

    .swot-form input {
        font-size: 12px;
    }

    .nda-header .form-group {
        display: initial;
    }

    .middel-nda {
        margin: 10px 0px;
    }

    .nda-header .form-group .form-control {
        width: 100%;
        margin: 0 auto;
    }

    .fileUpload {
        right: 0px;
    }

    .proposals-full {
        display: block;
    }

    .proposals-section {
        width: 100%;
        margin-bottom: 20px;
    }

    .add-hero-box {
        height: 125px;
        width: 125px;
    }

    .core-table {
        width: 100%;
        overflow-x: scroll;
    }

    .editorial-table .table thead th h3 {
        width: 100px;
    }

    div#example1_wrapper .row .col-sm-12,
    div#example2_wrapper .row .col-sm-12,
    div#example3_wrapper .row .col-sm-12,
    div#example4_wrapper .row .col-sm-12,
    div#example5_wrapper .row .col-sm-12,
    div#example6_wrapper .row .col-sm-12 {
        overflow-x: scroll;
    }

    .assigmenttab-tabing .nav .nav-item .nav-link {
        padding: 8px 25px;
        margin: 0px 5px;
    }

    .assigmenttab-tabing .nav.nav-tabs {
        justify-content: end;
    }

    .profile-leftse ul {
        margin-left: 0;
        padding: 0;
    }

    .responsible-user .responsible-userbox2 .date-simple2 {
        margin-top: 0px;
    }

    .responsible-user .responsible-userbox2 ul {
        width: 35%;
    }

    .swot-form.date-calender .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .chat-footer form input {
        width: 73%;
    }

    .chat-footer form button {
        padding: 10px 10px !important;
    }

    .chat-footer form button img {
        height: 15px;
        padding-left: 0px;
    }

    .audits-services-box {
        text-align: center;
        width: 30%;
        margin-top: 40px;
    }

    .put-onboarding p {
        margin: 10px 5px;
    }

    .your-top-p {
        margin: 0px 5px;
    }

    .tabs>ul {
        width: 30%;
    }

    .tabs section {
        width: 70%;
    }

    .sidebar-collapse .tabs>ul {
        width: 25%;
    }

    .sidebar-collapse .tabs section {
        width: 75%;
    }

    .goal-dropdown-in {
        display: inherit;
    }

    .strategies-form label {
        font-size: 14px;
    }

    .swot-form.responsible-form {
        display: initial;
    }

    .pop-pluseicon button {
        width: 100%;
        margin-top: 10px;
    }

    .pop-pluseicon {
        display: initial;
        width: 100%;
        margin-right: 0px;
    }

    .project-involved {
        width: 100%;
    }

    span.select2-selection.select2-selection--multiple {
        width: 100% !important;
    }

    .project-involved.project-involved-if {
        margin-right: 0;
        width: 100%;
    }

    .nav-sidebar .extra-ul>.sub-meu-down:before {
        right: 40px;
    }

    .nav-sidebar .extra-ul>.sub-meu-down.collapsed:before {
        right: 40px;
    }


}

@media screen and (max-width: 991px) {

    .swot-form .pluse-btn {
        width: 100%;
        padding: 0px 15px !important;
    }

    .project-involved.project-involved-if {
        width: 100%;
    }

    .check-box {
        padding-top: 30px;
    }

    .box-check {
        justify-content: start;
    }

    .side-bar-fixed {
        width: auto;
    }

    .menu-bar .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute !important;
        float: none !important;
        z-index: 99999 !important;
    }

    .notification-dropdown:after {
        left: 5px;
        right: initial;
    }

    .menu-bar .navbar-expand-lg .navbar-nav {
        display: inherit;
    }

    .put-onboarding p {
        margin: 10px 8px;
    }

    .your-top-p {
        margin: 0px 8px;
    }

    .menu-bar .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px 15PX;
        border: none;
    }

    .menu-bar .navbar-expand-lg .navbar-nav .nav-link.btn-menu {
        display: initial;
    }

    .menu-bar .icon-bar {
        margin: 20px 0px;
        padding: 0px;
    }

    .side-menu .col-sm-12 {
        padding: 0px;
        margin: 0 auto;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .nav-side-menu .toggle-btn {
        left: 10px;
    }

    .middel-box {
        padding: 20px 0px;
    }

    .progress-bars {
        margin-left: 0;
        margin-top: 20px;
    }

    .input-tpe {
        width: 100%;
    }

    .input-type {
        display: inherit;
    }

    .animated-progress {
        width: 100%;
    }

    .side-bar {
        margin-right: 0px;
    }

    .sidebarIconToggle {
        top: 0px;
    }

    .sub-btn {
        padding: 8px 40px;
    }

    .menu-bar .navbar-expand-lg .navbar-nav .nav-link.actives::after {
        width: 100%;
    }

    .menu-bar .navbar-expand-lg .navbar-nav .nav-link:hover::after {
        display: block;
        width: 100%;
    }

    .wrapper.d-flex.align-items-stretch.side-menu {
        margin-top: 52px;
    }

    .form-check.form-check-inline {
        width: 100px;
        font-size: 14px;
    }

    .ads {
        margin: 10px 0px;
    }

    .tabing-prsonal a.nav-link {
        padding: 10px 0px;
        text-align: center;
    }

    .menu-bar .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .tabing-prsonal .nav.nav-pills .nav-item {
        width: 49%;
    }

    .left-iconbar {
        display: none !important;
    }

    #sidebarCollapse span {
        display: block;
    }

    .final-conditions ul li span {
        float: right;
    }

    nav.main-header.navbar.navbar-expand.navbar-white.navbar-light .navbar-nav {
        position: absolute;
        right: 7px;
        background-color: #ffa066;
        top: -29px;
    }

    .sidebar {
        margin-top: 55px;
    }

    nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
        position: absolute;
        right: 0;
        top: 40px;
    }

    .content-wrapper {
        padding: 0px 10px 10px 10px;
        margin-top: 10px;
    }

    .view-icon .view-contant {
        bottom: -120px;
        left: -80px;
    }

    .editorial-table {
        width: 100%;
        overflow-y: scroll;
    }

    .view-icon span.view-contant:after {
        top: -10px;
        left: 78px;
        transform: rotate(180deg);
    }

    .nav-tabs .nav-item {
        margin-top: 5px;
    }

    .login-left img {
        height: 40px;
    }

    .logi-cont h1 span {
        font-size: 40px;
    }

    .responsible-user .responsible-userbox2 .date-simple2 {
        margin-top: 0;
    }

    .responsible-user .responsible-userbox {
        flex-wrap: wrap;
    }

    .responsible-user .responsible-userbox2 ul {
        width: 100%;
    }

    .responsible-user .responsible-userbox2 .date-simple {
        text-align: center;
        padding-left: 0;
    }

    .responsible-user .responsible-userbox2 .date-simple2 {
        width: 100%;
    }

    .pop-pluseicon {
        margin-top: 0px;
        display: flex;
        justify-content: flex-start;
        width: auto !important;
    }

    .pop-pluseicon button {
        float: right;
    }

    .responsible-user .responsible-userbox2 .date-simple {
        text-align: left;
    }

    .put-onboarding p {
        width: 100%;
    }

    .your-top-p {
        width: 100%;
    }

    .menu-bar {
        padding: 0px 0px 10px 0px;
    }


    .swot-form {
        /*display: initial;*/
        display: flex;
    }

    .who-involved {
        width: auto;
    }

    .input-type {
        margin-right: 0px;
    }

    .user-add {
        margin-top: 70px;
        padding: 20px;
    }

    a.archive-tactics {
        padding: 12px;
        margin-left: 10px;
    }

    a.trash-tactics {
        padding: 12px;
        margin-left: 10px;
    }

    .paly-btn-flex {
        padding-bottom: 0px;
        flex-wrap: wrap;
    }

    .feedback-page {
        margin-top: 150px;
    }

    .login-right button.btn.login-btn.login-btn1 {
        width: auto;
    }

    /*a.use-preset-btn {
    padding: 13px 15px;
	}*/


}

@media screen and (max-width: 768px) {
    .side-menu .col-sm-12 {
        padding: 0px;
        margin: 0 auto;
    }

    .input-type {
        display: inherit;
    }

    .input-tpe {
        width: 100%;
    }

    .progress-bars {
        margin-left: 0;
        margin-top: 10px;
    }

    .animated-progress {
        width: 100%;
    }

    .form-check.form-check-inline {
        width: 100px;
    }

    .ads {
        margin: 10px 0px;
        width: 100%;
    }

    .footer-section .icon-footer {
        float: inherit;
        margin: 10px auto;
        padding: 0;
        justify-content: center;
    }

    .footer-section p {
        text-align: center;
    }

    .tabs section {
        width: 100%;
        padding: 10px;
        border: 1px solid #dbdbdb;
    }

    .check-width {
        padding: 0px 20px;
    }

    .tabs>ul li a>span.tab-label {
        display: block;
    }

    .tabs>ul li a>span.tab-label {
        text-align: center;
    }

    .tabs>ul li {
        width: 130;
    }

    .tabs>ul li a,
    .tabs>ul li a:visited {
        padding: 0px 15px;
        display: flex;
        align-items: center;
        width: 130px;
    }

    .tabs>ul li {
        margin: 0px 5px 30px 0px;
    }

    .middel-rel {
        padding: 50px 0px 0px 0px;
    }

    .tab-i {
        width: auto;
        margin: 5px;
    }

    .tab-s {
        width: auto;
        font-weight: 300;
    }

    .side-bar .card-title {
        font-size: 16px;
        font-weight: 400;
    }

    .login-section .col-sm-5,
    .login-section .col-sm-7 {
        padding: 0px;
        margin: 0 auto;
    }

    .login-section .middel-login {
        display: inherit;
        height: auto;
    }

    .login-right {
        padding: 50px 0px;
    }

    section.login-section.discount-se {
        margin: 30px 0px 10px 0px;
        padding: 50px 10px;
    }

    section.login-section.discount-se .container {
        margin-top: 100px;


    }



    .logi-cont {
        padding: 0px;
    }

    .login-left {
        padding: 20px;
    }

    .login-right .form-control {
        width: 75%;
        margin: 0 auto;
    }

    .login-right .form-group {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .login-right .forgot-p {
        float: inherit;
    }

    .logi-cont h2 {
        font-size: 22px;
    }

    .personal-box ul.personal-input {
        padding: 0px 10px;
    }

    .personal-box .col-sm-12 {
        padding: 0px 15px;
        margin: 0 auto;
    }

    .tabs>ul li a.active:after {
        left: 50%;
        top: initial;
        filter: drop-shadow(0px 2px 1px rgba(130, 130, 130, 0.3));
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
        bottom: -35%;
        transform: translate(-50%, -35%);
    }

    .tabs>ul li a:after {
        left: 50%;
        top: initial;
        filter: drop-shadow(0px 2px 1px rgba(130, 130, 130, 0.3));
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #f9f8f8;
        bottom: -35%;
        transform: translate(-50%, -35%);
    }

    .tabs section {
        width: 100%;
        padding: 10px;
        border: 1px solid #dbdbdb;
    }

    .to-do {
        display: initial;
    }

    .to-do .to-do-profile {
        width: auto;
        display: inline-block;
    }

    #tabs-section {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .tab-head {
        width: 100% !important;
        display: flex;
        overflow-x: auto;
    }

    .tabs section {
        width: 100%;
        padding: 10px;
        border: 1px solid #dbdbdb;
    }

    .not-showing-box p {
        font-size: 14px;
    }

    .final-conditions ul li p {
        display: block;
        margin: 0;
        font-size: 14px;
    }

    .chat-box {
        margin-top: 30px;
        padding: 30px 0px 20px 0px;
        width: 100%;
        margin-left: 0;
        overflow-y: scroll;
    }

    .chat-box ul li {
        margin-right: 8px;
    }

    .influencer-table {
        overflow-y: scroll;
    }

    .tool-influencer ul li p {
        margin-left: 25px;
    }

    .social-scheduler .draft-text .draft-b img {
        height: 110px;
    }

    .social-scheduler .draft-text .draft-b p {
        font-size: 14px;
    }

    .scheduler-table {
        overflow-x: scroll;
    }

    .social-scheduler .draft-select select {
        width: 75%;
    }

    .scheduler-table table tbody tr td p {
        width: 300px;
    }

    .goal-actual ul li {
        width: 45px;
    }

    .content-strategy .new-content-table .table tbody tr td p {
        padding: 0px 0px;
    }

    .audit-cont-table {
        overflow-x: scroll;
    }

    .audit-tabel-tag h4 {
        width: 70px;
    }

    .audit-tabel-tag h3 {
        width: 150px;
    }

    .audit-tabel-tag p br {
        display: none;
    }

    .slid-div {
        padding-bottom: 20px;
    }

    .site-wrapper {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .strategies-form span {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .selectpicker.form-control {
        width: 100%;
    }

    .assigmenttab-tabing-box p {
        position: initial;
        text-align: center;
    }

    .assigmenttab-tabing .nav.nav-tabs {
        justify-content: center;
    }

    .profile-leftse .user-imge {
        margin: 0;
    }

    .profile-lefta {
        text-align: left;
    }

    .swot-form .pluse-btn {
        width: 100%;
    }

    .tabs.chat-tabs>ul li a,
    .tabs>ul li a:visited {
        width: auto;
    }

    .agreement-box1 {
        width: 25%;
    }

    .form-group.date-picker-div .date-picker,
    .form-group.date-picker-div .date-picker-2 {
        margin-bottom: 10px;
    }

    .form-check.form-check-inline.extra-goal-checkbox {
        width: auto;
    }

    .actedit-popup {
        margin-top: 0px;
    }

    .personal-box .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .budget-table {
        overflow-y: scroll;
    }

    .budget-table table thead.new-content-thead tr th {
        font-weight: 400;
    }

    .onboarding-form h2 {
        font-size: 18px;
        padding: 11px 12px;
        border-radius: 3px;
    }

    .to-do-profile-newtable {
        overflow-y: scroll;
    }


    .keyword-tabs.chat-tab.group-chats {
        display: inherit;
    }

    .keyword-tabs.chat-tab.group-chats .chat-scrolling {
        height: auto;
        overflow-y: hidden;
        display: flex;
        padding-bottom: 5px;
    }

    .chat-tab.group-chats .nav.nav-tabs.group-chat {
        width: 100%;
    }

    .chat-tab.group-chats .nav.nav-tabs.group-chat li {
        width: 150px;
        margin: 0px 10px 0px 0px !important;
    }

    .chat-tab.group-chats .nav.nav-tabs.group-chat li a {
        width: 150px;
    }

    .keyword-tabs.chat-tab.group-chats .group-left-chat1 img {
        width: 30px;
        height: 30px;
    }

    .keyword-tabs.chat-tab.group-chats .group-left-chat h5 {
        font-size: 14px;
        font-weight: 400;
    }

    .keyword-tabs.chat-tab.group-chats li.group-addchat {
        padding: 0px 10px;
        width: 100% !important;
    }

    .chat-tab.group-chats .nav.nav-tabs.group-chat li.group-logo {
        display: none;
    }

    .keyword-tabs.chat-tab.group-chats .tab-content {
        margin-top: 0px;
        width: 100%;
    }

    .group-addmain section {
        margin: 10px 10px 10px 0px;
    }

    .keyword-tabs.chat-tab.group-chats .chat-footer button span {
        display: none;
    }

    .keyword-tabs.chat-tab.group-chats .tab-content.group-chat-list {
        width: 100% !important;
    }

    .group-addmain .derect-message-tab-box .derect-message-tab li a {
        height: 50px;
        width: 90px;
        font-size: 12px;
    }

    .keyword-tabs.chat-tab.group-chats .group-chat-side {
        height: 50px;
    }

    .keyword-tabs.chat-tab.group-chats .group-left-chat p {
        font-size: 12px;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 100% ! important;
        display: block !important;
    }

    div#example1_filter label,
    div#example2_filter label,
    div#example3_filter label,
    div#example4_filter label,
    div#example5_filter label,
    div#example6_filter label {
        float: initial;
        width: 100%;
    }



    div.dataTables_wrapper div.dataTables_length select {
        width: 100% !important;
        display: block !important;
    }

    div#example1_length label,
    div#example2_length label,
    div#example3_length label,
    div#example4_length label,
    div#example5_length label,
    div#example6_length label {
        float: initial;
        width: 100%;
    }






    .sidebar-collapse .tabs section {
        width: 100%;
    }

    .assignmentstatic {
        margin: 0px 0px;
    }

    .full-assignments-bar {
        margin: 0px 0px;
    }

    .discounted-special {
        width: 100%;
        margin-bottom: 20px;
    }

    .photo-upload.company-logo {
        width: 75%;
        margin: 0 auto;
    }

    .feedback-page-box-from input.checkbox-feedback {
        width: 5%;
    }

    .feedback-page-box-text h2 span {
        display: block;
    }

    .feedback-page-box-text {
        height: auto;
        margin-bottom: 10px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        text-align: left;
    }

    .strategies-form span {
        padding: 5px 5px;
    }

    .login-section {
        height: 100%;
    }


}

@media screen and (max-width: 576px) {
    .play-book-archive {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tabs>ul li a>span {
        color: #2b3d4f;
    }

    .tab-i {
        width: auto;
    }

    .tab-s {
        font-weight: 300;
        font-size: 12px;
    }

    .side-menu h2 {
        font-size: 24px;
    }

    .side-menu p {
        font-size: 14px;
    }

    .side-menu p br {
        display: none;
    }

    .tabing-prsonal a.nav-link {
        font-size: 13px;
    }

    .agreement-box h2 {
        font-size: 14px;
    }

    .agreement-box {
        margin: 0px 10px 0px 0px;
    }

    .add-hero-box {
        margin: 20px auto;
    }

    .camera-add {
        display: inherit;
        padding: 10px 0px;
    }

    .to-do-profile img {
        margin: 0 auto;
        display: block;
    }

    .camra-section.to-do-profile {
        padding: 10px 20;
        border-right: 0px;
    }

    .not-showing {
        padding: 5px 5px;
    }

    .not-showing {
        padding: 10px 10px;
    }

    .include-follow ul li input {
        font-size: 14px;
        width: 76%;
    }

    .chat-box ul li span {
        width: 35px;
    }

    .chat-box ul li {
        margin-right: 2px;
    }

    .goal-actual ul li.goal-text {
        margin-right: 10px;
    }

    .goal-actual ul li {
        width: 100%;
    }

    .core-web .table tbody tr td i {
        font-size: 22px;
    }

    .social-scheduler .draft-select select {
        width: 80%;
        margin: 15px 0px;
    }

    .new-content-table {
        overflow-x: scroll;
    }

    .content-strategy .new-content-table th h3 {
        width: 150px;
    }

    div#example1_length label,
    div#example2_length label,
    div#example3_length label,
    div#example4_length label,
    div#example5_length label,
    div#example6_length label {
        float: initial;
    }

    #example1 tbody tr td,
    #example2 tbody tr td,
    #example3 tbody tr td,
    #example4 tbody tr td,
    #example5 tbody tr td,
    #example6 tbody tr td {
        font-size: 15px;
        font-weight: 400;
    }

    #example1 tbody tr td.scores,
    #example2 tbody tr td.scores,
    #example3 tbody tr td.scores,
    #example4 tbody tr td.scores,
    #example5 tbody tr td.scores,
    #example6 tbody tr td.scores {
        font-size: 14px;
        font-weight: 300;
    }

    .selectpicker.form-control {
        width: 100%;
        font-size: 14px;
    }

    .keyword-research {
        overflow-x: scroll;
    }

    .keyword-tabs .nav .nav-item {
        margin: 0px 5px 0px 0px;
    }

    .january-tabings .nav .nav-item .nav-link {
        margin-bottom: 0px;
    }

    .january-tabings .tab-content {
        margin-top: 20px;
    }

    .assignment-box {
        padding-top: 0px;
    }

    .profile-leftse .user-imge {
        margin: 0 auto;
    }

    .profile-lefta {
        text-align: center;
    }

    .clint-message p {
        margin-right: 0px;
    }

    .user-message p {
        margin-left: 0px;
    }

    .chat-footer form button span {
        display: none;
    }

    .chat-footer form button {
        padding: 14px 22px !important;
    }

    .chat-middel-box {
        padding: 10px;
    }

    .chat-middel-box .last-date {
        margin: 5px 0px;
    }

    .room-list p {
        width: auto;
        margin-right: 20px;
    }

    .log-detailbody {
        margin-top: 10px;
    }

    .to-do-profile img {
        width: 100px;
        height: 100px;
    }

    .to-do .to-do-profile {
        width: 45%;
    }

    form.keyword-revised-input input {
        font-size: 12px;
        width: 100%;
        margin-bottom: 10px;
    }

    .keyword-tabs {
        padding-top: 0px;
    }

    select.toolkit-select {
        width: 100%;
    }

    .answer-focus form .form-group {
        margin-bottom: 15px;
    }

    .labor-cost-table {
        overflow-y: scroll;
    }

    .search-tactics-box {
        display: initial;
    }


}

@media screen and (max-width: 480px) {

    .input-tpe {
        font-size: 12px;
    }

    .form-check.form-check-inline {
        width: 75px;
    }

    body,
    html {
        transition-delay: 1s;
    }

    .swot-form {
        /*display: block;*/
        display: flex;
    }

    .swot-form input {
        width: 100%;
        margin-bottom: 10px;
        /*margin-right: 0px;*/
        margin-right: 5px;
        font-size: 14px;
    }

    .swot-form button {
        width: 100%;
        /*height: 35px;*/
        height: 50px;
    }

    .menu-bar a.navbar-brand img {
        height: 45px;
    }

    .personal-box ul.personal-input li span {
        font-size: 13px;
    }

    .agreement-box {
        margin: 15px auto;
    }

    .short-item {
        position: initial;
    }

    .middel-rel p br {
        display: none;
    }

    .logi-cont h1 {
        font-size: 40px;
    }

    .logi-cont h1 span {
        font-size: 30px;
    }

    .heros-famework a.add-newhero {
        padding: 5px 7px;
        font-size: 14px;
    }

    .showing-up .nav-tabs .nav-item {
        margin-right: 15px;
    }

    .chat-box ul li {
        width: 25px;
    }

    .chat-box ul li span {
        width: 25px;
    }

    .chat-box ul li span p {
        top: 14px;
        left: -3px;
        color: #fff;
        transform: rotate(90deg);
    }

    .chat-footer {
        padding: 10px 8px;
    }

    .tabs.chat-tabs>ul li a,
    .tabs>ul li a:visited {
        width: 130px;
    }

    .to-do-list .notfie-user ul li {
        padding-right: 2px;
    }

    .to-do-list .notfie-user ul li.complet-icon-blue {
        padding-right: 25px;
        margin-right: 5px;
    }

    .date-log-detal {
        justify-content: center;
    }

    .audits-services-box {
        width: 50%;
    }

    .agreement-box1 {
        width: 50%;
    }

    .strategies-form input.date-type {
        width: 100%;
        font-size: 14px;
    }

    .swot-form.responsible-form .col-md-11 {
        padding: 0;
        margin: 0 auto;
    }

    .swot-form.date-calender .col-md-6 {
        padding: 0;
    }

    .pop-pluseicon {
        margin-top: 0px;
    }


}

@media(max-width:768px) {



    .sidebar-open {
        overflow-x: hidden;
    }

    li.sidebar-brand {
        display: none;
    }

    #wrapper.toggled #page-content-wrapper {
        position: absolute;
        margin-right: 60px;
    }

    #wrapper.toggled {
        padding-right: 60px;
    }

    #wrapper {
        padding-left: 20px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 140px;
    }

    #wrapper.toggled span {
        visibility: visible;
        position: relative;
        left: 70px;
        bottom: 13px;
    }

    #wrapper.toggled i {
        float: right;
    }

    #wrapper i {
        float: right;
    }

    #page-content-wrapper {
        padding: 5px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    a.add-new-story {
        padding: 7px 0px;
        font-size: 14px;
    }
}



.form-group.group-add-select .select2-selection__rendered {
    display: flex !important;
}

.form-group.group-add-select .select2-selection__rendered .select2-selection__choice {
    margin-left: 10px;
}

.form-group.group-add-select .select2-selection__clear {
    line-height: 38px;
}





.box-header select.page-bulder-edittab {
    width: 150px;
}

a.page-bultn-edit {
    background-color: #00173e;
    color: #fff;
    padding: 4px 9px;
}

button.page-bultn-edit1 {
    background-color: #ffa066;
    padding: 4px 7px;
    color: #fff;
}

button.page-bultn-edit2 {
    background-color: red;
    padding: 4px 9px;
    color: #fff;
}

a.page-bultn-edit:hover {
    color: #fff;
}

button.page-bultn-edit1:hover {
    color: #fff;
}

button.page-bultn-edit2:hover {
    color: #fff;
}

button.createSecretKey {
    background-color: #ffa066;
    padding: 12px 18px;
    color: #fff;
    border-radius: 3px;
}





section.site-builder-stap {
    padding-top: 50px;
}

.staps ul {
    display: flex;
    margin: 20px 0px;
    padding: 0;
    justify-content: space-around;
}

.staps ul li {
    list-style: none;
    background-color: #00173e;
    height: 50px;
    text-align: center;
    width: 50px;
    border-radius: 50%;
}

.staps ul li.active-stap1 {
    background-color: #ffa066;
}

.staps ul li.active-stap2 {
    background-color: #ffa066;
}

.staps ul li.active-stap3 {
    background-color: #ffa066;
}



.staps ul li a {
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
}


.stap-form-site {
    border: 1px solid #dedede;
    padding: 30px;
    box-shadow: 0px 0px 10px #e7e7e7;
}

.stap-form-site .stap-form-site1 h3 {
    font-size: 22px;
    padding-bottom: 10px;
}

.stap-form-site .stap-form-site1 input {
    padding: 15px;
}

.stap-form-site .stap-form-site1 button {
    padding: 12px 30px;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    border-radius: 3px;
    background-color: #ffa066;
}

.stap-form-site .stap-form-site2 a.collapse-bar {
    position: relative;
    display: block;
    padding: 8px;
    border-radius: 3px;
    background-color: #ffa066;
    color: #fff;
}

.stap-form-site .stap-form-site2 a.collapse-bar:hover {
    color: #fff;
}

.stap-form-site .stap-form-site2 a.collapse-bar:after {
    content: "\f078";
    display: block;
    position: absolute;
    top: 0;
    font-family: FontAwesome;
    right: 20px;
    font-size: 20px;
    padding: 0;
    margin: 0;
    line-height: 35px;
}

.stap-form-site .stap-form-site2 .collapse {
    background-color: #ececec;
    padding: 10px;
}



.stap-form-site .stap-form-site2 button {
    padding: 12px 30px;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    border-radius: 3px;
    background-color: #ffa066;
}

.stap-form-site .stap-form-site2 .form-check {
    padding: 20px;
}

.stap-form-site .stap-form-site3 h6 {
    line-height: 30px;
}

.stap-form-site .stap-form-site3 h6 i {
    font-size: 26px;
    color: #ffa066;
    line-height: 10px;
    padding: 10px;
}



form.blogClass input {
    width: 100%;
}

form.blogClass textarea {
    width: 100%;
}





table.menu-setting-table {
    width: 100%;
}

.menusetting-div a.menu-setting-collapse {
    width: 100%;
    background-color: #fbfbfb;
    display: block;
    padding: 8px 10px;
    border-radius: 3px;
    color: #000;
    border: 1px solid #dadada;
    position: relative;
    margin-bottom: 10px;
}

.menusetting-div .collapse-card {
    margin-bottom: 20px;
}

.menusetting-div a.menu-setting-collapse:after {
    content: "\f107";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    right: 20px;
    top: 9px;
}

.menusetting-div .collapse-card .card {
    padding: 0px;
}


.drag-menu-checkbox {
    padding: 20px;
    background-color: #fbfbfb;
    border: 1px solid #dadada;
    height: 300px;
    overflow-y: scroll;
}

.drag-menu-checkbox .custom-check input {
    width: 100%;
    margin: 5px 0px;
    padding: 9px 12px !important;
    height: inherit !important;
}

.drag-menu-checkbox .custom-check button {
    margin: 5px 0px;
    padding: 4px 18px !important;
    background-color: #ffa066;
    color: #fff;
    border-radius: 3px;
}

.drag-menu-ul .drag-menu-ul-li {
    background-color: #fbfbfb;
    padding: 12px 20px;
    border: 1px solid #dadada;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}

.drag-menu-checkbox {
    padding: 20px;
    background-color: #fbfbfb;
    border: 1px solid #dadada;
    height: 300px;
    overflow-y: scroll;
}

.drag-menu-checkbox .form-check {
    padding: 5px 20px;
}

.form-check.drag-menu-checkbox-sub {
    margin-left: 20px;
}

.drag-menu-ul-li.drag-menu-ul-li-sub {
    margin-left: 35px;
}

.drag-menu-ul .drag-menu-ul-li span .dropdown a.dropdown-toggle {
    color: #000;
    font-size: 14px;
}

.drag-menu-ul-li.drag-menu-ul-li-sub span input {
    line-height: 0;
    height: 15px !important;
}

.drag-menu-ul-li.drag-menu-ul-li span input {
    line-height: 0;
    height: 15px !important;
    margin-right: 5px;
}

.drag-menu-checkbox .form-check input {
    line-height: 0;
    height: 15px !important;
}


.drag-menu-all-selct .form-check input {
    line-height: 0;
    height: 15px !important;
}

.drag-menu-all-selct {
    background-color: #fbfbfb;
    padding: 20px 10px;
    border: 1px solid #dadada;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drag-menu-all-selct button {
    background-color: #ffa066;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
}


.ui-sortable-helper {
    width: 100% !important;
}

.ui-sortable-placeholder {
    border: 1px solid #ffa066;
    height: 45px;
}


#example3_wrapper {
    display: block;
}

/*  div#example3_wrapper .dataTables_length {
    float: left;
}

div#example3_wrapper #example3_filter {
    float: right;
}*/
div#example1_length,
div#example2_length,
div#example3_length,
div#example4_length,
div#example5_length,
div#example6_length,

div#example1_filter,
div#example2_filter,
div#example3_filter,
div#example4_filter,
div#example5_filter,
div#example6_filter
{
width: 100% !important;
}