
.dashboardWrapper {
    max-width: calc(100% - 260px);
    width: 100%;
    margin-left: auto;
    position: relative;
}

.dashboardHead {
    padding: 23px 15px 23px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loginBtn a{
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-family: 'Segoe UI';
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    background: #05ADA3;
    border-radius: 5px;
    padding: 10px 16px;
}
.dashboardTopMenu{
    max-width: 320px;
    width: 100%;
}
.dashboardHead h1 {
    color: #060606;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
}
.layout{
    display: flex;
    flex-grow: 1;
    justify-content: center;
}
.search::placeholder {
    color: #94A3B8;
    opacity: 1; /* Firefox */
  }
  
  .search:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #94A3B8;
  }
  
  .search::-ms-input-placeholder { /* Microsoft Edge */
   color: #94A3B8;
  }
.dashboardHead .layoutIcon{
    display: flex;
    max-width: 32px;
    height: 32px;
    flex:0 0 32px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.layoutIcon.activeLayout{
    background-color: #F1F5F9;
}
.dashboardHead .search{
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 7px;
    max-width: 159px;
    width: 100%;
    height: 32px;
    color: #94A3B8;
}
.dashboardBody {
    background-color: #fff;
    padding: 34px 15px 68px;
    min-height: 100vh;
    height: 100%;
}
.serachFeild{
    max-width: 159px;
    width: 100%;
}
.dashboardBody .body-head {
    font-family: 'Segoe UI';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0F172A;
}

.toolsWrapper {
    display: flex;
    align-items: unset;
    column-gap: 23px;
    flex-wrap: wrap;
    row-gap: 53px;
}

.toolCard {
    display: block;
    max-width: 300px;
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 14px;
    padding: 24px;
    position: relative;
}

.toolCard:hover  {
    background-color: rgba(5, 173, 163, 0.06);
    border-color:#05ADA3;
    box-shadow: 1px 2px 6px -4px rgba(0,0,0,0.75);
}
.toolCard:hover .toolInfo span{
    color:#0F172A;
}
.toolCard.custom-tool {
    background: #FFF6ED;
        border: 2px solid #F68919;
}
.toolCard.custom-tool.yellow{
border: 2px solid #F3CC30;
background: #FFFDF4;
}
/* .toolCard:hover .tool-icon{
    background-color:#E4F1FD;
} */

/* .toolCard .tool-icon {
    max-width: 64px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #F4F7FA;
} */
.toolCard .tool-icon{
    display: flex;    
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EDF8F8;
}
.toolCard.custom-tool .tool-icon{
    background: #FFE9D3;
}
.toolInfo h2, .toolInfo .toolInfoHead {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #0F172A;
    padding: 15px 0 25px;
    /* min-height: 98px; */
}

.toolInfo span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #64748B;
    min-height: 96px;
}
.tryToolBtn{
    padding: 8px 17px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #326BBC -16.12%, #0F3870 100%), #D9D9D9;
    border-radius: 1px;
    display: inline-block;
    margin-top: 8px;
    border-radius: 5px;
}
.custom-tool{
    position: relative;
}
.ribbonImage{
    position: absolute;
    top: -3px;
    right: -3px;
}
.custom-tool::before{
    position: absolute;
    content: 'Advertisement';
    left: 0;
    right: 0;
    top: 14px;
    width: 100%;
    height: 21px;
    font-size: 14px;
    line-height: 150%;
    color: #B9C1CD;
    text-align: center;
    pointer-events: none;
    display: none;
}


span.fiftyOff {
    position: absolute;
    top: 26px;
    right: 4px;
    transform: rotate(46deg);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 165%;
    color: #FFFFFF;
}

span.limitedTime {
    position: absolute;
    top: 0;
    transform: rotate(46deg);
    right: 7px;
    top: 44px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 165%;
    color: #F75C05;
}
span.comigSoon {
    background-color: #DCFCE7;
    border: 1px solid #16A34A;
    border-radius: 100px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #16A34A;
    display: block;
    max-width: max-content;
    padding: 5px 10px;
    margin-top: 15px;
}
span.comigSoon.new {
    position: absolute;
    right: 15px;
    top: 15px;
}
.toolFilters{
    display: flex;
    column-gap: 8px;
    row-gap: 12px;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0px 0 50px;
}
.filtersBtn{
    padding: 4px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 100px;
    background-color: #fff;
    font-size: 14px;
    line-height: 160%;
    cursor: pointer;
    color:#475569;
}
.filtersBtn:hover{
    box-shadow: 0px 0px 0px 1px #cbd5e1;
}
.filtersBtn.active{
    background: #05ADA3;
    color: #fff;
    border: 1px solid #05ADA3;
}
.filtersBtn.active:hover{
    box-shadow: unset;
}
.d-menuWrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topFiltersWrapper{
    display: flex;
    align-items: center;
    gap: 12px;
}
.searchWrapper{
    position: relative;
}
.searchWrapper input{
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 7px;
    padding: 9px 5px 8px 32px;
    appearance: none;
    outline: none;
    font-size: 12px;
    line-height: 15px;
}
.searchWrapper label{
    position: absolute;
    top: 7px;
    left: 12px;
    height: 12px;
    width: 12px;
}
.searchWrapper input:hover{
    border-color:  #848a91;
}
.searchWrapper input:focus{
    border-color:  #05ADA3;
}
.searchWrapper input::placeholder{
    color: rgb(148 163 184/1)
}
.requestTemplateBtn, .layoutBtn{
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}
.requestTemplateBtn, .layoutBtn.active{
    background: #F1F5F9;
}

