/* || Doroob Font Icons || */

@font-face {
  font-family: "dicons";
  src: url("../fonts/icomoon.eot?1c1jm0");
  src: url("../fonts/icomoon.eot?1c1jm0#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?1c1jm0") format("truetype"),
    url("../fonts/icomoon.woff?1c1jm0") format("woff"),
    url("../fonts/icomoon.svg?1c1jm0#icomoon") format("svg");
}

i[class^="dicons-"],
i[class*=" dicons-"] {
  font-family: "dicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/** || Utils || **/

.dicons-2x {
  font-size: 2rem;
}
.dicons-3x {
  font-size: 3rem;
}
.dicons-4x {
  font-size: 4rem;
}
.dicons-5x {
  font-size: 5rem;
}
.dicons-6x {
  font-size: 5rem;
}

.dicons-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.dicons-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dicons-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dicons-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.dicons-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.dicons-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/** || Icons || **/

.dicons-window:before {
  content: "\e977";
}
.dicons-warning:before {
  content: "\e9bd";
}
.dicons-user-profile-copy:before {
  content: "\e9be";
}
.dicons-user-profile:before {
  content: "\e9bf";
}
.dicons-tick:before {
  content: "\e9c0";
}
.dicons-radio-filled:before {
  content: "\e9c1";
}
.dicons-radio-empty:before {
  content: "\e9c2";
}
.dicons-quiz:before {
  content: "\e9c3";
}
.dicons-question-2:before {
  content: "\e9c4";
}
.dicons-question:before {
  content: "\e9c5";
}
.dicons-plus-2:before {
  content: "\e9c6";
}
.dicons-mlsd:before {
  content: "\e9c7";
}
.dicons-minus-2:before {
  content: "\e9c8";
}
.dicons-medal:before {
  content: "\e9c9";
}
.dicons-list-checked-2:before {
  content: "\e9ca";
}
.dicons-list-checked:before {
  content: "\e9cb";
}
.dicons-info:before {
  content: "\e9cc";
}
.dicons-files-stack:before {
  content: "\e9cd";
}
.dicons-files:before {
  content: "\e9ce";
}
.dicons-exam-3:before {
  content: "\e9cf";
}
.dicons-exam-2:before {
  content: "\e9d0";
}
.dicons-exam:before {
  content: "\e9d1";
}
.dicons-delete:before {
  content: "\e9d2";
}
.dicons-course-info:before {
  content: "\e9d3";
}
.dicons-course-content:before {
  content: "\e9d4";
}
.dicons-checkbox-filled:before {
  content: "\e9d5";
}
.dicons-checkbox-empty:before {
  content: "\e9d6";
}
.dicons-certificate:before {
  content: "\e9d7";
}
.dicons-calendar:before {
  content: "\e9d8";
}
.dicons-books:before {
  content: "\e9d9";
}
.dicons-bookmark-folder:before {
  content: "\e9da";
}
.dicons-bookmark-filled:before {
  content: "\e9db";
}
.dicons-book:before {
  content: "\e9dc";
}
.dicons-assessment:before {
  content: "\e9dd";
}
.dicons-android:before {
  content: "\e9de";
}
.dicons-vision2030:before {
  content: "\e900";
}
.dicons-menu:before {
  content: "\e901";
}
.dicons-minus:before {
  content: "\e902";
}
.dicons-plus:before {
  content: "\e903";
}
.dicons-close:before {
  content: "\e904";
}
.dicons-white-board:before {
  content: "\e905";
}
.dicons-whatsapp:before {
  content: "\e906";
}
.dicons-web-cam:before {
  content: "\e907";
}
.dicons-weather-thunder:before {
  content: "\e908";
}
.dicons-weather-sun:before {
  content: "\e909";
}
.dicons-weather-snow:before {
  content: "\e90a";
}
.dicons-weather-cloud-night:before {
  content: "\e90b";
}
.dicons-volume-medium:before {
  content: "\e90c";
}
.dicons-volume-low:before {
  content: "\e90d";
}
.dicons-volume-high:before {
  content: "\e90e";
}
.dicons-volume-close:before {
  content: "\e90f";
}
.dicons-visa-card:before {
  content: "\e910";
}
.dicons-vimeo:before {
  content: "\e911";
}
.dicons-video-3:before {
  content: "\e912";
}
.dicons-video-2:before {
  content: "\e913";
}
.dicons-video-1:before {
  content: "\e914";
}
.dicons-user:before {
  content: "\e915";
}
.dicons-user-success-2:before {
  content: "\e916";
}
.dicons-user-success-1:before {
  content: "\e917";
}
.dicons-user-remove:before {
  content: "\e918";
}
.dicons-user-female:before {
  content: "\e919";
}
.dicons-user-favorite-2:before {
  content: "\e91a";
}
.dicons-user-favorite-1:before {
  content: "\e91b";
}
.dicons-user-edit:before {
  content: "\e91c";
}
.dicons-user-delete-2:before {
  content: "\e91d";
}
.dicons-user-delete-1:before {
  content: "\e91e";
}
.dicons-user-block:before {
  content: "\e91f";
}
.dicons-user-add-2:before {
  content: "\e920";
}
.dicons-user-add-1:before {
  content: "\e921";
}
.dicons-upload:before {
  content: "\e922";
}
.dicons-twitter:before {
  content: "\e923";
}
.dicons-trash:before {
  content: "\e924";
}
.dicons-time:before {
  content: "\e925";
}
.dicons-text:before {
  content: "\e926";
}
.dicons-telephone:before {
  content: "\e927";
}
.dicons-tap:before {
  content: "\e928";
}
.dicons-tablet:before {
  content: "\e929";
}
.dicons-swipe-up:before {
  content: "\e92a";
}
.dicons-swipe-right:before {
  content: "\e92b";
}
.dicons-swipe-left:before {
  content: "\e92c";
}
.dicons-swipe-down:before {
  content: "\e92d";
}
.dicons-support:before {
  content: "\e92e";
}
.dicons-stopwatch:before {
  content: "\e92f";
}
.dicons-stop:before {
  content: "\e930";
}
.dicons-stats-4:before {
  content: "\e931";
}
.dicons-stats-3:before {
  content: "\e932";
}
.dicons-stats-2:before {
  content: "\e933";
}
.dicons-stats-1:before {
  content: "\e934";
}
.dicons-star-filled:before {
  content: "\e935";
}
.dicons-star-empty:before {
  content: "\e936";
}
.dicons-staff-male:before {
  content: "\e937";
}
.dicons-staff-female:before {
  content: "\e938";
}
.dicons-sound:before {
  content: "\e939";
}
.dicons-sound-off:before {
  content: "\e93a";
}
.dicons-shop:before {
  content: "\e93b";
}
.dicons-share:before {
  content: "\e93c";
}
.dicons-settings:before {
  content: "\e93d";
}
.dicons-send:before {
  content: "\e93e";
}
.dicons-search:before {
  content: "\e93f";
}
.dicons-save:before {
  content: "\e940";
}
.dicons-reload:before {
  content: "\e941";
}
.dicons-reload-2:before {
  content: "\e942";
}
.dicons-progress:before {
  content: "\e943";
}
.dicons-printer:before {
  content: "\e944";
}
.dicons-press:before {
  content: "\e945";
}
.dicons-power:before {
  content: "\e946";
}
.dicons-play:before {
  content: "\e947";
}
.dicons-play-forward:before {
  content: "\e948";
}
.dicons-play-backward:before {
  content: "\e949";
}
.dicons-play-2:before {
  content: "\e94a";
}
.dicons-pie-chart:before {
  content: "\e94b";
}
.dicons-photo-1:before {
  content: "\e94c";
}
.dicons-phones:before {
  content: "\e94d";
}
.dicons-phone:before {
  content: "\e94e";
}
.dicons-pencil:before {
  content: "\e94f";
}
.dicons-pen:before {
  content: "\e950";
}
.dicons-pdf:before {
  content: "\e951";
}
.dicons-paypal:before {
  content: "\e952";
}
.dicons-pause:before {
  content: "\e953";
}
.dicons-paper-clip:before {
  content: "\e954";
}
.dicons-office:before {
  content: "\e955";
}
.dicons-network:before {
  content: "\e956";
}
.dicons-navigator:before {
  content: "\e957";
}
.dicons-music:before {
  content: "\e958";
}
.dicons-ms-xls:before {
  content: "\e959";
}
.dicons-ms-word:before {
  content: "\e95a";
}
.dicons-move:before {
  content: "\e95b";
}
.dicons-mic:before {
  content: "\e95c";
}
.dicons-mad:before {
  content: "\e95d";
}
.dicons-location-2:before {
  content: "\e95e";
}
.dicons-location-1:before {
  content: "\e95f";
}
.dicons-list:before {
  content: "\e960";
}
.dicons-linkedin:before {
  content: "\e961";
}
.dicons-linkedin-2:before {
  content: "\e962";
}
.dicons-like:before {
  content: "\e963";
}
.dicons-laptop:before {
  content: "\e964";
}
.dicons-joy:before {
  content: "\e965";
}
.dicons-instagram:before {
  content: "\e966";
}
.dicons-horizotal-drag:before {
  content: "\e967";
}
.dicons-home-2:before {
  content: "\e968";
}
.dicons-home-1:before {
  content: "\e969";
}
.dicons-headphone-mic:before {
  content: "\e96a";
}
.dicons-happy:before {
  content: "\e96b";
}
.dicons-group:before {
  content: "\e96c";
}
.dicons-group-male:before {
  content: "\e96d";
}
.dicons-government:before {
  content: "\e96e";
}
.dicons-folder:before {
  content: "\e96f";
}
.dicons-flag:before {
  content: "\e970";
}
.dicons-files-3:before {
  content: "\e971";
}
.dicons-files-2:before {
  content: "\e972";
}
.dicons-files-1:before {
  content: "\e973";
}
.dicons-file-upload:before {
  content: "\e974";
}
.dicons-file-tick:before {
  content: "\e975";
}
.dicons-file-png:before {
  content: "\e976";
}
.dicons-file-images:before {
  content: "\e978";
}
.dicons-file-image:before {
  content: "\e979";
}
.dicons-file-download:before {
  content: "\e97a";
}
.dicons-file-delete:before {
  content: "\e97b";
}
.dicons-file-approve:before {
  content: "\e97c";
}
.dicons-factory:before {
  content: "\e97d";
}
.dicons-facebook-2:before {
  content: "\e97e";
}
.dicons-facebook-1:before {
  content: "\e97f";
}
.dicons-eye:before {
  content: "\e980";
}
.dicons-eye-close:before {
  content: "\e981";
}
.dicons-event-date:before {
  content: "\e982";
}
.dicons-email:before {
  content: "\e983";
}
.dicons-email-open:before {
  content: "\e984";
}
.dicons-edit-document:before {
  content: "\e985";
}
.dicons-drag-down:before {
  content: "\e986";
}
.dicons-download:before {
  content: "\e987";
}
.dicons-doroob-logo-1:before {
  content: "\e988";
}
.dicons-doroob-emblem-1:before {
  content: "\e989";
}
.dicons-dislike:before {
  content: "\e98a";
}
.dicons-desktop:before {
  content: "\e98b";
}
.dicons-dashboard:before {
  content: "\e98c";
}
.dicons-cv:before {
  content: "\e98d";
}
.dicons-customer-support:before {
  content: "\e98e";
}
.dicons-cursor:before {
  content: "\e98f";
}
.dicons-currency:before {
  content: "\e990";
}
.dicons-comments:before {
  content: "\e991";
}
.dicons-clock:before {
  content: "\e992";
}
.dicons-clock-3:before {
  content: "\e993";
}
.dicons-cart-full:before {
  content: "\e994";
}
.dicons-cart-empty:before {
  content: "\e995";
}
.dicons-business:before {
  content: "\e996";
}
.dicons-briefcase:before {
  content: "\e997";
}
.dicons-bitcoin:before {
  content: "\e998";
}
.dicons-bell-2:before {
  content: "\e999";
}
.dicons-bell-1:before {
  content: "\e99a";
}
.dicons-bank:before {
  content: "\e99b";
}
.dicons-arrow-up:before {
  content: "\e99c";
}
.dicons-arrow-right:before {
  content: "\e99d";
}
.dicons-arrow-left:before {
  content: "\e99e";
}
.dicons-arrow-down:before {
  content: "\e99f";
}
.dicons-arrow-chevron-up:before {
  content: "\e9a0";
}
.dicons-arrow-chevron-right:before {
  content: "\e9a1";
}
.dicons-arrow-chevron-left:before {
  content: "\e9a2";
}
.dicons-arrow-chevron-down:before {
  content: "\e9a3";
}
.dicons-arrow-4-right:before {
  content: "\e9a4";
}
.dicons-arrow-4-left:before {
  content: "\e9a5";
}
.dicons-arrow-4-down:before {
  content: "\e9a6";
}
.dicons-arrow-3-up:before {
  content: "\e9a7";
}
.dicons-arrow-3-right:before {
  content: "\e9a8";
}
.dicons-arrow-3-left:before {
  content: "\e9a9";
}
.dicons-arrow-3-down:before {
  content: "\e9aa";
}
.dicons-arrow-2-up:before {
  content: "\e9ab";
}
.dicons-arrow-2-right:before {
  content: "\e9ac";
}
.dicons-arrow-2-left:before {
  content: "\e9ad";
}
.dicons-arrow-2-down:before {
  content: "\e9ae";
}
.dicons-apple:before {
  content: "\e9af";
}
.dicons-amazon:before {
  content: "\e9b0";
}
.dicons-alarm:before {
  content: "\e9b1";
}
.dicons-youtube:before {
  content: "\e9b2";
}
.dicons-adjust:before {
  content: "\e9b3";
}
.dicons-bookmark:before {
  content: "\e9b4";
}
.dicons-saudi-map:before {
  content: "\e9b5";
}
.dicons-saudi-emblem:before {
  content: "\e9b6";
}
.dicons-hrdf:before {
  content: "\e9b8";
}
.dicons-doroob-logo-2:before {
  content: "\e9b9";
}
.dicons-doroob-emblem-2:before {
  content: "\e9ba";
}
.dicons-filter:before {
  content: "\e9bb";
}
.dicons-graduation:before {
  content: "\e9bc";
}
