a:hover{
    text-decoration: none;
}
button:focus,
button:hover {
    box-shadow: none !important;
    text-decoration: none !important;
    text-shadow: none;
    outline: none;
}
.button-effects {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 5px;
    background: #2c7be5;
    color: #fff;
}
.button-effects:before{
    border-radius: 5px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff985d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.button-effects:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.bg-card {
    background-position: top right;
}
.indexshow {
    position: static;
    z-index: 9;
}
.box-shadow{
    box-shadow: 0px 0px 23px #ddd;
}






.show-result h5 {
    font-size: .83333rem;
    color: #5e6e82;
    font-weight: normal;
    display: inline-block;
}
.show-result {
    padding: 0 26px;
}
.show-result ul {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.show-result ul li {
    display: inline-block;
    transition: all 500ms ease;
}


.show-result ul li a {
    font-size: .83333rem;
    padding: 3px 14px;
    margin-left: 8px;
    color: #fff;
}

.profilebox  {
    margin-left: 1rem;
}
.profilebox .avatar {
    background: #dcf4f1;
    border-radius: 33px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 2.6rem;
    width: 2.6rem;   
}
.profilebox .avatar svg {
    width: 20px;
    height: 20px;
}
#navbarVerticalCollapse {
    margin-top: 3rem;
}

#style-5::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}
.topimg {
    background-size: cover;
    background-position: top;
}
.edit-profile {
    padding: 1.25rem;
    z-index: 9;
    position: initial;
}
.edit-form {
    display: flex;
    flex-wrap: wrap;
    
}
.fullwidth  {
    width: 100% !important;
}
.edit-form  .form-group {
    margin-bottom: 1rem;
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
svg {
    width: 17px;
    height: 17px;
}
.table-button {
    display: flex;
}
.table-btn {
    margin-right: 8px;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    padding: 3px 4px;
}

.action-icon svg {
    margin-right: 5px;
}

.table-checkbox  .custom-control-label::before {
    border-radius: .15rem;
}
.table-checkbox .custom-control-label::after,
.table-checkbox .custom-control-label::before,
.track-details  .custom-control-label::after,
.track-details  .custom-control-label::after{
    width: 0.8rem;
    height: 0.8rem;
}

.table-checkbox td,
.table-checkbox th {
    font-size: .83333rem;
}
.unsort:after,
.unsort:before{
    display: none !important;
}

.accordion-sec {
    width: 95%;
    margin: 6px auto 24px;
    padding: 0 0 0 0;
}
.accordion-sec .card{
    border:none;
    margin-bottom: 20px;
    border-radius: 0;
}
.accordion-sec .collapse.show{
    border-top: 1px solid #d8e2ef;
}
.accordion-sec .card-body {
    width: 33%;
    margin: 20px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.accordion-sec .card-header button span,
.accordion-sec .card-header button svg {
       color: #5e6e82;
}
.accordion-sec .card-body button {
    text-transform: capitalize;
    margin-left: 0;
    font-size: 13px;
    border-radius: .25rem!important;
    background-color: #2c7be5;
    padding: 8px;
    border: 0;
    color: #fff;
    position: absolute;
    right: -97px;
    transition: all 500ms ease;
}
.accordion-sec .card-body button:hover {
    right: 0;
    transition: all 500ms ease;
}
.accordion-sec .card-header {
    border-radius: 0;
    padding: 0 !important;
}

.accordion-sec button svg {
    fill: #fff;
}
.packageimg {
    width: 180px;
    display: inline-block;
    overflow: hidden;
}
.packageimg img {
    width: 100%;
    border-radius: 11px;
}

.backtolist {
    margin-left: 10px;
    background: #ffffff;
}
.add-button{
    background: #2c7be5;
    color: #fff;
}
.add-button,
.backtolist {
    height: 32px;
    padding: 6px 13px;
    font-size: 14px;  
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 5px;
}
.add-button svg, .backtolist svg {
    fill: #fff;
    width: 15px;
    height: 15px;
    margin-right: 4px;
}
a {
    color: #2c7be5;
    text-decoration: none;
    background-color: transparent;
}
.add-button:hover:before,
.backtolist:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.add-button:hover{
    color: #ffffff;
}
.add-button:before,
.backtolist:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff985d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.packageimg {
    width: 100%;
    display: inline-block;
    position: relative;
}
.packageimg h3 {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f53c20;
    margin: 0;
    padding: 5px 11px;
    line-height: 19px;
    border-radius: 0 0 8px 8px;
    color: #fff;
}


/* Cose master page */

.costmaster{    width: 95%;
    margin: 6px auto 24px;
    padding: 0 0 0 0;}
.costmaster .card-header {
    padding: 0;
    border: none;
}    
.costmaster .card-header button{
    display: flex;
    border: 1px solid #d8e2ef;
    padding-left: 1rem !important;
    align-items: center;
}
.costmaster  .table-responsive{
    padding: 0px 25px;
}
.costmaster .card {
    margin-top: 2rem;
    background: transparent;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
.masterlist {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;   
    margin: 0; 
    align-items: center;
}

.masterlist li {
    flex-grow: 5;
}

.masterlist li svg {
    width: 26px;
    height: 26px;
}
.costmaster-table {
    margin-top: 1rem;
    background: #fff;
    box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}
.costmaster-table th,
.costmaster-table td{
    font-size: 13px;
}

.heading-bottom {
    position: relative;
    z-index: 0;
    display: inline;
}
.heading-bottom:before {
    position: absolute;
    content: "";
    background: #fabc42;
    width: 100%;
    display: inline-block;
    height: 13px;
    bottom: 3px;
    z-index: -1;
}
.fixedtable {
    position: relative;
    z-index: 999;
    padding: 1.25rem;
}
.dropdown-menu-right a:last-child{
    border-bottom: none;
}
.dropdown-menu-right a {
    border-bottom: 1px solid #d8e2ef;
    padding: 9px 19px;
}


/* track-details */

.track-details .table td, .track-details .table th {
    font-size: .83333rem;
    padding: .3rem;
}
.actionicon svg {
    width: 25px;
    height: 25px;
}
.actionicon a {
    font-size: 11px;
    padding: 5px 4px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    border-radius: 4px;
    color: #ffffff;
}
.actionicon a:first-child{
    background: #fabc42;
}
.actionicon a:nth-child(2) {
    background: #3abcbd;
}
.actionicon a:nth-child(3) {
    background: #a4c663;
}
.actionicon a:nth-child(4) {
    background: #00919b;
}
.actionicon a:nth-child(5) {
    background: #fe688a;
}
.actiontext {
    overflow: hidden;
    position: relative;
}
.hovericon h4 {
    font-size: 11px;
    position: absolute;
    top: auto;
    bottom: -27px;
    left: -4px;
    opacity: 0;
    display: none;
    transition: all 500ms ease;
}
.hovericon:hover h4 {
   display: block;
   opacity: 1;
   transition: all 500ms ease;
}
.hovericon {
    margin: 0px 7px;
    position: relative;
    transition: all 500ms ease;
}
.action-icon {
    display: flex;
    justify-content: center;
    vertical-align: top;
}

/* image deatils */

.contenttext h1{
    font-size: 24px;
    color: #f53c20;
    margin-bottom: 20px;
}


.contenttext img {
    width: 31%;
    margin-right: 12px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 7px #c7c7c7;
    border-radius: 4px;
}

.contenttext p{
    font-size: 14px;
    line-height: 24px;
    display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0;  
}
.rm-link {
    font-size: 13px;
}
.contenttext div {
    display: inline-block;
    width: auto;
}
.imaagedetails-accordion{
    padding: .5rem 1.25rem;
}
.imaagedetails-accordion .card-body {
    border-top: 1px solid #ddd;
}

.imaagedetails-accordion .card-header h2{
    padding-left: 2rem;
    padding-right: 2rem;
}
.imaagedetails-accordion .card-header button {
    display: flex;
    align-items: center;
    padding: 14px 0;
}

.imaagedetails-accordion .card-header button h3,
.fontmange {
    font-size: 16px;
    margin: 0;
}
.imaagedetails-accordion .card {
    border-radius: 0;
}

.imaagedetails-accordion .card-header {
    padding: 0;
}

/* common css */
.heading-color {
    color: #5e6e82;
}
.border-right .card-header::before{
    width: 6px;
    height: 100%;
    position: absolute;
    content: "";
    background: #f8d021;
}
.border-right .card:nth-child(2n) .card-header::before{background:#93d5de}
.border-right .card:nth-child(3n) .card-header::before{background:#00919b}
.border-right .card:nth-child(4n) .card-header::before{background:#f53c20}
.shorttext  {

}
#box{
    height: 100px;
    transition: height 300ms;
}
#box.is-active {
    height: 300px;
}
.table-checkbox .hovericon{
    margin: 0px 6px;
    position: relative;
    transition: all 500ms ease;
    padding: 0 13px;
}

.table-checkbox .hovericon h4{
    bottom: -24px;
    left: 0;
}    

.right-icon {
    padding: 0;
    margin: 5px 13px 20px 0px;
    list-style-type: none;
    float: right;
}

.right-icon>li {
    display: inline-block;
    border: 1px solid #00919b;
    padding: 4px 13px;
    border-radius: 4px;
    margin-right: 7px;
    background: #00919b;
}

.right-icon li svg {
    fill: #fff;
}

.searchbox {
    padding: 0px 16px;
    width: 67%;
}
.searchbox input {
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    padding: 7px 11px;
    width: 100%;
}


.right-icon li button{
    padding: 0;
    background: transparent;
    border: none;
    color: #fff;
    box-shadow: none;
    vertical-align: top;
}
.right-icon li button:focus,
.right-icon li button:active,
.right-icon li>button:hover,
.right-icon .show>.btn-falcon-default.dropdown-toggle{
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fff !important;
}
.right-icon li.dropdown a{
    display: flex;
    align-items: center;
}
.right-icon li.dropdown a input {
    margin-right: 10px;
    margin-top: 0;
}
.addimgtitle {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 28px;
    background: #2c7be5;
    padding: 5px 15px;
    border-radius: 2px; 
}

.choosefile input{
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #b7b5b5;
    border-radius: 0;
    padding: 0 13px;
}

.box-div{
    box-shadow: 0px 0px 23px #ddd;
    margin: 31px 26px;
}

.editform{
    padding: 20px;
    margin-top: 20px;
}
.editform input,
.editform select{
    font-size: 13px;
    color: #b6c1d2;
    margin-top: 1px;
}
.editform .form-check{
    padding-right: 1.25rem;
    display: flex;
    align-items: center;
    height: 100%;
}
.updatebtn{
    margin-top: 20px;
    text-align: right;
}
.accordion-sec .card-header button {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.logowidth{
    width: 54%;
    margin-top: 4px;
}

.chooseimgesection {
    /*width: 51%;*/
    margin-top: 22px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.chooseimgesection img {
    width: 100%;
    border-radius: 11px;
}

.chooseimgesection  svg {
    fill: #fff;
}

.chooseimgesection button {
    text-transform: capitalize;
    margin-left: 0;
    font-size: 13px;
    border-radius: .25rem!important;
    background-color: #2c7be5;
    padding: 8px;
    border: 0;
    color: #fff !important;
    position: absolute;
    /* right: -108px; */
    right: -97px;
    transition: all 500ms ease;
}

.chooseimgesection button:hover {
    right: 0;
    transition: all 500ms ease;
}

.addtrack textarea {
    width: 100%;
    resize: none;
    font-size: 13px;
    color: #b6c1d2;
    padding: 10px;
    border-radius: .25rem;
    border: 1px solid #d8e2ef;
}

.logoutpage-logo {
    width: 35%;
}
.width-box {
    width: 400px;
}

.dark .box-shadow {
    box-shadow: 0px 0px 23px #0e0e0e;
}
.dark .heading-bottom:before {
    display: none;
}
.dark  .costmaster-table {
    background: transparent;
}


/* Media query */

@media (max-width:1200px) {
    #navbarVerticalCollapse {
        margin-top: 0;
        border-top: 1px solid #b5b5b5;
    }
}

@media (max-width:991px) {
    .heading-bottom {
        font-size: 23px;
    }
    .packageimg h3 {
        font-size: 13px;
    }    
}

@media (max-width:768px) {
    .masterlist li {
        font-size: 13px;
    } 
    .masterlist li svg {
        width: 22px;
        height: 22px;
    }
    .accordion-sec .card-body {
        width: 32%;
    }  
    .packageimg h3 {
        font-size: 11px;
    }
    .accordion-sec .card-body {
        width: 49%;
    }  
}

@media (max-width:767px) {
    .heading-bottom {
        font-size: 20px;
    }
    .addimgtitle {
        font-size: 15px;
    } 
    .masterlist li:first-child {
        width: 30%;
        text-align: left;
    }
    .masterlist li {
        width: 13%;
        text-align: center;
    }   
    .heading-bottom:before {
        display: none;
    }
    .contenttext h1 {
        font-size: 22px;
    }
    .contenttext img {
        width: 30%;
    }  
    .width-box {
        width: 500px;
    }   
    .packageimg h3 {
        font-size: 11px;
        line-height: 15px;
    }  
    .edit-form .form-group {
        width: 100%;
    }
    
}

@media (max-width:540px) {
    .masterlist li:first-child {
        width: 100%;
        margin-bottom: 10px;
    }
    .add-button, .backtolist{
        padding: 6px 10px;
        font-size: 13px;
    }
    .heading-bottom {
        font-size: 18px;
        margin-bottom: 15px !important;
        display: block;
    }
    .contenttext img {
        width: 45%;
    }
    .imaagedetails-accordion .card-header button h3, .fontmange {
        font-size: 14px;
        line-height: 23px;
    }
    .searchbox {
        width: 100%;
        margin-bottom: 15px;
    }
    
}   

@media (max-width:414px) { 
    .accordion-sec .card-body {
        width: 100%;
    }
    .packageimg h3 {
        font-size: 13px;
        line-height: 17px;
    }
}