body {
    font-family: 'Roboto', sans-serif !important;

    --RedColor: #e30008;
    --DarkRedColor: #cf0209;
    --BlueColor: #1763db;
    --BlueColorDark: #0857d3;
    --TextColor: #333333;
    --LightTextColor: #666666;
    transition-duration: 0.3s;
    --DashboardBG: #eceff4;
    --WhiteColour: #fff;
    --WhiteColourLine: #e2e4ec;
    --DarkColourLine: #c5cad9;
    --InputwhitebgLineColor: #c6cfd7;
    --CloseBtnColor: #fff;

    --GreenColor: #54b764;
    --GreenColorDark: #3aa14b;
}

body.darktheme{
    --DashboardBG: #090909;
    --WhiteColour: #222222;
    --TextColor: #ced0d4;
    --LightTextColor: #727478;
    --WhiteColourLine: #3f3f40;
    --DarkColourLine: #2f3033;
    --InputwhitebgLineColor: #413f3f;
    --CloseBtnColor: #3b3a3a;
}


button {
    outline: none !important;
    transition-duration: 0.3s;
    font-family: 'Roboto', sans-serif !important;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Roboto', sans-serif !important;
}

a {
    outline: none !important;
    transition-duration: 0.3s;
    font-family: 'Roboto', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}


.dashboard-bg {
    background: var(--DashboardBG);
}

.dashboard-style .dashboard-sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background: var(--WhiteColour);
    z-index: 1002;
    transition-duration: 0.3s;
}



.dashboard-style .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

.dashboard-style .dashboard-sidebar .sidebar-header {
    margin-top: 25px;
    margin-bottom: 25px;
    white-space: nowrap;
}

.dashboard-style .dashboard-sidebar .sidebar-header img,
.dashboard-style .dashboard-sidebar .sidebar-header svg {
    height: 25px;
}

.dashboard-style .dashboard-sidebar .sidebar-header .st1{
    fill: #000000;
}

.dashboard-style .dashboard-sidebar .sidebar-header button {
    border: none;
    padding: 0;
    margin: 0px 10px;
    text-align: center;
    background: none;
    width: 34px;
    height: 34px;
    font-size: 15px;
    border-radius: 4px;
    color: var(--TextColor);
}

.dashboard-style .dashboard-sidebar .sidebar-header button:hover {
    background: var(--DashboardBG);
}

.dashboard-style .dashboard-header {
    width: 100%;
    height: 52px;
    border-radius: 0px;
    background: var(--WhiteColour);
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding-right: 5px;
    padding-left: 60px;
}


.dashboard-style .dashboard-sidebar .sidebar-footer {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 0px 15px;
}

.dashboard-style .dashboard-sidebar .sidebar-footer button {
    width: 100%;
    padding: 1px 0px 0px 0px;
    margin: 0;
    border: none;
    outline: none;
    background: var(--DashboardBG);
    border-radius: 3px;
    font-size: 14px;
    color: var(--TextColor);
    font-weight: 500;
    line-height: 34px;
}

.dashboard-style .dashboard-sidebar .sidebar-footer button:hover {
    background: var(--RedColor);
    color: #fff;
}

.dashboard-style .dashboard-sidebar .sidebar-footer button:hover i {
    color: #fff;
}

.dashboard-style .dashboard-sidebar .sidebar-footer button i {
    color: var(--RedColor);
    margin-right: 10px;
    position: relative;
    top: 0px;
}

.dashboard-style .dashboard-sidebar-menu {
    height: calc(100vh - 130px);
    overflow: scroll;
    transition-duration: 0.3s;
}

.dashboard-style .dashboard-sidebar-menu::-webkit-scrollbar {
    width: 0px;
}

.dashboard-style .dashboard-sidebar-menu .menu a {
    width: 100%;
    background: none;
    margin-bottom: 1px;
    margin-top: 1px;
    padding: 5px 0px 5px 54px;
    position: relative;
    line-height: 34px;
    height: 44px;
    font-size: 14px;
    text-decoration: none;

}



.dashboard-style .dashboard-sidebar-menu .menu a:hover {
    background: var(--DashboardBG);
    color: var(--TextColor);
}

.dashboard-style .dashboard-sidebar-menu .menu a:hover .menuicon {
    background: var(--BlueColor);
    color: #fff;
}

.dashboard-style .dashboard-sidebar-menu .menu a .menuicon {
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: var(--DashboardBG);
    position: absolute;
    left: 10px;
    top: 5px;
    border-radius: 4px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: var(--TextColor);
}

.dashboard-style .dashboard-sidebar-menu .menu a .menuicon i {
    padding: 0;
    margin: 0;
    display: contents;
}

.dashboard-style .dashboard-sidebar-menu .menu i.fa {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 12px;
}

.dashboard-style .dashboard-sidebar-menu .menu li ul {
    padding: 0;
    margin: 0;
}

.dashboard-style .dashboard-sidebar-menu .menu li.activado a:after,
.dashboard-style .dashboard-sidebar-menu .menu li.active a:after {
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: var(--BlueColor);
    content: '';
}

.dashboard-style .dashboard-sidebar-menu .menu li.active a .menuicon{
    background: var(--BlueColor);
    color: #fff;
}



.dashboard-style .dashboard-sidebar-menu .menu li.active a {
    background: var(--DashboardBG);
}







.dashboard-style .dashboard-sidebar-menu .menu li ul li a {
    background: var(--DashboardBG) !important;
}


.dashboard-style .dashboard-sidebar .menu li span {
    white-space: nowrap;
}


.dashboard-style.hidesidebar {
    padding-left: 0px;
}

.dashboard-style.hidesidebar .dashboard-sidebar {
    left: -280px;
}





.dashboard-style {
    padding-left: 250px;
}

.dashboard-style .dashboard-header .addbtn {
    width: 40px;
    height: 40px;
    border: 1px solid #ff000a;
    display: inline-block;
    background: none;
    color: var(--RedColor);
    font-size: 16px;
    border-radius: 4px;
    margin-top: 6px;
    margin-left: 6px;
    padding: 0;
}

.dashboard-style .dashboard-header .addbtn:hover {
    background: var(--RedColor);
    color: #fff;
}

.dashboard-style .dashboard-header .bellsearchbtn {
    width: 40px;
    height: 40px;
    background: var(--DashboardBG);
    border-radius: 4px;
    font-size: 16px;
    color: var(--TextColor);
    border: none;
    outline: none;
    margin-top: 7px;
    margin-right: 7px;
    position: relative;
    padding: 0;
}

.dashboard-style .dashboard-header .bellsearchbtn span {
    width: 16px;
    height: 16px;
    background: #ff9a00;
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    line-height: 16px;
    font-weight: 500;
}

.dashboard-style .dashboard-header .bellsearchbtn:hover {
    color: var(--BlueColor);
}

.dashboard-style .dashboard-header .col-lg-6:last-child {
    text-align: right;
}

.dashboard-style .dashboard-header .col-lg-6 .dropdown {
    display: inline-block;
}

.dashboard-style .dashboard-header .col-lg-6 .profile-btn {
    width: 40px;
    height: 40px;
    background: var(--DashboardBG);
    border-radius: 4px;
    font-size: 16px;
    color: var(--TextColor);
    border: none;
    outline: none;
    margin-top: 6px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;

}

.dashboard-style .dashboard-header .col-lg-6 .profile-btn:hover{
    color: var(--BlueColor);
}

.dashboard-style .dashboard-header .col-lg-6 .profile-btn img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.dashboard-style .dashboard-header .col-lg-6 .dropdown-menu.show {
    background: var(--WhiteColour);
    padding: 6px 0px;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px !important;

}

.dashboard-style .dashboard-header .col-lg-6 .dropdown-item {
    font-size: 13px;
    padding: 0px 0px 0px 34px;
    margin: 0;
    color: var(--LightTextColor);
    position: relative;
    line-height: 30px;
}

.dashboard-style .dashboard-header .col-lg-6 .profile-drop .dropdown-item i {
    position: absolute;
    left: 10px;
    top: 8px;
}



.dashboard-style .dashboard-header .col-lg-6 .profile-drop .dropdown-item:hover {
    background: var(--BlueColor);
    color: #fff;
}

.dashboard-style .dashboard-header .gotobtn {
    padding: 0px 20px;
    margin: 0;
    border: none;
    background: none;
    height: 52px;
    font-size: 14px;
    color: var(--TextColor);
    font-weight: 500;
    border-left: 1px solid var(--WhiteColourLine);
}

.dashboard-style .dashboard-header .gotobtn i {
    margin-left: 5px;
}

.dashboard-style .dashboard-header .gotobtn:hover {
    color: var(--RedColor);
}

.dashboard-style .dashboard-header .goto-dropdown .dropdown-item {
    padding: 4px 0px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid var(--WhiteColourLine);
}

.dashboard-style .dashboard-header .goto-dropdown .dropdown-item:hover {
    background: var(--DashboardBG);
}

.dashboard-style .dashboard-header .goto-dropdown .dropdown-item:last-child {
    border-bottom: none;
}

.dashboard-style .dashboard-header .goto-dropdown .dropdown-item img,
.dashboard-style .dashboard-header .goto-dropdown .dropdown-item svg {
    height: 16px;
}

.dashboard-style .dashboard-header .goto-dropdown .dropdown-item h6{
    font-weight: 500;
    font-size: 12px;
    padding: 0;
    margin: -5px 0px 5px 0px;
    line-height: normal;
    color: var(--LightTextColor);
}

.dashboard-style .dashboard-header #google_translate_element {
    display: inline-block;
    padding: 0px 20px 0px 0px;
    margin: 0;
}

.dashboard-style .dashboard-header #google_translate_element select {
    width: 130px;
    font-size: 13px;
    color: var(--LightTextColor);
    padding: 0px 5px;
    border: none;
    outline: none;
}

.dashboard-header-fixed {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: none;
    padding-left: 0px;
    z-index: 1005;
    transition-duration: 0.3s;
    
}

.dashboard-header-fixed .container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dashboard-header-fixed .burger-btn{
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0px;
    top: 0px;
    background:none;
   
    padding: 0;
    margin: 0;
    border:none;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0px;
}

.dashboard-header-fixed .burger-btn:hover{
    background: var(--BlueColor);
    color: #fff;
}

.dashboard-header-fixed .burger-btn i{
    color: var(--headingColor) ; 
}

/*
.dashboard-header-fixed::before{
    width: 250px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: #fff;
    z-index: -1;
}
*/


.dashboard-style .dashboard-contentarea {
    margin-top: 75px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.dashboard-style .dashboard-buttons button {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    background: var(--WhiteColour);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 25px 0px;
    text-align: center;
}

.dashboard-style .dashboard-buttons button div{
    text-align: left;
    width: auto;
    display: inline-block;
    position: relative;
    padding-left: 70px;
}

.dashboard-style .dashboard-buttons button h5 {
    width: 100%;
    padding: 0;
    margin: 4px 0px 0px 0px;
    font-size: 14px;
    color: var(--LightTextColor);
    transition-duration: 0.3s;
}

.dashboard-style .dashboard-buttons button h6 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 2px 0px;
    font-size: 14px;
    font-weight: normal;
    color: var(--LightTextColor);
}

.dashboard-style .dashboard-buttons button span {
    width: auto;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 6px;
}

.dashboard-style .dashboard-buttons button span img {
    height: 46px;
    display: inline-block;
    width: auto;
    transition-duration: 0.3s;
}

.dashboard-style .dashboard-buttons button:hover img {
    transform: rotateY(180deg);
}



.dashboard-style .dashboard-buttons {
    margin-left: -10px;
    margin-right: -10px;
}

.dashboard-style .dashboard-buttons .col-xl-3,
.dashboard-style .dashboard-buttons .col-xl-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard-style .dashboard-buttons .col-xl-3:nth-child(1) button:hover {
    box-shadow: rgba(255, 135, 150, 0.14) 0px 5px 10px 0px;
}

.dashboard-style .dashboard-buttons .col-xl-3:nth-child(1) button:hover h5 {
    color: #ff8796;
}

.dashboard-style .dashboard-buttons .col-xl-3:nth-child(2) button:hover {
    box-shadow: rgba(92, 194, 198, 0.14) 0px 5px 10px 0px;
}

.dashboard-style .dashboard-buttons .col-xl-3:nth-child(2) button:hover h5 {
    color: #5cc2c6;
}

.dashboard-style .dashboard-buttons .col-xl-3:nth-child(3) button:hover {
    box-shadow: rgba(195, 135, 194, 0.14) 0px 5px 10px 0px;
}

.dashboard-style .dashboard-buttons .col-xl-3:nth-child(3) button:hover h5 {
    color: #c387c2;
}

.dashboard-style .dashboard-buttons .col-xl-3:nth-child(4) button:hover {
    box-shadow: rgba(94, 168, 231, 0.14) 0px 5px 10px 0px;
}

.dashboard-style .dashboard-buttons .col-xl-3:nth-child(4) button:hover h5 {
    color: #5ea8e7;
}

.dashboard-style .welcome-text-con {
    margin-bottom: 25px;
}

.dashboard-style .welcome-text-con .welcome-wrapper {
    width: 100%;
    position: relative;
    padding-left: 45px;
}

.dashboard-style .welcome-text-con .welcome-wrapper h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    color: var(--TextColor);
    font-size: 18px;
    line-height: normal;
}

.dashboard-style .welcome-text-con .welcome-wrapper p {
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--LightTextColor);
    font-size: 14px;
    line-height: normal;
}

.dashboard-style .welcome-text-con .welcome-wrapper:before {
    width: 32px;
    height: 32px;
    background: url(../img/hand-shake-icon.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 5px;
    content: '';

    animation-name: wave-animations;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
}

@keyframes wave-animations {

    0%,
    100%,
    60% {
        transform: rotate(0)
    }

    10%,
    30% {
        transform: rotate(14deg)
    }

    20% {
        transform: rotate(-8deg)
    }

    40% {
        transform: rotate(-4deg)
    }

    50% {
        transform: rotate(10deg)
    }
}

.dashboard-style .welcome-text-con .col-xl-6:last-child {
    text-align: right;
}

.dashboard-style .welcome-text-con .col-xl-6:last-child .create-orderbtn {
    display: inline-block;
    width: auto;
    border: none;
    outline: none;
    border-radius: 4px;
    background: var(--DashboardBG);
    border: 1px solid var(--BlueColor);
    
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--BlueColor);
    float: right;
}

.dashboard-style .welcome-text-con .col-xl-6:last-child .create-orderbtn i {
    color: var(--RedColor);
    margin-right: 5px;
}

.dashboard-style .welcome-text-con .col-xl-6:last-child .create-orderbtn:hover {
    color: #fff;
    background: var(--BlueColor);
    box-shadow: rgba(255, 0, 10, 0.06) 0px 5px 10px 0px;
}

.dashboard-style .threecol-wallpost-meeting {
    margin-top: 30px;
}

.dashboard-style .threecol-wallpost-meeting {
    margin-left: -10px;
    margin-right: -10px;
}

.dashboard-style .threecol-wallpost-meeting .col-xl-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard-style .taglag-post-div {
    width: 100%;
    border-radius: 10px;
    border:none;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    background: var(--WhiteColour);
    display: inline-block;
}

.dashboard-style .taglag-post-div h5 {
    width: 100%;
    padding: 0px 14px;
    margin: 15px 0px 10px 0px;
    color: var(--TextColor);
    font-size: 15px;
    font-weight: 500;
}

.dashboard-style .taglag-post-div .carousel {
    padding-left: 14px;
    padding-right: 14px;
}

.dashboard-style .taglag-post-div .carousel span {
    width: 100%;
    position: relative;
    display: inline-block;
    background: var(--RedColor);
}

.dashboard-style .taglag-post-div .carousel img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.dashboard-style .taglag-post-div .carousel button {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
}

.dashboard-style .taglag-post-div .carousel span {
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.dashboard-style .taglag-post-div .carousel h6 {
    width: 100%;
    padding: 0;
    margin: 14px 0px;
    color: var(--LightTextColor);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    line-height: normal;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dashboard-style .taglag-post-div .carousel button:hover h6 {
    color: var(--TextColor);
}

.dashboard-style .taglag-post-div .carousel button:hover span img {
    opacity: 0.3;
}

.dashboard-style .taglag-post-div .carousel span i {
    position: absolute;
    color: #fff;
    font-size: 22px;
    z-index: 100;
    left: 50%;
    margin-left: -14px;
    top: 40%;
    margin-top: -10px;
    transition-duration: 0.3s;
    opacity: 0;
}

.dashboard-style .taglag-post-div .carousel button:hover span i {
    opacity: 1;
    top: 50%;
}

.dashboard-style .taglag-post-div .taglahpost-footer {
    border-top: 1px solid var(--WhiteColourLine);
    position: relative;
}

.dashboard-style .taglag-post-div .taglahpost-footer ul {
    width: 100%;
    padding: 0px 14px;
    margin: 6px 0px;
    display: block;
    position: relative;
}

.dashboard-style .taglag-post-div .taglahpost-footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid var(--RedColor);
}

.dashboard-style .taglag-post-div .taglahpost-footer .viewbtn {
    position: absolute;
    top: 0px;
    right: 10px;
    border: none;
    outline: none;
    background: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--TextColor);
    line-height: 34px;
}

.dashboard-style .taglag-post-div .taglahpost-footer .viewbtn:hover {
    color: var(--RedColor);
}




.dashboard-style .meeting-post-div {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: block;
    padding: 14px;
    background: var(--WhiteColour);
}

.dashboard-style .meeting-post-div h5 {
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    color: var(--TextColor);
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.dashboard-style .meeting-post-div h5 button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    background: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--TextColor);
    line-height: normal;
}

.dashboard-style .meeting-post-div h5 button:hover {
    color: var(--RedColor);
}

.dashboard-style .meeting-post-div ul {
    width: 100%;
    padding: 0px 10px 0px 0px;
    margin: 0;
    height: 290px;
    overflow: scroll;
}

.dashboard-style .meeting-post-div ul::-webkit-scrollbar {
    width: 3px;
}

.dashboard-style .meeting-post-div ul li {
    list-style: none;
    padding: 0px 20px 11px 0px;
    margin: 0px 0px 10px 0px;
    color: var(--LightTextColor);
    font-size: 14px;
    border-bottom: 1px dashed var(--WhiteColourLine);
    position: relative;
}

.dashboard-style .meeting-post-div ul li .dropleft {
    position: absolute;
    top: 0px;
    right: 2px;
}

.dashboard-style .meeting-post-div ul li .dropleft button {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    color: var(--LightTextColor);
}

.dashboard-style .meeting-post-div ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.dashboard-style .meeting-post-div ul li .meeting-stat {
    display: inline-block;
    padding: 0px 10px;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    font-size: 10px;
    background: #e6e6e6;
    line-height: 16px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.dashboard-style .meeting-post-div ul li .meeting-stat.approved {
    background: #d1e7dd;
    color: #40775e;
}

.dashboard-style .meeting-post-div ul li .meeting-stat.decline {
    background: #f8d7da;
    color: #a95556;
}

.dashboard-style .meeting-post-div ul li .meeting-stat.expired {
    background: #fff3cd;
    color: #8d786b;
}

.dashboard-style .meeting-post-div ul li .meeting-stat.commented {
    background: #cff4fc;
    color: #3e7f9f;
}

.dashboard-style .meeting-post-div .dropdown-menu.show {
    background: #fff;
    padding: 6px 0px;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px !important;
}

.dashboard-style .meeting-post-div .dropdown-menu.show .dropdown-item {
    color: var(--LightTextColor);
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard-style .meeting-post-div .dropdown-menu.show .dropdown-item:hover {
    color: #fff;
    background: var(--BlueColor);
}

.dashboard-style .ai-container {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background: #74aa9c;
    overflow: hidden;
}

.dashboard-style .ai-container img{
    width: 100%;
    height: 348px;
    object-fit: cover;
}

.dashboard-style .middlead-area {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    background: var(--BlueColor);
    /*
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    */
    display: inline-block;
    padding: 0px 0px;
    text-align: left;
    margin-top: 30px;
    min-height: auto;
    position: relative;
}

.dashboard-style .middlead-area .col-xl-4 img {
    position: relative;
    right: 0px;
    bottom: 0px;
    height: 120px;
    float: right;
    margin-top: -8px;
    border-bottom-right-radius: 10px;
}

.dashboard-style .middlead-area .col-xl-2,
.dashboard-style .middlead-area .col-xl-10{
    padding-top: 25px;
    padding-bottom: 25px;
}

.dashboard-style .middlead-area .col-xl-2 h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 4px 0px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.dashboard-style .middlead-area .col-xl-2 h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.dashboard-style .middlead-area  h3 {
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 5px 0px 0px 0px;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
}

.dashboard-style .middlead-area  h3 button {
    position: absolute;
    top: 0px;
    right: 25px;
    border: none;
    outline: none;
    padding: 0;
    width: 46px;
    height: 46px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.06);
}

.dashboard-style .middlead-area  h3 button:hover {
    background: #fff;
    color: var(--BlueColor);
}

.dashboard-style .middlead-area .col-xl-2 {
    position: relative;
}

.dashboard-style .middlead-area .col-xl-2:after {
    width: 1px;
    position: absolute;
    top: 0px;
    content: '';
    right: 15px;
    background: var(--DashboardBG);
    height: 100%;
    opacity: 0.2;
}

.dashboard-style .dashboard-middlearea-scroll {
    width: 100%;
    height: auto;
    overflow: visible;
    padding-right: 0px;
}
/*--middle style--*/

.dashboard-style .dashboard-middlearea-scroll::-webkit-scrollbar {
    width: 4px;
}

.dashboard-style .rightbar-ad {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.dashboard-style .rightbar-ad img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.dashboard-style .rightbar-ad .carousel-inner{
    border-radius: 5px;
    overflow: hidden;
}

.dashboard-style .sidebar-meeting {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
    position: relative;
    border: none;
    outline: none;
    background: none;
    background: #c5cad9;
    border-radius: 5px;
    min-height: 145px;
    position: relative;
}

.dashboard-style .sidebar-meeting .meeting-image {
    position: absolute;
    top: -18px;
    right: 6px;
    z-index: 100;
}

.dashboard-style .sidebar-meeting h6 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgb(0, 0, 0, 0.08);
    line-height: 40px;
    color: var(--TextColor);
    font-size: 14px;
    padding-left: 20px;
    margin: 0px;
    font-weight: 500;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    text-align: left;
}

.dashboard-style .sidebar-meeting h3 {
    text-align: left;
    padding: 0px 0px 0px 75px;
    margin: 0px 0px 30px 0px;
    position: relative;
    font-size: 20px;
    color: var(--TextColor);
}

.dashboard-style .sidebar-meeting h3 img {
    position: absolute;
    left: 15px;
    top: 2px;
}

.dashboard-style .taglahcard-sidebar {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--DarkColourLine);
    display: block;
    position: relative;
}

