﻿
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(244 59 0 / 15%) !important;
    color: var(--bs-table-striped-color);
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}

table tr label {
    font-size: 15px;
    font-weight: 400;
    /*font-family: "Assistant", Helvetica, Arial, serif;*/
}

.v1, .v2, .v3 {
    border-radius: 15px !important;
}

.color-th th {
    font-size: 15px;
    color: #545454;
    font-weight: 400;
}

th {
    
}

p {
    margin-bottom: 0rem !important;
}

.il {
    line-height: 1.5;
    /*font-family: 'Font Awesome 6 Free' !important;*/
}

.containerwidth {
    width: 100%;
}

.wrapper1 {
    background-color: #ffffff;
    margin-bottom: 20px;
    /* border-bottom: 2px solid;
    border-bottom-color: #ff1d1d;*/
    border-radius: 12px;
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
    box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
}

option {
    font-weight: normal;
    display: block;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    min-height: 1.2em;
    color: #3a3a3a;
    padding: 2px;
}

/*body {
    font-family: "Assistant", Helvetica, Arial, serif;
}*/

.toggle {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #111130;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 0;
    color: #fff;
}

.content {
    position: relative;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.clbl {
    margin: 10px;
    border: 2px dotted #fff;
    width: 23%;
    background-image: linear-gradient(135deg, #ff903b 0%, #e01717 100%);
    height: 40px;
    color: #fff
}

.Namelbl {
    background-color: #fff;
    color: #626262;
    vertical-align: middle;
    margin-top: 5px;
    border: 2px solid #ff820f;
    border-radius: 14px;
    width: 150px;
    float: right
}

.TableNotes {
    overflow-y: auto;
    height: 205px;
    /* margin-left: -8px;
    margin-right: -8px;*/
    margin-top: 15px;
}

.table {
    border-spacing: 0;
    border-collapse: separate;
    /*border: solid #ccc 1px;*/
    -moz-border-radius: 6px;
    /*-webkit-border-radius: 12px;*/
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 6px 14px #ccc;
    /* border-collapse: separate !important;
    border-spacing: 0;
   /* border-collapse: separate;*/
    /*border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;*/
    /* border-collapse: separate !important;*/
    /*  border-top: 1px solid #CCD7E2 !important;
    border-left: 1px solid #CCD7E2 !important;
    border-right: 1px solid #CCD7E2 !important;
    border-bottom: 1px solid #CCD7E2 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}

.NotesI input {
    border-color: #CCD7E2;
}

.tab {
    background-color: #f54129;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    /* border-top: 1px solid #CCD7E2;
    border-left: 1px solid #CCD7E2;*/
    border-right: 1px solid #CCD7E2;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 14px;
        color: #fff;
    }

.table-striped .odd {
    background-color: #F2CABE !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #FDE2D9;
    color: red;
    transition: all 0.3s ease-in;
}

/* Create an active/current tablink class */
.tab button.active1 {
    color: #e01717;
    background-color: #fff;
    border-bottom: none !important;
}

.DTable tr td:first-child {
    width: 25% !important;
}

.DTable tr td:nth-of-type(2) {
    width: 26% !important;
}

.BTable tr td:first-child {
    width: 24%;
}

.ReTable tr td:first-child {
    width: 8%;
}

.ReTable tr td:nth-of-type(2) {
    width: 26%;
}

.ReTable tr td:nth-of-type(3) {
    width: 26%;
}

.OthrTable tr td:first-child {
    width: 17%;
}

.OthrTable tr td:nth-of-type(2) {
    width: 34.5%;
}

.OthrTable tr td:nth-of-type(3) {
    width: 26%;
}

.active1 {
    border-bottom: none !important;
}
/* Style the tab content */
.tabcontent {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.Me tr td:first-child {
    width: 28%;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.OthrTable tr label {
    font-size: 15px;
    font-weight: 400;
    /*font-family: "Assistant", Helvetica, Arial, serif;*/
}

.show tr label {
    font-size: 15px;
    font-weight: 400;
    /*font-family: "Assistant", Helvetica, Arial, serif;*/
}

input, optgroup, select, textarea {
    border: 1px solid #CCD7E2;
    border-radius: 7px;
    height: 27px;
}

.m-L {
    margin-left: 5px;
}
/******************************************************************/

select:focus {
    border: 1px solid #bababa;
    outline: 1px solid #bababa;
}

#table_detail {
    /*text-align: left;
    border-collapse: collapse;
    color: #2E2E2E;
    border: #A4A4A4;*/
}

    #table_detail .hidden_row {
        display: none;
    }

.hidden_row {
    display: none;
}

span .fa-chevron-down, .fa-chevron-left {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    margin-top: 10px;
}

#FilterDiv span i {
    font-size: 20px;
    color: #fff;
    margin-top: 3px;
}

table tr td {
    cursor: pointer;
    font-size: 15px !important;
    /*font-family: "Assistant", Helvetica, Arial, serif;*/
    font-weight: 400;
    font-style: normal;
}

select option {
    margin: 5px;
    border: 5px solid red;
}

option {
    font-size: 15px !important;
    font-weight: normal;
    display: block;
    border: 5px solid red !important;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    min-height: 1.2em;
    padding: 15px 10px 1px !important;
}

.v1 option {
    padding: 10px !important;
    border: 6px solid gray;
}


.nav-pill-main-div {
    position: relative;
    border-radius: 20px;
    height: 100%;
}

.tab-content {
    display: none;
    padding: 15px;
    transition: 0.3s ease all;
}

.current {
    display: block;
}
/*------ease effect------*/
.nav-justified > li {
    float: none;
}

    .nav-justified > li span {
        width: 100%;
    }

.customize_solution {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
    box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
    border-radius: 15px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

    .customize_solution .nav-justified > li {
        margin: 10px;
        color: #fff;
        cursor: pointer;
    }

.current {
    color: #e01717 !important;
    background-color: #fff !important;
    border-bottom: none !important;
    transition: 0.3s ease all;
}

label, p {
    color: #545454 !important;
}

.tab_v1 {
    display: flex;
    background-color: #282828 !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    border-top: 1px solid #CCD7E2;
    border-left: 1px solid #CCD7E2;
    border-right: 1px solid #CCD7E2;
}

    .tab_v1 button {
        background-color: #282828;
        color: #fff;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 14px;
    }


/********************   Track Section  **************************/
/*.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px
}

    .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative
    }

        .track .step.active:before {
            background: #078b00
        }

        .track .step::before {
            height: 7px;
            position: absolute;
            content: "";
            width: 100%;
            left: 0;
            top: 18px
        }

        .track .step.active .icon {
            background: #078b00;
            color: #fff
        }

    .track .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd
    }

    .track .step.active .text {
        font-weight: 400;
        color: #000
    }

    .track .text {
        display: block;
        margin-top: 7px
    }

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

    .itemside .aside {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

.img-sm {
    width: 80px;
    height: 80px;
    padding: 7px
}

ul.row, ul.row-sm {
    list-style: none;
    padding: 0
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529
}


.btn-warning {
    color: #ffffff;
    background-color: #ee5435;
    border-color: #ee5435;
    border-radius: 1px
}

    .btn-warning:hover {
        color: #ffffff;
        background-color: #ff2b00;
        border-color: #ff2b00;
        border-radius: 1px
    }
*/
.current span {
    color: #383838;
}

.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px
}

    .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative
    }

        .track .step.active:before {
            background: #FF5722
        }

        .track .step::before {
            height: 7px;
            position: absolute;
            content: "";
            width: 100%;
            left: 0;
            top: 18px
        }

        .track .step.active .icon {
            background: #ee5435;
            color: #fff
        }

    .track .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd
    }

    .track .icon1 {
        margin-top: 9px;
        display: inline-block;
        width: 22px;
        height: 23px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ebaf22;
    }

    .track .step.active .text {
        font-weight: 400;
        color: #000
    }

    .track .text {
        display: block;
        margin-top: 7px
    }

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

    .itemside .aside {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

.img-sm {
    width: 80px;
    height: 80px;
    padding: 7px
}

ul.row, ul.row-sm {
    list-style: none;
    padding: 0
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.btn-warning {
    color: #ffffff;
    background-color: #ee5435;
    border-color: #ee5435;
    border-radius: 1px
}

    .btn-warning:hover {
        color: #ffffff;
        background-color: #ff2b00;
        border-color: #ff2b00;
        border-radius: 1px
    }

.PayS {
    margin: 5px;
    border: 1px solid #bec6c7;
    border-radius: 8px;
}

    .PayS label {
        margin: 19px;
        font-size: 15px;
    }

    .PayS i {
        margin: 10px;
        font-size: 30px !important;
    }

.PayM {
    margin: 5px;
}
/*********************************************/
.fields {
    display: flex;
    /* align-items: center;*/
    justify-content: space-between;
    flex-wrap: wrap;
}

form .fields .input-field {
    display: flex;
    width: calc(100% / 3 - 15px);
    flex-direction: column;
    margin: 4px 14px;
}

.input-field label {
    font-size: 15px;
    font-weight: 400;
    color: #545454;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.PayM .input-field input, .Select1 {
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 0 15px;
    height: 42px;
    margin: 8px 0;
}

.input-field input :focus,
.input-field select:focus {
    box-shadow: 0 3px 6px rgba(0,0,0,0.13);
}


.select-1 {
    width: 35%;
    height: 72%;
    font-size: 14px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.sml {
    height: 35px;
}

.form-control1 {
    width: 40%;
    height: 72%;
    font-size: 14px;
    margin-left: 3px;
    margin-bottom: 3px;
}

table .odd {
    height: 10px !important;
}

table .even {
    height: 10px !important;
}

/*floating label*/
.float-lbl {
    margin-bottom: 15px;
    position: relative;
}

.float-in {
    width: 90%;
    margin-top: 20px;
    outline: none;
    height: 40px;
}

    .float-in::placeholder {
        opacity: 0;
    }

.float-span {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(30px);
    font-size: 0.825em;
    transition-duration: 300ms;
    margin-left: 5px;
    font-weight: 500;
}

.float-lbl:focus-within > .float-span,
.float-in:not(:placeholder-shown) + .float-span {
    color: black;
    transform: translateY(-10px);
}

/*
button {
    padding: 15px 0px;
    margin-top: 20px;
    background: purple;
    color: #fff;
    border: 1px solid purple;
    cursor: pointer;
    border-radius: 3px;
}*/


/* CSS for rounded corners */
.rounded-border {
    border-radius: 10px; /* Adjust the value as per your design */
    overflow: hidden; /* Ensures no content overflows the border-radius */
}

    .rounded-border thead {
        border-radius: 10px 10px 0 0; /* Rounds only the top corners of the header */
        background-color: #666666;
        color: white;
    }

    .rounded-border tbody {
        background-color: #fff; /* Optional: Background color for the table body */
    }

.box {
    height: 35px;
    width: 30px;
    background-color: #ffb390;
    border-radius: 5px;
}

.boxleft {
    font-weight: 600;
    font-style: normal;
    font-size: 14.0px;
    color: black;
    line-height: 18.0px;
    padding-left: 3px;
}

.boxright {
    font-weight: 700;
    font-style: normal;
    font-size: 16.0px;
    color: black;
    text-align: left;
    line-height: 21.0px;
}

.boxspace {
    width: 15px;
}

.boxspacep49 {
    width: 12px;
}
