/*<!-- bootstrep -->*/
@import url('../css/bootstrap.min.css');

/* <!-- fontawsome -->*/
@import url('../css/all.css');

/* <!-- iconsax -->*/
@import url('../css/iconsax.css');

/* <!-- select2 -->*/
@import url('../css/select2.min.css');

/* <!-- datatable -->*/
@import url('../css/dataTables.bootstrap5.min.css');

/* <!-- slick css -->*/
@import url('../css/slick.css');


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root{
	--rs-primary-color:#264796;
	--rs-main-color:#e5e5e5;
	--rs-second-color:#f33;
	--rs-font-color:#000;
	--rs-white-color:#fff;
	--rs-font-style: "Montserrat", sans-serif;
}

/**user-selext-content**/
::-moz-selection { /* Code for Firefox */
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}

::selection {
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}

/**user-selext-content-end**/
body{
	/*-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: var(--rs-font-style);
	color: var(--rs-font-color);
    font-weight: 500;
}

/* loader and scrollbar */
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 90%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #264796;
  }
        /*scroll bar css**/
        ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }

        ::-webkit-scrollbar {
            width: 10px;
            height: 5px;
            background-color: #F5F5F5;
        }

        ::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px var(--rs-primary-color);
            background-color: var(--rs-primary-color);
        }

/*loader and scrollbar end*/

/* input focus */
.form-control:focus {
    box-shadow: 0 0 5px 0px rgb(0 0 32 / 50%) !important;
    border-color: var(--rs-primary-color);
}

/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 37px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dfe5ef;
}

.select2-container .select2-selection--single {
    height: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}
.select_new span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select_new span.selection {
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--multiple {
    width: 100%;
}
.select2-selection__rendered li:nth-child(3n + 1) button, .select2-selection__rendered li:nth-child(3n + 1) {
    background: var(--rs-primary-color); !important;
    color: #fff !important;
    border-color: #fff !important;
}

.select2-selection__rendered li:nth-child(3n + 2) button, .select2-selection__rendered li:nth-child(3n + 2) {
    background: #df24c6 !important;
    color: #fff !important;
    border-color: #fff !important;
}


.select2-selection__rendered li:nth-child(3n + 3) button, .select2-selection__rendered li:nth-child(3n + 3) {
    background: #72922e !important;
    color: #fff !important;
    border-color: #fff !important;
}

span.selection {
    display: block;
    width: 100%;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dfe5ef 1px;
    height: 39px;
    line-height: 25px;
    border-radius: 8px;
    padding: 0 8px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999 !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfe5ef;
    height: 40px;
    line-height: 25px;
    padding: 0 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--rs-primary-color);
}
/* datatable css */
.table>:not(caption)>*>* {
    padding: 10px;
}

table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc {
    background: var(--rs-primary-color);
    color: #fff;
    text-align: center;
}
.active>.page-link, .page-link.active, .page-link:hover{
    background: var(--rs-primary-color);
    border-color: var(--rs-primary-color);
    color: var(--rs-white-color);
}
.page-link{
    color: var(--rs-font-color);
}
.slick-slide {
    padding: 15px;
    background:  var(--rs-primary-color); ;
    color: var(--rs-white-color);;
    margin: 0 5px;
}
/*.slick-active.slick-slide{
    background: yellow;
    color: #000;
}*/

/***slick arrow***/
.slick-arrow {position: absolute;top: 50%;transform: translateY(-50%);font-size: 0;margin: 0;padding: 0;background: transparent;height: auto;line-height: normal;}
.slick-prev {left: 15px;z-index: 2;}
.slick-next {right: 15px;z-index: 2;}
.slick-prev:after {content: '\f104';display: block;color: #000;font-family: FontAwesome;font-size: 40px;}
.slick-next:after {content: '\f105';display: block;color: #000;font-family: FontAwesome;font-size: 40px;}
/***end***/

.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 150px;
}

.header {
    padding: 15px 0;
    box-shadow: 0px 8px 24px #9B9B9B29;
}

.menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.menu ul li {
    list-style: none;
    padding: 0 14px;
}

.menu ul li a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
}
.login_inner {
    display: flex;
    background: transparent linear-gradient(95deg, #4E5586 0%, #D42327 100%) 0% 0% no-repeat padding-box;
    min-height: calc(100vh - 78px);
}

.login_inner .left, .login_inner .right {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.login_inner .right {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
}
.veltam_logo {
    max-width: 250px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.veltam_logo img {
    width: 100%;
}

.login_inner .left .from_row {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 15px 0;
}

.login_inner .left .from_row h3 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}

.login_inner .left .from_row p {
    text-align: center;
}

.from_row .form-control {
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    background: transparent;
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
}

.from_row .form-control:focus {
    background: rgb(38 71 150 / 20%);
    color: #fff;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.from_row .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
  }
  .from_row .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
  }
  .from_row .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
  }
  .from_row .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
  }
  .from_row .btn {
    color: #E31E24;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    background: #fff;
    border: 0;
}

.from_row .btn:hover {
    background: #E31E24;
    color: #fff;
}
.form-control:disabled {
    background: rgb(182 182 182 / 46%);
}
.video_inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 78px);
    padding: 50px 0;
}
.video_content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2D2C2C;
}

.video_content p {
    color: #8B8B8B;
}

.video_content {
    padding: 20px;
}
.video_row video {
    border-radius: 20px;
}

