.fw-bold{
    font-weight: 500!important;
}
.dropdown-toggle::after {
    content: '';
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;

  border: none!important;
}

.previewTableSection{
    display: flex;

}
.leftLogoSection {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logoTitle {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.imgSection {
    border-radius: 10px;
    display: flex;
    background-color: #000;
    height: 140px;
    width: 140px;
    align-items: center;
    justify-content: center;
}
.rightManageLinksSection {
    width: -webkit-fill-available;
    border-radius: 10px;
    padding: 15px 10px;
    background: #000;
}
.previewTableSection .leftLogoSection{
    padding-right: 30px;
}
h4.sectionTitle {
    font-size: 18px;
    padding-bottom: 5px;
}
.linksTable thead th,
.linksTable thead td{
    color: #fff!important;
}
.nameUrl input,
.urlInput input{
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    height: 36px;
}
.deleteBtn{
    background-color: #CB000A;
   color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
}
.editBtn{
    background-color: #fff;
    color: #CB000A;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
}

a.visibleBtn {
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    color: #000;
}
.table.linksTable thead th {
    vertical-align: bottom;
    border-top: none!important;
     border-bottom: 0px!important;
}
.mainContent {
    width: 100%;
    background-color: #000;
    border-radius: 15px;
    min-height: calc(100vh - 140px);
}
form{
    margin-bottom: 0px!important;
}
.boxContent {
    position: relative;
    padding: 20px 20px 60px;
    min-height: calc(100% - 140px);
}
span.labelName {

    width: 30%;
    font-size: 16px!important;

}
.custom-delete.py-2 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.groupBtn {
   width: 100%;
    margin: auto;

}
.itemsBox {
    padding: 15px;
    width: 33.33%;
}
.subBoxContent {
    padding-top: 20px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
}


.trashSection {
    position: absolute;
    top: -5px;
    width: 33px;
    display: flex;
    border-radius: 100%;
    right: -5px;
    background-color: #CB000A;;
    height: 33px;
    align-items: center;
    justify-content: center;
}
.tagTitle>span {
    background-color: #CB000A;
    padding: 15px;
}
.tagTitle {
    display: flex;
}
.tagTitle>span {

    border-radius: 0px 10px 0px 0px;
    padding: 6px 20px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    background: #CB000A;
    position: relative;
    box-sizing: border-box;
}
.tagTitle>span:after {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    right: -6px;
    bottom: 0;
    border-radius: 0px 4px 6px 0px;
    background: #CB000A;
    transform: skewX(24deg);

    box-sizing: border-box;
}
.priceSection {
    color: #000;

    text-align: center;
}
span.price {
    font-weight: 600;
    font-size: 60px;
}
span.ruppeSign {
    font-weight: 600;
    font-size: 26px;
}
span.timePeriod {
    left: -60px;
    position: relative;
    color: #CB000A;
    font-size: 14px;
}
.price sup{
    top: -0.3em;
}
.descrip{
    color: #000;
    font-size: 14px;
    padding-left: 30px;
    line-height: 16px;
    margin-bottom: 15px;
}
.descrip .fa-circle-check{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
    color: #CB000A;
}
button.editBtan {
    margin: 0px auto -20px;
    margin-left: auto;
    padding: 8px;
    font-size: 18px;
    color: #fff;
    width: 90%;
    border-radius: 10px;
    background-color: #CB000A;
    border: none;
}
.topSection h6 {
    color: #fff;
    letter-spacing: 0.5;
    font-size: 20px;
}
a.downloadIcon {
    margin-bottom: 5px;
    border-radius: 6px;
    color: #000;
    display: flex;
    background-color: #fff;
    width: 50px;
    justify-content: center;
    align-items: center;
}
.subBoxSection{
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #000;
}

.labelBox {
    border: 2px dashed #FFF;
    width: 170px;
    text-align: center;
}
.labelBox img{
    width: 120px;
}
span.labelName {
    font-size: 20px;
    color: #fff;
}
.bannerRow {
    display: flex;
    margin: auto;
    width: 80%;
    justify-content: space-between;
}
.labelBox {
    border: 2px dashed #FFF;
    width: 170px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

span.labelContent {
    width: 70%;
}
.labelContent textarea{
    padding: 10px;
    width: 100% !important;
}
span.labelName {
    padding-top: 5px;
    width: 30%;
    font-size: 20px;
    color: #fff;
}

.labelContent input,
.labelContent select{
    padding-left: 10px;
    height: 40px;
    border: none;
    border-radius: 6px;
    width: 100%;
}
.position-relative.w-45.descripSection {
    width: 48%;
    padding: 10px 0;
    background-color: #fff;
}
.descripSection .fa-circle-xmark {
    position: absolute;
    top: -6px;
    font-size: 18px;
    right: -2px;
    color: red;
}
.descripSection p .fa-circle-check {
    left: 5px;
    top: 3px;
    color: #CB000A;
}
.dayMonthSection {
    right: 2px;
    top: 50%;
    border-radius: 6px;
    transform: translateY(-50%);
    position: absolute;
    background-color: #CB000A;
    color: #fff;
}
.searchInput {
    margin-right: 5px;
    padding-left: 30px;
    padding-right: 10px;
    width: 200px;
    border-radius: 6px;
    height: 37px;
    border: none;
}

.SearchIcon {
    position: absolute;
    top: 10px;
    font-size: 18px;
    transform: rotate(90deg);
    color: #000;
    left: 9px;
}
.custom-bs-tooltip[title="Edit"]{
    background-color: #fff!important;
    color: #000;
    font-weight: 600;
}
.custom-bs-tooltip{
    border-radius: 8px;
    padding: 5px 10px;
    font-weight: 600;
    line-height: normal!important;
    font-size: 16px!important;
}
.btn:hover, .btn:focus {
    color: #3b3f5c;
    background-color: #f1f2f3;
     border-color: transparent!important;
     -webkit-box-shadow: none!important;

     box-shadow:none!important;
    opacity: 0.9;
}
::selection {
    color: white;
    background: black;
}
table::selection {
    color: inherit!important;
    background: transparent;
}
.nav-item.dropdown .fa-angle-down{
    transform: rotate(0deg);
    transition: all 0.5s ease;
}
.nav-item.dropdown:hover .fa-angle-down{
    transform: rotate(180deg);
    transition: all 0.5s ease;
}
.nav-item.dropdown:hover.dropdown-menu{
    color: rgba(255,255,255,0.7) !important;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 4px 8px 2px rgba(0,5,13,.5) !important;
    background: #191e25;
}
.pagination-section {
    border-top: 1px solid #aaa;
    padding: 5px 10px;
}
.pagination-section {
    padding: 5px 10px;
}
.pagination-section a{
   padding-right: 5px; padding-left: 5px;
    background-color:transparent;
    height: 20px;
    color: inherit;
    margin: 2px 2px;
    display: inline-flex;
    justify-content: center;
}
.pagination-section a:hover,
.pagination-section a.active {

    background-color: #000;
    height: 20px;
    color: #fff;
    margin: 2px 2px;
    display: inline-flex;
    justify-content: center;
}
.custom-delete a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.saveBtn,
.closeBtn{
    color: #fff!important;
    font-weight: 500;
    border-radius: 6px!important;
    border:0px!important;
    background-color: #363636!important;
}
.saveBtn:hover,
.closeBtn:hover{

    font-weight: 500;
    border-radius: 6px!important;
    border:0px!important;
    background-color:#f1f2f3!important;
    color: #3b3f5c!important;
}
.popupBtn,
.swal2-popup .swal2-styled.swal2-confirm,
.swal2-popup .swal2-styled.swal2-cancel {
    color: #fff!important;
    font-weight: 500;
    border-radius: 6px!important;
    font-size: 16px!important;
    height: 40px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border:0px!important;
    background-color: #000!important;

}
.popupBtn:hover,
.popupCancelBtn:hover,
.popupSaveBtn:hover,
.swal2-popup .swal2-styled.swal2-confirm:hover,
.swal2-popup .swal2-styled.swal2-cancel:hover{
    background-color:#f1f2f3!important;
    color: #3b3f5c!important;
}