.requestTemplate button:hover svg{
    fill:  #94A3B8;
}
.requestTemplate button:hover{
    background-color:  #e2e8f0;
}
.newTemplateModal, .dislikeModal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.newTemplateModal.show{
    display: block;
}
.newTemplateOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(100 116 139/.5);
}
.newTemplateForm{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 24px;
    max-width: 864px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
}
.newTemplateForm h2{
    font-size: 24px;
    color: #1e291e;
}
.newTempDesc{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #64748B;
}
.newTempForm{
    margin-top: 20px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgb(226 232 240/1);
}
.newTempForm label{
    color: #0F172A;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
#newTempMsg{
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    height: 100px;
    resize: none;
    appearance: none;
    outline: none;
}
#newTempMsg:hover{
    border-color:  #848a91;
}
#newTempMsg:focus{
    border-color:  #7E3AF2;
}
#newTempMsg::placeholder{
    color: rgb(148 163 184/1)
}
.newTempBtnsWrapper{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
}
.newTempBtnsWrapper button{
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    color: #475569;
    background-color: #f1f5f9;
    transition: all ease .1s;
}
.newTempBtnsWrapper .submitNewTemp{
    background-color: #05ADA3;
    color: #fff;    
}
.newTempBtnsWrapper .submitNewTemp:hover{
    transform: scale(1.05);
}
.newTempBtnsWrapper .cancelNewTemp:hover{
    background-color: rgb(226 232 240/1);
}
.clipboardMsg {
    background: black;
    color: white;
    font-weight: 500;
    position: fixed;
    font-size: 14px;
    padding: 6px 18px;
    left: 50%;
    transition: .1s all ease-in;
    transform: translate(-50%,0px);
    border-radius: 3px;
    line-height: 18px;
    bottom: -60px;
    max-width: max-content;
    width: 100%;
  }
  .clipboardMsg.show{
    transform: translate(-50%, -113px);
    z-index: 1111;
  }
  .clipicon{
    padding-right:5px;
    display: inline-flex;
  }

  /* Do not delete this comment */
  .list-view .toolCard {
    padding: 8px 16px;
    display: flex;
    max-width: unset;
    width: 100%;
    flex-grow: 1;
    gap: 16px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #E2E8F0;
}
.list-view .toolCard a{
    display: flex;
    max-width: unset;
    width: 100%;
    flex-grow: 1;
    gap: 16px;
    align-items: center;
}

.list-view .toolCard .tool-icon {
    padding-left: 0;
}

.list-view .toolCard .tool-icon svg {
    width: 32px;
    height: 32px;
}

.list-view .toolInfo h2 {
    padding: 0;
    font-size: 14px;
}


.list-view .toolCard {
    width: 100%;
}

.list-view .toolInfo span {
    font-size: 14px;
    min-height: unset;
}

.toolsWrapper.list-view {
    gap: 0;
}

.list-view .toolCard.custom-tool a {
    border-width: 1px;
}

.list-view .ribbonImage img {
    height: 70px;
}

.list-view span.fiftyOff {
    top: 16px;
    right: 0px;
    font-size: 12px;
}