.small_video {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.small_video .video_row {
    width: 200px;
}

.small_video .video_content {
    width: calc(100%  - 200px);
    padding:  0 10px;
}

.small_video .video_content h3 {
    font-size: 16px;
}
.back_arrow a {
    background: transparent linear-gradient(105deg, #CAC7D6 0%, #F1B8BA 100%) 0% 0% no-repeat padding-box;
    border-radius: 26px;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 700;
}

.back_arrow {
    padding-bottom: 15px;
}

.back_arrow a:hover {
    color: #fff;
    background: #264796;
}
.video_thumd {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.video_thumd img {
    width: 100%;
    max-width: 300px;
    object-fit: cover;
    border-radius: 25px;
}
.video_thumd .set_thumbs_bg {
    position: absolute;
    left: 0;
    top: calc(100% - 286px);
    width: calc(100% - 138px);
    height: calc(100% - 115px);
    object-fit: cover;
}
.toggle_btn{
    display: none;
}
.menu ul li a:hover {color: #e31e24;}
.pulser {
    width: 15px;
    height: 15px;
    background: #e31e24;
    border-radius: 50%;
    position: relative;
    display: flex;
    margin: 0 10px 0 0;
    top: 4px;
    float: left;
  }

  .pulser::after {
    animation: pulse 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  }

  @keyframes pulse {
    0% {
      opacity: 0;
    }
    50% {
      transform: scale(1.4);
      opacity: 0.4;
    }
  }

  .pulser::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e31d23;
    border-radius: 50%;
    z-index: -1;
  }
  .small_video .video_content h3 a {
    color: #2D2C2C;
    text-decoration: none;
}
.video_thumd i {
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    font-size: 50px;
    background: rgb(0 0 0 / 20%);
    border-radius: 25px;
}
.small_video .video_content h3 a:hover {
    color: #264796;
}
.video_thumd:before {
    position: absolute;
    width: 100%;
    background: transparent linear-gradient(95deg, #4E5586 0%, #D42327 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    content: '';
    border-radius: 25px;
    z-index: -1;
    top: 10px;
    right: -10px;
}

.video_thumd:after {
    position: absolute;
    width: calc(100% - 3px);
    background: white;
    height: calc(100% - 6px);
    content: '';
    border-radius: 21px;
    z-index: -1;
    top: 12px;
    right: -8px;
}
.new_user {
    font-size: 18px;
    padding: 15px;
    margin: 0;
}

.new_user a {
    color: white;
    font-weight: 600;
    display: table;
    margin: 0 auto;
}
span.or_view {
    padding: 0 0 10px;
    display: block;
    text-align: center;
}

.new_user a:hover {
    color: #d2ff00;
}
.add_comment .btn {margin-left: auto;display: table;background: #264796;padding: 8px 40px;border: 0;}

.add_comment .btn:hover {
    background: #e31e24;
}
/* .add_comment .form-control {
    background: transparent;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    border: 0;
    outline: none;
    box-shadow: none !important;
    resize: none;
} */
.logo_middle {
    display: flex;
    align-items: center;
    padding: 15px 0;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.logo_middle .item {
    width: 50%;
    padding: 0 15px;
}

.logo_middle .item img {
    width: 100%;
}

.logo_middle .item:last-child {border-left: 1px solid #e0e0e0;}
.add_comment {
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px #f2f2f2;
}
.sharing {
    padding: 25px 0 0 0;
}
/*min-devices-media-query*/

@media (min-width: 575.98px) { ... }
@media (min-width: 767.98px) { ... }
@media (min-width: 991.98px) { ... }
@media (min-width: 1024.98px) { ... }
@media (min-width: 1199.98px) { ... }
@media (min-width: 1200.98px) {

 }

/*max-devices-media-query*/

@media (max-width: 1366.98px) {
    .video_thumd {
        max-width: 400px;
    }

    .video_thumd img {
        max-width: 240px;
        height: auto;
    }
    .logo_middle {
        padding: 10px 0;
        max-width: 310px;
    }
    .login_inner .left .from_row {
        max-width: 350px;
    }
 }
@media (max-width: 1199.98px) {
    .small_video .video_content {
        width: 100%;
    }

    .small_video .video_row {
        width: 100%;
    }
 }
@media (max-width: 1024.98px) { ... }
@media (max-width: 991.98px) {
    .login_inner .left, .login_inner .right {
        width: 100%;
    }

    .login_inner {
        flex-wrap: wrap;
    }

    .login_inner .left {
        padding: 15px;
    }

    .login_inner .right {
        background: #fff;
        padding: 15px;
    }
}
@media (max-width: 767.98px) {
    .toggle_btn{
        display: block;
    }
    .toggle_btn {
        width: 40px;
        height: 40px;
        background: #e31d23;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        border-radius: 8px;
    }

    .header {
        position: relative;
    }
    .menu {
        position: absolute;
        top: 100%;
        background: #244493;
        left: 0;
        width: 100%;
        z-index: 1024;
        display: none;
    }
    .menu ul li a {
        width: 100%;
        display: block;
        padding: 8px;
        color: #fff;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
    }

    .menu ul li {
        display: block;
        width: 100%;
        padding: 0;
    }
 }
@media (max-width: 575.98px) { ... }

label.error {
    color: red;
    display: block;
    width: 100%;
    padding-top: 2px;
}

.g-recaptcha {
    margin: 0 auto;
    display: table;
}
.recaptcha-google label.error {
    text-align: center;
}
