article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

/*button, input, select, textarea {margin: 0; padding: 0; border: none; font-family: 'Montserrat', sans-serif;}*/
/*.custfield:focus, button:focus {outline: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}*/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000000;
    background-color: #F2F2F2;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}


::-webkit-input-placeholder {
    color: #868E96 !important;
    font-size: 16px;
}

::-moz-placeholder {
    color: #868E96 !important;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #868E96 !important;
    font-size: 16px;
}

:-moz-placeholder {
    color: #868E96 !important;
    font-size: 16px;
}

.ph2::-webkit-input-placeholder {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 500;
}

.ph2::-moz-placeholder {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 500;
}

.ph2:-ms-input-placeholder {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 500;
}

.ph2:-moz-placeholder {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 500;
}

.ph3::-webkit-input-placeholder {
    color: #E3E3E3 !important;
    font-size: 24px;
}

.ph3::-moz-placeholder {
    color: #E3E3E3 !important;
    font-size: 24px;
}

.ph3:-ms-input-placeholder {
    color: #E3E3E3 !important;
    font-size: 24px;
}

.ph3:-moz-placeholder {
    color: #E3E3E3 !important;
    font-size: 24px;
}

/****************
 * Common Css
 ****************/
.row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 12px;
}

.row > * {
    padding-left: 15px;
    padding-right: 15px;
}

section {
    width: 100%;
    float: left;
}

/*.custfield {border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}*/
a, a:hover, button {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.ctitle {
    position: relative;
    border-left: 4px solid #0E1D58;
    padding-left: 20px;
}

.ctitle h3 {
    color: #0E1D58;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
}

.cbtn1 {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    color: #FAD733;
    height: 58px;
    line-height: 58px;
    background-color: #0E1D58;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addbtn {
    /* padding-left: 75px; */
    background-image: url(../images/plus-icon1.svg);
    background-repeat: no-repeat;
    background-position: 30px 50%;
    background-size: 16px;
}

.cbtn {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #0E1D58;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.cbtnyello {
    background-color: #FAD733;
}

.cbtn:hover {
    background-color: #0E1D58;
    color: #ffffff ;
}

.cbtnwhite {
    background-color: #ffffff;
}

.cbtngry {
    background-color: #E3E3E3;
}

/** Side Bar **/
.asidemenus {
    position: fixed;
    overflow: hidden;
    left: 30px;
    top: 30px;
    bottom: 30px;
    width: 330px;
    z-index: 1;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 49px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.logo {
    width: 100%;
    /*text-align: center;*/
    padding: 22px 10px;
    border-bottom: 1px solid #F2F2F2;
}

#custnav {
    height: calc(100% - 165px);
    height: -moz-calc(100% - 165px);
    height: -webkit-calc(100% - 165px);
    overflow-y: auto;
}

#custnav h3 {
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    padding: 14px 15px 20px 32px;
}

#custnav .menus {
    float: left;
    width: 100%;
}

#custnav .menus > li {
    float: left;
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
}

#custnav .menus > li > .menulink {
    float: left;
    cursor: pointer;
    padding: 20px 50px 20px 60px;
    text-align: left;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #090909;
    position: relative;
}

#custnav .menus > li.clsdropmenu > .menulink {
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) 50%;
}

#custnav .menus > li > .menulink:before {
    content: "";
    width: 4px;
    height: 40px;
    background-color: #E3E3E3;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
    #custnav .menus > li > .menulink:hover {
        color: #FAD733;
        background-color: #0E1D58;
    }

    #custnav .menus > li > .menulink:hover:before {
        background-color: #FAD733;
    }

    #custnav .menus > li.clsdropmenu > .menulink:hover {
        background-image: url(../images/menu-arrow-h.svg);
    }
}

#custnav .menus > li.clsdropmenu.activemenu > .menulink {
    background-image: url(../images/menu-arrow-h.svg);
}

#custnav .menus > li.activemenu > .menulink:before {
    background-color: #FAD733;
}

#custnav .menus > li.activemenu > .menulink {
    color: #FAD733;
    font-weight: 600;
    background-color: #0E1D58;
}

#custnav .submenus {
    float: left;
    width: 100%;
    display: none;
    background-color: #E3E3E3;
    padding: 5px 50px 5px 60px;
}

#custnav .submenus ul li {
    float: left;
    width: 100%;
    padding: 8px 0;
}