.dashboard-style .taglahcard-sidebar ul{
    width: auto;
    padding: 0;
    margin: 0;
    text-align: right;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 200;
}

.dashboard-style .taglahcard-sidebar ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.dashboard-style .taglahcard-sidebar ul li button{
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    background: none;
    color: var(--LightTextColor);
    font-size: 13px;
    padding: 0;
    text-align: center;
    position: relative;
}

.dashboard-style .taglahcard-sidebar ul li button:hover{
    color: var(--RedColor);
}

.dashboard-style .taglahcard-sidebar ul li button .count{
    width: 15px;
    height: 15px;
    background: #ff9a00;
    position: absolute;
    top: -1px;
    right: -1px;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    line-height: 16px;
    font-weight: 500;
}


.dashboard-style .taglahcard-sidebar .taglahcard-footer {
    width: 100%;
    border-top: 1px solid var(--DarkColourLine);
}

.dashboard-style .taglahcard-sidebar .taglahcard-footer .row {
    margin-left: 0px;
    margin-right: 0px;
}

.dashboard-style .taglahcard-sidebar .taglahcard-footer .row .col-2 {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.dashboard-style .taglahcard-sidebar .taglahcard-footer button {
    width: 100%;
    padding: 6px 0px;
    margin: 0;
    font-size: 12px;
    color: var(--TextColor);
    border: none;
    outline: none;
    background: none;
    text-align: center;
    color: var(--TextColor);
}

.dashboard-style .taglahcard-sidebar .taglahcard-footer button:hover {
    color: var(--RedColor);
}

.dashboard-style .taglahcard-sidebar .tagcard-contentarea {
    width: 100%;
    height: 100px;
    position: relative;
    display: table;
}

.dashboard-style .taglahcard-sidebar .tagcard-contentarea span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 105px;
}

.dashboard-style .taglahcard-sidebar .tagcard-contentarea span h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: var(--LightTextColor);
    font-weight: normal;
}

.dashboard-style .taglahcard-sidebar .tagcard-contentarea span h5 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-size: 15px;
    color: var(--TextColor);
    font-weight: 500;
}

.dashboard-style .taglahcard-sidebar .tagcard-contentarea .tagcard-logo {
    width: 80px;
    height: 80px;
    background: var(--WhiteColour);
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    display: table;
}

.dashboard-style .taglahcard-sidebar .tagcard-contentarea .tagcard-logo div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.dashboard-style .taglahcard-sidebar .tagcard-contentarea .tagcard-logo div img{
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
}


.flex-wrapper {
    display: inline-block;
    margin-right: 15px;
}

.single-chart {
    width: 52px;
    position: relative;
    left: 0%;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 0px auto;
    max-width: 80%;
    
}

.circle-bg {
    fill: none;
    stroke: var(--DarkColourLine);
    stroke-width: 2;
}

.circle {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #ff9a00;
}


.percentage {
    font-family: sans-serif;
    font-size: 0.5em;
    font-weight: bold;
    text-anchor: middle;
    fill: var(--TextColor);
}

.dashboard-style .dashboard-sidebar .menu li span .notific{
    width: 16px;
    height: 16px;
    background: #ff9a00;
    position: relative;
    top: -1px;
    left: 10px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
}

.mobile-tag-meeting{
    display: none;
    visibility: hidden;
}

.mobile-tag-meeting {
    margin-top: 30px;
}

.dashboard-style .mobile-tag-meeting .sidebar-meeting{
    margin-top: 0px;
    min-height: 133px;
    height: 100%;
}

.dashboard-style .footer-mobile-btn{
    width: 100%;
    height: 40px;
    background: var(--DashboardBG);
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 990;
    padding-left: 54px;
    border-top: 1px solid var(--DarkColourLine);
    display: none;
    visibility: hidden;
}

.dashboard-style .footer-mobile-btn .row{
    margin-left: 0px;
    margin-right: 0px;
}

.dashboard-style .footer-mobile-btn .row .col-4{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    border-right: 1px solid var(--DarkColourLine);
}

.dashboard-style .footer-mobile-btn .row .col-4:last-child{
    border-right: none;
}

.dashboard-style .footer-mobile-btn .row .col-4 h6{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    color: var(--LightTextColor);
}

