* {
    list-style-type: none;
}

body {
    background-color: #ddd;
    font-family: 'Nunito', sans-serif !important;
}

.container {
    max-width: 820px;
}

a,
a:hover {
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif !important;
}

.header {
    min-height: 80px;
    background-color: transparent;
    padding: 15px 20px !important;
}

.logo {
    margin-bottom: 0px;
    line-height: 50px;
    font-weight: 700;
    font-size: 29px;
    color: #121212;
    text-transform: uppercase;
}

.header-menu-ul {
    float: right;
    margin-top: 5px;
    margin-bottom: 0px !important;
    padding: 0;
}

.header-menu-li {
    display: inline;
    font-weight: 600;
    padding-left: 25px;
    display: inline-block !important;
}

.header-menu-li i {
    font-size: 20px;
}

.accordion-item {
    margin-bottom: 15px;
}

.accordion-button:focus,
.accordion-button:not(.collapsed),
a,
input,
textarea,
select,
button:focus {
    outline: 0px;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed){
    background-color: #fff;
}

.accordion-button::after {
    background-image: url(../../front/images/plus.png) !important;
    width: 12px;
    height: 12px;
    background-size: 12px;
    position: absolute;
    right: 1.25rem;
    top: 22px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../../front/images/minus.png) !important;
    right: 1.25rem;
    top: 22px;
}

.wrap {
    padding-left: 14px;
    display: flex;
    margin-bottom: 35px;
}

.parallelogram:first-child {
    background-color: #f58d14;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    position: relative;
}

.parallelogram:first-child:hover,
.parallelogram:first-child:hover .para-first
{
    background-color: #e18313;
}

.parallelogram {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin: 0 0 0 -14px;
    background: #d85d6f;
    position: relative;
    padding-top: 15px;
}

.parallelogram:hover,
.parallelogram:hover .para-last {
    background-color: #be5262;
}

.parallelogram:last-child {
    background-color: #392270;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    position: relative;
}

.parallelogram:last-child:hover{
    background-color: #503059;
}

.para-first {
    position: absolute;
    width: 15px;
    height: 50px;
    background-color: #f58d14;
    right: 0px;
    z-index: 100;
    clip-path: polygon(0 0, calc(100% - 15px) 0%, 100% 100%, 0% 100%);
    top: 0;
}

.para-last {
    position: absolute;
    width: 15px;
    height: 50px;
    background-color: #d85d6f;
    /* background-color: #121212; */
    right: 0px;
    z-index: 100;
    clip-path: polygon(0 0, calc(100% - 15px) 0%, 100% 100%, 0% 100%);
    top: 0;
}

.parallelogram h1 {
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 50px;
}

.active:first-child::after {
    border-top: solid 10px #f58d14;
    /* border-top: solid 10px #121212; */
}

.active::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 10px #d85d6f;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.active:last-child::after {
    border-top: solid 10px #392270;
}

div[class^=box] {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #fff;
}