.list-view span.limitedTime {
    right: 6px;
    top: 28px;
    font-size: 8px;
    display: none;
}
.list-view span.comigSoon{
    max-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    max-width: max-content;
    margin-left: auto;
}
.noresultSvg{
    display: none;
    text-align: center;
    font-size: 24px;
    color: #05ADA3;
    font-weight: 500;
    padding: 50px 0;
    min-height: 50vh;
}
.toolStats{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 19px;
    display: none;
}
.list-view .toolStats{
    display: none;
}
.singleStat{
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}
.statIcon {
    display: flex;
}
.statValue {
    font-size: 13px;
    line-height: 17px;
    color: #536371;
}
.singleStat::before{
    position: absolute;
    content: 'People Viewed';
    top: -29px;
    left: 0;
    background: #334155;
    border-radius: 2px;
    padding: 6px 5px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 8px;
    display: none;
    width: max-content;    
}
.singleStat:hover::before{
    display: block;
}
.singleStat:hover svg path, .singleStat svg.liked path{
    fill: #05ADA3;
}
.singleStat svg.liked{
    animation: shake 1 linear .15s;
}
.singleStat:hover .statValue{
    color: #05ADA3;
}
.singleStat.likes:hover .statValue{
    color: #536371;
}
.singleStat.likes::before{
    content: 'Like';
}
.singleStat.dislike::before{
    content: 'Dislike';
}
.singleStat.shares::before{
    content: 'Shares';
}
.singleStat.copyLink::before{
    content: 'Copy the link to share!';
    left: -60px;
}
.singleStat.likes, .singleStat.dislike, .singleStat.copyLink{
    cursor: pointer;
}

@keyframes shake {
    0% {transform: rotate(0)}
    50% {transform: rotate(-45deg)}
    100% {transform: rotate(0)}
}

.dislikeForm{
    padding: 40px 34px;
    background: #FFFFFF;
    border-radius: 10px;    
    max-width: 558px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.dislikeForm h2{
    padding-bottom: 10px;
    font-weight: 600;
font-size: 17px;
line-height: 120.19%;
color: #000000;
margin-bottom: 20px;
border-bottom: 1px solid #E2E8F0;
}
.feedbackWrapper{
    display: flex;
    flex-direction: column-reverse;
}

.feedbackWrapper label{
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #0F172A;
}
.feedbackWrapper textarea{
    display: block;
    width: 100%;
    appearance: none;
    height: 85px;
    resize: none;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    font-size: 13px;
    line-height: 120.19%;
    padding: 13px 12px;
    margin: 8px 0 20px;
    outline: none;
}
.feedbackWrapper textarea::placeholder{
    color: #858585;
}
.submitFeedback{
    padding: 5px 20px;
    background: linear-gradient(180deg, #24C7BD 0%, #046761 100%), #FFF;
    border-radius: 3px;
    font-weight: 500;
font-size: 17px;
line-height: 22px;
color: #FFFFFF;
outline: none;
margin-left: auto;
cursor: pointer;
border: none;
display: block;
max-width: max-content;
transition: all ease .1s;
border: 1px solid #05ADA3;
}
.submitFeedback:hover{
    background: transparent;
    color: #05ADA3;
}
.feedbackWrapper textarea:hover{
    box-shadow: 1px 2px 6px -4px rgba(0,0,0,0.75);
}
.feedbackWrapper textarea:focus{
    border: 1px solid #05ADA3;
}
.feedbackWrapper textarea:focus ~ label{
    color: #05ADA3;
}
.adShower{
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #64748B;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

@media (max-width:1169px) {
    .dashboardWrapper {
        max-width: calc(100% - 229px);
    }
}
@media (max-width:991px) {
    .newTemplateForm{
        max-width: 660px;
    }
}
@media (max-width: 767px) {
    .dashboardWrapper {
        max-width: 100%;
    }
    .dashboardBtn{
        padding: 40px 20px 0;
    }
    .toolInfo h2, .toolInfo .toolInfoHead{
        min-height: unset;
        font-size: 18px;
    }
    .toolInfo span{
        min-height: unset;
        font-size: 15px;
    }
    .toolCard {
        height: unset;
        padding: 24px;
        max-width: 100%;
        align-items: center;
    }
    .custom-tool {
        position: relative;
        width: 100%;
    }
    .toolCard.comingSoon {
        height: unset;
    }
    .toolCard.comingSoonTwoLinerHeading {
        height: unset;
    }
    .toolFilters{
        justify-content: start;
    }
    .tryToolBtn{
        margin-top: 15px;
    }
    .navMenuBtn{
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
    }
    .dashboardHead{ 
        padding: 30px 15px 23px 15px;
        flex-direction: column;
    align-items: start;
    gap: 20px;
    }
    .toolCard{
        width:100%;
    }
    .newTemplateForm {
        max-width: 500px;
    }
    .noresultSvg{
        top: 40%;
    }
}
@media (max-width:575px) {
    .newTemplateForm h2{
        font-size: 20px;
    }
    .newTempDesc{
        font-size: 12px;
    }
    .newTemplateForm {
        max-width: 350px;
    }
    .dislikeForm{
        padding: 25px 15px;
        max-width: 350px;
    }
    .toolsWrapper{
        gap: 25px;
    }
    .toolCard .tool-icon{
        min-width: 50px;
    }
}