#custnav .submenus ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #949494;
    position: relative;
    display:block;
    width: 120%;
    padding-left: 30px;
}

#custnav .submenus ul li a:hover, #custnav .submenus ul li.active a {
    color: #0E1D58;
}

#custnav .submenus ul li a:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #949494;
    position: absolute;
    top: 6px;
    left: 0px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

#custnav .submenus ul li a:hover:before, #custnav .submenus ul li.active a:before {
    background-color: #0E1D58;
}

#custnav .menus > li.clsdropmenu.activemenu .submenus {
    display: block;
}

.logout {
    float: left;
    width: 100%;
    background-color: #0E1D58;
    padding: 20px 30px;
    position: absolute;
    bottom: 0px;
}

.logout a {
    color: #FAD733;
    font-size: 18px;
    font-weight: 600;
    background-image: url(../images/logout.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 70px;
}

.logout a:hover {
    color: #ffffff;
    filter: brightness(10);
}

/*logout */
.userLogout {
    color: #FAD733;
    font-size: 18px;
    font-weight: 600;
    background-image: url(../images/logout.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 70px;
    background-color: transparent;
}

.userLogout a:hover {
    color: #ffffff;
    filter: brightness(10);
}


.contentpart {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 360px;
}

.innerconts {
    padding: 60px 30px 50px 20px;
    float: left;
    width: 100%;
}

.topbarheader .ctitle {
    margin-top: 14px;
}

.showopt select.custfield {
    /*height: 58px;*/
    border: 1px solid #DCDCDC;
    padding: 6px 45px 6px 20px;
    background-image: url(../images/two-arrow-s.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    min-width: 100px;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


/** For Table **/
.table > :not(:first-child) {
    border: none !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #F3F3F3;
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: #ededed;
}

.table-hover > tbody > tr:last-child td {
    border-bottom: none;
}

.clstable, .clsinfotable {
    background-color: #ffffff;
    /*overflow: hidden;*/
    margin: 30px 0;
    box-shadow: 0px 3px 49px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 49px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 49px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.clstable table, .clsinfotable table {
    margin: 0px;
}

.clstable table th {
    font-size: 20px;
    /*padding: 20px 0px !important;*/
    font-weight: 600 !important;
    color: #000000;
    border-bottom-color: #E3E3E3;
}

.clstable table td {
    padding: 15px !important;
    vertical-align: middle;
    border-bottom-color: #E3E3E3;
}

.plr30 table th, .plr30 table td {
    padding: 25px 30px !important;
}

.pdtd15 table td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.tableborder table th, .tableborder table td {
    border-right: 1px solid #E3E3E3;
}

.clstable table th:after, .clstable table th:before {
    display: none !important;
}

.clstable table td p {
    font-size: 18px;
    font-weight: 500;
    color: #000000 !important;
    line-height: 22px;
}

.thumbimg {
    width: 50px;
    height: 50px;
    display: inline-block;
    /*background-color: #989898;*/
    vertical-align: middle;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.clstable table td .time {
    display: block;
}

.dataTable .tablesort span {
    /*padding-right: 30px !important;*/
    position: relative;
}

.dataTable .tablesort span:before, .dataTable .tablesort span:after {
    content: "" !important;
    width: 7px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    position: absolute;
    opacity: 1 !important;
    top: 4px !important;
}
.table_user_reweds thead th{
    vertical-align: middle ;
}
.dataTable .tablesort span:before {
    /*background-image: url(../images/table-sort-arrow1.svg);*/
    right: 10px !important;
}

.dataTable .tablesort.sorting_desc span:before {
    /*background-image: url(../images/table-sort-arrow1-h.svg);*/
}

.dataTable .tablesort span:after {
    /*background-image: url(../images/table-sort-arrow2.svg);*/
    right: 0px !important;
}

.dataTable .tablesort.sorting_desc span:after {
    /*background-image: url(../images/table-sort-arrow2-h.svg);*/
}

/*.tablesort span {background: url(../images/table-sort-arrow.svg) no-repeat 100% 5px; padding-right: 25px;}*/
/*.clstable table .tabcol1 {padding-left: 20px !important; width: 100px !important; text-align: right;}*/
.eventlistcont table .tabcol3 {
    width: 270px !important;
}

.catbtn {
    display: inline-block;
    margin: 4px 0px;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    background-color: #FAD733;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.deleteRwBtn
{
    width: 62px;
    height: 62px;
}

.catbtn:hover {
    background-color: #0E1D58;
}

.viewbtn {
    background-image: url(../images/view-icon.svg);
}

.viewbtn:hover {
    background-image: url(../images/view-icon-h.svg);
}

.editbtn {
    background-image: url(../images/edit-icon.svg);
}

.editbtn:hover {
    background-image: url(../images/edit-icon-h.svg);
}

.deletebtn {
    background-image: url(../images/delete-icon.svg);
}

.deletebtn:hover {
    background-image: url(../images/delete-icon-h.svg);
}

.registerbtn {
    background-image: url(../images/trademark-icon.svg);
}

.registerbtn:hover {
    background-image: url(../images/trademark-icon-h.svg);
}

.reschedulebtn {
    background-image: url(../images/reschedule-icon.svg);
}

.reschedulebtn:hover {
    background-image: url(../images/reschedule-icon-h.svg);
}

.translatebtn {
    background-image: url(../images/translate-icon.svg);
}

.translatebtn:hover {
    background-image: url(../images/translate-icon-h.svg);
}

.eye-on-btn {
    background-image: url(../images/eye.svg);
}

.eye-on-btn:hover {
    background-image: url(../images/eye-h.svg);
}
.eye-off-btn {
    background-image: url(../images/eye-off.svg);
}

.eye-off-btn:hover {
    background-image: url(../images/eye-off-h.svg);
}

.slotbtn {
    background-image: url(../images/Slot-icon.svg);
}

.slotbtn:hover {
    background-image: url(../images/Slot-icon-h.svg);
}

/*.clstable table .tabcol1 {
    padding-left: 30px !important;
}*/

.clscheckbox {
    float: left;
    position: relative;
    top: 3px;
}

.clscheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.clscheckbox label {
    position: relative;
    width: 20px;
    height: 20px;
}

.clscheckbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #707070;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.clscheckbox input:checked + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #0E1D58;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.showpagetext {
    font-size: 18px;
    color: #090909;
    font-weight: 600;
}

.clspagination ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
}

.clspagination ul li a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-weight: 600;
    color: #242424;
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}

.clspagination ul li a:hover, .clspagination ul li.active a {
    background-color: #FAD733;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.clspagination ul li .prevpage {
    background-image: url(../images/prev-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.clspagination ul li .nextpage {
    background-image: url(../images/next-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.clspagination ul .pagedots span {
    display: inline-block;
    border-bottom: 2px dotted #010101;
    width: 54px;
    margin-top: 40px;
}

table.dataTable.no-footer {
    border: none !important;
}
.dataTables_scroll {
    border-bottom: 2px solid #E3E3E3;
}

/*.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {display: none !important;}*/

.breadcrumbmenu {
    position: relative;
    border-left: 4px solid #0E1D58;
    padding-left: 10px;
    margin-top: 14px;
}

.breadcrumbmenu ul li {
    color: #0E1D58;
    font-size: 28px;
    padding: 0px 20px 0px 10px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/line.png);
}

.breadcrumbmenu ul li a {
    color: #0E1D58;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
}

.breadcrumbmenu ul li:last-child {
    background-image: none;
}

.breadcrumbmenu ul li a:hover {
    color: #FAD733;
}

.clsinfotable table td {
    padding: 30px !important;
    border-bottom-color: #E3E3E3;
    vertical-align: middle;
}
.clsinfotable table th {
    padding: 30px !important;
}

.clsinfotable table td.infocol1 {
    border-right: 1px solid #E3E3E3;
    width: 210px;
}

.clsinfotable .infocol1 span {
    font-size: 20px;
    font-weight: 600;
    color: #000000 !important;
}

.clsinfotable .infocol2 p {
    font-size: 18px;
    font-weight: 600;
    color: #000000 !important;
}

.clsinfotable .infocol2 .date, .clsinfotable.clsinfotable .btextcolor {
    color: #0C9CFF !important;
}

.clsinfotable table td.thumbcol {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.thumbcol .thumbimg {
    width: 60px;
    height: 60px;
}

.clswhitebg {
    background-color: #ffffff;
    overflow: hidden;
    margin: 30px 0;
    padding: 30px;
    box-shadow: 0px 3px 49px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 49px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 49px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.cformpart {
    width: 100%;
    float: left;
}

.cformpart .custfield {
    border: 1px solid #949494;
    padding: 6px 20px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.cformpart .cldfieldrow {
    margin-bottom: 25px;
}

.cformpart select.custfield {
    height: 62px;
}
.cformpart input.custfield {
    height: 62px;
}

.cformpart textarea.custfield {
    height: 180px;
    padding: 15px 20px;
}

.cformpart .cldfieldrow label {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.cformpart .cbtn {
    min-width: 116px;
}

.cformpart .w5 {
    width: calc(50% - 15px);
}

.clsradioopt {
    display: inline-block;
    margin-right: 60px;
}

.clsradioopt:last-child {
    margin-right: 0px;
}

.clsradioopt [type="radio"]:checked,
.clsradioopt [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.clsradioopt [type="radio"]:checked + label,
.clsradioopt [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
}

.clsradioopt [type="radio"]:checked + label:before,
.clsradioopt [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #949494;
    border-radius: 100%;
    background: #fff;
}

.clsradioopt [type="radio"]:checked + label:after,
.clsradioopt [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #0E1D58;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.clsradioopt [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.clsradioopt [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.clsdropzone .dropzone {
    border: 1px solid #949494;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    min-height: 256px;
}

.clsdropzone .dropzone .dz-message {
    width: 272px;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    padding: 20px;
    margin: 0px;
    border: 2px dashed #949494;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.clsdropzone .dropzone .dz-message .uploadicon {
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 50% 50%;
    background-image: url(../images/upload-icon.svg);
}

.clsdropzone .dropzone .dz-message .dropmsg {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    display: block;
}

.clsfileupload {
    position: relative;
}

.clsfileupload .custfileupload {
    opacity: 0;
    cursor: pointer;
    width: 170px;
    height: 48px;
    position: absolute;
    top: 0px;
    left: 0;
}

.clsfileupload .uploadbtn {
    width: 170px;
    cursor: pointer;
}

.viewfile .vflink {
    color: #0C9CFF !important;
}

.clsselecbtny select {
    background-position-x: 99% !important;
    background-position-y: 22px !important;
    width: 170px;
    height: 48px;
    font-size: 16px;
    padding: 6px 20px;
    font-weight: 700;
    color: #0E1D58;
    background-color: #FAD733;
    background-image: url(../images/drop-arrow1.svg);
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.clsselecbtny select:focus {
    background-color: #FAD733;
}

/** For Modal **/
.clsmodal1 .modal-dialog {
    max-width: 1056px;
}

.clsmodal1 .modal-content {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.clsmodal1 .modal-body {
    padding: 40px;
}

.clsmodal1 .cbtn {
    min-width: 200px;
    font-size: 26px;
    height: 60px;
    font-weight: 500;
    line-height: 60px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.deletemodal1 h4 {
    margin-bottom: 80px;
}

.clsmodal1 .clsicon {
    margin-top: 40px;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px) brightness(115%);
}

.clsmodal1 h4 {
    font-size: 40px;
    color: #090909;
    line-height: 60px;
    margin-top: 50px;
}

.clsmodal1 .btnsrow {
    margin-top: 40px;
}

.deletemodal2 .fieldrow label {
    font-size: 40px;
    color: #090909;
    margin-bottom: 20px;
}

.deletemodal2 .fieldrow textarea {
    border: 2px solid #E3E3E3;
    resize: none;
    padding: 20px;
    height: 340px;
    font-size: 24px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.pb80 {
    padding-bottom: 80px !important;
}

/** Museum Pages Start **/
.museumtrophycont table .tabcol3 {
    width: 450px !important;
}

.museumenironmentcont .clstable table .notecol {
    max-width: 720px !important;
}

.clsinlabel {
    border-bottom: 1px solid #949494;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px 20px;
    margin-bottom: 20px;
}

.clsinlabel h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.cformpart .inputfield2 {
    background-image: url(../images/line-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    padding-right: 60px;
}

/** Museum Pages End **/
/** Museum Pages End **/

/** 2D Pages Start **/
.inputtags {
    border: 1px solid #949494;
    padding: 15px 40px 15px 15px;
    background: url(../images/next-arrow.svg) no-repeat calc(100% - 20px) 50%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.inputtags .tagtext {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: top;
    background-color: #E3E3E3;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.inputtags .canceltagbtn {
    background: url(../images/close-icon1.svg) no-repeat 0 0;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    cursor: pointer;
    display: inline-block;
}

.fieldarrow {
    background-image: url(../images/next-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    padding-right: 40px !important;
}

/** 2D Pages End **/

/* new CSS*/
.dataTables_wrapper {
    margin-top: 21px;
    margin-left: 5px;
    margin-right: 6px;
    position: relative;
    /*clear: both;*/
    /*zoom: 1;*/
}

.set-company-name {
    text-align: center;
    margin-top: -82px;
    margin-right: -64px;
    font-size: 1.3125rem;
    font-weight: 500;
}

div.dataTables_wrapper div.dataTables_length select {
    /*width: -webkit-fill-available !important;*/
    width: auto;
    background-image: url(../images/two-arrow-s.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 3px) 50%;
    background-size: 15px 20px;
}

/*new css*/
.searchbar .custfield {
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 5px 18%;
    background-size: 20px 31px;
    padding: 0px 0px 0px 19px;
    height: 48px;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}

/*#loader Css*/
div.dataTables_wrapper div.dataTables_processing {
    border: 8px solid #0E1D58 !important;
    border-radius: 50% !important;
    border-top: 8px solid #FAD733 !important;
    width: 60px !important;
    height: 60px !important;
    -webkit-animation: spin 2s linear infinite !important;
    animation: spin 2s linear infinite !important;
    margin-left: 0 !important;
    margin-top: 100px !important;
}
.actionBtn {
    display: flex;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cbtn1:hover {
    color: #FAD733 !important;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Montserrat', sans-serif;
}

.custfield:focus, button:focus {
    outline: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.ph2:focus {
    border: 1px solid #949494 !important;
}

.custfield {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.select2-container--default .select2-selection--multiple {
    border: inherit !important;
}
.required::after {
    content: " *";
    color: red;
}
input:checked + .slider {
    background-color: #FAD733;
}
.slider.round {
    border-radius: 34px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round:before {
    border-radius: 50%;
}
.slider:before {
    position: absolute;
    content: "";
    top: 3px;
    height: 13px;
    width: 13px;
    background-color: #0E1D58;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    top: 3px;
    height: 20px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.invalid-feedback {
    color: red !important;
    font-size: 12px !important;
}
.table.dataTable tbody td {
    white-space: normal;
}
.invalid-feedback {
    display: inherit;
}
.login_logo {
    width: 150px;
    margin-bottom: 32px;
}
.table.dataTable {
    width: 100% !important;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    padding-bottom: 5px;
}
div.dataTables_wrapper div.dataTables_info {
    margin-top: 5px;
}
/*div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 14px 0;
}*/

.datatable-scroll {
    overflow-x: auto;
    overflow-y: visible;
    margin-top: 0.5em;
}

.dataTables_filter input {
    height: 50px;
    border: 1px solid #949494;
    padding: 0px 8px;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.dataTables_length select {
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #949494;
    padding: 6px 45px 6px 20px;
}
div.dataTables_wrapper div.dataTables_filter {
    margin-left: auto !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: -26px !important;
    padding-bottom: 24px !important;
}

.select2-container {
    display: inline;
}
.me-3 {
    margin-right: 1rem!important;
}

.page-item.active .page-link {
    background-color: #FAD733 !important;
    color:#0E1D58 !important;
    border-color:#0E1D58 !important;
}
.page-link:hover {
    background-color: #FAD733;
    color:#0E1D58;
    border-color:#0E1D58;
}

#pagination_section_device_log
{
    margin-top: 10px;
}

.filter_body{
    position: absolute;
    border: solid 1px #ccc;
    display: none;
    margin-top: 58px;
    width: 197px;
    background: #fff;
}
.filter_body_ul::after
{
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.filter_body_ul::after
{
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    left: 10px;
}

.filter_body_ul::before {
    left: 9px;
}

.filter_body_ul::before
{
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}




.filter_body ul
{
    list-style: none;
}

.filter_body li
{
    padding: 10px;
    padding-left: 10px;
    text-transform: capitalize;
}

.filter_body li:hover
{
    background-color: #08c;
    color: #fff;
}

#custnav::-webkit-scrollbar{
    display: none;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #0E1D58;
	background-color: #F5F5F5;

}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;

}

::-webkit-scrollbar-thumb
{
	background-color: #FAD733;

}

.min-175{min-width: 175px;}
.dataTables_scrollBody::-webkit-scrollbar{
    display: none;
}
/*.bootstrap-datetimepicker-widget {*/
/*    position: relative;*/
/*    top:10px;*/
/*}*/
