.margin_0 { margin:0 }
.padding_0 { padding:0 }

.border_style {
    border-radius: 8px;
    border: 1px solid var(--divider-divider, #E8E8E8);
    background: var(--white, #FFF);
}
.custome_tab > li > a {
    /*padding-right: 15px !important;*/
    padding:0;
}

.nav-tabs.custome_tab{
    border-bottom: none;
}
.nav-tabs.custome_tab > li.active > a,
.nav-tabs.custome_tab > li.active > a:hover,
.nav-tabs.custome_tab > li.active > a:focus {
    background-color: #fff;
    border: none;
}
.custome_tab .active {
    border-bottom: 1px solid #e61e35;
}
.border_style .tab-content {
    padding: 15px 0;
}
.custome_tab li {
    padding: 0 10px;
}
.nav-tabs.custome_tab > li > a:hover {
    /* border-color: #eee #eee #ddd; */
    /* border-color: #e51937 #e51937 #e8e8e8; */
    border: none;
    background: none;
    color: #e51937;
    border-bottom: 1px solid #e51937;
}
.nav-tabs.custome_tab > li > a {
    border-bottom: 1px solid #fff !important;
}

.custom_table .table.table-default > thead > tr > td, 
.custom_table .table.table-default > thead > tr > th {
    padding: 5px 8px;
    border: none;
    font-size: 14px;
    box-shadow: none;
    text-align: left;
}
.custom_table .table.table-default > tbody > tr > th,
.custom_table .table.table-default > thead > tr > td,
.custom_table .table.table-default > thead > tr > th {
    background-color: #fff;
}
.custom_table .table.table-default {
    border: none;
}
    .custom_table .table.table-default > tbody > tr > td,
    .custom_table .table.table-default > tbody > tr > th,
    .custom_table .table.table-default > tfoot > tr > td,
    .custom_table.table.table-default > tfoot > tr > th {
        border: none;
    }

.v_a_middle {
    vertical-align: middle;
    height: 15px;
    width: 15px;
}
.color_gray {
    color: #6B7280;
}
.color_black {
    color:#333;
}
.color_red {
    color:#f10a0a;
}
.color_blue {
    color: #1D4ED8;
    /*background: #EEF2FF;*/
}
.color_blue_delegate {
    color: #3B82F6;
    /*background: #EEF2FF;*/
}

.color_brown {
    color: #A16207;
    /*background: #FEFCE8;*/
}
.color_green {
    color: #17823E;
    /*background: #F0FDF4;*/
}
.my_custom_btn {
    background: none;
    border: 1px solid #E8E8E8;
    padding: 12px;
}
.my_custom_btn1 {
    background: none;
    border: 1px solid #E8E8E8;
    padding: 12px;
}
.btn.edit_btn {
    padding: 0px 5px;
}
.doughnutchart {
    width: 408px;
    max-width: 800px;
    height: 200px;
    display: block;
    margin-top: 46px;
    margin-bottom: inherit;
}


/*Anjali Code*/
.color-red {
    color: #E31837;
}

.select {
    border: transparent;
}

/* Define the styles for the container */
.custom-container {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

/* Define the styles for the box */
.custom-box {
    width: 25px;
    height: 25px;
    padding: 12.50px;
    background: #080707;
    border-radius: 47.50px;
    border: 1.25px white solid;
    justify-content: center;
    align-items: center;
    gap: 12.50px;
    display: flex;
}

/* Define the styles for the content inside the box */
.custom-content {
    text-align: center;
    color: white;
    font-size: 12.50px;
    font-family: Georama;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.02px;
    word-wrap: break-word;
}

.custom-dropdown {
    padding: 5px 5px;
    font-weight: normal;
    height: 28px;
    box-shadow: none;
    border-radius: 0;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 16px;
    background-position: right 0.15rem center;
    width: 50%;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    margin-left: 57px;
}
.card cardCustm1 {
    margin: 0 0 15px 0;
    border-color: #ddd;
    background-color: #dcdcdc;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.custom-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left:14px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.secHeadTextRed {
    font-size: 16px;
    font-weight: 600;
    color:black;
    margin: 5px 0 0;
}

.card-header {
    background: none;
    border: 1px solid #E8E8E8;    
    padding: 9px;
}

.custom-btn {
    background-color: #E31837;
    color: #FFFFFF;
}

.top-bottom-margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.horizontal_tab > li > a {
    /*padding-right: 15px !important;*/
    padding: 0;
    border-bottom: 1px solid #fff !important;
    color: #000000;
}

.nav-tabs.horizontal_tab > li.active > a,
.nav-tabs.horizontal_tab > li.active > a:hover,
.nav-tabs.horizontal_tab > li.active > a:focus {
    background-color: #fff;
    border: none;
}

.horizontal_tab .active {
    border-left: 3px solid #87CEEB;
}

.horizontal_tab li {
    padding: 0 10px;
    /* border: 1px solid rgb(228, 228, 228); */
    border-bottom: 1px solid #E8E8E8;
    margin-top: 10px;
    margin-bottom: 10px;
}

.horizontal_tab {
    border-radius: 8px;
    border: 1px solid var(--divider-divider, #E8E8E8);
    background: var(--white, #FFF);
}

.perception_Hdr {
    background-color: rgb(248,248,248);
    font-weight: bold;
    font-size: medium;
    padding: 11px 16px 16px 16px;
}

.details {
    margin-top: 10px;
}

.details[open] {
    background-color: white;
}

.details_summary {
    /* font-weight: bold;
    background-color: #ECECEC; */
}

    /* .details_summary :hover {
        /* border-color: #eee #eee #ddd; */
        /* border-color: #e51937 #e51937 #e8e8e8; */
        /* border: 1px solid #6B7280; */
        /*background: #fff;*/
         /* }  */

    .details_summary :focus {
        background-color: transparent;
    }

.details_p {
    margin-left: 20px;
    color: #6B7280;
}

.btn_icon {
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.footer_margin {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 15px;
}

.custom-btn {
    background-color: #E31837;
    color: #FFFFFF;
}

.my_custom_btn1:hover {
    /* background-color: #FFFFFF; Change the background color on hover */
    background: white;
    color: white; /* Change the text color on hover */
}

.custom-btn2 {
    border: 1px solid transparent;
    border: none;
    padding: 5px 12px;
    font-size: 1.3rem;
    border-radius: 4px;
}

    .custom-btn2:hover {
        /* background-color: #cccccc; */
        background-color: white;
    }



.btn.btn-flat {
    border-radius: 0;
}

.btn-small {
    height: 20px;
    font-size: 10px;
    padding: 2px 5px;
}

.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

.come-from-modal.left .modal-body,
.come-from-modal.right .modal-body {
    padding: 15px 15px 80px;
}
.come-from-modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.right.fade.in .modal-dialog {
    right: 0;
}

.comment_btn {
    border-radius: 5px;
    border: none;
    background: transparent;
}

.comment_textarea {
    color: rgb(255, 255, 255);
    width: 236px;
    border: none;
    font-family: inherit;
    font-size: small;
    background: none;
    overflow: hidden;
    height: 34px
}

.comment_textarea :hover {
    border: none;
}

.paraComment {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
}

.popoverCustmCls {
    width: 250px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 48px;
    bottom: 32px;
    border: none;
    border-radius: 5px;
    background-color: #4D4D4F;
     max-height: 62.1px;
    overflow-y: auto;
    overflow-x: hidden;
}

.circle_button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #E31837;
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
}

.btn-info:hover {
    background-color: transparent;
    border: none;
}