.dashboard-style .footer-mobile-btn .row .col-4 span{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.dashboard-style .footer-mobile-btn .row .col-4 span i{
    font-size: 12px;
    color: var(--TextColor);
}

.dashboard-style .footer-mobile-btn .row .col-4 button{
    width: 100%;
    padding: 0px 0px 4px 0px;
    margin: 0;
    background: none;
    outline: none;
    border: none;
    height: 40px;
}

.dashboard-style .footer-mobile-btn .row .col-4 button:hover h6,
.dashboard-style .footer-mobile-btn .row .col-4 button:hover i{
    color: var(--RedColor);
}

.dashboard-style .taglahpost-placeholder{
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: table;
    padding: 0px 15px;
    background: var(--WhiteColour);
    min-height: 348px;
}

.dashboard-style .taglahpost-placeholder-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.dashboard-style .taglahpost-placeholder-middlealign h5{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    color: var(--TextColor);
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.dashboard-style .taglahpost-placeholder-middlealign p{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    color: var(--LightTextColor);
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
}

.dashboard-style .taglahpost-placeholder-middlealign button{
    width: auto;
    border: none;
    outline: none;
    border-radius: 4px;
    background: var(--DashboardBG);
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--BlueColor);
    margin: 20px 0px 0px 0px;
}

.dashboard-style .taglahpost-placeholder-middlealign button:hover{
    background: var(--BlueColor);
    color: #fff;
}

.dashboard-style .taglahpost-placeholder-middlealign span{
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.dashboard-style .taglahpost-placeholder-middlealign span img{
    height: 70px;
    display: inline-block;
}

.dashboard-style .meetings-placeholder-wrap{
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: table;
    padding: 0px 15px;
    background: var(--WhiteColour);
    min-height: 348px;
}

.dashboard-style .meetings-placeholder-wrap .meeting-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.dashboard-style .meetings-placeholder-wrap .meeting-middlealign p{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    color: var(--LightTextColor);
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
}

.dashboard-style .meetings-placeholder-wrap .meeting-middlealign h5{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    color: var(--TextColor);
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.dashboard-style .meetings-placeholder-wrap .meeting-middlealign button{
    width: auto;
    border: none;
    outline: none;
    border-radius: 4px;
    background: rgb(0, 136, 148, 0.08);
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #008894;
    margin: 20px 0px 0px 0px;
}

.dashboard-style .meetings-placeholder-wrap .meeting-middlealign button:hover{
    background: #008894;
    color: #fff;
}

.dashboard-style .meetings-placeholder-wrap .meeting-middlealign span{
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.dashboard-style .meetings-placeholder-wrap .meeting-middlealign span img{
    height: 70px;
    display: inline-block;
}

.dashboard-style .welcome-text-con .col-xl-6:last-child .green-badge{
    display: inline-block;
    width: 41px;
    height: 41px;
    background: #1b9735;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    line-height: 41px;
    font-size: 16px;
}

.dashboard-style .welcome-text-con .col-xl-6:last-child .green-badge img{
    width: 41px;
    height: 41px;
    object-fit: cover;
}

.dashboard-style .create-taglah-placeholder{
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--DarkColourLine);
    display: block;
    position: relative;
    text-align: center;
    min-height: 131px;
    padding: 20px 8px;
    transition-duration: 0.3s;
}

.dashboard-style .create-taglah-placeholder:hover{
    border-color: var(--RedColor);
}

.dashboard-style .create-taglah-placeholder p{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    color: var(--LightTextColor);
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
}

.dashboard-style .create-taglah-placeholder h5{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px;
    color: var(--TextColor);
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.dashboard-style .create-taglah-placeholder button{
    width: auto;
    border: none;
    outline: none;
    border-radius: 4px;
    background: rgba(227, 0, 8, 0.08);
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--RedColor);
    margin: 15px 0px 0px;
}

.dashboard-style .create-taglah-placeholder button:hover{
    background: var(--RedColor);
    color: #fff;
}

.dashboard-style .sidebar-footer .google-translation{
    display: none;
    visibility: hidden;
    width: 100%;
    text-align: center;
    background: var(--DashboardBG);
    margin-bottom: 8px;
    border-radius: 4px;
}

.dashboard-style .sidebar-footer .google-translation select {
    width: 100%;
    font-size: 13px;
    color: var(--LightTextColor);
    padding: 0px 5px;
    border: none;
    outline: none;
    background: var(--DashboardBG);
    height: 35px;
    border-radius: 4px;
}

.dashboard-style .mobile-tag-meeting{
    margin-left: -10px;
    margin-right: -10px;
}

.dashboard-style .mobile-tag-meeting .col-lg-6{
    padding-left: 10px;
    padding-right: 10px;
}

.questionnare-con{
    width: 100%;
    border-radius: 10px;
    background: rgba(114,99,186,1);
    background: -moz-linear-gradient(top, rgba(114,99,186,1) 0%, rgba(85,71,157,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(114,99,186,1)), color-stop(100%, rgba(85,71,157,1)));
    background: -webkit-linear-gradient(top, rgba(114,99,186,1) 0%, rgba(85,71,157,1) 100%);
    background: -o-linear-gradient(top, rgba(114,99,186,1) 0%, rgba(85,71,157,1) 100%);
    background: -ms-linear-gradient(top, rgba(114,99,186,1) 0%, rgba(85,71,157,1) 100%);
    background: linear-gradient(to bottom, rgba(114,99,186,1) 0%, rgba(85,71,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7263ba', endColorstr='#55479d', GradientType=0 );
    min-height: 264px;
    margin-top: 30px;
    display: table;
    padding: 0px 20px;
}

.questionnare-con .questionnare-middle-align{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.questionnare-con .questionnare-middle-align p{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
    opacity: 0.8;
}

.questionnare-con .questionnare-middle-align h5{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.questionnare-con .questionnare-middle-align button {
    width: auto;
    border: none;
    outline: none;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #54469b;
    margin: 15px 0px 0px;
}

.questionnare-con .questionnare-middle-align button:hover{
    background: rgba(255, 255, 255, 1);
}

.questionnare-con .questionnare-middle-align span{
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.questionnare-con .questionnare-middle-align span img{
    height: 60px;
    display: inline-block;
}


.publiccard-questionnare{
    margin-left: -10px;
    margin-right: -10px;
}

.publiccard-questionnare .col-lg-8,
.publiccard-questionnare .col-lg-4,
.publiccard-questionnare .col-lg-12{
    padding-left: 10px;
    padding-right: 10px;
}

.wallposts-wrapper{
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: block;
    margin-top: 30px;
    padding: 14px;
    background: var(--WhiteColour);
}

.dashboard-style .wallposts-wrapper .heading-style {
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    color: var(--TextColor);
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.dashboard-style .wallposts-wrapper .heading-style button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    background: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--TextColor);
    line-height: normal;
}

.dashboard-style .wallposts-wrapper .heading-style button:hover {
    color: var(--RedColor);
}

.dashboard-style .wallposts-wrapper .wallpost-item{
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
}

.dashboard-style .wallposts-wrapper .wallpost-item span{
    width: 100%;
    position: relative;
    display: inline-block;
    background: var(--RedColor);
    border-radius: 5px;
    overflow: hidden;
}

.dashboard-style .wallposts-wrapper .wallpost-item span img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.dashboard-style .wallposts-wrapper .wallpost-item:hover span img {
    opacity: 0.3;
}

.dashboard-style .wallposts-wrapper .wallpost-item span i {
    position: absolute;
    color: #fff;
    font-size: 22px;
    z-index: 100;
    left: 50%;
    margin-left: -14px;
    top: 40%;
    margin-top: -10px;
    transition-duration: 0.3s;
    opacity: 0;
}

.dashboard-style .wallposts-wrapper .wallpost-item:hover span i {
    opacity: 1;
    top: 50%;
}

.dashboard-style .wallposts-wrapper .wallpost-item h6 {
    width: 100%;
    padding: 0;
    margin: 10px 0px 14px 0px;
    color: var(--LightTextColor);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    line-height: normal;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dashboard-style .wallposts-wrapper .wallpost-item:hover h6 {
    color: var(--TextColor);
}


.dashboard-style .wallposts-wrapper .row{
    margin-left: -10px;
    margin-right: -10px;
}

.dashboard-style .wallposts-wrapper .row .col-lg-3{
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard-style .dashboard-header .taglah-icon {
    width: 40px;
    height: 40px;
    border:none;
    display: inline-block;
    background: none;
    background: var(--DashboardBG);
    color: var(--RedColor);
    font-size: 16px;
    border-radius: 4px;
    margin-top: 6px;
    margin-left: 6px;
    padding: 0px 8px;

    display: none;
    visibility: hidden;
}

.dashboard-style .dashboard-header .taglah-icon:hover{
    border-color: var(--RedColor);
}

.sticky-sidebar{
    position: sticky;
    top: 75px;
}

.dropdown-divider{
    border-color: var(--DarkColourLine);
}

.dashboard-style .menu-backdrope{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background: var(--DashboardBG);
    opacity: 0.9;
    z-index: 999;
    transition-duration: 0.3s;
    display: none;
    visibility: hidden;
}

.dashboard-style.hidesidebar  .menu-backdrope{
    width: 0px;
    opacity: 0;
}



.dashboard-style .modal-heading-style{
    width: 100%;
    padding: 14px 20px 14px 44px;
    margin: 0;
    font-size: 16px;
    color: var(--TextColor);
    border-bottom: 1px solid var(--WhiteColourLine);
    position: relative;
}

.dashboard-style .modal-heading-style i{
    position: absolute;
    left: 20px;
    top: 14px;
    font-size: 18px;
}

.dashboard-style .createmeeting-middle-align-wrap{
    width: 100%;
    height: calc(100vh - 120px);
    display: table;
}

.dashboard-style .createmeeting-middle-align-wrap .createmeeting-middle-align{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.dashboard-style .createmeetingpage-btn{
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background: var(--WhiteColour);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 25px 15px;
    text-align: center;
    min-height: 218px;
}

.dashboard-style .createmeetingpage-btn h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 15px;
    color: var(--TextColor);
    transition-duration: 0.3s;
}

.dashboard-style .createmeetingpage-btn p{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--LightTextColor);
    transition-duration: 0.3s;
    line-height: 22px;
}

.dashboard-style .createmeetingpage-btn span{
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.dashboard-style .createmeetingpage-btn span img{
    width: auto;
    height: 60px;
    display: inline-block;
    transition-duration: 0.3s
}

.dashboard-style .createmeetingpage-btn:hover span img {
    transform: rotateY(180deg);
}

.createmeeting-middle-align .col-lg-4:nth-child(1) .createmeetingpage-btn:hover h6{
    color: #ff8796;
}

.createmeeting-middle-align .col-lg-4:nth-child(1) .createmeetingpage-btn:hover {
    box-shadow: rgba(255, 135, 150, 0.14) 0px 5px 10px 0px;
}


.createmeeting-middle-align .col-lg-4:nth-child(2) .createmeetingpage-btn:hover {
    box-shadow: rgba(92, 194, 198, 0.14) 0px 5px 10px 0px;
}

.createmeeting-middle-align .col-lg-4:nth-child(2) .createmeetingpage-btn:hover h6 {
    color: #5cc2c6;
}

.createmeeting-middle-align .col-lg-4:nth-child(3) .createmeetingpage-btn:hover {
    box-shadow: rgba(195, 135, 194, 0.14) 0px 5px 10px 0px;
}

.createmeeting-middle-align .col-lg-4:nth-child(3) .createmeetingpage-btn:hover h6  {
    color: #c387c2;
}

.dashboard-style .page-heading-styles{
    width: 100%;
    position: relative;
    border-bottom: 1px solid var(--DarkColourLine);
}

.dashboard-style .page-heading-styles h4{
    width: 100%;
    padding: 0px 0px 10px 55px;
    margin: 0;
    position: relative;
    font-size: 18px;
    color: var(--TextColor);
    line-height: normal;
    height: auto;
    line-height: 40px;
}

.dashboard-style .page-heading-styles h4 button{
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    background: none;
    border-radius: 3px;
    color: var(--LightTextColor);
    border: 1px solid var(--DarkColourLine);
    font-size: 14px;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
}

.dashboard-style .page-heading-styles h4 button:hover{
    border-color: var(--RedColor);
    color: var(--RedColor);
}

.dashboard-style .page-footer-style{
    width: 100%;
    background: var(--WhiteColour);
    height: 46px;
    display: table;
    left: 0px;
    bottom: 0px;
    position: fixed;
    border-left: 1px solid var(--DashboardBG);
    z-index: 600;
    padding-left: 242px;
    transition-duration: 0.3s;
}

.dashboard-style.hidesidebar .page-footer-style{
    padding-left: 54px;
}



.dashboard-style .page-footer-style .col-lg-6:nth-child(2){
    text-align: right;
}

.dashboard-style .page-footer-style .col-lg-6:nth-child(2) button{
    width: auto;
    display: inline-block;
    padding: 0px 20px;
    margin: 6px 0px 6px 6px;
    border: none;
    outline: none;
    line-height: 34px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}

.dashboard-style .page-footer-style .col-lg-6 .clearbutton-style{
    background: var(--DarkColourLine);
    color: var(--TextColor);
}

.dashboard-style .page-footer-style .col-lg-6 .clearbutton-style:hover{
    color: var(--RedColor);
}

.dashboard-style .page-footer-style .col-lg-6 .savebutton-style{
    background: var(--RedColor);
    color: #fff;
}

.dashboard-style .page-footer-style .col-lg-6 .savebutton-style:hover{
    background: var(--DarkRedColor);
}

.dashboard-style .page-footer-style .col-lg-6 .preview-btn{
    width: auto;
    display: inline-block;
    padding: 0px 0px;
    margin: 6px 0px 6px 6px;
    border: none;
    outline: none;
    line-height: 34px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: var(--TextColor);
    background: none;
}

.dashboard-style .page-footer-style .col-lg-6 .preview-btn:hover{
    color: var(--RedColor);
}

.dashboard-style .page-footer-style .col-lg-6 .preview-btn span{
    margin-left: 5px;
}

.dashboard-style .page-content-wrapper{
    width: 100%;
    /*height: calc(100vh - 192px);*/
    height: auto;
    display: block;
    padding: 20px 0px;
    margin-bottom: 25px;
}

.page-content-wrapper .col-xl-6 .row{
    margin-left: -8px;
    margin-right: -8px;
}

.page-content-wrapper .col-xl-6 .row .col-lg-12,
.page-content-wrapper .col-xl-6 .row .col-lg-4,
.page-content-wrapper .col-xl-6 .row .col-lg-6,
.page-content-wrapper .col-xl-6 .row .col-lg-4{
    padding-left: 8px;
    padding-right: 8px;
}


.page-heading-styles .col-lg-6:last-child{
    text-align: right;
}

.page-heading-styles .col-lg-6:last-child label{
    font-size: 13px;
    font-weight: 500;
    position: relative;
    color: var(--TextColor);
}

.page-heading-styles .col-lg-6:last-child label input{
    position: relative;
    margin-right: 4px;
    top: 2px;
}

.page-heading-styles .col-lg-6:last-child  .editbtn{
    padding: 5px;
    margin: 0px;
    border: none;
    outline: none;
    display: inline-block;
    background: none;
    color: var(--TextColor);
    margin-right: 10px;
}

.page-heading-styles .col-lg-6:last-child  .editbtn:hover{
    color: var(--RedColor);
}

.basicdetails-form .col-lg-4 textarea{
    height: 108px;
}

.basicdetails-form .row{
    margin-left: -8px;
    margin-right: -8px;
}

.basicdetails-form .row .col-lg-4,
.basicdetails-form .row .col-lg-6,
.basicdetails-form .row .col-lg-8{
    padding-left: 8px;
    padding-right: 8px;
}

.hidetails-basicdetails{
    width: 100%;
    background: var(--WhiteColour);
    border-radius: 3px;
    display: block;
    margin-top: 6px;
    min-height: auto;
}

.hidetails-basicdetails ul{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.hidetails-basicdetails ul li{
    list-style: none;
    padding: 0px 20px;
    margin: 0;
    line-height: normal;
    position: relative;
}

.hidetails-basicdetails ul li:nth-child(even):before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    background: var(--WhiteColourLine);
    opacity: 0.4;
}

.hidetails-basicdetails ul li label{
    width: 100%;
    padding: 0px 0px 0px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    color: var(--TextColor);
    font-weight: 500;
    line-height: 49px;
}

.hidetails-basicdetails ul li label input{
    position: absolute;
    left: 0px;
    top: 17px;
}

.basicdetails-form .firstname-div{
    margin-left: -8px;
    margin-right: -8px;
}

.basicdetails-form .firstname-div .col-lg-3,
.basicdetails-form .firstname-div .col-lg-9{
    padding-left: 8px;
    padding-right: 8px;
}

.basicdetails-form .firstname-div .col-lg-3{
    padding-right: 0px;
}

.basicdetails-form .firstname-div .col-lg-3 select{
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.basicdetails-form .firstname-div .col-lg-9{
    padding-left: 0px;
}

.basicdetails-form .firstname-div .col-lg-9 input{
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.basicdetails-uploadpic{
    margin-bottom: 30px;
}

.basicdetails-uploadpic .col-xl-2 button.uploadimagebtn{
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background: var(--WhiteColour);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 15px 0px;
    text-align: center;
    min-height: 145px;
}

.basicdetails-uploadpic .col-xl-2 button.uploadimagebtn h5{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--TextColor);
    transition-duration: 0.3s;
}

.basicdetails-uploadpic .col-xl-2 button.uploadimagebtn span{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 18px;
}

.basicdetails-uploadpic .col-xl-2 button.uploadimagebtn span img{
    display: inline-block;
    height: 55px;
    transition-duration: 0.3s;
}

.basicdetails-uploadpic .col-xl-2 button.uploadimagebtn:hover span img{
    transform: rotateY(180deg);
}

.basicdetails-uploadpic{
    margin-left: -8px;
    margin-right: -8px;
}

.basicdetails-uploadpic .col-xl-2{
    padding-left: 8px;
    padding-right: 8px;
}

.basicdetails-uploadpic .col-xl-2:nth-child(1) .uploadimagebtn:hover h5{
    color: #ff8796;
}

.basicdetails-uploadpic .col-xl-2:nth-child(1) .uploadimagebtn:hover{
    box-shadow: rgba(255, 135, 150, 0.14) 0px 5px 10px 0px;
}

.basicdetails-uploadpic .col-xl-2:nth-child(2) .uploadimagebtn:hover h5{
    color: #5cc2c6;
}

.basicdetails-uploadpic .col-xl-2:nth-child(2) .uploadimagebtn:hover{
    box-shadow: rgba(92, 194, 198, 0.14) 0px 5px 10px 0px;
}

.basicdetails-uploadpic .col-xl-2 .upload-company-logo{
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background: var(--WhiteColour);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 0px 0px;
    text-align: center;
    min-height: 145px;
    position: relative;
    display: table;
}

.basicdetails-uploadpic .col-xl-2 .upload-company-logo span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.basicdetails-uploadpic .col-xl-2 .upload-company-logo span img{
    max-height: 130px;
    max-width: 90%;
    object-fit: contain;
    display: inline-block;
}


.basicdetails-uploadpic .col-xl-2 .upload-company-logo button.closebtn{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -6px;
    right: -6px;
    border: none;
    outline: none;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.basicdetails-uploadpic .col-xl-2 .upload-company-logo button.closebtn:hover{
    opacity: 1 !important;
    color: var(--RedColor);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
}

.basicdetails-uploadpic .col-xl-2 .upload-company-logo .propicture{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-top: 7px;
}

.basicdetails-uploadpic .col-xl-2 .upload-company-logo .propicture img{
    width: 130px;
    height: 130px;
    object-fit: cover;
    max-width: 130px;
    max-height: 130px;
}

.sociallinks-row{
    margin-left: -8px;
    margin-right: -8px;
}

.sociallinks-row .col-lg-3{
    padding-left: 8px;
    padding-right: 8px;
}

.profile-page .addspeciality-btn{
    width: 100%;
    position: relative;
    padding-right: 80px;
}

.profile-page .addspeciality-btn input{
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.profile-page .addspeciality-btn button{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
    border: none;
    height: 38px;
    background: var(--RedColor);
    width: 80px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.profile-page .addspeciality-btn button:hover{
    background: var(--DarkRedColor);
}

.profile-page .addspeciality-btn button i{
    margin-right: 2px;
}

.profile-page .specialities-wrapper .speciality-item{
    width: 100%;
    background: var(--DarkColourLine);
    display: table;
    border-radius: 3px;
    min-height: 38px;
    margin-top: 3px;
    position: relative;
    padding-right: 38px;
    padding-left: 10px;
}

.profile-page .specialities-wrapper .speciality-item p{
    padding: 4px 0px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: var(--TextColor);
    font-weight: 500;
    line-height: 20px;
}

.profile-page .specialities-wrapper .speciality-item button{
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    font-size: 12px;
    background: none;
    color: var(--TextColor);
}

.profile-page .specialities-wrapper .speciality-item button:hover {
    color: var(--RedColor);
}

.profile-page .chatgtp{
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    background: #75ac9d;
    border: none;
    outline: none;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    line-height: 38px;
}

.profile-page .chatgtp img{
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.upload-documents-container{
    width: 100%;
    height: auto;
    border-radius: 4px;
    background: var(--WhiteColour);
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: block;
    text-align: center;
    padding: 20px 25px;
}

.upload-documents-container h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    color: var(--TextColor);
    font-size: 16px;
}

.upload-documents-container p.instructions{
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    line-height: 20px;
    color: var(--LightTextColor);
}

.upload-documents-container .upload-btn{
    width: 100%;
    height: 38px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    background: none;
    color: var(--LightTextColor);
    font-weight: 500;
    padding: 0px 0px 0px 0px;
    border: 1px dashed var(--InputwhitebgLineColor);
    transition-duration: 0.3s;
    margin: 6px 0px 15px 0px;
}

.upload-documents-container .upload-btn:hover{
    border-color: var(--RedColor);
    color: var(--RedColor);
}

.uploadfile-wrapper{
    margin-bottom: 15px;
}

.uploadfile-wrapper .uploadfile-item{
    width: 100%;
    background: var(--DashboardBG);
    padding: 0px 38px 0px 15px;
    margin: 5px 0px 0px 0px;
    min-height: 38px;
    border-radius: 3px;
    text-align: left;
    position: relative;
    display: table;
}

.uploadfile-wrapper .uploadfile-item:first-child{
    margin-top: 0px;
}

.uploadfile-wrapper .uploadfile-item p{
    padding: 4px 0px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: var(--LightTextColor);
    font-weight: 500;
    line-height: 20px;
}

.uploadfile-wrapper .uploadfile-item p a{
    text-decoration: none;
    color: var(--LightTextColor);
}

.uploadfile-wrapper .uploadfile-item p a:hover{
    color: var(--RedColor);
}

.uploadfile-wrapper .uploadfile-item button{
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    background: none;
    font-size: 12px;
    color: var(--LightTextColor);
}

.uploadfile-wrapper .uploadfile-item button:hover{
    color: var(--RedColor);
}

.upload-documents-container span{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.upload-documents-container span img{
    height: 60px;
    display: inline-block;
}

.product-page .product-item{
    width: 100%;
    height: auto;
    border-radius: 4px;
    background: var(--WhiteColour);
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
}

.product-page .product-item .product-footer-links{
    width: 100%;
    padding: 0px 15px 15px 15px;
}

.product-page .product-item .product-footer-links .row{
    margin-left: -6px;
    margin-right: -6px;
}

.product-page .product-item .product-footer-links .row .col-6{
    padding-left: 6px;
    padding-right: 6px;
}

.product-page .product-item .product-footer-links button{
    width: 100%;
    height: 38px;
    border-radius: 3px;
    outline: none;
    font-size: 13px;
    background: none;
    color: var(--LightTextColor);
    font-weight: 500;
    padding: 0px 0px 0px 0px;
    border: 1px dashed var(--InputwhitebgLineColor);
    transition-duration: 0.3s;
    margin: 0px 0px;
}

.product-page .product-item .product-footer-links button:hover{
    border-color: var(--RedColor);
    color: var(--RedColor);
}


.product-page .product-item .product-header{
    border-bottom: 1px solid var(--InputwhitebgLineColor);
}

.product-page .product-item .product-header h5{
    width: 100%;
    padding: 0px 0px 0px 15px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--TextColor);
    line-height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}

.product-page .product-item .product-header .product-btn{
    width: 42px;
    height: 42px;
    float: right;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    text-align: center;
    line-height: 42px;
    color: var(--TextColor);
}

.product-page .product-item .product-content-area{
    width: 100%;
    position: relative;
    padding: 0px 15px;
    min-height: 100px;
    margin: 15px 0px;
    padding-left: 130px;
}

.product-page .product-item .product-content-area .product-image{
    width: 100px;
    height: 100px;
    background: var(--DashboardBG);
    border-radius: 4px;
    position: absolute;
    left: 15px;
    top: 0px;
    overflow: hidden;
}

.product-page .product-item .product-content-area .product-image img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.product-page .product-item .product-content-area p{
    color: var(--LightTextColor);
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.product-page .product-item .product-content-area h6{
    width: 100%;
    padding: 0;
    margin: 15px 0px 0px 0px;
    color: var(--TextColor);
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.product-page .product-item .product-content-area h6 .unit{
    font-weight: normal;
    font-size: 12px;
    width: auto;
    display: inline-block;
}

.product-page .product-item .dropdown-menu.show{
    background: var(--WhiteColour);
    padding: 6px 0px;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px !important;
}


.product-page .product-item .dropdown-item {
    font-size: 13px;
    padding: 0px 0px 0px 34px;
    margin: 0;
    color: var(--LightTextColor);
    position: relative;
    line-height: 30px;
}

.product-page .product-item .dropdown-item i {
    position: absolute;
    left: 10px;
    top: 8px;
}

.product-page .product-item .dropdown-item:hover {
    background: var(--RedColor);
    color: #fff;
}

.product-page .product-row{
    margin-left: -8px;
    margin-right: -8px;
}

.product-page .product-row .col-xl-4{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 16px;
}

.product-page .add-new-btn{
    width: 100%;
    display: inline-block;
    padding: 0px 20px;
    margin: 0px 0px 0px 0px;
    border: none;
    outline: none;
    line-height: 34px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    background: var(--RedColor);
    color: #fff;
}

.product-page .add-new-btn i{
    margin-right: 5px;
}

.product-page .add-new-btn:hover{
    background: var(--DarkRedColor);
}

.productdetails-modal .formitem-div textarea{
    height: 75px;
}

.productdetails-modal .uploadimage-btn {
    width: 100%;
    height: 38px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    background: none;
    color: var(--LightTextColor);
    font-weight: 500;
    padding: 0px 0px 0px 0px;
    border: 1px dashed var(--InputwhitebgLineColor);
    transition-duration: 0.3s;
    margin: 0px 0px 10px 0px;
}

.productdetails-modal .uploadimage-btn i{
    margin-right: 5px;
}

.productdetails-modal .uploadimage-btn:hover{
    border-color: var(--RedColor);
    color: var(--RedColor);
}

.productdetails-modal .product-upload-image{
    
    width: 100%;
    height: 130px;
    background: none;
    margin-bottom: 15px;
    position: relative;
}

.productdetails-modal .product-upload-image img{
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 5px;
}

.productdetails-modal .product-upload-image button{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -6px;
    right: -6px;
    border: none;
    outline: none;
    padding: 0px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.productdetails-modal .product-upload-image button:hover{
    opacity: 1 !important;
    color: var(--RedColor);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
}

.payment-options .add-new-btn{
    width: 100%;
    display: inline-block;
    padding: 0px 20px;
    margin: 0px 0px 0px 0px;
    border: none;
    outline: none;
    line-height: 34px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    background: var(--RedColor);
    color: #fff;
}

.payment-options .add-new-btn i{
    margin-right: 5px;
}

.payment-options .add-new-btn:hover{
    background: var(--DarkRedColor);
}


.payment-options .display-payment-options{
    width: 100%;
    height: auto;
    border-radius: 4px;
    background: var(--WhiteColour);
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
}





.payment-options .display-payment-options .payment-header{
    border-bottom: 1px solid var(--InputwhitebgLineColor);
}

.payment-options .display-payment-options .payment-header h5{
    width: 100%;
    padding: 0px 0px 0px 15px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--TextColor);
    line-height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}

.payment-options .display-payment-options .payment-header .product-btn{
    width: 42px;
    height: 42px;
    float: right;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    text-align: center;
    line-height: 42px;
    color: var(--TextColor);
}

.payment-options .display-payment-options .payment-header .col-10,
.payment-options .display-payment-options .payment-header .col-2{
    padding-left: 8px;
    padding-right: 8px;
}

.payment-options .display-payment-options .payment-text-div{
    background: var(--DashboardBG);
    padding: 8px 10px;
    margin: 1px 0px;
    border-radius: 4px;
}

.payment-options .display-payment-options .payment-text-div h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 3px 0px;
    font-size: 15px;
    color: var(--TextColor);
}

.payment-options .display-payment-options .payment-text-div p{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--LightTextColor);
    line-height: normal;
}

.payment-options .display-payment-options .payment-content{
    width: 100%;
    position: relative;
    padding: 0px 15px 0px 195px;
    margin: 14px 0px;
}

.payment-options .display-payment-options .payment-content .qrcode-div{
    width: 166px;
    height: 166px;
    background: var(--DarkColourLine);
    position: absolute;
    left: 15px;
    top: 1px;
    border-radius: 3px;
    overflow: hidden;
}

.payment-options .display-payment-options .payment-content .qrcode-div img{
    width: 166px;
    height: 166px;
    object-fit: cover;
}

.payment-row{
    margin-left: -8px;
    margin-right: -8px;
}

.payment-row .col-xl-6{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px;
}

.payment-options .display-payment-options .dropdown-menu.show{
    background: var(--WhiteColour);
    padding: 6px 0px;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px !important;
}


.payment-options .display-payment-options .dropdown-item {
    font-size: 13px;
    padding: 0px 0px 0px 34px;
    margin: 0;
    color: var(--LightTextColor);
    position: relative;
    line-height: 30px;
}

.payment-options .display-payment-options .dropdown-item i {
    position: absolute;
    left: 10px;
    top: 8px;
}

.payment-options .display-payment-options .dropdown-item:hover {
    background: var(--RedColor);
    color: #fff;
}

.photogallery .add-new-btn{
    width: 100%;
    display: inline-block;
    padding: 0px 20px;
    margin: 0px 0px 15px 0px;
    border: none;
    outline: none;
    line-height: 34px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    background: var(--RedColor);
    color: #fff;
}

.photogallery .add-new-btn i{
    margin-right: 5px;
}

.photogallery .add-new-btn:hover{
    background: var(--DarkRedColor);
}

.gallery-images-row{
    margin-left: -8px;
    margin-right: -8px;
}

.gallery-images-row .col-xl-2{
    padding: 8px 8px;
}

.gallery-images-row .gallery-item{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.gallery-images-row .gallery-item img{
    width: 100%;
    height: 200px;
    border-radius: 4px;
    object-fit: cover;
}

.gallery-images-row .gallery-item button{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -6px;
    right: -6px;
    border: none;
    outline: none;
    padding: 0px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.gallery-images-row .gallery-item button:hover{
    opacity: 1 !important;
    color: var(--RedColor);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
}

.photogallery .copy-youtube-link{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.photogallery .copy-youtube-link input{
    width: 100%;
    height: 38px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid var(--InputwhitebgLineColor);
    background: none;
    transition-duration: 0.3s;
    color: var(--LightTextColor);
    padding-right: 38px;
}

.photogallery .copy-youtube-link input:focus{
    border-color: var(--RedColor);
}

.photogallery .copy-youtube-link button{
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    background: var(--RedColor);
    color: #fff;
    font-size: 14px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sharetaglah-card .col-xl-4 button{
    width: 100%;
    display: inline-block;
    padding: 0px 10px;
    margin: 0px 0px 0px 0px;
    border: none;
    outline: none;
    line-height: 34px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    background: var(--RedColor);
    color: #fff;
}

.sharetaglah-card .col-xl-4 button:hover{
    background: var(--DarkRedColor);
}

.sharetaglah-card .col-xl-6 .row{
    margin-left: -8px;
    margin-right: -8px;
}

.sharetaglah-card .col-xl-6 .row .col-xl-4{
    padding-left: 8px;
    padding-right: 8px;
}

.sharetaglah-card .sharetaglah-icon{
    width: 100%;
    text-align: center;
    display: block;
}

.sharetaglah-card .sharetaglah-icon img{
    height: 120px;
    display: inline-block;
}

.sharetaglah-card h4{
    width: 100%;
    padding: 0;
    margin: 25px 0px 10px 0px;
    text-align: center;
    color: var(--TextColor);
    font-size: 18px;
}

.sharetaglah-card p{
    text-align: center;
    padding: 0;
    margin: 0px 0px 30px 0px;
    font-size: 14px;
    color: var(--LightTextColor);
    line-height: 22px;
}

.sharetaglah-card{
    width: 100%;
    height: calc(100vh - 220px);
    display: table;
}

.sharetaglah-card .sharetaglah-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.createmeeting-row{
    margin-left: -8px;
    margin-right: -8px;
}

.createmeeting-row .col-xl-3{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.copylink-modal .formitem-div button{
    width: 38px;
    height: 38px;
    border: none;
    outline: none;
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    color: var(--TextColor);
    font-size: 16px;
}

.copylink-modal .formitem-div input{
    padding-right: 38px;
}

.copylink-modal .formitem-div button:hover{
    color: var(--RedColor);
}

.copylink-modal p{
    text-align: center;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--LightTextColor);
    font-size: 15px;
    line-height: 22px;
}

.copylink-modal h4{
    width: 100%;
    text-align: center;
    color: var(--TextColor);
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 18px;
}

.copylink-modal .copylink-wrap{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.copylink-modal .copylink-wrap span{
    width: 100px;
    height: 100px;
    background: none;
    background: var(--DashboardBG);
    border-radius: 50%;
    display: inline-block;
}

.copylink-modal .copylink-wrap span img{
    width: 100px;
    height: 100px;
}

.page-content-wrapper .col-xl-6 .row .col-lg-4 .showincard label{
    width: 100%;
    position: relative;
    padding-left: 20px;
}

.page-content-wrapper .col-xl-6 .row .col-lg-4 .showincard label input{
    position: absolute;
    left: 0px;
    top: 3px;
}

.footersidebar-menu{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -180px;
    padding-left: 54px;
    height: 160px;
    display: table;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);

}

.viewfilter .footersidebar-menu{
    bottom: 0px;
}

.footersidebar-menu::before{
    width: 100%;
    height: 100%;
    background: var(--WhiteColour);
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.95;
}


.footersidebar-menu .filter-wrapper-middle{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.footersidebar-menu .filter-wrapper-middle select,
.footersidebar-menu .filter-wrapper-middle input{
    width: 100%;
    border: 1px solid var(--InputwhitebgLineColor);
    background: none;
    height: 40px;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-size: 14px;
    color: var(--LightTextColor);
    padding-left: 15px;
}

.footersidebar-menu .filter-wrapper-middle select:focus,
.footersidebar-menu .filter-wrapper-middle input:focus{
    outline: none;
    border-color: var(--RedColor);
}

.footersidebar-menu .filter-wrapper-middle input{
    padding-left: 30px;
}

.footersidebar-menu .filter-wrapper-middle span{
    width: 100%;
    position: relative;
}

.footersidebar-menu .filter-wrapper-middle{
    padding-left: 15px;
    padding-right: 15px;
}

.footersidebar-menu .filter-wrapper-middle .row{
    margin-left: -6px;
    margin-right: -6px;
}

.footersidebar-menu .filter-wrapper-middle .row .col-md-3{
    padding-left: 6px;
    padding-right: 6px;
}

.footersidebar-menu .filter-wrapper-middle span i{
    font-size: 15px;
    color: var(--LightTextColor);
    position: absolute;
    left: 10px;
    top: 3px;
}

.footersidebar-menu .filter-wrapper-middle h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    position: relative;
    font-size: 13px;
    color: var(--TextColor);
}

.footersidebar-menu .filter-wrapper-middle h5 button{
    padding: 0px;
    margin: 0px;
    border: none;
    outline: none;
    background: none;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    color: var(--LightTextColor);
    position: absolute;
    right: 0px;
    top: 0px;
}

.footersidebar-menu .filter-wrapper-middle .filterpost {
    width: 100%;
    font-size: 15px;
    color: var(--TextColor);
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    padding: 0px;
    text-align: left;
    margin: 0px 0px 14px;
}

.footersidebar-menu .filter-wrapper-middle .filterpost i {
    color: var(--RedColor);
    margin-right: 5px;
}

.notification-page-item{
    width: 100%;
    background: var(--WhiteColour);
    padding: 15px 15px;
    margin: 0;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
}

.notification-page-item:last-child{
    margin-bottom: 0px;
}

.notification-page-item h5{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: var(--TextColor);
    line-height: normal;
}

.notification-page-item p{
    padding: 0;
    margin: 4px 0px 10px 0px;
    font-size: 14px;
    color: var(--LightTextColor);
    line-height: 24px;
}

.notification-page-item h6{
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: var(--LightTextColor);
    line-height: normal;
    font-weight: normal;
}

.notification-page-item h6 i{
    color:#ff9a00;
    font-weight: 500;
    margin-right: 4px;
}

.notification-page-item .delete-button{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -6px;
    right: -6px;
    border: none;
    outline: none;
    padding: 0px;
    text-align: center;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.notification-page-item .delete-button:hover {
    color: var(--RedColor);
    box-shadow: rgb(227, 0, 8) 0px 0px 8px 0px;
    opacity: 1 !important;
}

.notification-placeholder{
    width: 100%;
    height: calc(100vh - 120px);
    display: table;
}

.notification-placeholder .notification-middlealign{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.notification-placeholder .notification-middlealign p{
    color: var(--LightTextColor);
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.notification-placeholder .notification-middlealign h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 16px;
    color: var(--TextColor);
}

.notification-placeholder .notification-middlealign span{
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.notification-placeholder .notification-middlealign span img{
    width: auto;
    height: 100px;
    display: inline-block
}

.signature-itemdiv{
    width: 100%;
    background: var(--WhiteColour);
    padding: 15px;
    margin: 0;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.signature-top h6,
.signature-top h6 a,
.signature-top h4{
    color: var(--TextColor) !important;
}

.signature-body p,
.signature-body p a,
.signature-body h6{
    color: var(--LightTextColor);
}

.signature-body span{
    width: 110px;
    height: 110px;
    border-radius: 6px;
    background: #fff;
    display: block;
    padding: 4px;
    margin-top: 30px ;
    margin-bottom: 4px;
}

.signature-body span img{
    width: 100%;
}

.email-signature-text p{
    color: var(--LightTextColor);
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.email-signature-text h5{
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0px 0px 8px 0px;
    font-size: 16px;
    color: var(--TextColor);
}

.email-signature-text{
    margin-bottom: 25px;
}

.clicktocopy{
    width: 100%;
    padding: 10px 0px;
    margin: 0;
    background: var(--RedColor);
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.clicktocopy:hover{
    background: var(--DarkRedColor);
}

.signature-footer img{
    width: 32px;
    height: 32px;
}

.search-form-header{
    width: 100%;
    position: relative;
    z-index: 900;
}

.search-form-header input{
    width: 100%;
    border: 1px solid var(--InputwhitebgLineColor);
    background: var(--DashboardBG);
    height: 42px;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-size: 14px;
    color: var(--LightTextColor);
    padding-left: 10px;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.search-form-header select{
    width: 100%;
    border: 1px solid var(--InputwhitebgLineColor);
    background: var(--DashboardBG);
    height: 42px;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-size: 14px;
    color: var(--LightTextColor);
    padding-left: 10px;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.search-form-header input:focus,
.search-form-header select:focus{
    border-color: var(--RedColor);
    outline: none;
}

.search-form-header{
    width: 100%;
    padding: 4px 0px;
}

.carditem-div{
    width: 100%;
    border: 1px solid var(--InputwhitebgLineColor);
    border-radius: 3px;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
}

.carditem-div:hover{
    border-color: var(--RedColor);
}

.carditem-div .cardlogo-con{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    height: 160px;
    background: #fff;
    display: table;
}

.carditem-div .cardlogo-con span{
    display: table-cell;
    vertical-align: middle;
}

.carditem-div .cardlogo-con span img{
    max-height: 140px;
    max-width: 90%;
    object-fit: contain;
}

.carditem-div .cardtext-wrap{
    width: 100%;
    height: 65px;
    display: table;
}

.carditem-div .cardtext-wrap span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 8px;
}

.carditem-div .cardtext-wrap span h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 3px 0px;
    font-size: 15px;
    color: var(--TextColor);
}

.carditem-div .cardtext-wrap span h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    color: var(--LightTextColor);
}

.search-row-style{
    margin-left: -8px;
    margin-right: -8px;
}

.search-row-style .col-xl-2,
.search-row-style .col-xl-3,
.search-row-style .col-xl-4{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.search-contents-wrapper{
    width: 100%;
    height: calc(100vh - 170px);
    overflow: scroll;
    margin-top: 10px;
    padding-right: 10px;
}

.search-contents-wrapper::-webkit-scrollbar{
    width: 4px;
}

.cvitem-div{
    width: 100%;
    border: 1px solid var(--InputwhitebgLineColor);
    border-radius: 3px;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
}

.cvitem-div:hover{
    border-color: var(--RedColor);
}

.cvitem-div .cvpropic{
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 50%;
    background: url(../img/cv-placeholder.png) no-repeat var(--InputwhitebgLineColor);
    margin-top: 15px;
    overflow: hidden;
}

.cvitem-div .cvpropic img{
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.cvitem-div .cardtext-wrap{
    width: 100%;
    height: 65px;
    display: table;
}

.cvitem-div .cardtext-wrap span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 8px;
}

.cvitem-div .cardtext-wrap span h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 3px 0px;
    font-size: 15px;
    color: var(--TextColor);
}

.cvitem-div .cardtext-wrap span h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    color: var(--LightTextColor);
}


.wallpost-item{
    width: 100%;
    border: 1px solid var(--InputwhitebgLineColor);
    border-radius: 3px;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
}

.wallpost-item:hover{
    border-color: var(--RedColor);
}

.wallpost-item .wallpost-image{
    width: 100%;
    background: var(--InputwhitebgLineColor);
    height: 220px;
    overflow: hidden;
    position: relative;
}

.wallpost-item .wallpost-image img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.wallpost-item .wallpost-image .link-icon{
    width: 60px;
    height: 60px;
    background: var(--DashboardBG);
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 40%;
    margin-top: -30px;
    z-index: 100;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    color: var(--TextColor);
    transition-duration: 0.3s;
    opacity: 0;
}

.wallpost-item .wallpost-image .link-icon:hover{
    color: var(--RedColor);
}

.wallpost-item:hover .wallpost-image .link-icon{
    top: 50%;
    opacity: 1;
}

.wallpost-item .wallposttext-wrap{
    width: 100%;
    height: 65px;
    display: table;
}

.wallpost-item .wallposttext-wrap span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 8px;
}

.wallpost-item .wallposttext-wrap span h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--TextColor);

    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.course-row .wallpost-image,
.course-row .wallpost-image img{
    height: 180px;
}

.testpost-content-wrap{
    min-height: 60px;
}

.testpost-content-wrap h6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.search-row-style .testpost-item{
    margin-top: 0px;
}

.feedback-survey-wrapper{
    width: 100%;
    height: calc(100vh - 230px) !important;
    overflow: scroll;
    padding: 0px 10px 0px 14px !important;
    margin: 20px 0px !important;
}

.feedback-survey-wrapper::-webkit-scrollbar{
    width: 4px;
    
}

.feedback-survey-wrapper .showintaglah-card{
    position: relative;
    padding-left: 20px;
}

.feedback-survey-wrapper .showintaglah-card input{
    position: absolute;
    left: 0px;
    top: 3px;
}

.feedback-survey-wrapper .addquestions-btn{
    width: 100%;
    display: inline-block;
    padding: 0px 20px;
    margin: 0px 0px 0px 0px;
    border: none;
    outline: none;
    line-height: 34px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    background: var(--RedColor);
    color: #fff;
}

.feedback-survey-wrapper .addquestions-btn i{
    margin-right: 5px;
}

.feedback-survey-wrapper .addquestions-btn:hover{
    background: var(--DarkRedColor);
}


.feedback-survey-wrapper .openai-button{
    width: 100%;
    padding: 0;
    margin: 10px 0px 0px 0px;
    background: #75ac9d;
    border: none;
    outline: none;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    line-height: 38px;

}

.feedback-survey-wrapper .openai-button img{
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.feedback-survey-wrapper .ismandatory-text{
    position: relative;
    padding-left: 20px;
    margin-top: 30px;
}

.feedback-survey-wrapper .ismandatory-text input{
    position: absolute;
    left: 0px;
    top: 3px;
}






.feedback-survey-wrapper button.uploadimg-youtube-btn{
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background: var(--WhiteColour);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 15px 10px;
    text-align: center;
    min-height: 145px;
}

.feedback-survey-wrapper button.uploadimg-youtube-btn h5{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--TextColor);
    transition-duration: 0.3s;
}

.feedback-survey-wrapper button.uploadimg-youtube-btn span{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 18px;
}

.feedback-survey-wrapper button.uploadimg-youtube-btn span img{
    display: inline-block;
    height: 55px;
    transition-duration: 0.3s;
}

.feedback-survey-wrapper button.uploadimg-youtube-btn:hover span img{
    transform: rotateY(180deg);
}

.feedback-survey-wrapper button.uploadimg-youtube-btn:hover h5{
    color: #ff8796;
}


.feedback-survey-wrapper .uploadimg-youtube-placeholder{
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background: var(--WhiteColour);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 0px 0px;
    text-align: center;
    height: 145px;
    position: relative;
}

.feedback-survey-wrapper .uploadimg-youtube-placeholder img{
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 10px;
}

.feedback-survey-wrapper .uploadimg-youtube-placeholder button{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -2px;
    right: -2px;
    border: none;
    outline: none;
    padding: 0px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.feedback-survey-wrapper .uploadimg-youtube-placeholder button:hover{
    opacity: 1 !important;
    color: var(--RedColor);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
}

.create-feedback-page-middlealign .feedback-image{
    width: 100%;
    text-align: center;
}

.create-feedback-page-middlealign .feedback-image img{
    height: 75px;
}

.create-feedback-page-middlealign h5{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 20px 0px 8px 0px;
    font-size: 16px;
    color: var(--TextColor);
}

.create-feedback-page-middlealign p{
    text-align: center;
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: var(--LightTextColor);
    font-size: 14px;
    line-height: 24px;
}

.create-feedback-page{
    width: 100%;
    text-align: center;
    display: table;
    height: calc(100vh - 240px);
}

.create-feedback-page .create-feedback-page-middlealign{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.questions-item-wrap{
    width: 100%;
    background: var(--WhiteColour);
    padding: 15px 20px;
    margin: 0;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
}

.questions-item-wrap .delete-button{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -6px;
    right: -6px;
    border: none;
    outline: none;
    padding: 0px;
    text-align: center;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.questions-item-wrap .delete-button:hover {
    color: var(--RedColor);
    box-shadow: rgb(227, 0, 8) 0px 0px 8px 0px;
    opacity: 1 !important;
}

.questions-item-wrap .col-xl-3{
    text-align: right;
}

.questions-item-wrap  .order-change{
    display: inline-block;
}

.questions-item-wrap  .order-change input{
    width: 60px;
    height: 38px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid var(--InputwhitebgLineColor);
    background: none;
    transition-duration: 0.3s;
    color: var(--LightTextColor);
}

.questions-item-wrap  .order-change input:focus{
    border-color: var(--RedColor);
}

.questions-item-wrap  .order-change label{
    font-size: 14px;
    font-weight: 500;
    color: var(--LightTextColor);
    margin-left: 5px;
}

.questions-item-wrap .edit-button{
    height: 38px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    padding: 0px 12px;
    border: 1px solid var(--InputwhitebgLineColor);
    background: none;
    transition-duration: 0.3s;
    color: var(--LightTextColor);
    font-weight: 500;
    margin-left: 15px;
    display: inline-block;
}

.questions-item-wrap .edit-button i{
    margin-right: 4px;
}

.questions-item-wrap .col-6 .edit-button:hover{
    border-color: var(--RedColor);
    color: var(--RedColor);
}

.questions-item-wrap h6{
    padding: 0;
    margin: 0;
    color: var(--TextColor);
    font-size: 15px;
    min-height: 38px;
    display: table;
}

.questions-item-wrap h6 strong{
    color: var(--RedColor);
}

.questions-item-wrap h6 span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    
}

.question-search {
    width: 100%;
    position: relative;
}

.question-search input{
    outline: none;
    width: 40px;
    height: 40px;
    background: none;
    border-radius: 3px;
    color: var(--LightTextColor);
    border: 1px solid var(--DarkColourLine);
    font-size: 14px;
    padding: 0px 40px 0px 15px;
    text-align: left;
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
}

.question-search input:focus{
    border-radius: var(--RedColor);
}

.question-search button{
    position: absolute;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    text-align: center;
    padding: 0;
    color: var(--TextColor);
}

.question-search button:hover{
    color: var(--RedColor);
}

.objectivetype-answer{
    width: 100%;
    background: var(--WhiteColour);
    padding: 15px 15px;
    margin: 0;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
}

.objectivetype-answer .delete-button{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -6px;
    right: -6px;
    border: none;
    outline: none;
    padding: 0px;
    text-align: center;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.objectivetype-answer .delete-button:hover {
    color: var(--RedColor);
    box-shadow: rgb(227, 0, 8) 0px 0px 8px 0px;
    opacity: 1 !important;
}

.objectivetype-answer textarea{
    width: 100%;
    height: 75px;
}

.feedback-survey-wrapper .addanswer-btn{
    width: 100%;
    display: inline-block;
    padding: 0px 20px;
    margin: 25px 0px 15px 0px;
    border: none;
    outline: none;
    line-height: 34px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    background: var(--RedColor);
    color: #fff;
}

.feedback-survey-wrapper .addanswer-btn i{
    margin-right: 5px;
}

.feedback-survey-wrapper .addanswer-btn:hover{
    background: var(--DarkRedColor);
}


.feedback-survey-wrapper .answer-image-con{
    width: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    background: var(--WhiteColour);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 5px;
    text-align: center;
    min-height: auto;
    position: relative;
}

.feedback-survey-wrapper .answer-image-con img{
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 4px;
}

.feedback-survey-wrapper .answer-image-con span{
    width: 30px;
    height: 30px;
    background: var(--WhiteColour);
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    color: var(--TextColor);
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);

}

.feedback-survey-wrapper .answer-image-con button{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -6px;
    right: -6px;
    border: none;
    outline: none;
    padding: 0px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.feedback-survey-wrapper .answer-image-con button:hover{
    opacity: 1 !important;
    color: var(--RedColor);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
}

.feedback-survey-wrapper .answer-image-row{
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 0px;
}

.feedback-survey-wrapper .answer-image-row .col-lg-2{
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 10px;
}

.modal-note-message{
    color: var(--LightTextColor);
    font-size: 13px;
    padding: 0;
    margin: 20px 0px 0px 0px;
    line-height: 18px;
}

.feedback-survey-wrapper .col-xl-10 textarea{
    height: 75px;
}


.choose-question-wrapper{
    display: table !important;
    height: calc(100vh - 130px) !important;
}

.choose-question-wrapper .choose-question-middlealign{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}


.choose-question-wrapper .row{
    margin-left: -8px;
    margin-right: -8px;
}

.choose-question-wrapper .row .col-xl-4{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.choose-question-wrapper .createquestion-item{
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background: var(--WhiteColour);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    min-height: 185px;
}

.choose-question-wrapper .createquestion-item h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 15px;
    color: var(--TextColor);
    transition-duration: 0.3s;
}

.choose-question-wrapper .createquestion-item p{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--LightTextColor);
    transition-duration: 0.3s;
    line-height: 22px;
}

.choose-question-wrapper .createquestion-item span{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.choose-question-wrapper .createquestion-item span img{
    width: auto;
    height: 50px;
    display: inline-block;
    transition-duration: 0.3s
}

.choose-question-wrapper .createquestion-item:hover span img {
    transform: rotateY(180deg);
}

.choose-question-wrapper .choosequestion-heading{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.choose-question-wrapper .choosequestion-heading p{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--LightTextColor);
    transition-duration: 0.3s;
    line-height: 22px;
}

.choose-question-wrapper .choosequestion-heading h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 24px;
    color: var(--TextColor);
    transition-duration: 0.3s;
    line-height: 22px;
}

.choose-question-middlealign .row .col-xl-10 .row .col-xl-4:nth-child(1) .createquestion-item:hover h5{
    color: #ff8796;
}

.choose-question-middlealign .row .col-xl-10 .row .col-xl-4:nth-child(1) .createquestion-item:hover{
    box-shadow: rgba(255, 135, 150, 0.14) 0px 5px 10px 0px;
}

.choose-question-middlealign .row .col-xl-10 .row .col-xl-4:nth-child(2) .createquestion-item:hover h5{
    color: #5ec3c7;
}

.choose-question-middlealign .row .col-xl-10 .row .col-xl-4:nth-child(2) .createquestion-item:hover{
    box-shadow: rgba(94, 195, 199, 0.14) 0px 5px 10px 0px;
}

.choose-question-middlealign .row .col-xl-10 .row .col-xl-4:nth-child(3) .createquestion-item:hover h5{
    color: #c387c2;
}

.choose-question-middlealign .row .col-xl-10 .row .col-xl-4:nth-child(3) .createquestion-item:hover{
    box-shadow: rgba(195, 135, 194, 0.14) 0px 5px 10px 0px;
}

.choose-question-middlealign .row .col-xl-10 .row .col-xl-4:nth-child(4) .createquestion-item:hover h5{
    color: #5ea8e7;
}

.choose-question-middlealign .row .col-xl-10 .row .col-xl-4:nth-child(4) .createquestion-item:hover{
    box-shadow: rgba(94, 168, 231, 0.14) 0px 5px 10px 0px;
}

.choose-question-middlealign .row .col-xl-10 .row .col-xl-4:nth-child(5) .createquestion-item:hover h5{
    color: #d95192;
}

.choose-question-middlealign .row .col-xl-10 .row .col-xl-4:nth-child(5) .createquestion-item:hover{
    box-shadow: rgba(217, 81, 146, 0.14) 0px 5px 10px 0px;
}

.choose-question-middlealign .row .col-xl-10 .row .col-xl-4:nth-child(6) .createquestion-item:hover h5{
    color: #92d325;
}

.choose-question-middlealign .row .col-xl-10 .row .col-xl-4:nth-child(6) .createquestion-item:hover{
    box-shadow: rgba(146, 211, 37, 0.14) 0px 5px 10px 0px;
}

.terms-conditions textarea{
    height: 300px;
}

.feedback-note-message {
    color: var(--LightTextColor);
    font-size: 13px;
    padding: 0;
    margin: 20px 0px 0px 0px;
    line-height: 18px;
}

.share-feedback-row{
    margin-left: -6px;
    margin-right: -6px;
}

.share-feedback-row .col-xl-3{
    padding-left: 6px;
    padding-right: 6px;
}

.share-feedback-row .col-xl-3 button{
    width: 100%;
    display: block;
    padding: 0px 10px;
    margin: 0px 0px 0px 0px;
    border: none;
    outline: none;
    line-height: normal;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    background: var(--RedColor);
    color: #fff;
    min-height: 40px;
}

.share-feedback-row .col-xl-3 button:hover{
    background: var(--DarkRedColor);
}

.memberlisting-scroll{
    width: 100%;
    padding: 0px 4px 0px 6px;
    margin: 0;
    max-height: 50vh;
    overflow: scroll;
}

.memberlisting-scroll::-webkit-scrollbar{
    width: 3px;
}

.memberlisting-scroll li{
    list-style: none;
    padding: 5px 10px;
    margin: 0px 0px 2px 0px;
    width: 100%;
    background: var(--DashboardBG);
    border-radius: 2px;
}

.memberlisting-scroll li:last-child{
    margin-bottom: 0px;
}

.memberlisting-scroll li label input{
    position: absolute;
    left: 0px;
    top: 3px;
}

.memberlisting-scroll li label{
    width: 100%;
    padding: 0px 0px 0px 22px;
    margin: 0px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: var(--TextColor);
}

.search-member{
    width: 100%;
    position: relative;
    margin-bottom: 8px;
    padding: 0px 6px;
}

.search-member input{
    width: 100%;
    height: 38px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid var(--InputwhitebgLineColor);
    background: none;
    transition-duration: 0.3s;
    color: var(--LightTextColor);

}

.search-member input:focus{
    border-color: var(--RedColor);
}

.search-member i{
    position: absolute;
    top: 11px;
    right: 18px;
    color: var(--TextColor);
    font-size: 15px;
    z-index: 10;
}

.member-list-button .col-lg-12{
    padding-left: 21px;
    padding-right: 21px;
}

.nomembers-placeholder{
    padding: 45px 0px;
    width: 100%;
}

.nomembers-placeholder p{
    text-align: center;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: var(--LightTextColor);
    line-height: 22px;
}

.nomembers-placeholder h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    text-align: center;
    color: var(--TextColor);
    font-size: 16px;
}

.nomembers-placeholder span{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 12px;
}

.nomembers-placeholder span i{
    font-size: 24px;
    color: var(--LightTextColor);
}

.generate-link .row{
    margin-left: -5px;
    margin-right: -5px;
}

.generate-link .row .col-lg-4{
    padding-left: 5px;
    padding-right: 5px;
}

.generate-link .row .col-lg-4 .formitem-div{
    margin-top: 0px;
}

.generate-link .row .col-lg-4 button{
    width: 100%;
    display: block;
    padding: 0px 10px;
    margin: 24px 0px 0px 0px;
    border: none;
    outline: none;
    line-height: normal;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    background: var(--RedColor);
    color: #fff;
    min-height: 38px;
}

.generate-link .row .col-lg-4 button:hover{
    background: var(--DarkRedColor);
}

.list-generated-link{
    width: 100%;
    background: var(--DashboardBG);
    position: relative;
    border-radius: 3px;
    margin-bottom: 4px;
    display: block;
    padding: 15px 15px;
}

.list-generated-link:last-child{
    margin-bottom: 0px;
}

.list-generated-link input{
    width: 100%;
    height: 36px;
    border: 1px solid var(--DarkColourLine);
    background: none;
    border-radius: 3px;
    transition-duration: 0.3s;
    padding-left: 10px;
    font-size: 13px;
    padding-right: 55px;
    color: var(--LightTextColor);
}

.list-generated-link input:focus{
    border-color: var(--RedColor);
    outline: none;
}

.list-generated-link  .copylink{
    width: 100%;
    position: relative;
}

.list-generated-link .copylink button{
    width: 55px;
    height: 36px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: var(--TextColor);

}

.list-generated-link .copylink button:hover{
    color: var(--RedColor);
}


.list-generated-link .delete-link{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -6px;
    right: -6px;
    border: none;
    outline: none;
    padding: 0px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.list-generated-link .delete-link:hover{
    opacity: 1 !important;
    color: var(--RedColor);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
}

.link-stats-count {
    margin-left: -5px;
    margin-right: -5px;
}

.link-stats-count .col-lg-4{
    padding-left: 5px;
    padding-right: 5px;
}

.link-stats-count h6{
    font-size: 13px;
    padding: 0;
    margin: 14px 0px;
    font-weight: 500;
    color: var(--LightTextColor);
}

.link-stats-count h6 b{
    color: var(--TextColor);
}

.share-socialmedia{
    width: 100%;
    position: relative;
}

.share-socialmedia .row{
    margin-left: -5px;
    margin-right: -5px;
}

.share-socialmedia .row .col-lg-4{
    padding-left: 5px;
    padding-right: 5px;
}

.share-socialmedia .row .col-lg-4 button{
    width: 100%;
    display: block;
    padding: 0px 10px;
    margin: 0px 0px 0px 0px;
    border: none;
    outline: none;
    line-height: normal;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    background: none;
    border: 1px solid var(--RedColor);
    color: var(--RedColor);
    min-height: 30px;
}

.share-socialmedia .row .col-lg-4 button i{
    margin-right: 4px;
}

.share-socialmedia .row .col-lg-4 button:hover{
    background: var(--RedColor);
    color: #fff;
}

.generate-link-scroll{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
    max-height: 50vh;
    overflow: scroll;
}

.generate-link-scroll::-webkit-scrollbar{
    width: 2px;
}

.choose-question-wrapper .choosequestion-heading p{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--LightTextColor);
    transition-duration: 0.3s;
    line-height: 22px;
}

.choose-question-wrapper .choosequestion-heading h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 24px;
    color: var(--TextColor);
    transition-duration: 0.3s;
    line-height: 22px;
}

.customer-infotext{
    width: 100%;
    text-align: center;
}

.customer-infotext p{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    color: var(--LightTextColor);
    transition-duration: 0.3s;
    line-height: 22px;
}

.customer-infotext h5{
    width: 100%;
    padding: 0px;
    margin: 10px 0px 8px;
    font-size: 20px;
    color: var(--TextColor);
    transition-duration: 0.3s;
    line-height: 20px;
}

.feedback-buttons{
    margin-bottom: 15px;
}

.feedback-buttons .input-field-button{
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background: var(--WhiteColour);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    min-height: 100px;
}

.feedback-buttons .input-field-button h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: var(--TextColor);
    transition-duration: 0.3s;
}


.feedback-buttons .input-field-button span{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.feedback-buttons .input-field-button span img{
    width: auto;
    height: 45px;
    display: inline-block;
    transition-duration: 0.3s
}

.feedback-buttons .input-field-button:hover span img {
    transform: rotateY(180deg);
}

.feedback-buttons {
    margin-left: -8px;
    margin-right: -8px;
}

.feedback-buttons .col-xl-2{
    padding-left: 8px;
    padding-right: 8px;
}

.added-fields-row{
    width: 100%;
    padding: 10px;
    position: relative;
    background: var(--WhiteColour);
    border-radius: 4px;
    margin-top: 12px;
}

.created-fields-row{
    margin-left: -8px;
    margin-right: -8px;
}

.created-fields-row .col-xl-4{
    padding-left: 8px;
    padding-right: 8px;
}

.created-fields-row .col-xl-4 .delete-field{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -6px;
    right: -6px;
    border: none;
    outline: none;
    padding: 0px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.created-fields-row .col-xl-4 .delete-field:hover{
    opacity: 1 !important;
    color: var(--RedColor);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
}

.created-fields-row ul{
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.created-fields-row ul li{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 2px 0px;
    position: relative;
    list-style: none;
}

.created-fields-row ul li label{
    width: 100%;
    padding: 5px 0px 5px 30px;
    margin: 0;
    position: relative;
    background: var(--DashboardBG);
    border-radius: 3px;
}

.created-fields-row ul li label input{
    position: absolute;
    left: 9px;
    top: 8px;
}

.created-fields-row ul li label input[type = radio]{
    width: 13px;
    height: 13px;
}


.addfields-modal .mandatoryfield{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0;
    position: relative;
}

.addfields-modal .mandatoryfield input{
    position: absolute;
    left: 0px;
    top: 4px;
}

.addfields-modal  .note-text{
    padding: 0;
    margin: 15px 0px 0px 0px;
    color: var(--LightTextColor);
    font-size: 13px;
    line-height: 18px;
}

.addfields-modal .enter-options{
    width: 100%;
    position: relative;
}

.addfields-modal .enter-options input{
    width: 100%;
    height: 38px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid var(--InputwhitebgLineColor);
    background: none;
    transition-duration: 0.3s;
    color: var(--LightTextColor);
}

.addfields-modal .enter-options input:focus{
    border-color: var(--RedColor);
}

.addfields-modal .enter-options button{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 38px;
    border: none;
    outline: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: var(--RedColor);
    color: #fff;
    font-size: 13px;
    width: 60px;

}

.addfields-modal .enter-options button:hover{
    background: var(--DarkRedColor);
}




.addfields-modal .options-list{
    width: 100%;
    padding: 0;
    margin: 15px 0px 0px 0px;
    display: block;
}

.addfields-modal .options-list li{
    width: 100%;
    padding: 0px 28px 0px 0px;
    margin: 0px 0px 2px 0px;
    position: relative;
    list-style: none;
}

.addfields-modal .options-list li label{
    width: 100%;
    padding: 5px 0px 5px 30px;
    margin: 0;
    position: relative;
    background: var(--DashboardBG);
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.addfields-modal .options-list li label input{
    position: absolute;
    left: 9px;
    top: 8px;
}

.addfields-modal .options-list li label input[type = radio]{
    width: 13px;
    height: 13px;
}




.addfields-modal .options-list li button{
    width: 28px;
    height: 28px;
    background: var(--DashboardBG);
    opacity: 1;
    text-shadow: none;
    border-radius: 0px;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    padding: 0px;
    z-index: 100;

}

.addfields-modal .options-list li button:hover{
    color: var(--RedColor);
}

.feedbacklist-item-row{
    width: 100%;
    background: var(--WhiteColour);
    padding: 15px 15px 15px 35px;
    margin: 0;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}

.feedbacklist-item-row h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    color: var(--TextColor);
    line-height: normal;
}

.feedbacklist-item-row h6{
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: var(--LightTextColor);
    line-height: normal;
    font-weight: normal;
}

.feedbacklist-item-row h6 i{
    color:#ff9a00;
    font-weight: 500;
    margin-right: 4px;
}

.feedbacklist-item-row .slno{
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--RedColor);
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    height: 20px;
    min-width: 25px;
    text-align: center;
    line-height: 22px;
}

.feedbacklist-item-row .view-btn{
    float: right;
    padding: 0px 12px;
    border-radius: 3px;
    margin: 3px 0px 0px 0px;
    background: none;
    color: var(--RedColor);
    height: 30px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid var(--RedColor);
}

.feedbacklist-item-row .view-btn i{
    margin-right: 4px;
}

.feedbacklist-item-row .view-btn:hover{
    background: var(--RedColor);
    color: var(--WhiteColour);
}

.feedbacklist-row{
    margin-left: -6px;
    margin-right: -6px;
}

.feedbacklist-row .col-lg-6{
    padding-left: 6px;
    padding-right: 6px;
}

.feedbacktitle-here{
    width: 100%;
    text-align: center;
    color: var(--TextColor);
    font-size: 20px;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.feedback-search{
    width: 100%;
    position: relative;
    background: var(--DashboardBG);
    z-index: 100;
}

.feedback-search input{
    width: 100%;
    height: 40px;
    background: none;
    border-radius: 3px;
    color: var(--LightTextColor);
    border: 1px solid var(--DarkColourLine);
    font-size: 14px;
    padding: 0px 30px 0px 15px;
    text-align: left;
    position: relative;
    left: 0px;
    top: 0px;
    background: none;
}

.feedback-search input:focus{
    border-color: var(--RedColor);
    outline: none;
}


.feedback-search .search-btn{
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    text-align: center;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: var(--TextColor);
    background: none;
}

.feedback-search .search-btn:hover{
    color: var(--RedColor);
}

.testattempt-result-item-row{
    width: 100%;
    background: var(--WhiteColour);
    padding: 15px 15px 15px 35px;
    margin: 0;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}

.testattempt-result-item-row .slno {
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--RedColor);
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    height: 20px;
    min-width: 25px;
    text-align: center;
    line-height: 22px;
}

.testattempt-result-item-row h5 {
    width: 100%;
    padding: 0;
    margin: 6px 0px 0px 0px;
    font-size: 15px;
    color: var(--TextColor);
    line-height: normal;
}

.testattempt-result-item-row h6{
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: var(--LightTextColor);
    line-height: normal;
    font-weight: normal;
}

.testattempt-result-item-row h6 i{
    color:#ff9a00;
    font-weight: 500;
    margin-right: 4px;
}

.testattempt-result-item-row .view-btn{
    float: right;
    padding: 0px 12px;
    border-radius: 3px;
    margin: 3px 0px 0px 0px;
    background: none;
    color: var(--RedColor);
    height: 30px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid var(--RedColor);
}

.testattempt-result-item-row .view-btn i{
    margin-right: 4px;
}

.testattempt-result-item-row .view-btn:hover{
    background: var(--RedColor);
    color: var(--WhiteColour);
}

.testattempt-result-item-row .col-lg-4 .row{
    margin-left: 0px;
    margin-right: 0px;
}

.testattempt-result-item-row .col-lg-4 .row .col-6{
    padding-left: 0px;
    padding-right: 0px;
}


.testattempt-result-item-row .marks-con{
    width: 100%;
    position: relative;
    line-height: 18px;
    padding-left: 35px;
}

.testattempt-result-item-row .marks-con b{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--TextColor);
}


.testattempt-result-item-row .marks-con span{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: var(--LightTextColor);
}

.testattempt-result-item-row .marks-con i{
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 20px;
    color: #19a8ff;
}



.testattempt-result-item-row .result-con{
    width: 100%;
    position: relative;
    line-height: 18px;
    padding-left: 35px;
}

.testattempt-result-item-row .result-con b{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--TextColor);
}


.testattempt-result-item-row .result-con span{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: var(--LightTextColor);
}

.testattempt-result-item-row .result-con i{
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 20px;
}

.testattempt-result-item-row .result-con i.fa-hourglass-half{
    color: #ff9a00;
}

.testattempt-result-item-row .result-con i.fa-times{
    color: var(--RedColor);
}

.testattempt-result-item-row .result-con i.fa-trophy{
    color: #54b764;
}

.mysubscriptions-list{
    width: 100%;
    background: var(--WhiteColour);
    padding: 22px 12px 12px 12px;
    margin: 0;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}

.mysubscriptions-list h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    color: var(--TextColor);
    line-height: normal;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.mysubscriptions-list h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    color: var(--LightTextColor);
    line-height: normal;
}

.mysubscriptions-list h6 b{
    background: #ff9a00;
    color: var(--WhiteColour);
    font-size: 12px;
    padding: 0px 4px;
    border-radius: 3px;
    line-height: 18px;
    display: inline-block;
    margin-right: 2px;
}

.mysubscriptions-list .starrating{
    width: 100%;
    padding: 0px;
    margin: 2px 0px 4px;
    display: block;
}

.mysubscriptions-list .starrating li{
    list-style: none;
    padding: 0;
    margin:0px;
    display: inline-block;
    font-size: 12px;
    color: #ff9a00;
}

.subscription-content{
    width: 100%;
    min-height: 100px;
    display: table;
}

.subscription-content .subscription-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.mysubscriptions-list .testorqbank.test{
    background: rgb(23, 162, 184, 0.2);
    color: #17a2b8;
}

.mysubscriptions-list .testorqbank.qbank{
    background: rgb(40, 167, 69, 0.2);
    color: #28a745;
}

.appearance-buttons-wrap{
    width: 100%;
    padding: 0px 15px;
}

.sliders {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    outline: none;
    margin: 0px 0;
}

.slider-container {
    position: relative;
    padding-right: 45px;
}

.slider-container .slider-value {
    position: absolute;
    top: 1px;
    right: 0px;
    font-size: 13px;
    font-weight: bold;
    color: var(--TextColor);
}

.bgimage-appearance .row{
    margin-left: -6px;
    margin-right: -6px;
}

.bgimage-appearance .row .col-xl-6{
    padding-left: 6px;
    padding-right: 6px;
}

.bgimage-appearance .row .col-xl-6 .select-color{
    width: 100%;
    height: 38px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid var(--InputwhitebgLineColor);
    background: none;
    transition-duration: 0.3s;
    color: var(--LightTextColor);
    position: relative;
    padding-left: 40px;
}

.bgimage-appearance .row .col-xl-6 .select-color:hover{
    border-color: var(--RedColor);
    color: var(--RedColor);
}

.bgimage-appearance .row .col-xl-6 .select-color h6{
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
}

.bgimage-appearance .row .col-xl-6 .select-color span{
    width: 38px;
    height: 38px;
    background: var(--AchivementsColor);
    position: absolute;
    left: -1px;
    top: -1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bgimage-appearance .image-btn{
    width: 100%;
    display: inline-block;
    padding: 0px 5px;
    margin: 0px 0px 0px 0px;
    border: none;
    outline: none;
    line-height: 34px;
    border-radius: 3px;
    font-size: 14px;
    background: none;
    font-weight: 500;
    border: 1px solid var(--RedColor);
    color: var(--RedColor);
    transition-duration: 0.3s;
}

.bgimage-appearance .image-btn:hover{
    background: var(--RedColor);
    color: var(--WhiteColour);
}


.bgimage-appearance .bgimage-wrapper{
    width: 100%;
    display: block;
    margin-top: 15px;
    position: relative;
}

.bgimage-appearance .bgimage-wrapper img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 3px;
}


.bgimage-appearance .bgimage-wrapper button{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -6px;
    right: -6px;
    border: none;
    outline: none;
    padding: 0px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.bgimage-appearance .bgimage-wrapper button:hover{
    opacity: 1 !important;
    color: var(--RedColor);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
}



.bgimage-appearance .banner-image button{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -2px;
    right: -2px;
    border: none;
    outline: none;
    padding: 0px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.bgimage-appearance .banner-image button:hover{
    opacity: 1 !important;
    color: var(--RedColor);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
}

.bgimage-appearance .heading-color{
    width: 100%;
    padding: 0;
    position: relative;
    font-size: 13px;
    padding-left: 22px;
    margin-top: 4px;
    display: block;
}

.bgimage-appearance .heading-color input{
    position: absolute;
    left: 0px;
    top: 2px;
}

.feedback-answer-con{
    height: calc(100vh - 168px);
}

.description-field p{
    font-size: 15px !important;
    line-height: 22px !important;
}

.description-field p:last-child{
    margin-bottom: 0px;
}

.aboutme-row{
    margin-left: -8px;
    margin-right: -8px;
}

.aboutme-row .col-lg-4,
.aboutme-row .col-lg-6{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 8px;
}

.aboutme-row .col-lg-6 textarea{
    height: 120px;
}

.aboutme-row .col-lg-6.residence-form textarea{
    height: 168px;
}


.cvadd-button{
    width: 100%;
    display: inline-block;
    padding: 0px 5px;
    margin: 0px 0px 0px 0px;
    border: none;
    outline: none;
    line-height: 34px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    background: var(--RedColor);
    color: #fff;
}

.cvadd-button:hover{
    background: var(--DarkRedColor);
}

.cvadd-button i{
    margin-right: 4px;
}

.skills-lang-item{
    width: 100%;
    background: var(--WhiteColour);
    position: relative;
    color: var(--TextColor);
    border-radius: 3px;
    min-height: 45px;
    display: table;
    padding-left: 10px;
    padding-right: 15px;
}

.skills-lang-item h6{
    width: 100%;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.skills-lang-item h6 strong{
    background: #ff9a00;
    color: var(--WhiteColour);
    font-size: 12px;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 3px;
}


.skills-lang-item button{
    width: 24px;
    height: 24px;
    background: var(--CloseBtnColor);
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    font-size: 12px;
    color: var(--TextColor);
    position: absolute;
    top: -6px;
    right: -6px;
    border: none;
    outline: none;
    padding: 0px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.skills-lang-item button:hover{
    opacity: 1 !important;
    color: var(--RedColor);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
    box-shadow: 0px 0px 8px 0px rgba(227,0,8,1);
}

.leadership-row{
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 10px;
}

.leadership-row .col-xl-3{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px;
}

.cvplaceholder-wrapper h5{
    width: 100%;
    padding: 0;
    margin: 25px 0px 10px 0px;
    text-align: center;
    color: var(--TextColor);
    font-size: 18px;
}

.cvplaceholder-wrapper p{
    text-align: center;
    padding: 0;
    margin: 0px 0px 30px 0px;
    font-size: 14px;
    color: var(--LightTextColor);
    line-height: 22px;
}

.cvplaceholder-wrapper .placeholdericon{
    width: 100%;
    display: block;
    text-align: center;
}

.cvplaceholder-wrapper .placeholdericon img{
    height: 90px;
    display: inline-block;
}

.cvplaceholder-wrapper{
    width: 100%;
    height: calc(100vh - 230px);
    display: table;
}

.cvplaceholder-wrapper .cvplaceholder-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.education-item-con{
    width: 100%;
    background: var(--WhiteColour);
    border-radius: 3px;
    display: block;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.education-item-con h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 14px 0px;
    font-size: 18px;
    font-weight: 500;
    color: var(--TextColor);

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}

.education-item-con .row{
    margin-left: 0px;
    margin-right: 0px;
    
}

.education-item-con .row .col-6{
    padding-left: 0px;
    padding-right: 0px;
    border-right: 1px solid var(--InputwhitebgLineColor);
}

.education-item-con .row .col-6:last-child{
    border-right: none;
}

.education-item-con .row .col-6 button{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    color: var(--LightTextColor);
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    border-top: 1px solid var(--InputwhitebgLineColor);
}

.education-item-con .row .col-6 button i{
    margin-right: 4px;
}

.education-item-con .row .col-6 button:hover{
    background: var(--RedColor);
    color: var(--WhiteColour);
    border-color: var(--RedColor);
}

.education-item-con .education-contentarea{
    width: 100%;
    padding: 15px 15px 0px 15px;
    margin: 0;
    min-height: 215px;
}

.education-item-con .education-contentarea ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px;
}

.education-item-con .education-contentarea ul li{
    list-style: none;
    padding: 0px 0px 7px 22px;
    margin: 0px 0px 7px 0px;
    color: var(--LightTextColor);
    font-size: 14px;
    line-height: normal;
    position: relative;
    border-bottom: 1px solid var(--InputwhitebgLineColor);

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}

.education-item-con .education-contentarea ul li span{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}



.education-item-con .education-contentarea ul li:last-child{
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.education-item-con .education-contentarea ul li i{
    color: #ff9a00;
    position: absolute;
    left: 0px;
    top: 1px;
}

.education-row{
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 10px;
}

.education-row .col-lg-4{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 15px;
}

.accordion-style{
    border: none;
    outline: none;
    background: var(--WhiteColour);
    overflow: hidden;
    margin-top: 15px;
}

.accordion-style .cardheader{
    width: 100%;
    position: relative;
    background: none;
    border-bottom: 1px solid var(--DarkColourLine);
    padding-right: 90px;
}


.accordion-style .cardheader .edit-delete-button{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
}

.accordion-style .cardheader .edit-delete-button button{
    width: 40px;
    height: 40px;
    background: var(--AboutColor);
    border: none;
    outline: none;
    display: inline-block;
    background: none;
    color: var(--TextColor);
    font-size: 13px;
    padding: 0;
}

.accordion-style .cardheader .edit-delete-button button:hover{
    color: var(--RedColor);
}

.accordion-style .cardheader .heading-text{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    padding: 0px 0px 0px 15px;
    margin: 0;
    background: none;
    outline: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--TextColor);
    line-height: 40px;
}

.accordion-style .card-body{
    padding: 15px 15px;
}

.accordion-style .card-body .row{
    margin-left: -6px;
    margin-right: -6px;
}

.accordion-style .card-body .row .col-xl-4{
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 8px;
}

.accordion-style .card-body .col-xl-4 h6{
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    background: var(--DarkColourLine);
    color: var(--TextColor);
    font-size: 15px;
    border-radius: 3px;

}

.accordion-style .card-body p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: var(--LightTextColor);
    line-height: 22px;
}

.accordion-style .card-body h5{
    width: 100%;
    padding: 0;
    margin: 15px 0px 4px 0px;
    font-size: 15px;
    color: var(--TextColor);
}


.contact-formdiv .row{
    margin-left: -8px;
    margin-right: -8px;
}

.contact-formdiv .row .col-lg-3{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.contact-formdiv h5{
    width: 100%;
    font-size: 18px;
    padding: 0;
    margin: 15px 0px 0px 0px;
    font-size: 16px;
    text-align: left;
    color: var(--TextColor);
}

.dashboard-buttons h2{
    width: 100%;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: var(--BlueColor);
}


.starrating-icons{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
}

.starrating-icons li{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    color: #ff9a00;
}

.feedbackanswer-page{
    padding-top: 50px;
}

.feedbackanswer-page .test-header-wrapper{
    margin-top: 27px;
}

.dashboard-style .featured-courses-wrapper {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: block;
    margin-top: 30px;
    padding: 14px;
    background: var(--WhiteColour);
}

.dashboard-style .featured-courses-wrapper .heading-style {
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    color: var(--TextColor);
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.dashboard-style .featured-courses-wrapper .heading-style button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    background: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--TextColor);
    line-height: normal;
}

.dashboard-style .featured-courses-wrapper .heading-style button:hover {
    color: var(--RedColor);
}

.zybosys-logo img{
    height: 32px;
    margin-top: 10px;
    margin-left: 10px;
}

.become-partner-btn{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin-top: 15px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
}

.become-partner-btn h6{
    width: 100%;
    background: var(--BlueColor);
    color: #fff;
    padding: 0px 0px;
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
}

.become-partner-btn div{
    margin: 30px 0px;
}


.become-partner-btn h3{
    text-align: left;
    padding: 0px 0px 0px 70px;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: var(--TextColor);
    position: relative;
    display: inline-block;
    width: auto;
    position: relative;
}

.become-partner-btn h3 img{
    width: 54px;
    height: 57px;
    position: absolute;
    left: 0px;
    top: -5px;
}

.dashboard-style .partners-logo-wrapper {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: block;
    margin-top: 30px;
    padding: 14px;
    background: var(--WhiteColour);
}

.dashboard-style .partners-logo-wrapper h5{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    color: var(--TextColor);
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.dashboard-style .partners-logo-wrapper .partners-logo-item{
    width: 100%;
    height: 140px;
    border: 1px solid #e4e7ee;
    border-radius: 4px;
    display: table;
}

.dashboard-style .partners-logo-wrapper .partners-logo-item span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.dashboard-style .partners-logo-wrapper .partners-logo-item img{
    max-width: 90%;
    max-height: 120px;
    object-fit: contain;
}

.dashboard-style .partners-logo-wrapper .row{
    margin-left: -6px;
    margin-right: -6px;
}

.dashboard-style .partners-logo-wrapper .row .col-lg-3{
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 12px;
}

.dashboard-buttons .col-xl-4:nth-child(3) button div{
    padding-left: 60px;
}

.dashboard-buttons .col-xl-4:nth-child(2) button div{
    padding-left: 60px;
}


::selection {
    background: var(--BlueColor);
    color: #fff
}

::-moz-selection {
    background: var(--BlueColor);
    color: #fff
}

::-webkit-scrollbar {
    width: 8px;
    height: 2px;
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(23, 99, 219, .8);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(23, 99, 219, 1);
}

.announcements-scroll{
    width: 100%;
    border: 1px solid var(--DarkColourLine);
    border-radius: 4px;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    padding-right: 5px;
}

.announcements-scroll i{
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 15px;
    color: var(--BlueColor);
}


.scrolling_textgreen {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
	padding: 0px 0px 0px 0px;
}

.scrolling_textgreen .text {
    font-size: 14px;
	text-transform: inherit;
    font-weight: 300;
    color: #181818;
	animation: animate_textgreen 30s linear infinite;
}

.scrolling_textgreen .text span{
    width: auto;
    height: auto;
    line-height: 40px;
    display: inline-block;
    padding: 0px 0px;
    margin: 0px 20px;
    color: var(--LightTextColor);
    font-size: 15px;
    font-weight: 400;

}

.scrolling_textgreen .text span a{
    color: var(--BlueColor);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-left: 4px;
}

.scrolling_textgreen .text span a:hover{
    text-decoration: underline;
}


@keyframes animate_textgreen {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}

.page-heading-con .col-xl-6 .create-orderbtn{
    padding: 8px 5px !important;
    width: 100% !important;
}

.page-heading-con .col-xl-6:last-child .row{
    margin-left: -6px;
    margin-right: -6px;
}

.page-heading-con .col-xl-6:last-child .row .col-xl-4{
    padding-left: 6px;
    padding-right: 6px;
}

.page-heading-con .page-titles{
    width: 100%;
    padding: 0;
    margin: 10px 0px 0px 0px;
    color: var(--TextColor);
    font-size: 22px;
}

.dashboard-style .faq-wrapperdiv {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: block;
    margin-top: 30px;
    padding: 14px;
    background: var(--WhiteColour);
}

.dashboard-style .faq-wrapperdiv h5{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    color: var(--TextColor);
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.dashboard-style .faq-wrapperdiv .accordion-button{
    box-shadow: none;
    padding: 12px 10px;
    color: var(--TextColor);
    font-size: 15px;
    font-weight: 400;
}

.dashboard-style .faq-wrapperdiv .accordion{
    margin-top: 15px;
}

.dashboard-style .faq-wrapperdiv .accordion-body{
    padding: 12px 10px;
    font-size: 15px;
    color: var(--LightTextColor);
}

.dashboard-style .faq-wrapperdiv .accordion-body p{
    font-size: 15px;
    color: var(--LightTextColor);
}

.dashboard-style .faq-wrapperdiv .accordion-body p:last-child{
    margin-bottom: 0px;
}
.accordion-button:not(.collapsed){
    background: #e8f0fb;
}



.formitem-div{
    width: 100%;
    position: relative;
}

.formitem-div label{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: var(--LightTextColor);
    font-weight: 500;
}

.formitem-div label b{
    color: var(--RedColor);
    margin-left: 3px;
}

.formitem-div textarea{
    width: 100%;
    height: 140px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    padding: 6px 10px 0px 10px;
    border: 1px solid var(--InputwhitebgLineColor);
    transition-duration: 0.3s;
    color: var(--LightTextColor);
    display: block;
    background: none;
}

.formitem-div input[type=text],
.formitem-div input[type=email],
.formitem-div input[type=date],
.formitem-div input[type=time],
.formitem-div input[type=url],
.formitem-div input[type=number],
.formitem-div input[type=password],
.formitem-div select{
    width: 100%;
    height: 38px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid var(--InputwhitebgLineColor);
    background: none;
    transition-duration: 0.3s;
    color: var(--LightTextColor);
}

.formitem-div textarea:focus,
.formitem-div input:focus,
.formitem-div select:focus{
    border-color: var(--BlueColor);
}

.formitem-div .checkbox{
    position: relative;
    padding-left: 20px;
}

.formitem-div .checkbox input{
    position: absolute;
    left: 0px;
    top: 3px;
    background: #000 !important;
}

.modalpopup-style{
    max-width: 650px;
}

.modalpopup-style .modal-content{
    position: relative;
}

.modalpopup-style .modal-content .btn-close{
    border: none;
    width: 25px;
    height: 25px;
    padding: 1px 0px 0px 0px;
    margin: 0;
    background: #fff;
    background-size: 10px 10px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    opacity: 1;
    font-size: 12px;
    color: var(--TextColor);
}

.modalpopup-style .modal-content .btn-close:hover{
    color: var(--BlueColor);
}

.modalpopup-style .modal-button{
    background: var(--BlueColor);
    padding: 8px 10px;
    margin: 0px 0px 0px 0px;
    border: none;
    outline: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
}

.modalpopup-style .modal-button:hover{
    background: var(--BlueColorDark);
}

.modalpopup-style .modal-footer,
.modalpopup-style .modal-body{
    padding: 0px 0px;
}

.modalpopup-style .modal-header{
    position: relative;
    padding: 0px 0px;
    min-height: 55px;
    border: none;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,240,251,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(232,240,251,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,240,251,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,240,251,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,240,251,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(232,240,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f0fb', GradientType=0 );
}

.modalpopup-style .modal-header span{
    width: 44px;
    height: 44px;
    background: #dde6f3;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 5px;
}

.modalpopup-style .modal-header span img{
    width: 44px;
    height: 44px;
    object-fit: cover;
}

.modalpopup-style .modal-header .modal-title{
    padding: 0px 0px 0px 70px;
    margin: 0;
    color: var(--TextColor);
    font-size: 18px;
}

.modalpopup-style .modal-header .modal-title i{
    color: var(--BlueColor);
    margin-right: 5px;
}

.modalpopup-style .modal-body .row{
    margin-left: -10px;
    margin-right: -10px;
}

.modalpopup-style .modal-body .row .col-lg-6,
.modalpopup-style .modal-body .row .col-lg-4{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.modalpopup-style .modal-body .formitem-div i{
    position: absolute;
    left: 10px;
    bottom: 12px;
    z-index: 100;
    color: var(--BlueColor);
    font-size: 14px;
}

.renewals-table-style p{
    color: var(--LightTextColor);
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: normal;
}

.renewals-table-style p.years{
    font-size: 13px;
    opacity: 0.8;
    margin: 3px 0px 0px 0px;
}

.renewals-table-style .domainname{
    position: relative;
    padding-left: 42px;
}

.renewals-table-style .domainname span{
    position: absolute;
    left: 0px;
    width: 32px;
    height: 32px;
    top: 11px;
    background: #ff9a00;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;

}

.renewals-table-style .domainname h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 500;
    color: var(--TextColor);
}

.renewals-table-style .domainname h6{
    width: 100%;
    padding: 0;
    margin: 3px 0px 0px 0px;
    font-size: 13px;
    font-weight: 400;
    color: var(--LightTextColor);
    text-transform: uppercase;
}

.renewals-table-style .button-style{
    text-align: right;
}

.renewals-table-style .manage-btn,
.product-list-wrapper .productlist-item .col-xl-3.action .manage-btn{
    display: inline-block;
    width: 84px;
    border: none;
    outline: none;
    border-radius: 3px;
    border: 1px solid var(--BlueColor);
    display: inline-block;
    padding: 4px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--BlueColor);
    background: none;
    margin-top: 3px;
}

.renewals-table-style .manage-btn:hover,
.product-list-wrapper .productlist-item .col-xl-3.action .manage-btn:hover{
    border-color: var(--BlueColorDark);
    color: var(--BlueColorDark);
}

.renewals-table-style .renew-btn,
.product-list-wrapper .productlist-item .col-xl-3.action .renew-btn{
    display: inline-block;
    width: 84px;
    border: none;
    outline: none;
    border-radius: 3px;
    background: var(--BlueColor);
    border: 1px solid var(--BlueColor);
    display: inline-block;
    padding: 4px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-right: 0px;
    margin-top: 3px;
}

.renewals-table-style .renew-btn:hover,
.product-list-wrapper .productlist-item .col-xl-3.action .renew-btn:hover{
    background: var(--BlueColorDark);
}

.renewals-header .search-form{
    position: relative;
    width: 100%;
}

.renewals-header .search-form button{
    width: 38px;
    height: 38px;
    border: none;
    outline: none;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: var(--BlueColor);
    background: none;
}

.renewals-header .search-form button:hover{
    color: var(--BlueColorDark);
}

.renewals-header .search-form input{
    width: 100%;
    height: 38px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid var(--InputwhitebgLineColor);
    background: none;
    transition-duration: 0.3s;
    color: var(--LightTextColor);
    padding-right: 40px;
}

.renewals-header .search-form input:focus{
    border-color: var(--BlueColor);
}

.renewals-table-style{
    margin-top: 8px;
}

.dashboard-style .partners-logo-wrapper.renewals- .col-lg-8 h5{
    margin-top: 9px;
}

.renewals-table-style{
    max-height: 265px;
    overflow: scroll;
}

.renewals-table-style::-webkit-scrollbar{
    width: 3px;
}

.renewals-table-style .table{
    margin-bottom: 0px;
}


.login-page-container .col-lg-5 img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.login-page-container .col-lg-5{
    padding-right: 0px;
}


.login-wrapper{
    width: 100%;
    height: 100vh;
    display: table;
}

.login-wrapper .login-wrapper-middlealign{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.login-wrapper .login-wrapper-middlealign .orbetter{
    width: 100%;
    text-align: center;
    color: #a6a3a3;
    padding: 0;
    margin: 25px 0px;
    font-size: 13px;
    position: relative;
}   

.login-wrapper .login-wrapper-middlealign .orbetter::before{
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 7px;
    content: '';
    background: var(--LightTextColor);
    opacity: 0.25;
}

.login-wrapper .login-wrapper-middlealign .orbetter span{
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 200;
    padding: 0px 20px;
}


.login-wrapper .login-form-item{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.login-wrapper .login-form-item input,
.login-wrapper .login-form-item select{
    border-radius: 25px;
    border: 1px solid var(--Gray-300, #cdd5df);
    box-shadow: 0 1px 2px 0 rgba(18, 25, 38, .05);
    width: 100% ;
    color: #697586;
    height: 45px;
    transition-duration: 0.3s;
    padding: 0px 8px 0px 40px;
    font-size: 15px;
}

.login-wrapper .login-form-item input:focus,
.login-wrapper .login-form-item select:focus{
    border-color: var(--BlueColor);
    outline: none;
}

.login-wrapper .login-form-item .fa-user,
.login-wrapper .login-form-item .fa-lock,
.login-wrapper .login-form-item .fa-envelope{
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 10;
    color: var(--LightTextColor);
    font-size: 14px;
}






.login-wrapper .login-form-item label{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    color: var(--LightTextColor);
}

.login-wrapper .login-form-item .viewpassword{
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0px;
    border: none;
    bottom: 0px;
    font-size: 14px;
    background: none;
    color: var(--LightTextColor);
}

.login-wrapper .login-form-item .viewpassword:hover{
    color: var(--BlueColor);
}

.login-wrapper .login-btn{
    width: 100%;
    background: var(--BlueColor);
    height: 45px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}

.login-wrapper .login-btn:hover{
    background: var(--BlueColorDark);
}

.login-wrapper h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--LightTextColor);
    font-weight: normal;
}

.login-wrapper h6 a{
    font-weight: 500;
    text-decoration: none;
}

.login-wrapper h6 a:hover{
    color: var(--BlueColorDark);
}

.login-wrapper h5{
    width: 100%;
    padding: 0;
    margin:20px 0px 10px 0px;
    font-size: 14px;
    color: var(--LightTextColor);
    font-weight: normal;
    text-decoration: none;
}

.login-wrapper h5 a{
    color: var(--LightTextColor);
    text-decoration: none;
}

.login-wrapper h5 a:hover{
    color: var(--BlueColor);
}

.login-wrapper .login-logo{
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    display: none;
    visibility: hidden;
}

.login-wrapper .login-logo img{
    width: auto;
    height: 32px;
}

.login-wrapper p{
    text-align: center;
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: var(--LightTextColor);
    font-size: 15px;
    line-height: 20px;
}

.login-wrapper h4{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 12px 0px;
    font-size: 24px;
    color: var(--TextColor);
    font-weight: 500;
}

.login-page-container .login-banner{
    background: #0857d3;
}

.login-page-container .login-banner .login-banner-image{
    width: 100%;
    text-align: center;
    height: 100vh;
    display: table;
}

.login-page-container .login-banner .login-banner-image .login-banner-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.login-page-container .login-banner .login-banner-image .login-banner-middlealign h2{
    color: #fff;
    font-size: 28px;
    padding: 0;
    margin: 25px 0px 45px 0px;
    font-weight: 300;
}

.login-page-container .login-banner .bannerimage{
    width: 100%;
    text-align: center;
}

.login-page-container .login-banner .bannerimage img{
    display: inline-block;
    max-width: 70%;
    max-height: 40vh;
    object-fit: contain;
}

.loginbanner-logo{
    width: 100%;
    text-align: center;
}

.loginbanner-logo img{
    display: inline-block;
    height: 32px;
}


.accept-terms{
    text-align: left;
    padding: 0px 0px 0px 24px;
    margin: 0px 0px 10px 0px;
    color: var(--LightTextColor);
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.accept-terms input{
    position: absolute;
    left: 0px;
    top: 4px;
    outline: none;
}

.accept-terms a{
    color: var(--TextColor);
    font-weight: 500;
    text-decoration: none;
}

.accept-terms a:hover{
    color: var(--BlueColor);
}

.phoneno-div .col-lg-3{
    padding-right: 0px;
}

.phoneno-div .col-lg-3 select{
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.phoneno-div .col-lg-9{
    padding-left: 0px;
}

.phoneno-div .col-lg-9 input{
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.signup-header{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 25px;
    z-index: 999;
    padding: 0px 25px;
}

.signup-header .signup-logo{
    width: auto;
    display: block;
}

.signup-header .signup-logo img{
    width: auto;
    height: 32px;
}

.signup-header .col-lg-6:last-child{
    text-align: right;
}

.signup-header .signup-login-btn{
    width: auto;
    height: 32px;
    padding: 0px 35px;
    border-radius: 30px;
    margin: 0;
    border: none;
    outline: none;
    font-size: 15px;
    color: var(--BlueColor);
    font-weight: 500;
    background: #fff;
}

.signup-header .signup-login-btn:hover{
    color: var(--BlueColorDark);
}

.signup-scroller{
    width: 100%;
    height: calc(100vh - 85px);
    overflow-y: scroll;
    width: 100%;
    margin-top: 85px;
}

.signup-scroller::-webkit-scrollbar{
    height: 0px;
    width: 4px;
}


.signup-scroller .login-wrapper{
    height: calc(100vh - 85px);
    padding-bottom: 30px;
}

.signup-scroller .login-wrapper h4{
    margin-top: 0px;
}


.search-order{
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: block;
    margin-top: 25px;
    padding: 0px;
    position: relative;
    background: var(--WhiteColour);
}

.search-order .dropdown{
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
}

.search-order .dropdown::before{
    width: 1px;
    position: absolute;
    left: 0px;
    top: 8px;
    background: var(--LightTextColor);
    content: '';
    height: 30px;
    opacity: 0.2;
}

.search-order .dropdown .profile-btn{
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 900;
    border: none;
    outline: none;
    width: 46px;
    height: 46px;
    background: none;
    color: var(--BlueColor);
    font-size: 15px;
    transition-duration: 0.3s;
    background: none;
}

.search-order .dropdown .dropdown-menu a{
    font-size: 13px;
    padding: 0px 10px 0px 10px;
    margin: 0;
    color: var(--LightTextColor);
    position: relative;
    line-height: 30px;
}

.search-order .dropdown .dropdown-menu a:hover{
    background: var(--BlueColor);
    color: #fff;
}


.search-order input[type=text]{
    width: 100%;
    height: 46px;
    border: none;
    outline: none;
    font-size: 15px;
    color: var(--LightTextColor);
    padding: 0px 100px 0px 15px;
   border-radius: 5px;
}

.search-order button.searchicon{
    position: absolute;
    top: 0px;
    right: 46px;
    z-index: 900;
    border: none;
    outline: none;
    width: 46px;
    height: 46px;
    background: none;
    color: var(--BlueColor);
    font-size: 15px;
    transition-duration: 0.3s;
}

.search-order button:hover{
    color: var(--BlueColorDark);
}

.product-list-wrapper .productlist-item{
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: block;
    margin-top: 15px;
    padding: 20px 15px;
    border-left: 2px solid var(--BlueColor);
    background: var(--WhiteColour);
}

.product-list-wrapper .productlist-item .action{
    text-align: right;
}


.product-list-wrapper .productlist-item .product-name h3{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--TextColor);
    font-size: 18px;
}

.product-list-wrapper .productlist-item .product-name p{
    padding: 0;
    margin: 5px 0px 0px 0px;
    font-size: 12px;
    line-height: normal;
    color: var(--LightTextColor);
}

.product-list-wrapper .productlist-item .datefield h6{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--LightTextColor);
    font-size: 14px;
    font-weight: normal;
}

.product-list-wrapper .productlist-item .active h6{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--LightTextColor);
    font-size: 14px;
    font-weight: normal;
}

.product-list-wrapper .productlist-item .active h6 span{
    position: relative;
    padding-left: 18px;
}

.product-list-wrapper .productlist-item .active h6 span::before{
    width: 10px;
    height: 10px;
    background: var(--LightTextColor);
    position: absolute;
    left: 0px;
    top: 3px;
    border-radius: 50%;
    content: '';
}

.product-list-wrapper .productlist-item .datefield,
.product-list-wrapper .productlist-item .active{
    padding-top: 12px;
}

.product-list-wrapper .productlist-item .active .green{
    color: #04af51;
}

.product-list-wrapper .productlist-item .active .green span::before{
    background: #04af51;
}


.product-list-wrapper .productlist-item .active .yellow{
    color: #fba31d;
}

.product-list-wrapper .productlist-item .active .yellow span::before{
    background: #fba31d;
}

.product-list-wrapper .productlist-item .active .red{
    color: #e41d22;
}

.product-list-wrapper .productlist-item .active .red span::before{
    background: #e41d22;
}

.product-list-header{
    width: 100%;
    background: rgb(0, 0, 0, 0.08);
    margin-top: 20px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 5px;
}

.product-list-header h6{
    width: 100%;
    padding: 12px 0px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: var(--TextColor);
}

.product-list-header .productname h6{
    text-align: left;
}

.product-list-wrapper .productlist-item .action .threedots-btn{
    padding: 4px 10px;
    display: none;
    visibility: hidden;
}

.continue-with-google{
    border-radius: 25px;
    border: 1px solid var(--Gray-300, #cdd5df);
    box-shadow: 0 1px 2px 0 rgba(18, 25, 38, .05);
    width: 100%;
    color: #697586;
    height: 45px;
    transition-duration: 0.3s;
    padding: 0px 8px;
    font-size: 15px;
    background: none;
    font-weight: 400;
}

.continue-with-google img{
    width: 38px;
    margin-right: 5px;
    height: 38px;
}

.continue-with-google:hover{
    border-color: #ea4235;
    color: #ea4235;
}

.enter-otp-style{
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
}

.enter-otp-style .col-2{
    padding-left: 5px;
    padding-right: 5px;
}

.enter-otp-style input{
    border-radius: 5px;
    border: 1px solid var(--Gray-300, #cdd5df);
    box-shadow: 0 1px 2px 0 rgba(18, 25, 38, .05);
    width: 100%;
    color: #697586;
    height: 45px;
    transition-duration: 0.3s;
    padding: 0px 5px 0px 5px;
    font-size: 15px;
    text-align: center;
}

.enter-otp-style input:focus{
    border-color: var(--BlueColor);
    outline: none;
}


.profile-drop-style{
    min-width: 18rem;
    border-radius: 3px;
    border: none;
    margin-top: 10px !important;
    padding: 14px 14px 14px 14px !important;
}

.profile-drop-style .dropdown-item{
    padding: 4px 10px 4px 14px !important;
    font-size: 14px !important;
    line-height: normal;
    border-radius: 3px;
    margin: 1px 0px !important;
}

.profile-drop-style .dropdown-item i{
    margin-right: 5px;
}

.profile-drop-style .dropdown-item:hover{
    background: var(--BlueColor);
    color: #fff !important;
}

.profile-drop-style h4{
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: var(--TextColor);
}

.profile-drop-style h5{
    font-size: 14px;
    padding: 0;
    margin: 6px 0px 4px 0px;
    color: var(--LightTextColor);
    font-weight: normal;
    width: 100%;
    display: inline-block;
}

.profile-drop-style h6{
    font-size: 14px;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: var(--LightTextColor);
    font-weight: normal;
    width: 100%;
    display: block;
}

.profile-drop-style h6 a{
    color: var(--BlueColor);
    font-weight: 500;
}

.profile-drop-style h6 a:hover{
    color: var(--BlueColorDark);
}

.profile-drop-style hr{
    opacity: 0.2;
    margin: 14px 0px;
}

.mobile-status-icon {
    display: none;
    visibility: hidden;
    padding: 9px 0px !important;
    margin: 0px 0px;
    line-height: normal;
    text-align: center;
}



.createaccount-wrapper{
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: block;
    margin-top: 20px;
    padding: 0px;
    position: relative;
    background: var(--WhiteColour);
}

.googleworkspace-heading h3{
    width: auto !important; 
    display: inline-block;
    border-right: 1px solid var(--InputwhitebgLineColor);
    padding-right: 20px !important;
    margin-right: 18px !important;
    color: var(--TextColor);
    font-size: 22px;
}

.googleworkspace-heading h6{
    width: auto ;
    font-size: 14px;
    display: inline-block;
    color: var(--BlueColor);
}

.googleworkspace-heading h6 a{
    text-decoration: none;
    color: var(--BlueColor);
}

.googleworkspace-heading h6 a:hover{
    color: var(--BlueColorDark);
    text-decoration: underline;
}

.createaccount-wrapper .createaccount-header{
    width: 100%;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,240,251,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(232,240,251,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,240,251,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,240,251,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,240,251,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(232,240,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f0fb', GradientType=0 );
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 12px 14px;
}

.createaccount-wrapper .createaccount-header i{
    font-size: 14px;
    margin: 0px 15px;
}

.createaccount-wrapper .createaccount-header h5{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: var(--TextColor);
    font-size: 15px;
}

.createaccount-wrapper .createaccount-header h5 a{
    color: var(--TextColor);
    text-decoration: none;
}

.createaccount-wrapper .createaccount-header h5 a:hover{
    color: var(--BlueColor);
}

.createaccount-wrapper .createaccount-header h6{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: var(--LightTextColor);
    font-size: 14px;
}

.createform-div{
    margin-top: 35px;
    margin-bottom: 35px;
}

.createform-div .row{
    margin-left: -5px;
    margin-right: -5px;
}

.createform-div .row .col-lg-6,
.createform-div .row .col-md-6,
.createform-div .row .col-lg-12,
.createform-div .row .col-lg-4{
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.createform-div .row .col-lg-12 h4{
    width: 100%;
    padding: 0;
    margin: 20px 0px 5px 0px;
    color: var(--TextColor);
    font-size: 18px;
}

.createform-div .row .col-lg-12 p{
    padding: 0;
    margin: 0px 0px 12px 0px;
    color: var(--LightTextColor);
    font-size: 15px;
    line-height: 22px;
}

.create-btn{
    display: inline-block;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 3px;
    background: var(--BlueColor);
    border: 1px solid var(--BlueColor);
    display: inline-block;
    padding: 8px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.create-btn:hover{
    background: var(--BlueColorDark);
}

.createform-div .workspace-second-heading h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    color: var(--TextColor);
    font-size: 18px;
}

.createform-div .workspace-second-heading{
    width: 100%;
    position: relative;
    padding-left: 90px;
}

.createform-div .workspace-second-heading img{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 65px;
}

.updateprofile{
    width: 100%;
    background: #ff9a00;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 46px;
    padding-right: 95px;
    padding-left: 15px;
    display: table;
}

.updateprofile h6{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0px 0px 25px;
    margin: 0;
    color: var(--TextColor);
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.updateprofile h6 i{
    margin-right: 0px;
    position: absolute;
    left: 0px;
    top: 16px;
}

.updateprofile button{
    position: absolute;
    top: 8px;
    right: 8px;
    background: #fff;
    line-height: 30px;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 0px;
    width: 80px;
    color: var(--TextColor);
    border-radius: 4px;
}

.updateprofile button:hover{
    color: #ff9a00;
}

.viewproducts-buton{
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin: 20px 0px 0px 0px;
}

.viewproducts-buton a{
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: var(--BlueColor);
    text-decoration: none;
}

.viewproducts-buton a:hover{
    color: var(--BlueColorDark);
}

.viewproducts-buton a i{
    margin-right: 2px;
}

.select-product-div{
    width: 100%;
    border: 1px solid var(--DarkColourLine);
    border-radius: 5px;
    position: relative;
    padding: 15px 125px 15px 20px;
    margin: 20px 0px;
}

.select-product-div .select-btn{
    display: inline-block;
    width: 90px;
    border: none;
    outline: none;
    border-radius: 3px;
    background: var(--BlueColor);
    display: inline-block;
    padding: 5px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-right: 0px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
}

.select-product-div .select-btn:hover{
    background: var(--BlueColorDark);
}

.select-product-div p{
    font-size: 15px;
    padding: 0;
    margin: 0;
    color: var(--LightTextColor);
    line-height: 22px;
}

.select-product-div p a{
    color: var(--BlueColor);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.select-product-div h4{
    width: 100%;
    padding: 0px 0px 0px 45px;
    margin: 5px 0px 16px 0px;
    font-size: 16px;
    position: relative;
}
.select-product-div h4 img{
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-bottom: -5px;
    width: auto;
    height: 30px;
}

.customerid-pin{
    width: 100%;
    display: block;
    padding-left: 12px;
}

.search-order .dropdown-menu-left label{
    width: 100%;
    padding: 5px 0px 5px 35px;
    margin: 0;
    position: relative;
    color: var(--LightTextColor);
    font-size: 15px;
    display: inline-block;
}

.search-order .dropdown-menu-left label input{
    position: absolute;
    left: 14px;
    top: 9px;
}

.related-articles{
    width: 100%;
    margin-top: 20px;
}

.related-articles h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 14px 0px;
    font-size: 16px;
}

.related-articles button{
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    float: right;
    transition-duration: 0.3s;
}

.related-articles button:hover{
    color: var(--BlueColor);
}

.related-articles ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.related-articles ul li{
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.related-articles ul li:last-child{
    margin-bottom: 0px;
}

.related-articles ul li a{
    color: var(--LightTextColor);
    text-decoration: none;
}

.related-articles ul li p{
    font-size: 15px;
    line-height: 22px;
    padding: 0;
    margin: 0;
}

.related-articles ul li h6{
    color: var(--TextColor);
    font-size: 15px;
    padding: 0;
    margin: 0px 0px 8px 0px;
}

.editprofile-form .formitem-div{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.editprofile-form .create-btn{
    margin-top: 10px;
}

.authenticator-warpper{
    width: 100%;
    background: #e8eaf0;
    display: inline-block;
    margin-top: 10px;
    border-radius: 3px;
    padding: 15px 20px;
}

.editprofile-bg{
    padding-top: 45px;
    padding-bottom: 45px;
}

.profile-heading h3 {
    display: inline-block;
    color: var(--TextColor);
    font-size: 22px;
    width: auto !important;
    padding: 0;
    margin: 0;
}

.editprofile-form .phoneno .col-lg-4{
    padding-right: 0px;
}

.editprofile-form .phoneno .col-lg-4 select{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    padding: 0px 0px;
    text-align: center;
}

.editprofile-form .phoneno .col-lg-8{
    padding-left: 0px;
}

.editprofile-form .phoneno .col-lg-8 input{
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.modal-style-popup{
    max-width: 600px;
}

.modal-style-popup .modal-content{
    border-radius: 15px;
    border: 6px solid rgba(0, 0, 0, 0.2);
    padding: 0px 0px;
    position: relative;
    overflow: hidden;
}

.modal-style-popup .modal-content .modal-body{
    padding: 0px 0px;

}

.modal-style-popup .modal-content .modal-body .transfer-heading{
    width: 100%;
    position: relative;
    padding-left: 85px;
}

.modal-style-popup .modal-content .modal-body .transfer-heading img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 5px;
}

.modal-style-popup .modal-content .modal-body .transfer-heading h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 28px;
    font-weight: 300;
}

.modal-style-popup .modal-content .modal-body .transfer-heading p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    color: var(--LightTextColor);
}

.googletransfer-topsection{
    width: 100%;
    padding: 40px 40px 30px 40px;
}

.googletransfer-topsection .row{
    margin-top: 30px;
}

.googletransfer-topsection .col-lg-8{
    padding-right: 0px;
}

.googletransfer-topsection .col-lg-8 input{
    width: 100%;
    padding: 0px 10px;
    height: 44px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}

.googletransfer-topsection .col-lg-4{
    padding-left: 0px;
}

.googletransfer-topsection .col-lg-4 .modal-button{
    border: none;
    outline: none;
    height: 44px;
    background: var(--BlueColor);
    color: #fff;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.googletransfer-topsection .col-lg-4 .modal-button:hover{
    background: var(--BlueColorDark);
}

.howtogenerate-token{
    width: 100%;
    padding: 30px 40px 40px 40px;
    background: #f1f7ed;
}

.howtogenerate-token h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    font-size: 22px;
    font-weight: 300;
}

.howtogenerate-token ol{
    width: 100%;
    padding: 0px 0px 0px 18px;
    margin: 0;
}

.howtogenerate-token ol li{
    width: 100%;
    font-size: 15px;
    color: var(--LightTextColor);
    padding: 0;
    margin: 0px 0px 6px 0px;
}

.howtogenerate-token ol li:last-child{
    margin-bottom: 0px;
}

.howtogenerate-token ol li a{
    color: var(--BlueColor);
    text-decoration: none;
    font-weight: 500;
}

.howtogenerate-token ol li a:hover{
    color: var(--BlueColorDark);
}

.modal-style-popup .modal-content .modal-body .btn-close{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 14px;
    background: #e5e7ee;
    right: 14px;
    border-radius: 50%;
    opacity: 1;
    font-size: 16px;
    color: var(--TextColor);
    cursor: pointer;
    z-index: 1050;
}

.modal-style-popup .modal-content .modal-body .btn-close:hover{
    background: var(--BlueColor);
    color: #fff;
}

.complete-profile-modal{
    max-width: 750px;
}

.complete-profile-modal .modal-body{
    padding: 45px 45px 45px 45px !important;
}

.complete-profile-modal .modal-body h5{
    width: 100%;
    padding: 0;
    margin: 25px 0px 0px 0px;
    font-size: 16px;
    font-weight: 500;
}

.complete-profile-modal .modal-body .col-md-6{
    padding-top: 10px;
    padding-bottom: 10px;
}

.complete-profile-modal .modal-body h2{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 3px 0px;
    font-size: 28px;
    font-weight: 300;
}

.complete-profile-modal .modal-body p{
    color: var(--LightTextColor);
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.complete-profile-modal .modal-body .update-profile{
    display: inline-block;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 3px;
    background: var(--BlueColor);
    border: 1px solid var(--BlueColor);
    display: inline-block;
    padding: 8px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-right: 0px;
    margin-top: 10px;
    text-transform: uppercase;
}

.complete-profile-modal .modal-body .update-profile:hover{
    background: var(--BlueColorDark);
}

.cart-sidebar{
    width: 480px;
    position: fixed;
    top: 0px;
    right: -500px;
    background: #fff;
    height: 100vh;
    z-index: 1000;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    transition-duration: 0.3s;
    padding-top: 70px;
    transition-duration: 0.3s;
}

.showcart .cart-sidebar{
    right: 0px;
}

.cart-sidebar h2{
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 20px ;
    margin: 0px 0px 10px 0px;
}

.cart-sidebar h2 button{
    width: 28px;
    height: 28px;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 13px;
    float: right;
    color: var(--TextColor);
    margin-top: -4px;
}

.cart-sidebar h2 button:hover{
    background: var(--BlueColor);
    color: #fff;
}

.cart-scroll-div{
    width: 100%;
    height: calc(100vh - 215px);
    overflow: scroll;
    padding: 15px 20px 0px 20px;
}

.checkout-button-con{
    width: 100%;
    position: relative;
    padding: 0px 20px;
    margin-top: 0px;
}

.checkout-button-con button{
    display: inline-block;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 3px;
    background: var(--BlueColor);
    display: inline-block;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-right: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

.checkout-button-con button:hover{
    background: var(--BlueColorDark);
}

.subtotal-div{
    width: 100%;
    padding: 0px 20px;
}

.subtotal-div h4{
    width: 100%;
    border-top: 1px solid var(--DarkColourLine);
    padding: 0;
    margin: 0;
    height: 55px;
    line-height: 55px;
    font-weight: normal;
    font-size: 15px;
    text-align: right;
    color: var(--LightTextColor);
}

.subtotal-div h4 b{
    color: var(--TextColor);
    font-size: 18px;
}

.checkout-item-div{
    width: 100%;
    position: relative;
    padding-top: 5px;
    margin-bottom: 40px;
}

.checkout-item-div ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.checkout-item-div ul li{
    list-style: none;
    padding: 0px 0px 18px 0px;
    margin: 0px 0px 18px 0px;
    font-size: 14px;
    color: var(--LightTextColor);
    position: relative;
    line-height: normal;
    width: 100%;
    border-bottom: 1px dashed var(--DarkColourLine);
}

.checkout-item-div ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.checkout-item-div ul li label{
    width: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
}

.checkout-item-div ul li label span{
    float: right;
    color: var(--TextColor);
    font-weight: 500;
    font-size: 15px;
}

.checkout-item-div ul li label span font{
    color: var(--LightTextColor);
    font-size: 13px;
    font-weight: normal;
}

.checkout-item-div ul li input{
    position: absolute;
    left: 0px;
    top: 2px;
}

.checkout-item-div .checkout-header{
    width: 100%;
    position: relative;
    padding-left: 45px;
    margin-bottom: 25px;
}

.checkout-item-div .checkout-header p{
    padding: 0;
    margin: 0;
    color: var(--LightTextColor);
    font-size: 14px;
}

.checkout-item-div .checkout-header h5{
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: var(--TextColor);
    font-size: 15px;
}

.checkout-item-div .checkout-header img{
    position: absolute;
    left: 0px;
    top: 2px;
    width: 34px;
    height: 34px;
}

.checkout-item-div .checkout-header span{
    width: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.checkout-item-div .checkout-header span font{
    position: absolute;
    left: 5px;
    top: -8px;
    font-size: 11px;
    color: var(--LightTextColor);
    background: #fff;
    padding: 0px 5px;
}

.checkout-item-div .checkout-header span input{
    width: 100%;
    text-align: center;
    border: 1px solid var(--DarkColourLine);
    border-radius: 4px;
    height: 38px;
    font-size: 13px;
    font-weight: 500;
    color: var(--TextColor);
}

.checkout-item-div .checkout-header span input:focus{
    outline: none;
    border-color: var(--BlueColor);
}

.cart-scroll-div .assign-domain{
    width: 100%;
    background: var(--DashboardBG);
    border-radius: 3px;
    position: relative;
    padding: 20px 20px;
}

.cart-scroll-div .assign-domain span{
    width: 100%;
    position: relative;
    display: block;
}

.cart-scroll-div .assign-domain span::before{
    content: 'www.';
    position: absolute;
    left: 12px;
    top: 10px;
    z-index: 200;
    color: var(--LightTextColor);
    font-size: 14px;
}

.cart-scroll-div .assign-domain span button{
    background: var(--BlueColor);
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50px;
    border: none;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 13px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: 500;
}

.cart-scroll-div .assign-domain span button:hover{
    background: var(--BlueColorDark);
}

.cart-scroll-div .assign-domain span input{
    width: 100%;
    height: 40px;
    background: none;
    border: 1px solid var(--DarkColourLine);
    border-radius: 3px;
    transition-duration: 0.3s;
    padding-right: 50px;
    padding-left: 52px;
    font-size: 15px;
    color: var(--LightTextColor);
}

.cart-scroll-div .assign-domain span input:focus{
    border-color: var(--BlueColor);
    outline: none;
}

.cart-scroll-div .assign-domain label{
    color: var(--TextColor);
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    margin: 0px 0px 4px 0px;
}

.cart-product-item{
    position: relative;
    padding: 20px 25px 20px 25px;
    border: none;
    background: var(--WhiteColour);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: block;
    width: 100%;
    margin: 0px 0px 15px 0px;
}

.cart-product-item:last-child{
    margin-bottom: 0px;
}

.cart-product-item hr{
    width: 100%;
    padding: 0;
    margin: 16px 0px 16px 0px;
    background: none;
    opacity: 0.4;
    border-bottom: 1px dashed var(--LightTextColor);
}

.cart-product-item .close-btn{
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    outline: none;
    font-size: 12px;
    width: 32px;
    height: 32px;
    background: var(--DashboardBG);
    border-radius: 50%;
    z-index: 900;
}

.cart-product-item .close-btn:hover{
    background: var(--BlueColor);
    color: #fff;
}

.cart-product-item .row{
    margin-left: -5px;
    margin-right: -5px;
}

.cart-product-item .col-xl-3{
    padding-left: 5px;
    padding-right: 5px;
}

.cart-product-item select{
    width: auto;
    min-width: 115px;
    height: 34px;
    border: none;
    outline: none;
    padding: 0px 0px 0px 4px;
    margin: 0;
    color: var(--headingColor);
    font-size: 14px;
    text-align: left;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid var(--DarkColourLine);
    float: left;
}

.select-qty{
    width: auto;
    border: 1px solid var(--DarkColourLine);
    display: inline-block;
    border-radius: 3px;
    position: relative;
    float: left;
    overflow: hidden;
}

.select-qty input{
    width: 50px;
    height: 32px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-size: 14px;
    text-align: center;
    display: inline-block;
    float: left;
    border-left: 1px solid var(--DarkColourLine);
    border-right: 1px solid var(--DarkColourLine);
}

.select-qty button{
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    float: left;
    background: none;
    color: var(--TextColor);
}

.select-qty button:hover{
    background: var(--BlueColor);
    color: #fff;
}

.cart-product-item .col-xl-3 h5{
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    color: var(--LightTextColor);
}

.cart-product-item .col-xl-3 h3{
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
}




.cart-heading {
    display: block;
    color: var(--TextColor);
    font-size: 22px;
    width: 100%;
}

.cart-right-sidebar{
    width: 100%;
    margin-top: 20px;
}

.cart-right-sidebar button{
    display: inline-block;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 3px;
    background: var(--BlueColor);
    border: 1px solid var(--BlueColor);
    display: inline-block;
    padding: 8px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.cart-right-sidebar button:hover{
    background: var(--BlueColorDark);
}

.cart-right-sidebar h6{
    width: 100%;
    padding: 0;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 500;
    color: var(--LightTextColor);
}

.cart-right-sidebar h5{
    width: 100%;
    padding: 0;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 500;
}

.cart-right-sidebar h4{
    width: 100%;
    padding: 0;
    margin: 10px 0px 20px 0px;
    font-size: 18px;
    font-weight: 700;
}

.cart-right-sidebar h6 b,
.cart-right-sidebar h5 b,
.cart-right-sidebar h4 b{
    float: right;
    color: var(--TextColor);
}

.cart-right-sidebar hr{
    width: 100%;
    padding: 0px;
    margin: 10px 0px;
    background: none;
    opacity: 0.4;
    border-bottom: 1px dashed var(--TextColor);
}

.cart-page{
    padding-left: 0px;
}

.cart-page .dashboard-header{
    padding-left: 5px;
}


.cart-page .dashboard-header .loginbtn{
    display: inline-block;
    width: auto;
    border: none;
    outline: none;
    border-radius: 3px;
    background: var(--BlueColor);
    border: 1px solid var(--BlueColor);
    display: inline-block;
    padding: 0px 20px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-top: 7px;
}

.cart-page .dashboard-header .loginbtn:hover{
    background: var(--BlueColorDark);
}


.select-plan-wrapper{
    position: relative;
    padding: 20px 25px 20px 25px;
    border: none;
    background: var(--WhiteColour);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: block;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.select-plan-wrapper .row{
    margin-left: -6px;
    margin-right: -6px;
}

.select-plan-wrapper .col-lg-3{
    margin-top: 14px;
    padding-left: 6px;
    padding-right: 6px;
}

.select-plan-wrapper .col-lg-3 label{
    width: 100%;
    background: #fff;
    padding: 25px 10px 70px 10px;
    border-radius: 4px;
    text-align: center;
    display: block;
    position: relative;
    float: left;
    border: 1px solid var(--DarkColourLine);
}

.select-plan-wrapper .col-lg-3 label .plan-renews{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: var(--LightTextColor);
    line-height: 20px;
}

.select-plan-wrapper .col-lg-3 label input{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
}

.select-plan-wrapper .col-lg-3 label .pay-title{
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: var(--BlueColor);
}

.select-plan-wrapper .col-lg-3 label h3{
    width: 100%;
    padding: 0;
    margin: 20px 0px 10px 0px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.select-plan-wrapper .col-lg-3 label h3 .currency,
.select-plan-wrapper .col-lg-3 label h3 .duration{
    font-size: 16px;
    font-weight: 500;
}

.select-plan-wrapper .col-lg-3 label h3 .currency{
    font-weight: 700;
    font-size: 18px;
    margin-right: 5px;
}



.select-plan-wrapper .col-lg-3 .buynow-button{
    background: var(--BlueColor);
    text-align: center;
    color: #fff;
    width: calc(100% - 30px);
    font-weight: 500;
    border-radius: 3px;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    margin-top: -55px;
    position: relative;
    z-index: 500;
    font-size: 14px;
    text-decoration: none;
    margin-left: 15px;
}

.select-plan-wrapper .col-lg-3.borderline .buynow-button{
    background: var(--GreenColor) !important;
    transition-duration: 0.6s;
}

.select-plan-wrapper .col-lg-3 .buynow-button:hover{
    text-decoration: none;
}

.select-plan-wrapper .col-lg-3 .pay-saved{
    background: var(--DashboardBG);
    width: 140px;
    height: 26px;
    line-height: 26px;
    color: var(--TextColor);
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: -15px;
    border-radius: 20px;
    transition-duration: 0.5s;
}

.select-plan-wrapper .col-lg-3.borderline .pay-saved{
    background: var(--GreenColor);
    width: 140px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: -15px;
    border-radius: 20px;
    transition-duration: 0.5s;
}

.borderline label {
    border: 1px solid var(--BlueColor) !important;
}

.cart-heading{
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--TextColor);
    font-size: 18px;
}

.cart-heading span{
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: var(--BlueColor);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-right: 5px;
}

.rightsidecart-wrapper{
    position: relative;
    padding: 30px 20px 30px 20px;
    border: none;
    background: var(--WhiteColour);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: block;
    width: 100%;
    margin: 0px 0px 0px 0px;
}


.account-wrapper-div{
    position: relative;
    padding: 20px 25px 20px 25px;
    border: none;
    background: var(--WhiteColour);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
    display: block;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.account-wrapper-div .formitem-div{
    margin-top: 8px;
    margin-bottom: 8px;
}

.already-account{
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    color: var(--LightTextColor);
    font-size: 14px;
}

.already-account a{
    color: var(--BlueColor);
    font-weight: 500;
}

.checkout-payments h6{
    width: 100%;
    padding: 0;
    margin: 12px 0px;
    color: var(--LightTextColor);
    font-weight: normal;
    font-size: 15px;
}

.checkout-payments h6 b{
    float: right;
    font-weight: 500;
}

.checkout-payments h4{
    width: 100%;
    padding: 0;
    margin: 12px 0px 0px;
    color: var(--TextColor);
    font-weight: 500;
    font-size: 18px;
}

.checkout-payments h4 b{
    float: right;
}

.checkout-payments h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px;
    color: var(--TextColor);
    font-weight: 500;
    font-size: 16px;
}

.checkout-payments h5 b{
    float: right;
}

.checkout-payments hr{
    width: 100%;
    padding: 0;
    margin: 16px 0px 16px 0px;
    background: none;
    opacity: 0.4;
    border-bottom: 1px dashed var(--LightTextColor);
}

.make-payment-btn{
    display: inline-block;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 3px;
    background: var(--BlueColor);
    border: 1px solid var(--BlueColor);
    display: inline-block;
    padding: 0px 20px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-top: 25px;
}

.make-payment-btn:hover{
    background: var(--BlueColorDark);
}

.rightsidecart-wrapper .formitem-div{
    margin-bottom: 12px;
}

.rightsidecart-wrapper .formitem-div label{
    color: var(--TextColor);
}

.formitem-div.promocode button{
    position: absolute;
    right: 0px;
    height: 38px;
    bottom: 0px;
    padding: 0px 10px;
    margin: 0;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--BlueColor);
    background: none;
}

.create-subscription-modal{
    max-width: 900px;
}

.create-subscription-modal .contactinfo-text h4{
    width: 100%;
    padding: 0;
    margin: 20px 0px 5px 0px;
    color: var(--TextColor);
    font-size: 18px;
}

.create-subscription-modal .contactinfo-text p{
    padding: 0;
    margin: 0px 0px 12px 0px;
    color: var(--LightTextColor);
    font-size: 15px;
    line-height: 22px;
}

.create-subscription-modal .formitem-div{
    margin: 6px 0px;
}

.steps-nav-style button{
    padding: 0px 0px 0px 80px;
    margin: 0;
    position: relative;
    border-radius: 0px;
    border: none;
    outline: none;
    background: var(--DashboardBG);
    text-align: left;
    min-height: 70px;
    width: 50%;
}

.steps-nav-style button:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.steps-nav-style button:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.steps-nav-style button.active{
    background: var(--BlueColor);
}

.steps-nav-style button.active h6,
.steps-nav-style button.active h4{
    color: #fff;
}

.steps-nav-style button.active span{
    background: #fff;
    color: var(--BlueColor);
}

.steps-nav-style button span{
    width: 50px;
    height: 50px;
    background: var(--BlueColor);
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.steps-nav-style button h6{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 4px 0px 0px 0px;
    font-size: 14px;
}

.steps-nav-style button h4{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.viewpin-wrapper{
    padding: 40px;
    position: relative;
}

.viewpin-wrapper h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}

.viewpin-wrapper p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: var(--LightTextColor);
}

.viewpin-wrapper h6{
    width: 100%;
    padding: 0;
    margin: 25px 0px 5px 0px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}


.viewpin-wrapper h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: var(--BlueColor);
}

.viewpin-wrapper h5{
    width: 100%;
    padding: 0;
    margin: 25px 0px 8px 0px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.viewpin-wrapper h5 button{
    display: inline-block;
    width: auto;
    border: none;
    outline: none;
    border-radius: 3px;
    background: #e5e7ee;
    display: inline-block;
    padding: 8px 25px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: var(--TextColor);
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 3px;
    text-decoration: none;
}

.viewpin-wrapper h5 button:hover{
    background: var(--BlueColor);
    color: var(--WhiteColour);
}

.footer-div{
    width: 100%;
    text-align: center;
    padding: 15px 0px 0px 0px;
    margin: 35px 0px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.footer-div p{
    padding: 0;
    margin: 0;
    color: var(--LightTextColor);
    font-size: 14px;
}

.noproducts-found{
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    background: var(--WhiteColour);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 25px 0px;
    text-align: center;
    margin-top: 25px;
}

.noproducts-found h5{
    width: 100%;
    padding: 0;
    margin: 12px 0px 2px 0px;
    color: var(--TextColor);
    font-size: 16px;
}

.noproducts-found p{
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    color: var(--LightTextColor);
}

.noproducts-found .createbutton{
    display: inline-block;
    width: 84px;
    border: none;
    outline: none;
    border-radius: 3px;
    border: 1px solid var(--BlueColor);
    display: inline-block;
    padding: 4px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--BlueColor);
    background: none;
    margin-top: 3px;
}   

.noproducts-found .createbutton:hover{
    background: var(--BlueColor);
    color: var(--WhiteColour);
}

.noproducts-found span{
    width: 100%;
    display: block;
    text-align: center;
}

.noproducts-found span img{
    height: 50px;
    display: inline-block;
}



@media screen and (max-width: 1600px) {
    .dashboard-style .sidebar-meeting .meeting-image{
        height: 95px;
    }
}


@media screen and (max-width: 1024px) {
    .dashboard-style .middlead-area  h3{
        padding-left: 0px;
        padding-right: 50px;
        margin-top: 20px;
    }

    .dashboard-style .middlead-area  h3 button{
        top: 50%;
        margin-top: -23px;
    }

    .dashboard-style .dashboard-middlearea-scroll{
        height: auto;
        padding-right: 0px;
        overflow: visible;
    }

    .dashboard-style .featured-cvs-wrapper .post-item-btn span,
    .dashboard-style .featured-cvs-wrapper .post-item-btn span img{
        width: 140px;
        height: 140px;
    }

    .dashboard-style .taglag-post-div .carousel img{
        height: 154px;
    }

    .dashboard-style .ai-container img{
        height: 280px;
    }

    .dashboard-style .meeting-post-div ul{
        height: 224px;
    }

    .dashboard-style .meeting-post-div ul li{
        padding-bottom: 9px;
        margin-bottom: 9px;
    }

    .dashboard-style .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-tag-meeting{
        display: flex;
        visibility: visible;
    }

    .dashboard-style .hideon-mob{
        display: none;
        visibility: hidden;
    }

    .dashboard-style .meeting-post-div ul{
        padding-right: 0px;
    }

    .dashboard-style .meeting-post-div ul::-webkit-scrollbar{
        width: 0px;
    }

    .dashboard-style .taglahpost-placeholder,
    .dashboard-style .meetings-placeholder-wrap{
        padding-left: 8px;
        padding-right: 8px;
        min-height: 280px;
    }

    .dashboard-style .taglahpost-placeholder-middlealign h5,
    .dashboard-style .meetings-placeholder-wrap h5{
        font-size: 14px;
    }

    .dashboard-style .taglahpost-placeholder-middlealign span img,
    .dashboard-style .meetings-placeholder-wrap .meeting-middlealign span img{
        height: 45px;
    }

    .createaccount-wrapper{
        margin-bottom: 20px;
    }

    .authenticator-warpper{
        margin-top: 30px;
    }

}

@media screen and (max-width: 980px) {
    .dashboard-style,
    .dashboard-header-fixed{
        padding-left: 0px;
    }

    .dashboard-style .dashboard-sidebar{
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    }

    .dashboard-style .ai-container{
        margin-top: 30px;
    }

    .dashboard-style .ai-container img{
        height: auto;
    }


    .wallposts-wrapper .row{
        overflow-y: auto;
        white-space: nowrap;
        display: block;
    }

    .wallposts-wrapper .row .col-lg-3{
        clear: both;
        display: inline-block;
    }

    .dashboard-style .menu-backdrope{
        display: block;
        visibility: visible;
    }

    .createmeeting-middle-align .col-xl-8 .row{
        margin-left: -6px;
        margin-right: -6px;
    }

    .createmeeting-middle-align .col-xl-8 .row .col-lg-4{
        padding-left: 6px;
        padding-right: 6px;
    }


    .dashboard-style .page-content-wrapper{
        height: auto;
        margin-bottom: 45px;
    }

    .dashboard-style .page-footer-style{
        position: fixed;
        left: 0px;
        bottom: 0px;
        padding-left: 54px;
    }

    .login-page-container .col-lg-5,
    .login-page-container .login-banner{
        display: none;
        visibility: hidden;
    }

    .signup-header .signup-login-btn{
        background: var(--BlueColor);
        color: #fff;
    }

    .signup-header .signup-login-btn:hover{
        background: var(--BlueColorDark);
        color: #fff;
    }

    .product-list-header{
        display: none;
        visibility: hidden;
    }

    .productlist-item .action{
        text-align: left !important;
    }

    .product-list-wrapper .productlist-item .datefield, .product-list-wrapper .productlist-item .active {
        padding-top: 15px;
        padding-bottom: 10px;
        text-align: left;
    }

    .product-list-wrapper .productlist-item .datefield h6,
    .product-list-wrapper .productlist-item .active h6{
        text-align: left;
    }

    .login-wrapper .login-logo{
        display: block;
        visibility: visible;
    }

    .create-subscription-modal .col-lg-4 {
        padding-left: 12px;
    }
   
}

@media screen and (max-width: 768px) {
    .dashboard-style .dashboard-buttons button h5{
        font-size: 14px;
    }

    .dashboard-style .dashboard-buttons{
        margin-left: -6px;
        margin-right: -6px;
    }

    .dashboard-style .dashboard-buttons .col-xl-3{
        padding-left: 6px;
        padding-right: 6px;
        margin-top: 12px;
    }

    .dashboard-style .welcome-text-con{
        margin-bottom: 10px;
    }


    .dashboard-buttons{
        margin-left: -4px !important;
        margin-right: -4px !important;
    }

    .dashboard-buttons .col-xl-4{
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .announcements-scroll{
        display: none;
        visibility: hidden;
    }

    .login-wrapper-middlealign{
        padding-top: 45px;
        padding-bottom: 45px;
    }

}

@media only screen and (min-width: 667px) and (max-height: 375px) and (orientation: landscape) {}

@media only screen and (min-width: 896px) and (max-height: 414px) and (orientation: landscape) {}

@media only screen and (orientation: landscape) and ((min-width: 844px) and (max-height: 390px)),
only screen and (orientation: landscape) and ((min-width: 932px) and (max-height: 430px)) {}

@media screen and (max-width: 540px) {
    .dashboard-style .dashboard-header #google_translate_element,
    .dashboard-style .dashboard-header .addbtn,
    .dashboard-style .middlead-area .col-xl-2:after,
    .dashboard-style .page-footer-style .col-lg-6 .preview-btn span,
    .sharetaglah-card p br,
    .copylink-modal p br,
    .notification-placeholder .notification-middlealign p br,
    .email-signature-text p br,
    .cvplaceholder-wrapper p br,
    .product-list-wrapper .productlist-item .col-xl-5{
        display: none;
        visibility: hidden;
    }

    .copylink-modal h4{
        font-size: 16px;
    }


    .wallet-group-item h4{
        font-size: 15px;
    }
    

    .dashboard-middlearea-scroll .welcome-text-con .col-xl-6{
        position: relative;
    }

    .dashboard-middlearea-scroll .welcome-text-con .col-xl-6:nth-child(2){
        margin-top: 15px;
        padding-left: 15px;
    }

    .dashboard-middlearea-scroll .welcome-text-con .col-xl-6:nth-child(2) .create-orderbtn{
        width: 100%;
        
    }

    .dashboard-middlearea-scroll .welcome-text-con .col-xl-6:nth-child(2) .flex-wrapper{
        position: absolute;
        left: 8px;
        top: 0px;
    }

    .dashboard-middlearea-scroll .welcome-text-con .col-xl-6:nth-child(2) .green-badge{
        position: absolute;
        left: 15px;
        top: 2px;
        width: 38px;
        height: 38px;
    }

    

    .dashboard-style .mobile-tag-meeting .sidebar-meeting,
    .dashboard-style .meeting-post-div{
        margin-top: 30px;
    }

    .dashboard-style .featured-cvs-wrapper.public-cards .publicardimage{
        width: 120px;
        height: 120px;
        margin-left: -60px;
    }

    .dashboard-style .featured-cvs-wrapper .post-item-btn h6{
        font-size: 14px;
    }

    .dashboard-style .welcome-text-con .welcome-wrapper h4{
        font-size: 16px;
    }
    
    .studylahjoblah-bottom .col-lg-4:nth-child(2),
    .studylahjoblah-bottom .col-lg-4:nth-child(3){
        margin-top: 30px;
    }

    .dashboard-style .middlead-area{
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .dashboard-style .middlead-area  h3{
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .dashboard-style .middlead-area  h3 button{
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
        position: relative;
        left: 50%;
        margin-left: -23px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .dashboard-style .middlead-area .col-xl-2 h2, .dashboard-style .middlead-area .col-xl-2 h6 {
        text-align: center;
    }

    .dashboard-style .sidebar-meeting .meeting-image{
        height: 125px;
        right: -10px;
    }

    .dashboard-style{
        padding-bottom: 0px;
    }

    .dashboard-style .footer-mobile-btn{
        display: block;
        visibility: visible;
    }


    .dashboard-style .featured-cvs-wrapper .post-item-btn span, 
    .dashboard-style .featured-cvs-wrapper .post-item-btn span img{
        width: 120px;
        height: 120px;
        margin: 0px;
    }

    .dashboard-style .col-xl-3 .create-taglah-placeholder,
    .dashboard-style .meetings-placeholder-wrap{
        margin-top: 30px;
    }

    .dashboard-style .taglahpost-placeholder,
    .dashboard-style .meetings-placeholder-wrap{
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .dashboard-style .sidebar-footer .google-translation{
        display: block;
        visibility: visible;
    }

    .dashboard-style.hidesidebar .sidebar-footer .google-translation{
        display: none;
        visibility: hidden;
    }

    .dashboard-style.hidesidebar .dashboard-sidebar-menu{
        height: calc(100vh - 132px);
    }

    .dashboard-style .dashboard-sidebar-menu {
        height: calc(100vh - 175px);
    }

    .dashboard-style .dashboard-header .gotobtn{
        padding-left: 10px;
        padding-right: 10px;
    }

    .dashboard-style .mobile-tag-meeting .col-lg-6:last-child{
        margin-bottom: 30px;
    }

    .dashboard-style .wallposts-wrapper .wallpost-item h6{
        margin-bottom: 4px;
    }

    .dashboard-header .col-lg-6:nth-child(1){
        padding-right: 0px;
    }
    .dashboard-header .col-lg-6:nth-child(2){
        padding-left: 0px;
    }

    .dashboard-style .dashboard-header .taglah-icon{
        display: inline-block;
        visibility: visible;
    }

    .dashboard-style .dashboard-header .bellsearchbtn{
        margin-left: 3px;
    }

    .dashboard-style .createmeetingpage-btn span img{
        height: 50px;
    }

    .dashboard-style .createmeeting-middle-align-wrap{
        display: block;
    }

    .dashboard-style .page-heading-styles h4{
        font-size: 14px;
        line-height: 30px;
        padding-left: 38px;
    }

    .dashboard-style .page-heading-styles h4 button{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .formitem-div label{
        font-size: 12px;
    }

    .dashboard-style .createmeeting-middle-align-wrap{
        height: auto;
    }

    .page-heading-styles .col-lg-6:last-child label{
        font-size: 11px;
    }

    .page-heading-styles .col-lg-6:last-child .editbtn{
        font-size: 12px;
        margin-right: 4px;
    }

    .page-heading-styles .col-lg-6:first-child{
        padding-right: 0px;
    }

    .page-heading-styles .col-lg-6:last-child{
        padding-left: 0px;
    }

    .dashboard-style .page-content-wrapper{
        margin-bottom: 0px;
    }

    .hidetails-basicdetails ul li label{
        font-size: 13px;
    }

    .hidetails-basicdetails ul li label input{
        top: 18px;
    }

    .basicdetails-uploadpic .col-xl-2:nth-child(1){
        margin-bottom: 15px;
    }

    .basicdetails-uploadpic{
        margin-bottom: 20px;
    }

    .basicdetails-uploadpic .col-xl-2 button.uploadimagebtn h5{
        font-size: 12px;
    }


    .payment-options .display-payment-options .payment-content{
        padding-left: 15px;
        padding-right: 15px;
    }

    .question-search input{
        height:  30px;
    }

    .question-search button{
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .banner-image-wrap .banner-image img{
        height: 100px;
    }

    .testfooter-wrapper .col-lg-4 button{
        width: 40px;
        height: 40px;
    }

    .testpage-content-area{
        height: auto;
    }

    .testfooter-wrapper{
        position: fixed;
        left: 0px;
        bottom: 0px;
        padding-left: 0px;
        background: var(--DashboardBG);
        z-index: 900;
    }


    .dashboard-style .dashboard-buttons button div{
        padding: 0px 5px !important;
        text-align: center;
    }

    .dashboard-buttons h2,
    .dashboard-buttons h5{
        text-align: center;
    }

    .dashboard-style .dashboard-buttons button span{
        position: relative;
        top: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .dashboard-style .dashboard-buttons button span img{
        height: 35px;
    }

    .dashboard-buttons h2, .dashboard-buttons h5{
        font-size: 22px;
    }

    .dashboard-style .dashboard-buttons button{
        padding: 15px 0px;
    }

    .dashboard-style .threecol-wallpost-meeting,
    .dashboard-style .ai-container,
    .dashboard-style .middlead-area,
    .dashboard-style .partners-logo-wrapper,
    .dashboard-style .rightbar-ad{
        margin-top: 15px;
    }

    .dashboard-style .middlead-area .col-xl-2{
        padding-bottom: 0px;
    }

    .dashboard-style .middlead-area .col-xl-10{
        padding-bottom: 15px;
    }

    .renewals-header .search-form{
        margin-top: 8px;
    }

    .renewals-table-style .button-style{
        min-width: 220px;
    }

    .renewals-table-style tr td:nth-child(2){
        min-width: 160px;
    }

    .signup-header{
        padding-left: 15px;
        padding-right: 15px;
    }

    .signup-header{
        top: 0px;
        background: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .login-wrapper-middlealign{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .signup-scroller{
        height: auto;
        overflow: visible;
    }

    .product-list-wrapper .productlist-item .datefield{
        display: none;
        visibility: hidden;
    }

    .product-list-wrapper .productlist-item .action{
        border-top: 1px solid #dfdfdf;
    }

    .product-list-wrapper .productlist-item .product-name h3{
        font-size: 16px;
    }

    .product-list-wrapper .productlist-item .action button{
        width: 33.33% !important;
        float: left;
        padding: 8px 0px !important;
        margin: 0px !important;
        border: none;
        text-align: center;
        outline: none;
        border: none !important;
        border-radius: 0px !important;
        background: none !important;
        color: var(--LightTextColor) !important;
        border-right: 1px solid #dfdfdf !important;
        font-size: 13px !important;
    }

    .product-list-wrapper .productlist-item .action button:last-child{
        border-right: none !important;
    }

    .product-list-wrapper .productlist-item .action .threedots-btn{
        display: block;
        visibility: visible;
    }

    .product-list-wrapper .productlist-item{
        padding-bottom: 0px;
    }

    .mobile-status-icon{
        display: inline-block;
        padding: 0;
        margin: 0;
        width: 33.33%;
        float: left;
        visibility: visible;
        border-right: 1px solid #dfdfdf !important;
    }

    .product-list-wrapper .productlist-item .action{
        margin-top: 20px;
    }

    .enter-token-div .col-lg-8{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    
    .enter-token-div .col-lg-4{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .createform-div{
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .createform-div .workspace-second-heading img{
        height: 40px;
        display: none;
        visibility: hidden;
    }

    .createform-div .workspace-second-heading{
        padding-left: 0px;
    }

    .googleworkspace-heading h3 {
        padding-right: 15px !important;
        margin-right: 10px !important;
    }

    .googleworkspace-heading h3{
        font-size: 20px;
    }

    .googleworkspace-heading h6{
        font-size: 13px;
    }

    .updateprofile{
        margin-top: 20px ;
    }

    .select-product-div .select-btn{
        position: relative;
        width: 100%;
        top: 0px;
        margin-top: 20px;
        right: 0px;
    }

    .select-product-div{
        padding: 15px;
    }

    .select-product-div h4{
        font-size: 15px;
        padding-left: 40px;
    }

    .modalpopup-style .modal-button{
        margin-top: 10px;
    }

    .enter-token-div,
    .howtogenerate-token{
        padding: 25px;
    }

    .editprofile-bg{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .googletransfer-topsection{
        padding: 25px 25px 25px 25px;
    }

    .howtogenerate-token h4{
        font-size: 20px;
    }

    .modal-style-popup .modal-content .modal-body .transfer-heading{
        padding-left: 0px;
    }

    .modal-style-popup .modal-content .modal-body .transfer-heading h2{
        font-size: 22px;
        padding-left: 60px;
    }

    .modal-style-popup .modal-content .modal-body .transfer-heading img{
        width: 45px;
        height: 45px;
    }

    .complete-profile-modal .modal-body {
        padding: 25px 25px 25px 25px !important;
    }

    .complete-profile-modal .modal-body h2{
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 8px;
    }

    .complete-profile-modal .modal-body p{
        line-height: 22px;
    }

    .cart-sidebar{
        width: 100%;
        right: -102%;
    }

    .cart-product-item .col-xl-3 h5{
        line-height: normal;
        margin: 14px 0px 5px 0px;
    }

    .cart-product-item .col-xl-3 h3{
        line-height: normal;
    }

    .cart-product-item select{
        width: 100%;
    }

    .select-qty{
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

    .select-qty input{
        width: 100%;
    }

    .minus-btn{
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .plus-btn{
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .already-account{
        text-align: left;
        margin-top: -5px;
        margin-bottom: 10px;
    }

    .steps-nav-style button{
        padding-left: 0px;
        text-align: center;
        display: inline-block;
    }

    .steps-nav-style button h4{
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .steps-nav-style button h6{
        width: 100%;
        text-align: center;
        font-size: 13px;
    }

    .steps-nav-style button span{
        display: none;
        visibility: hidden;
    }

    .steps-nav-style{
        width: 100%;
        display: inline-table;
        text-align: center;
    }

    .steps-nav-style button h4{
        margin-top: 4px;
    }
}

@media screen and (max-width: 360px) {
    


    .dashboard-style .dashboard-header .col-lg-6:nth-child(1) .bellsearchbtn,
    .viewall-feedbacks .feedback-item-div .feedback-text .row .col-4 button span{
        display: none;
        visibility: hidden;
    }

    .dashboard-style .dashboard-header .col-lg-6:nth-child(1){
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .dashboard-style .dashboard-header .col-lg-6:last-child{
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

   

    .dashboard-style .middlead-area .col-xl-4 img{
        width: 90%;
        height: auto;
    }

    .dashboard-style .middlead-area  h3{
        font-size: 14px;
        line-height: 20px;
    }

    .dashboard-style .featured-cvs-wrapper .col-xl-3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dashboard-style .taglahcard-sidebar .tagcard-contentarea span{
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .page-heading-styles .col-lg-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-heading-styles .col-lg-6:last-child{
        text-align: left;
        padding-left: 12px;
    }

    .dashboard-style .page-footer-style .col-lg-6:nth-child(2) button{
        padding: 0px 4px;
        font-size: 13px;
    }

    .appearance-item .row .col-6 button, .appearance-item .row .col-12 button{
        font-size: 13px;
    }

    

}