.pt-40{
    padding-top: 40px;
}

.prl-80{
    padding-left: 80px;
    padding-right: 80px;
}

.bg1-image{
    height: 515px;
    width: auto;
    margin-top: 100px;
}

.logo-image{
    height: 90px;
    width: auto;
}

.image-div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-div{
    justify-content: center;
    align-items: center;
    padding-left: 114px;
    padding-right: 114px;
}

.bg-both{
    background-image: url("../img/bg-1.jpg"), url("../img/bg-2.jpg");
    background-size: 50% 100%, 50% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
}

.logo-text{
    font-style: normal;
    font-family: "Agenda Bg";
    font-weight: 600;
    font-size: 26px;
    text-align: right;
    padding-bottom: 8px;
    line-height: 27.95px;
}

.logo-text-bottom{
    font-style: normal;
    font-family: "Agenda Bg";
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    line-height: 20px;
}

.logo-text-bottom a{
    font-style: normal;
    font-family: "Agenda Bg";
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    line-height: 20px;
    color: white
}

.login-div-outer
{
    margin: auto;
}

.login-div h3{
    font-style: normal;
    font-family: "Agenda Bg";
    font-weight: 700;
    font-size: 35px;
    line-height: 37.63px;
    color:#565656;
}

.login-div p{
    font-style: normal;
    font-family: "Agenda Bg";
    font-weight: 400;
    font-size: 18px;
    line-height: 19.35px;
    color:#565656;
}

.check-image{
    height: 15px;
    width: auto;
}

.text-rem{
    font-style: normal;
    font-family: "Agenda Bg";
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 17px;
    color:#1F1F1F;
}

.color-forgot{
    color: #E4142A;
    text-align: right;
}

.color-forgot :hover{
    color: #E4142A;
    text-align: right;
}

.btn-color
{
    /*background: linear-gradient(92.72deg, #930329 7.39%, #E61429 92.77%);*/
    background: #E61429;
    border-radius: 60px;
    color: #ffffff;
    font-style: normal;
    font-family: "Agenda Bg";
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 18px;
    padding: 25px 0;
    margin-top: 70px;
}

.btn-color:hover
{
   color: #ffffff !important; 
}

/*------------------sidebar------------------*/
aside.main-sidebar.sidebar-dark-primary.elevation-4 {
    background-position: left bottom;
    background-image: url(../img/bg-1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.user-panel img {
    width: 150px;
}

.side-menu-title{
    padding-left: 10px;
}
.user-panel .image {
    padding: 25px;
}
.user-panel {
    border-bottom: none !important;
}

[class*=sidebar-dark-] .sidebar a {
    color: #90C3FC;
}

a.dropdown-toggle {
    color: #363636;
    font-size: 16px;
}
header.main-header {
    border: none;
    padding: 15px;
}

a.pushmenu {
    display: none;
}

input.form-control.form-control-sidebar {
    background: #FFFFFF;
    border:none;
    border-radius: 60px;
}
.input-group {
    background: #FFFFFF;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 60px;
    padding: 4px;
}
.input-group>.input-group-append>.btn{
    border-radius: 60px;
    padding: 8px 10px;
}

.input-group-append {
    margin-left: 0px;
}

button.btn.btn-sidebar {
    background: linear-gradient(92.72deg, #D2093E 7.39%, #EC1127 92.77%);
    border-radius: 60px;
    color: #ffff;
}
.navbar-nav>.user-menu .user-image {
    margin-top: -2px;
    height: 3.1rem;
    width: 3.1rem;
}

li.nav-item {
    padding-right: 19px;
}

a.page-title{
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #166CBE !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
    background-color: rgba(255,255,255,.1);
    color: #fff;
}
a.nav-link.active svg path {
    stroke: white;
}

.content-wrapper>.content {
    padding: 0 0.5rem 0 3rem;
}
/*===========table css===========*/
.table thead th, .table td {
    border: 0;
}

table#venue-table {
    border-collapse: separate;
    border-spacing: 0 15px;
}
tbody tr td:first-child {
    border-left: 5px solid green ;
    border-radius: 5px 0px 0px 5px;
}

.table-hover tbody tr:hover {
    color: #212529;
    background: #FFFFFF;
    box-shadow: 0px 15px 60px rgb(176 177 188 / 18%);
    border-radius: 8px;
}
.table-hover tbody tr:hover>td:first-child{
border-left: 5px solid red !important
}

/*---------------------delete Modal---------------------*/
.modal-content {
    background: #2D6DAC;
    border-radius: 20px;
    box-shadow: none;
}

.modal-body {
    text-align: center;
    padding: 48px 31px;
}
.confirm-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 23px 0;
}

.trash2-icon img {
    width: 45px;
}

button.btn.dlt-btn {
    background: linear-gradient(92.72deg, #930329 7.39%, #E61429 92.77%);
    border-radius: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 11px 37px;
    float: right;
}

button.btn.dlt-cancel {
    background: transparent;
    border-radius: 60px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    /* border-radius: 60px; */
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 10px 37px;
    float: left;
}
/*---------------------------Add venues Form---------------------------*/
label.hidden-xs {
    visibility: hidden;
}
input.input-field {
    background: #FDFDFD;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 25px 5px;
}

.icon-dlt a.btn {
    background: #FDFDFD;
    border: 1px solid #CD3C6A;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 60px;
}

button.btn.addmore {
    background: linear-gradient(92.72deg, #166CBE 7.39%, #157EFC 92.77%), linear-gradient(92.72deg, #930329 7.39%, #E61429 92.77%);
    border-radius: 60px;
    padding: 12px;
    border: none;
}

.publish-btn .btn {
    background: linear-gradient(92.72deg, #930329 7.39%, #E61429 92.77%);
    border-radius: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 15px 45px;
    text-align: center;
}
.publish-btn {
    padding-top: 45px;
    text-align: center;
}

select.slt_lst {
    height: calc(2.875rem + 5px);
    background: #FDFDFD;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 8px;
}

/*--------------------------edit ad unit--------------------------*/
.card.p-5.m-4 {
    background: transparent;
    box-shadow: none;
}
.custom-file-label::after {
    background: linear-gradient(92.72deg, #166CBE 7.39%, #157EFC 92.77%), linear-gradient(92.72deg, #930329 7.39%, #E61429 92.77%);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 0.752em 1em;
    border-radius: 60px;
    right: -180px;
    height: 2.82rem;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "+ Upload image";
}

label.custom-file-label {
    right: 170px;
    left: 8px;
    background: #FDFDFD;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 8px;
    /* padding: 25px 5px; */
    height: calc(2.62rem + 9px);
    padding: 0.675rem 0.75rem;
}
.col-sm-2.label-ad {
    color: #949596;
    font-size: 22px;
    font-weight: 400;
}
.card {
    padding: 3rem;
    margin: 1.5rem;
    box-shadow: none;
}
/*---------------------------Media Query---------------------------*/
@media (max-width: 992px){
   a.pushmenu {
    display: block;
    }
    .pro-name{
        display: none;
    }
}

@media (max-width: 600px){
  .card {
    padding: 0;
    margin: 0m;
    }
}