.box1 {
    background: linear-gradient(to left, #392270 0, #392270 33.3%, #d85d6f 33.3%, #d85d6f 66.6%, #f58d14 66.6%, #f58d14) no-repeat;
    background-size: 100% 5px;
}

.login-title {
    font-size: 27px;
    line-height: 60px;
    text-align: center;
    color: #392270;
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
}

.main-title {
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    color: #392270;
    margin-bottom: 0px;
    font-weight: 800;
}

.form-group {
    margin-bottom: 30px;
}

.label {
    font-weight: 700;
    color: #555;
    margin-bottom: 16px;
    font-family: 'Nunito', sans-serif !important;
    margin-bottom: 7px;
}

.form-control {
    border-radius: 0;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    min-height: 40px;
    margin-bottom: 4px;
    font-weight: 700;
    color: #555 !important;
}

.form-control:focus {
    border-radius: 0;
    border: none;
    background-color: #e5e5e5;
    border: 1px solid #ced4d8;
    min-height: 40px;
    margin-bottom: 4px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #d5d5d5;
    opacity: 1;
    cursor: not-allowed! important;
  }

.error-msg {
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
}

.forgot-pwd {
    color: #392270;
    text-align: right;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 16px;
    float: right;
}

.forgot-pwd:hover{
    color: #000;
}

button:focus {
    outline: none !important;
    box-shadow: 0 !important;
}

.btn-primary {
    background-color: #392270;
    border-radius: 0;
    border: 1px solid #392270;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    outline: none !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}

.btn-bordered {
    background-color: #fff;
    border-radius: 0;
    color: #392270;
    border: 1px solid #392270;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    outline: none !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}

.btn-lg {
    height: 50px;
    padding: 0px 25px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 9px;
    letter-spacing: 2px;
}

.btn-primary:hover,
.btn-bordered:hover {
    background-color: #4c2b9b;
    border-radius: 0;
    border: 1px solid #4c2b9b;
    color: #fff;
}

.footer {
    background-color: #121212;
    text-align: center;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Nunito', sans-serif !important;
}

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

.dropdown-item {
    background-color: #35294f;
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 16px;
    border-bottom: #666 1px solid;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #1a1032;
    color: #fff;
}

.card-title-quotes {
    margin: 0;
    font-size: 20px;
    color: #f58d14;
    font-weight: 700;
    margin-left: 35px;
}

.card-title-invoice {
    margin: 0;
    font-size: 20px;
    color: #d85d6f;
    font-weight: 700;
    margin-left: 35px;
}

.card-title-quotes-item {
    margin: 0;
    font-size: 20px;
    color: #f58d14;
    font-weight: 700;
    padding-right: 80px;
}

.user-img {
    position: absolute;
    top: 19px
}

.quote-user-img {
    position: absolute;
    top: 27px
}

.search-bg {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;

}

.search-bg .form-control{
    background-color: #dde3e7;
    border-radius: 6px;
}

.search-bg .form-control:focus{
    background-color: #e1e1e1;
}

.search-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #dde3e7;
    right: 10px;
    border-radius: 0;
    color: #555;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.search-btn:hover {
    background-color: #392270;
    color: #fff;
}

.filter-btn {
    width: 40px;
    height: 40px;
    right: 10px;
    border-radius: 0;
    background-color: #dde3e7;
    color: #555;
    border-radius: 6px;
}

.filter-btn:hover {
    background-color: #392270;
    color: #fff;
}

.details {
    background-color: #e9f0f5;
    padding: 7px;
    margin-bottom: 0px;
}

.accordion-body {
    padding: 1px !important;
}

.detail-title {
    color: #212121;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.detail-title-form {
    color: #212121;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    line-height: 40px;
}

.detail-dec {
    color: #5e5e5e;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.m-custom {
    margin: 5px 11px;
}

.badge {
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
}

.dashboard-widgets {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
}

.bg-primary {
    background-color: #392270 !important;
}

.bg-secondary {
    background-color: #f58d14 !important;
}

a:hover .bg-secondary{
    background-color: #e18313 !important;
}

a:hover .bg-success{
    background-color: #1e7e34 !important;
}

a:hover .bg-primary {
    background-color: #4c2b9b !important;
}

.bg-three {
    background-color: #d85d6f !important;
}

.bg-four {
    background-color: #603a6b !important;
}

.bg-primary-light {
    background-color: #8b7fa7;
    padding: 20px;
}

.bg-primary-light h3 {
    margin-bottom: 15px;
    font-size: 1.7rem;
}

.bg-wg-primary {
    background-color: #392270 !important;
}

.bg-wg-secondary {
    background-color: #f58d14 !important;
}

.bg-wg-three {
    background-color: #d85d6f !important;
}

.bg-wg-four {
    background-color: #603a6b !important;
}

.bg-wg-primary:hover {
    background-color: #28184f !important;
}

.bg-wg-secondary:hover {
    background-color: #e18313 !important;
}

.bg-wg-three:hover {
    background-color: #be5262 !important;
}

.bg-wg-four:hover {
    background-color: #503059 !important;
}

.success-wg h3{
    font-size: 1.6em;
}
.success-wg h5{
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.pagination .page-item .page-link {
    background-color: transparent;
    border: 2px solid #555;
    width: 35px;
    height: 35px;
    margin: 5px;
    border-radius: 5px;
    color: #555;
    font-weight: 600;
    text-align: center;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-active {
    background-color: #392270;
    border: 2px solid #392270;
    width: 35px;
    height: 35px;
    margin: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border: none;
}

.text-primary {
    color: #392270 !important;
}

.text-brown {
    color: #924a1a;
}

.fa-bars {
    font-size: 25px !important;
}

.text-secondary {
    color: #f58d14 !important;
}

.quote-form-title {
    color: #392270;
    font-weight: 800;
    margin-bottom: 0;
    font-size: 25px;
    margin-left: 35px;
    line-height: 25px;
}

.quote-form-title span {
    font-weight: 500;
    line-height: 0px !important;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.main-title span i {
    font-size: 24px;
}

.progress-font{
    font-size: 18px;
}

.main-title span {
    font-size: 18px;
    font-weight: 500;
}

.form-status-incomplate {
    color: #8b7fa6;
}

.thead {
    background-color: #392270;
    color: #fff;
}

th,
td {
    min-width: 175px;
    text-align: center;
}

th:last-child{
    min-width: 100px;
}

td:nth-last-child(-n + 2) {
    min-width: 50px;
}

.tb-green td:nth-last-child(-n + 2):hover {
    min-width: 50px;
    background-color: #28a745;
    color: #fff;
}

td:nth-last-child(-n + 3):hover a{
    color: #fff !important;
}

td:nth-last-child(-n + 3) a{
    color: #4c2b9b !important;
}

.file-upload {
    display: block;
    margin: 0 auto;
    color: #555;
}

#fileLoader {
    position: absolute;
    left: -9999px;
}

label[for="fileLoader"] {
    padding: 0.5em 1.9em;
    background: #392270;
    cursor: pointer;
    float: left;
    color: #fff;
    min-height: 40px;
    margin-left: 15px;
}

#filename {
    padding: 0.5em;
    min-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    background: #eee;
    float: left;
}

.gt-h3-title {
    margin-bottom: 0px;
    line-height: 60px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: capitalize;
}

.gt-h3-value {
    margin-bottom: 0px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.gt-h3-value-white {
    margin-bottom: 0px;
    line-height: 60px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

.form-check-input {
    width: 1.2em !important;
    height: 1.2em !important;
    margin-top: 0px !important;
    border: 1px solid #392270;
    margin-right: 15px;
}

.form-check-input:focus{
    width: 1.2em !important;
    height: 1.2em !important;
    margin-top: 0px !important;
    border: 1px solid #392270;
    margin-right: 15px;
}

.form-check-input[type="checkbox"] {
    border-radius: 0;
}

.form-check-input:checked {
    width: 1.2em !important;
    height: 1.2em !important;
    margin-top: 0px !important;
    border: 1px solid #392270;
    background-color: #392270;
}

.gt-h3-title .form-check-input{
    width: 1em !important;
    height: 1em !important;
    margin-top: 20px !important;
    margin-right: 15px;
    border: 1px soilid #fff !important;
}

.gt-h3-title .form-check-input:focus{
    border: 1px solid #392270;
    margin-right: 15px;
}

.gt-h3-title .form-check-input[type="checkbox"] {
    border-radius: 0;
}

.gt-h3-title .form-check-input:checked {
    border: 1px solid #fff;
    background-color: #392270;
}

select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border-radius: 2px;
    border: none;
    padding: 10px 30px 10px 10px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.toc-list,
.toc-list ol {
    list-style-type: none;
}

.toc-list {
    padding: 0;
}

.toc-list ol {
    padding-inline-start: 2ch;
}

.toc-list>li>h5 {
    font-weight: bold;
    margin-block-start: 0.5em;
}

.toc-list li>h5 {
    text-decoration: none;
    display: grid;
    grid-template-columns: auto max-content;
    align-items: end;
}

.toc-list li>h5>.title {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.toc-list li>h5 .leaders::after {
    position: absolute;
    color: #fff;
    padding-inline-start: 1ch;
    content: " ..................................................."
        "......................................... ";
    text-align: right;
    padding-right: 10px;
}

.toc-list li>h5>.page {
    min-width: 3ch;
    font-variant-numeric: tabular-nums;
    text-align: right;
    color: #fff;
}

.btn-close-x{
    position: absolute !important;
    right: -35px !important;
    color : #ff3737 !important;
    background : none;
    border: none;
    font-weight: 900;
    font-size: 30px;
}

.modal-width{
    max-width: 650px;   
}

.modal-body{
    padding: 30px !important;
}

.modal-title{
    font-size: 35px;
    font-weight: bold;
    color: #121d42;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 800;
}

.modal-text{
    text-align: center;
    color: #555;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 30px ;
    border-bottom: 1px solid #ccc;
}

.modal-id{
    font-size: 35px;
    font-weight: bold;
    color: #392270;
    text-align: center;
    margin: 30px 0;
}

.badge-top-margin{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.checkbox-margin{
    margin-top: 40px;
}

.main-title a:hover {
    color: #8b7fa6 !important;
}

.pwd-text{
    position: relative;
}

.pwd-text a i{
    position: absolute;
    color: #555;
    top : 13px;
    right: 15px;
}

.pwd-text a i:hover{
    color: #392270;
}

.m-date-range{
    width: 61% !important;
    padding-left:27px;
    margin: 0 10px 0 0 !important;
}

.filter-down {
    width: 25% !important;
    margin-right: 10px;
    margin-bottom: 0px;
}

.header-menu-li .btn-group a:hover i{
    color : #777 !important
}

.table{
    cursor: grab !important
}

.daterangepicker td.disabled, .daterangepicker option.disabled{
    color: #ddd !important;
    cursor: not-allowed;
    text-decoration: none !important;
    /* display: none; */
}

.party-name{
    margin-bottom: 20px;
}

.party-name img{
    top : 45px;
    left : 15px
}

.accordion-delete{
    position: absolute;
    top : 11px;
    right: 35px;
    z-index: 999;
    color: #dc3545;
    background-color: transparent;
}

.accordion-quote{
    position: absolute;
    top : 11px;
    right: 35px;
    z-index: 999;
    color: #f58d14;
    background-color: transparent;
}




.accordion-delete:hover{
    background-color: #dc3545;
    color: #fff;
}

.accordion-quote:hover {
  background-color: #f58d14;
  color: #fff;
}

@media only screen and (max-width: 900px) {
    
    .col-md-5, .col-md-7{
        width: 100%;
    }

    .m-date-range{
        width: 100% !important;
        margin: 0 0 5px 0 !important;
    }
    
    .filter-down {
        width: calc(100% - 50px) !important;
        margin: 0 10px 0 0;
    }

    .header-menu-li{
        display: inline-block !important;
    }
}

@media only screen and (max-width: 500px) {

    .dropdown-menu{
        max-width: calc(820px - 30px);
        width: 100% !important;
        left: 0;
        right: 0;
        padding: 0 10px !important;
        background-color: transparent;
        border: 1px solid transparent;
    }

    .full-btn{
        width: 100%;
        margin: 0;
    }

    .gt-h3-title {
        margin-top: 10px;
        margin-bottom: 0px;
        line-height: 40px;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
        text-transform: capitalize;
    }
    
    .gt-h3-value {
        margin-bottom: 20px;
        line-height: 25px;
        font-size: 25px;
        color: #fff;
        font-weight: 700;
    }

    .gt-h3-value-white {
        margin-bottom: 0px;
        line-height: 60px;
        font-size: 25px;
        color: #fff;
        font-weight: 700;
    }

    .badge{
        margin-bottom: 10px;
    }

    .btn-close-x{
        position: absolute !important;
        right: 5px !important;
        color : #ff3737 !important;
        background : none;
        border: none;
        font-weight: 900;
        font-size: 20px;
        z-index: 9;
    }

    .header-menu-li:first-child{
        display: none !important;
    }

    .m-date-range{
        width: 100% !important;
        padding-left:35px;
        margin: 0 0 5px 0;
    }
    
    .filter-down {
        width: calc(100% - 50px) !important;
        margin: 0 10px 0 0;
    }

    .details {
        min-width: 120px !important;
        margin-bottom: 10px !important;
    }

    .header {
        min-height: 60px;
        background-color: transparent;
        padding: 15px 0px !important;
    }

    .logo {
        font-size: 20px;
        line-height: 35px;
    }

    .parallelogram h1 {
        font-size: 14px;
    }

    .login-title {
        font-size: 20px;
        line-height: 40px;
    }

    .footer {
        font-size: 13px;
    }

    .w-mob-100{
        width: 100%;
    }

    .badge-top-margin{
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .main-title span i {
        font-size: 14px;
    }

    .progress-font{
        font-size: 13px;
    }

    .success-wg h3{
        font-size: 1.4em;
    }

    .checkbox-margin{
        margin-top: 10px;
    }

    .dashboard-widgets {
        margin-bottom: 15px;
        padding: 20px;
        border-radius: 5px;
    }

    
}

.image_position
    {
    margin-top: -57px;
    margin-left: 11px;
    }

    .error-msg {
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
}
.error {
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
}  